 
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#576c85;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#37c6c1;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Ubuntu', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.centered{
	text-align:center;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	color:#ffffff !important;
	font-size:14px;
	font-weight:400;
	background:#37c6c1;
	border:2px solid #37c6c1 !important;
	letter-spacing:1px;
	border-radius:30px;
}

.btn-style-one:hover{
	background:none !important;
	border-color:#37c6c1 !important;
	color:#37c6c1 !important;
}

.btn-style-two{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	color:#37c6c1 !important;
	font-size:14px;
	font-weight:400;
	background:none;
	border:2px solid #37c6c1 !important;
	letter-spacing:1px;
	border-radius:30px;
}

.btn-style-two:hover{
	background:#37c6c1 !important;
	color:#ffffff !important;
}

.btn-style-three{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	color:#ffffff !important;
	font-size:14px;
	font-weight:400;
	background:none;
	border:2px solid #ffffff !important;
	letter-spacing:1px;
	border-radius:3px;
}

.btn-style-three:hover{
	background:#ffffff !important;
	color:#37c6c1 !important;
}

.btn-style-four{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	color:#37c6c1 !important;
	font-size:14px;
	font-weight:400;
	background:#37c6c1;
	border:2px solid #ffffff !important;
	letter-spacing:1px;
	border-radius:3px;
}

.btn-style-four:hover{
	background:none !important;
	color:#ffffff !important;
}

.theme-btn.rounded-btn{
	border-radius:25px;	
}


.theme-btn .fa{
	font-size:16px;	
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#37c6c1;	
}

.grey_color{
	color:#27343e;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.padd-top-10{
	padding-top:10px !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-top-60{
	padding-top:60px !important;	
}

.padd-top-70{
	padding-top:70px !important;	
}

.padd-left-10{
	padding-left:10px !important;	
}

.padd-left-20{
	padding-left:20px !important;	
}

.padd-left-30{
	padding-left:30px !important;	
}

.padd-left-40{
	padding-left:40px !important;	
}

.padd-left-50{
	padding-left:50px !important;	
}

.padd-left-60{
	padding-left:60px !important;	
}

.padd-left-70{
	padding-left:70px !important;	
}

.padd-bott-10{
	padding-bottom:10px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.padd-bott-60{
	padding-bottom:60px !important;	
}

.padd-bott-70{
	padding-bottom:70px !important;	
}

.padd-bott-90{
	padding-bottom:90px !important;	
}

.padd-bott-100{
	padding-bottom:100px !important;	
}

.padd-right-10{
	padding-right:10px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-right-30{
	padding-right:30px !important;	
}

.padd-right-40{
	padding-right:40px !important;	
}

.padd-right-50{
	padding-right:50px !important;	
}

.padd-right-60{
	padding-right:60px !important;	
}

.padd-right-70{
	padding-right:70px !important;	
}

.margin-top-10{
	margin-top:10px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-top-60{
	margin-top:60px !important;	
}

.margin-top-70{
	margin-top:70px !important;	
}

.margin-bott-10{
	margin-bottom:10px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.margin-bott-60{
	margin-bottom:60px !important;	
}

.margin-bott-70{
	margin-bottom:70px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}

.no-padd-left{
	padding-left:0px !important;	
}

.no-padd-right{
	padding-right:0px !important;	
}

.bg-lightgrey{
	background-color:#f4f5f9 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);display: none;}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:10px;
	color:#37c6c1;
	font-size:42px;
	font-weight:400;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.scroll-to-top:hover{
	opacity:0.50;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top{
	position:relative;
	background:#27343e;
	color:#647d89;
	z-index:5;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:12px 0px;
}

.main-header .header-top ul li{
	position:relative;
	float:left;
	line-height:24px;
	margin-right:25px;
	color:#c4c4c4;
}

.main-header .header-top .top-right ul li{
	margin-right:0px;
	margin-left:25px;	
}

.main-header .header-top ul li a{
	position:relative;
	line-height:24px;
	color:#e0e0e0;
	font-size:14px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-header .header-top .top-right ul li a{
	font-size:14px; 
	color:#e0e0e0;	
}

.main-header .header-top ul li .icon{
	position:relative;
	font-size:14px;
	padding-right:5px;
	color:#37c6c1;	
}

.main-header .header-top ul li a:hover{
	color:#37c6c1;
}

.main-header .header-top .top-right{
	position:relative;
	padding:12px 0px;
	float:right;
}

.main-header .header-lower .logo-outer{
	position:relative;
	float:left;
	padding-top:20px;
}
.logo{opacity:0}
.main-header .header-lower .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	height:50px;
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	z-index:5;
	border-bottom:1px solid rgba(0,0,0,0.20);	
}

.main-header.header-style-two .header-lower{
	background:#182d37;	
}

.main-header.fixed-header .header-lower{
	position:fixed;
}

.main-header .outer{
	position:relative;
}

.main-menu{
	position:relative;
	float:right;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left:40px;
	padding:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:25px 0px;
	font-size:14px;
	color:#27343e;
	font-weight:500;
	line-height:30px;
	border-top:none;
	text-transform:uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a{
	color:#ffffff;
	font-weight:400;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#37c6c1;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:3px solid #37c6c1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius:3px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.main-menu .navigation > li > ul:before{
	font-family: 'FontAwesome';
	content: "\f0d8";
	position:absolute;
	left:25px;
	top:-14px;
	line-height:16px;
	font-size:20px;
	display:block;
	color:#37c6c1;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul.from-right:before{
	left:auto;
	right:25px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#27343e;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#37c6c1;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#37c6c1;
	line-height:20px;
	font-size:10px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:3px solid #37c6c1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-radius:3px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#27343e;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
	background:#37c6c1;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	width:100%;
	color:#ffffff;	
}

.main-slider h1{
	line-height:1.5em;
	font-size:30px;
	font-weight:600;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
}

.main-slider h2{
	line-height:1.5em;
	font-weight:300;
	font-size:24px;
	padding:10px 30px;
}

.main-slider h3{
	line-height:1.5em;
	font-size:18px;
	padding:10px 25px;
}

.main-slider .bg-dark-theme{
	background:#27343e;
	color:#ffffff;	
}

.main-slider .bg-theme{
	background:#37c6c1;
	color:#ffffff;	
}

.main-slider .btn-style-one,
.main-slider .btn-style-two{
	padding-left:40px;
	padding-right:40px;	
}

.main-slider .tp-bullets{
	display:none;	
}

.tp-bullets.preview4 .bullet{
	background:#ffc13b !important;
	border-color:#202020 !important;
	margin:0px 5px;	
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected{
	border-color:#ffc13b !important;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Four Column Fluid
====================================================================

***/

.four-col-fluid{
	position:relative;
	width:100%;
}

.four-col-fluid .column{
	padding:50px 30px;
	color:#ffffff;
	width:25%;
	float:left;
	background:#37c6c1;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.icon-left-column{
	position:relative;
	font-family: 'Montserrat', sans-serif;	
}

.icon-left-column .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	font-size:36px;
	line-height:1.4em;
	font-weight:normal;	
}

.icon-left-column .inner-box{
	position:relative;
	padding-left:60px;
	z-index:1;
}

.icon-left-column h3{
	text-transform:capitalize;
	font-size:18px;
	margin-bottom:15px;	
}

.icon-left-column .text{
	font-size:14px;
	margin-bottom:15px;	
	height: 100px;
    overflow: hidden;
}

.icon-left-column .read-more{
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
}

.icon-left-column .read-more .fa{
	font-size:12px;
	padding-left:5px;	
}

.four-col-fluid .column .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.92;	
}

.four-col-fluid .column.blue-theme .overlay{
	background:#fe7578;
	background:-moz-linear-gradient(top,#fe7578, #ff8688);
	background:-ms-linear-gradient(top,#fe7578, #ff8688);
	background:-webkit-linear-gradient(top,#fe7578, #ff8688);
	background:-o-linear-gradient(top,#fe7578, #ff8688);
}

.four-col-fluid .column.purple-theme .overlay{
	background:#ffc147;
	background:-moz-linear-gradient(top,#ffc147,#ffc147);
	background:-ms-linear-gradient(top,#ffc147,#ffc147);
	background:-webkit-linear-gradient(top,#ffc147,#ffc147);
	background:-o-linear-gradient(top,#ffc147,#ffc147);
}

.four-col-fluid .column.orange-theme .overlay{
	background:#37c6c1;
	background:-moz-linear-gradient(top,#37c6c1);
	background:-ms-linear-gradient(top,#37c6c1);
	background:-webkit-linear-gradient(top,#37c6c1);
	background:-o-linear-gradient(top,#37c6c1);
}

.four-col-fluid .column.green-theme .overlay{
	background:#46b5df;
	background:-moz-linear-gradient(top, #2fb0e0, #67cef5);
	background:-ms-linear-gradient(top, #2fb0e0, #67cef5);
	background:-webkit-linear-gradient(top, #2fb0e0, #67cef5);
	background:-o-linear-gradient(top, #2fb0e0, #67cef5);
}

/*** 

====================================================================
	Features Section
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;	
}

.sec-title h3{
	font-size:16px;
	text-transform:capitalize;
	margin-bottom:5px;
	color:#576c85;	
}

.sec-title h2{
	font-size:28px;
	text-transform:capitalize;
	margin-bottom:5px;
	color:#3e5773;	
}

.sec-title .slices{
	position:relative;
}

.sec-title .slices .slice{
	position:relative;
	display:inline-block;
	width:18px;
	height:3px;
	background:#d4dde8;
	margin:0px 5px;	
}

.features-section{
	position:relative;
	width:100%;
	padding:80px 0px 30px;
}

.features-section.style-two{
	background:#3498db;
	padding:80px 0px;
	text-align:center;	
}

.features-section.style-two .sec-title h3,
.features-section.style-two .sec-title h2{
	color:#ffffff;
}

.features-section.style-two .sec-title .slices .slice{
	background:rgba(255,255,255,0.50);	
}

.features-section .bigger-image{
	position:relative;
	text-align:center;
	margin-bottom:80px;	
}

.features-section .bigger-image img{
	position:relative;
	display:inline-block;
	max-width:100%;	
}

.features-section .column{
	position:relative;
	margin-bottom:50px;
}

.default-icon-column{
	position:relative;
	font-family: 'Montserrat', sans-serif;	
}

.default-icon-column .icon-box{
	position:relative;
	font-size:32px;
	line-height:1em;
	font-weight:normal;
	margin-bottom:12px;
	color:#37c6c1;
}

.default-icon-column .inner-box{
	position:relative;
}

.features-section.style-two .default-icon-column{
	padding:0px !important;
	margin:0px;	
}

.features-section.style-two .default-icon-column .inner-box{
	position:relative;
	padding:50px;
	color:#ffffff;
	background:#2d84bf;
}

.features-section.style-two .default-icon-column:nth-child(2n+2) .inner-box{
	background:#308dcc;
}

.features-section.style-two .default-icon-column .icon-box,
.features-section.style-two .default-icon-column h3,
.features-section.style-two .default-icon-column .text{
	color:#ffffff;	
}

.features-section.style-two .default-icon-column .icon-box{
	margin-bottom:20px;
	font-size:42px;
	line-height:50px;
}

.default-icon-column h3{
	color:#3e5773;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:10px;	
	font-weight: bold;
}

.default-icon-column .text{
	font-size:14px;
	color:#576c85;
	min-height:80px;
}

.default-section{
	position:relative;
}

.default-section.with-padding{
	padding:80px 0px;
}

.default-section .default-content{
	position:relative;
	padding:70px 0px 80px;
	border-top:1px solid #e0e0e0;	
}

.default-section .default-content h2{
	font-size:28px;
	color:#3e5773;
	margin-bottom:15px;	
}

.default-section .default-content .text{
	font-size:14px;
	color:#3e5773;
	margin-bottom:40px;	
}

.default-section .default-content .theme-btn{
	margin:0px 7px 10px;	
}

/*** 

====================================================================
	Skills Section
====================================================================

***/

.skills-section{
	position:relative;
	padding:80px 0px;	
}

.skills-section .image-layer{
	position:absolute;
	width:50%;
	height:100%;
	top:0px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;	
}

.skills-section .image-layer.left-image-layer{
	left:0px;	
}

.skills-section .image-layer.left-image-layer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#37c6c1;
	background:-moz-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-ms-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-webkit-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-o-linear-gradient(left top,#37c6c1,#11a9e2);
	opacity:0.90;	
}

.skills-section .image-layer.right-image-layer{
	right:0px;	
}

.skills-section .auto-container{
	position:relative;
	z-index:1;	
}

.skills-section .sec-title{
	margin-bottom:40px;	
}

.skills-section .sec-title h3,
.skills-section .sec-title h2{
	color:#ffffff;
}

.skills-section.style-two:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(244,245,249,0.90);	
}

.skills-section.style-two .sec-title{
	position:relative;
	margin-bottom:50px;
}

.skills-section.style-two .sec-title h3{
	color:#576c85;	
}

.skills-section.style-two .sec-title h2{
	color:#3e5773;	
}

.skills-section .content-container{
	position:relative;
	padding:50px 50px 20px;
	background:#ffffff;
	border-radius:2px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);	
}

.skills-section .content-column{
	position:relative;
	margin-bottom:30px;	
}

.skills-section .content-column .inner-box{
	padding-right:20px;	
}

.skills-section .content-column h3{
	font-size:20px;
	margin-bottom:15px;
}

.skills-section .content-column .text{
	position:relative;
	margin-bottom:20px;
	font-size:14px;
}

.skills-section .content-column .read-more{
	font-size:14px;
	text-transform:capitalize;
	color:#3e5773;
}

.skills-section .content-column .read-more .fa{
	font-size:12px;
	padding-left:5px;	
}

/*** 

====================================================================
	Progress Levels Section
====================================================================

 ***/

.progress-levels{
	position:relative;
}

.normal-section .column .progress-levels{
	padding-left:15px;	
}

.progress-levels .progress-box{
	position:relative;
	margin-bottom:30px;
	overflow:hidden;	
}

.member-details .progress-levels .progress-box{
	margin-bottom:40px;	
}

.member-details .progress-levels .progress-box:last-child{
	margin-bottom:0px;	
}

.about-myself .progress-levels .progress-box:last-child{
	margin-bottom:30px;	
}

.progress-levels .progress-box .box-title{
	position:relative;
	font-size:14px;
	color:#3e5773;
	text-transform:capitalize;
	margin-bottom:15px;
	font-family:'Montserrat',sans-serif;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 height:24px;	
}

.progress-levels .progress-box .bar .bar-innner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:24px;
	background:#f0f3f7;
	border-radius:12px;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	left:-100%;
	top:0px;
	width:0px;
	height:24px;
	border-radius:12px;
	background:#37c6c1;
	background:-moz-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-ms-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-webkit-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-o-linear-gradient(left top,#37c6c1,#11a9e2);
	transition:all 2000ms ease 300ms;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;	
}

.progress-levels .progress-box .percent{
	position:absolute;
	left:0px;
	width:100%;
	text-align:center;
	letter-spacing:1px;
	font-size:14px;
	color:#ffffff !important;
	line-height:24px;
	opacity:0;
	transition:all 2000ms ease 700ms;
	-moz-transition:all 2000ms ease 700ms;
	-webkit-transition:all 2000ms ease 700ms;
	-ms-transition:all 2000ms ease 700ms;
	-o-transition:all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent{
	opacity:1;	
}


/*** 

====================================================================
	Gallery Sections
====================================================================

***/

.gallery-section{
	position:relative;
	padding:50px 0px;
}

.gallery-section .sec-title{
	margin-bottom:60px;	
}

.gallery-section .filters{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.gallery-section .filters li,.gallery-section .filters dd{
	position:relative;
	display:inline-block;
	padding:2px 15px;
	line-height:24px;
	border-radius:16px;
	color:#576c85;
	cursor:pointer;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	margin:0px 5px 10px;
	border:2px solid rgba(0,0,0,0);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}
.gallery-section .filters dd{font-weight:bold}
@media (max-width: 767px) {
  .gallery-section .filters dd {
    display: none;
  }
  .top-left{display:none}
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active{
	color:#37c6c1;
	border-color:#37c6c1;	
}


.default-portfolio-item{
	position:relative;
	margin-bottom:30px;
}

.default-portfolio-item.mix{
	display:none;
}

.fullwidth .default-portfolio-item{
	padding:0px !important;
	margin:0px;	
}

.default-portfolio-item .inner-box{
	position:relative;
	overflow:hidden;	
}

.default-portfolio-item .inner-box .image{
	position:relative;
	display:block;
	width:100%;	
}

.default-portfolio-item .inner-box .image img{
	position:relative;
	display:block;
	width:100%;	
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	padding:20px;
	width:100%;
	height:100%;
	text-align:center;	
	background:rgba(32,162,158,.9); 
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.default-portfolio-item:hover .overlay-box{
	top:0px;
	opacity:1;	
}

.default-portfolio-item .overlay-box .content-box{
	position:absolute;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.default-portfolio-item .overlay-box .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.default-portfolio-item .overlay-box h3{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.90);
	margin-bottom:10px;
	font-family:'Montserrat',sans-serif;
}

.default-portfolio-item .overlay-box h3 a{
	color:rgba(255,255,255,0.90);
}

.default-portfolio-item .overlay-box h3 a:hover{
	color:rgba(255,255,255,1);
}

.default-portfolio-item .overlay-box a{
	color:#ffffff;	
}

.default-portfolio-item .overlay-box a:hover{
	color:#f1f1f1;	
}

.default-portfolio-item .zoom-btn{
	position:relative;
	display:inline-block;
	font-size:32px;
	line-height:40px;
	margin-top:20px;
	opacity:0.80;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-portfolio-item .zoom-btn:hover{
	color:#ffffff;
	opacity:1;
}

.default-portfolio-item .line-left{
	position:absolute;
	left:0px;
	top:0px;
	width:5px;
	height:0%;
	border-right:5px solid rgba(255,255,255,0.70);
}

.default-portfolio-item .line-bottom{
	position:absolute;
	left:0px;
	bottom:0px;
	width:0%;
	height:5px;
	border-bottom:5px solid rgba(255,255,255,0.70);
}

.default-portfolio-item .line-right{
	position:absolute;
	right:0px;
	bottom:0px;
	width:5px;
	height:0%;
	border-left:5px solid rgba(255,255,255,0.70);		
}

.default-portfolio-item .line-top{
	position:absolute;
	right:0px;
	top:0px;
	width:0%;
	height:5px;
	border-top:5px solid rgba(255,255,255,0.70);	
}

.default-portfolio-item .inner-box:hover .line-left{
	height:100%;
	transition:all 300ms ease 500ms;
	-moz-transition:all 300ms ease 500ms;
	-webkit-transition:all 300ms ease 500ms;
	-ms-transition:all 300ms ease 500ms;
	-o-transition:all 300ms ease 500ms;	
}

.default-portfolio-item .inner-box:hover .line-bottom{
	width:100%;
	transition:all 300ms ease 800ms;
	-moz-transition:all 300ms ease 800ms;
	-webkit-transition:all 300ms ease 800ms;
	-ms-transition:all 300ms ease 800ms;
	-o-transition:all 300ms ease 800ms;		
}

.default-portfolio-item .inner-box:hover .line-right{
	height:100%;
	transition:all 300ms ease 1100ms;
	-moz-transition:all 300ms ease 1100ms;
	-webkit-transition:all 300ms ease 1100ms;
	-ms-transition:all 300ms ease 1100ms;
	-o-transition:all 300ms ease 1100ms;	
}

.default-portfolio-item .inner-box:hover .line-top{
	width:100%;
	transition:all 300ms ease 1400ms;
	-moz-transition:all 300ms ease 1400ms;
	-webkit-transition:all 300ms ease 1400ms;
	-ms-transition:all 300ms ease 1400ms;
	-o-transition:all 300ms ease 1400ms;
}

/*** 

====================================================================
	Testimonials Section
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:80px 0px 50px;
	color:#ffffff;
	background:#37c6c1;
	background:-moz-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-ms-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-webkit-linear-gradient(left top,#37c6c1,#11a9e2);
	background:-o-linear-gradient(left top,#37c6c1,#11a9e2);
}

.testimonials-section.light-theme{
	background:#ffffff;	
}

.testimonials-style-two{
	padding:80px 0px 60px;	
}

.testimonials-style-one .sec-title{
	margin-bottom:20px;	
}

.testimonials-section .sec-title h3,
.testimonials-section .sec-title h2{
	color:#ffffff;
}

.testimonials-section.light-theme .sec-title h3{
	color:#576c85;	
}

.testimonials-section.light-theme .sec-title h2{
	color:#3e5773;	
}

.testimonials-style-one .testimonials-slider .slide-item{
	padding-top:150px;
	background:url(../images/icons/icon-quote.png) left 80px no-repeat;	
}

.testimonials-style-one.testimonials-section.light-theme .testimonials-slider .slide-item{
	background:url(../images/icons/icon-quote-2.png) left 60px no-repeat;	
}

.testimonials-style-two .testimonials-slider .slide-item{
	padding-top:65px;
	background:url(../images/icons/icon-quote.png) left 0px no-repeat;	
}

.testimonials-style-two.testimonials-section.light-theme .testimonials-slider .slide-item{
	background:url(../images/icons/icon-quote-2.png) left 0px no-repeat;	
}

.testimonials-section .testimonials-slider .slide-text{
	position:relative;
	font-size:14px;
	line-height:2em;
	margin-bottom:30px;	
}

.testimonials-section.light-theme .testimonials-slider .slide-item{
	color:#576c85;	
}

.testimonials-section .testimonials-slider .slide-item .slide-info{
	position:relative;
	padding-left:30px;	
}

.testimonials-section .testimonials-slider .slide-item .slide-info:before{
	content:'';
	position:absolute;
	left:0px;
	top:11px;
	width:20px;
	height:2px;
	background:#ffffff;	
}

.testimonials-section.light-theme .testimonials-slider .slide-item .slide-info:before{
	background:#37c6c1;	
}

.testimonials-section .testimonials-slider .slide-item .author-title{
	font-size:16px;
	line-height:24px;
	margin-bottom:5px;	
}

.testimonials-section .testimonials-slider .slide-item .designation{
	font-size:14px;
	line-height:20px;
}

.testimonials-section .bx-controls{
	position:relative;
	padding-top:80px;	
}

.testimonials-style-two .bx-controls{
	display:none;
}

.testimonials-section .bx-controls .bx-prev,
.testimonials-section .bx-controls .bx-next{
	font-size:14px;
	color:rgba(255,255,255,0.75);
	margin:0px 15px 0px 0px;
}

.testimonials-section .bx-controls .bx-prev:hover,
.testimonials-section .bx-controls .bx-next:hover{
	color:#ffffff;	
}

.testimonials-style-one .testimonials-pager{
	position:relative;
	width:450px;
	height:450px;
	margin:0 auto;	
}

.testimonials-style-one .testimonials-pager:before{
	content:'';
	position:absolute;
	left:160px;
	top:160px;
	width:130px;
	height:130px;
	border:2px solid rgba(255,255,255,0.50);
	background:#37c6c1 url(../images/resource/sorto-thumb.png) center center no-repeat;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;	
}

.testimonials-style-one .testimonials-pager .pager{
	position:absolute;
	width:100px;
	height:100px;
	background:#ffffff;
	text-align:center;
	color:#202020;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	z-index:1;
}

.testimonials-style-one .testimonials-pager .pager:nth-child(1){
	left:95px;
	top:20px;	
}

.testimonials-style-one .testimonials-pager .pager:nth-child(2){
	right:95px;
	top:20px;	
}

.testimonials-style-one .testimonials-pager .pager:nth-child(3){
	right:10px;
	top:160px;	
}

.testimonials-style-one .testimonials-pager .pager:nth-child(4){
	right:95px;
	bottom:20px;	
}

.testimonials-style-one .testimonials-pager .pager:nth-child(5){
	left:95px;
	bottom:20px;	
}

.testimonials-style-one .testimonials-pager .pager:nth-child(6){
	left:10px;
	top:160px;	
}

.testimonials-style-one .testimonials-pager .pager:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.30);
	border-radius:50%;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}


.testimonials-style-one .testimonials-pager .pager .image,
.testimonials-style-one .testimonials-pager .pager .image img{
	position:relative;
	display:block;
	width:100%;
	z-index:1;
}

.testimonials-style-one .testimonials-pager .pager.active:before{
	opacity:1;
	transform:scale(1.1,1.1);
}

.testimonials-style-two .testimonials-pager{
	position:relative;
	margin-left:-10px;
	margin-right:-10px;
	padding-right:30px;
}

.testimonials-style-two .testimonials-pager .pager{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 10px;
	margin:0px 0px 20px;
	text-align:center;
	overflow:hidden;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border-radius:3px;
	z-index:1;
}

.testimonials-style-two .testimonials-pager .pager img{
	display:block;
	width:100%;	
	border-radius:3px;
}

/*** 

====================================================================
	Team Section Style
====================================================================

***/

.team-section{
	position:relative;
	padding:80px 0px 50px;
}

.team-section .sec-title .slices .slice{
	background:#e0e0e0;
}

.team-member{
	position:relative;
	margin-bottom:30px;	
}

.team-member .inner-box{
	position:relative;
	display:block;
	max-width:500px;
	background:#ffffff;
	margin:0 auto;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;		
}

.team-member .inner-box:hover{
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);	
}

.team-member .image-box{
	position:relative;
	overflow: hidden;
}

.team-member .image-box img{
	display:block;
	width:100%;	
	transition: .5s;
}
.team-member:hover .image-box img{transform:scale(1.05)}

.team-member .content-box{
	position:relative;
	padding:25px 30px;	
}

.team-member .content-box h3{
	font-size:16px;
	text-transform:capitalize;
	margin-bottom:0px;
	color:#3e5773;
	font-weight: bold;
}

.team-member .content-box .designation{
	font-size:14px;
	text-transform:capitalize;
	margin-bottom:15px;
	color:#576c85;
}

.team-member .content-box .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;	
}

.team-member .social-links{
	position:relative;
	display:table;
	width:100%;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #f4f5f9;	
}

.team-member .social-links a{
	position:relative;
	display:table-cell;
	line-height:24px;
	font-size:16px;
	color:#576c85;
	padding:10px;
	border-right:1px solid #f4f5f9;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.team-member .social-links a:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:#37c6c1;
	background:-moz-linear-gradient(top,#37c6c1,#11a9e2);
	background:-ms-linear-gradient(top,#37c6c1,#11a9e2);
	background:-webkit-linear-gradient(top,#37c6c1,#11a9e2);
	background:-o-linear-gradient(top,#37c6c1,#11a9e2);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.team-member .social-links a:hover:before{
	opacity:1;	
}

.team-member .social-links a:hover{
	color:#ffffff;
	border-color:#37c6c1;	
}

.team-member .social-links a span{
	position:relative;
	z-index:1;	
}

.team-member .social-links a:last-child{
	border-right:none;	
}

/*** 

====================================================================
	Tabs Section Style
====================================================================

***/

.tabs-section{
	position:relative;
}

.tabs-section .outer-container{
	position:relative;
}

.tabs-section .tab-buttons{
	position:relative;
	display:table;
	vertical-align:middle;
	width:100%;
	background:#37c6c1;
	background:-moz-linear-gradient(top,#37c6c1,#11a9e2);
	background:-ms-linear-gradient(top,#37c6c1,#11a9e2);
	background:-webkit-linear-gradient(top,#37c6c1,#11a9e2);
	background:-o-linear-gradient(top,#37c6c1,#11a9e2);
	border:1px solid #e9e9e9;
}

.tabs-section .tab-buttons .tab-btn{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:12px 15px;
	line-height:26px;
	color:#3e5773;
	background:#ffffff;
	text-align:center;
	font-size:14px;
	border-right:1px solid #e9e9e9;
	text-transform:capitalize;
	font-weight:400;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.tabs-section .tab-buttons .tab-btn:last-child{
	border:none;	
}

.tabs-section .tab-buttons .tab-btn:hover,
.tabs-section .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background:none;
	border-color:#37c6c1;
}

.tabs-box{
	position:relative;
	background:#ffffff;
}

.tabs-box .tab-content{
	padding:50px 0px 0px;	
}

.bg-lightgrey .tabs-box .tab-content{
	padding:50px 30px;	
}

.tabs-box .tab-content .tab{
	position:relative;
	display:none;
	top:20px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.tabs-box .tab-content .tab.active-tab{
	display:block;
	top:0px;	
}

.tabs-section .image-column{
	position:relative;	
}

.tabs-section .content-column{
	position:relative;	
}

.tabs-section .image-column .image-box{
	position:relative;
	width:100%;	
}

.tabs-section .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;	
}

.tabs-section .image-column .image-box .over-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:10px solid transparent;	
}

.tabs-section .image-column .image-box .left-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:30px;
	height:100%;
	border:1px solid #ffffff;
	border-right:none;	
}

.tabs-section .image-column .image-box .right-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:100%;
	border:1px solid #ffffff;
	border-left:none;	
}

.tabs-section .tab .content-column{
	padding-right:80px;	
}

.tabs-section .tab .content-column h3{
	font-size:20px;
	text-transform:capitalize;
	margin-bottom:20px;
	line-height:30px;
	color:#3e5773;	
}

.tabs-section .tab .content-column .text{
	font-size:14px;	
}

.tabs-section .tab .content-column .text p{
	margin-bottom:15px;
	line-height:1.9em;	
}

/*** 

====================================================================
	Pricing Section Style
====================================================================

***/

.pricing-section{
	position:relative;
	padding:80px 0px 50px;
}

.pricing-table{
	position:relative;
	margin-bottom:30px;
}

.pricing-table .inner-box{
	position:relative;
	top:0px;
	background:#ffffff;
	border:1px solid #f4f5f9;
	border-radius:5px;
	overflow:hidden;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.pricing-table .inner-box:hover{
	top:-12px;
	-webkit-transform:scale(1.05,1.05);	
	-ms-transform:scale(1.05,1.05);	
	-o-transform:scale(1.05,1.05);	
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);	
}

.pricing-table .table-header{
	position:relative;
	padding:30px 20px 20px;
	text-align:center;
	background:#1c95e6;
	color:#ffffff;	
}

.pricing-table .table-header .price{
	position:relative;
	font-size:36px;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:50px;	
}

.pricing-table .table-header .title{
	position:relative;
	font-size:15px;
	text-transform:capitalize;
	left:1px;	
}

.pricing-table .table-header .icon-left{
	position:absolute;
	left:10px;
	top:10px;
	line-height:40px;
	font-size:36px;	
}

.pricing-table .table-header .icon-right{
	position:absolute;
	right:10px;
	top:10px;
	line-height:40px;
	font-size:36px;	
}

.pricing-table .table-content{
	position:relative;
	padding:15px 20px;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;	
}

.pricing-table .table-content li{
	line-height:24px;
	padding:10px 0px;
	border-bottom:1px dashed #e9e9e9;
	color:#576c85;	
}

.pricing-table .table-content li:last-child{
	border:none;	
}

.pricing-table .table-footer{
	position:relative;
	padding:20px 20px;
	background:#1c95e6;
	text-align:center;	
}

.pricing-table .table-footer .theme-btn{
	padding:8px 35px;
	border-radius:21px;	
}

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter-section{
	position:relative;
	padding:80px 0px 50px;
	color:#ffffff;
	background:#37c6c1;
	background:-moz-linear-gradient(left,#37c6c1,#11a9e2);
	background:-ms-linear-gradient(left,#37c6c1,#11a9e2);
	background:-webkit-linear-gradient(left,#37c6c1,#11a9e2);
	background:-o-linear-gradient(left,#37c6c1,#11a9e2);
}

.fact-counter-section .sec-title{
	margin-bottom:25px;	
}

.fact-counter-section .sec-title h3,
.fact-counter-section .sec-title h2{
	color:#ffffff;
}

.fact-counter-section .column{
	position:relative;
	margin-bottom:30px;	
}

.fact-counter-section .content-column{
	padding-right:50px;	
}

.fact-counter-section .content-column .text{
	margin-bottom:30px;	
	line-height: 32px;
}

.facts-column .inner-box{
	position:relative;
	border:1px dashed rgba(255,255,255,0.30);
}

.facts-column .counter-column{
	position:relative;
	float:left;
	width:50%;
	padding:20px 10px 20px 114px;
	border:1px dashed rgba(255,255,255,0.30);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.facts-column .counter-column .icon-box{
	position:absolute;
	left:30px;
	top:20px;
	height:74px;
	width:74px;
	border:2px solid #ffffff;
	text-align:center;
	background:#ffffff;
	color:#37c6c1;
	font-size:32px;
	line-height:70px;
	-ms-border-radius:50%;
	border-radius:50%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.facts-column .counter-column:hover .icon-box{
	background:none;
	border-color:#ffffff;
	color:#ffffff;
}

.facts-column .counter-column .count-outer{
	font-size:42px;
	line-height:50px;	
}

.facts-column .counter-column .title{
	font-size:15px;
	line-height:20px;	
}

/*** 

====================================================================
	Blog Section Style
====================================================================

***/

.blog-section{
	position:relative;
	padding:60px 0px 40px;
}

.blog-section .blog-post{
	position:relative;
	margin-bottom:40px;	
}

.blog-post .inner-box{
	position:relative;
	display:block;
	background:#fff;
	margin:0 auto;	
	/* box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25); */
    border-radius: 5px;
    overflow: hidden;
}
.newsBox .blog-post .inner-box{background-color: #fbfbfb;}

.blog-post .image-box{
	position:relative;
}

.blog-post .image-box img{
	display:block;
	width:100%;	
}

.blog-post .inner-box .date{
	position:absolute;
	left:0px;
	bottom:0px;
	line-height:24px;
	font-size:10px;
	background:#27343e;
	color:#ffffff;
	letter-spacing:1px;
	padding:1px 10px;	
}

.classic-view .blog-post .inner-box .date{
	bottom:auto;
	left:10px;
	top:10px;
	background:#37c6c1;
	padding:10px 20px;
	font-size:16px;
	line-height:24px;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
	border-radius:3px;
}

.classic-view .blog-post .inner-box .date .day{
	font-size:28px;
	line-height:32px;
	display:block;
	margin-bottom:3px;	
}

.blog-post .content-box{
	position:relative;
	padding:15px 20px;	
}

.blog-post .content-box .post-cat{
	position:relative;
	font-size:14px;
	text-transform:capitalize;
	color:#576c85;
	padding-left:25px;
	margin-bottom:10px;	
}

.blog-post .content-box .post-cat a{
	color:#576c85;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.blog-post .content-box .post-cat:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-1px;
	height:2px;
	width:15px;
	border-bottom:2px solid #37c6c1;	
}

.blog-post .content-box h3{
	font-size:16px;
	text-transform:capitalize;
	margin-bottom:10px;
	color:#3e5773;
	font-weight: bold;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.classic-view .blog-post .content-box h3{
	font-size:20px;
	margin-bottom:12px;
}

.blog-post .content-box h3 a{
	color:#3e5773;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.blog-post .content-box .text{
	position:relative;
	font-size:14px;
	line-height:1.8em;
	color:#576c85;	
	min-height: 100px;
    overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 4; /* 设置需要展示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	height:90px;
}

.blog-post .post-info{
	position:relative;
	padding:8px 15px;
	background:#f0f0f0;
	color:#888888;
	line-height:24px;
	font-size:12px;
}

.blog-post .post-info a{
	color:#27343e;
	text-transform:capitalize;
	line-height:24px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.blog-post .post-info .featured .icon{
	font-size:16px;
	line-height:24px;	
}

.blog-post .post-info a:hover,
.blog-post .content-box h3 a:hover{
	color:#37c6c1;	
}

.newsBox .blog-post .image-box{width:370px ;height:230px;overflow: hidden;}
.newsBox .blog-post .image-box img{transition: .5s;}
.newsBox  .blog-post:hover h3{color:#37c6c1;} 
.newsBox  .blog-post:hover img{transform: scale(1.04);}

.blog-post .content-box .images-container .image-column{
	padding:0px !important;
	margin-bottom:20px;	
}

.blog-post .content-box .images-container .image img{
	display:block;
	width:100%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.blog-post .content-box .images-container .image img:hover{
	opacity:0.75;	
}

.blog-details .blog-post .content-box p{
	margin-bottom:20px;	
}

.blog-section.blog-details .blog-post{
	border-bottom:1px solid #e0e0e0;	
}

.styled-list {
    position: relative;
}

.styled-list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 25px;
	font-size:14px;
}

.styled-list li:before {
    content: "\f178";
	font-family:'FontAwesome';
	color:#37c6c1;
    left: 0;
	top:0px;
	line-height:24px;
	font-size:12px;
    position: absolute;
}

.blog-section blockquote{
	position:relative;
	padding:20px 25px;
	font-size:14px;
	line-height:2em;
	font-weight:normal;
	color:#3e5773;
	background:#f4f5f9;
	border-left-color:#37c6c1;
	margin:20px 0px !important;
}

/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	padding:60px 0px;
	background:#3e5773;
	color:#ffffff;	
}

.newsletter-section .sec-title{
	margin-bottom:30px;	
}

.newsletter-section .sec-title h3,
.newsletter-section .sec-title h2{
	color:#ffffff;
}

.newsletter-section .sec-title .slices .slice{
	background:rgba(255,255,255,0.40);	
}

.newsletter-section .newsletter-form{
	position:relative;
	max-width:600px;
	margin:0 auto;	
}

.newsletter-section .newsletter-form .form-group{
	position:relative;
	margin-bottom:0px;	
}

.newsletter-section .newsletter-form .form-group input[type="text"],
.newsletter-section .newsletter-form .form-group input[type="email"],
.newsletter-section .newsletter-form .form-group input[type="url"]{
	position:relative;
	display:block;
	width:100%;
	background:none;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	padding:12px 100px 12px 20px;
	border:2px solid rgba(255,255,255,0.50);
	height:52px;
	border-radius:5px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.newsletter-section .newsletter-form .form-group input[type="text"]:focus,
.newsletter-section .newsletter-form .form-group input[type="email"]:focus,
.newsletter-section .newsletter-form .form-group input[type="url"]:focus{
	border-color:#37c6c1;	
}

.newsletter-section .newsletter-form .form-group button,
.newsletter-section .newsletter-form .form-group input[type="submit"]{
	position:absolute;
	right:0px;
	top:0px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	background:#37c6c1;
	border-radius:0px 5px 5px 0px;
	line-height:24px;
	padding:14px 20px;
	height:52px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section{
	position:relative;
	padding:0px 0px;
	background:#27343e;
	color:#ffffff;	
}

.info-section .sec-title{
	margin-bottom:50px;	
}

.info-section .sec-title h3,
.info-section .sec-title h2{
	color:#ffffff;
}

.info-section .sec-title .slices .slice{
	background:rgba(255,255,255,0.40);	
}

.info-section .info-column{
	position:relative;
	padding:50px 30px !important;
	background:#27343e;	
}

.info-section .info-column:nth-child(2n+2){
	background:#2e3d49;	
}

.info-section .info-column .info-box{
	position:relative;
	text-align:center;	
}

.info-section .info-column .info-box .icon-box{
	position:relative;
	margin:0 auto 20px;
	border:2px solid #ffffff;
	width:74px;
	height:74px;
	font-size:26px;
	line-height:70px;
	text-align:center;
	border-radius:50%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.info-section .info-column .info-box:hover .icon-box{
	color:#37c6c1;
	border-color:#37c6c1;	
}

.info-section .info-column .info-box ul{
	position:relative;
	font-size:14px;
	font-family:'Open Sans',sans-serif;	
}

.info-section .info-column .info-box ul li{
	line-height:24px;	
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:40px 0px;
	color:#ffffff;
	overflow:hidden;
	/* background:#37c6c1;
	background:-moz-linear-gradient(top,#37c6c1,#11a9e2);
	background:-ms-linear-gradient(top,#37c6c1,#11a9e2);
	background:-webkit-linear-gradient(top,#37c6c1,#11a9e2);
	background:-o-linear-gradient(top,#37c6c1,#11a9e2);	 */
}

.sponsors-section .sponsors-slider img{
	display:inline-block;
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
	opacity:0.70;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sponsors-section .sponsors-slider img:hover{
	opacity:1;	
}

.sponsors-section .sponsors-slider .owl-stage-outer{
	overflow:visible !important;	
}

.sponsors-section .sponsors-slider .owl-item{
	background:white;
	height:100px;
	display: flex;
	align-items: center;
	text-align:center;
	opacity:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.sponsors-section .sponsors-slider .owl-item.active{
	opacity:1;	
}

.sponsors-section .owl-controls{
	display:none !important;	
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	color:#e9e9e9;
	background:#1c333e;
	font-size:14px;
}

.main-footer .footer-upper{
	position:relative;
	padding:50px 0px 0px;
	display: none;
}

.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:30px;	
}

.footer-upper .column h2{
	position:relative;
	font-size:17px;
	line-height:1.4em;
	padding:0px 0px 12px;
	margin-bottom:20px;
	font-weight:400;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#ffffff;
}

.footer-upper .column h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:30px;
	height:1px;
	background:#37c6c1;
}

.main-footer .about-widget .text{
	margin-bottom:20px;
	font-size:14px;
}

.main-footer .footer-upper a{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	color:#e9e9e9;
}

.main-footer .footer-upper a:hover{
	color:#37c6c1;	
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom:7px;
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:14px;
	color:#e9e9e9;
	line-height:24px;
}

.footer-upper .social-links a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:32px;
	height:32px;
	line-height:28px;
	border:2px solid #dadada;
	text-align:center;
	background:none;
	margin-right:8px;
	color:#dadada;
}

.footer-upper .social-links a:hover{
	color:#ffffff;
	background:#37c6c1;
	border-color:#37c6c1;	
}

.footer-upper .hours-list li{
	color:rgba(255,255,255,0.85);
	line-height:24px;
	margin-bottom:15px;
}

.main-footer .tags-widget .link{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 14px;
	border:1px solid #dadada;
	color:#dadada;
	text-transform:capitalize;
	margin:0px 3px 10px 0px;	
}

.main-footer .tags-widget .link:hover{
	background:#37c6c1;
	color:#ffffff;
	border-color:#37c6c1;	
}

.main-footer .newsletter-form button{
	display:block;
	width:100%;
	margin:0px;
	padding:8px 30px;
	font-size:14px;
	text-transform:capitalize;	
}

.footer-upper .gallery-widget{
	position:relative;
}

.footer-upper .gallery-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 10px 8px 0px;	
}

.footer-upper .gallery-widget .image img{
	position:relative;
	display:block;
	width:100%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.footer-upper .gallery-widget .image img:hover{
	opacity:0.70;	
}

.footer-upper .latest-news .news-item{
	position:relative;
	margin-bottom:15px;	
}

.footer-upper .latest-news .news-item .news-title{
	position:relative;
	display:block;
	color:#ffffff;	
}

.footer-upper .latest-news .news-item .news-title:hover{
	color:#37c6c1;	
}

.footer-upper .latest-news .news-item .update-time{
	padding-top:5px;
	color:#d3f2fc;
	text-transform:uppercase;
	font-size:10px;
	font-family:'Ubuntu',sans-serif;
}

.footer-bottom{
	position:relative;
	background:#182d37;
	font-size:14px;
	text-align:center;
	padding:15px 0px;
}

.footer-bottom .copyright{
	position:relative;
	line-height:24px;
	font-weight:400;
}
.footer-bottom .copyright a{
	margin-left:5px
}

.footer-bottom .outer-box{
	position:relative;
	padding:0px 0px;	
}

.footer-nav{
	position:relative;	
	display: none;
}

.footer-nav li{
	position:relative;
	float:left;
	margin-right:22px;
}

.footer-nav.centered{
	margin-bottom:30px;	
}

.footer-nav.centered li{
	float:none;
	display:inline-block;
	margin:0px 10px;	
}

.footer-bottom .footer-nav li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#dadada;
	font-size:14px;
	text-transform:capitalize;	
}

.footer-nav li a:hover{
	color:#37c6c1;	
}

.footer-nav li:after{
	content:'|';
	position:absolute;
	right:-11px;
	top:0px;
	height:15px;
}

.footer-nav.centered li:after{
	right:-13px;	
}

.footer-nav li:last-child:after{
	display:none;	
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:60px 0px 50px;
	color:#ffffff;
	background-color:#37c6c1;
	box-shadow: 0 0 1000px 1000px  rgba(55,198,193,.88) inset;
}
.page-title .auto-container{opacity:1}
.innerBanner{opacity:0;}
.page-title .small-text{
	position:relative;
	font-size:11px;
	color:rgba(255,255,255,0.75);
	text-transform:uppercase;
	margin-bottom:15px;
	letter-spacing:2px;	
	display: none;
}

.page-title .page-name{
	position:relative;
	font-size:30px;
	color:rgba(255,255,255,1);
	text-transform:uppercase;
	margin-bottom:15px;
	padding:10px 40px;
	line-height:50px;
	letter-spacing:1px;
	border:none;
	display:inline-block;
	font-weight:bold;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.page-title .page-name p{
	font-size:18px;font-weight: 400;
}
.page-title:hover .page-name{
	border:none;
	color:#ffffff;
}

.page-title .bread-crumb{
	position:relative;
	display: none;
}

.page-title .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:30px;
	margin-right:20px;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
}

.page-title .bread-crumb li:after{
	content:'/';
	position:absolute;
	right:-20px;
	width:20px;
	text-align:center;
	line-height:30px;
}

.page-title .bread-crumb li:last-child{
	margin-right:0px;	
}

.page-title .bread-crumb li:last-child:after{
	display:none;	
}

.page-title .bread-crumb li a{
	color:#ffffff;	
}

.page-title .bread-crumb li a:hover{
	opacity:0.70;
}


/*** 

====================================================================
	Default Three Column
====================================================================

***/

.default-three-column{
	position:relative;
	padding:80px 0px 50px;
}

.default-three-column .column{
	margin-bottom:30px;	
}

.default-three-column .image-column .image-box img{
	display:block;
	max-width:100%;	
}

.default-three-column .text-column h3{
	font-size:22px;
	text-transform:capitalize;
	margin-bottom:15px;
	color:#3e5773;
}

.default-three-column .text-column .text{
	font-size:14px;
	line-height:24px;
	margin-bottom:30px;
	color:#576c85;
}

.default-social-links a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:32px;
	height:32px;
	line-height:28px;
	border:2px solid #37c6c1;
	text-align:center;
	background:none;
	margin-right:8px;
	color:#37c6c1;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.default-social-links a:hover{
	color:#ffffff;
	background:#37c6c1;	
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:80px 0px;	
}

.contact-section h3{
	font-size:20px;
	margin-bottom:40px;
	color:#3e5773;	
}

.contact-section .info-column h3{
	color:#ffffff;
	margin-bottom:25px;
}

.contact-section .outer-container{
	position:relative;
	background:#37c6c1;	
}

.contact-section .form-column{
	position:relative;
	background:#ffffff;
	padding:40px 40px 50px;
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.default-form .form-group .field-label{
	text-transform:capitalize;
	margin-bottom:0px;
	color:#c2cad0;
	font-weight:400;
	font-size:12px;
}

.contact-section.style-two .default-form .form-group .field-label{
	margin-bottom:5px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 0px;
	height:42px;
	font-size:14px;
	border-bottom:1px solid #eaeff2;
	background:#ffffff;
	color:#576c85;
	font-family:'Montserrat',sans-serif;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.contact-section.style-two .default-form input[type="text"],
.contact-section.style-two .default-form input[type="email"],
.contact-section.style-two .default-form input[type="password"],
.contact-section.style-two .default-form select,
.contact-section.style-two .default-form textarea{
	border:1px solid #eaeff2;
	padding:10px 15px;
	height:46px;
	border-radius:3px;	
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:100px;
	resize:none;	
}

.contact-section.style-two .default-form textarea{
	height:200px;
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#37c6c1 !important;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-family:'Open Sans',sans-serif;
	font-size:11px;
	color:#ff0000;
	font-weight:400 !important;	
}

.default-form ::-webkit-input-placeholder { color:#576c85 !important;}
.default-form ::-moz-placeholder { color:#576c85 !important;} /* firefox 19+ */
.default-form :-ms-input-placeholder { color:#576c85 !important;} /* ie */
.default-form input:-moz-placeholder { color:#576c85 !important;}


.contact-section .info-column{
	position:relative;
	padding:40px 35px;
}

.contact-section .info-column .default-social-links a{
	color:rgba(255,255,255,0.50);
	border-color:rgba(255,255,255,0.20);	
}

.contact-section .info-column .default-social-links a:hover{
	border-color:#37c6c1;
	color:#37c6c1;
	background:none;
}

.contact-section .contact-info{
	position:relative;
	padding-bottom:20px;
	margin-bottom:35px;
	border-bottom:1px dashed rgba(255,255,255,0.15);	
}

.contact-section .contact-info li{
	position:relative;
	padding-left:50px;
	margin-bottom:25px;
	font-size:14px;
	line-height:24px;
	color:rgba(255,255,255,0.95);
	word-spacing:1px;
}

.contact-section .contact-info li .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-12px;
	font-size:24px;
	line-height:24px;
	height:24px;
	color:#ffffff;
}

.contact-section .map-column{
	position:absolute;
	right:0px;
	top:0px;
	height:100%;	
}

.contact-section .map-container{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
}


.map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	font-family:'Open Sans',sans-serif;	
}

.map-canvas .map-data h6{
	font-weight:400;
	text-transform:capitalize;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color:#181818;
	font-family:'Montserrat',sans-serif;	
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:80px 0px 50px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side{
	position:relative;
	margin-bottom:30px;	
}

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:30px;
	padding-left:10px;
	border-left:3px solid #37c6c1;	
}

.sidebar .sidebar-title h2{
	color:#3e5773;
	font-weight:400;
	text-transform:capitalize;
	font-size:17px;
	line-height:18px;	
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;	
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:24px;
	padding:11px 50px 11px 20px;
	border:1px solid #eaeff2;
	background:#ffffff;
	color:#3a3a3a;
	display:block;
	width:100%;
	height:48px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#37c6c1;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:50px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:18px;
	color:#d0d0d0;
	background:none;
	border-radius:0px 3px 3px 0px;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	background-color:#37c6c1;
	color:#ffffff;
}

.sidebar .sidebar-title h3{
	font-size:18px;
	color:#2c2c2c;
	font-weight:700;
	text-transform:uppercase;
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	color:#cccccc;
	padding-left:95px;
	margin-bottom:30px;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;	
}

.sidebar .recent-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;	
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .recent-posts .post h4{
	font-size:14px;
	padding:5px 0px;
	line-height:1.6em;
	color:#181818;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover{
	color:#37c6c1;	
}

.sidebar .recent-posts .post h4 a{
	color:#181818;	
}

.sidebar .recent-posts .post-info{
	font-size:14px;
	color:#8b8b8b;
	text-transform:capitalize;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:5px 18px;
	margin:0px 4px 12px 0px;
	border:1px solid #eaeff2;
	color:#576c85;
	text-align:center;
	font-size:14px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#37c6c1;
	border-color:#37c6c1;
	color:#ffffff;	
}

.sidebar .list{
	position:relative;
	border-top:1px solid #eaeff2;	
}

.sidebar .list li{
	position:relative;
	line-height:24px;
	border-bottom:1px solid #eaeff2;	
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#576c85;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	padding:12px 15px;
	padding-left:20px;
}

.sidebar .list li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
	width:20px;
    line-height: 24px;
    position: absolute;
	color:#37c6c1;	
}

.sidebar .list li a:hover{
	color:#3e5773;	
}

.sidebar .about-me .image-box{
	position:relative;
	margin-bottom:15px;
	border:10px solid #f4f5f9;
	border-radius:3px;
}

.sidebar .about-me .image-box img{
	display:block;
	width:100%;	
}

.sidebar .about-me .content h3{
	font-size:16px;
	line-height:24px;
	color:#3e5773;
	text-transform:capitalize;
	margin-bottom:3px;	
}

.sidebar .about-me .content h4{
	font-size:14px;
	color:#576c85;
	text-transform:capitalize;
	margin-bottom:15px;
}

.sidebar .about-me .content .text{
	font-size:14px;
	color:#576c85;
	text-transform:capitalize;
}

.sidebar .styled-nav{
	position:relative;
}

.sidebar .styled-nav .nav-outer{
	position:relative;
	border:1px solid #eaeff2;
	border-radius:5px;
	overflow:hidden;
}

.sidebar .styled-nav ul li{
	position:relative;
	display:block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sidebar .styled-nav ul li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:10px 15px;
	text-transform:capitalize;
	color:#3e5773;
	background:#ffffff;
	font-size:14px;
	font-weight:400;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.sidebar .styled-nav ul li a:after{
	content:'\f105';
	font-family: 'FontAwesome';
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-10px;
	height:20px;
	line-height:20px;
	font-size:16px;	
}

.sidebar .styled-nav ul li:last-child a{
	border-bottom:none;	
}

.sidebar .styled-nav li.current a,
.sidebar .styled-nav li:hover a{
	color:#ffffff;
	background:#37c6c1;
	border-color:#37c6c1;
}

.sidebar .contact-widget{
	position:relative;
	padding:30px 20px;
	text-align:center;
	background:#37c6c1;
	color:#ffffff;
	border-radius:5px;	
}

.sidebar .contact-widget h3{
	font-size:16px;
	color:#ffffff;
	line-height:30px;
	margin-bottom:10px;
	text-transform:capitalize;	
}

.sidebar .contact-widget .phone-numbers{
	font-size:16px;
	color:#ffffff;
	line-height:28px;
}

/*** 

====================================================================
	Single Service
====================================================================

***/

.services-single{
	position:relative;
	color:#777777;
}

.services-single .service-title{
	font-size:22px;
	margin-bottom:20px;
	color:#3e5773;
}

.services-single .main-image{
	position:relative;
	margin-bottom:25px;	
}

.services-single .main-image img,
.services-single .image-box img{
	display:block;
	width:100%;	
}

.default-text-block {
	margin-bottom:30px;	
}

.default-text-block p{
	position:relative;
	margin-bottom:15px;
	font-size:14px;
}

/*** 

====================================================================
	Gallery Single Item
====================================================================

***/

.gallery-single-item{
	position:relative;
	width:100%;
}

.gallery-single-item .carousel-outer{
	position:relative;
	padding:80px 0px;	
}

.gallery-single-item .single-item-carousel img{
	display:block;
	width:100%;
	height:auto;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.gallery-single-item .single-item-carousel{
	border-radius:7px;
	overflow:hidden;	
}

.gallery-single-item .single-item-carousel img:hover{
	opacity:0.90;	
}

.gallery-single-item .single-item-carousel .slide-item{
	position:relative;
	background:#37c6c1;	
}

.gallery-single-item .owl-controls{
	margin:0px;	
}

.gallery-single-item .owl-controls .owl-dots{
	display:none !important;	
}

.gallery-single-item .owl-controls .owl-next,
.gallery-single-item .owl-controls .owl-prev{
	position:absolute;
	top:50%;
	width:42px;
	height:42px;
	padding:0px !important;
	line-height:38px;
	text-align:center;
	border:2px solid #ffffff;
	background:none !important;
	font-size:20px !important;
	color:#ffffff !important;
	border-radius:3px !important;
	margin:0px !important;
	margin-top:-18px !important;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.gallery-single-item .owl-controls .owl-prev{
	left:15px;	
}

.gallery-single-item .owl-controls .owl-next{
	right:15px;	
}

.gallery-single-item .owl-controls .owl-next:hover,
.gallery-single-item .owl-controls .owl-prev:hover{
	background:#37c6c1 !important;
	border-color:#37c6c1;
	color:#ffffff !important;
}

.default-image-box{
	position:relative;	
}

.default-image-box img{
	display:block;
	max-width:100%;	
}

/*** 

====================================================================
	FAQs Section Style
====================================================================

***/

.faqs-section{
	position:relative;
	padding:80px 0px 50px;
}

.faqs-section .column{
	position:relative;
	padding-right:80px;	
}

.faqs-section .faq-block{
	position:relative;
	margin-bottom:30px;	
}

.faqs-section .faq-block h4{
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
	color:#3e5773;	
}

.faqs-section .faq-block .text{
	color:#576c85;
	font-size:14px;
}

/*** 

====================================================================
	Accordions style
====================================================================

***/

.accordion-box{
	position:relative;
	padding-top:20px;
}

.accordion-box .block{
	position:relative;
	margin-bottom:25px;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:14px;
	margin-bottom:0px;
	cursor:pointer;
	background:#eaeff2;
	line-height:24px;
	padding:15px 15px 15px 90px;
	border:1px solid #eaeff2;
	overflow:hidden;
	border-radius:7px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	color:#ffffff;
	background:#1c333e;	
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:100%;
	text-align:center;
	font-size:22px;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width:100%;
	height:100%;
	background:#37c6c1;	
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-20px;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:22px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-up{
	opacity:0;
}

.accordion-box .block .icon-outer .icon-down{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-down{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-up{
	opacity:1;
}

.accordion-box .block .acc-btn.active{
	border-color:#37c6c1;	
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	background:#ffffff;
	padding:25px 25px 5px;	
}

.accordion-box .block .content p{
	margin-bottom:20px;	
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Error Page Style
====================================================================

***/

.error-section{
	position:relative;
	padding:90px 0px 80px;
	text-align:center;	
}

.error-section .error-icon{
	position:relative;
	margin-bottom:20px;
	line-height:180px;
	font-size:150px;
	color:#37c6c1;
}

.error-section .error-icon img{
	display:inline-block;
	max-width:100%;	
}

.error-section .extra-big{
	font-size:48px;
	margin-bottom:20px;
	color:#37c6c1;
	line-height:1.4em;
	font-weight:700;
	letter-spacing:3px;
}

.error-section .bigger-text{
	font-size:20px;
	color:#27343e;
	line-height:1.4em;
	text-transform:capitalize;
	margin-bottom:40px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;	
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:4px 5px;
	font-size:14px;
	text-transform:capitalize;
	min-width:36px;
	border:1px solid #c2cad0;	
	background:#ffffff;
	color:#b2b7bb;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	padding:4px 20px;	
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#37c6c1;
	border-color:#37c6c1;	
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .group-title h2{
	font-size:20px;
	text-transform:capitalize;
	color:#3e5773;
	font-weight:400;
	font-family:'Montserrat',sans-serif;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:20px 30px;
	border:1px solid #e9e9e9;
	border-radius:3px;
	margin-bottom:25px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#37c6c1;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 90px;
	font-size:14px;	
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:80px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	border-radius:50%;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:50%;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
	color:#3e5773;
	line-height:24px;
	font-size:14px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	color:#3e5773;
	font-size:14px;
	font-weight:400;
	display:block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:12px;
	color:#aaaaaa;
}

.sidebar-page-container .comments-area .reply-btn{
	position:relative;
	right:0px;
	margin:10px 0px 0px;
	display:inline-block;
	line-height:24px;
	text-transform:capitalize;
	font-size:14px;
	color:#3e5773;
	border-bottom:1px solid;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.comment-form .form-group .field-label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:7px;
	color:#3e5773;	
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #e9e9e9;
	height:46px;
	background:#ffffff;
	border-radius:3px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#37c6c1;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e9e9e9;
	height:180px;
	background:#ffffff;
	resize:none;
	border-radius:3px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	position:relative;
	padding:9px 20px;
}





/*
[Master Stylesheet] 
Project: Kids School Html
-------------------------------------------------------------------*/

/********************************************************
1. body start
 *******************************************************/
:root {
    --ks-theme-color:#37c6c1;
    --ks-white-color: #ffffff;
    --ks-black-color: #000000;
    --ks-grey-color:#8c919d;
    --ks-bg-color:#eef4f7;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
}
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
.ks-heading{
    font-size: 30px;
    color: var(--ks-black-color);
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}
.ks-paragraph{    
    font-size: 16px;    
    color: #222222;
    font-weight: 500;
}
/* bottom to top css */
.ks-top-icon a {
    display: flex;
    background-color: var(--ks-theme-color);
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
	animation: 4s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateY(0px);
        
    }
    50% {
        transform: translateY(-20px);
        
    }
}
.ks-top-icon a svg {
    fill: #ffffff;
    transform: rotate(270deg);
}
.ks-top-icon a:hover {
  cursor: pointer;
  box-shadow: 0 0 0 25px var(--orange-color) inset;
}
.ks-top-icon a:active {
  background-color: #555;
}
.ks-top-icon a.show {
  opacity: 1;
  visibility: visible;
}
/* bottom to top css end */
/* loader css start */
.loader {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.loader img {
	width: 100px;
}
/* loader css start end */

/* button css start*/
.ks-btn {
    position:relative;
    max-width: 190px;
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;    
    font-family: "Inter";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;  
    color: var(--ks-theme-color);    
    background-color: var(--ks-white-color);    
    border-radius: 40px; 
    z-index: 0;  
    overflow: hidden;   
    transition: all 0.3s ease-in-out;
}   
.ks-btn::after{
    font-weight: 200;
    top: -30px;
    left: -20px;
} 
.ks-btn:hover{
    box-shadow: 0px 0px 0px 30px #FFB800 inset;
    color: var(--ks-white-color);
}
/* dark btn */
.ks-dark-btn {
    position:relative;
    max-width: 190px;
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;    
    font-family: "Inter";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;  
    color: var(--ks-white-color);    
    background-color: var(--ks-theme-color);    
    border-radius: 40px; 
    z-index: 0;  
    overflow: hidden;   
    transition: all 0.3s ease-in-out;
}   
.ks-dark-btn::after{
    font-weight: 200;
    top: -30px;
    left: -20px;
} 
.ks-dark-btn:hover{
    box-shadow: 0px 0px 0px 30px #FFB800 inset;
    color: var(--ks-white-color);
}
/* dark btn */
/* button css end*/ 
/* logo */
.ks-navbar-menu .responsive-logo a img{
    display: none;
}
.ks-toggle-btn{
    display: none;
}
/* logo */
/* header section css start */
.ks-header-wrapper {
    position: absolute;
    top: 30px;    
    right: 0;
    left: 0;    
    max-width: 1155px;
    margin: auto;
    z-index: 9;
}
.ks-header-parent {
    background-color: var(--ks-white-color);
    border-radius: 5px;        
    padding: 0px 0 0px 40px;    
}
.ks-header-inner{
    display: flex;
    align-items: center;
}
.ks-navbar-menu {
    margin-left: auto;
}
.ks-navbar-menu ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.ks-navbar-menu ul li a{
    color: var(--ks-black-color);
    font-size: 16px;
    font-weight: 500;    
    padding: 32px 0;
    display: inline-block;  
    position: relative;  
}
.menu li a:before {
    left: 0px;
    right: 0px;
    top: 50%;
    content: '';
    border-left: 12px solid var(--ks-theme-color);
    border-right: 12px solid var(--ks-theme-color);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
.menu li a:hover,.menu .active a {
  color: var(--ks-theme-color);
}
.menu a:hover:before, .menu .active a:before {
    left: -18px;
    right: -18px;
    opacity: 1;
}
/* header section css end */
/* banner section css start */
.ks-banner-wrapper {
    background-image: url(../images/banner-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 250px; 
    position: relative;   
    z-index: 1;
}
.ks-banner-wrapper:after {
    content: '';
    background-image: url(../images/banner-cloud.png);
    background-position: 70% 25%;
    background-repeat: no-repeat;    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;    
    animation:up-down 2.5s infinite alternate-reverse both;
}
@keyframes up-down{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(20px);
    }
}
.ks-banner-left {
    padding-top: 265px;
}
.ks-banner-left h4 {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ks-theme-color);
    font-weight: 600;
    background-color: var(--ks-white-color);
    clip-path: polygon(0.5% 0%, 62% 0%, 59% 55%, 62% 100%, 0.5% 100%);
    padding: 15px 15px 11px 18px;
    max-width: 520px;
    width: 100%;
}
.ks-banner-left h1 {
    font-size: 62px;
    color: var(--ks-white-color);
    font-weight: 800;
    text-transform: capitalize;
    margin: 15px 0 10px 0;
}
.ks-banner-left p {
    font-size: 16px;
    line-height: 26px;
    color: var(--ks-white-color);
    font-weight: 400;
    max-width: 561px;
    width: 100%;
}
.ks-banner-btn{
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.ks-main-btn {
    max-width: 200px;
    width: 100%;
}
.ks-banner-video-btn {
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.ks-banner-video-btn p{
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--ks-white-color);
    font-weight: 700;
    text-transform: uppercase;
}
.ks-banner-video-btn span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--ks-white-color);
    border: 6px solid rgba(86,204,213,0.79);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    animation: shadow-pulse 1.3s infinite alternate-reverse both;
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgb(255, 255, 255, 0.3);
    }
}
.ks-banner-video-btn span svg{
    fill: var(--ks-theme-color);
}
.ks-postion .ks-header-parent{
    padding: 0;
}
.ks-postion{
    position: unset;
}
.ks-postion .ks-navbar-menu ul li:last-child{
    margin-right: 0;
}
.response {
    color: red;
}
/* banner video modal */
.ks-banner-wrapper .modal-content {
    background-color: transparent;
    background-clip: none;
    border: 1px  none;
    border-radius: 0;
    border-top: 1px solid var(--ks-white-color);
    padding: 25px 0 15px 0;
    border-bottom: 1px solid var(--ks-white-color);
    position: relative;    
}
.ks-banner-wrapper .modal-content:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -4px;
    border: 6px solid var(--ks-white-color);
    height: 30px;
    width: 30px;
    border-bottom: none;
    border-right: none;
}
.ks-banner-wrapper .modal-content:before {
    content: '';
    position: absolute;
    right: -30px;
    top: -4px;
    border: 6px solid var(--ks-white-color);
    height: 30px;
    width: 30px;
    border-bottom: none;
    border-left: none;
}
.ks-banner-wrapper .modal-content .mf-banner-video:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -4px;
    border: 6px solid var(--ks-white-color);
    height: 30px;
    width: 30px;
    border-top: none;
    border-right: none;
}
.ks-banner-wrapper .modal-content .mf-banner-video:before {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -4px;
    border: 6px solid var(--ks-white-color);
    height: 30px;
    width: 30px;
    border-top: none;
    border-left: none;
}
.ks-banner-wrapper .modal {
    background: rgba(0,0,0,0.85);
}
.modal-backdrop.fade.show {    
    position: relative;    
}
.ks-banner-wrapper .modal-dialog {
    max-width: 800px;
    margin: auto;
}
.mf-banner-video video {
    border: 3px solid var(--ks-white-color);
    max-width: 800px;
}
/* banner video modal */
/* banner section css end */
/* about section css start */
.ks-about-wrapper{
    padding: 80px 0;
    background-color: var(--ks-white-color);
}
.ks-about-heading{
    margin-bottom: 50px;
}
.ks-about-parent-box{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.ks-about-box {
    padding: 40px 17px 65px 18px;
    border-radius: 10px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;
    transition: all 0.3s ease-in-out;
}
.ks-about-inner{
    text-align: center;
}
.ks-about-inner span{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow:-9.804px 15.096px 10px rgba(38,171,250,0.2);
    background-color: #5fc3ff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.ks-about-inner span svg{
    fill: var(--ks-white-color);
    transition: all 1s;
}
.ks-about-inner h5{
    font-size: 20px;
    color: #38b5ff;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-top: 30px;
}
.ks-about-inner h5:after {
    content: '';
    width: 79px;
    height: 2px;
    background-color: #5fc3ff;
    position: absolute;    
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}
.ks-about-inner .ks-paragraph{
    margin-top: 24px;text-align: left;
}
.ks-about-btn a{
    max-width: 140px;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background-color: #f7fcff;
    border: 1px solid #c6eaff;
    font-size: 12px;
    letter-spacing: 1px;    
    color: #5fc3ff;
    text-transform: uppercase;
    font-weight: 700;
    margin: -25px auto 0 auto;
    transition: all 0.3s ease-in-out;
}
.ks-about-parent-box:hover .about-first-box{
    /* box-shadow:1.5px 3.99px 27px 0px rgb(0 0 0 / 10%); */
    box-shadow:1.5px 3.99px 27px 0px rgba(38,171,250,0.2);
}
.ks-about-parent-box:hover .ks-about-inner span{
    transform: translateY(-10px);
}
.ks-about-parent-box:hover .ks-about-inner span svg{
    transform: rotate(360deg);
}
.ks-about-parent-box:hover .ks-about-btn a{
    background-color: #5fc3ff;
    color: var(--ks-white-color);
}
/* about second box */
.about-second-box {
    background-color: #fffcf6;
    border: 1px solid #feeac4;
}
.ks-about-parent-box:hover .about-second-box{    
    box-shadow:1.5px 3.99px 27px 0px rgba(247,200,111,0.2);
}
.about-second-box span{    
    box-shadow:-9.804px 15.096px 10px rgba(247,200,111,0.2);
    background-color: #ffcd71;
}
.about-second-box h5{    
    color: #ffb526;
}
.about-second-box h5:after {    
    background-color: #ffb526;    
}
.about-second-btn a{
    background-color: #fffcf6;
    border: 1px solid #feeac4;
    color: #ffb526;
    transition: all 0.3s ease-in-out;
}
.ks-about-parent-box:hover .about-second-btn a{
    background-color: #ffb526;    
}
/* about third box */
.about-third-box {
    background-color: #fff7f9;
    border: 1px solid #ffd0da;
}
.ks-about-parent-box:hover .about-third-box{    
    box-shadow:1.5px 3.99px 27px 0px rgba(255,143,166,0.2);
}
.about-third-box span{        
    box-shadow:-9.804px 15.096px 10px rgba(255,143,166,0.2);
    background-color: #ff5e80;
}
.about-third-box h5{    
    color: #ff5e80;
}
.about-third-box h5:after {    
    background-color: #ff5e80;    
}
.about-third-btn a{
    background-color: #fff7f9;
    border: 1px solid #ffd0da;
    color: #ff5e80;
}
.ks-about-parent-box:hover .about-third-btn a{
    background-color: #ff5e80;    
}
/* about fourth box */
.about-fourth-box {
    background-color: #f2fdff;
    border: 1px solid #91eeff;
}
.ks-about-parent-box:hover .about-fourth-box{    
    box-shadow:1.5px 3.99px 27px 0px rgba(16,211,246,0.2);
}
.about-fourth-box span{        
    box-shadow:-9.804px 15.096px 10px rgba(16,211,246,0.2);
    background-color: #42e2ff;
}
.about-fourth-box h5{    
    color: #42e2ff;
}
.about-fourth-box h5:after {    
    background-color: #42e2ff;    
}
.about-fourth-btn a{
    background-color: #f2fdff;
    border: 1px solid #91eeff;
    color: #42e2ff;
}
.ks-about-parent-box:hover .about-fourth-btn a{
    background-color: #42e2ff;    
}
/* about box end */
.ks-about-botm-parent{
    padding-top: 75px;
}
.ks-about-right .ks-heading{
    text-align: left;
}
.ks-about-right .ks-paragraph{
    color: var(--ks-grey-color);
    margin: 28px 0 40px 0;
}
.ks-about-left-img img{
    animation: up-down 2.5s infinite alternate-reverse both;
}
/* about section css end */
/* counter section css start */
.ks-counter-wrapper{
    background-image: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.ks-count{
    text-align: center;    
}
.ks-count span{
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: var(--ks-white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    transition: all 0.3s ease-in-out;   
}
.ks-count span:after{
    content: '';
    border: 2px dashed var(--ks-white-color);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    transition: all 0.3s ease-in-out;
    animation:rotate 5s linear infinite;
}
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.ks-count span svg{
    fill: var(--ks-theme-color);
}
.counting{
    font-size: 38px;    
    color: var(--ks-white-color);
    font-weight: 600;
    margin-top: 30px;
}
.ks-count h5 {
    max-width: 220px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.19);
    border-radius: 20px;
    font-size: 16px;
    color: var(--ks-white-color);
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px auto 0 auto;
}
.ks-count:hover span{
    transform: translateY(-10px);
}
/* counter section css end */
/* activity section css start */
.ks-activity-wrapper{
    padding: 80px 0;
    background-color: var(--ks-white-color);
}
.ks-activity-heading{
    padding-bottom: 50px;
}
.ks-activity-box{    
    border-radius: 10px;
    box-shadow:0 0 15px rgba(52,124,222,0.1);
    background-color: var(--ks-white-color);
    padding: 40px 35px 40px 40px;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
	margin-bottom: 30px;
}
.ks-activity-box:hover{
    transform: translateX(10px);
}
.ks-activity-box:after{
    content: '01';
    font-size: 120px;    
    color: var(--ks-theme-color);
    font-weight: 700;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 20px;
	line-height: 1.5;
}
.activity2:after{
    content: '02';    
}
.activity3:after{
    content: '03';    
}
.activity4:after{
    content: '04';    
}
.activity5:after{
    content: '05';    
}
.activity6:after{
    content: '06';    
}
.activity7:after{
    content: '07';    
}
.activity8:after{
    content: '08';    
}
.ks-activity-inner h3{
    font-size: 22px;
    color: var(--ks-black-color);
    font-weight: 700;
    text-transform: capitalize;
}
.ks-activity-inner .ks-paragraph{
    margin: 15px 0;
    color: var(--ks-grey-color);
}
.ks-activity-inner a.readmore{
    font-size: 16px;    
    color: var(--ks-theme-color);
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.ks-activity-inner a.readmore:hover{
    letter-spacing: 2px;
}
.ks-activity-inner a.readmore span svg{
    fill: var(--ks-theme-color);
    margin-left: 5px;
}
.ks-activity-btn .ks-dark-btn{
    max-width: 240px;
    width: 100%;
    min-height: 60px;
    margin: 40px auto 0 auto;    
}
/* activity section css end */
/* gallery section css start */
.ks-gallery-wrapper{
    padding: 80px 0;
    background-color: var(--ks-bg-color);
}
.ks-gallery-heading {
    padding-bottom: 30px;
}
.ks-gallery-wrapper .content {    
    display: flex;
    margin: 30px -15px 0 -15px;
}
.single-content{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.ks-gallery-wrapper .single-content img {	
    width: 100%;
}
.ks-gallery-wrapper .filters {
	width: 100%;
	text-align: center;
}
.ks-gallery-wrapper .filter-button-group ul {	
	padding: 20px 0;
}
.ks-gallery-wrapper .filter-button-group ul li {
	display: inline;
	padding: 8px 25px;
	font-size: 16px;
	color: var(--ks-grey-color);
	font-weight: 400;
    border-radius: 20px;
	cursor: pointer;
  	text-transform: capitalize;  
    transition: all 0.3s;	
}
.ks-gallery-wrapper .filter-button-group ul li:hover {
	color: var(--ks-white-color);
    background-color: var(--ks-theme-color);
}
.ks-gallery-wrapper .filter-button-group ul li.active {
	color: var(--ks-white-color);
    background-color: var(--ks-theme-color);
	border-radius: 20px;
}
.ks-gallery-btn .ks-dark-btn{
    max-width: 240px;
    width: 100%;
    min-height: 60px;
    margin: 40px auto 0 auto;
}
.ks-gallery-img{    
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.ks-gallery-img img{
    transition: all 0.5s;
}
.ks-gallery-overlay{
    position: absolute;
    top:8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all 0.3s ease-in-out;
}
.gallery-box-inner:hover .ks-gallery-overlay{
    opacity: 1;
    visibility: visible;    
    transform: scale(1);
}
.gallery-box-inner:hover .ks-gallery-img img{
    transform: scale(1.15);
}
/* gallery section css end */
/* blog section css start */
.ks-blog-wrapper{
    padding: 80px 0;
    background-color: var(--ks-white-color);
}
.ks-blog-heading {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.ks-blog-heading .ks-paragraph{
    margin-left: auto;
    color: var(--ks-theme-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.ks-blog-heading .ks-paragraph:hover{
    letter-spacing: 2px;
}
.ks-blog-heading .ks-paragraph span svg{
    fill: var(--ks-theme-color);
    margin-left: 5px;
}
.ks-blog-content{
    position: relative;
}
.ks-blog-img img {
    border-radius: 10px 10px 0 0;
    height: 222px;
    width: 100%;    
    transition: all 0.3s ease-in-out;
	object-fit: cover;
}
.ks-blog-img{
    overflow: hidden;
}
.ks-blog-box{
    cursor: pointer;
}
.ks-blog-box:hover .ks-blog-img img{
    transform: scale(1.2)rotate(5deg);
}
div#gallery {
    padding-left: 20px;
    padding-right: 20px;
}
.swiper-container {
    overflow: hidden;
    position: relative;
}
.ks-blog-content .ks-dark-btn {
    max-width: 119px;
    width: 100%;
    min-height: 33px;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 25px;
    top: -15px;    
}
.ks-blog-content {
    box-shadow: 0 0 15px rgba(52,124,222,0.1);
    background-color: var(--ks-white-color);
    border-radius: 0 0 10px 10px;
    padding: 40px 19px 20px 20px;
    position: relative;
}
.ks-blog-content h4{
    font-size: 18px;
    color: var(--ks-black-color);
    font-weight: 700; 
    text-transform: capitalize;   
}
.ks-blog-content .ks-paragraph{
    color: var(--ks-grey-color);
    margin-top: 15px;
	height:145px;
	overflow:hidden;
	display: -webkit-box; /* 使用弹性盒子模型 */
	-webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */
	overflow: hidden; /* 隐藏溢出的内容 */
}
.ks-blog-footer{
    padding-top: 40px;   
}
.ks-blog-content:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color:#dbe4f3;        
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.ks-blog-footer span{
    font-size: 14px;
    color: var(--ks-grey-color);
    font-weight: 500;
}
.ks-blog-footer span:nth-child(2){
    margin-left: 20px;
}
.ks-blog-footer span svg {
    fill: var(--ks-grey-color);
    margin-top: -4px;
    margin-right: 10px;
}



.ks-blog-box1{
    cursor: pointer;position: relative;
}
.ks-blog-box1:hover .ks-blog-img1 img{
    transform: scale(1.2)rotate(5deg);
}
.ks-blog-content1 .ks-dark-btn1 {
    max-width: 119px;
    width: 100%;
    min-height: 33px;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 25px;
    top: -15px;    
}
.ks-blog-content1 {
    box-shadow: 0 0 5px rgba(52,124,222,0.1);
    background-color: var(--ks-white-color);
    border-radius:10px;
    padding: 40px 19px 0px 20px;
    position: relative;
	background: url(../images/cpbg.png),linear-gradient(45deg, #eaffff, #fff);
	background-position:right top;
	background-size:100% 100%;
}
.ks-blog-content1 h4{
    font-size: 18px;
    color: var(--ks-black-color);
    font-weight: 700; 
    text-transform: capitalize; 
	height:60px;line-height:30px;  
}
.ks-blog-content1 .ks-paragraph1{
    color: var(--ks-grey-color);
    margin-top: 15px;
	height:50px;
	overflow:hidden;
	display: -webkit-box; /* 使用弹性盒子模型 */
	-webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
	overflow: hidden; /* 隐藏溢出的内容 */
}
.ks-blog-box1 a.read-more{
   position: absolute;
   right:24px;bottom: 50px;
   background:#37c6c1;color:white;
   padding:5px 30px;
   border-radius:20px;color:white;font-weight: 400;transition: .5s;
}



.ks-blog-footer1 span{
    font-size: 14px;
    color: var(--ks-grey-color);
    font-weight: 500;
}
.ks-blog-footer1 span:nth-child(2){
    margin-left: 20px;
}
.ks-blog-footer1 span svg {
    fill: var(--ks-grey-color);
    margin-top: -4px;
    margin-right: 10px;
} 

.ks-blog-footer1{
    padding:20px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;   
}
.ks-blog-footer1 dl{
    flex:0 0 30%;transition: .5s;
}
.ks-blog-footer1 dd{
    height:40px;line-height:40px;font-size:18px;font-weight:bold;color:#333
}
.ks-blog-footer1 dt{
    height:30px;line-height:30px;font-size:14px;font-weight:300;color:#333
}
.ks-blog-box1:hover dl{
   transform: translateX(5px);
}
.ks-blog-box1:hover dd{color:#37c6c1}
.ks-blog-box1:hover a{
   background-color: orange;
}

/* blog section css end */
/* client section css start */
.ks-client-wrapper{
    padding: 80px 0;
    background-color: var(--ks-bg-color);
}
.ks-client-box {
    background-color: var(--ks-white-color);
    padding: 30px 30px 35px 30px;
    border-radius: 10px;
    margin-top: 75px;    
    transition: all 0.3s ease-in-out;
    position: relative;
}
.ks-client-box:after {
    content: '';
    max-width: 450px;
    width: 100%;
    height: 290px;
    background-color: var(--ks-theme-color);
    border-radius: 10px;
    transform: rotate(-10deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.ks-client-heading{
    display: flex;
    align-items: center;
}
.ks-client-name{
    margin-left: 20px;
}
.ks-client-name h6{
    font-size: 18px;
    font-weight: 700;
    color: var(--ks-black-color);
    transition: all 0.3s ease-in-out;
}
.ks-client-name p{
    font-size: 14px;
    font-weight: 500;
    color: var(--ks-theme-color);    
}
.ks-client-text{    
    border-radius: 10px;
    background-color: #f8f9fa;
    border: 1px solid #e8eef5;
    margin-top: 30px;
    position: relative;
}
.ks-client-text .ks-paragraph {    
    color: var(--ks-grey-color);    
    font-weight: 400;    
    transition: all 0.3s ease-in-out;
    padding: 25px 20px 25px 20px;
}
.ks-qoute-img {
    position: absolute;
    top: -10px;
    right: 20px;
}
.ks-qoute-img svg{
    width: 38px;
    height: 33px;
    fill: var(--ks-theme-color);
    transition: all 0.3s ease-in-out;
}
.ks-client-wrapper .swiper-container {
    padding-bottom: 100px;
}
.ks-client-wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--ks-grey-color);
}
.ks-client-wrapper .swiper-pagination-bullet-active{
    background-color: var(--ks-theme-color);
}
.ks-client-wrapper .swiper-slide{
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.ks-client-wrapper .swiper-slide:hover .ks-client-box{
    box-shadow:1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
}
.ks-client-wrapper .swiper-slide:hover .ks-client-box:after{
    height: 240px;
}
/* client section css end */
/* partner section css start */
.ks-partner-wrapper{
    padding: 80px 0;
    background-color: var(--ks-white-color);
}
.ks-partner-heading span{
    color: var(--ks-theme-color);    
    font-weight: 800;
}
.ks-partner-wrapper .swiper-slide{
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    margin-top: 65px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}
.ks-partner-wrapper .swiper-slide span svg{
    fill: #656f8d;
    transition: all 0.3s ease-in-out;
} 
.ks-partner-wrapper .swiper-slide:hover span svg{
    fill: var(--ks-theme-color);
} 
.ks-partner-wrapper .swiper-slide:hover{
    transform: translateY(-10px)scale(1.1);
}
.ks-partner-wrapper .swiper-slide:hover{
    opacity: 1;
}
/* partner section css end */
/* footer section css start */
.ks-footer-wrapper{
    padding: 80px 0;
    background-color: #282a36;    
}
.ks-footer-logo{
    margin-top: 6px;
}
.ks-footer-text .ks-paragraph{
    color: var(--ks-white-color);
    font-weight: 400;
    margin: 28px 0 10px 0;
}
.ks-footer-text a{
    font-size: 16px;
    font-weight: 600;
    color: var(--ks-theme-color);
    transition: all 0.3s ease-in-out;
}
.ks-footer-text a:hover{
    letter-spacing: 2px;
}
.ks-footer-text a span{
    margin-left: 5px;
}
.ks-footer-text a span svg{
    fill: var(--ks-theme-color);
}
.ks-footer-links-heading .ks-heading{
    text-align: left;
    color: var(--ks-white-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 36px;
    position: relative;
}
.ks-footer-links-heading .ks-heading:after{
    content: '';
    max-width: 110px;
    width: 100%;
    height: 2px;
    background-color: #46495a;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
}
.ks-footer-links-heading .ks-heading:before{
    content: '';
    max-width: 57px;
    width: 100%;
    height: 2px;
    background-color:var(--ks-theme-color);
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    z-index: 1;
}
.ks-footer-links-heading .activity:after{    
    max-width: 90px;
    width: 100%;    
}
.ks-footer-link ul li{    
    margin-bottom: 10px;
}
.ks-footer-link ul li a{
    color: var(--ks-white-color);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.ks-footer-link ul li a:hover{
    color: var(--ks-theme-color);
}
.ks-footer-link ul li a span{
    fill: var(--ks-theme-color);
    margin-right: 10px;
}
.ks-footer-form{
    margin-top: 10px;
}
.ks-footer-form input{    
    height: 40px;
    width: 100%;
    background-color: #3a3c4e;
    color: #6b6d80;
    border-radius: 6px;    
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
}
.ks-footer-form input::placeholder{
    font-size: 14px;
    color: #6b6d80;
    font-weight: 400;
}
.ks-footer-form .ks-dark-btn{
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
    min-height: 40px;
    border-radius: 6px;
    margin-top: 5px;
}
/* footer section css end */
/* copyright section css start */
.ks-copyright-wrapper p {
    font-size: 16px;
    color: var(--ks-white-color);
    font-weight: 400;
    background-color: #1d1e27;
    text-align: center;
    padding: 15px 0 10px 0;
}
.ks-copyright-wrapper a{
    color: var(--ks-theme-color);
    font-weight: 500;
}
/* copyright section css end */
/* swiper slider */
.ks-client-wrapper .swiper-pointer-events, .ks-partner-wrapper .swiper-pointer-events{
    touch-action: pan-y;
    overflow: hidden;
    position: relative;
}
/* swiper slider */
/* banner-css-start */
.ks-page-title-bg{
    background-image: url(../images/inner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    position: relative;
}
.ks-page-title-bg .overlay{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color:#000000c2
}
.breadcrumb li a{
    color: #fff;  
}
.ks_title {
    z-index: 99;
    position: relative;
    color: #fff;
    font-size: 42px;
}
.dis_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb li {
    color: #fff;
    z-index: 99;
    position: relative;
}
/* about-sec */
.about-sec {
    padding-bottom: 80px;
}
/* contact-css-start */
.ks-contact_wrapper {
    background:#ffffff;
    padding: 80px 0;
}
.ks-contact_from {
    width: 100%;
    margin: auto;
    background:#ffffff;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
    padding: 45px 50px 50px;
}
.ks-contact_from .ks-title {
    margin-bottom: 26px;
}
.ks-inputField {
    margin-bottom: 30px;
    position: relative;
}
.ks-inputField input, .ks-inputField textarea {
    width: 100%;
    padding: 0 60px 0 20px;
    height: 50px;
    box-shadow: inset 0 0 10px 0 rgba(194, 71, 96, 0.03);
    border: 1px solid #ced7e1;
    color:#ced7e1;
    border-radius: 40px;
}
.ks-inputField input:focus, .ks-inputField textarea:focus {
    border-color: #ced7e1;
}
.ks-inputField input:focus, .ks-inputField textarea:focus, .ks-inputField input, .ks-inputField textarea {
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ks-inputField i {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    color: #ced7e1;
    line-height: 50px;
}
.ks-inputField textarea {
    padding: 15px 60px 15px 20px;
    height: 150px;
}
.ks-contact_from .ks-btn-sub {
    margin: 1px 0 0 0;
    width: 108px !important;
    border-radius: 50px !important;
    height: 42px !important;
    border: 1px solid transparent !important;
    background: #37c6c1 !important;
    color: #fff !important;
}
.ks-contact_from input::-webkit-input-placeholder, .ks-contact_from textarea::-webkit-input-placeholder {
    color: #ced7e1;
}
.ks-contact_from input::-moz-placeholder, .ks-contact_from textarea::-moz-placeholder {
    color:#ced7e1;
}
.ks-contact_from input:-ms-input-placeholder, .ks-contact_from textarea:-ms-input-placeholder {
    color: #ced7e1;
}
.ks-contact_from input:-moz-placeholder, .ks-contact_from textarea:-moz-placeholder {
    color:#ced7e1;
}
/* end */
/* map */
.responsive-map{
    overflow: hidden;
    padding-bottom:35.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
/* end */




* 右侧固定 */
@media (max-width: 767px) {
  .fixehE {
    height: 61.03px;
  }
}
.fixedgt {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  display: none;
  padding: 0 7px;
  width: 70px;
  z-index: 466;
  padding-bottom: 22px;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .fixedgt {
    padding: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.14rem 0;
    zoom: 1;
    background-color: #2cc6d0;
  }
  .fixedgt:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  .fixedgt {
    right: 0.25rem;
    top: 50%;
    border-radius: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.fixedgt .item {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding: 12px 0 14px;
}
@media (max-width: 767px) {
  .fixedgt .item {
    padding: 0;
    border-bottom: none;
    width: 33.333%;
    float: left;
    border-right: 1px solid #f0f0f0;
  }
}
.fixedgt .item:last-child,
.fixedgt .item:nth-child(3) {
  border-bottom: 0;
  border-right: none;
}
.fixedgt .item .fz_li {
  cursor: pointer;
  color: #505050;
  display: flex;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .fixedgt .item .fz_li {
    font-size: 12px;
  }
}
.fixedgt .item .fz_li .fz_icon {
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  justify-content: center;
}
@media (max-width: 767px) {
  .fixedgt .item .fz_li .fz_icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.fixedgt .item .fz_li .fz_icon img:nth-child(2) {
  display: none;
}
.fixedgt .item .fz_li .fz_icon img,
.fixedgt .item .fz_li .fz_icon svg {
  height: 59.0909%;
  position: relative;
}
@media (max-width: 767px) {
  .fixedgt .item .fz_li .fz_icon img,
  .fixedgt .item .fz_li .fz_icon svg {
    height: 76%;
  }
}
.fixedgt .item .fz_li .fz_icon svg path {
  fill: #fff;
  opacity: 1;
}
.fixedgt .item .hover1 {
  background-color: #fff;
  width: 180px;
  border-radius: 10px;
  padding: 6px 0.2rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .fixedgt .item .hover1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    margin-right: 26px;
  }
}
@media (max-width: 767px) {
  .fixedgt .item .hover1 {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 22px;
    width: 140px;
  }
}
.fixedgt .item .hover1 .link {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0.12rem;
}
.fixedgt .item .hover1 .link:last-child {
  border-bottom: 0;
}
.fixedgt .item .hover1 .link .fz_t {
  color: #505050;
  font-size: 14px;
  margin-bottom: 4px;
}
.fixedgt .item .hover1 .link .tel {
  line-height: 0.8;
  color: #2cc6d0;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .fixedgt .item .hover1 .link .tel {
    font-size: 14px;
  }
}
.fixedgt .item .hover1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
@media (max-width: 767px) {
  .fixedgt .item .hover1:after {
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    right: 50%;
    margin: 0;
    margin-right: -8px;
    top: 100%;
  }
}
.fixedgt .item:hover .hover1 {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .fixedgt .fz_advisory {
    background-color: #2cc6d0;
    border-right-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .fixedgt .fz_advisory .fz_li {
    color: #fff;
  }
}
.fixedgt .fz_advisory .fz_li .fz_icon {
  position: relative;
}
.fixedgt .fz_advisory .fz_li .fz_icon:after {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -6px;
  top: -4px;
  width: 16px;
  height: 16px;
  background-color: #fc3d37;
  border: solid 2px #ffffff;
  color: #ffffff;
  font-size: 12px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .fixedgt .fz_advisory .fz_li .fz_icon {
    background-color: #2cc6d0;
    margin-bottom: 0.2rem;
  }
  .fixedgt .fz_advisory .fz_li .fz_icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: scale2 1s linear infinite alternate;
    animation: scale2 1s linear infinite alternate;
    background-color: #2cc6d0;
    border-radius: 50%;
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .fixedgt .fz_advisory .fz_li .fz_icon svg path {
    fill: #2cc6d0;
    fill: #fff;
  }
}
.fixedgt .fz_top {
  margin-top: 13px;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .fixedgt .fz_top {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .fixedgt .fz_top {
    position: absolute;
    bottom: 1.6rem;
    width: 0.8rem;
    right: 0.3rem;
  }
}
.fixedgt .fz_top .fz_li {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 70px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .fixedgt .fz_top .fz_li {
    height: 0.8rem;
  }
}
.fixedgt .fz_top .fz_li .fz_icon {
  width: 100%;
  height: 100%;
}
.fixedgt .fz_top .fz_li .fz_icon svg {
  height: 38.57%;
}
.fixedgt .fz_top .fz_li .fz_icon svg path {
  opacity: 1;
  fill: #2cc6d0;
}
.fixedgt .fz_top:hover .fz_li {
  background-color: #2cc6d0;
}
.fixedgt .fz_top:hover .fz_li .fz_icon svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .fixedgt .fz_fan {
    background-color: #2cc6d0;
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .fixedgt .fz_fan .fz_li .fz_icon img:nth-child(1) {
    display: none;
  }
  .fixedgt .fz_fan .fz_li .fz_icon img:nth-child(2) {
    display: block;
  }
  .fixedgt .fz_fan .fz_li {
    color: #fff;
  }
}
@keyframes scale2 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes scale2 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
/* End */
@media (max-width: 767px) {
 .honor .sec-title,.honorList p{opacity: 0;}
 
 .default-section.with-padding,.sidebar-page-container,.team-section{
	padding:30px 0px!important;
 }
}


.productInfo  h5{margin:10px 0 30px 0}
.productInfo .text dd b{display: flex;align-items: center;}
.productInfo .text dd b svg{margin-right:5px;}
.productInfo .text dd p{padding:5px 0}


 .company_info .text{margin:10px 0;line-height:30px;font-size:15px;word-wrap: break-word;text-indent: 2rem;margin-bottom: 30px;}
/* 信息提示 */
.toast {background: rgba(0,0,0,0);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10000;pointer-events: none;}
.toast .message {background: rgba(0,0,0,.5);position: absolute;left:50%;top: 50%;transform: translate(-50%, -50%);border-radius: 3px;overflow: hidden;box-shadow: none;padding: 10px 20px;text-align: center;color: white;}

#pages{text-align: center;}

.main-slider,.tp-banner,.tp-banner li{height:40vw!important}
.tp-simpleresponsive img{height:40vw!important;object-fit: fill!important;}