@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Manrope", sans-serif;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header  */

.header-slider-main-wraper {
	background: url(../images/hero-image.jpg) no-repeat top;
	background-size: cover;
	height: fit-content;
	position: relative;
}
.header-main-wraper {
}
.topbar-section-wrap {
	background: #48200b;
	padding: 10px 0;
}
.topbar-section-wrap .top-location-email-wrap {
}
.top-location-email-wrap ul {
	list-style: none;
}
.top-location-email-wrap ul li {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-size: 14px;
	margin-right: 15px
}
.top-location-email-wrap ul li img {
	margin-right: 3px;
	position: relative;
	top: -1px
}
.top-time-wrap {
	text-align: right;
	color: #fff !important;
	font-size: 16px;
	font-size: 14px;
	margin-right: 15px
}
.top-time-wrap img {
	margin-right: 3px;
	position: relative;
	top: -1px
}
.header-logo-nav-wrap {
	padding: 15px 0;
}
.logo-wraper img {
	width: 100px;
}
.navigation-header-wrp {
}
.navigation-header-wrp ul {
	list-style: none;
	text-align: right;
	margin-top: 25px;
}
.navigation-header-wrp ul li {
	display: inline-block;
	margin-left: 45px;
}
.navigation-header-wrp ul li a {
	font-size: 14px;
	color: #000;
	font-weight: 600
}
.navigation-header-wrp ul li a:hover {
	color: #d6ac94;
}
.phone-header {
	font-weight: bold;
	border-left: 1px solid #cdb0b1;
	padding-left: 25px;
	font-weight: bold;
	margin-left: 25px !important;
}
.phone-header a {
	font-weight: bold !important;
	font-size: 18px !important
}
.book-session-btn {
	line-height: 0;
	position: relative;
	top: -2px;
	margin-left: 20px !important
}
.book-session-btn a {
	background: #c68d6f;
	padding: 14px 40px 16px 40px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	line-height: 0
}
.book-session-btn a:hover {
	background: #48200b;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	padding: 65px 0 0 0;
	background: #3b2517;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: auto;
	line-height: 62px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 30px;
	border-bottom: 1px solid #2c1a0f;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 87px;
	right: 18px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 1px;
	background: #3b2517;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 280px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.drawer-menu ul {
	list-style: none;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}
/* CSS header  */

/* CSS hero  */

.hero-main-wraper {
	padding-bottom: 50px;
}
.hero-text-main-wraper {
	margin-top: 30px
}
.hero-text-main-wraper .welcome-text-wrap {
	background: #d6ac94;
	padding: 10px 60px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-radius: 30px;
	font-weight: 600;
}
.hero-text-main-wraper h1 {
	font-size: 60px;
	color: #48200b;
	font-weight: 500;
	font-family: "Lora", serif;
	margin: 25px 0;
	line-height: 65px;
}
.hero-text-main-wraper p {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 30px
}
.hero-text-main-wraper .btn-video-wraper {
	margin-bottom: 60px;
}
.hero-text-main-wraper .btn-video-wraper ul {
	list-style: none;
}
.hero-text-main-wraper .btn-video-wraper ul li {
	display: inline-block;
	position: relative
}
.video-watch {
	position: absolute;
	left: 103px;
	top: 13px;
	width: 200px;
	display: block;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}
.video-watch span {
	font-size: 14px;
	font-weight: normal;
}
.hero-text-main-wraper .btn-video-wraper ul .btn-hero-area-wrap a {
	background: #48200b;
	padding: 18px 50px;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	line-height: 0
}
.hero-text-main-wraper .btn-video-wraper ul .btn-hero-area-wrap a:hover {
	background: #c68d6f;
}
.video-play-button {
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 15px;
	height: 12px;
	border-radius: 50%;
	padding: 9px 24px 18px 28px;
	position: relative;
	top: 32px;
	left: 50px;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #d6ac94;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 200ms;
	border: solid 4px #fff;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 18px solid #000;
	border-top: 10px solid transparent;
	border-bottom: 12px solid transparent;
}
 @keyframes pulse-border {
 0% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
#mouse-scroll {
	position: absolute;
	margin: auto;
	left: 43px;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	z-index: 999;
	text-align: center;
}
#mouse-scroll {
	style: block;
}
#mouse-scroll img {
	margin-bottom: 10px;
}
#mouse-scroll span {
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 3px 7px;
}
#mouse-scroll .mouse {
	height: 32px;
	width: 20px;
	border-radius: 10px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: 1px solid #d6ac94;
	bottom: 170px;
}
#mouse-scroll .down-arrow-1 {
	margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
	-webkit-animation: mouse-scroll 1s infinite;
 -moz-animation: mouse-scroll 1s infinite;
}
#mouse-croll .down-arrow-1 {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
	-webkit-animation-delay: .3s;
	-moz-animation-dekay: .3s;
	-webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: #c68d6f;
	position: relative;
}
#mouse-scroll .mouse-in {
	-webkit-animation: animated-mouse 1.2s ease infinite;
	moz-animation: mouse-animated 1.2s ease infinite;
}
 @-webkit-keyframes animated-mouse {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(6px);
 -ms-transform: translateY(6px);
 transform: translateY(6px);
}
}
@-webkit-keyframes mouse-scroll {
 0% {
 opacity: 1;
}
 50% {
 opacity: .5;
}
 100% {
 opacity: 1;
}
}
@keyframes mouse-scroll {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
}
}
/* CSS hero  */


/* CSS content  */


.advantages-info-wrap {
	background: #c68d6f;
	padding: 30px 0
}
.advantages-info-wrap ul {
	list-style: none;
}
.advantages-info-wrap ul li {
}
.advantages-info-wrap ul li .review-info-wrap {
}
.review-info-wrap span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 600
}
.review-info-wrap img {
	width: 180px;
}
.listing-info-wrap {
}
.listing-info-wrap .listing-info-image {
	width: 80px;
	float: left;
	margin-right: 15px;
}
.listing-info-text {
	float: left;
	width: 66%;
	line-height: 28px;
	color: #fff;
	margin-top: 15px;
}
.listing-info-text strong {
	display: block;
	color: #fff;
	font-size: 35px;
}
.courses-main-wraper {
	padding: 60px 0 100px 0;
	position: relative;
}
.courses-main-wraper:before {
	content: "";
	background: url(../images/flowers.png) no-repeat top;
	background-size: contain;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
}
.courses-main-wraper:after {
	content: "";
	background: url(../images/stone-icon.png) no-repeat top;
	background-size: contain;
	width: 200px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 20px;
}
.courses-main-wraper h4 {
	text-align: center
}
.courses-main-wraper h4 span {
	text-transform: uppercase;
	font-size: 16px;
	color: #c68d6f;
	font-weight: bold;
	position: relative;
}
.courses-main-wraper h4 span:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.courses-main-wraper h4 span:after {
	content: "";
	position: absolute;
	right: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.courses-main-wraper h1 {
	text-align: center;
	font-size: 50px;
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
	margin: 15px 0;
}
.courses-main-wraper p {
	color: #333;
	font-size: 16px;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
	padding-bottom: 40px;
}
.courses-listing-wraper {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 35px 0 #e8e8e8;
	margin-bottom: 30px
}
.courses-listing-image img {
	width: 100%;
}
.courses-listing-text {
	padding: 25px 25px 20px 25px;
}
.courses-listing-text h3 {
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
	font-size: 20px;
	margin-bottom: 15px;
	position: relative
}
.courses-listing-text h3:before {
	content: "";
	background: #c68d6f;
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -10px;
}
.courses-listing-text p {
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 5px;
}
.readmore-btn {
	padding-top: 15px;
}
.readmore-btn a {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}
.readmore-btn a i {
	color: #c68d6f;
	margin-left: 5px;
}
.courses-listing-image {
	height: 225px;
	overflow: hidden;
}
.owl-dots {
	display: none;
}
.owl-nav button {
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff !important;
	padding-top: 0;
	display: inline-block;
	font-size: 28px;
	margin-right: 5px;
}
.owl-nav {
	position: absolute;
	top: 205px;
	width: 100%;
	text-align: right;
}
.owl-prev {
	position: absolute;
	left: -60px;
	background: #c68d6f url(../images/arrow-left.png) no-repeat top !important;
	background-position: 50% !important;
	background-size: 40% !important;
}
.owl-next {
	position: absolute;
	right: -70px;
	background: #c68d6f url(../images/arrow-right.png) no-repeat top !important;
	background-position: 50% !important;
	background-size: 40% !important;
}
.carousel-wrap {
	width: 85%;
	margin: 0 auto;
}
.why-choose-wraper {
	background: url(../images/bg-why-choose.jpg) no-repeat top;
	background-size: cover;
	padding: 60px 0 0px 0;
	position: relative
}
.why-choose-wraper:before {
	content: "";
	background: url(../images/flower.png) no-repeat top;
	background-size: contain;
	width: 450px;
	height: 450px;
	position: absolute;
	bottom: -134px;
	right: -129px;
	z-index: 11;
}
.cta-main-wraper {
	background: #c68d6f;
	padding: 35px;
	width: 85%;
	margin: 0 auto;
	margin-top: -120px;
	border-radius: 10px;
	position: relative;
	z-index: 111
}
.cta-text-inner-icon {
	width: 70px;
	float: left;
}
.cta-text-main-wrap {
	width: 80%;
	float: left;
	padding-left: 15px
}
.cta-text-main-wrap h2 {
	font-size: 28px;
	color: #fff;
	font-family: "Lora", serif;
}
.cta-text-main-wrap p {
	font-size: 14px;
	color: #fff;
}
.cta-phone-btn ul {
	list-style: none;
	text-align: right;
}
.cta-phone-btn ul li {
	display: inline-block;
	margin-left: 15px
}
.cta-phone-number {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.cta-phone-number img {
	width: 50px;
	margin-right: 5px;
}
.btn-cta-wrap a {
	background: #48200b;
	padding: 18px 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	line-height: 0;
}
.btn-cta-wrap a:hover {
	background: #fff;
	color: #000;
}
.why-choose-top-text {
	padding: 60px 0;
}
.why-choose-top-text h4 {
	text-align: center;
}
.why-choose-top-text p {
	text-align: center;
	padding-bottom: 30px;
	color: #fff;
}
.why-choose-top-text h4 span {
	text-transform: uppercase;
	font-size: 16px;
	color: #c68d6f;
	font-weight: bold;
	position: relative;
}
.why-choose-top-text h4 span:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.why-choose-top-text h4 span:after {
	content: "";
	position: absolute;
	right: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.why-choose-top-text h2 {
	color: #fff;
	font-size: 50px;
	font-family: "Lora", serif;
	text-align: center;
	margin: 25px 0;
	line-height: 50px;
	position: relative;
	margin-bottom: 55px
}
.why-choose-top-text h2:before {
	background: url(../images/text-shape.png) no-repeat top;
	background-size: contain;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	content: ""
}
.book-session-wraper {
	border-bottom: 5px solid #512b17;
	padding-bottom: 60px;
	text-align: center;
}
.book-session-wraper a {
	background: #c68d6f;
	padding: 18px 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	line-height: 0;
}
.book-session-wraper a:hover {
	background: #fff;
	color: #000;
}
.why-choose-img-text {
	position: relative
}
.why-choose-image-wrap:before {
	content: "";
	background: url(../images/flowers.png) no-repeat top;
	background-size: contain;
	width: 350px;
	height: 350px;
	position: absolute;
	left: -100px;
	top: -100px;
}
.why-choose-text-wrap ul {
	list-style: none;
}
.why-choose-text-wrap ul li {
}
.why-choose-text-wrap ul li .why-choose-list-wrap {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #512b17
}
.why-choose-text-wrap ul li:nth-child(3) .why-choose-list-wrap {
	border: none;
}

.why-choose-text-wrap h4 {
	color: #fff;
}

.benefits {
	margin-bottom: 20px;
}

.why-choose-list-wrap .why-choose-list-icon {
	position: relative;
	width: 120px;
	float: left;
}
.why-choose-list-wrap .why-choose-list-icon span {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: 8px;
	display: inline-block;
	text-align: center;
	padding-top: 7px;
	right: 7px;
}
.why-choose-list-text {
	width: 81%;
	float: left;
	padding-left: 25px;
	margin-top: 10px
}
.why-choose-list-text h5 {
	color: #fff;
	font-size: 22px;
	font-family: "Lora", serif;
	margin-bottom: 10px
}
.why-choose-list-text p {
	font-size: 16px;
	color: #fff;
	padding-right: 80px;
	opacity: 0.7
}
.about-main-wraper {
	background: url(../images/about-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 60px 0;
}
.about-text-wrap {
}
.about-text-wrap .sub-heading {
	text-transform: uppercase;
	font-size: 16px;
	color: #c68d6f;
	font-weight: bold;
	position: relative;
	margin-left: 42px;
}
.about-text-wrap .sub-heading:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.about-text-wrap h2 {
	font-size: 50px;
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
	margin: 15px 0;
}
.about-text-wrap p {
	color: #333;
	font-size: 16px;
	margin: 0 auto;
	line-height: 26px;
	padding-bottom: 40px;
	padding-right: 80px;
}
.experience-list-wrap {
}
.experience-list-wrap .experience-about-wrap {
	background: #fff;
	text-align: center;
	border-radius: 10px
}
.experience-about-text {
	padding: 25px 0;
}
.experience-about-wrap strong {
	font-size: 40px;
	display: block;
	color: #000;
	line-height: 40px
}
.experience-about-wrap span {
	font-size: 16px;
	color: #000000;
}
.experience-list-wrap {
	border-bottom: 1px solid #d7cac8;
	padding-bottom: 30px;
}
.experience-about-icon {
	width: 125px;
	margin: 0 auto;
}
.about-list-wrap {
}
.about-list-wrap ul {
	list-style: none;
}
.about-list-wrap ul li {
	color: #333;
	font-size: 16px;
	margin-bottom: 22px;
	background: url(../images/check-about.png) no-repeat left;
	padding-left: 35px;
	background-size: contain
}
.about-image-wrap {
	width: 600px;
}
.about-video-wraper {
	padding-top: 40px
}
.about-video-wraper .about-video-image {
	background: url(../images/about-video-bg.jpg) no-repeat top;
	width: 200px;
	height: 120px;
	border-radius: 10px;
	background-size: cover;
	text-align: center;
	float: left;
}
.about-video-image .video-play-button {
	top: 59px;
	left: 104px;
}
.about-video-text {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	width: 62%;
	float: left;
	padding-left: 25px;
	padding-top: 17px;
}
.introduction-main-wraper {
	padding: 60px 0 260px 0;
	position: relative;
}
.introduction-main-wraper:before {
	content: "";
	background: url(../images/flowers.png) no-repeat top;
	background-size: contain;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	right: 0;
}
.introduction-main-wraper:after {
	content: "";
	background: url(../images/flowers.png) no-repeat top;
	background-size: contain;
	width: 400px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
}
.introduction-main-wraper h5 {
	text-align: center;
}
.introduction-main-wraper h5 span {
	text-transform: uppercase;
	font-size: 16px;
	color: #c68d6f;
	font-weight: bold;
	position: relative;
}
.introduction-main-wraper h5 span:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.introduction-main-wraper h5 span:after {
	content: "";
	position: absolute;
	right: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.introduction-main-wraper h2 {
	text-align: center;
	font-size: 50px;
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
	margin: 15px 0;
}
.introduction-main-wraper p {
	color: #333;
	font-size: 16px;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
	padding-bottom: 40px;
}
.video-calendar-main-wrap {
	background: url(../images/bg-why-choose.jpg) no-repeat top;
	background-size: cover;
}
.video-intro-wrap {
	/*background: url(../images/introduction-video.jpg) no-repeat top;*/
	background-size: cover;
	border-radius: 15px;
	width: 80%;
	height: 500px;
	margin: 0 auto;
	position: relative;
	top: -250px
}
.video-intro-wrap:before {
	position: absolute;
	/*background: url(../images/shadow.png) no-repeat top;*/
	height: 156px;
	/*background-size: contain;*/
	width: 100%;
	content: "";
	bottom: -153px;
}
.video-intro-wrap a {
	left: 50%;
	top: 50%;
}
.video-intro-wrap .video-play-button:after {
	width: 80px;
	height: 80px;
}
.video-intro-wrap .video-play-button:before {
	width: 100px;
	height: 100px;
}
.booking-text-calendar-wrp {
	margin-top: -180px;
	position: relative;
	z-index: 11;
}
.heading-booking h3 {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
	font-family: "Lora", serif;
	margin: 15px 0;
}
.heading-booking h3 span {
	color: #c68d6f;
}
.booking-calendar-wrap {
	width: 700px;
	margin-left: 50px
}
.review-listing-wrap {
	padding: 60px 0 30px 0;
}
.review-listing-wrap h5 {
	text-align: center
}
.review-listing-wrap h5 span {
	text-transform: uppercase;
	font-size: 16px;
	color: #c68d6f;
	font-weight: bold;
	position: relative;
}
.review-listing-wrap h5 span:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.review-listing-wrap h5 span:after {
	content: "";
	position: absolute;
	right: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.review-listing-wrap h2 {
	text-align: center;
	font-size: 50px;
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
}
.review-listing-wraper {
	padding: 25px 25px 35px 25px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 35px 0 #e8e8e8;
}
.review-image-name-wrap {
}
.review-image-name-wrap .review-image-wrap {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	float: left;
	background-size: cover !important;
	border: 5px solid #fff;
	box-shadow: 0px 0px 35px 0 #e0e0e0;
}
.review-name-wrap {
	width: 75%;
	float: left;
	padding-left: 15px;
	line-height: 23px;
	margin-top: 15px;
}
.review-name-wrap strong {
	font-size: 22px;
	;
	font-weight: 600;
	color: #48200b;
	font-family: "Lora", serif;
	display: block;
}
.review-listing-wraper p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 24px;
}
.review-listing-wrap .owl-carousel .owl-stage-outer {
	padding: 50px 0;
}
.review-listing-wrap .owl-nav {
	top: 200px;
}
.contact-main-wraper {
	background: #f9f9f9 url(../images/contact-bg.jpg) no-repeat top;
	padding: 60px 0;
	background-size: contain;
}
.contact-main-wraper h3 {
	text-align: center;
}
.contact-main-wraper h3 span {
	text-transform: uppercase;
	font-size: 16px;
	color: #c68d6f;
	font-weight: bold;
	position: relative;
}
.contact-main-wraper h3 span:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.contact-main-wraper h3 span:after {
	content: "";
	position: absolute;
	right: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.contact-main-wraper h2 {
	text-align: center;
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	font-family: "Lora", serif;
	margin-bottom: 20px;
}
.contact-main-wraper p {
	color: #fff;
	font-size: 16px;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
	opacity: 0.7;
	padding-bottom: 40px;
}
.contact-form-main-wrap {
	background: #fff;
	padding: 35px;
	border-radius: 0;
	width: 80%;
	margin: 0 auto;
	box-shadow: 10px 10px 40px 0px rgba(118, 133, 161, 0.1);
}
.contact-form-main-wrap h5 {
	text-align: center;
	font-size: 30px;
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
	margin-bottom: 30px;
}
.contact-form-main-wrap .form-group {
	margin-bottom: 25px;
}
.contact-form-main-wrap .form-group .form-control {
	height: 55px;
	box-shadow: none;
	border: none;
	background: #f1f1f1;
	padding-left: 25px;
	font-size: 14px;
	border-radius: 0
}
.textarea-group {
	margin-bottom: 25px;
}
.textarea-group .form-control {
	box-shadow: none;
	border: none;
	background: #f1f1f1;
	padding-left: 25px;
	font-size: 14px;
	border-radius: 0;
	padding-top: 25px;
}
.btn-contact-wrap {
	text-align: right;
}
.btn-contact-wrap button {
	background: #c68d6f;
	padding: 0 50px;
	height: 55px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	line-height: 0;
	border: none;
	outline: none;
}
.btn-contact-wrap button:hover {
	background: #48200b;
}
.partner-logo-warper {
	padding-top: 40px;
}
.partner-logo-warper ul {
	list-style: none;
	width: 80%;
	margin: 0 auto;
}
.partner-logo-warper ul li {
	text-align: center;
}
.new-main-wraper {
	padding: 60px 0;
}
.new-main-wraper h4 {
	text-align: center;
}
.new-main-wraper h4 span {
	text-transform: uppercase;
	font-size: 16px;
	color: #c68d6f;
	font-weight: bold;
	position: relative;
}
.new-main-wraper h4 span:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.new-main-wraper h4 span:after {
	content: "";
	position: absolute;
	right: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.new-main-wraper h2 {
	text-align: center;
	font-size: 50px;
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
}
.new-main-wraper ul {
	list-style: none;
	margin-top: 40px;
}
.new-main-wraper ul li {
}
.new-main-wraper ul li .listing-news-wraper {
}
.listing-news-wraper .listing-news-image {
	height: 300px;
	overflow: hidden;
}
.listing-news-image img {
	width: 100%;
}
.listing-new-text {
	padding: 15px 0;
}
.listing-new-text span {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #c68d6f;
	font-weight: bold;
	font-size: 12px;
}
.listing-new-text h5 {
	font-size: 26px;
	padding-right: 60px;
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
	line-height: 32px;
}
.insta-main-wraper {
}
.insta-main-wraper .container-fluid {
	margin: 0;
	padding: 0
}
.insta-main-wraper ul {
	list-style: none;
}
.insta-main-wraper ul li {
	padding: 0;
	margin: 0;
	height: 250px;
	overflow: hidden;
}
/* CSS content  */

/* CSS footer  */

.footer-main-wraper {
	background: #311608;
	padding: 80px 0 0 0;
}
.foter-logo-wrap {
	width: 250px;
	margin: 0 auto;
}
.footer-social-wrap {
	text-align: center;
	margin-top: 30px
}
.footer-social-wrap a {
	margin: 0 5px;
	text-decoration: none;
	width: 50px;
	display: inline-block;
}
.footer-social-wrap a:hover {
	opacity: 0.5;
}
.footer-copyright {
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #210e04;
	padding: 20px 0;
	margin-top: 60px;
}

.bg-list {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.bg-list li {
	padding-left: 32px;
	background-image: url('../images/check-about.png');
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 0 50%;
	margin-bottom: 10px;
}

.bg-list li span {
	font-weight: bold;
}

/* CSS footer  */

/* CSS media */

@media (max-width:1450px) and (min-width:1170px) {
.header-slider-main-wraper {
	height: auto;
	padding-bottom: 60px;
}
.hero-text-main-wraper h1 {
	font-size: 50px;
	line-height: 50px;
}
.hero-text-main-wraper p {
	font-size: 16px;
}
.navigation-header-wrp ul li {
	margin-left: 25px;
}
.listing-info-text {
	width: 62%;
}
.cta-phone-btn ul li {
	margin-left: 5px;
}
.why-choose-top-text h2 br {
	display: none;
}
.why-choose-list-text {
	width: 77%;
}
}
 @media screen and (max-width:1169px) {
.navigation-header-wrp {
	display: none;
}
.top-location-email-wrap {
	display: none;
}
.top-time-wrap {
	text-align: center;
}
#mouse-scroll {
	display: none;
}
.header-slider-main-wraper {
	height: auto;
	padding-bottom: 60px;
}
.hero-image-wraper {
	display: none;
}
.advantages-info-wrap ul li {
	width: 48%;
	display: inline-block;
	margin-bottom: 15px
}
.listing-info-text {
	float: left;
	width: 58%;
}
.menusitebar-main-wraper {
	display: block;
}
}
 @media screen and (max-width:768px) {
.hero-text-main-wraper {
	margin-top: 0;
}
.book-session-btn a {
	border-radius: 0
}
.book-session-btn {
	margin-left: 0 !important;
	top: 0;
}
.hero-text-main-wraper h1 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 10px;
}
.hero-text-main-wraper .welcome-text-wrap {
	letter-spacing: 0;
	padding: 10px 30px;
}
.hero-text-main-wraper .btn-video-wraper ul li:nth-child(2) {
	display: none;
}
.advantages-info-wrap ul li {
	width: 100%;
}
.check:checked ~ .menu-btn .bar.bottom {
	top: -40px;
}
.check:checked ~ .menu-btn .bar.top {
	top: -68px;
}
.book-session-btn a {
	padding: 0;
}
.courses-main-wraper p {
	width: 100%;
}
.courses-main-wraper:after {
	display: none;
}
.owl-nav {
	display: none;
}
.carousel-wrap {
	width: 100%;
}
.cta-main-wraper {
	width: 100%;
	padding: 25px
}
.courses-main-wraper {
	padding-bottom: 62px;
}
.cta-text-main-wrap {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	text-align: center;
}
.cta-text-inner-icon {
	width: 100%;
	text-align: center;
}
.cta-phone-btn ul li {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.btn-cta-wrap a {
	text-align: center;
}
.why-choose-top-text h2:before {
	display: none;
}
.courses-main-wraper h1 {
	font-size: 40px;
}
.why-choose-top-text h2 {
	font-size: 40px;
}
.why-choose-image-wrap {
	display: none;
}
.why-choose-list-wrap .why-choose-list-icon {
	float: none;
	margin: 0 auto;
}
.why-choose-list-text {
	width: 100%;
	text-align: center;
	float: none;
	padding-left: 0;
}
.why-choose-list-text p {
	padding: 0;
}
.why-choose-wraper:before {
	display: none;
}
.about-text-wrap h2 {
	font-size: 40px;
	line-height: 40px;
}
.about-text-wrap p {
	padding-right: 0;
}
.experience-list-wrap .experience-about-wrap {
	margin-bottom: 30px;
}
.about-video-text {
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 15px;
	text-align: center;
}
.about-video-wraper .about-video-image {
	margin: 0 auto;
	float: none;
}
.about-image-wrap {
	width: 100%;
}
.introduction-main-wraper p {
	width: 100%;
}
.video-intro-wrap {
	width: 100%;
	height: 300px;
}
.introduction-main-wraper h2 {
	font-size: 40px;
}
.booking-calendar-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}
.heading-booking h3 {
	margin: 0;
}
.review-listing-wrap h2 {
	font-size: 40px;
}
.contact-main-wraper {
	background-size: cover;
}
.contact-main-wraper p {
	width: 100%;
}
.contact-form-main-wrap {
	width: 100%;
}
.contact-main-wraper h2 {
	font-size: 40px;
}
.partner-logo-warper {
	display: none;
}
.new-main-wraper h2 {
	font-size: 40px;
}
.new-main-wraper ul li .listing-news-wraper {
	margin-bottom: 25px;
}
.new-main-wraper h2 br {
	display: none;
}
}

/* Ensure parent is positioned correctly */
nav ul li {
	position: relative;
}

/* Style and properly align the dropdown */
nav ul li .dropdown-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 0; /* Moves dropdown closer */
	background: #ffffff; /* Set a proper background color */
	min-width: 180px;
	/*padding: 10px 0;*/
	border-radius: 6px; /* Rounded corners */
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
	z-index: 1000;
}

/* Style dropdown items */
nav ul li .dropdown-menu li {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Subtle divider */
	background: #ffffff; /* Ensure consistency */
}

/* Remove border from last item */
nav ul li .dropdown-menu li:last-child {
	border-bottom: none;
}

/* Hover effect for dropdown items */
nav ul li .dropdown-menu li:hover {
	background: #f5f5f5;
}

/* Ensure dropdown is visible when hovering */
nav ul li:hover .dropdown-menu {
	display: block;
}

/* Ensure dropdown items are left-aligned */
nav ul li .dropdown-menu {
	text-align: left; /* Force text alignment */
	/*padding: 10px 0;*/
}

/* Ensure links inside the dropdown are also left-aligned */
nav ul li .dropdown-menu li {
	padding: 10px 15px; /* Add left padding for better spacing */
	text-align: left;
	white-space: nowrap;
	margin-left: 0 !important;/* Prevents text from wrapping */
}

/* Ensure no gap between parent and dropdown */
nav ul li:hover .dropdown-menu,
nav ul li .dropdown-menu:hover {
	visibility: visible;
	opacity: 1;
}

.navbar-items {
	z-index: 100;
}

.session p {
	text-align: left;
	margin: 0;
}

.turnstile-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


/* ================== */
/* MOBILE DROPDOWN MENU */
/* ================== */
/* Small devices (phones, 600px and below) */
@media (max-width: 600px) {

	.turnstile-wrap {
		flex-direction: column;
	}

	nav ul li .dropdown-menu {
		width: 100%;
	}

	.drawer-menu .dropdown {
		position: relative;
	}

	/* Dropdown toggle style */
	.drawer-menu .dropdown > a {
		position: relative;
	}

	/* Plus/minus indicator */
	.drawer-menu .dropdown > a::after {
		content: "+";
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 18px;
		transition: transform 0.3s ease;
	}

	/* Active state indicator */
	.drawer-menu .dropdown.active > a::after {
		content: "-";
	}

	/* Dropdown menu container */
	.drawer-menu .dropdown-menu {
		display: none;
		/*padding-left: 15px;*/
		background: #d6ac94;
		margin: 5px 0;
		border-left: 2px solid #d6ac94;
	}

	nav ul li .dropdown-menu {
		background: #d6ac94 !important;
	}

	/* Style dropdown items */
	nav ul li .dropdown-menu li {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Subtle divider */
		background: #d6ac94; /* Ensure consistency */
	}

	/* Show dropdown when active */
	.drawer-menu .dropdown.active .dropdown-menu {
		display: block;
		animation: fadeIn 0.3s ease;
	}

	/* Dropdown items */
	.drawer-menu .dropdown-menu li {
		margin-bottom: 0;
	}

	/* Dropdown links */
	.drawer-menu .dropdown-menu li a {
		/*padding: 12px 15px 12px 25px !important;*/
		font-size: 15px;
		border-bottom: none;
		position: relative;
		/*color: rgba(255,255,255,0.9) !important;*/
	}

	/* Bullet indicator */
	.drawer-menu .dropdown-menu li a::before {
		content: "•";
		position: absolute;
		left: 10px;
		color: #d6ac94;
		font-size: 18px;
	}

	/* Hover effect */
	.drawer-menu .dropdown-menu li a:hover {
		background: #48200b;
		color: #fff !important;
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
}


.faq-main-wraper {
	padding: 50px 0 250px 0;
	background-color: #f9f9f9;
	z-index: 100;
}

.faq-main-wraper h4 span {
	color: #c68d6f; /* Match the project color */
}

.faq-main-wraper h2 {
	margin-bottom: 30px;
	font-size: 40px; /* Match the heading size */
	color: #48200b; /* Match the project color */
	font-family: "Lora", serif; /* Match the project font */
}

.faq-item {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Add shadow for consistency */
}

.faq-question {
	cursor: pointer;
	font-size: 16px; /* Match the project font size */
	color: #333; /* Match the project text color */
	font-weight: 600; /* Match the project font weight */
}

.faq-answer {
	display: none;
	font-size: 14px; /* Match the project font size */
	color: #666; /* Match the project text color */
	line-height: 24px; /* Match the project line height */
	margin-top: 10px;
}

.faq-main-wraper h5 {
	text-align: center
}

.faq-main-wraper h5 span {
	text-transform: uppercase;
	font-size: 16px;
	color: #c68d6f;
	font-weight: bold;
	position: relative;
}
.faq-main-wraper h5 span:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.faq-main-wraper h5 span:after {
	content: "";
	position: absolute;
	right: -40px;
	width: 30px;
	height: 1px;
	background: #c68d6f;
	top: 11px;
}
.faq-main-wraper h2 {
	text-align: center;
	font-size: 50px;
	color: #48200b;
	font-weight: 600;
	font-family: "Lora", serif;
}

.faq-answer ul {
	list-style-type: disc; /* or any other type like circle, square, etc. */
	margin-left: 20px; /* Adjust the left margin to align properly */
	padding-left: 0; /* Remove default padding */
}

.video-intro-wrap {
	max-width: 800px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.styled-video {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}

/*.insta-icon {*/
/*	font-size: 20px;*/
/*}*/

.cta-phone-number a:visited,
.top-location-email-wrap a:visited {
	color: white;
}

.insta-link a {
	color: white;
}

.insta-link a:visited {
	color: white !important;
}

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #48200b;
	color: white;
	border: none;
	border-radius: 50%;
	padding: 10px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	z-index: 1000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.scroll-to-top i {
	font-size: 24px;
}


.three-step {
	padding-left: 10px;
}

/* Course Section Styling */
.courses-main-wraper {
	padding: 60px 0;
	background: #f9f5f2;
}

.courses-main-wraper h2 {
	font-size: 36px;
	color: #48200b;
	margin: 20px 0;
	font-family: "Lora", serif;
}

.courses-main-wraper h3 {
	font-size: 28px;
	color: #48200b;
	margin: 30px 0 15px 0;
	font-family: "Lora", serif;
}

.courses-main-wraper h4 {
	font-size: 22px;
	color: #48200b;
	margin: 20px 0 10px 0;
	font-weight: 600;
}

.courses-main-wraper h5 {
	font-size: 18px;
	color: #48200b;
	margin: 15px 0 10px 0;
	font-weight: 600;
}

.courses-main-wraper p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 15px;
}

.courses-main-wraper > .container > p {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.course-item {
	background: #fff;
	padding: 40px;
	margin: 30px 0;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.course-item .bg-list {
	margin: 20px 0;
}

.course-item .bg-list li {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 12px;
}

.course-details {
	background: #f9f5f2;
	padding: 25px;
	margin-top: 25px;
	border-radius: 10px;
	border-left: 4px solid #48200b;
}

.course-details p {
	margin-bottom: 10px;
}

.course-details ul {
	list-style: none;
	padding-left: 0;
	margin: 10px 0;
}

.course-details ul li {
	padding: 8px 0 8px 25px;
	position: relative;
	line-height: 1.6;
}

.course-details ul li:before {
	content: "•";
	color: #48200b;
	font-weight: bold;
	position: absolute;
	left: 8px;
	top: 8px;
}

.course-details a {
	color: #48200b;
	text-decoration: underline;
}

.course-details a:hover {
	color: #6b2f14;
}

/* bg-list styling already exists above - using existing styles */
