/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. section_1 start
2. counter_section start
3. accordion_wrapper start
4. progress_wrapper start
5. team_members_wrapper start
6. client_section start

*/


/* custom css start */

.section_heading{
	margin-bottom:50px;
	text-align:center;
}
.section_heading h2{
	font-size:36px;
	padding-bottom:30px;
	position:relative;
}
.section_heading h2:after {
    content: "";
    background: #4285f4;
    width: 40px;
    height: 4px;
    border-radius: 3px;
    margin-top: 13px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -25px;
}

/* custom css end */


/* section_1 start*/

.section_1 {
	float:left;
	width:100%;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.about_image {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.about_image img{
	display:inline-block;
}
.about_slider_wrapper{
	float:left;
	width:100%;
	padding-bottom:50px;
}
.about_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-25px;
}
.about_slider_wrapper .owl-theme .owl-dots .owl-dot{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width: 15px;
    height: 15px;
    display: block;
    margin: 5px 7px;
    background: rgb(214, 214, 214);
    border-radius: 30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, 
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#4385f5;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active, 
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
.about_text_wrapper p{
    font-style: italic;
    font-size: 16px;
	font-weight:300;
}
.about_text_wrapper h5{
    font-size: 16px;
    color: #999;
    margin: 30px 0px 0px;
}
.about_text_wrapper h5 span {
    color: #4385f5;
}

/* 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;
	position:relative;
}
.counter_section_overlay{
	left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
}
.counter_section .section_heading h2{
	color:#fff;
}
.counter_section .chart_1st, .chart_2nd, .chart_3rd, .chart_4th {
  position: relative;
  margin-bottom: 10px;
}
.counter_section .percent-one {
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
	color:#4285f4;
	font-size:24px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.counter_section .percent-two{
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
	color:#fe5555;
	font-size:24px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.counter_section .percent-three{
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
	color:#00be59;
	font-size:24px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.counter_section .percent-four{
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
	color:#ea6a38;
	font-size:24px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.counter_section .percent:after {
	content: '%';
	font-size: 24px;
}
.counter_section h4{
	font-size: 30px;
	padding-top: 10px;
	text-transform: capitalize;
}
.counter_section h4 a{
	color: #fff;
}

/*counter_section end*/


/* accordion_wrapper start */

.accordion_and_progress_wrapper{
	float:left;
	width:100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.accordion_wrapper{
	float:left;
	width:100%;
}
.accordion_wrapper h4 {
    font-size: 18px;
    line-height: 24px;
}
.accordion_wrapper .panel .panel-heading a {
	font-size: 14px;
}
.accordion_wrapper .panel-body {
	font-size: 13px;
}
.accordion_wrapper .panel-heading {
	padding: 0px;
	border-radius: 0px;
}
.accordion_wrapper .panel-group .panel+.panel {
	margin-top: 0px;
}
.accordion_wrapper .panel-group {
  margin-bottom: 0;
}
.accordion_wrapper .panel-default {
  border: 0;
}
.accordion_wrapper .panel {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	margin-bottom: 30px;
}
.accordion_wrapper .panel:last-of-type {
	border-bottom: 0;
}
.accordion_wrapper .panel .panel-heading a {	
	background:#4385f5;
	color: #fff;
	display: block;
	padding: 12px 30px;
}
.accordion_wrapper .panel .panel-heading a.collapsed {
	color: #969595;
	background-color: #f9f9f9;
	display: block;
	padding: 12px 30px;
}
.accordion_wrapper .panel-default>.panel-heading {
  background-color: transparent;
}

.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding-top: 0;
  font-size:16px;
  padding: 30px;
  background-color: #f9f9f9;
  color: #999999;
}
.img-accordion {
	width: 81px;
	float: left;
	margin-right: 35px;
	display: block;
}
.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	font-family: 'FontAwesome';
    font-size: 14px;
    float: right;
	position:relative;
	top:5px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.accordion_wrapper .panel .panel-heading a:after{
	content: "\2212";
		background:#fff;
	color:#4385f5;

}
.accordion_wrapper .panel .panel-heading a.collapsed:after {
	content: "\2b";
	
}
@media(max-width: 767px){
	.accordion_wrapper-section .col-sm-6 {
		border-bottom: 1px solid transparent;
	}
}

/* accordion_wrapper end */


/*progress_wrapper start*/

.progress_wrapper{
	float:left;
	width:100%;
}
.progress_wrapper .progress-item {
	position: relative;
	margin-bottom:50px;
}
.progress_wrapper h3 {
	margin: 0 0 15px;
}
.progress_wrapper .progress-title {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 8px;
	color:#999;
}
.progress_wrapper .progress {
	height: 11px;
	box-shadow: none;
	border-radius: 0px;
}
.progress_wrapper .progress-bar {
	background-color: #4285f4;
	box-shadow: none;
	text-align: right;
	border-radius: 5px 0px 0px 5px;
}
.progress_wrapper .progress-percent {
	font-size: 10px;
	background-color: #111111;
	position: absolute;  
	top: 5px;
	padding: 0 8px;
	border-radius: 3px;
}
.progress_wrapper .progress-percent::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -4px;
	border-top: 6px solid #111111;
	border-right: 8px solid transparent;
}

/*progress_wrapper end*/


/* team_members_wrapper start*/

.team_members_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#f7f7f7;
}
.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{
	text-align:center;
}
.slider_main_wrapper:hover .team_members_slider_content h4 a{
	color:#4285f4;
}
.team_members_slider_image{
	display:inline-block;
}
.team_members_slider_content h4{
	font-size:20px;
	color:#222;
	font-weight:500;
}
.team_members_slider_content h5{
	font-size:14px;
	color:#4285f4;
	padding-top:30px;
	padding-bottom:10px;
}
.team_members_slider_content p {
    font-size: 16px;
    margin-top: 20px;
	margin-bottom: 30px;
    padding: 0px 25px;
}
.team_members_slider_content .btn {
    background-color: #f8f8f8;
    color: #999999;
    text-transform: uppercase;
    border: 0;
	height:40px;
	width:130px;
	line-height:30px;
    border-radius: 4px 4px 0px 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_members_slider_content .btn:hover {
    background: #4285f4;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_members_slider_social_icons{
	margin:0;
	padding:0;
	list-style-type:none;
	padding-top:20px;
	padding-bottom:20px;
	display: inline-block;
}
.team_members_slider_social_icons li{
	float:left;
	margin-left:24px;
}
.team_members_slider_social_icons li:first-child{
	margin-left:0;
}
.team_members_slider_social_icons li a{
	float:left;
	color: #999999;
	font-size:14px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.team_members_slider_social_icons li a:hover{
	color:#4285f4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* team_members_wrapper end*/


/* client_section start */

.client_section{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.client_section .section_heading h2{
	text-align:center;
    padding-bottom: 15px;
    position: relative;
	margin: 0 0 50px 0;
}
.client_section .section_heading h2:after {
	content: "";
    background: #13bfb1;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.client_slider .item{
	text-align:center;
}
.client_slider .item img {
	display:inline-block;
	opacity: 0.5;
	-webkit-transition      : all 0.8s ease 0s;
    -moz-transition      : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition      : all 0.8s ease 0s;
}
.client_slider .item img:hover {
	opacity: 1;
}
.client_slider .owl-theme .owl-nav {
	display:none;
}
.client_slider .owl-theme .owl-dots {
	display:none;
}

/* client_section end */

@media (min-width: 768px) and (max-width: 991px){
	
	.team_member_image {
		margin-bottom:40px;
	}
	.our-progress{
		margin-bottom:40px;
	}
	.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
		text-align:center;
	}
	.img-accordion {
		float: none;
		display: inline-block;
	}
	.text-accordion{
		margin-top: 20px;
	}
}

@media (max-width: 767px){
	
	.team_member_image {
		margin-bottom:40px;
	}
	.our-progress{
		margin-bottom:40px;
	}

}

@media (max-width: 480px){
	
	.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
		text-align:center;
	}
	.img-accordion {
		float: none;
		display: inline-block;
	}
	.text-accordion{
		margin-top: 20px;
	}
	
}

@media (max-width: 390px){
	
	.accordion_wrapper .panel .panel-heading a.collapsed {
		padding: 12px 20px;
	}
	
}