/*@import url(https://db.onlinewebfonts.com/c/36c38ea0d4532f0a6417f2eaf245c930?family=CG+Omega+Bold);*/

@keyframes appear {
	from {
		opacity: 0;
		/* scale: 0.5; */
		clip-path: inset(100% 100% 0 0);
		/* transform: translateX(-100px); */
	}
	to {
		opacity: 1;
		/* scale: 1; */
		/* transform: translateX(0px); */
		clip-path: inset(0 0 0 0);
	}
}
/* 
.animate{
	animation: appear linear;
	animation-timeline: scroll();
	animation-range: entry 0% cover 40%;
} */

body {
	font-size: 16px;
	line-height: 1.8;
	font-family: "Be Vietnam", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	color: #66717a;
	width: 100vw;
	overflow-x: hidden;
}


/*================================
Section Title Style End
===================================*/
/*=================================
Navbar Area
====================================*/
.navbar-area {
	background-color: transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

/* .navbar-light {
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
} */

.navbar-light .navbar-brand img {
	float: left;
	padding: 10px 0;
	height: 100px;
	width: auto;
	margin-left: 50%;
	margin-top: -20px;
}

.navbar-light .navbar-brand .logo-two {
	display: none;
}

.navbar-light .navbar-brand-sticky {
	display: none;
}

/* Main nav */
.main-nav {
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
	height:100px ;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
	color: #da691f !important;
}

.navbar{
	padding-top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item a {
	text-transform: capitalize;
	color: black;
	font-weight: 600;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 22px;
}

.main-nav nav .navbar-nav .nav-item a i {
	line-height: 0;
	position: relative;
	top: 3px;
	font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
	color: #da691f !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
	color: #da691f !important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	border: none;
	border-top: 3px solid #333333;
	padding: 0;
	border-radius: 0;
	background-color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	color: #333333 !important;
	position: relative;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	font-weight: 500;
	padding: 10px;
	border-bottom: 1px dashed #ebebeb;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	border-radius: 0;
	color: #da691f !important;
	background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #da691f !important;
	border-radius: 0;
	background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #333333 !important;
	background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	top: 20px;
}

.main-nav
	nav
	.navbar-nav
	.nav-item
	.dropdown-menu
	li
	.dropdown-menu
	li
	.dropdown-menu {
	left: 100%;
}

.search-box {
	position: absolute;
	top: 15px;
	width: 250px;
	float: right;
	background-color: rgba(44, 44, 44, 0.5);
	right: 75px;
}

.search-box .form-control {
	height: 50px;
	width: 250px;
	border-radius: 0;
	background-color: rgba(44, 44, 44, 0.5);
	border: 0;
	font-weight: 500;
	color: #ffffff;
}

.search-box .form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.search-box .search-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 40px;
	width: 45px;
	line-height: 42px;
	background-color: transparent;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	font-size: 20px;
}

.search-box .search-btn:hover {
	background-color: #333333;
}
/* 
.nav-ml {
	margin-left: 100px !important;
} */

.nav-two {
	position: inherit;
	background-color: #ffffff;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
	height: auto;
	border-bottom: none;
}

.nav-two nav .navbar-nav .nav-item {
	padding: 25px 0;
}

.nav-two nav .navbar-nav .nav-item:hover a,
.nav-two nav .navbar-nav .nav-item .active {
	color: #da691f !important;
}

.nav-two nav .navbar-nav .nav-item a {
	color: #333333;
}

.nav-two nav .navbar-nav .nav-item.logo {
	position: relative;
	padding: 0 !important;
	top: 12px;
	margin-right: 40px;
	margin-left: 40px;
}

.nav-two nav .navbar-nav .nav-item.logo .nav-link-logo2 {
	display: none;
}

.nav-two .menu-contact .menu-contact-btn {
	color: #333333;
	font-size: 18px;
}

.nav-two .menu-contact .menu-contact-btn i {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 7px;
}

.nav-two .menu-contact .menu-contact-btn:hover {
	color: #da691f;
}

.nav-three {
	position: inherit;
	background-color: #ffffff;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 999;
	height: auto;
	border-bottom: none;
}

.nav-three nav .navbar-nav .nav-item span {
	display: block;
	color: #878787;
	font-size: 16px;
	font-weight: 600;
}

.nav-three nav .navbar-nav .nav-item span.active {
	color: #da691f !important;
}

.nav-three nav .navbar-nav .nav-item:hover span,
.nav-three nav .navbar-nav .nav-item .active {
	color: #da691f !important;
}

.nav-three nav .navbar-nav .nav-item:hover a,
.nav-three nav .navbar-nav .nav-item .active {
	color: #da691f !important;
}

.nav-three nav .navbar-nav .nav-item a {
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
}

.nav-three nav .navbar-nav .nav-item.logo {
	position: relative;
	padding: 0 !important;
	top: 12px;
	margin-right: 40px;
	margin-left: 40px;
}

.nav-three .search-area {
	margin-left: 120px;
	float: right;
}

.nav-three .nav-ml {
	margin-left: 95px !important;
}

.search-area {
	float: left;
	position: relative;
	top: 0;
	margin-right: 10px;
}

.search-area .search-item {
	display: inline-block;
	position: relative;
	color: #333333;
	cursor: pointer;
	top: 9px;
	margin-right: 30px;
}

.search-area .search-item i {
	display: inline-block;
	text-align: center;
	font-size: 26px;
	position: relative;
	top: -7px;
	font-weight: 600;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.search-area .search-item .search-overlay {
	display: none;
}

.search-area .search-item .search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	right: 0;
	background: #ffffff;
	z-index: 2;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}

.search-area .search-item .search-overlay.search-popup .search-form {
	position: relative;
}

.search-area
	.search-item
	.search-overlay.search-popup
	.search-form
	.search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eeeeee;
	color: #9a9a9a;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-top: 4px;
	padding-left: 10px;
}

.search-area
	.search-item
	.search-overlay.search-popup
	.search-form
	.search-input:focus {
	border-color: #333333;
}

.search-area
	.search-item
	.search-overlay.search-popup
	.search-form
	.search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: transparent;
	border: none;
	width: 50px;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 0;
	cursor: pointer;
}

.search-area
	.search-item
	.search-overlay.search-popup
	.search-form
	.search-button
	i {
	height: 50px;
	width: 50px;
	line-height: 50px;
	top: 0;
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 20px;
	color: #7e7a7a;
}

.search-area
	.search-item
	.search-overlay.search-popup
	.search-form
	.search-button:focus {
	color: #da691f;
}

.search-area .search-item .search-btn-2 {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 16px;
	color: #333333;
}

.search-area .search-item .search-btn-2:hover {
	color: #da691f;
}

.search-area .search-item .close-btn {
	cursor: pointer;
	display: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #9a9a9a;
}

.search-area .search-item .close-btn i {
	font-size: 20px;
}

.search-area .search-item .close-btn:hover {
	color: #08104d;
}

.search-area .search-item .close-btn.active {
	display: block;
	top: -5px;
}

.search-area .search-item .close-btn.active i {
	font-size: 20px;
}

.search-area .search-item .search-btn:hover,
.search-area .search-item .text-color:hover {
	color: #333333 !important;
}

.menu-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.menu-icon .menu-icon-bg {
	width: 70px;
	height: 78px;
	background-color: #ffffff;
	font-size: 30px;
	color: #333333;
	line-height: 83px;
	text-align: center;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.menu-icon .menu-icon-bg:hover {
	background-color: #333333;
	color: #ffffff;
}

.menu-icon .menu-icon-two {
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
	position: relative;
}

.menu-icon .menu-icon-two::before {
	content: "";
	position: absolute;
	top: 7px;
	height: 30px;
	width: 1px;
	background-color: #d1d1d1;
	left: -14px;
}

.menu-icon .menu-icon-two:hover {
	color: #da691f;
}
.side-nav-responsive {
	display: none;
}

.side-nav-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 9999;
	position: absolute;
	right: 60px;
	top: 12px;
}

.side-nav-responsive .dot-menu .circle-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	background-color: #ffffff;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
	background-color: #9a9a9a;
}

.side-nav-responsive .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.side-nav-responsive .container .container {
	position: absolute;
	top: 55px;
	right: 0;
	max-width: 100%;
	width: 310px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px;
}

.side-nav-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
	padding: 10px;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
	background-color: #333333;
	padding: 10px 0;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box {
	display: inline-block;
	width: 180px;
	background-color: rgba(44, 44, 44, 0.5);
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-search-box
	.form-control {
	height: 50px;
	font-size: 14px;
	width: 180px;
	border-radius: 0;
	background-color: rgba(44, 44, 44, 0.5);
	border: 0;
	font-weight: 500;
	color: #ffffff;
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-search-box
	.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-search-box
	.search-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 40px;
	width: 45px;
	line-height: 42px;
	background-color: #9a9a9a;
	border-radius: 10px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	font-size: 16px;
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-search-box
	.search-btn:hover {
	background-color: #333333;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-icon {
	display: inline-block;
	position: relative;
	top: 2px;
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-menu-icon
	.menu-icon-bg {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	font-size: 20px;
	color: #333333;
	line-height: 50px;
	text-align: center;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-menu-icon
	.menu-icon-bg:hover {
	background-color: #333333;
	color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact {
	margin-top: 10px;
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-menu-contact
	.menu-contact-btn {
	color: #ffffff;
	font-size: 18px;
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-menu-contact
	.menu-contact-btn
	i {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 7px;
}

.side-nav-responsive
	.side-nav-inner
	.side-nav
	.responsive-menu-contact
	.menu-contact-btn:hover {
	color: #da691f;
}

.navbar-expand-md .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	justify-content: center;
}

/*=================================
Navbar Area
====================================*/

/*=======
/*=================================
Home Slider
====================================*/
.home-slider {
	position: relative;
}

.home-slider .thumbs-wrap {
	position: relative;
	z-index: 1;
}

.home-slider .thumbs-wrap .owl-thumbs.home-slider-thumb {
	position: absolute;
	bottom: 50px;
	left: 50%;
}

.home-slider .thumbs-wrap .owl-thumbs.home-slider-thumb::before {
	content: "02";
	position: absolute;
	font-size: 20px;
	font-family: "Titillium Web", sans-serif;
	left: 90px;
	right: 0;
	width: 50%;
	height: 100%;
	color: #ffffff;
	bottom: -40px;
}

.home-slider .thumbs-wrap .owl-thumbs .owl-thumb-item {
	display: block;
	padding: 0 10px;
}

.home-slider .thumbs-wrap .owl-thumbs .owl-thumb-item span {
	color: #6f7c8a;
	font-weight: 500;
	font-size: 50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
	display: none;
}

.home-slider .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
	color: #ffffff;
	display: block;
}

.home-slider .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
	color: #ffffff;
	display: block;
}

.home-slider .owl-nav {
	margin-top: 0;
}

.home-slider .owl-nav .owl-prev {
	position: absolute;
	bottom: 60px;
	left: 47.5%;
	color: #858482 !important;
	font-size: 25px !important;
	background-color: transparent !important;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.home-slider .owl-nav .owl-prev:hover {
	color: #ffffff !important;
	background-color: transparent !important;
}

.home-slider .owl-nav .owl-next {
	position: absolute;
	bottom: 60px;
	right: 38%;
	color: #858482 !important;
	font-size: 25px !important;
	background-color: transparent !important;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	z-index: 1;
}

.home-slider .owl-nav .owl-next:hover {
	color: #ffffff !important;
	background-color: transparent !important;
}

.slider-item > div {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	height: 100vh;
}

.slider-item a {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 400;
}

.slider-content {
	margin-top: 16%;
	padding-top: 38px;
	padding-bottom: 32px !important;
	padding-inline: 32px;
	padding-right: 160px;
	margin-left: 0px !important;
	margin-right: 10px !important;
	max-width: 730px;
	position: absolute;
	left: 10%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 15px;
}

.slider-content span {
	line-height: 0;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-weight: 600;
	color: #fff;
	position: relative;
	font-size: 22px;
}

.slider-content h1 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	font-size: 48px;
	color: #fff;
	line-height: 1;
	/* margin-bottom: 80px; */
	font-weight: 200;
	margin-top: 10px;
}

.slider-content p {
	font-size: 20px;
	color: #333d49;
	margin-bottom: 35px;
}

.slider-content .slider-btn .get-btn {
	padding: 10px 25px;
	background-color: #bb342e;
	color: #fff;
	font-size: 17px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	font-weight: 500;
	border-radius: 10px;
	text-decoration: none;
}

.slider-content .slider-btn .get-btn:hover {
	background-color: #333333;
	color: #ffffff;
}

.slider-content .slider-btn .learn-btn {
	margin-left: 20px;
	padding: 9px 25px;
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 17px;
	font-weight: 500;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.slider-content .slider-btn .learn-btn:hover {
	background-color: #ffffff;
	color: #333333;
}

.item-bg1 {
	background-image: url(../images/banner-1.jpg);
}

.item-bg2 {
	background-image: url(../images/banner-2.jpg);
}

.banner-area {
	position: relative;
}

.banner-area .thumbs-wrap {
	position: absolute;
	top: 50%;
	right: 100px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-area .thumbs-wrap .owl-thumbs.banner-area-thumb::before {
	content: "03";
	position: absolute;
	font-size: 20px;
	font-family: "Titillium Web", sans-serif;
	left: 90px;
	right: 0;
	width: 50%;
	height: 100%;
	color: #333333;
	bottom: -40px;
}

.banner-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
	display: block;
	padding: 0 10px;
}

.banner-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
	color: #333333;
	font-weight: 500;
	font-size: 50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
	display: none;
}

.banner-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
	color: #333333;
	display: block;
}

.banner-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
	color: #333333;
	display: block;
}

.banner-area .owl-nav {
	margin-top: 0;
}

.banner-area .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	right: 190px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333333 !important;
	font-size: 25px !important;
	background-color: transparent !important;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.banner-area .owl-nav .owl-prev:hover {
	color: #333333 !important;
	background-color: transparent !important;
}

.banner-area .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #333333 !important;
	font-size: 25px !important;
	background-color: transparent !important;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	z-index: 1;
}

.banner-area .owl-nav .owl-next:hover {
	color: #333333 !important;
	background-color: transparent !important;
}

.banner-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.banner-item::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	background-color: #333333;
	opacity: 0.9;
}

.banner-content {
	padding-top: 170px;
	padding-bottom: 200px;
	margin-left: 20px;
}

.banner-content .half-circle {
	width: 60px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 30px 30px 0 0;
	position: relative;
	top: 20px;
}

.banner-content span {
	line-height: 0;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-weight: 600;
	color: #333333;
	position: relative;
	z-index: 1;
}

.banner-content h1 {
	font-size: 85px;
	color: #333333;
	line-height: 1.3;
	margin-bottom: 50px;
	max-width: 685px;
}

.banner-content .banner-btn .learn-btn {
	padding: 7px 27px 12px 27px;
	background-color: #ffffff;
	color: #333333;
	position: relative;
	z-index: 1;
	font-size: 16px;
}

.banner-content .banner-btn .learn-btn i {
	font-size: 30px;
	line-height: 1;
	position: relative;
	top: 7px;
	margin-left: 10px;
	font-weight: 400;
}

.banner-content .banner-btn .learn-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #333333;
	opacity: 0;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.banner-content .banner-btn .learn-btn:hover {
	background-color: #333333;
	color: #ffffff;
}

.banner-content .banner-btn .learn-btn:hover::before {
	height: 100%;
	opacity: 1;
	border-radius: 5px;
}

.banner-content .banner-btn .get-btn {
	margin-left: 20px;
	padding: 7px 27px 12px 27px;
	background-color: #333333;
	color: #ffffff;
	position: relative;
	z-index: 1;
	font-size: 16px;
}

.banner-content .banner-btn .get-btn i {
	font-size: 30px;
	line-height: 1;
	position: relative;
	top: 5px;
	margin-right: 10px;
	font-weight: 400;
}

.banner-content .banner-btn .get-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.banner-content .banner-btn .get-btn:hover {
	background-color: #ffffff;
	color: #333333;
}

.banner-content .banner-btn .get-btn:hover::before {
	height: 100%;
	opacity: 1;
	border-radius: 5px;
}

.banner-bg1 {
	background-image: url(../images/banner-1.jpg);
}

.banner-bg2 {
	background-image: url(../images/banner-2.jpg);
}

.banner-area-two {
	position: relative;
}

.banner-area-two .owl-nav .owl-prev {
	position: absolute;
	bottom: -5px;
	right: 135px;
	width: 140px !important;
	height: 50px !important;
	line-height: 50px;
	border-radius: 0;
	color: #ffffff !important;
	font-size: 26px !important;
	background-color: #333333 !important;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.banner-area-two .owl-nav .owl-prev i {
	margin-right: 40px;
}

.banner-area-two .owl-nav .owl-prev:hover {
	color: #333333 !important;
	background-color: #ffffff !important;
}

.banner-area-two .owl-nav .owl-prev::before {
	content: "Prev";
	position: absolute;
	bottom: 10px;
	left: 70px;
	font-size: 17px;
	font-weight: 400;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.banner-area-two .owl-nav .owl-next {
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 140px !important;
	height: 50px !important;
	line-height: 50px;
	border-radius: 0;
	color: #333333 !important;
	font-size: 26px !important;
	background-color: #ffffff !important;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.banner-area-two .owl-nav .owl-next i {
	margin-left: 40px;
}

.banner-area-two .owl-nav .owl-next:hover {
	color: #ffffff !important;
	background-color: #333333 !important;
}

.banner-area-two .owl-nav .owl-next::before {
	content: "Next";
	position: absolute;
	bottom: 10px;
	right: 70px;
	font-size: 17px;
	font-weight: 400;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.banner-item-two {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.banner-item-two::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background-image: url(../img/home-three/home-three-shape.png);
}

.banner-content-two {
	padding-top: 230px;
	padding-bottom: 200px;
	margin-left: auto;
	position: relative;
	max-width: 700px;
}

.banner-content-two .images {
	position: absolute;
	top: 150px;
}

.banner-content-two .images img {
	max-width: 100%;
}

.banner-content-two .banner-play {
	margin-top: 15px;
	position: relative;
	z-index: 1;
}

.banner-content-two .banner-play .banner-play-btn {
	font-size: 20px;
	color: #333333;
}

.banner-content-two .banner-play .banner-play-btn i {
	width: 50px;
	height: 50px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 50%;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
}

.banner-content-two .banner-play .banner-play-btn i:hover {
	background-color: #08104d;
	color: #ffffff;
}

.banner-content-two .banner-play .banner-play-btn span {
	margin-left: 10px;
}

.banner-content-two .banner-play .banner-play-btn:hover span {
	color: #08104d;
}

.banner-content-two .banner-play .banner-play-btn:hover i {
	background-color: #08104d;
	color: #ffffff;
}

.banner-content-two h1 {
	margin-top: 5px;
	font-size: 85px;
	color: #333333;
	line-height: 1.3;
	margin-bottom: 50px;
	max-width: 685px;
}

.banner-content-two .banner-btn .learn-btn {
	padding: 7px 27px 12px 27px;
	background-color: #ffffff;
	color: #333333;
	position: relative;
	z-index: 1;
	font-size: 16px;
}

.banner-content-two .banner-btn .learn-btn i {
	font-size: 30px;
	line-height: 1;
	position: relative;
	top: 7px;
	margin-left: 10px;
	font-weight: 400;
}

.banner-content-two .banner-btn .learn-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #333333;
	opacity: 0;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.banner-content-two .banner-btn .learn-btn:hover {
	background-color: #333333;
	color: #ffffff;
}

.banner-content-two .banner-btn .learn-btn:hover::before {
	height: 100%;
	opacity: 1;
	border-radius: 5px;
}

.banner-content-two .banner-btn .get-btn {
	margin-left: 20px;
	padding: 7px 27px 12px 27px;
	background-color: #333333;
	color: #ffffff;
	position: relative;
	z-index: 1;
	font-size: 16px;
}

.banner-content-two .banner-btn .get-btn i {
	font-size: 30px;
	line-height: 1;
	position: relative;
	top: 5px;
	margin-right: 10px;
	font-weight: 400;
}

.banner-content-two .banner-btn .get-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #ffffff;
	opacity: 0;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.banner-content-two .banner-btn .get-btn:hover {
	background-color: #ffffff;
	color: #333333;
}

.banner-content-two .banner-btn .get-btn:hover::before {
	height: 100%;
	opacity: 1;
	border-radius: 5px;
}

.banner-two-bg1 {
	background-image: url(../img/home-three/home-three1.jpg);
}

.banner-two-bg2 {
	background-image: url(../img/home-three/home-three2.jpg);
}

.social-icons-container {
	/* height: 40vh; */
	display: flex;
}

.vertical-line {
	width: 4px;
	height: 180px;
	background-color: white;
	position: absolute;
	left: 6.2%;
	margin-top: 16%;
	padding-top: 38px;
	padding-bottom: 16px !important;
}

.social-icons {
	position: absolute;
	left: 6%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: calc(16% + 160px);
	padding-top: 8px;
	padding-bottom: 32px !important;
}

.social-icons .icon {
	width: 30px;
	height: 30px;
	color: #fff;
}



.contact-info {
    display: flex;
    align-items: center;
    gap: 32px;
    position: absolute;
    top: 85%;
    left: 10%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    padding: 10px 20px;
	border-radius: 15px;
}

.contact-info i {
	font-size: 32px;
	color: #fff;
	border: 2px solid #ccc;
	padding: 12px;
	border-radius: 50%;
}
.contact-info p {
	margin-bottom: 0;
}

.contact-info div {
	color: #fff;
}
/*=================================
Home Slider End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
	position: relative;
	background-position: center center;
	background-size: cover;
}

.inner-banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: #333333;
	opacity: 0.7;
}

.inner-banner .inner-title {
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}

.inner-banner .inner-title h3 {
	font-size: 50px;
	color: #ffffff;
	font-weight: 500;
}

.inner-banner .inner-title ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.inner-banner .inner-title ul li {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
}

.inner-banner .inner-title ul li i {
	font-size: 18px;
	color: #ffffff;
	position: relative;
	margin-right: 30px;
	top: -2px;
}

.inner-banner .inner-title ul li i::after {
	content: "";
	position: absolute;
	top: 15px;
	right: -25px;
	height: 1px;
	width: 20px;
	background-color: #ffffff;
}

.inner-banner .inner-title ul li a {
	color: #ffffff;
}

.inner-banner .inner-title ul li a:hover {
	color: #da691f;
}

.inner-bg1 {
	background-image: url(../img/inner-banner/inner-banner1.jpg);
}

.inner-bg2 {
	background-image: url(../img/inner-banner/inner-banner2.jpg);
}

.inner-bg3 {
	background-image: url(../img/inner-banner/inner-banner3.jpg);
}

.inner-bg4 {
	background-image: url(../img/inner-banner/inner-banner4.jpg);
}

.inner-bg5 {
	background-image: url(../img/inner-banner/inner-banner5.jpg);
}

.inner-bg6 {
	background-image: url(../img/inner-banner/inner-banner6.jpg);
}

.inner-bg7 {
	background-image: url(../img/inner-banner/inner-banner7.jpg);
}

.inner-bg8 {
	background-image: url(../img/inner-banner/inner-banner8.jpg);
}

.inner-bg9 {
	background-image: url(../img/inner-banner/inner-banner9.jpg);
}

.inner-bg10 {
	background-image: url(../img/inner-banner/inner-banner10.jpg);
}

.inner-bg11 {
	background-image: url(../img/inner-banner/inner-banner11.jpg);
}

.inner-bg12 {
	background-image: url(../img/inner-banner/inner-banner12.jpg);
}

/*================================
Inner Banner End
==================================*/

/*=================================
Contact Area
====================================*/
.contact-area {
	background-color: #faebe1;
	position: relative;
}

.contact-form {
	margin-bottom: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.contact-form h2 {
	font-size: 58px;
	color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
}

.contact-form .form-group {
	margin-bottom: 25px;
	position: relative;
}

.contact-form .form-group i {
	position: absolute;
	top: 14px;
	left: 15px;
	line-height: 1;
	font-size: 18px;
	color: #bbbbbb;
	z-index: 1;
}

.contact-form .form-group .form-control {
	height: 50px;
	color: #333333;
	border: 1px solid #6c6c6c;
	background-color: #fff;
	font-weight: 600;
	border-radius: 0;
	font-size: 14px;
	padding: 10px 20px 10px 40px;
	width: 100%;
}

.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #9a9a9a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form .form-group textarea.form-control {
	height: auto;
}

.contact-form .submit-btn {
	border: 0;
	outline: none;
	padding: 10px 100px;
	color: #fff;
	background-color: #dc4224;
	font-weight: 600;
	font-size: 17px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.contact-form .submit-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background-color: #bb342e;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.contact-form .submit-btn:hover {
	color: #ffffff;
}

.contact-form .submit-btn:hover::before {
	height: 100%;
	opacity: 1;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #bbbbbb;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
	color: #bbbbbb;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
	color: #bbbbbb;
}

.contact-form .form-group .form-control::placeholder {
	color: #bbbbbb;
}

.contact-wrap-form {
	margin-bottom: 30px;
	max-width: 800px;
}

.contact-wrap-form h2 {
	font-size: 50px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: 400;
}

.contact-wrap-form .form-group {
	margin-bottom: 25px;
	position: relative;
}

.contact-wrap-form .form-group i {
	position: absolute;
	top: 14px;
	left: 15px;
	line-height: 1;
	font-size: 18px;
	color: #898989;
	z-index: 1;
}

.contact-wrap-form .form-group .form-control {
	height: 50px;
	color: #898989;
	border: none;
	border-bottom: 1px solid #6c6c6c;
	font-weight: 600;
	border-radius: 0;
	font-size: 14px;
	padding: 10px 20px 10px 40px;
	width: 100%;
	background-color: transparent;
}

.contact-wrap-form .form-group .form-control:focus {
	outline: none;
	border-color: #9a9a9a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-wrap-form .form-group textarea.form-control {
	height: auto;
}

.contact-wrap-form .with-errors {
	float: left;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	color: #f00;
	font-weight: 400;
	display: block;
}

.contact-wrap-form .text-danger {
	font-size: 18px;
	margin-top: 15px;
}

.contact-wrap-form .default-btn {
	border: 0;
	outline: none;
	padding: 10px 70px;
}

.contact-wrap-form .form-group .form-control::-webkit-input-placeholder {
	color: #bbbbbb;
}

.contact-wrap-form .form-group .form-control:-ms-input-placeholder {
	color: #bbbbbb;
}

.contact-wrap-form .form-group .form-control::-ms-input-placeholder {
	color: #bbbbbb;
}

.contact-wrap-form .form-group .form-control::placeholder {
	color: #bbbbbb;
}

.contact-two-form .contact-wrap-form {
	margin-left: auto;
	max-width: 740px;
}

.contact-area-two {
	background-color: #f7f7f7;
	position: relative;
}

.contact-area-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/shape/contact-shape-2.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 720px;
}

.contact-area-three {
	background-image: url(../img/contact-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100px;
}

.contact-three-form {
	position: relative;
	bottom: -30px;
}

.contact-three-form .contact-wrap-form {
	background-color: #ffffff;
	margin-left: auto;
	padding: 85px 50px 95px;
	margin-bottom: 0;
}

.contact-section-img {
	margin-bottom: 30px;
}

.contact-section-img img {
	height: 400px;
}

.contact-section-content {
	padding: 50px 35px;
	background-color: #333333;
	position: relative;
	margin-bottom: 30px;
}

.contact-section-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/shape/contact-shape-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact-section-content h3 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.contact-section-content h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #848484;
	height: 2px;
	width: 180px;
}

.contact-section-content .contact-section-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.contact-section-content .contact-section-list li {
	display: block;
	font-size: 17px;
	margin-top: 5px;
	font-weight: 500;
	color: #ffffff;
}

.contact-section-content .contact-section-list li span {
	color: #ffffff;
}

.contact-section-content .contact-section-list li a {
	color: #ffffff;
}

.contact-section-content .social-link {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 1;
}

.contact-section-content .social-link li {
	display: inline-block;
	padding: 15px 5px;
	border-right: 1px solid #7d78787d;
}

.contact-section-content .social-link li:first-child {
	border-left: 1px solid #7d78787d;
}

.contact-section-content .social-link li a {
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	color: #ffffff;
}

.contact-section-content .social-link li:hover a {
	color: #ac4e0f;
}

/*=================================
Contact Area End
====================================*/

/*==================================
Back To Top Button
=====================================*/
#toTop {
	position: fixed;
	bottom: 70px;
	right: 20px;
	cursor: pointer;
	display: none;
	z-index: 99;
}

.top-btn {
	background-color: #d66c3b;
	color: white;
	text-align: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: -50px;
	cursor: pointer;
	font-size: 24px;
}

.top-btn:hover {
	background-color: #d66c3b;
	-webkit-box-shadow: 0 0 15px #08104d;
	box-shadow: 0 0 15px #08104d;
	color: #fff;
}

/*==============================
Back To Top Button
=================================*/

.amenities-list img {
	width: 50px;
	max-width: 60px;
	margin-right: 10px;
}

.form_wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 850;
	text-align: center;
}

.md-content .form_wrap {
	position: static;
}

.form_wrap .form-group {
	display: inline-block;
	margin-bottom: 0;
	padding: 1px 0 0 0;
	vertical-align: top;
}
.form_wrap img {
	margin: 0;
	max-width: 150px;
}
.form_wrap h2 {
	display: inline-block;
	font-family: GothamPro, serif;
	color: #333333;
	margin-bottom: 0;
	margin-right: 8px;
	line-height: 38px;
	margin-top: 20px;
	font-weight: 200;
}

.form_wrap .form-group input {
	margin-bottom: 0;
	padding-left: 5px;
	border: 1px solid #fff;
	max-width: 400px;
}

form#enquiry-form2 .form-group input {
	max-width: unset;
}

form#enquiry-form {
	padding: 8px 0 8px 0;
}

form#enquiry-form2 {
	padding: 30px;
}

.md-content .form_wrap .form-group.submit_box {
	margin: 0 auto;
	float: none;
	text-align: center;
}

.form_wrap .submit_box:before,
header#header.fixed-top .main-nav ul li.bttn a.md-trigger:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 35px;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.form_wrap .submit_box:hover {
	color: #bb342e !important;
	border-color: #bb342e;
}

header#header.fixed-top .main-nav ul li.bttn a.md-trigger:hover {
	background: 0 0;
	color: #bb342e !important;
	border-color: #bb342e;
}

.form_wrap .submit_box:hover input {
	color: #bb342e;
}

.form_wrap .submit_box:hover:before,
header#header.fixed-top .main-nav ul li.bttn a.md-trigger:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 90%;
	width: auto;
	height: auto;
	max-height: 550px;
	z-index: 9999999999;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	color: #333;
	background: #fff;
}

.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1;
	border: 1px solid #fff;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

#md-close,
#md-close2 {
	position: absolute;
	right: -20px;
	top: -20px;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 0;
	background: #8e1900;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	outline: 0;
	border: 2px solid #fff;
}

.md-overlay.show {
	visibility: visible;
	opacity: 1;
	z-index: 9999999999;
}

form#formModal {
	width: 430px;
	max-width: 100%;
}

form#formModal {
	padding: 30px 25px;
}

form#formModal .form-group,
form#formModal h2 {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	max-width: 100%;
}

form#formModal label {
	display: inline-block;
}

form#formModal p {
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
}

#location-main .form_wrap h2 {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	text-align: left;
}

#location-main .form_wrap .form-group {
	display: block;
	width: 400px;
	float: left;
	margin: 0 0 20px 0;
	text-align: left;
}

#location-main .form_wrap .form-group input {
	max-width: 100%;
}

.refresh {
	width: auto;
	float: left;
	padding: 7px 6px;
	cursor: pointer;
}

.imgcaptcha {
	width: 55% !important;
	padding: 1px 5px 3px 0;
	background: #fff;
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #ddd;
	height: 36px;
}

.captcha-bx {
	width: 63% !important;
}

.container-form p {
	font-size: 12px !important;
	color: #fff;
	margin: 0;
	text-align: left;
	float: left;
	padding-left: 5px;
	width: 400px;
}

form#formModal label {
	display: block;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
}

form#enquiry-form .form-group input[type="submit"] {
	padding: 16px 35px 16px 35px !important;
	background: #ffb401;
	border-radius: 0;
	color: #333333;
	padding: 0 35px !important;
	height: 38px;
}

#location .form_wrap .form-group input {
	max-width: 100%;
}

form#formModal .form-group input[type="submit"] {
	float: none;
	display: inline-block;
	background: #bb342e;
	border-radius: 0;
	color: #fff;
	margin-top: 10px;
	width: 100%;
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: 0.1em;
}

form#formModal .form-group input,
.form-group textarea {
	width: 100%;
	background: 0 0;
	color: #333333;
	border: 1px solid #ccc;
	height: 38px;
	padding: 10px;
	font-size: 16px;
	position: relative;
	text-decoration: none;
	letter-spacing: normal;
	/* text-transform: capitalize; */
}

#highlights h3 {
	font-size: 16px;
}

#highlights p {
	line-height: 1.4;
}

#floorplans {
	background: #fff0cf;
}
#floorplans h3 {
	text-align: center;
	font-size: 18px;
}

.owl-next span,
.owl-prev span {
	font-size: 40px !important;
	margin-right: 4px;
	background: #dc4224;
	padding: 5px 20px;
	color: #fff;
	line-height: 60px;
	margin-top: 5px;
	display: block;
}

.amenities img {
	display: block;
	margin: 0 auto;
	width: 50px;
}

.amenities > div {
	margin-bottom: 20px;
	color: #333333;
}

#location h3 {
	font-size: 14px;
}

.broIcon {
	display: block;
	z-index: 998;
	width: 100%;
	height: 50px;
	background: #447abc;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 888;
}

.broIcon a:link {
	color: #fff;
	padding: 7px 0;
	display: block;
	margin: 0;
	text-align: center !important;
	font-size: 13px;
	width: 99%;
	float: left;
}

.broIcon a:hover {
	color: #fff;
	text-align: center !important;
}

.broIcon a:visited {
	color: #fff;
	text-align: center !important;
}

.call-btn {
	display: block;
	width: 50%;
	float: left;
	background-color: #f7441d;
}

.enquire-btn {
	display: block;
	width: 50%;
	float: left;
	background-color: #bb342e;
}

.call-btn a {
	color: #447cbe;
	font-size: 13px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 35px;
}

.enquire-btn a {
	color: #447cbe;
	font-size: 13px;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 35px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: inherit;
	color: #fff;
	text-decoration: none;
}

.amenities-title {
	color: #cc412b;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 0.15em;
}

.specification li {
	display: inline-block;
	background: #ffefce;
	padding: 2px 15px;
	margin: 5px;
}
.specification {
	padding-left: 20px;
	list-style: none;
}

#floorplans small {
	font-family: Auxilia;
}
.thankyou {
	height: 100vh;
	background: #f6efdc;
}
.thankyou-content {
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.amenities-icon-holder {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #000;
	text-align: center;
	line-height: 70px;
	border-radius: 50%;
	margin: 0 auto 20px;
}

.location-map {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.location-map img:hover {
	cursor: zoom-in !important;
}

.developer-icons img {
	max-width: 50px;
	max-height: 50px;
	margin: 0 auto;
}
.developer-icons.alt img {
	max-width: 120px !important;
	max-height: 50px;
	margin: 0 auto;
}

.developer-icons {
	text-align: center;
	border-right: 1px solid #eee;
	margin-bottom: 40px;
}

.developer-icons.alt {
	border-right: none;
}

@media only screen and (max-width: 767px) {
	.developer-icons {
		border-right: none;
	}
}

.amenities-title:before,
.amenities-title:after {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.amenities-title:before {
	right: 0.5em;
	margin-left: -50%;
}

.amenities-title:after {
	left: 0.5em;
	margin-right: -50%;
}

#amenities .row {
	justify-content: center;
}

#amenities {
	overflow: hidden;
}
.calert {
	color: #f00;
}

.projects-section {
	display: flex;
	justify-content: space-between; /* Even space between text and numbers */
	align-items: center; /* Vertically align both sections */
	padding: 40px;
	max-width: 1200px;
	margin: 50px auto;
	background-color: #fff;
	gap: 20px;
}

.projects-text {
	flex: 1;
	text-align: left;
}

.projects-text h4 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	color: #d66c3b;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	margin-bottom: 10px; /* Add space between subtitle and main title */
}

.projects-text h2 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	font-size: 2.7em;
	color: #173e63;
	margin: 0;
	line-height: 1.2;
}

.projects-stats {
	display: flex;
	gap: 50px; /* Ensure enough space between stats */
	align-items: flex-start; /* Align the numbers and text to the top */
}

.projects-item {
	text-align: center;
}

.projects-item h1 {
	font-size: 6em; /* Large font size for numbers */
	color: #d66c3b;
	margin: 0;
	line-height: 1; /* Tighten line spacing */
	position: relative; /* Allows control of "+" placement */
}

.projects-item .plus-sign {
	font-size: 0.8em; /* Smaller "+" in superscript */
	vertical-align: super; /* Position "+" above the number */
	position: absolute;
	top: -0.6em; /* Position "+" higher relative to the number */
	right: -0.4em; /* Slightly right of the number */
	color: #d66c3b;
}

.projects-item p {
	font-size: 1.1em;
	color: #70767c;
	margin-top: 10px; /* Add vertical spacing between number and text */
	margin-bottom: 0;
	font-weight: 400;
}

/* Mobile Styles */
@media (max-width: 768px) {
	#toTop{
		right: 10px !important;
	}
	.projects-section {
		flex-direction: column;
		text-align: left;
	}
	.projects-stats {
		flex-direction: column;
		gap: 10px;
	}
	.projects-text h2 {
		font-size: 2em !important;
	}
	.projects-text h4 {
		font-size: 1.2em !important;
	}
	.projects-item {
		border: 1px solid;
		padding: 30px;
	}
}

.project-section {
	text-align: center;
	padding: 50px 0;
}

.project-section h2 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	color: #173f63;
	text-align: center;
	padding-bottom: 50px;
}

.project-container {
	position: relative;

	gap: 20px;
	flex-direction: row;
	align-items: center;
	height: 100%;
}
.projects {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.project-background {
	background-color: #f7f2ee;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.project {
	position: relative;
	width: 300px;
	overflow: hidden;
	margin-bottom: 20px;
}

.image-wrapper {
	position: relative;
	width: 100%;
	height: 400px;
	border: 1px solid black;
}

.image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(23, 63, 99, 0.75);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: height 0.5s ease-in-out;
}

.overlay h3 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	opacity: 0;
	transition: opacity 0.3s ease 0.2s;
}

.explore-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #d66c3b;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.3s ease 0.2s;
}

.explore-btn:hover {
	background-color: #ff5e00;
}

.image-wrapper:hover .overlay {
	height: 100%;
}

.image-wrapper:hover .overlay h3,
.image-wrapper:hover .explore-btn {
	opacity: 1;
}

/* Mobile View: Stack projects vertically on smaller screens */
@media (max-width: 768px) {

	.image-wrapper{
		border: none !important;
	}
	.image-wrapper img{
		width: 80% !important;
	}
	.project-background {
		display: none;
	}
	.slider-item a {
		font-size: 20px;
	}
	.projects {
		display: flex;
		flex-direction: column; /* Stack elements vertically */
		align-items: center; /* Center the stacked elements */
		gap: 10px; /* Adjust gap between items */
	}

	.project {
		width: 70%; /* Full width for smaller screens */
	}
    .overlay{
		left: 10% !important;
		width: 80% !important;
	}
	.overlay h3 {
		font-size: 20px; /* Adjust font size for mobile */
	}

	.explore-btn {
		padding: 8px 16px; /* Adjust button size for mobile */
	}
}

/* General Styles */
.mission-vision-section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	background: linear-gradient(90deg, #fff 0%, #f9f4ee 0%);
}
.mission-vision-content {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	/* max-width: 1200px; */
	width: 100%;
}
.mission-vision-image {
	flex: 1;
	max-width: 50%;
}
.mission-vision-image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.mission-vision-text {
	flex: 1;
	padding: 20px;
}
.mission-vision-text h2 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	color: #173f63;
	font-size: 1.8em;
	margin-top: 0;
}
.mission-vision-text p {
	font-size: 1em;
	line-height: 1.6;
	color: #70767c;
	font-weight: 400;
}
.vision-heading {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	margin-top: 20px;
	font-size: 1.6em;
	color: #173f63;
}

/* Mobile Styles */
@media (max-width: 768px) {

	.slider-item > div{
		height: 90vh !important;
	}
	.mission-vision-content {
		flex-direction: column; /* Stack items vertically and reverse the order */
		gap: 20px;
		text-align: left;
	}
	.mission-vision-image {
		max-width: 100%;
	}
	.mission-vision-text h2 {
		font-size: 1.6em;
	}
	.vision-heading {
		font-size: 1.4em;
	}
}

.profile-section {
	display: flex;

	margin: 50px auto;
	background-color: #173f63;
	border-radius: 8px;
	overflow: hidden;
}
.profile-content {
	padding: 50px 100px 50px 100px;
	color: white;
	flex: 1;
	font-family: "Be Vietnam", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, "Helvetica Neue", Arial, sans-serif;
}
.profile-content h3 {
	margin: 0;
	font-size: 0.9em;
	color: #d66c3b;
	letter-spacing: 1px;
}
.profile-content h2 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	font-size: 2em;
	margin-top: 5px;
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
}
.profile-content p {
	line-height: 1.8;
	color: #f7f2ee;
	font-weight: 300;
	font-size: 16px;
}
.profile-image {
	flex: 1;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 8px 8px 0;
}

@media (max-width: 768px) {
	.profile-section {
		flex-direction: column;
	}
	.profile-content {
		padding: 50px !important;
	}
	.profile-image img {
		border-radius: 0;
	}
}

.developments-section {
	padding: 20px 0;
	background-color: #ffffff;
}

.container {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;

	margin: 0 auto;
	flex-wrap: wrap;
}

.development {
	text-align: center;
	width: 30%;
	background-color: transparent;
	padding: 20px;
	margin: 0 15px;
}

.icon img {
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}

.development h2 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	color: #d66c3b;
	font-size: 25px;
	margin: 15px 0;
	font-weight: bold;
}

.development p {
	font-size: 16px;
	color: #70767c;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
		align-items: center;
	}

	.development {
		width: 80%;
		margin-bottom: 40px;
	}
}

.footer {
	background-color: #173F63;
	color: #ffffff;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: left;
}

.footer-container {
	display: flex;
	justify-content: space-around;
	max-width: 1200px;
	margin: 0 auto;
}

.footer h4 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	font-size: 1.2em;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer ul {
	list-style-type: none;
	padding: 0;
}

.footer ul li {
	margin-bottom: 10px;
	color: #ffffff;
}

.footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 0.9em;
	color: #ffffff;
	padding-left: 23%;
	padding-right: 24.3%;
}

.footer-bottom a {
	color: #ffffff;
	text-decoration: none;
}

.footer-bottom a:hover {
	text-decoration: underline;
}



/* Mobile-specific styles */
@media (max-width: 768px) {
	.footer-container {
		font-size: 16px;
		display: block;
		text-align: left;
		padding: 20px;
	}

	.footer-section {
		margin-bottom: 20px;
	}

	.footer h4 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}

	.footer ul {
		padding-left: 0;
	}

	.footer ul li {
		margin-bottom: 0px !important;
	}

	.footer-bottom {
		display: block;
		text-align: center;
		margin-top: 20px;
		font-size: 1.2em;
		padding: 0 20px;
	}

	.footer-bottom div {
		margin-bottom: 10px;
	}

	.footer-bottom a {
		display: block;
		margin-bottom: 5px;
	}
}

/* .slidesec-carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60vh;
	max-width: 1200px;
	padding: 20px;
	margin: 0 auto;
} */

.slidesec-carousel-content {
	display: flex;
	gap: 24px;
	height: 100%;
	flex-direction: column;
	padding-bottom: 20px;
}

.slidesec-carousel-slide {
	display: none;
	flex-shrink: 0;
	width: 90%;
	margin: 0 auto;
	height: 100%;
	text-align: left;
	position: relative;
	gap: 32px;
}

.slidesec-carousel-slide img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}

.slidesec-carousel-text {
	padding: 20px;
	padding-left: 50px;
	/* height: 30%; */
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slidesec-carousel-text h2 {
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, Sans-serif;
	font-size: 1.8rem;
	color: #173f63;
	margin-bottom: 10px;
}

.slidesec-carousel-text p {
	color: #70767c;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: justify;
}

.slidesec-carousel-text img {
	height: 100px;
	width: 100px;
}

.slidesec-carousel-slide.active {
	display: flex;
	align-items: center;
}

.slidesec-carousel-navigation {
	/* position: absolute; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	/* width: 100%; */
	display: flex;
	flex-direction: row;
	gap: 16px;
	/* justify-content: space-between; */
	pointer-events: none;
}

.slidesec-carousel-arrow {
	background: #fff;
	border: 1px solid #ccc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.8rem;
	cursor: pointer;
	pointer-events: all;
	transition: background 0.3s;
}

.slidesec-carousel-arrow:hover {
	background: #d66c3b;
}

.slidesec-main {
	display: flex;
	align-items: center;
	margin: 24px auto;
	flex-direction: column;
}

.slidesec-carousel-container {
	background: linear-gradient(90deg, #fff 0%, #f9f4ee 0%);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	padding: 20px;
	width: 100%;
}

/* Mobile-specific styles */
@media (max-width: 767px) {
	.slidesec-carousel-content {
		display: flex;
		flex-direction: column;
		gap: 16px;
		padding-bottom: 20px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.slidesec-carousel-slide {
		display: none;
		flex-direction: column;
		width: 100%;
		margin: 0;
		height: auto;
		gap: 16px;
	}

	.slidesec-carousel-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 8px;
		aspect-ratio: unset;
	}

	.slidesec-carousel-text {
		padding: 10px;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.slidesec-carousel-text h2 {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.slidesec-carousel-text p {
		font-size: 1rem;
		text-align: justify;
		padding: 0 10px;
	}

	.slidesec-carousel-text img {
		height: 50px;
		width: 50px;
		margin: 0 auto 15px;
	}

	.slidesec-carousel-navigation {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 20px;
	}

	.slidesec-carousel-arrow {
		font-size: 1.5rem;
		padding: 10px 20px;
		border: 1px solid #ccc;
		transition: background 0.3s;
	}

	.slidesec-carousel-arrow:hover {
		background: #d66c3b;
	}

	.slidesec-main {
		margin: 10px auto;
		width: 100%;
	}

	.slidesec-carousel-container {
		padding: 15px;
		width: 100%;
	}
	.item-bg1 {
		background-image: url(../images/banner-2-mobile-vdv.png);
	}
}

.terms-main {
	/* font-family: "Space Grotesk", sans-serif; */
	padding-top: 140px;
}

.terms-main h1 {
	text-align: center;
	
}

.terms {
	line-height:normal;
	/* font-family: "Space Grotesk", sans-serif; */
	padding: 30px 200px;
	margin: 0 auto;
	color: black;
}

.terms li {
	text-align: justify;
	color: #625e5e;
	font-size: 18px;
	margin-bottom: 20px;

}

.terms p {
	text-align: justify;
	margin-bottom: 20px;
    line-height:normal;
	font-size: 18px;
}

.terms h4{
	color: #231e1f;
	margin: 30px 0;
}

.terms li span {
	font-weight: 600;
}

.tc-nav {
	background-color: #173F63;
}

@media (max-width: 767px) {
	.terms-main{
		padding-top: 0px !important;
	}
	.terms {
		width: 100%;
		padding: 30px 30px;
		margin: 0 auto;
	}
	.terms li {
		margin-bottom: 0px !important;
		padding: 10px;
	}
	.terms p {
		
		padding: 10px;
	}
	.terms h4 {
		text-align: center;
	}
}

.slider-image {
	flex: 1;
}

.index-nav {
	background: transparent;
}

.contact-nav {
	background: transparent;
}

@media (max-width: 768px) {
	.navbar-area {
		/* background-color: transparent; */
		-webkit-transition: 0.3s;
		transition: 0.3s;
		position: fixed;
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		top: 0;
		left: 0;
		z-index: 999;
	}
}

@media (max-width: 768px) {
	button.prev-btn,
	button.next-btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		border: none;
		padding: 10px;
		cursor: pointer;
	}

	button.prev-btn {
		left: 0;
		z-index: 999;
	}
	
	button.next-btn {
		right: 0;
		z-index: 999;
	}
	.project {
		flex: 0 0 100%;
	}

	.projects {
		overflow-x: scroll;
		justify-content: flex-start;
		flex-direction: row;
		gap: 0;
	}

	.projects-wrapper {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}

.black-nav{
	background-color: #173F63;
}
.transparent-nav{
	background-color: transparent;
}

.terms a{
	color: black;
	cursor: pointer;
}