/* Headings
______________________*/

@font-face {
	font-family: 'Titillium-Light';
	src: url('../cssv3/fonts/TitilliumText22L002.otf'); /* IE fix */
	src: url('../cssv3/fonts/TitilliumText22L002.otf?#iefix') format('opentype');
}
@font-face {
	font-family: 'Myriad Pro Semibold';
	src: url('../cssv4/fonts/Myriad_Pro_Semibold.ttf'); /* IE fix */
	src: url('../cssv4/fonts/Myriad_Pro_Semibold.ttf?#iefix') format('opentype');
}

@font-face {
	font-family: 'Myriad Pro Italic';
	src: url('../cssv4/fonts/Myriad_Pro_Italic.ttf'); /* IE fix */
	src: url('../cssv4/fonts/Myriad_Pro_Italic.ttf?#iefix') format('opentype');
}

@font-face {
	font-family: 'Myriad Pro Regular';
	src: url('../cssv4/fonts/Myriad_Pro_Regular.ttf'); /* IE fix */
	src: url('../cssv4/fonts/Myriad_Pro_Regular.ttf?#iefix') format('opentype');
}

h1{
    font-size: 50px;
    color: #303b4b;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px;
}
h2{
    font-size: 50px;
    color: #1FC3F3;
    text-transform: capitalize;
    margin: 0 0 20px;
    font-weight: 300;
}
h3{
    font-size: 45px;
    margin: 0 0 20px;
    font-weight: bold;
    line-height: 1;
}
h4{
    font-size: 28px;
    margin: 0;
}
h5{

}
h6{
    font-size: 10px;
    color: #4a4a49;
    font-weight: bold;
}

/*  Main Area
-------------------------------------- */
.dark-btn,
.light-btn,
.orange-btn{
	display: inline-block;
	padding: 5px 20px;
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
    text-align: center;
	background: #303b4b;
}
.light-btn{
    background: #1FC3F3;
	font-family: 'Titillium Web';
}
.light-btn:hover{
	background: #19A0BF;
	color: #fff;
}
.dark-btn:hover{
	background: #000;
	color: #fff;
}

.orange-btn{
	background: #F06423;
}
.orange-btn:hover{
	background: #C64720;
	color: #fff;
}

.main-banner{
	background: url(/imgv4/main-banner.jpg) #5EA5CF no-repeat center top / cover;
	position: relative;
	min-height: 403px;
}

@media (min-width: 1861px) {
	.main-banner{
		background-size: 100% auto;
	}
}

@media (max-width: 1860px) {
	.main-banner{
		background-size: auto 420px;
	}
}



.banner-info{
	max-width: 55%;
	width: 100%;
	z-index: 5;
	float: right;
    padding-top: 65px;
}

.banner-info h1 span{
	display: block;
}
.slider-sec{
	padding: 20px 0;
    text-align: center;
	padding-bottom: 6px;
	padding-top: 6px;
	box-sizing: border-box;
	height: 59px;
}
.slider-sec a{
	display: inline-block;
}
.slider-sec img{
	max-height: 40px;
}
.slider-sec .hover-state{
	display: none;
}
.slider-sec a:hover .hover-state{
	display: inline-block;
}
.slider-sec a:hover .normal-state{
	display: none;
}
.slider-sec li{
	padding: 0 10px;
	vertical-align: middle;
}
.slider-sec .bx-wrapper{
	max-width: 100% !important;
}
.slider-sec .bx-viewport:before,
.slider-sec .bx-viewport:after{
	background: rgba(255,255,255, 0.95);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 45px;
	-webkit-box-shadow: 5px 0px 9px 2px rgba(255,255,255,1);
	-moz-box-shadow: 5px 0px 9px 2px rgba(255,255,255,1);
	box-shadow: 5px 0px 9px 2px rgba(255,255,255,1);
	z-index: 10;
}
.slider-sec .bx-viewport:after{
	left: auto;
	right: 0;
	-webkit-box-shadow: -5px 0px 9px 2px rgba(255,255,255,1);
	-moz-box-shadow: -5px 0px 9px 2px rgba(255,255,255,1);
	box-shadow: -5px 0px 9px 2px rgba(255,255,255,1);
}
.slider-sec .bx-viewport{
	padding-top: 4px;
}
.bx-controls{
	display: none;
}
.chat-link{
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	background: #00CBFF;
	display: inline-block;
	padding: 15px;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-shadow: 1px -1px 3px 1px rgba(237,237,237,1);
-moz-box-shadow: 1px -1px 3px 1px rgba(237,237,237,1);
box-shadow: 1px -1px 3px 1px rgba(237,237,237,1);
}
.chat-link img{
	margin-bottom: 5px;
}
.chat-link span{
	display: block;
}
.blog-post{
	background: #fff;
	width: 59%;
	padding: 15px;
	padding-top: 10px;
	position: absolute;
    display: none;
    top: -84px;
    height: 80px;
	left: 20%;
	z-index: 1000;
}
.slider-sec li:hover .blog-post{
	display: block;
}
.blog-img{
	float: left;
	width: 60px;
}
.blog-img img{
	border-radius: 50%;
}
.blog-info{
	float: left;
	text-align: left;
    width: 85%;
    margin-left: 20px;
}
.blog-info p{
	font-size: 13px;
	margin-bottom: 10px;
}
.title-sec h6{
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.title-sec a{
	float: right;
	color: #00CBFF;
	font-weight: bold;
	font-size: 12px;
}
.section2{
	background: #00CBFF;
	padding: 60px 0 60px;
	text-align: left;
	font-family: Titillium-Light;
}
.section2 .content-width{
	display:flex;
}
.section2 p{
	margin-bottom: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.section2 .column-sep {
	min-width: 2em;
	min-height: 2em;
}

@media (max-width: 768px) {
	.section2 .content-width .text-row{
		flex-direction: column;
	}
}

.column{
	flex: 1;
}
.video-column{
	flex: 1;
	align-items: center;
	display: flex;
}
.column:nth-child(2){
	order:3;
}
.row::after{
	content:"";
	align-self: stretch;
	display:block;
	flex-basis:3em;
	order:2;
}

/******* Video class *******/
.video_wrapper {
	position: relative;
	/*background-color: yellow;
	align-content: center;*/
	width: 100%;
}

.video_wrapper::after {
	content: '';
	display: block;
	position: relative;
	padding: 29%;
	z-index: -1;
}

.videoIframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.videoPoster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: 100%;
	border: none;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}

.ad-teach .videoPoster{
	background:url(/imgv4/homepage_video_thumb.jpg) no-repeat;
	background-size: cover;
}
.featured-sec .videoPoster{
	background:url(/imgv4/homepage_video_thumb-13.jpg) no-repeat;
	background-size: cover;
}

.alt .videoPoster{
	background:url(/imgv4/homepage_video_thumb-14.jpg) no-repeat;
	background-size: cover;
}

.playButton{
	width: 5em;
	height: 5em;
	fill: #6cdbff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.playButton2{
	width:5em;
	height: 5em;
	cursor: pointer;
}
.btn:not(:hover) img:nth-child(2){
	display: none;
}
.btn:hover img:nth-child(1){
	display:none;
}
/***************************************************************/
.text p{
	font-family:'Myriad Pro Italic';
	position: relative;
    float: left;
	font-size:1.3em;
}

.pic{
	height: 4em;
	width:4em;
	float: left;
	margin-right: 2em;
	margin-top: -0.5em;
}

.signature{
	padding-block-start: 2em;
}

.column h4{
	font-family:'Myriad Pro Semibold';
	font-size:16pt;
	position: relative;
}
/***************************************************************************/
.expert-in{
	/* IE10+ */ 
	background-image: -ms-linear-gradient(left, #d1d2d4 40.08%, #f1f1f2 0);

	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(left, #d1d2d4 40.08%, #f1f1f2 0);

	/* Opera */
	background-image: -o-linear-gradient(left, #d1d2d4 40.08%, #f1f1f2 0);

	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(30, #d1d2d4), color-stop(30, #f1f1f2));

	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(left, #d1d2d4 40.08%, #f1f1f2 0);

	/* W3C Markup */
	background-image: linear-gradient(to right, #d1d2d4 40.08%, #f1f1f2 0);
	height: 57px;
	box-sizing: border-box;
	text-align: right;
	position: relative;
	overflow: hidden;
}
.expert-in h4{
	float: left;
	font-weight: normal;
	position: relative;
	z-index: 5;
}
.expert-in h4 strong{
	font-weight: bold;
}

@media (min-width: 768px)
{
	.expert-in h4{
		height: 57px;
		display: flex;
	}
	.expert-in h4 strong{
		background: #d1d2d4;
		padding: 7px 0;
		height: 57px;
	}
}

.expert-in .arrow{

	box-sizing: border-box;
	float: left;

	width: 38px;
	height: 57px;
	background: url("/imgv4/main-arrow.png");
	margin-right: 15px;
}

.expert-in a{
	padding: 4px 12px;
	font-size: 16px;
	margin-top: 6px;
}
.expert-in .dark-btn{
	margin-right: 20px;
}
.expert-in .switch-sec{
	min-width: 285px;
}
.left-sec{
	float: left;
}
.right-sec{
	float: right;
	padding: 7px 0;
}
.expert-in .switch-sec span{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s 0s;
	   -moz-transition: all 0.3s 0s;
	    -ms-transition: all 0.3s 0s;
	     -o-transition: all 0.3s 0s;
			transition: all 0.3s 0s;
	height: 57px;
	padding: 7px 0;
}
.ad-teach{
	text-align: center;
	font-family: 'Titillium-Light';
	padding: 60px 0 60px;
}
.ad-teach h2{
	line-height: 1;
	margin: 0 0 18px;
}
.ad-teach p{
	font-size: 18px;
	max-width: 900px;
	margin: 0 auto 20px;
	line-height: 25px;
}
.row{
	display:flex;
	justify-content: space-between;
	text-align: left;
}

.content-sec a{
	font-weight: bold;
	display: inline-block;
}
.featured-sec{
	background: #00CBFF;
	border-top: none;
	padding: 60px 0 60px;
}
.featured-img{
	float: right;
	width: 460px;
	text-align: right;
    position: relative;
}
.featured-info{
	float: left;
	width: 460px;
}
.featured-info h2{
	font-size: 50px;
	line-height: 53px;
}

.featured-info h2.style2{
	font-size: 45px;
	color: #1FC3F3;
	line-height: 1.2;
}

.featured-info p{
	font-size: 16px;
}
.featured-sec.alt{
	background: #FFFFFF;
	border-top: 4px solid #e4e4e4;
}
.featured-sec.alt .featured-img{
	float: left;
	text-align: left;
}
.featured-sec.alt .featured-info{
	float: right;
}

.quote{
	height: 1em;
	margin-right: 0.5em;
}

@media (min-width: 1200px) {
    .banner-img{
        border-top: 4px solid #e4e4e4;
        background: url(/imgv4/banner-img2.jpg) no-repeat center top / cover fixed;
        min-height: 265px;
    }
}
@media (max-width: 1200px) {
    .banner-img{
        border-top: 4px solid #e4e4e4;
        background: url(/imgv4/banner-img2.jpg) no-repeat center top / cover fixed;
        min-height: 191px;
    }
}

.banner-img img,
.customer-approach img{
	width: auto;
	display: block;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}
.customer-approach .content-width{
	max-width: 800px;
	margin-bottom: 35px;
}
.customer-approach a{
	font-size: 26px;
	font-weight: 300;
}
.customer-approach .dark-btn,
.customer-approach .light-btn,
.customer-approach .orange-btn{
    margin-left: 12px;
    margin-right: 12px;
    width: 245px;
}
@media (max-width: 768px) {
	.customer-approach .dark-btn,
	.customer-approach .light-btn,
	.customer-approach .orange-btn{
		margin-left: auto;
		margin-right: auto;
	}

	.footer-contact-sec .orange-btn{
		width: 245px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.row{
		flex-flow: column;
	}
}

.customer-approach img{
	padding: 0 40px;
    max-width: 100%;
}
/*  Footer 
-------------------------------------- */
.footer-top{
	background: #585958;
	padding: 20px 0 20px;
}
.footer-contact-sec{
	border-bottom: 2px dotted #fff;
	padding-bottom: 30px;
	margin: 0 100px 30px 0;
}
.footer-contact-sec .orange-btn{
    font-size: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.footer-widget{
	width: 300px;
	margin-right: 25px;
	float: left;
	margin-top: 1px;
}
.footer-widget p{
	font-size: 16px;
	color: #fff;
}
.footer-widget h3{
	margin: 0 0 19px;
}
.footer-form{
	width: 560px;
	float: right;
    margin-top: 15px;
}
.footer-form button{
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
    margin-top: 15px;
}
.form-group{
	width: 350px;
	float: left;
}
.form-field{
	width: 50%;
	float: left;
	padding: 0 6px;
	margin-bottom: 27px;
}
.footer-form input,
.footer-form select,
.message-field textarea{
	width: 100%;
	padding: 0 10px;
	height: 32px;
	border: 1px solid #939393;
	border-radius: 4px;
	/*color: #bbbaba;*/
	font-size: 12px;
}
.footer-form label{
    position: relative;
}
.footer-form label:before{
    content: '';
    right: 10px;
    top: 2px;
    bottom: 0;
    width: 11%;
    height: auto;
    background: url(/imgv4/select-arrows.png) center center no-repeat #fff;
    position: absolute;
    pointer-events: none;
    display: block;
}
.footer-form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.message-field{
	float: left;
	width: 210px;
	padding: 0;
	padding-left: 6px;
}
.message-field textarea{
	height: 91px;
	padding: 10px;
}
.address-sec{
	float: left;
	width: 415px;
}
.address-sec address{
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	display: inline-block;
	margin-left: 35px;
}
.address-sec address:first-child{
	margin-left: 0;
}
.address-sec address span{
	display: block;
}
.address-sec a{
	color: #fff;
}
.address-sec a:hover{
	color: #000;
}
.social-media{
	float: right;
	position: relative;
	padding-right: 100px;
}
.social-media a{
	margin-left: 15px;
}
.social-media a:hover{
	opacity: 0.5;
}
.footer-form *,
.footer-form *:before,
.footer-form *:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box; 
}
.content-sec .learn-more:hover{
	color: #000;
}

@media (max-width: 1500px) {
	.banner-info {
		padding-top: 64px;
	}
	.expert-in{
        background-image: -ms-linear-gradient(left, #d1d2d4 36%, #f1f1f2 0);
        background-image: -moz-linear-gradient(left, #d1d2d4 36%, #f1f1f2 0);
        background-image: -o-linear-gradient(left, #d1d2d4 36%, #f1f1f2 0);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30, #d1d2d4), color-stop(30, #f1f1f2));
        background-image: -webkit-linear-gradient(left, #d1d2d4 36%, #f1f1f2 0);
        background-image: linear-gradient(to right, #d1d2d4 36%, #f1f1f2 0);
	}
	.expert-in:after{
		left: 36%;
	}
	.expert-in .arrow{
		left: 35.9%;
	}
	.slider-sec{
		/*margin-top: -200px;*/
	}
	.slider-sec .bx-viewport{
		/*height: 260px !important;*/
	}
	.slider-sec .bxslider{
		/*padding-top: 210px;*/
	}
	.blog-post{
		width: 59%;
	}
	.blog-info{
		width: 85%;
	}
	.blog-info p{
		min-height: 40px;
	}
}
@media (max-width: 1199px) {
	.expert-in{
        background-image: -ms-linear-gradient(left, #d1d2d4 34%, #f1f1f2 0);
        background-image: -moz-linear-gradient(left, #d1d2d4 34%, #f1f1f2 0);
        background-image: -o-linear-gradient(left, #d1d2d4 34%, #f1f1f2 0);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30, #d1d2d4), color-stop(30, #f1f1f2));
        background-image: -webkit-linear-gradient(left, #d1d2d4 34%, #f1f1f2 0);
        background-image: linear-gradient(to right, #d1d2d4 34%, #f1f1f2 0);
	}
	.expert-in:after{
		left: 34%;
	}
	.expert-in .arrow{
		left: 33.9%;
	}
}
@media (max-width: 1023px) {
    .content-width,
    .section2 .content-width{
    	width: 750px;
    	padding: 0 15px;
    }
    #header-left{   
	    width: 130px;
	}
	#header-right{
		margin-left: 0px;
	}
	.main-nav a{
		margin-left: 10px;
	}
	.featured-img{
		width: 330px;
	}
	.featured-info{
		width: 350px;
	}
	.featured-info h2{
		font-size: 40px;
	}
	.footer-widget{
		width: 245px;
	}
	.footer-form{
		width: 350px;
	}
	.message-field{
		width: 100%;
		padding-left: 6px;
		padding-right: 6px;
	}
	.dropdown{
		background: #fff;
		z-index: 5;
		border-top: none;
		border: 1px solid #d5d5d5;
		right: 0;
	}
	.dropdown li{
		display: block;
	}
	.dropdown li:last-child a{
		border-bottom: none;
	}
	.dropdown a{
		padding: 10px 15px;
		border-bottom: 1px solid #d5d5d5;
		display: block;
		margin-left: 0;
	}
	.dropdown a:after{
		display: none;
	}
	h4{
		font-size: 24px;
	}
	.expert-in{
		background-image: -ms-linear-gradient(left, #d1d2d4 40%, #f1f1f2 0);
        background-image: -moz-linear-gradient(left, #d1d2d4 40%, #f1f1f2 0);
        background-image: -o-linear-gradient(left, #d1d2d4 40%, #f1f1f2 0);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(30, #d1d2d4), color-stop(30, #f1f1f2));
        background-image: -webkit-linear-gradient(left, #d1d2d4 40%, #f1f1f2 0);
        background-image: linear-gradient(to right, #d1d2d4 40%, #f1f1f2 0);
	}
	.expert-in:after{
		left: 39.9%;
	}
	.expert-in .arrow{
		left: 39.9%;
	}
	.expert-in:after{
	    border-width: 30px;
	}
	.expert-in h4 strong{
		padding-right: 0px;
	}
	.expert-in .dark-btn{
		margin: 0;
		margin-top: 6%;
	}
	.expert-in h4{
		margin-top: 5px;
	}
	.left-sec{
		width: 570px;
	}
	.right-sec{
		width: 155px;
	}
	.expert-in .switch-sec{
		min-width: 245px;
	}
	h1{
		font-size: 34px;
	}
	.main-banner{
		padding: 20px 0 120px;
	}
	.slider-sec{
		/*margin-top: -120px;*/
	}
	.slider-sec .bx-viewport{
		/*height: 190px !important;*/
	}
	.slider-sec .bxslider{
		/*padding-top: 140px;*/
	}
	.blog-post{
		width: 80%;
		left: 9%;
	}
	.blog-info{
		width: 80%;
	}
	.blog-info p{
		min-height: 45px;
	}
	.banner-info {
		padding-top: 50px;
	}
}

@media (min-width: 1024px) {
    .featured-img img{
        position: absolute;
        left: 0;
        top: 0;
        max-width: none;
    }

	.featured-sec.alt .featured-img img{
		right: auto;
		left: 0;
	}
}

@media (min-width: 768px) {
	#header-right{
		display: block;
	}
}
@media (max-width: 767px) {

	.blog-img{
		margin-right: 20px;
		position: absolute;
		left: 14px;
		top: 20px;
		float: none;
	}
	.blog-info{
		float: none;
		width: 100%;
		padding-left: 72px;
		box-sizing: border-box;
		margin-left: 1px;
	}
	.blog-info .title-sec{
		position: absolute;
		left: 20px;
		bottom: 10px;
		right: 20px;
		text-align: center;
	}
	.blog-info .title-sec h6 {
		width: 100%;
	}
	.blog-info p {
		margin-bottom: 15px;
	}
	.blog-post{
		height: auto;
		top: auto;
		bottom: 5px;
	}

	.main-banner {
		background: url(/imgv4/main-banner.jpg) no-repeat 28.5% top / cover
	}

	.content-width,
	.section2 .content-width{
    	width: auto;
    }
    .toggle-btn{
    	display: block;
    }
    #header-left{
    	float: none;
    }
    #header-right{
    	float: none;
    	margin-left: 0;
    	display: none;
    }
    .main-nav li{
    	display: block;
    }
    .main-nav a{
    	margin-left: 0;
    }
    .dropdown{
    	position: static;
    }
    .login{
    	position: static;
    	margin-top: 20px;
    }
    .main-nav > li:hover > a:after,
	.main-nav > li:hover .dropdown{
		display: none;
	}
	.main-nav > li.active > a:after{
		display: block;
	}
	.chat-link{
		padding: 10px;
	}
	.chat-link img{
		margin-bottom: 0;
	}
	.main-banner{
		padding: 50px 0;
	}
	h2{
		font-size: 38px;
		margin-bottom: 15px;
	}
	.ad-teach{
		padding: 30px 0;
	}
	.featured-sec{
		padding: 40px 0;
	}
	.featured-img,
	.featured-info{
		float: none !important;
		width: auto;
	}
	.featured-img img{
		width: 100%;
		display: block;
	}
	.featured-img{
		margin: 0 10%;
	}
	.featured-info{
		margin-bottom: 25px;
	}
	.featured-info h2,
	.featured-info h2.style2{
		font-size: 32px;
	}
	.customer-approach a{
		font-size: 20px;
		display: block;
	}
	.customer-approach .dark-btn{
		margin-right: 15px;
	}
	.customer-approach img{
		padding: 0 15px;
	}

	.footer-top{
		padding-top: 30px;
	}
	.footer-contact-sec{
		margin-right: 0;
	}
	.footer-widget,
	.footer-form,
	.form-group,
	.message-field,
	.address-sec,
	.social-media{
		float: none;
		width: auto;
	}
	.message-field{
		margin-bottom: 25px;
	}
	.footer-form button{
		position: static;
	}
	.address-sec{
		margin-bottom: 25px;
	}
	.social-media{
		padding-right: 0;
	}
	.expert-in{
		padding: 10px 0 20px;
        background: #f1f1f2;
	}
	.expert-in:after{
		display: none;
	}
	.expert-in .arrow{
		display: none;
	}
	.expert-in h4{
		float: none;
		margin: 0 0 10px;
	}
	.expert-in h4 strong{
		padding-right: 0;
	}
	.expert-in{
		text-align: center;
		height: 180px;
	}
	.left-sec,
	.right-sec{
		float: none;
		width: auto;
		height: 83px;
	}
	.expert-in .switch-sec{
		min-height: 40px;
	}
	.expert-in .switch-sec span{
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.expert-in .dark-btn{
		margin-right: 15px;
	}
	.banner-info{
		max-width: 250px;
	}
	h1{
		font-size: 34px;
	}
	.slider-sec{
		margin-top: 0;
	}
	.slider-sec .bxslider{
		padding-top: 0;
	}
	.slider-sec .bx-viewport{
		height: 45px !important;
	}
	.slider-sec li{
		width: 130px !important;
	}
	.slider-sec li:hover .blog-post{
		display: none;
	}
	.banner-info {
		padding-top: 19px;
	}
}

@media (max-width: 550px) {
	.address-sec address{
		display: block;
		margin: 0 0 10px;
	}
	.banner-info {
		padding-top: 27px;
	}
}

@media (max-width: 479px) {
	h2{
    	font-size: 32px;
    }
    body, input, select, textarea{
    	font-size: 16px;
    }
    .slider-sec li{
    	width: 100px !important;
    }
    .slider-sec .bx-viewport:before,
    .slider-sec .bx-viewport:after{
    	width: 30px;
    }
    .featured-sec{
    	padding: 30px 0;
    }
    .featured-info h2,
	.featured-info h2.style2{
    	font-size: 28px;
    }
    .customer-approach a{
    	font-size: 18px;
    	display: block;
    }
    .customer-approach .dark-btn{
    	margin: 0 0 15px;
    }
    .customer-approach img{
    	padding: 0 5px;
    }
    h3{
    	font-size: 36px;
    	margin-bottom: 10px;
    }
    .expert-in a{
    	display: block;
    	font-size: 16px;
    }
    .expert-in .dark-btn{
    	margin: 0 0 15px;
    }
    .main-banner{
	    padding: 30px 0 40px;
	}
	.banner-info{
	    max-width: 190px;
	}
	h1{
		font-size: 28px;
	}
	.banner-info {
		padding-top: 48px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.no-mobile{
		display: none !important;
	}
    .content-width {
        padding: 0;
    }
}

*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#header{
    /*height: 83px;*/
}


.main-banner {
    background-position-x: 60%;
    background-size: calc(100% + 25%) 100%;
}

@media (max-width: 1400px)  {
    .main-banner {
        background-position-x: 60%;
        background-size: calc(100% + 60%) 100%;
    }
}

@media (max-width: 1200px)  {
    .main-banner {
        background-position-x: 60%;
        background-size: calc(100% + 80%) 100%;
    }
}

@media (max-width: 1000px)  {
    .main-banner {
        background-position-x: 60%;
        background-size: calc(100% + 100%) 100%;
    }
}

@media (max-width: 767px)  {
    .main-banner {
        background-position-x: 43%;
        background-size: calc(100% + 120%) 100%;
    }
}

@media (max-width: 700px)  {
    .main-banner {
        background-position-x: 48%;
        background-size: calc(100% + 150%) 100%;
    }
}

@media (max-width: 600px)  {
    .main-banner {
        background-position-x: 50%;
        background-size: calc(100% + 170%) 100%;
    }
}

@media (max-width: 500px)  {
    .main-banner {
        background-position-x: 50%;
        background-size: calc(100% + 220%) 100%;
    }
}

@media (max-width: 477px)  {
    .main-banner {
        background-position-x: 49%;
        background-size: calc(100% + 250%) 100%;
    }
}

@media (max-width: 410px)  {
    .main-banner {
        background-position-x: 49%;
        background-size: calc(100% + 250%) 100%;
    }
}

@media (max-width: 380px)  {
    .main-banner {
        background-position-x: 49%;
        background-size: calc(100% + 290%) 100%;
    }
}

@media (max-width: 370px)  {
   .main-banner {
        background-position-x: 50%;
        background-size: calc(100% + 290%) 100%;
    }
}

