/*
Theme Name: norwood
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

  .sub-menu li a {
    font-size: 14px !important;
}

.usp {
	background: #f6f6f6;
	padding: 30px 0;
}
.main_nav li a{font-weight:bold;}
.usp a{color:#1f1f1f;}
.owl-carousel05 .owl-prev {
	position: absolute;
	z-index: 10000;
	top: 35%;
	color: #ffffff;
    left: 0px;
    font-size: 2.5em;
    background-color: rgba(107, 107, 107, 0.5);
    padding: 0px 12px 0 12px;
}
.owl-carousel05 .owl-next {
	position: absolute;
	z-index: 10000;
	top: 35%;
	color: #ffffff;
    right: 0px;
    font-size: 2.5em;
    background-color: rgba(107, 107, 107, 0.5);
    padding: 0px 12px 0 12px;
}
.owl-carousel05 .caption{
	padding:5px;
	background:rgba(0,0,0,.5);
}
.owl-carousel05 .caption h4{
	color:#fff;
}

.owl-carousel06 .owl-prev {
	position: absolute;
	z-index: 10000;
	top: 35%;
	color: #ffffff;
    left: 0px;
    font-size: 2.5em;
    background-color: rgba(107, 107, 107, 0.5);
    padding: 0px 12px 0 12px;
}
.owl-carousel06 .owl-next {
	position: absolute;
	z-index: 10000;
	top: 35%;
	color: #ffffff;
    right: 0px;
    font-size: 2.5em;
    background-color: rgba(107, 107, 107, 0.5);
    padding: 0px 12px 0 12px;
}
.owl-carousel06 .caption{
	padding:5px;
	background:rgba(0,0,0,.5);
}
.owl-carousel06 .caption h4{
	color:#fff;
}
.owl-carousel07 .owl-item img{
	    width: 90px;
    height: 90px;
}
.owl-carousel07 .owl-item{
	text-align:center;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.owl-carousel07 .owl-prev {
	position: absolute;
	z-index: 10000;
	top: 35%;
	color: #ffffff;
    left: 0px;
    font-size: 2.5em;
    background-color: rgba(107, 107, 107, 0);
    padding: 0px 12px 0 12px;
}
.owl-carousel07 .owl-next {
	position: absolute;
	z-index: 10000;
	top: 35%;
	color: #ffffff;
    right: 0px;
    font-size: 2.5em;
    background-color: rgba(107, 107, 107, 0);
    padding: 0px 12px 0 12px;
}
.read_m{background: #00c5ce;
    border: none;
    padding: 5px 12px;
	color:#fff;
	}
.read_m:hover{color:#fff;}

.owl-carousel08 .owl-dots {
	position: absolute;
	top: 82%;
	z-index: 100000;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.owl-carousel08 .owl-dots .owl-dot {
	display: inline-block;
	padding: 5px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin: 5px;
	background-color:#c8c8c8
}
.owl-carousel08 .owl-dots .owl-dot.active {
	background-color: #919191;
}

.owl-carousel09 .owl-dots {
	position: absolute;
	top: 82%;
	z-index: 100000;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.owl-carousel09 .owl-dots .owl-dot {
	display: inline-block;
	padding: 5px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	margin: 5px;
	background-color:#c8c8c8
}
.owl-carousel09 .owl-dots .owl-dot.active {
	background-color: #919191;
}
.owl-carousel09 .item .checked{color:#00c5ce;}
.twosecs div .bor{ border:1px #e1e2e2 solid; padding:20px; margin:10px;}
.twosecs h4 {
    border-bottom: 3px #00c5ce solid;
    display: inline-block;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 8px 0px;
    color: #004775;
    font-size: 1.3em;
}
.rq{margin-top:30px;}
.rq_btn{background: #00c5ce;
    border: none;
	font-size: 25px;
    padding: 7px 18px;
    color: #fff !important;}
.icon_box a{color:#fff !important;}	
.new_btn{
	background-color: #3c5a99;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none !important;
    font-weight: bold;
    color: #ffffff !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
	.new_btn:hover {
    background-color: rgb(60, 90, 153) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main_content {
    padding: 20px 0px !important;
}
.icon_box {
    padding: 20px 0px 0px 0px !important;
}
.about_sec {
    padding: 20px 0px 20px 0px !important;
}
