/**
Theme Name: Expert Coaching
Theme URI: https://ascendoor.com/themes/expert-coaching/
Author: Ascendoor
Author URI: https://ascendoor.com/
Version: 1.1.1
Requires PHP: 7.4
Tested up to: 6.6
Requires at least: 5.0
Template: ascendoor-coach
Text Domain: expert-coaching
Description: Expert Coaching WordPress theme designed for coaches, mentors, fitness trainers, dance classes, yoga guidance, therapists, public speakers, leaders, advisors, content writers, curriculum developers, medical professionals, and business proprietors to enhance lead generation. It boasts excellent adaptability, seamlessly adjusting to diverse screen sizes and devices, and ensures swift loading while being optimized for enhanced search engine visibility. An outstanding attribute of Expert Coaching is its responsiveness, ensuring smooth functionality across a variety of devices and browsers. When considering its comprehensive array of features, Expert Coaching emerges as a top-notch selection for enhancing one's online visibility and executing effective business promotion strategies. Check the demo at: https://demos.ascendoor.com/expert-coaching/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, e-commerce, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Expert Coaching is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Elements
--------------------------------------------- */
:root {
	--primary-color: #D20A0A;
}

/* About section CSS start
--------------------------------------------- */
.ascendoor-coach-text-image-section:first-child{
	margin-top: 0;
}
.ascendoor-coach-frontpage-section.has-primary-background.about-style-1{
	padding-top: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* About section CSS start
--------------------------------------------- */
/* ascendoor coach counter section CSS start
--------------------------------------------- */
.expert-coaching-counter-section {
	position: relative;
}

.expert-coaching-counter-section .expert-coaching-counter-background-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.2;
}

.expert-coaching-counter-section .expert-coaching-counter-background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expert-coaching-counter-section .expert-coaching-counter-details {
	color: var(--color-text-white);
	position: relative;
	z-index: 2;
}

.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

@media (max-width: 1024px) {
	.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper .expert-coaching-counter-single {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

@media (max-width: 768px) {
	.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper .expert-coaching-counter-single {
		justify-content: flex-start;
	}
}

.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper .expert-coaching-counter-single .expert-coaching-counter-img {
	width: 70px;
}

.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper .expert-coaching-counter-single .expert-coaching-counter-img img {
	width: 70px;
}

.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper .expert-coaching-counter-single .expert-coaching-counter-txt {
	color: var(--color-text-white);
	text-align: center;
}

.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper .expert-coaching-counter-single .expert-coaching-counter-txt h3 {
	font-size: var(--font-size-xxl);
	font-family: var(--font-main);
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1;
}

.expert-coaching-counter-section .expert-coaching-counter-details .expert-coaching-counter-wrapper .expert-coaching-counter-single .expert-coaching-counter-txt p {
	font-size: var(--font-size-sm);
	margin-top: 0;
	margin-bottom: 0;
}

.expert-coaching-counter-section.counter-style-3 .expert-coaching-bg-counter-img {
	height: 400px;
	position: relative;
}

.expert-coaching-counter-section.counter-style-3 .expert-coaching-bg-counter-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expert-coaching-counter-section.counter-style-3 .expert-coaching-bg-counter-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(235, 28, 36, 0) 20%, black 50%, rgba(82, 96, 242, 0) 80%);
	background-color: #000;
	opacity: 0.4;
}

.expert-coaching-counter-section.counter-style-3 .expert-coaching-counter-details .expert-coaching-counter-single {
	padding: 30px;
	background-color: var(--primary-color);
}

.expert-coaching-counter-section.counter-style-3 .expert-coaching-counter-details .expert-coaching-counter-single .expert-coaching-counter-txt h3 {
	display: flex;
	flex-direction: column;
}

.expert-coaching-counter-section.counter-style-3 .expert-coaching-counter-details .expert-coaching-counter-single .expert-coaching-counter-txt h3 .suffix {
	font-size: var(--font-size-base);
	font-weight: normal;
}

.expert-coaching-counter-section.counter-style-3 .expert-coaching-counter-details .expert-coaching-counter-single .expert-coaching-counter-txt p {
	font-size: var(--font-size-base);
}

.expert-coaching-counter-section.counter-style-3.has-background-image .expert-coaching-counter-details {
	margin-block-start: -140px;
}

/* ascendoor coach counter section CSS end
--------------------------------------------- */

/* frontpage teams section CSS end
--------------------------------------------- */
.expert-coaching-teams-section .expert-coaching-teams-section-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1025px) {
	.expert-coaching-teams-section .expert-coaching-teams-section-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 769px) {
	.expert-coaching-teams-section .expert-coaching-teams-section-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.expert-coaching-teams-section .expert-coaching-teams-section-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.expert-coaching-teams-section.team-style-1 .teams-single {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 480px;
	background-color: var(--background-color-grey);
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-img {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-detial {
	position: relative;
	width: 80%;
	margin-bottom: 10px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 26px 30px 20px;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path .5s ease;
	transition: clip-path .5s ease;
	transition: clip-path .5s ease, -webkit-clip-path .5s ease;
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-detial .team-name {
	margin: 0;
	font-size: var(--font-size-md);
	font-weight: 700;
	font-family: var(--font-main);
	line-height: 1;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-detial .team-name a {
	text-decoration: none;
	color: var(--color-text-main);
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-detial .team-designation {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-detial .teams-social {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 10px;
	gap: 10px;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-detial .teams-social a {
	width: auto;
	height: auto;
	transition: all 0.3s ease;
	letter-spacing: 0;
	color: var(--color-text-main);
	border-radius: 0;
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-detial .teams-social a::after {
	display: none;
}

.expert-coaching-teams-section.team-style-1 .teams-single .teams-detial .teams-social a:focus, .expert-coaching-teams-section.team-style-1 .teams-single .teams-detial .teams-social a:hover {
	color: var(--primary-color);
}

.expert-coaching-teams-section.team-style-1 .teams-single:focus-within .teams-detial, .expert-coaching-teams-section.team-style-1 .teams-single:hover .teams-detial {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.expert-coaching-teams-section.team-style-1 .teams-single:focus-within .teams-detial .team-name, .expert-coaching-teams-section.team-style-1 .teams-single:hover .teams-detial .team-name {
	opacity: 1;
	transform: translateX(0);
}

.expert-coaching-teams-section.team-style-1 .teams-single:focus-within .teams-detial .team-designation, .expert-coaching-teams-section.team-style-1 .teams-single:hover .teams-detial .team-designation {
	opacity: 1;
	transform: translateX(0);
}

.expert-coaching-teams-section.team-style-1 .teams-single:focus-within .teams-detial .teams-social, .expert-coaching-teams-section.team-style-1 .teams-single:hover .teams-detial .teams-social {
	opacity: 1;
	transform: translateX(0);
}

.expert-coaching-teams-view-all {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

/* frontpage teams section CSS end
--------------------------------------------- */

/* frontpage video section CSS start
--------------------------------------------- */

@keyframes zoombig {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}
	40% {
		opacity: .5;
		border-width: 3px;
	}
	65% {
		border-width: 2px;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-width: 2px;
	}
}

.expert-coaching-product-video-section.video-style-2 {
	position: relative;
	background: var(--background-color-grey);
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-background-img {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 50%;
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-background-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-background-img {
		width: 100%;
	}
	.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-background-img::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--color-text-main);
		opacity: 0.8;
	}
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details {
	max-width: 740px;
	margin-inline-start: auto;
	text-align: start;
	position: relative;
	width: 50%;
	padding-inline-start: 70px;
}

@media (max-width: 768px) {
	.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details {
		text-align: center;
		width: 100%;
		padding-inline-start: 0;
		color: #fff;
	}
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details .section-header-subtitle {
	text-align: start;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details .section-header-subtitle {
		color: #fff;
		text-align: center;
		margin-bottom: 0;
	}
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 105px;
	height: 105px;
	font-size: 20px;
	line-height: 1;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	border-radius: 50%;
	transition: all 0.3s linear;
}

@media (max-width: 768px) {
	.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn {
		position: unset;
		left: unset;
		top: unset;
		transform: translate(0, 0);
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn {
		width: 50px;
		height: 50px;
	}
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn i {
	position: relative;
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn::after, .expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn::before {
	content: "";
	border: 2px solid #ffffff;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	-webkit-animation: zoombig 3.25s linear infinite;
	animation: zoombig 3.25s linear infinite;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

@media (max-width: 480px) {
	.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn::after, .expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn::before {
		width: 100px;
		height: 100px;
	}
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn::after {
	content: "";
	border: 2px solid #ffffff;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	-webkit-animation: zoombig 3.25s linear infinite;
	animation: zoombig 3.25s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@media (max-width: 480px) {
	.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn::after {
		width: 100px;
		height: 100px;
	}
}

@keyframes zoombig {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}
	40% {
		opacity: .5;
		border-width: 3px;
	}
	65% {
		border-width: 2px;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-width: 2px;
	}
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn:hover {
	background-color: var(--color-text-white);
	color: var(--primary-color);
}

.expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn:focus, .expert-coaching-product-video-section.video-style-2 .expert-coaching-product-video-details a.expert-coaching-video-play-btn:focus-visible {
	outline: none;
	background-color: var(--color-text-white);
	color: var(--primary-color);
}

.expert-coaching-product-video-section.video-style-2.video-right .expert-coaching-product-video-background-img {
	left: unset;
	right: 0;
}

.expert-coaching-product-video-section.video-style-2.video-right .expert-coaching-product-video-details {
	margin-inline-start: unset;
	margin-inline-end: auto;
	padding-inline-start: unset;
	padding-inline-end: 70px;
}

@media (max-width: 768px) {
	.expert-coaching-product-video-section.video-style-2.video-right .expert-coaching-product-video-details {
		padding-inline-end: 0;
	}
}

.expert-coaching-product-video-section.video-style-2.video-right .expert-coaching-product-video-details a.expert-coaching-video-play-btn {
	left: 100%;
}

@keyframes box-pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
}

/* frontpage video section CSS end
--------------------------------------------- */

/* ascendoor coach cta CSS start
--------------------------------------------- */
.ascendoor-coach-cta-section {
	background-color: var(--color-text-main);
}

.ascendoor-coach-cta-section .ascendoor-coach-cta-background-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}

.ascendoor-coach-cta-section .ascendoor-coach-cta-background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ascendoor-coach-cta-section.cta-style-1 {
	position: relative;
}

.ascendoor-coach-cta-section.cta-style-1 .ascendoor-coach-cta-wrapper {
	position: relative;
	z-index: 1;
}

.ascendoor-coach-cta-section.cta-style-1 .ascendoor-coach-cta-wrapper .ascendoor-coach-cta-text {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

@media (max-width: 600px) {
	.ascendoor-coach-cta-section.cta-style-1 .ascendoor-coach-cta-wrapper .ascendoor-coach-cta-text {
		flex-direction: column;
		gap: 30px;
	}
}

.ascendoor-coach-cta-section.cta-style-1 .ascendoor-coach-cta-wrapper .ascendoor-coach-cta-text .section-header-subtitle {
	text-align: start;
	max-width: 900px;
	margin: 0;
}

@media (max-width: 600px) {
	.ascendoor-coach-cta-section.cta-style-1 .ascendoor-coach-cta-wrapper .ascendoor-coach-cta-text .section-header-subtitle {
		text-align: center;
	}
}

.ascendoor-coach-cta-section.cta-style-1 .ascendoor-coach-cta-wrapper .ascendoor-coach-cta-text .section-header-subtitle .ascendoor-coach-cta-head {
	padding-bottom: 0;
}

.ascendoor-coach-cta-section.cta-style-1 .ascendoor-coach-cta-wrapper .ascendoor-coach-cta-text .section-header-subtitle .ascendoor-coach-cta-head::after {
	display: none;
}

.ascendoor-coach-cta-section.cta-style-1 .ascendoor-coach-cta-wrapper .ascendoor-coach-cta-text .section-header-subtitle .pure-portfolio-cta-button {
	width: max-content;
	flex-shrink: 0;
}

/* ascendoor coach cta CSS end
--------------------------------------------- */