
@font-face {
	font-family: 'Avenir Black';
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Black.eot');
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Black.woff') format('woff'), 
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Black.ttf') format('truetype'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Black Jack';
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/black_jack.eot');
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/black_jack.woff') format('woff'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/black_jack.ttf') format('truetype'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/black_jack.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Light';
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Light.eot');
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Light.woff') format('woff'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Light.ttf') format('truetype'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Roman';
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Roman.eot');
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Roman.woff') format('woff'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Roman.ttf') format('truetype'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Book';
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Book.eot');
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Book.woff') format('woff'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Book.ttf') format('truetype'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Medium';
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Medium.eot');
	src: url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Medium.woff') format('woff'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Medium.ttf') format('truetype'),
		 url('/wp-content/themes/lemonad_bootstrap/css/fonts/AvenirLTStd-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*========================================Header=========================================================*/

body{
	font-family: 'Montserrat', sans-serif;
}


#main-nav .container{
	width: 100%;
	padding: 0 60px 0 30px;
}
#main-nav .closed,
#main-nav .navvy{
	display: none;
}
#main-nav .closed{top: 15px;}
.icon-menu{
	position: absolute;
	right: 0;
	top: 20px;
}
.icon-menu > a.lemon-menu img{
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}
.icon-menu > a.lemon-menu img:hover{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.icon-menu > a{
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
}
#main-nav .navvy{
	width: 100%;
	float: left;
	background: #072533 !important;
	margin-top: 0 !important;
	position: absolute;
	z-index: 9999;
}
#main-nav .navvy ul,#main-nav .navvy ul li{
	width: 100%;
	float: left;
}
#main-nav .navvy ul{padding: 0px 0px 30px 0px;}
#main-nav .navvy ul li{padding-bottom: 15px;}
#main-nav .navvy ul li:last-child{padding-bottom: 0;}
#main-nav .navvy ul li a{
	text-align: right;
	font-family: 'Avenir Black';
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}

.nav_100 .main-header{
	/*padding: 20px 0;*/
	width: 100%;
	float: left;
	padding-top: 12px;
	/*padding: 12px 60px 0 40px;*/
	/*padding-bottom:0px;*/
}
.title a, .title_img a{
	color:#fff;
}
.title a, .title_img a{
	color:#fff;
	text-decoration:none;
}
.title_img{
	margin-top:27px;
}

/*======================================== END Header=========================================================*/

/*======================================== Content============================================================*/
#single-img > .vc_col-sm-12 > .vc_column-inner{padding: 0;}
#single-img .vc_figure,#single-img .vc_box_border_grey,
#single-img .vc_box_border_grey img{
	width: 100%;
}
.welcome-top{
	text-align: center;
	color: #fff;
}
.welcome-bottom{color: #fff;}
#welcome-to{
	background-position: 100% 100%!important;
    border-top: 20px solid #073d56;
    background-color: #13abec;
}
.welcome-top h3{
	font-family: 'Black Jack';
	font-size: 36px;
}
.welcome-top strong{
	font-family: 'Avenir Black';
	font-size: 40px;
	display: block;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.welcome-top p{
	font-family: 'Avenir Light';
	letter-spacing: 7px;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
.welcome-bottom p{
	font-family: 'Avenir Roman';
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
}
.circles-text{
	color: #fff;
	font-family: 'Avenir Book';
	text-align: center;
	margin-bottom: 0 !important;
	font-family: 'Montserrat', sans-serif;
}
.circles-text ul{list-style: none;padding-left: 15px;}
#circles h2{
	color: #fff;
	font-family: 'Avenir Black';
	max-width: 170px;
	width: 100%;
	line-height: 1.2;
	margin: 0 auto;
	font-size: 26px;
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
#circles > .vc_col-sm-4 > .vc_column-inner{padding: 0;}
#circles > .vc_col-sm-4{margin: 20px 0;}
.circles-two{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.circles-text ul li:after{
	content: '';
	display: block;
	background: #fff;
	width: 15px;
	height: 15px;
	margin: 20px auto;
	border-radius: 100%;
}
.circles-text ul li:last-child:after{
	display: none;
}
#circles .wpb_wrapper{margin-bottom: 0;}
#circles{padding-bottom: 60px;}
/* #services .item:hover .images{
	display: none;
} */
#services .item:hover .images_hover{
	display: block;
}
#services .images{
	position: relative;
    display: block;
    text-align: center;
}
#services .images_hover{
    text-align: center;
    display: none;
    top: 0;
}
#services .title-h3{
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	font-family: 'Avenir Black';
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.all-services .item{
	width: 100%;
	float: left;
	position: relative;
	display: block;
}
.all-services .short-item{
	margin-bottom: 35px;
}
.title-services h3{
	color: #073d56;
	font-size: 60px;
	text-align: center;
	font-family: 'Black Jack';
	padding-bottom: 20px;
	padding-top: 15px;
}
.title-services h3:after{
	content: '';
	background: #073d56;
	width: 30%;
	height: 2px;
	display: block;
	margin: 15px auto;
}
.item-news > a{
	display: block;
	width: 100%;
	height: 250px;
	background: #fff;
}
.item-news img{
	width: 100%;
	height: 100% !important;
}
.item-news h3{
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-top: 25px;
	padding: 0 20px;
	font-family: 'Avenir Roman';
	font-family: 'Montserrat', sans-serif;
}
.news-title h3{
	color: #fff;
	text-align: center;
	font-family: 'Black Jack';
	font-size: 60px;
	padding-bottom: 15px;
}
#news{
	border-top: 20px solid #fbd06a;
	padding-bottom: 50px;
}
.owl-nav.disabled{
	display: block !important;
}
#news .owl-nav i{color: #fff;}
#news .owl-prev,.owl-next{
	position: absolute;
    top: 20%;
    font-size: 80px;
}
#news .owl-prev{
	left: -70px;
}
#news .owl-next{
	right: -70px;
}
.postid-675 .top-banner .col-md-3 img{margin-top: 60px;}
/*======================================== END Content=========================================================*/
/*============================================Footer=========================================================*/
footer.entry-meta,#row-hidden{display: none;}
#footer-row .footer-left ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
#footer-row .footer-left li{
	width: 100%;
	float: left;
	margin: 5px 10px;
}
#footer-row .footer-left li:last-child img{padding: 5px;}
#footer-row .footer-left li:last-child div{padding-top: 5px;}
#footer-row .footer-left li img{
	width: 7%;
	float: left;
	margin-right: 15px;
	position: relative;
	top: 5px;
}
.footer-left img{max-width: inherit !important;}
#footer-row .footer-left li div{
	float: left;
	width: auto;
	font-size: 15px;
    font-family: 'Avenir Roman';
    color: #fbdb6a;
	font-family: 'Montserrat', sans-serif;
}
#nav_menu-2 ul li{
	text-align: left;
	list-style: none;
	padding-left: 110px;
}
#nav_menu-2 a{
	font-size: 14px;
	font-family: 'Avenir Medium';
	color: #fff !important;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
#nav_menu-2{padding-top: 50px;}
.footer-right h3{
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'Avenir Book';
	font-family: 'Montserrat', sans-serif;
}
.footer-right #gform_fields_2 label{display: none;}
.footer-right form input{
	width: 100% !important;
	font-size: 14px !important;
	color: #072533;
}
.footer-right form input::-webkit-input-placeholder{
	font-size: 14px !important;
	color: #072533;
	font-family: 'Avenir Roman';
	font-family: 'Montserrat', sans-serif;
}
.footer-right form input[type="submit"]{
	width: auto !important;
	background: #073d56;
	border: 0;
	color: #fff;
	font-size: 14px;
}
.footer-right .gform_wrapper .gform_footer input[type=submit]{
	font-size: 14px !important;
	padding: 10px 20px;
	margin: 0;
	font-family: 'Avenir Roman';
	font-family: 'Montserrat', sans-serif;
}
.footer-right form input[type=text]{
	padding-left: 35px !important;
}
.footer-right .gform_wrapper #input_2_1_3_container,
.footer-right .gform_wrapper #input_2_2_6_container{position: relative;}
.footer-right .gform_wrapper #input_2_1_3_container:before,
.footer-right .gform_wrapper #input_2_2_6_container:before{
	content: '\f040';
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	font-size: 18px;
	color: #072533;
	top: 10px;
	left: 10px;
}
.footer-right .gform_wrapper .ginput_container.ginput_container_email{position: relative;}
.footer-right .gform_wrapper .ginput_container.ginput_container_email:before{
	content: '\f003';
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	font-size: 18px;
	color: #072533;
	top: 8px;
	left: 10px;
}
.footer-right .gform_wrapper ul.gform_fields li.gfield{padding-right: 0;}
.footer-right .gform_footer.top_label{margin-top: 0;}
#site-footer{
	background: #072533 !important;
	padding-bottom: 0 !important;
}
.copyright{
	background: #fbd06a;
	height: 90px;
    line-height: 90px;
    overflow: hidden;
}
.copyright .textwidget p{
	color: #072533;
    font-size: 16px;
}
.copyright #text-3{
	float: left;
}
.copyright #cnss_widget-2{
	float: right;
}
ul.cnss-social-icon li a img{
	width: 50%;
	height: 100%;
	margin: 0 auto !important;
}
ul.cnss-social-icon li a{
	display: block;
}
#cnss_widget-2 .cnss-social-icon{margin-top: 0 !important;}
#footer-row{
	padding-bottom: 70px;
	width: 1140px !important;
}
body .vc_custom_1502159701890{
		background-image: none !important;
}
.img-mobile{display: none;}
/*============================================End Footer=========================================================*/
/*===============================================Blog News=========================================================*/
.main-category .page-header{
	margin: 40px 20px 0px 15px;
}
.main-category article{
	width: 100%;
    float: left;
    margin-bottom: 25px;
}
.entry-title {
    font-size: 18px;
    font-family: 'Avenir Light';
    min-height: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
.main-category a {
    color: #333;
    text-decoration: none;
}
.main-img {
    position: relative;
}
.main-img a {
    display: block;
    overflow: hidden;
    max-height: 300px;
}
.main-img img {
    width: 100%;
    display: block;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    height: auto;
}
.main-img a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.main-img > p {
    position: absolute;
    background: rgba(26, 60, 88, 0.73);
    color: #fff;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-transform: capitalize;
    padding: 10px;
    font-family: 'Avenir Light';
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
.desc .excerpt {
    line-height: 1.5;
    margin-top: 20px;
    font-family: 'Avenir Light';
    min-height: 220px;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
.read-more{
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Black Jack';
    background: #072533;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0.9;
    display: inline-block;
    margin-top: 20px;
}
.read-more:hover{opacity: 1;}
.main-category .wp-pagenavi{
	    display: inline-block;
    padding: 15px;
    clear: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single .page-container{overflow: hidden;}
.bg-featured img{
	width: 100%;
}
.main-single{margin-bottom: 35px;margin-top: 35px;}
/*.main-single article{padding: 30px !important;}*/
.main-single .entry-header .entry-title,
.main-single .related .title-h1{
	font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.33);
    margin: 35px 0 !important;
    padding-bottom: 15px;
    font-family: 'Avenir Black';
    color: #000;
    margin-bottom: 20px !important;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.main-single .entry-title a{
	text-decoration: none;
	font-family: 'Avenir Black';
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.main-single .entry-meta,.main-single .entry-content{
	font-family: 'Avenir Book';
	font-family: 'Montserrat', sans-serif;
}
.main-single  .read-more{margin-top: 0;}
.all-post .item{
	border-bottom: 1px solid rgba(0, 0, 0, 0.33);
	padding-bottom: 15px;
}
.menu-single ul{
	padding: 0;
	width: 100%;
	float: left;
	margin: 20px 0;
}
.menu-single ul li{
	float: left;
    list-style: none;
    margin-right: 15px;
}
.menu-single ul li:after{
	content: '';
    display: inline-block;
    background: #000;
    height: 15px;
    width: 1px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.menu-single ul li:last-child:after{
	display: none;
}
.menu-single ul a{
	color: #58595b;
	font-family: 'Avenir Black';
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.single-services .entry-header{display: none;}
.single-services .img-single img{
	margin-top: 75px;
	padding: 0 25px;
}
.single-services .entry-content h2{
	color: #072431;
    font-family: 'Avenir Black';
    border-bottom: 10px solid #1780ad;
    padding-bottom: 15px;
    margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.single-services .entry-content em{
	color: #1780ad;
	font-family: 'Avenir Book';
	font-family: 'Montserrat', sans-serif;
}
.single-services .entry-content p{
	font-family: 'Avenir Book';
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.single-services .entry-content strong,
.single-services .entry-content h3{
	font-family: 'Avenir Black';
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.single-services .entry-content h3{color: #1780ad;}
.home .bg-featured{
	display: none;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 45%;
	height: 100vh;
}
.bg-featured{
	position: relative;
	min-height: 100px;
}
.page-id-643 .bg-featured{
	position: relative;
	min-height: 100px;
	background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 32%;
    /*height: 90vh;*/
}
.single .entry-meta{display: none;}
.single .desc .excerpt{min-height: 150px;}
.page-id-643 #content{margin-top: 130px;}
.bg-featured img{height: 100% !important;}
body div.the_champ_horizontal_sharing li{width: auto !important;margin-right: 10px !important;}
.the_champ_sharing_container.the_champ_horizontal_sharing{
	padding-left: 10px;
}
div.heateor_ss_mobile_footer{display: none !important;}
#bg-aboutus{
	height: 670px;
    margin-top: -130px;
    background-size: 100% 100% !important;
}
#about-us-title h2{
	font-family: 'Avenir Black';
	border-bottom: 10px solid #1780ad;
	padding-bottom: 15px;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
#about-us-title p,#executive p{
	font-family: 'Avenir Book';
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}
#executive h2{
	font-family: 'Black Jack';
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    border-bottom: 2px solid #1780ad;
    padding-bottom: 20px;
}
#executive h4{
	font-family: 'Avenir Black';
    text-transform: uppercase;
    color: #1780ad;
    margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
#executive em{
	font-family: 'Avenir Medium';
    color: #1780ad;
    font-weight: 300;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
#executive .vc_col-sm-5 img{margin-top: 15px;border: 3px solid #072533;}
.page-no-title .entry-header{display: none;}
.page-no-title #single-img{margin-top: -100px;}
.page-id-700 .bg-featured{min-height: 98px;}
#client{margin-top: 30px;}
.home #client{margin-top: 130px;}
#client h1{
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Avenir Black';
    font-size: 50px;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.home #client .vc_column-inner{padding-top: 0;}
.all-client .item-client{
	/*width: 25%;
	float: left;*/
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.all-client a{
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    display: block;
}
.all-client a:hover{
	background-size: 125% 125%;
    text-decoration: none;
}
.all-client a:hover .overlay{
	background-color: #072533;
}
.all-client .wrap{
	 width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.all-client .overlay{
	display: table;
    width: 101%;
    height: 101%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.all-client .content-wrap{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*.logo_client{
	position: absolute;
    top: 45%;
    left: 20%;
    max-width: 200px !important;
    width: 100%;
}
.bg-client{
	min-height: 360px;
	width: 100%;
}
.item-client{
	min-height: 375px;
	height: 100%;
	background-repeat: no-repeat;
}*/
/*===============================================End Blog News======================================================*/
/*===============================================Details Client======================================================*/
.wpb_gallery{margin-bottom: 0;}
.single-client .flexslider{
    -o-box-shadow: 0 0px 0px transparent;
     box-shadow: 0 0px 0px transparent; 
}
.flex-control-nav.flex-control-paging{display: none;}
.wpb_gallery_heading,.single-client h2{
	color: #1780ad;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Avenir Black';
    margin: 40px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
.content-banner{padding-left: 45px;}
.top-banner h2{
	text-align: left;
    border-bottom: 5px solid #1780ad;
    color: #072431;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0;
}
.single-client .bg-featured{
	background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 100%;
    padding-bottom: 38%;
    height: 0;
    display: block;
}
.top-banner{
	background-color: #e1e1e1;
	padding: 60px 0;
}
.single-client p{
	font-family: 'Avenir Book';
	font-size: 16px;
	color: #58595b;
	font-family: 'Montserrat', sans-serif;
}
#strategy h2,#result h2{
	margin-top: 0;
}
.content-result{
	background: #1780ad;
	max-width: 1024px;
	margin: 0 auto;
}
.text-width p{color: #fff;}
.flex-direction-nav a{opacity: 1 !important;}
.flex-direction-nav .flex-prev{left: -100px !important;}
.flex-direction-nav .flex-next{right: -100px !important;}
.text-width{
	background: #1780ad;
	max-width: 1024px;
    margin: 0 auto;
    padding: 20px 60px;
}
.home .page-container,.page-id-889 .page-container{overflow: hidden;}
#from-the-stand h1{
	font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
#from-the-stand h2{
	font-weight: 400;
    font-style: italic;
    font-size: 26px;
}

/*#main-nav,#welcome-to,#circles,#services,#news{
    -webkit-animation: fadein 10s;
       -moz-animation: fadein 10s;
        -ms-animation: fadein 10s; 
         -o-animation: fadein 10s; 
            animation: fadein 10s;
}*/

@keyframes fadein {
    from { opacity: 0;visibility: hidden; }
    to   { opacity: 1;visibility: visible; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
   from { opacity: 0;visibility: hidden; }
    to   { opacity: 1;visibility: visible; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0;visibility: hidden; }
    to   { opacity: 1;visibility: visible; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
   from { opacity: 0;visibility: hidden; }
    to   { opacity: 1;visibility: visible; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0;visibility: hidden; }
    to   { opacity: 1;visibility: visible; }
}
/*=============================================== End Details Client======================================================*/
/*============================================Reponsive=========================================================*/
@media screen and (min-width: 1686.25px){
	#welcome-to{
		background-image: none !important;
	}
	body .vc_custom_1502159701890{
		background-image: url(/wp-content/uploads/2015/02/3-1.png?id=488) !important;
		background-position: 20% 100% !important;
		margin-left: -100px;
	}
	.col-welcome{left: 100px;}
}
@media screen and (max-width: 1300px){
	#welcome-to{
		background-position: 0 100%!important;
	}
	.flex-direction-nav .flex-prev {
	    left: -50px !important;
	}
	.flex-direction-nav .flex-next {
	    right: -50px !important;
	}
}
@media screen and (max-width: 1199px){
	.home .bg-featured{height: auto;padding-bottom: 53%;}
	#footer-row {
	    width: 100% !important;
	    max-width: 85%;
	}
}
@media screen and (max-width: 1100px){
	.flex-direction-nav .flex-prev,.flex-direction-nav .flex-next{
	    display: none !important;
	}
	.flex-control-nav.flex-control-paging{display: block !important;}
	#bg-aboutus{height: 500px;}
	.nav_100{position: relative !important;}
	.nav_100.fixey{position: fixed !important;}
	body .vc_custom_1502159701890{padding-top: 0 !important;}
	.img-mobile{display: block;}
	.img-mobile img{
		position: relative;
		left: 40px;
	}
	#welcome-to{
		background-image: none !important;
		background-color: #46c0ed;
	}
	#welcome-to .vc_col-sm-6{
		width: 100%;
	}
	#news .owl-prev {
	    left: 5px;
	    background: rgba(0, 0, 0, 0.65);
	    width: 50px;
	    text-align: center;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.25s linear 0s;
	    -webkit-transition: all 0.25s linear 0s;
	}
	#news .owl-next {
	    right: 5px;
	    background: rgba(0, 0, 0, 0.65);
	    width: 50px;
	    text-align: center;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.25s linear 0s;
	    -webkit-transition: all 0.25s linear 0s;
	}
	#news .all-latest-news:hover .owl-next,
	#news .all-latest-news:hover .owl-prev{
		opacity: 1;
		visibility: visible;
	}
	.page-id-700 .bg-featured{
		min-height: 0px;
	}
	.home #client,
	#client{margin-top: 0;}
	.text-width{
		max-width: 970px;
		padding: 20px 25px;
	}
	.page-id-894 .bg-featured{display: none;}
	.page-id-643 #content{margin-top: 0;}
}
@media screen and (max-width: 992px){
	.single-services .img-single{display: none;}
	.page-id-643 .bg-featured{height: auto;}
	body .flex-direction-nav a{opacity: 0 !important;}
	body .flex-direction-nav .flex-prev{left: -50 !important;}
	body .flex-direction-nav .flex-next{right: -30 !important;}
	.text-width {
	    padding: 20px 15px;
	}
	.content-banner{
		padding-left: 0;
		margin-top: 35px;
	}
	.top-banner img{margin: 0 auto;}
	.footer-left img{max-width: 100% !important;}
	#footer-row .footer-left li{margin: 10px 0;}
	.main-header .col-md-3{
		width: auto;
		float: left;
	}
	.main-header .col-md-9{
		width: auto;
		float: right;
	}
	.all-services .short-item{
		width: 50%;
		float: left;
		margin-bottom: 15px;
		min-height: 350px;
	}
	#footer-row .col-sm-4{
		width: 100%;
		text-align: center;
		float: left;
	}
	#footer-row .footer-left li img{
		width: 5%;
		margin: 0 auto;
		float: none;
	}
	#footer-row .footer-left li div{width: 100%;margin-top: 10px;}
	#nav_menu-2{
		padding-top: 20px;
	}
	#nav_menu-2 ul{
		padding: 0;
		margin: 0;
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	#nav_menu-2 ul li{
		padding-left: 0;
		text-align: center;
	}
	.gform_wrapper .gform_footer{text-align: center;}
	.copyright {
	    line-height: 1.5;
	    padding: 10px 0;
	}
	.copyright #text-3,.copyright #cnss_widget-2{
		width: 100%;
		text-align: center;
	}
	.main-category article{
		border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    	padding-bottom: 20px;
	}
	.main-single .related .title-h1{
		margin: 10px !important;
	}
	.all-post{padding: 10px;}
	div.heateor_ss_mobile_footer{display: none !important;}
	#from-the-stand .vc_col-sm-7,
	#from-the-stand .vc_col-sm-5{width: 100%;}
	.section-mobile  .vc_col-sm-7{
		position: absolute;
		top: 0;
	}
	.section-mobile  .vc_col-sm-5{padding-top: 300px;}
}
@media screen and (max-width: 991px){
	.text-width{
		max-width: 970px;
	}
}
@media screen and (max-width: 767px){
	#bg-aboutus {
	    height: 400px;
	}
	.icon-menu{
		right: 15px;
	}
	#circles .circles-text{
		border-bottom: 1px solid #fff;
		padding-bottom: 20px;
	}
	#circles .box_popup3_open .circles-text{
		border-bottom: none;
		padding-bottom: 0px;
	}
	#circles .circles-two{
		border-left: 0;
		border-right: 0;
	}
	.all-services .short-item{
		width: 100%;
	}
	.all-services .item img{margin: 0 auto;}
}
/*@media screen and (max-width: 641px){
	.footer-right .gform_wrapper #input_2_1_3_container:before, .footer-right .gform_wrapper #input_2_2_6_container:before{
		top: 20px;
	}
	.footer-right .gform_wrapper .ginput_container.ginput_container_email:before{
		top: 18px;
	}
}*/
@media screen and (max-width: 600px){
	.section-mobile  .vc_col-sm-5{padding-top: 350px;}
}
@media screen and (max-width: 568px){
	#main-nav .container{
		padding: 0 40px 0 10px;
	}
	.logo a{
		width: 300px !important;
		background-size: 100% 100% !important;
	}
	.icon-menu > a img{
		width: 30px;
		height: 30px;
	}
	.icon-menu > a.closed img{
		width: 20px;
		height: 20px;
	}
	.main-header .icon-menu{top: 40px;}
	#main-nav .closed{top: 0;}
	#footer-row .footer-left li img{
		width: 10%;
	}
}
@media screen and (max-width: 540px){
	.section-mobile  .vc_col-sm-5{padding-top: 400px;}
	.nav_100 .main-header{
    	padding: 12px 30px 0 10px;
	}
}
@media screen and (max-width: 480px){
	#main-nav .navvy ul li{
		padding-bottom:5px;
	}
	.logo a{
		width: 250px !important;
		background-size: contain !important;
		background-position: center center !important;
		height: 100px !important;
	}
	.nav_100 .main-header{
		padding:0px !important;
	}
	.nav_100{
		height:100px !important;
	}
	.nav_100.fixey{
		height:100px !important;
	}
	.copyright .textwidget p{font-size: 14px;}
	#cnss_widget-2 .cnss-social-icon{margin-left: 0 !important;}
	.copyright{height: auto;}
	.welcome-top strong{
		font-size: 35px;
		line-height: 1.2;
	}
	.welcome-top h3{font-size: 30px;}
	.img-mobile img{left: 25px;}
}
@media screen and (max-width: 540px){
	.section-mobile  .vc_col-sm-5{padding-top: 500px;}
}
@media screen and (max-width: 400px){
	.logo a{
		width: 200px !important;
	}
	.img-mobile img{left: 15px;}
}
@media screen and (max-width: 360px){
	.section-mobile  .vc_col-sm-5{padding-top: 600px;}
	#main-nav .container {
	    padding: 0 10px 0 0px;
	}
}
@media screen and (max-width: 320px){
	#bg-aboutus {
	    height: 300px;
	}
}

.all-services .item {
    min-height: 287px;    
    transition: .2s ease-in-out;
    background-color: #0a5d7d;
}

.main-category article {
    min-height: 580px;
}





