/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------
[Table of contents]
 
1. section_1 start
2. counter_section start
3. team_members_wrapper start
4. client_section start

*/


/* custom css start */

.section_title{
	margin-bottom:50px;
	text-align:center;
}
.section_title h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #18c9d2;
	display:inline-block;
    position: relative;
	margin-bottom: 10px;
}
.section_title h3:before, .section_title h3:after {
    position: absolute;
    height: 1px;
    width: 20px;
    background: #18c9d2;
    content: '';
    top: 50%;
}
.section_title h3:before {
    left: -30px;
}
.section_title h3:after {
    right: -30px;
}
.section_title h2{
    font-size: 34px;
    font-weight: 700;
    color: #333;
    position: relative;
    padding-bottom: 20px;
}

/* custom css end */


/* section_1 start*/

.section_1 {
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.about_heading_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:50px;
}
.about_heading_wrapper h2{
	font-size:50px;
	line-height:60px;
	color:#222;
}
.about_heading_wrapper h2 a{
	color:#18c9d2;
}
.about_heading_wrapper P{
	margin-top:30px;
	font-size: 20px
}
#about_slider_wrapper{
	float:left;
	width:100%;
}
#about_slider_wrapper .carousel-control {
	top: 45%;
    bottom: auto;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.4);
}
#about_slider_wrapper .carousel-control:focus, 
#about_slider_wrapper .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
}
.about_icon_wrapper{
	float:left;
	width:100%;
}
.gb_icon_wrapper:hover .gb_icon_img i{
	transform: rotateY(180deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_img{
	float:left;
	width:40px;
	line-height: 0;
	font-size: 30px;
	color:#18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper:hover h4{
	color:#18c9d2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_wrapper h4{
	font-size:20px;
	font-weight: 600;
	margin-bottom:10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.gb_icon_content{
	width:calc(100% - 40px);
	float:left;
	padding-left:15px;
}
.gb_icon_content p{
	font-size:15px;
	line-height:25px;
}
.gb_icon_wrapper{
	float:left;
	width:100%;
	padding-top:40px;
}

/* section_1 end*/


/*counter_section start*/

.counter_section{
	width: 100%;
    float: left;
    background-image: url(../images/about_us/counter_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}
.counter_section_overlay{
	left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background:#000;
	opacity:0.7;
}
.counter_section .count-description span {
    font-size: 40px;
    font-weight: 800;
    color: white;
}
.counter_section .count-description {
    font-size: 34px;
    font-weight: 700;
    color: white;
}
.counter_section .icon {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 65px;
    background: #18c9d2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.counter_section .icon i{
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.tb_icon {
    float: left;
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 1;
    border: 8px solid rgba(107, 107, 107, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.tb_icon:before {
    content: '';
    border-right: 231px solid transparent;
    border-top: 144px solid rgba(107, 107, 107, 0.3);
    position: absolute;
    background: transparent;
    left: 26px;
    top: -38px;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.counter_section .count-description {
    width: calc(100% - 75px);
    float: left;
    z-index: 10;
    position: relative;
}
.counter_cntnt_box {
    float: left;
    width: 100%;
}
.counter_cntnt_box:hover .count-description span,
.counter_cntnt_box:hover .count-description {
    color: #18c9d2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.counter_cntnt_box:hover .tb_icon:before {
    background: rgba(107, 107, 107, 0.3);
    border-right: 231px solid transparent;
    border-top: 144px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.con1,
.con2,
.con3,
.con4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.7);
}
.tb_icon_2{
	border:8px solid #f9f9f9;
}
.tb_icon_2:before{
	border-top:144px solid #f1f1f1;
}
.counter_cntnt_box:hover .tb_icon_2:before{
	border-top:144px solid #fff;
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tb_abt_count_txt span{
	color:#111;
}
.con_1, .tb_abt_count_txt{
	color:#111;
}

/*counter_section end*/


/* team_members_wrapper start*/

.team_members_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.team_members_slider{
	float:left;
	width:100%;
	text-align:center;
}
.team_members_slider .owl-carousel .owl-item{
	background:#ffffff;
}
.team_members_slider .owl-theme .owl-dots{
	display:none;
}
.team_members_slider .owl-theme .owl-nav{
	display:none;
}
.slider_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.slider_main_wrapper:hover .team_members_slider_content h4 a{
	color:#18c9d2;
}
.team_members_slider_image{
	float:left;
	width:100%;
}
.team_members_slider_image figure{
	display:block;
	margin:0;
	overflow:hidden
}
.team_members_slider_image figure img{
	display:block;
	transition:all 0.3s
}
.slider_main_wrapper:hover figure img {
    transform: scale(1.1, 1.1);
}
.team_members_slider_content{
	float:left;
	width:100%;
	text-align:left;
	padding: 30px 30px 40px;
	background-color: #f5f5f5;
}
.team_members_slider_content h4{
	font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #343434;
	margin-bottom:5px;
}
.team_members_slider_content h5{
	font-size: 15px;
	line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #343434;
	margin-bottom:20px;
}
.team_members_social_icons li{
	display:inline-block;
    margin-right: 18px;
}
.team_members_social_icons li a{
    font-size: 17px;
    font-weight: 500;
}
.team_members_border_wrapper{
	float: left;
    width: 100%;
	position: relative;
    height: 3px;
    background-color: #e5e5e5;
}
.team_members_bottom_border{
	position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    opacity: 0;
    background-color: #18c9d2;
    -webkit-transition: width 0s .2s,opacity .2s;
    -moz-transition: width 0s .2s,opacity .2s;
    transition: width 0s .2s,opacity .2s;
}
.slider_main_wrapper:hover .team_members_bottom_border{
    width: 100%;
    opacity: 1;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
}

/* team_members_wrapper end*/


/* client_section start */

.client_section{
	width: 100%;
    float: left;
    background: #18c9d2;
    padding-bottom: 100px;
    padding-top: 100px;
}
.client_section .section_title h2,
.client_section .section_title h3 {
    color: #fff;
}
.client_section .section_title h3:before, 
.client_section .section_title h3:after {
    background: #fff;
}
.client_slider{
	float:left;
	width:100%;
}
.client_slider .item{
    background: #7edfe4;
    min-height: 250px;
    line-height: 250px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.client_slider .item img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.client_slider .item:hover {
	background: #fff;
}
.client_slider .owl-theme .owl-nav {
    display: none;
}
.client_slider .owl-theme .owl-dots{
	display:none;
}

/* client_section end */

@media (min-width : 992px) and (max-width : 1199px) {
	

}

@media (min-width: 768px) and (max-width: 991px){
	
	.counter_cntnt_box {
		padding-bottom: 120px;
	}
	#about_slider_wrapper .carousel-control {
		top: 40%;
	}
}

@media (max-width: 767px){
	
	.counter_cntnt_box {
		padding-bottom: 120px;
	}
	.tb_icon {
		float: none;
		text-align: center;
		display: inline-block;
	}	
	.counter_section .count-description {
		float: none;
		text-align: center;
		display: inline-block;
		width: auto;
	}
	.about_heading_wrapper h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.about_heading_wrapper P {
		font-size: 18px;
	}
	#about_slider_wrapper .carousel-control {
		top: 40%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size:30px;
	}

}

@media (max-width: 480px){
	

	.about_heading_wrapper h2 {
	    font-size: 24px;
		line-height: 34px;
	}
	.about_heading_wrapper P {
		line-height: 30px;
	}
	.tb_icon:before{
		left: 12px; 
	}
	
}

@media (max-width: 390px){
	

	
}