/*
Theme Name: crownpro
Theme URI: https://wordpress.org/themes/crownpro/
Author: Nimbus Systems Pvt. Ltd.
Author URI: http://www.nimbussystems.co.in/
Description: CrownPro is child theme of Twenty Sixteen.
Version: 1.0.0
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: crownpro

*/

/**
 * Table of Contents
 *** to find some thing copy the text and search
 *
 * 1.0 - Common CSS
 * 2.0 - back to top CSS
 * 3.0 - header CSS
 *	3.1 - nav top css
 *	3.2 - search css
 *	3.3 - nav css
 * 4.0 - footer css
 *	4.1 - footer testimonial css
 *	4.2 - footer logo carousel css
 *	4.3 - footer bottom css
 * 5.0 - home page css
 *	5.1 - home service section css
 *	5.2 - home banner css
 *	5.3 - home about section css
 *	5.4 - home module section css
 * 6.0 - search page css
 * 7.0 - customer page css
 * 8.0 - contact page css
 * 9.0 - blog page css
 *	9.1 - single post section css
 *
 *
 *
 * 10.0 - Media Queries
 *    10.1 - >= max-width: 1190px
 *    10.2 - >= max-width: 999px
 *    10.3 - >= max-width: 768px
 *    10.4 - >= max-width: 767px
 *    10.5 - >= max-width: 640px
 *    10.6 - >= max-width: 480px
 *    10.7 - >= min-width: 768px
 *    10.8 - >= max-width: 767px (menu)
 */


/*==============================================
================= Common CSS ===================
==============================================*/

body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:30px;
	color:#777575;
	font-weight:normal;
}

a:focus,
a:active,
a:visited{
	outline:none;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

ul{
	padding:0;
	margin:0;
}
ul li{
	list-style-type:none;
}

h1{
	color:#006ab0;
	font-weight:600;
}

.cp-row{
	margin-bottom:30px;
}

.nav-links div{
	display:inline-block;
	width: 47%;
}
.nav-links .nav-previous{
	text-align:right;
	margin-right:20px;
}
.nav-links .nav-next{
	margin-left:20px;
}

.home .entry-title{
	display:none;
}
.cp-row h1{
	text-align:center;
	position:relative;
}
.cp-row h1:after,
.cp-row h2.sub-head-home:after{
	position:absolute;
	content:" ";
	top:16px;
	left:0;
	right:0;
	width:100%;
	height:7px;
	background:url(images/h1-bg.png) repeat-x;
	z-index:-1;
}
.cp-row h2.sub-head-home:after{
	top:36px;
}
.cp-row h1 span,
.cp-row h2.sub-head-home span{
	display:inline-block;
	padding:0 15px;
	background:#fff;
}

.list-row{
	margin-bottom:20px;
}
.list-row img{
	float:left;
	max-width:200px;
	height:auto;
	margin-right:20px;
}
.list-row img.right,
.right{
	float:right;
}
.left{
	float:left;
	margin-right:30px;
}

.entry-content{
	margin-bottom:20px;
}
.entry-content strong{
	color:#0F71B8;
}
.entry-content ul{
	padding-left:20px;
	padding-bottom:20px;
}
.entry-content ul.arrow{
	padding-left:0;
}
.entry-content ul.arrow li{
	background-image:url(images/li-list-icon.png);
	background-position:0 8px;
	background-repeat:no-repeat;
	padding-left:20px;
	list-style-type:none;
}
.entry-content ul li{
	list-style-type:disc;
}
.entry-content ul li ul,
.entry-content ol li ul{
	margin-bottom:10px;
}
.entry-content ul li ul li,
.entry-content ol li ul li{
	list-style-type:disc !important;
	background-image:none !important;
	padding-left:0 !important;
}

.entry-content .back-to-top{
	position:inherit;
	text-align:right;
}
.entry-content .back-to-top a{
	color:#144b9d;
	background:none;
	text-align:right;
	font-size:16px;
	width:auto;
	display:inline-block;
}

.home .entry-content {
	margin-bottom:0;
}
h2.sub-head-home{
	text-align:center;
}

/*==============================================
================ back to top CSS ===============
==============================================*/

.back-to-top{
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:118;
}
.back-to-top a{
	text-align:center;
	text-decoration:none;
	color:#fff;
	background:#ccc;
	display:block;
	width:80px;
	font-size:50px;
	
	-moz-transition:color 1s; 
	-webkit-transition:color 1s;
	-o-transition:color 1s;
}
.back-to-top a:hover{
	color:#979797;
}

/*==============================================
================== header CSS ==================
==============================================*/

.site-header{
	border-bottom:1px solid #b3cbd9;
}
.site-header-menu{
	position:relative;
}

.site-header.affix{
	width:100%;
	z-index:1;	
}
.site-header.affix .navbar-brand img{
	width:50%;
}
.site-header.affix .nav-bar-top{
	display:none;
}

.site-header.affix .main-navigation li a{
	padding-top:14px;
	padding-bottom:14px;
}

/* nav top css
=================*/
.nav-bar-top{
	position:relative;
}
.nav-bar-top ul li{
	float:left;
	padding:10px;
}
.nav-bar-top ul li a{
	font-size:17px;
}
.nav-bar-top ul li a span{
	font-size:14px;
	color:#556d7a;
}

/* search css
=================*/
.searchbox{
    position:relative;
    height:50px;
    float:right;
    overflow:hidden;
	z-index:99;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.search-field{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#D4D4D4;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 5px 0 10px;
    font-size:14px;
    color:#001E05;
	font-weight:normal;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon{
    font-size:20px;
    border:0;
    outline:0;
    line-height:0;
    text-align:center;
    cursor:pointer;
    color:#0a3d67;
	padding:17px 10px 0;
}
.search-submit{
    width:70px;
    height:40px;
    display:block;
    font-family:verdana;
    font-size:14px;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:0px;
    text-align:center;
    cursor:pointer;
    color:#dcddd8;
    background:#172b3c;
}

.searchbox-open{
    width:100%;
}

.navbar-form{
	position:absolute;
	top:154%;
	right:0;
	margin:0;
	padding:0;
}
.search-box label span.screen-reader-text,
.search-form label span.screen-reader-text{
	display:none;
}
.search-box label,
.search-box .search-submit,
.search-form label,
.search-form .search-submit{
	float:left;
}

/* nav css
=================*/
.site-header-menu .navbar-right{
	margin:0;
}

.navbar{
	background:#fff;
	border:none;
	border-radius:0;
	margin-bottom:0;
}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
	height:auto;
	padding:4px 2px;
	margin-left:0;
	position:relative;
	z-index:1;
}

.main-navigation li a{
	font-size:17px;
	color:#0a3d67;
	padding:6px 22px 10px;
	position:relative;
}
.main-navigation>li>a span.caret{
	/*position:absolute;
	right:0;
	top:50%;
	z-index:9999;*/
}

.hvr-underline-from-left:before{
	height:3px;
	background:#004b86;
}

.main-navigation .primary-menu > li > ul{
	border-bottom-color:#144b9d;
	min-width:150px;
}
.main-navigation .primary-menu > li > ul:after{
	border-color:#144b9d transparent;
}
.main-navigation .primary-menu > li > ul li{
	border-color:#144b9d;
}
.main-navigation .primary-menu > li > ul li a{
	display:block;
	width:auto;
	padding:6px 10px !important;
	white-space:nowrap;
	font-size:13px;
	color:#fff;
	background:rgba(33,89,175,0.95);
}
.main-navigation .primary-menu > li > ul li a:hover{
	background:#31c273;
}
.main-navigation .primary-menu li ul ul{
	border-bottom-color:#144b9d;
}
.main-navigation .primary-menu li ul ul li a{
	background:rgba(33,89,175,0.71);
}

@media (min-width: 768px){
	.site-header-menu{
		float:right;
	}
}

/*==============================================
================== footer css ==================
==============================================*/

.logo_showcase .slick-slide img{
	padding:0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.logo_showcase .slick-slide img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);	
}

.slick-track{
	padding:10px 0;
}

/* footer testimonial css
=================*/
.cp-testi{
	text-align:center;
}
.cp-testi-inner{
	background:url(images/testimonial-bg.jpg) repeat left top;
}
.cp-testi-title{
	position:relative;
	display:inline-block;
	padding: 0 40px 15px;
    margin: 0;
}
.cp-testi-title:after,
.cp-testi-title:before{
	position:absolute;
	content:" ";
	
	border-style:solid;
	border-color:#15baa6;
}
.cp-testi-title:after{
	width:100%;
	border-width:1px;
	left:0;
	bottom:0;
}
.cp-testi-title:before{
	border-width:3px;
	bottom:-2px;
	left:40%;
	right:40%;
}

/* footer logo carousel css
=================*/
.client_logo{
	text-align:center;
}

.strong-cycle-controls.buttons1 > span.cycle-next{
	right:40px !important;
}

.logo-carousel{
	opacity:0.9;
	box-shadow: 0 10px 15px rgba(0,0,0,0.27);
	position:relative;
	z-index:1;
	border-top: 1px solid #beced6;
}
.logo-carousel .logo_showcase{
	padding-bottom:0 !important;
}


/* footer bottom css
=================*/
.footer-bottom{
	background:#2aa7e9;
	padding:5px 0 20px;
}

.footer-bottom h2{
	color:#024060;
	margin-bottom:20px;
}

.blog-post-title{
	font-size:18px;
	color:#def0fa;
	font-weight:600;
	margin-bottom:10px;
	line-height:14px;
}
.blog-excerpt{
	font-size:13px;
	color:#d0ebf9;
	line-height:normal;
}
.blog-excerpt-list li{
	margin-bottom:20px;
}


.footer_nav li {
	display:inline-block;
	border:none;
}

.footer-navigation ul li a{
	font-size:15px;
	color:#024060;
	padding:5px;
	display:block;
	line-height:normal;
}
.footer-navigation ul li a:hover{
	color:#0c73a9;
}

.footer-social{
	margin-top:20px;
}
.footer-social ul li {
	float:left;
}
.footer-social ul li:last-child{
	display:none;
}
.footer-social ul li a{
	display:block;
	width:30px;
	height:30px;
	color:#fff;
}

.footer-social ul li a i.fa{
	display: table-cell;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
}
.footer-social ul li a i.fa-rss{
	background:#FF7600;
}
.footer-social ul li a i.fa-facebook{
	background:#3c5a9a;
}
.footer-social ul li a i.fa-linkedin{
	background:#007cb3;
}
.footer-social ul li a i.fa-twitter{
	background:#4199fd;
}
.footer-social ul li a i.fa-youtube{
	background:#cb342d;
}

.footer-social .navbar-right{
	float:none !important;
}


/*==============================================
================= home page css ================
==============================================*/

/* home service section css
=================*/
.home-service{
	text-align:center;
}

.home-service h2{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#006ab0;
}

.home-service .col-sm-4 a{
	display:block;
}
.home-service .col-sm-4 a img{
	margin:0 auto;	
}

/* home banner css
=================*/
.banner{
	position:relative;
	margin-bottom:30px;
}
.banner-caption{
	position:absolute;
	z-index:0;
	top:30%;
	
	font-size:46px;
	color:#0089d1;
	font-weight:300;
	line-height:normal;
}
.banner-caption small{
	font-size:26px;
}
.banner-caption strong{
	color:#0374af;
	font-weight:600;
}
.green{
	color:#2aad4e;
}
.banner-img{
	position:relative;
	z-index:-1;
}

/* home about section css
=================*/
.trimed-content{
	display:inline-block;
	text-align:justify;
}
.about-highlight{
	/*margin-top:20px;*/
}
.about-highlight p.number{
	color:#035447;
	font-size:36px;
	font-weight:300;
	margin-bottom:5px;
}
.about-highlight p{
	color:#50d2c2;
	font-weight:600;
	font-size:16px;
	text-align:center;
}
.about-highlight p.number span{
	color: #2b2b2b;
    font-size: 26px;
    font-weight: normal;
    display: inline-block;
    width: auto;
    line-height: normal;
    position: relative;
    top: -19px;
}
.about-highlight .about-highlight-cell{
	height:90px;
	display:table-cell;
	vertical-align:middle;
	width:185px;
}

/* home module section css
=================*/
.home-module{
	margin-bottom:30px;
}

.home-module ul{
	text-align:center;
}
.home-module ul li{
	margin:0 12px 15px 0;
	float:right;
}
.home-module ul li a{
	display:table-cell;
	height:121px;
	overflow:hidden;
	vertical-align:middle;
}
.home-module ul li a span{
	display:inline-block;
	line-height: normal;
    padding: 0 5px;
}

/*.home-module ul li:nth-child(1){
	margin-right:0;
}
.home-module ul li:nth-child(1) a{
	font-size:18px;
	font-weight:600;
	color:#137b87;
	width:138px;
	height:254px;
	background:#adeaf1;
}
.home-module ul li:nth-child(1) a span{
	padding-top:20px;
}


.home-module ul li:nth-child(5) a{
	font-size:24px;
	font-weight:600;
	color:#1b838c;
	width:185px;
	background:#80e7f3;
}

.home-module ul li:nth-child(4) a{
	font-size:18px;
	font-weight:600;
	color:#299caa;
	width:248px;
	background:#89e7f2;
}

.home-module ul li:nth-child(3) a{
	font-size:18px;
	font-weight:600;
	color:#22a646;
	width:220px;
	background:#94e6ef;
}

.home-module ul li:nth-child(2) a{
	font-size:17px;
	font-weight:600;
	color:#108b99;
	width:324px;
	background:#a0e6ee;
}

.home-module ul li:nth-child(9) a{
	font-size:18px;
	font-weight:600;
	color:#f95b3e;
	width:244px;
	background:#cff1f5;
}

.home-module ul li:nth-child(8) a{
	font-size:24px;
	font-weight:600;
	color:#076a5e;
	width:287px;
	background:#cbf1f5;
}

.home-module ul li:nth-child(7) a{
	font-size:18px;
	font-weight:600;
	color:#626060;
	width:265px;
	background:#c1f0f5;
}

.home-module ul li:nth-child(6) a{
	font-size:18px;
	font-weight:600;
	color:#346392;
	width:185px;
	background:#b7eef4;
}*/
.home-module ul li:nth-child(1){
	margin-right:0;
}
.home-module ul li:nth-child(1) a{
	font-size:18px;
	font-weight:600;
	color:#137b87;
	width:138px;
	height:254px;
	background:#adeaf1;
}
.home-module ul li:nth-child(1) a span{
	padding-top:20px;
}

.home-module ul li:nth-child(2) a{
	font-size:18px;
	font-weight:600;
	color:#064176;
	width:189px;
	background:#a5e6ed;
}
.home-module ul li:nth-child(3) a{
	font-size:17px;
	font-weight:600;
	color:#108b99;
	width:244px;
	background:#a0e6ee;
}

.home-module ul li:nth-child(4) a{
	font-size:18px;
	font-weight:600;
	color:#22a646;
	width:190px;
	background:#94e6ef;
}
.home-module ul li:nth-child(5) a{
	font-size:18px;
	font-weight:600;
	color:#299caa;
	width:158px;
	background:#89e7f2;
	position:relative;
}

.home-module ul li:nth-child(5) a span{
	position:absolute;
	right:6px;
}
.home-module ul li:nth-child(6) a{
	font-size:24px;
	font-weight:600;
	color:#1b838c;
	width:185px;
	background:#c2f0f5;
}

.home-module ul li:nth-child(7) a{
	font-size:14px;
	font-weight:600;
	color:#4e4e4e;
	width:185px;
	background:#80e7f3;
}
.home-module ul li:nth-child(8) a{
	font-size:18px;
	font-weight:600;
	color:#346392;
	width:154px;
	background:#b7eef4;
}
.home-module ul li:nth-child(9) a{
	font-size:18px;
	font-weight:600;
	color:#626060;
	width:205px;
	background:#c1f0f5;
	position:relative;
	text-align: left;
    padding: 0 15px;
}
.home-module ul li:nth-child(9) a span{
	position:absolute;
	bottom:6px;
	right:6px;	
}
.home-module ul li:nth-child(10) a{
	font-size:18px;
	font-weight:600;
	color:#076a5e;
	width:230px;
	background:#cbf1f5;
}

.home-module ul li:nth-child(11) a{
	font-size:18px;
	font-weight:600;
	color:#f95b3e;
	width:194px;
	background:#cff1f5;
	position:relative;
	vertical-align: top;
    padding: 10px;
}
.home-module ul li:nth-child(11) a span{
	position:absolute;
	text-align:right;
	right: 5px;
    top: 65px;
}





/*==============================================
================ search page css ===============
==============================================*/

.search .page-header{
	margin-top:20px;
	font-size:24px;
}
.search .page-header .page-title{
	text-transform:capitalize;
}
.search article{
	/*border:1px solid #ccc;*/
}
.search-content{
	margin-bottom:50px;
}

/*==============================================
============== customer page css ===============
=======================*/

.customer-testimonial .strong-view.modern .testimonial-content{
	text-align:left;
}
.customer-testimonial .strong-view.modern .testimonial-inner{
	padding:0;
}
.customer-testimonial .strong-view.modern .testimonial-content p{
	/*padding:0 20px 0 15px;*/
}

.single-wpm-testimonial .entry-summary,
h2.screen-reader-text,
.page-template-customer_template footer .cp-testi{
	display:none;
}

.page-template-partner_template .client_logo{
	display:none;
}


/*==============================================
=========== contact page css ===================
==============================================*/

input::-webkit-input-placeholder {
   color: #333;
   font-weight:normal;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #333;
   font-weight:normal;
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
   font-weight:normal;
}

input:-ms-input-placeholder {  
   color: #333;
   font-weight:normal;
}

.contact-inner h2{
	color:#144b9d;
	margin-top:0;
}

.contact-inner{
	margin:20px 0;
}
.contact-inner input,
.contact-inner textarea{
	border-width:0 0 1px 0;
	padding:10px;
	border-color:#ccc;
	margin-bottom: 10px !important;
}
.contact-inner textarea{
	border-width:1px;
	padding:1px 10px;	
}

#fscf_submit1{
	padding:0;
}

.contact-details{
	margin-top:50px;
	color:#666;
}
.contact-details i.fa-map-marker{
	color:#FF3700;
}
.contact-details i.fa-phone-square{
	color:#0078d7;
}
.contact-details i.fa-envelope{
	color:#074f88;
}

.contact-details strong{
	color:#3c4484;
}

.nimbus-map{
	margin:20px 0;
}
#map-kasba,
#map-bosepukur,
#map-uae{
	height: 300px;
	width: 100%;
}
.gm-style-iw { width: 250px !important; min-height: 150px; /*background:rgba(0,53,87,0.88);*/ }

#content h1{
	margin-bottom:5px;
}
#content p{
	line-height: 20px;
    margin-bottom: 3px;
    font-size: 14px;
}
#bodyContent.contact-details{
	margin-top:0;
}

/*==============================================
================= blog page css ================
==============================================*/

.posted-on{
	color:#ccc;
	font-size:14px;
}
.posted-on a{
	color:#666;
}

/* single post section css
=================*/
.blog .post{
	margin-bottom:40px;
}

.single-post h1{
	text-transform:capitalize;
}

.comments-title{
	color: #0078d7;
    margin-bottom: 10px;
}
.comment-reply-title{
	font-size:30px;
	color:#0078d7;
	margin-bottom:0;
}

.comment-form label{
	font-weight:normal;
	font-size:14px;
	color:#3c4484;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags{
	font-size:14px;
}


#commentform .form-submit input,
.contact-inner #fscf_submit1{
    background: #0088cd none repeat scroll 0 0;
    color: #fff;
    padding: 10px 20px;
    width: auto;
	border:none;
	border-bottom:3px solid #044b6f;
}
#commentform .form-submit input:hover,
.contact-inner #fscf_submit1:hover{
	border-bottom-width:1px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback{
	border-top: 1px solid #d1d1d1;
    padding: 10px 0;
}
.comment-awaiting-moderation{
	margin-bottom:5px;
	color:#FC5356;
}
.comment-reply-link{
	font-size:14px;
	margin-top:10px;
	font-weight:normal;
	background:#0078d7;
	color:#fff;
	border-radius:5px;
	padding:7px 15px;
	border-color:#3c4484;
}
.comment-reply-link:hover{
	color:#0078d7;
	background:#fff;
}

.comment-reply-title small a,
.comment-reply-title small a:hover{
	color:#fff;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond{
	padding-top:10px;
}

.comments-area{
	margin-bottom:20px;
}

.byline .author img{
	margin-right:15px;
}
.byline {
	margin-top:20px;
}

/*==============================================
================= Media Queries ================
==============================================*/

@media (max-width: 1190px){
	.home-module ul{
		width: 1000px;
    	margin: 0 auto;
	}
	
	.home-module ul li:nth-child(1) a{
		width:138px;
	}
	.home-module ul li:nth-child(1) a span{
		padding-top:20px;
	}
	
	.home-module ul li:nth-child(2) a{
		width:279px;
	}
	.home-module ul li:nth-child(3) a{
		width:304px;
	}
	
	.home-module ul li:nth-child(4) a{
		width:240px;
	}
	.home-module ul li:nth-child(5) a{
		width:292px;
	}
	
	.home-module ul li:nth-child(5) a span{
		right:26px;
	}
	.home-module ul li:nth-child(6) a{
		width:235px;
	}
	
	.home-module ul li:nth-child(7) a{
		width:294px;
	}
	.home-module ul li:nth-child(8) a{
		width:244px;
	}
	.home-module ul li:nth-child(9) a{
		width:245px;
		padding:0 25px;
	}
	.home-module ul li:nth-child(9) a span{
		bottom:6px;
		right:6px;	
	}
	.home-module ul li:nth-child(10) a{
		width:250px;
	}
	
	.home-module ul li:nth-child(11) a{
		width:207px;
		text-align:left;
	}
	.home-module ul li:nth-child(11) a span{
		right: 5px;
		top: 65px;
	}
	
	/*.home-module ul li:nth-child(6) a{
		width:454px;
	}
	.home-module ul li:nth-child(5) a{
		width:350px;
	}
	.home-module ul li:nth-child(9) a{
		width:293px;
	}
	.home-module ul li:nth-child(8) a{
		width:310px;
	}
	.home-module ul li{
		margin-right:15px !important;
	}
	.home-module ul li:nth-child(7) a{
		width:338px;
	}*/
	
	.slick-dots{
		display:none !important;
	}
}

@media (max-width: 999px){
	.main-navigation li a{
		font-size:15px;
		padding:6px 11px 10px;
	}
	.navbar-brand>img{
		width:150px;
	}
	.nav-bar-top ul li{
		padding:10px 10px 0 10px;
	}
	.nav-bar-top ul li a{
		font-size:14px;
	}
	.nav-bar-top ul li a span{
		font-size:13px;
	}
	
	.about-highlight p.number{
		font-size:33px;		
	}
	
	.home-module ul{
		width: 749px;
	}
	
	.home-module ul li:nth-child(1) a{
		width:138px;
	}
	.home-module ul li:nth-child(1) a span{
		padding-top:20px;
	}
	
	.home-module ul li:nth-child(2) a{
		width:295px;
	}
	.home-module ul li:nth-child(3) a{
		width:290px;
	}
	
	.home-module ul li:nth-child(4) a{
		width:334px;
	}
	.home-module ul li:nth-child(5) a{
		width:250px;
	}
	
	.home-module ul li:nth-child(5) a span{
		right:26px;
	}
	.home-module ul li:nth-child(6) a{
		width:185px;
	}
	
	.home-module ul li:nth-child(7) a{
		width:276px;
	}
	.home-module ul li:nth-child(8) a{
		width:250px;
	}
	.home-module ul li:nth-child(9) a{
		width:238px;
		padding:0 25px;
	}
	.home-module ul li:nth-child(9) a span{
		bottom:12px;
		right:15px;	
	}
	.home-module ul li:nth-child(10) a{
		width:250px;
	}
	
	.home-module ul li:nth-child(11) a{
		width:222px;
		text-align:left;
	}
	.home-module ul li:nth-child(11) a span{
		right: 5px;
		top: 65px;
	}
	
	/*.home-module ul li:nth-child(1) a{
		width:200px;
	}
	.home-module ul li:nth-child(2) a{
		width:305px;
	}
	.home-module ul li:nth-child(3) a{
		width:210px;
	}
	.home-module ul li:nth-child(4) a{
		width:273px;
	}
	.home-module ul li:nth-child(5) a{
		width:240px;
	}
	.home-module ul li:nth-child(6) a{
		width:345px;
	}
	.home-module ul li:nth-child(7) a {
    	width: 383px;
	}
	.home-module ul li:nth-child(9) a {
	    width: 308px;
	}
	.home-module ul li:nth-child(8) a {
    	width: 420px;
	}*/
	
	
	.back-to-top a{
		width:40px;
		font-size:30px;
	}
	
	.home-service .col-sm-4 + .col-sm-4 + .col-sm-4 p a{
		padding:0 !important;
	}
}

@media (max-width:780px){
	.site-header.affix .main-navigation li a {
    	padding: 14px 9px;
	}
}

@media (max-width: 768px){
	.banner-caption{
		font-size:36px;
		top:20%;
	}
	
	.home-service .col-sm-4 a img{
		max-height:180px;
		width:auto;
	}
	
	.about-highlight p.number {
    	font-size: 22px;
	}
	.about-highlight p.number span{
		font-size:10px;
	}
	
	.home-module ul {
    	width: 600px;
	}
	
	.home-module ul li:nth-child(1) a{
		width:138px;
	}
	.home-module ul li:nth-child(1) a span{
		padding-top:20px;
	}
	
	.home-module ul li:nth-child(2) a{
		width:178px;
	}
	.home-module ul li:nth-child(3) a{
		width:260px;
	}
	
	.home-module ul li:nth-child(4) a{
		width:224px;
	}
	.home-module ul li:nth-child(5) a{
		width:213px;
	}
	
	.home-module ul li:nth-child(5) a span{
		right:26px;
	}
	.home-module ul li:nth-child(6) a{
		width:185px;
	}
	
	.home-module ul li:nth-child(7) a{
		width:156px;
	}
	.home-module ul li:nth-child(8) a{
		width:223px;
	}
	.home-module ul li:nth-child(9) a{
		width:198px;
		padding:0 8px;
	}
	.home-module ul li:nth-child(9) a span{
		bottom: 8px;
    	right: 5px;
	}
	.home-module ul li:nth-child(10) a{
		width:217px;
	}
	
	.home-module ul li:nth-child(11) a{
		width:149px;
		text-align:left;
		padding:10px 0;
	}
	.home-module ul li:nth-child(11) a span{
		right: 5px;
		top: 65px;
		padding:0;
	}
	
	/*.home-module ul li:nth-child(1) a {
    	width: 160px;
	}
	.home-module ul li:nth-child(2) a {
	    width: 315px;
	}
	.home-module ul li:nth-child(3) a {
	    width: 240px;
	}
	.home-module ul li:nth-child(5) a {
	    width: 280px;
	}
	.home-module ul li:nth-child(6) a {
	    width: 364px;
	}
	.home-module ul li:nth-child(7) a {
	    width: 363px;
	}
	.home-module ul li:nth-child(8) a {
    	width: 330px;
	}
	.home-module ul li:nth-child(9) a {
	    width: 396px;
	}*/
}

@media (max-width: 767px){
	.container > .row{
		margin:0;
	}
	
	.banner-caption {
    	font-size: 26px;
	}
	.banner-caption small {
    	font-size: 16px;
	}
	
	.home-service .col-sm-4,
	.about-highlight .col-sm-4{
		width:33.33333333%;
		float:left;
	}
	.home-service h2{
		font-size:18px;
	}
	.home-service .col-sm-4 a img {
    	max-height: 150px;
	}
	
	.about-highlight p.number {
    	font-size: 36px;
	}
	.about-highlight p.number span {
    	font-size: 16px;
	}
	
	/*.home-module ul {
	    width: 625px;
	}
	.home-module ul li:nth-child(1) a {
    	width: 140px;
	}
	.home-module ul li:nth-child(2) a {
    	width: 438px;
	}
	.home-module ul li:nth-child(3) a {
    	width: 190px;
	}
	.home-module ul li:nth-child(4) a {
    	width: 233px;
	}
	.home-module ul li:nth-child(6) a {
    	width: 160px;
	}
	.home-module ul li:nth-child(5) a {
    	width: 170px;
	}
	.home-module ul li:nth-child(7) a {
    	width: 233px;
	}
	.home-module ul li:nth-child(9) a {
    	width: 248px;
	}*/
	
	.strong-cycle-controls.buttons1 > span.cycle-prev,
	.strong-cycle-controls.buttons1 > span.cycle-next{
		top:-70px;
	}
	
	.blog-excerpt-list .col-sm-2 {
    	width: 18%;
		float:left;
	}
	.blog-excerpt-list .col-sm-10{
		padding:0 15px;
		float:left;
		width:80%;
	}
	.nav-links .nav-previous{
		text-align:left !important;
		float:left;
		width:130px;
		margin-right:0;
	}
	.nav-links .nav-next{
		text-align:right !important;
		float:right;
		width:130px;
	}
	.nav-links .nav-previous a span.post-title,
	.nav-links .nav-next a span.post-title{
		display:none;
	}
	.nav-links .nav-previous a,
	.nav-links .nav-next a{
		position:relative;
	}
	.nav-links .nav-previous a:after{
		position:absolute;
		content:"previous Blog";
		font-size:16px;
		font-weight:normal;
		left:20px;
	}
	.nav-links .nav-next a:before{
		position:absolute;
		content:"Next Blog";
		font-size:16px;
		font-weight:normal;
		right:20px;		
	}
	
	.site-header.affix .navbar-default .navbar-toggle{
		margin:9px 13px;	
	}
	.site-header.affix .nav-bar-top{
		display:block;
	}
	.site-header.affix .main-navigation li a{
		padding:6px 11px 10px;		
	}
}

@media (max-width: 640px){
	.cp-row{
		margin-bottom:0;
	}
	
	.banner-caption {
    	font-size: 22px;
	}
	.banner-caption img{
		width:25px;
	}
	
	.home-service .col-sm-4 h2 a{
		height:26px;
	}
	.home-service .col-sm-4 a img {
    	max-height: 110px;
	}
	
	.cp-row h1 span {
		font-size:26px;
	}
	
	.home-module ul {
    	width: 450px;
	}
	
	.home-module ul li:nth-child(1) a{
		width:138px;
	}
	.home-module ul li:nth-child(1) a span{
		padding-top:20px;
	}
	
	.home-module ul li:nth-child(2) a{
		width:300px;
	}
	.home-module ul li:nth-child(3) a{
		width:300px;
	}
	
	.home-module ul li:nth-child(4) a{
		width:213px;
	}
	.home-module ul li:nth-child(5) a{
		width:213px;
	}
	
	.home-module ul li:nth-child(5) a span{
		right:26px;
	}
	.home-module ul li:nth-child(6) a{
		width:185px;
	}
	
	.home-module ul li:nth-child(7) a{
		width:241px;
	}
	.home-module ul li:nth-child(8) a{
		width:223px;
	}
	.home-module ul li:nth-child(9) a{
		width:203px;
		padding:0 8px;
	}
	.home-module ul li:nth-child(9) a span{
		bottom: 8px;
    	right: 5px;
	}
	.home-module ul li:nth-child(10) a{
		width:217px;
	}
	
	.home-module ul li:nth-child(11) a{
		width:209px;
		text-align:left;
		padding:10px;
	}
	.home-module ul li:nth-child(11) a span{
		right: 5px;
		top: 65px;
		padding:0;
	}
	
	/*.home-module ul li:nth-child(2) a {
    	width: 298px;
	}
	.home-module ul li:nth-child(3) a {
    	width: 298px;
	}
	.home-module ul li:nth-child(5) a {
    	width: 205px;
	}
	.home-module ul li:nth-child(6) a {
    	width: 205px;
	}
	.home-module ul li:nth-child(8) a {
    	width: 230px;
	}
	.home-module ul li:nth-child(9) a {
    	width: 208px;
	}*/
	
	.strong-view.modern .testimonial-inner{
		padding:30px 0 !important;
	}
	.strong-cycle-controls.buttons1 > span.cycle-prev,
	.strong-cycle-controls.buttons1 > span.cycle-next {
    	top: -100px;
	}
}

@media (max-width: 480px){
	.h1, h1{
		font-size:26px;
	}
	.single-post h1{
		font-size: 20px;
    	line-height: 30px;
	}
	
	.banner-caption {
    	font-size: 14px;
	}
	.banner-caption img {
    	width: 20px;
	}
	
	.home-service h2 {
    	font-size: 14px;
	}
	
	.home-module ul {
    	width: 280px;
	}
	.home-module ul li a {
    	width: 280px !important;
		height: 160px !important;
	}
	
	.strong-view.modern .testimonial-content{
		margin:10px 30px;
	}
	.strong-view.modern .testimonial-inner{
		padding:0 !important;
	}
	.testimonial-client .testi-cell{
		display:block;
		text-align:center;
	}
	.strong-view.modern .testimonial-image{
		max-width:114px;
		margin:0 auto !important;
	}
	.strong-view.modern .testimonial-content{
		margin:10px 0 !important;
		padding-bottom:20px;
	}
	.strong-view.modern .testimonial-content:after{
		bottom:10px !important;
	}
	.strong-view.modern .testimonial-content:after,
	.strong-view.modern .testimonial-content:before{
		position:absolute !important;
	}
	
	.list-row img.right,
	.right,
	.list-row img {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.blog-excerpt-list .col-sm-2{
		width:25%;
	}
	.blog-excerpt-list .col-sm-10{
		width:70%;
	}
	
	
	.home-module ul li{
		width:100%;
		margin-right:0;
	}
	
	.home-module ul li:nth-child(9) a {
    	padding: 0 38px;
	}
	.home-module ul li:nth-child(9) a span {
    	bottom: 28px;
    	right: 35px;
	}
	.home-module ul li:nth-child(11) a{
		padding:20px 30px;
	}
	.home-module ul li:nth-child(11) a span {
    	right: 25px;
    	top: 85px;
	}
}

@media (min-width: 768px){
	.main-navigation .primary-menu > li {
    	float: left;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
    	border: 0;
	}
	.site-header-menu {
    	display: block;
    	-webkit-flex: 0 1 auto;
    	-ms-flex: 0 1 auto;
    	flex: 0 1 auto;
	}
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle, .site-footer .main-navigation {
    	display: none;
	}
	.main-navigation .menu-item-has-children > a:after {
		content: "\f0d7";
		padding: 6px 0 5px 6px;
		font-family: 'FontAwesome';
		font-size: 13px;
	}
	.main-navigation .menu-item-has-children > a {
    	margin: 0;
	}
	
}

.site-header-menu.toggled-on{
	width:250px;
}

.closebtn{
	display:none;
}
@media (max-width: 767px){
  .site-header-menu {padding-top: 35px;}
  .site-header-menu a {font-size: 18px;}
  .site-header-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #0088cd;
    overflow-x: hidden;
    transition: 0.5s;
}

.site-header-menu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.site-header-menu a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.site-header-menu .closebtn {
    position: absolute;
    top: -7px;
    right: 0;
    font-size: 36px;
    margin-left: 0;
    color: #fff;
}

body {
    transition: margin-right .5s;
}
	.site-header-menu.toggled-on .closebtn{
		display:block;
	}
	.navbar-toggle.toggled-on{
		/*display:none;*/
	}
	.main-navigation li a{
		color:#fff;
	}
	.navbar-default .navbar-form{
		display:block !important;
		position: inherit;
    	border-top: none;
	}
	.searchbox-icon{
		display:none;
	}
	.site-header-menu .nav-bar-top a{
		padding:0;
		color:#fff;
	}
	.nav-bar-top ul li{
		padding-top:0;
	}
	.nav-bar-top ul li a span{
		color:#fff;
	}
	
	.search-box label{
		max-width:60%;
	}
	
	#menu-primary-menu .dropdown-toggle .screen-reader-text{
		display:none;
	}
	.dropdown-toggle{
		width:35px;
		height:35px;
	}
	.dropdown-toggle:after{
		content:"\f107";
		font-family:FontAwesome;
		padding-left:6px;
	}
	.navbar-default .navbar-toggle{
		padding: 0 7px;
		font-size: 20px;
		margin: 23px 13px;
		color: #0088cd;
    	border-color: #31c273;
	}
	
	.menu-toggle.toggled-on,
	.menu-toggle.toggled-on:hover,
	.menu-toggle.toggled-on:focus{
		position: absolute;
		right: -250px;
		margin: 0;
		opacity: 0.001;
		z-index:2;
	}
}
