/*!
Theme Name: Shades Of Yoga
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yoga
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Yoga 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/
*/

:root{
	--primary-color: #e8a155;
	--white-color: #ffffff;
    --black-color: #000000;
	--section-bg: #fff7ee;
	
    --body-font: "Sofia Pro", sans-serif;
    --title-font: "Philosopher", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--body-font);
	line-height: 1.6;
	font-size: 16px;
	font-weight: 300;
	color: var(--black-color);
}
.btn {
	font-size: 16px;
	padding: 12px 36px;
	font-weight: 400;
	border-radius: 0;
	border: none;
	color: var(--black-color);
	transition: .4s;
	background-color: var(--white-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}
.btn-primary{
	background-color: var(--primary-color);
	color: var(--white-color);
}
.btn-primary:hover{
	background-color: var(--white-color);
	color: var(--black-color);
}
.btn-secondery{
	background-color: #bfaaea;
	color: var(--white-color);
}
.btn-secondery:hover{
	background-color: var(--primary-color);
	color: var(--white-color);
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: var(--title-font);
}
h1 {
	font-size: 98px;
	line-height: 1.1;
}
.f-16 h1 {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: var(--body-font);
	margin-bottom: 20px;
}
h2{
	font-size: 38px;
}
h3{
	font-size: 32px;
}
h4 {
	font-size: 24px;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 12px;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select, .form-control {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--black-color);
	border-radius: 0;
	padding: 10px 20px;
	padding-left: 0;
	color: var(--black-color);
	background: transparent;
}
input, select {
	height: 60px;
}
textarea {
	height: 240px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--black-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section-bg{
	background-color: var(--section-bg);
}
.p-100{
	padding: 100px 0;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.container{
	transition: .4s;
	max-width: 1276px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}
.title-space h2{
	margin-bottom: 30px;
}
.title-space-big h2{
	margin-bottom: 60px;
}

/* Header */
.header-sec {
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 40px 30px;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
}
.header-logo {
	margin-right: 10px;
	max-width: 220px;
	transition: .4s all ease;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 10px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-sec.sticky-active {
	background: var(--black-color);
}
.header-btn, .card-btn {
	gap: 20px;
}

/* main-menu */
.main-menu {
	flex: 1;
}
.main-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: var(--white-color);
	font-size: 16px;
	padding: 10px 9px;
	font-weight: 400;
	display: block;
	line-height: 1;
	font-family: var(--title-font);
}
.main-menu ul li:hover > a {
	color: var(--primary-color);
}
.main-menu ul li ul {
	position: absolute;
	width: 240px;
	background: var(--white-color);
	text-align: left;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
	padding: 10px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-left: 0;
	border-radius: 0;
}
.main-menu ul li ul li {
	display: block;
}
.main-menu > ul > li.menu-item-has-children::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	bottom: 0;
	height: 2px;
	width: 20px;
	right: 10px;
}
.main-menu > ul > li.menu-item-has-children{
	margin-right: 10px;
}
.main-menu ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li a {
	display: block;
	padding: 8px 15px;
	font-size: 16px;
	line-height: 1.2;
	color: var(--black-color);
}
.main-menu ul li ul li ul {
	left: 100%;
	top: 0;
}
.main-menu > ul > li ul li.menu-item-has-children::before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 10px;
	top: 50%;
	color: var(--primary-color);
	font-weight: 500;
	transform: translateY(-50%);
}

.main-menu ul li a:hover, .main-menu ul > li.current_page_item > a {
	color: var(--primary-color);
}
.main-menu ul li ul li a:hover{
	color: var(--primary-color);
}
.main-menu ul.sub-menu > li.current_page_item > a {
	color: var(--primary-color);
}

/* mmenu */
.mm-page {
	min-height: unset;
}

.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}
/*  */

/* banner */
.banner-logo {
	width: 145px;
}
.banner-area {
	padding-top: 250px;
	padding-bottom: 140px;
}
.banner-content{
	z-index: 1;
}
.banner-content h2 {
	font-size: 100px;
	margin-bottom: 30px;
	line-height: 1;
}
.banner-area::before, .single-banner::before {
	content: "";
	position: absolute;
	background-color: var(--black-color);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .35;
	z-index: 1;
}
.banner-logo {
	width: 145px;
	margin-bottom: 40px;
}
.banner-content p {
	font-size: 22px;
}

/* page-banner */
.page-banner {
	padding-top: 250px;
	padding-bottom: 150px;
}
.page-banner .page-banner-title{
	z-index: 1;
}

/* footer */
.footer-logo {
	width: 240px;
}
.copyright-cover {
	border-top: 1px solid var(--white-color);
	padding: 40px 0;
	margin-top: 80px;
}
.footer-area::before, .testimonials-section::before {
	content: "";
	position: absolute;
	background-color: #474748;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .8;
}
.footer-icon-list {
	width: 260px;
}
.footer-area {
	padding-top: 80px;
	background-position: top;
}
.seo-logo img {
	filter: invert(21%) sepia(0%) hue-rotate(0deg) brightness(203%) contrast(213%);
}
.footer-link a {
	font-size: 28px;
	color: var(--white-color);
}
.footer-link a:hover {
	color: var(--primary-color);
}
.footer-text {
	margin-top: 30px;
	margin-bottom: 24px;
}
.rating-img {
	margin-top: 24px;
	margin-bottom: 30px;
	gap: 40px;
}
.footer-rating {
	max-width: 260px;
	margin-left: auto;
}

/* page link */
.page-name {
	padding: 20px;
	margin-top: 24px;
}
.page-links:hover img {
	transform: scale(1.04);
}
.page-links img {
	aspect-ratio: 1;
	object-fit: cover;
	transition: .8s;
}
.page-links-area::before, .locations-area::before, .blog-area::before, .core-values::before, .our-story-area::before, .location-child-intro::before, .learning-area::before, .lc-child-content::before, .course-dates-area::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/bg.svg);
	height: 530px;
	width: 530px;
	background-repeat: no-repeat;
	top: -110px;
	left: -280px;
	opacity: .1;
}
.right-border::before {
	content: "";
	position: absolute;
	background-color: var(--black-color);
	height: 1px;
	width: 1000%;
	left: 0;
}
.page-links-title.right-border::before{
	bottom: -60px;
}

/* training experience */
.experience img {
	width: 50px;
	object-fit: contain;
}
.experience {
	padding: 0 10px;
}
.experience-img {
	min-height: 72px;
	margin-bottom: 110px;
}
.experience-title::before {
	content: "";
	position: absolute;
	top: 260px;
	right: 0;
	background-color: var(--black-color);
	height: 1px;
	width: 1000%;
}
.experience-title {
	max-width: 1230px;
	margin-bottom: 80px;
}
.experience h3 {
	font-size: 24px;
}
.splide__pagination__page.is-active {
	background: var(--black-color);
	transform: none;
}
.splide__arrow {
	background: transparent;
	border: 2px solid;
	transition: .2s;
	height: 35px;
	width: 35px;
}
.splide__arrow:hover{
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.splide__arrow svg {
	height: 20px;
	width: 20px;
}
/* testimonials */
.testimonials-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
}
.testimonials-bg img {
	height: 100%;
	object-fit: cover;
}
.testimonials-section::before {
	height: 60%;
	opacity: .6;
	z-index: 1;
}
.testimonials-area .container{
	z-index: 3;
}
.testimonials-btn .btn {
	background-color: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
}
.testimonials-btn .btn:hover{
	border: 1px solid var(--black-color);
	background-color: var(--black-color);
}
.testimonials-content {
	max-width: 680px;
}
.testimonials {
	padding: 60px;
}
.page-id-11 .testimonials-content {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.page-id-11 .testimonials-content h2{
	text-align: start;
}
.page-id-11 .testimonials-content p {
	text-align: end;
	flex: 1;
}
.splide__pagination {
	gap: 10px;
	bottom: 10px;
}
.testimonials_slider .splide__pagination {
	left: auto;
	padding: 0;
}
.testimonials_slider .splide__arrow, .image_slider .splide__arrow, .accommodation_gallery .splide__arrow {
	top: unset;
	bottom: -22px;
}
.testimonials_slider .splide__arrow.splide__arrow--prev {
	left: 0;
}
.testimonials_slider .splide__arrow.splide__arrow--next {
	right: calc(100% - 85px);
}
.testimonials_slider, .image_slider, .accommodation_gallery {
	padding-bottom: 80px;
}
.testimonials-img img {
	aspect-ratio: 1;
	object-fit: cover;
	width: 300px;
}
.testimonials-area::after, .locations-area::after {
	content: "";
	position: absolute;
	background-color: var(--black-color);
	height: 1px;
	width: 100%;
}
.testimonials-area::after {
	bottom: 0;
	right: 18%;
}
.page-id-13 .testimonials-section, .page-id-212 .testimonials-section{
	padding-bottom: 0;
}

/* locations */
.locations-img img {
	aspect-ratio: 1/.5;
	object-fit: cover;
}
.locations-title {
	max-width: 1000px;
	margin-bottom: 80px;
}
.image_slider .splide__pagination, .accommodation_gallery .splide__pagination {
	right: auto;
	padding: 0;
	left: 110px;
}
.image_slider .splide__arrow.splide__arrow--next, .accommodation_gallery .splide__arrow.splide__arrow--next {
	right: 110px;
}
.image_slider .splide__arrow.splide__arrow--prev, .accommodation_gallery .splide__arrow.splide__arrow--prev {
	left: calc(100% - 195px);
}
.locations-area::after {
	right: 0;
	bottom: 70px;
	left: 110px;
}
.locations-area::before {
	top: 19%;
	left: unset;
	right: -360px;
}

/* contact */
.contact-img img {
	height: 100%;
	object-fit: cover;
}
.contact-field p {
	margin-bottom: 0;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: none;
	background-color: #bfaaea;
	color: var(--white-color);
	text-transform: uppercase;
	height: 55px;
	width: 225px;
	margin-top: 50px;
	padding: 0;
	transition: .2s;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: var(--primary-color);
}
.contact-cover {
	padding-top: 60px;
	padding-right: 60px;
}
.intl-tel-input.separate-dial-code .selected-flag {
	background-color: transparent !important;
}

/* faq */
.faq-question {
	padding: 15px;
	padding-left: 0;
	cursor: pointer;
	line-height: 1.5;
	border-bottom: 1px solid var(--black-color); 
	font-weight: 500;
}
.faq-answer {
	display: none;
	padding: 15px;
	text-align: start;
}
.page-id-298 .faq-area{
	padding-top: 0;
}

/* blog */
.blog-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: relative;
}
.blog-btn a::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.blog-btn {
	margin-top: 20px;
	text-align: end;
}
.blog-thumb img {
	aspect-ratio: 1/.6;
	object-fit: cover;
	width: 100%;
}
.meta-cat {
	display: flex;
	gap: 10px;
	margin: 30px 0 24px 0;
}
.meta-cat span {
	border: 1px solid var(--primary-color);
	padding: 8px 15px;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	display: block;
	font-weight: 400;
	color: var(--primary-color);
}
.blog-date {
	border-color: #bfaaea !important;
	color: #bfaaea !important;
}
.blog-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px 24px;
}
.wp-block-column img {
	width: 100%;
	border-radius: 16px;
}
.wp-block-column {
	overflow: hidden;
}
.blog-permalink {
	color: var(--black-color);
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
}
.blog-permalink:hover{
	color: var(--secondery-color);
}
.blog-area::before {
	top: 60%;
}

/* blog-pagination */
.blog-pagination {
	display: flex;
	gap: 20px;
}
.prev.page-numbers, .next.page-numbers, .blog-permalink span {
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border-radius: 100%;
	background-color: transparent;
	transition: .2s;
	border: 2px solid var(--black-color);
	color: var(--black-color);
}
.blog-permalink:hover span, .prev.page-numbers:hover, .next.page-numbers:hover {
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.page-numbers {
	color: var(--black-color);
	font-weight: 400;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-subtitle {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-numbers.current {
	border: 1px solid;
}
.next.page-numbers {
	position: absolute;
	right: 0;
}
.prev.page-numbers {
	position: absolute;
	left: calc(100% - 90px);
}

/* blog-single-page */
.single-banner {
	padding-top: 300px;
	padding-bottom: 120px;
}
.single-banner img {
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	left: 0;
	top: 0;
	z-index: -1;
	object-fit: cover;
}
.single-banner-content {
	z-index: 5;
}
.single-banner-content span {
	color: var(--white-color);
}
.single-banner-content {
	z-index: 5;
	max-width: 810px;
}
.single-custom-text, .story-text {
	max-width: 715px;
	margin-left: auto;
	background-color: var(--white-color);
	padding: 80px;
}
.single-custom-content {
	margin: 80px 0;
	padding-top: 160px;
}
.single-custom-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 80%;
}
.single-custom-img img, .story-img img{
	height: 100%;
	object-fit: cover;
}
.single-content strong {
	display: block;
	margin-top: 20px;
}

/* contact */
.contact-info-area {
	padding: 80px 0;
}
.contact-info-area a {
	color: var(--black-color);
	line-height: 1.9;
	display: block;
}
.contact-info-area a {
	color: var(--black-color);
	display: flex;
	gap: 15px;
	align-items: center;
	line-height: 1.9;
}
.contact-address a {
	align-items: start;
}
.contact-address svg {
	margin-top: 9px;
}
.contact-info-area a div {
	flex: 1;
}
.contact-info-area::before {
	content: "";
	position: absolute;
	background-color: var(--black-color);
	height: 1px;
	width: 100%;
	bottom: 0;
	left: -18%;
}
.contact-img-and-content::before, .story-content::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/iconbg.png);
	height: 250px;
	width: 400px;
	background-repeat: no-repeat;
	top: -24px;
	right: 0;
	opacity: .8;
	background-size: contain;
}

/* about page */
.about-intro-title {
	margin-bottom: 40px;
}
.about-intro-title h2 {
	flex: 1;
}
.core-values {
	padding: 80px;
	padding-bottom: 40px;
}
.core-values::before {
	top: -220px;
	left: unset;
	right: -230px;
}
.area-border::before {
	content: "";
	position: absolute;
	background-color: var(--black-color);
	height: 1px;
	width: 1000%;
	bottom: -100px;
	left: 0;
}
.story-text{
	background-color: var(--section-bg);
}
.contact-img-and-content::before, .story-content::before {
	opacity: 1;
}
.story-content:not(:last-child) {
	margin-bottom: 90px;
}
.story-text {
	background-color: var(--section-bg);
}
.story-img {
	position: absolute;
	height: 80%;
	width: 80%;
	top: 0;
	left: 0;
}
.story-content {
	padding-top: 160px;
}
.story-content:nth-child(2n) .story-img {
	left: unset;
	right: 0;
}
.story-content:nth-child(2n) .story-text{
	margin-left: unset;
	margin-right: auto;
}
.story-content:nth-child(2n)::before{
	right: unset;
	left: 0;
}
.our-story-area::before {
	top: unset;
	left: unset;
	bottom: -260px;
	right: -260px;
}
.trainers-text {
	padding-top: 60px;
	padding-left: 60px;
}
.trainers-title::before {
	content: "";
	position: absolute;
	background-color: var(--black-color);
	height: 1px;
	width: 1000%;
	bottom: -60px;
	right: 0;
}
.trainer-content img {
	aspect-ratio: 1;
	object-fit: cover;
}
/*  */
.map-responsive {
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.lc-intro-content {
	margin: 60px 0;
}
.lc-intro-logo {
	max-width: 400px;
	margin-bottom: 70px;
}
.location-child-intro .btn-primary:hover, .learning-content .btn-primary:hover{
	background-color: #bfaaea;
	color: var(--white-color);
}
.lc-intro-video {
	margin-bottom: 80px;

}
.location-border.area-border::before {
	bottom: -48px;
}
/*  */
.learning-img img {
	height: 100%;
	object-fit: cover;
}
.learning-img {
	padding-right: 60px;
}
.learning-area::before {
	top: -215px;
	left: unset;
	right: -350px;
}

/* learning-tab */
.learning-tab-btn ul {
	display: flex;
	flex-direction: column;
}
.learning-tab-btn ul li {
	width: 100%;
}
.learning-tab-btn .nav-pills .nav-link.active {
	background-color: var(--section-bg);
	color: var(--black-color);
	position: relative;
	border-color: var(--section-bg);
}
.learning-tab-btn .nav-pills .nav-link.active::before {
	content: "";
	position: absolute;
	width: 115%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--section-bg);
	z-index: -1;
}
.learning-tab-btn .nav-pills .nav-link {
	color: var(--black-color);
	width: 100%;
	text-align: start;
	padding: 24px 40px;
	line-height: 1;
	border-radius: 0;
	border-bottom: 1px solid;
	font-weight: 500;
	font-size: 22px;
}
.learning-tab-content .tab-content {
	background-color: var(--section-bg);
	height: 100%;
	display: flex;
}
.learning-tab-content {
	width: 70%;
}
.learning-tab-btn {
	width: 30%;
}
.full-table {
	gap: 30px;
	margin-top: 80px;
}
.learning-internal-content ul li {
	position: relative;
	padding-left: 40px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.tab-content > .tab-pane {
	width: 100%;
}
.learning-internal-content {
	padding: 60px;
	overflow: hidden;
}
.learning-internal-content ul li::before {
	content: "";
	position: absolute;
	height: 12px;
	width: 12px;
	border: 2px solid;
	top: 8px;
	left: 0;
	border-radius: 100%;
}
/* tab-end */
.commitment-logo {
	width: 105px;
}
.commitment-time ul li {
	position: relative;
	padding-left: 60px;
}
.commitment-time ul li:not(:last-child) {
	margin-bottom: 20px;
}
.commitment-time ul li::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/clock.png);
	height: 30px;
	width: 30px;
	top: 8px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.commitment-time strong {
	font-weight: 700;
}
.commitment-time {
	padding: 40px;
	border: 1px solid;
}
.commitment-content {
	padding-right: 30px;
}
.commitment-suppertitle {
	margin: 30px 0;
}
/*  */
.course-dates:nth-child(2n) {
	text-align: start !important;
	border-left: 1px solid;
}
.course-dates {
	padding: 24px 60px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.course-dates:first-child{
	border-bottom: none;
}
.course-dates:nth-child(2){
	border-bottom: none;
}
.coures-content {
	max-width: 860px;
	margin-bottom: 60px;
}
.course-dates-area svg {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	fill: #fff;
}
.course-dates-area {
	padding-top: 250px;
}
.course-dates-area::before {
	top: 150px;
	left: unset;
	right: -270px;
}
/*  */
.location-section {
	background-color: #4d4d4f;
	border-top: 10px solid var(--white-color);
	border-bottom: 10px solid var(--white-color);
}
.lc-address img {
	width: 45px;
	object-fit: contain;
}
.lc-img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 35%;
}
.lc-img img{
	height: 100%;
	object-fit: cover;
}
.btn-gray {
	background-color: transparent;
	border: 1px solid var(--white-color);
	color: var(--white-color);
}
.lc-child-content {
	width: 68%;
	padding-right: 110px;
}
.lc-img::before {
	content: "";
	position: absolute;
	background-color: var(--white-color);
	height: 100%;
	width: 10px;
	top: 0;
	left: 0;
}
.lc-child-content::before {
	top: unset;
	left: unset;
	bottom: -262px;
	right: -260px;
}
.accommodation-tab-info img {
	width: 30px;
}
.accommodation-tab-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.accommodation-tab-img img{
	height: 100%;
	object-fit: cover;
}
.accommodation-tab-info {
	max-width: 340px;
	padding: 40px 0 40px 50px;
}
.accommodation-tab-content {
	padding: 70px;
}
.rent {
	font-weight: 400;
	border-bottom: 1px solid;
	padding-bottom: 30px;
	margin-bottom: 35px;
}
.acc-info-item:not(:last-child) {
	margin-bottom: 15px;
}
.accommodation-tab ul {
	justify-content: center;
	gap: 30px;
}
.accommodation-tab {
	margin-top: 60px;
	padding-bottom: 60px;
}
.accommodation-tab .nav-link {
	color: var(--black-color);
	border-bottom: 1px solid;
	border-radius: 0 !important;
	padding: 15px 50px;
}
.accommodation-tab .nav-pills .nav-link.active {
	color: var(--black-color);
	background-color: var(--section-bg);
	border-color: var(--section-bg);
}

/* 404 */
.error-404-area {
	padding-top: 200px;
}
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
}

/* update */
.accommodation-tab {
	max-width: 1216px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.accommodation-tab-content {
	margin-bottom: 70px;
	max-width: 1216px;
	margin-left: auto;
	margin-right: auto;
}
/* 19-05-25 */
.single-content h3 {
	margin-bottom: 10px;
	margin-top: 40px;
}
.single-content img {
	width: 100%;
}
.single-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 3px;
}
.single-content ul li::before {
	content: "";
	position: absolute;
	background-color: var(--black-color);
	height: 4px;
	width: 4px;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul li {
	text-align: start;
}
.single-banner-content {
	max-width: 100%;
}
.single-content h2:not(:first-child) {
	margin-top: 40px;
}
.single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 10px;
	margin-top: 30px;
}
.header-logo {
	width: 220px;
}
/* 11-11-25 */
.st-story-cover:not(:last-child) {
	margin-bottom: 80px;
}
.st-story-img {
	width: 50%;
}
.st-story-text {
	width: 50%;
	padding: 60px;
}
.st-story-cover:nth-child(2n) {
	flex-direction: row-reverse;
}
.st-story-img img {
	height: 100%;
	object-fit: cover;
}







/* responsive */
@media all and (max-width: 1399.98px){
	.header-sec {
		padding: 30px 0;
	}
	.main-menu > ul {
		gap: 20px;
	}
	.experience-title::before {
		right: 14px;
	}
	.testimonials-area::after {
		right: 7%;
	}
	.single-banner {
		padding-top: 250px;
	}
	.course-dates-area {
		padding-top: 200px;
	}
	.course-dates-area::before {
		top: 70px;
	}
}

@media all and (max-width: 1199.98px){
	.f-16 h1 {
		font-size: 22px;
	}
	h1 {
		font-size: 90px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 20px;
	}
	.banner-content h2 {
		font-size: 80px;
	}
	.banner-area {
		padding-top: 200px;
		padding-bottom: 120px;
	}
	.experience {
		padding: 0;
	}
	.image_slider .splide__arrow.splide__arrow--next, .accommodation_gallery .splide__arrow.splide__arrow--next {
		right: 12px;
	}
	.image_slider .splide__arrow.splide__arrow--prev, .accommodation_gallery .splide__arrow.splide__arrow--prev {
		left: calc(100% - 95px);
	}
	.image_slider .splide__pagination, .accommodation_gallery .splide__pagination {
		left: 12px;
	}
	.testimonials-area::after {
		right: 0%;
	}
	.locations-area::after {
		left: 12px;
	}
	.contact-img-and-text::before {
		right: 0;
	}
	.core-values {
		padding: 40px;
		padding-top: 80px;
	}
	.trainers-text {
		padding-top: 20px;
		padding-left: 20px;
	}
	.learning-img {
		padding-right: 20px;
	}
	.learning-tab-btn .nav-pills .nav-link {
		padding: 24px;
		font-size: 20px;
	}
	.commitment-content {
		padding-right: 0;
	}
	.course-dates-area {
		padding-top: 170px;
	}
	.course-dates-area::before {
		top: 0;
	}
	.st-story-text {
	padding: 50px;
}

	/* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--black-color) !important;
	}
	.mm-panel ul li a {
		font-size: 16px;
		color: var(--black-color) !important;
		text-transform: capitalize;
		font-family: var(--title-font);
	}
	.mm-navbar .btn {
		color: var(--black-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--white-color);
	}
	.menu-close-btn {
		position: absolute;
		right: 10px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--black-color) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 14px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger {
		flex-direction: column;
		display: flex;
		row-gap: 6px;
		color: var(--black-color);
		position: relative;
		z-index: 999;
		cursor: pointer;
		font-size: 23px;
		height: 40px;
		width: 40px;
		justify-content: center;
		align-items: center;
		border: 1px solid var(--secondery-color);
		border-radius: 100%;
	}
	.menu-trigger a {
		color: var(--white-color);
		display: flex;
		height: 100%;
		width: 100%;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		font-size: 23px;
	}
	.main-menu {
		display: none;
	}
	/* menu-end */

}

@media all and (max-width: 991.98px){
	h1 {
		font-size: 80px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 26px;
	}
	.banner-content h2 {
		font-size: 72px;
	}
	.p-100{
		padding: 80px 0;
	}
	.pt-100{
		padding-top: 80px;
	}
	.pb-100{
		padding-bottom: 80px;
	}
	.banner-content p {
		font-size: 20px;
	}
	.single-banner {
		padding-top: 200px;
		padding-bottom: 80px;
	}
	.experience-title::before {
		top: unset;
		bottom: 0;
	}
	.experience-title {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.experience-img {
		min-height: 0;
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.page-id-11 .testimonials-content {
		gap: 0;
		flex-direction: column;
		justify-content: center;
	}
	.page-id-11 .testimonials-content p {
		text-align: center;
	}
	.page-id-11 .testimonials-content h2 {
		text-align: center;
	}
	.testimonials-img {
		flex-direction: column;
		gap: 30px !important;
		text-align: center;
	}
	.testimonials {
		padding: 40px;
	}
	.locations-img img {
		aspect-ratio: 1/.7;
	}
	.testimonials_slider .splide__arrow, .image_slider .splide__arrow, .accommodation_gallery .splide__arrow {
		top: unset;
		bottom: -15px;
	}
	.testimonials-area::after, .area-border::before, .right-border::before, .trainers-title::before, .learning-area::before, .lc-img::before, .course-dates-area::before {
		display: none;
	}
	.contact-cover {
		padding-right: 0;
	}
	.single-bottom-content {
		padding: 0 !important;
	}
	.single-bottom-content {
		margin-bottom: 30px;
	}
	.page-banner {
		padding-bottom: 100px;
	}
	.about-intro-title br {
		display: none;
	}
	.single-custom-text, .story-text {
		max-width: 550px;
		padding: 50px;
	}
	.core-values-area {
		padding-bottom: 0 !important;
	}
	.story-content:not(:last-child) {
		margin-bottom: 70px;
	}
	.trainers-text {
		padding: 0;
	}
	.trainers-text {
		margin-bottom: 40px;
	}
	.trainers-title h2 {
		margin-bottom: 30px;
	}
	.lc-intro-title {
		margin-bottom: 30px;
	}
	.lc-intro-video {
		margin-bottom: 60px;
	}
	.learning-img {
		padding-right: 0;
	}
	.learning-content {
		margin-top: 40px;
	}
	.learning-tab-btn {
		width: 40%;
	}
	.learning-tab-content {
		width: 60%;
	}
	.learning-internal-content {
		padding: 40px 24px;
	}
	.commitment-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.commitment-content {
		margin-bottom: 30px;
	}
	.accommodation-tab-content {
		padding: 40px;
	}
	.accommodation-tab-info {
		padding: 30px 0 30px 30px;
	}
	.lc-img {
		position: unset;
		width: 100%;
	}
	.lc-child-content {
		width: 100%;
	}
	.lc-address {
		justify-content: center;
		text-align: start;
	}
	.lc-img img {
		aspect-ratio: 1/.6;
	}
	.accommodation-area {
		margin-top: 0 !important;
	}
	.st-story-text {
	padding: 30px 24px;
}
	.st-story-cover:not(:last-child) {
	margin-bottom: 60px;
}
}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
}


@media all and (max-width: 767.98px){
	h1 {
		font-size: 48px;
	}
	.banner-content h2 {
		font-size: 44px;
	}
	br{
		display: none;
	}
	.f-16 h1 {
		font-size: 15px;
	}
	h2 {
		font-size: 26px;
	}
    h3{
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	.p-100{
		padding: 60px 0;
	}
	.pt-100{
		padding-top: 60px;
	}
	.pb-100{
		padding-bottom: 60px;
	}
	.title-space-big h2{
		margin-bottom: 40px;
	}
	.header-btn {
		display: none !important;
	}
	.header-logo {
		width: 180px;
	}
	.card-btn {
		gap: 10px;
		margin-top: 30px !important;
		justify-content: center;
	}
	.card-btn .btn {
		flex-grow: 1;
		padding: 10px 15px;
	}
	.banner-content p {
		font-size: 18px;
	}
	.page-banner, .single-banner, .banner-area {
		padding-top: 200px;
		padding-bottom: 80px;
	}
	.banner-content h2 {
		margin-bottom: 20px;
	}
	.footer-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-link {
		justify-content: center !important;
	}
	.footer-rating {
		margin-right: auto;
		margin-top: 20px;
	}
	.copyright-area, .seo-logo {
		flex-direction: column;
		gap: 20px !important;
	}
	.copyright-cover {
		margin-top: 60px;
	}
	.footer-area {
		padding-top: 60px;
	}
	.page-links-area::before, .locations-area::before, .blog-area::before, .core-values::before, .contact-img-and-content::before, .story-content::before, .our-story-area::before, .location-child-intro::before, .location-border.area-border::before {
		display: none;
	}
	.page-name {
		padding: 12px 20px;
		margin-top: 12px;
	}
	.page-links img {
		aspect-ratio: 1/.6;
	}
	.experience_slider .splide__arrow--prev, .learning_slider .splide__arrow--prev {
		left: 0;
		bottom: -14px;
		top: unset;
	}
	.experience_slider .splide__arrow--next, .learning_slider .splide__arrow--next {
		right: 0;
		bottom: -14px;
		top: unset;
	}
	.experience_slider, .learning_slider{
		padding-bottom: 60px;
	}
	.testimonials {
		padding: 40px 15px;
	}
	.image_slider .splide__arrow.splide__arrow--next, .accommodation_gallery .splide__arrow.splide__arrow--next {
		right: 30px;
	}
	.image_slider .splide__arrow.splide__arrow--prev, .accommodation_gallery .splide__arrow.splide__arrow--prev {
		left: calc(100% - 115px);
	}
	.image_slider .splide__pagination, .accommodation_gallery .splide__pagination {
		left: 30px;
	}
	.locations-area::after {
		left: 30px;
	}
	.experience-title::before {
		right: 30px;
	}
	.locations-img img {
		aspect-ratio: 1/.6;
	}
	.locations-title {
		margin-bottom: 40px;
	}
	.locations-area::after {
		bottom: 40px;
	}
	.contact-area {
		padding-top: 60px;
	}
	.contact-cover {
		padding-top: 40px;
	}
	textarea {
		height: 180px;
	}
	.blog-pagination {
		gap: 5px;
	}
	.single-custom-img, .story-img {
		position: unset;
		width: 100%;
		height: 100%;
	}
	.single-custom-text, .story-text {
		max-width: 100%;
		padding: 30px 15px;
	}
	.single-custom-content, .story-content {
		padding-top: 0;
	}
	.contact-info-area {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.contact-info-area::before {
		display: none;
	}
	.contact-img-and-text::before {
		display: none;
	}
	.about-intro-title {
		margin-bottom: 20px;
		flex-direction: column;
		gap: 20px !important;
	}
	.core-values {
		padding: 60px 20px;
	}
	.header-sec {
		padding: 20px 0;
	}
	.header-logo {
		max-width: 180px;
	}
	.story-content:not(:last-child) {
		margin-bottom: 60px;
	}
	.lc-intro-title {
		margin-bottom: 0;
	}
	.lc-intro-content {
		margin: 40px 0;
	}
	.lc-intro-logo {
		margin-bottom: 50px;
	}
	.lc-intro-video {
		margin-bottom: 50px;
	}
	.learning-internal-content {
		padding: 30px 0;
	}
	.learning-internal-content ul li {
		padding-left: 24px;
	}
	.md-learning-cover::before {
		content: "";
		position: absolute;
		background-color: var(--section-bg);
		height: 100%;
		width: 1000%;
		top: 0;
		left: -29px;
	}
	.learning-area {
		padding-bottom: 0;
	}
	.commitment-time {
		padding: 20px 12px;
	}
	.commitment-time ul li {
		padding-left: 50px;
	}
	.commitment-time br{
		display: block;
	}
	.accommodation-tab ul {
		gap: 0;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 10px;
		justify-content: flex-start;
	}
	.accommodation-tab {
		margin-top: 40px;
		padding-bottom: 20px;
	}
	.accommodation-tab-img {
		position: unset;
	}
.accommodation-tab-content {
	padding: 0 30px;
	margin-bottom: 30px;
}
	.accommodation-tab .nav-link {
		white-space: nowrap;
		border: none;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.error-404-area {
		padding-top: 150px;
	}
	.course-dates-area {
		padding-top: 100px;
	}
	.commitment-area {
		padding-bottom: 40px;
	}
	.accommodation-tab-info {
		max-width: 100%;
	}
	.accommodation-tab .nav-link {
		padding: 15px 30px;
	}
	.single-banner-content h1 {
		font-size: 40px;
	}
	.st-story-cover {
	flex-direction: column !important;
}
	.st-story-img, .st-story-text {
	width: 100%;
}
	.st-story-cover:not(:last-child) {
	margin-bottom: 40px;
}

}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}

@media (max-width: 576px) {
	.course-dates {
		padding: 15px 10px;
		font-size: 12px;
	}
}
