/*-------------------------------------------------------------- 
# Call To Action 
--------------------------------------------------------------*/

.cta-one {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 187px;
	padding-bottom: 200px;
}

.cta-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.6;
}

.cta-one .container {
	position: relative;
}

.cta-one h3 {
	font-weight: bold;
	margin: 0;
	color: #fff;
	font-size: 50px;
}

.cta-one p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 43px;
	margin-top: 25px;
}

.cta-one__btn {
	padding: 20px 59px;
	border-radius: 35px;
	font-size: 17px;
	background-color: var(--thm-primary);
}

.cta-one__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/*-------------------------------------------------------------- 
## Cta Three 
--------------------------------------------------------------*/

.cta-three .inner-container {
	background-color: var(--thm-primary);
	border-radius: 10px;
	position: relative;
	z-index: 30;
	margin-top: -110px;
}

.cta-three__image img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cta-three__content {
	padding-left: 60px;
	padding-right: 75px;
}

.cta-three__content h3 {
	margin: 0;
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 22px;
}

.cta-three__content p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}/*-------------------------------------------------------------- 
# Team  
--------------------------------------------------------------*/
.team-one {
	padding-top: 150px;
	padding-bottom: 110px;
}

.team-one .row.high-gutter {
	margin-left: -20px;
	margin-right: -20px;
}

.team-one .row.high-gutter>[class*=col-] {
	padding-left: 20px;
	padding-right: 20px;
}

.team-one__single {
	position: relative;
	margin-bottom: 154px;
}

.team-one__content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	transform: translateY(50%);
}

.team-one__content-inner {
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 20px 30px 0px rgba(43, 85, 64, 0.1);
	padding-top: 37px;
	border-radius: 10px;
	padding-bottom: 30px;
	position: relative;
}
.team-one__content h3 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 1em;
	color: var(--thm-black);
	margin-bottom: 8px;
	position: relative;
}

.team-one__content p {
	margin: 0;
	line-height: 1em;
	color: #93959e;
	font-size: 16px;
	position: relative;
	margin-bottom: 18px;
}

.team-one__social {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.team-one__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 45px;
	height: 45px;
	background-color: #f9b73f;
	color: #fff !important;
	border-radius: 50%;
	transition: 500ms;
}

.team-one__social a:hover {
	color: #fff;
	background-color: var(--thm-black) !important;
}

.team-one__social a i {
	font-size: 18px;
}

.team-one__social a+a {
	margin-left: 10px;
}

.team-one__social a:nth-child(2) {
	background-color: #7b54f9;
}

.team-one__social a:nth-child(3) {
	background-color: #ff5e5e;
}

.team-one__image {
	overflow: hidden;
	border-radius: 10px;
	background-color: #000000;
}

.team-one__image>img {
	width: 100%;
	opacity: 1;
	transform: scale(1);
	transition: transform 500ms, opacity 500ms;
}

.team-one__single:hover .team-one__image>img {
	opacity: 0.4;
	transform: scale(1.05);
}

.team-one__about-page {
	background-color: #f0f7f7;
}

.team-one__about-two {
	padding-bottom: 0;
}/*-------------------------------------------------------------- 
# Team Service 
--------------------------------------------------------------*/

.team-service {
	padding-bottom: 100px;
	padding-top: 150px;
}

.team-service__single {
	margin-bottom: 43px;
}

.team-service__image {
	overflow: hidden;
	border-radius: 10px;
	background-color: #000000;
}

.team-service__image>img {
	width: 100%;
	opacity: 1;
	transform: scale(1.0);
	transition: transform 500ms ease, opacity 500ms ease;
}

.team-service__single:hover .team-service__image>img {
	opacity: 0.4;
	transform: scale(1.05);
}

.team-service__content {
	text-align: center;
}

.team-service__content h3 {
	color: var(--thm-black);
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	margin-top: 26px;
	margin-bottom: 5px;
}

.team-service__content h3 a {
	color: inherit;
	transition: 500ms;
}

.team-service__content h3 a:hover {
	color: var(--thm-primary);
}

.team-service__content p {
	margin: 0;
	color: #93959e;
	font-size: 16px;
	list-style: 30px;
}
