/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

.page-template-default .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title::before {
	content: "\4b" !important;
}
.our-history-wrapper {
	padding-bottom: 50px;
	width: 100%;
	/* max-width: 1080px; */
	margin: 0 auto;
	float: left;
}
.history-heading {
	color: #000;
	text-align: center;
	font-size: 3.5em;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 50px;
}
.year-item-wrapper {
	width: 100%;
	overflow: auto;
	padding: 0 0 0 0;
}
.history-slider-wrapper {
	width: 100%;
}
.history_slider {
	width: 100%;
	float: left;
}
.slider-thumbnail {
	list-style: none !important;
	display: flex;
	justify-content: space-around;
	padding-left: 0;
	margin-left: 0;
	text-align: center; 
	min-width: 700px;
}
.slider-content {
	max-width: 90%;
	margin: 0 auto;
}
.slider-content p {
	font-size: 18px;
	text-align: center;
}
.service-content {
	max-width: 100%;
	margin: 0 auto;
}
.slider-content p {
	font-size: 20px;
	text-align: left;
	line-height: 1.5em;
	font-family: 'Lato';
}
.slider-content strong {
	color: #000;
}
.slider-content-heading {
	color: #000;
	text-align: center;
	font-size: 36px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.year-dot {
	width: 18px;
	height: 18px;
	background: #6CC047;
	border-radius: 100%;
	border: 1px solid #6CC047;
	margin: 0 auto;
	position: relative;
	z-index: 1;
} 
.year-wrapper {
	position: relative;
	width: 100%; 
	padding-top: 85px;
}
.data-slide-thumbs {
	flex: 1;
	position: relative;
}
.year-circle {
	position: absolute;
	left: auto;
	right: auto;
	margin: 0 auto;
	text-align: center;
	border-radius: 100%;
	padding: 15px;
	bottom: 35px;
	left: 25%;
	color: #0065CC;
	font-size: 23px;
	font-weight: bold;
}

/* .active .year-circle {
	background: #1fa155;
	color: #fff;
} */
.slider-thumbnail a {
    position: relative;
    z-index: 1;
}
.data-slide-thumbs::after {
    content: " ";
    width: 100%;
    height: 3px;
    background: #ccc;
    position: absolute;
    left: 50%;
    bottom: 8px;
}
.data-slide-thumbs:last-child::after {
    content: "";
    width: 0;
}
.service-ul {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.basic-content .service-ul li:first-child {
	margin-top: 15px;
}
.service-ul li {
	background: none !important;
	flex: 0 0 33%;
	padding-left: 0 !important;
	padding-top: 30px;
}
.service-title {
	font-size: 24px;
	max-width: 300px;
	text-align: center; 
	margin: 0 auto;
	font-weight: bold;
}
.team-quality-items::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	left: 0;
	top: 0;
}
.team-quality-items { 
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.team-quality-items > h1 {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 76px;  
}
.member-substitle {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	line-height: 25px; 
	width: 100%;
	color: #000; 
}
.member-name-wrapper {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	color: #000;
	font-weight: bold;
}
.team-members-list {
	list-style: none !important;
	padding-left: 0 !important;
	display: flex;
	flex-wrap: wrap;
}
.team-members-list > li {
	flex: 0 0 25%;
	padding: 15px;
	max-width: 329px;
}
.member-wrapper {
	display: flex;
	flex-direction: column;
}
.member-img {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 130%;
	background-position: top center;
}
.team-info-section {
	display: flex;
	flex-wrap: wrap; 
}
.single-list-info {
	max-width: 32%;
	flex: 1;
	padding: 18px;
	background: #f4f4f4;
	margin: 0 15px;
	min-height: 180px;
}
.single-list-info:first-child {
	margin-left: 0;
}
.single-list-info:last-child {
	margin-right: 0;
}
.single-list-info-heading {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}
.single-list-info-content {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #000;
}
@media only screen and (max-width: 991px) { 
  .year-circle { 
	left: 11%; 
  }
  .team-members-list > li {
	flex: 0 0 33%; 
	max-width: 100%;
}
}

@media only screen and (max-width: 767px) {

.our-history-wrapper {
	padding-top: 0;
}
.history-heading { 
	margin-top: 0;
	margin-bottom: 50px;
}
.service-ul li { 
	flex: 0 0 100%; 
}
.year-circle { 
	left: 8%; 
}
.team-members-list > li {
	flex: 0 0 50%; 
	max-width: 100%;
}
.leader-team-text h3 {
	width: 100%;
text-align: left !important;
}
.leader-team-text h3 a {
	padding: 0 0 !important;
	border-right: none !important;
}
.team-info-section { 
	flex-direction: column;
}
.single-list-info {
	max-width: 100%; 
	margin: 15px 0; 
}
}
@media only screen and (max-width: 480px) { 
	.team-members-list > li {
		flex: 0 0 100%; 
		max-width: 100%;
	}
}