@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;600;700;800&display=swap');

@font-face {
    font-family: 'Hurme Geometric Sans 2';
    src: url('../fonts/HurmeGeometricSans2-Bold.eot');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Hurme Geometric Sans 2';
    src: local('../fonts/HurmeGeometricSans2 Bold'), local('../fonts/HurmeGeometricSans2-Bold'),

        url('../fonts/HurmeGeometricSans2-Bold.ttf') format('truetype'),
        url('../fonts/HurmeGeometricSans2-Bold.svg#HurmeGeometricSans2-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hurme Geometric Sans 2';
    src: url('../fonts/HurmeGeometricSans2-Regular.eot');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Hurme Geometric Sans 2';
    src: local('../fonts/HurmeGeometricSans2 Regular'), local('../fonts/HurmeGeometricSans2-Regular'),
        url('../fonts/HurmeGeometricSans2-Regular.ttf') format('truetype'),
        url('../fonts/HurmeGeometricSans2-Regular.svg#HurmeGeometricSans2-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hurme Geometric Sans 2';
    src: url('../fonts/HurmeGeometricSans2-Bold.eot');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Hurme Geometric Sans 2';
    src: local('../fonts/HurmeGeometricSans2 Bold'), local('../fonts/HurmeGeometricSans2-Bold'),        url('../fonts/HurmeGeometricSans2-Bold.ttf') format('truetype'),
        url('../fonts/HurmeGeometricSans2-Bold.svg#HurmeGeometricSans2-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}
ul li{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
/*-------------------------top css---------------------*/
.top {
    padding: 7px 0 0;
    text-align: right;
    margin-right: 40px;
}
.top ul li {
    display: inline-block;
    padding: 0 10px;
}


.top ul li i{
    color:#ef0c0c;
}

.top ul li a{
    color:#000;
}

/*----------------------header css---------------------*/
/*nav{
    margin-right: 80px;
    margin-left: 80px;
    padding: 0;
    margin-bottom: -15px;
}*/
.dropdown-toggle::after{
    color: #ef0c0c;
}
/*nav ul{
    margin-top: -18px;
}*/
nav ul li{
    font-size: 18px;
    letter-spacing: 0px;
    color: #595b61;
    font-weight: bold;
    font-family: "Century Gothic";
    padding: 0px 10px;

}
nav ul li a.active{
    color: #cba67f !important;
}
nav ul li a{
    text-decoration: none;
    color: #000 !important;
}
/*----------------------Banner css---------------------*/
.carousel-caption{
    top: 80px;
}
.carousel-caption h3{
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 3px 6px 6px #000;
    font-weight: 500;
    margin-bottom: 8px;
}
.carousel-caption h3 span{
    font-weight: 400;
}
.carousel-caption p {
	font-family: 'Cinzel', serif;
	font-size: 40px;
	letter-spacing: 10px;
	color: #ffffff;
	font-weight: 700;line-height: 1;text-shadow: 2px 4px 10px #607582;
}
.carousel-caption ul li{
    display: inline-flex;
}
.carousel-indicators li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
}
.carousel-indicators .active{
    background: #cba67f;
    border: 5px solid #fff;
}
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    height: 30px;
}

/*----------------------overview_section css---------------------*/
.overview_section{
    padding: 70px 0;
    height: auto;
    text-align: center;
}
.overview_section .overview_box {
	width: 100%;

}
.overview_section .overview_box h4 {
	font-size: 50px;
	letter-spacing: 6px;
	color: #58595b;
	font-family: 'Cinzel', serif;
	margin-bottom: 30px;
}
.overview_section .overview_box p {
	font-size: 25px;
	color: #6d6e70;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.7em;
	text-align: left;font-family: 'Hurme Geometric Sans 2';
}
.overview_section .overview_box .readmore_btn {
	font-size: 23px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	background: #be9880 !important;
	border: none;
	box-shadow: none !important;
	outline: none;
	border-radius: 0 !important;
	border-bottom: 2px dotted transparent;
	font-family: 'Hurme Geometric Sans 2';
	padding: 8px 20px;
}
.overview_section .overview_box .readmore_btn i{
    font-size: 20px;
    font-weight: 600;
}
.overview_section .overview_box .readmore_btn:hover{
    color: #be9880;
    border-bottom: 2px dotted #be9880;background:transparent!important;
}

/*----------------------facility_section css---------------------*/
.facility_section{

    height: auto;
    padding-top: 0;
}
.facility_section .facility_text {
	background: #be9880;
	width: 100%;
	height: 100%;
	padding: 50px 45px;
	text-align: center;
}
.facility_section .facility_text h5 {
	font-size: 34px;
	letter-spacing: 7px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding: 0 30px 10px;
	font-family: 'Cinzel', serif;
	margin-bottom: 50px;
}
.facility_section .facility_text p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
.facility_section .facility_text ul {
	width: 24%;
	/* float: left; */
	text-align: left;
	margin: 0;
	list-style: disc;
	margin-left: 60px;
}
.facility_section .facility_text ul li {
	list-style: disc;
position: relative;color: #fff;
}

.facility_section .facility_text ul li a {
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Hurme Geometric Sans 2';font-weight: 400;
}
.facility_section .facility_text ul li a i{
    margin-right: 8px;
}
.facility_section .facility_text .readmore_btn {
	font-size: 19px;
	letter-spacing: 0px;
	color: #fff;
	font-weight: 700;
	font-family: 'Hurme Geometric Sans 2';
	background: none !important;
	border: none;
	box-shadow: none !important;
	outline: none;
	border: 1px solid #fff;
	border-radius: 0 !important;
	padding: 9px 25px;
	margin-top: 40px;
}
.facility_section .facility_text .readmore_btn i{
    margin-right: 5px;
    font-size: 18px;
}
/* .facility_section .col-md-6{
    display: flex;
} */
/*----------------------floor_plan css---------------------*/
.floor_plan {
	padding: 60px 0;
	height: auto;
	text-align: center;
}

.floor_plan .overview_box h4{
    font-size: 40px;
    letter-spacing: 3px;
    color: #595b61;
    font-family: 'Bebas Neue', cursive;
    margin-bottom: 30px;
}
.floor_plan .line {
    width: 100%;
    height: 1px;
    background: #b3b4b4;
    margin: 25px 0;
}
.floor_plan .slider {
    width: 80%;
    margin: 0 auto;
}
.floor_plan .slider h4{
    font-size: 40px;
    letter-spacing: 3px;
    color: #cba67f;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    margin: 0;
}
.floor_plan .slider ul li {
    padding: 10px 0;
    width: 90%;
    border-bottom: 1px solid #707176;
}
.floor_plan .slider ul li a{
    font-size: 22px;
    letter-spacing: 1px;
    color: #707176;
    font-family: 'Bebas Neue', cursive;
}
.floor_plan .img_box{
    width: 100%;
    border-right: 1px solid #aaa;
}
.floor_plan .img_box img {
    width: 80% !important;
    margin: 0 auto;
}
.slider_box.text-left{
    padding: 0;
    text-align: center !important;
}
.slider_box .pdf_btn{
    font-size: 18px;
    letter-spacing: 0px;
    color: #cba67f;
    font-weight: 700;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 20px 0;
    border-bottom: 2px dotted #cba67f;
    text-decoration: none !important;
}
.slider_box .pdf_btn i{
    font-weight: 600;
    font-size: 16px;
}
.slider_box .pdf_btn:hover{
    color: #ff8300;
    border-bottom: 2px dotted #ff8300;
}
button.owl-prev {
    top: 40%;
    position: absolute;
    left: -30px;
    background: none !important;
    outline: none !important;
}
button.owl-next {
    top: 40%;
    position: absolute;
    right: -30px;
    background: none !important;
    outline: none !important;
}
button.owl-next .fas, button.owl-prev .fas{
    color: #cba67f !important;
    font-size: 50px;
}
.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";}
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";}
/*----------------------footer css---------------------*/
footer{
    text-align: center;
    padding: 20px 0px;
}
footer .left_btn_sec, footer .right_btn_sec{
    width: 100%;
    height: 280px;
    background-color: #bc977f;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
footer .left_btn_sec:hover{
    transition: all 0.3s ease;
    background: #ae8d6b;
}
footer .right_btn_sec:hover{
    transition: all 0.3s ease;
    background: #f8ddb6;
}
footer .left_btn_sec h4, footer .right_btn_sec h4 {
	font-size: 40px;
	letter-spacing: 3px;
	color: #231f20;
	text-transform: uppercase;
	font-family: 'Hurme Geometric Sans 2';
	font-weight: 700;letter-spacing: 9px;
}
footer .left_btn_sec .pdf_btn {
	font-size: 27px;
	letter-spacing: 0px;
	color: #2c2e35;
	font-family: 'Hurme Geometric Sans 2';
	text-decoration: none;
	/* margin-top: 20px; */
	font-weight: 400;
	padding-top: 17px;
	display: block;
}
footer .left_btn_sec .pdf_btn:hover{
    color: #914b00;
    text-decoration: underline;
}
footer .right_btn_sec img{
    width: 200pxl
}
footer .right_btn_sec{
    background-color: #dfc49d;
}
footer h5{
    font-size: 22px;
    letter-spacing: 0px;
    color: #707176;
    font-weight: 700;
    font-family: 'Hurme Geometric Sans 2';
    margin-bottom: 15px;
    margin-top: 5px;
}
footer h6, footer h6 a{
    font-size: 18px;
    letter-spacing: 0px;
    color: #707176;
    font-weight: 400;
    font-family: 'Hurme Geometric Sans 2';
    margin-bottom: 10px;
}
footer h6 a:hover{
    color: #cba57f;
}
footer .icon_box{
    text-align: center;
}
footer .icon_box .icon_item {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 15px 25px;
    background-color: #cba67f;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}
footer .icon_box .icon_item:hover{
    background-color: #dfc49d;
    color: #000;
    transition: all 0.3s ease;
}
footer h6 span{
    font-weight: 600;
}
footer .end_page p{
    font-size: 15px;
    color: #707176;
    margin-bottom: 10px;
    font-family: 'Hurme Geometric Sans 2';
}
footer .p_text {
	font-size: 15px;
	color: #707176;
	margin-bottom: 30px;
	font-family: 'Hurme Geometric Sans 2';
	text-align: left;
}
footer .end_page p img {
    width: 120px;
    margin: 0 5px;
}
/*************OVERVIEW*************/
/*inner_banner*/
.inner_banner{
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/inner_bannero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_banner h2 {
	font-size: 70px;
	letter-spacing: 12px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: 'Cinzel', serif;
}
.inner_banner .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.over_view_text{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.over_view_text p {
	font-size: 24px;
	letter-spacing: 0px;
	color: #707176;
	margin: 0;
	text-align: left !important;
	padding: 0;
	margin-bottom: 20px;
	font-family: 'Hurme Geometric Sans 2';
}

/***************flor plan*******************/
.florplan_inner_banner{
    background: url(../images/floor-bnr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.floar_tab{
    width: 100%;
    height: auto;
    padding: 50px 0;
    text-align: center;
}
.floar_tab .nav-tabs {
    border-bottom: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floar_tab .nav-tabs .nav-link {
    border: none !important;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #9a9b9f;
    font-size: 25px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: 'Bebas Neue', cursive;
    border-radius: 10px;
    width: 180px;
    margin: 0 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #cba57f;
}
.floar_tab .tab-content{
    margin-top: 50px;
    width: 100%;
    min-height: 250px;
    padding: 50px 30px;
    border-radius: 20px;
    background-color: #fff;
    border: 8px solid #cba67f;
}
.line {
    width: 100%;
    height: 1px;
    background: #b3b4b4;
    margin: 25px 0;
}
.floar_tab .plan_box .row .col-md-6{
    display: flex;
    align-items: center;
}
.floar_tab .plan_box .slider_box h4{
    font-size: 40px;
    letter-spacing: 3px;
    color: #cba67f;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    margin: 0;
}
.floar_tab .plan_box .item{
    width: 80%;
    margin: auto;
}
/*.floar_tab .plan_box .img_box img{
    width: 90%;
    margin: 0 auto;
}*/
.floor_slider_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.floar_tab .plan_box .slider_box ul li {
    padding: 10px 0;
}
.floar_tab .plan_box .slider_box ul li:nth-child(2){
    border-bottom: 1px solid #aaa;
}
.floar_tab .plan_box .slider_box ul li a{
    font-size: 22px;
    letter-spacing: 1px;
    color: #707176;
    font-family: 'Bebas Neue', cursive;
}
.floar_tab .plan_box .view_btn{
    font-size: 22px;
    letter-spacing: 1px;
    color: #cba67f;
    font-family: 'Bebas Neue', cursive;
    width: 180px;
    height: 50px;
    border-radius: 40px;
    background-color: #fff;
    border: 2px solid #cba67f;
    text-transform: uppercase;
    margin-top: 25px;
    text-decoration: none !important;
}

.ul_box {
    width: 100%;
   justify-content: center;
    display: flex;
}
footer .right_btn_sec img {
	width: 200px;
	margin-top: 26px;
}
/***************facilities_amenities*******************/
.facility_banner{
    background: url(../images/inner_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.facility_box{
    /*border-top: 2px solid #cda67f;*/
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 0 60px;
}
.facility_box .facility_item1{
border-top: 2px solid #cda67f;
}
.facility_box .img_box {
    overflow: hidden;
    /* border-radius: 15px; */
    /*height: 328px;*/
    /*justify-content: flex-end;
    position: relative;*/
}
/*.facility_box .img_box img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}*/
.facility_box .facility_item {
	padding: 0px 0 50px;
}
.facility_box .text_box{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.facility_box .text_box h3 {
	margin-bottom: 20px;
	font-size: 38px;
	letter-spacing: 2px;
	color: #58595b;
	/* font-family: 'Bebas Neue', cursive; */
	letter-spacing: 7px;
	font-family: 'Cinzel', serif;
}
.facility_box .text_box p {
	font-size: 22px;
	letter-spacing: 0px;
	color: #6d6e70;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.6em; font-family: 'Hurme Geometric Sans 2';
}
.facility_benifit{
    width: 100%;
    height: auto;
    padding: 40px 0;
    padding-bottom: 0;
}
.facility_benifit .benefit_box{
    width: 100%;
    min-height: 250px;
    padding: 30px 50px;
    border-radius: 20px;
    background-color: #fff;
    border: 5px solid #cba67f;
    text-align: center;
    margin-bottom: 0;
}
.facility_benifit .benefit_box h3{
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 4px;
    color: #595b61;
    font-family: 'Bebas Neue', cursive;
    font-weight: 600;
}
/*.facility_benifit .line_box{
    width: 100%;
    height: 2px;
    background: #cba67f;
} */
.facility_benifit .benefit_box .row-benefit{
    border-bottom: 1px solid #aaa;
}
.facility_benifit .benefit_item{
    border-right: 1px solid #aaa;
    margin: 20px 0;
}
.facility_benifit .benefit_item:last-child{
    border: none;
}
.facility_benifit .benefit_item:nth-child(4n){
    border: none;
}
.facility_benifit .benefit_box .icon_box {
    width: 120px;
    margin: auto;
    margin-bottom: 8px;
}
.facility_benifit .benefit_box .icon_box{
    font-size: 70px;
    color: #d2ac81;
    line-height: 0;
}
.facility_benifit .benefit_item h5{
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #595b61;
    font-family: 'Bebas Neue', cursive;
}
.amenities {
	width: 100%;
	height: auto;
	padding: 60px 0;
	/* background: #f2e9dd; */
}
.amenities h3 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 1px;
	color: #595b61;
	font-family: 'Cinzel', serif;
	margin-bottom: 45px;
}
.outdoor_box h5{
    font-size: 35px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 70px;
    color: #ff2e17;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.outdoor_box ol{
    list-style: none;
    color: red;
    margin: 0;
    padding: 0;
}
.outdoor_box ol li{
    margin-bottom: 15px;
    margin: 8px auto;
    padding-left: 80px;
}
.outdoor_box ol li a{
    font-size: 16px;
    letter-spacing: 0px;
    margin: 0;
    color: #43454b;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}
.outdoor_box ol li .box{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff2e17;
    color: #fff;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
}
.indoor_box, .outdoor_box{
    padding-bottom: 30px;
}
.indoor_box h5{
    font-size: 35px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 70px;
    color: #ff9027;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.indoor_box ol{
    list-style: none;
    color: red;
    padding: 0;
    margin: 0;
}
.indoor_box ol li{
    margin: 8px auto;
    padding-left: 115px;
}
.indoor_box ol li a{
    font-size: 16px;
    letter-spacing: 0px;
    margin: 0;
    line-height: 30px;
    color: #43454b;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.indoor_box ol li .box{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff9027;
    color: #fff;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
}
.outdoor_box {
    border-bottom: 2px solid #fff;
}
.indoor_box{
    padding-top: 30px;
}

.contact_banner{
    background: url(../images/contact_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/************contact us*****************/
.get_in_touch .touch_box {
	/* width: 100%; */
	/* min-height: 250px; */
	padding: 50px;
	border-radius: 0;
	background-color: #fff;
	/* border: 6px solid #cba67f; */
	margin-bottom: 50px;
	text-align: center;
	background: #bf9980;
	margin: 0 4%;
}
.get_in_touch .touch_box h4 {
	font-size: 55px;
	/* margin-bottom: 10px; */
	letter-spacing: 8px;
	color: #fff;
	font-weight: 700;
	/* margin-bottom: 8px; */
	font-family: 'Cinzel', serif;
	line-height: 1;
}
.get_in_touch .touch_box p {
	font-size: 18px;
	/* letter-spacing: 2px; */
	color: #fff;
    font-family: 'Hurme Geometric Sans 2';
	line-height: 1;
}
.contact_info{
    width: 100%;
    height: auto;
    padding: 50px 0;
    text-align: center;
}
.contact_info .contact_box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.contact_info .contact_box .contact_item {
    padding: 0 50px;
}
.contact_info .contact_box .contact_item:last-child {
	border-left: 2px solid #cbac98;
}
.contact_info .contact_box .contact_item p, .contact_info .contact_box .contact_item p a {
	font-size: 24px;
	letter-spacing: 0px;
	color: #6d6e70;
	font-family: 'Hurme Geometric Sans 2';
	font-weight: 400;
	margin: 0;
}
.contact_info .contact_box .contact_item p a{
    margin-left: 8px;
}
.contact_info .contact_box .contact_item p span {
	font-weight: bold;
	font-size: 26px;
}
 .contact_info .contact_box .contact_item p span a {

	font-weight: 700;
}
.contact_info h4 {
	font-size: 55px;
	margin-bottom: 30px;
	letter-spacing: 7px;
	color: #595b61;
	font-family: 'Cinzel', serif;
}
.get_in_touch .touch_box input {
	width: 100%;
	height: 55px;
	border-radius: 10px;
	border: 1.5px solid #cba67f;
	padding: 0 15px;
	font-size: 15px;
	outline: none;
	box-shadow: none;
	color: #bf9980;
	opacity: 1;
}
.get_in_touch .touch_box textarea {
	width: 100%;
	height: 150px;
	border-radius: 10px;
	border: 1.5px solid #cba67f;
	padding: 15px;
	font-size: 18px;font-family: 'Hurme Geometric Sans 2';
	outline: none;
	box-shadow: none;
	resize: none;
	font-weight: 700;
	letter-spacing: 3px;
}
.get_in_touch .touch_box label{
    width: 100%;
    padding-bottom: 10px;
}
.get_in_touch .touch_box input[type="submit"] {
	font-size: 33px;
	letter-spacing: 3px;
	color: #bf9980;
	font-weight: bold;
	font-family: 'Hurme Geometric Sans 2';
	width: 204px;
	height: 58px;
	margin: 0;
	background-color: #fff;
	border-radius: 0;
	text-transform: uppercase;
}
.con_text {
    width: 49%;
    margin-right: 1%;
    float: left;
}
.message_text {
    width: 49%;
    margin-left: 1%;
    float: left;
}
.slider_box ul{
    margin: 0;
    padding: 0;
}
.wpcf7-not-valid-tip{
    font-size: 14px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #00870c;
    border: none !important;
}
/* .line_separator{
    border-top: 2px solid #cda67f;
    padding-bottom: 50px;
} */

/************location*****************/
.location_section .location_box{
    width: 100%;
    min-height: 250px;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    margin: 50px 0;
    text-align: center;
}
.location_banner{
    background: url(../images/location-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.location_section .location_box .map_box{
    padding-bottom: 30px;
}
.location_section .location_box .description_box{
    padding: 0 50px;
    text-align: left;
    padding-top: 30px;
}
.location_section .location_box .description_box h4 {
	font-size: 21px;
	letter-spacing: 2px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: 600;
	font-family: 'Hurme Geometric Sans 2';
	text-transform: uppercase;
}
.location_section .location_box .description_box ol{
    padding-left: 25px;
    color: #43454b;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0 0 0 9px;
}
.location_section .location_box .description_box ol li{
    padding: 4px 0;
}
.location_section .location_box .description_box ol li a {
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 500;
	color: #262828;
	font-family: 'Hurme Geometric Sans 2';
}
.location_section .location_box .description_box h5{
    font-size: 24px;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 25px;
}
.location_section .location_box .description_box h5 .hotel_box_line{
    width: 50px;
    height: 4px;
    background: #f28f21;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 10px;
}
.description_box .map_text .box {
	width: 36px;
	height: 36px;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	float: left;
	position: relative;
	top: -6px;
	margin-right: 10px;
	background: #ffbb52;
}
.description_box .row .col-lg-4.col-md-6.col-sm-6:first-child .map_text .box{
    background: #715645;
}
.description_box .row .col-lg-4.col-md-6.col-sm-6:last-child .map_text .box{
        background: #dfbda2;
}
.description_box .row .col-lg-4.col-md-6.col-sm-6:nth-child(2) .map_text .box{
    background: #b8917c;
}

.location_section .location_box .description_box h4 .public_box{
    background: #efdbc9;
}
.location_section .location_box .description_box h4 .hotel_box{
    background: #8d7d79;
}
header .topheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
	/* justify-content: center; */
}
header .topheader .logo {
	padding: 0;
/* 	width: 220px; */
width: 140px;
}
.benefit_row{
    position: relative;
}
.benefit_row:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #aaa;
    left: 0;
    top: 47.5%;
}
.outdoor_item {
    column-count: 3;
    padding: 5px;
}
.indoor_item {
    column-count: 2;
}
i.fas.fa-plus{
    font-size: 14px !important;
}
.location_section .location_box .description_box ol li a{
    text-transform: capitalize;
}
.location_section .location_box .description_box h4 .box:nth-child(2){
background: #9dd08f !important;
}

/**/
#cssmenu > ul > li > a {
	font-size: 18px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #fff !important;
	/* font-weight: bold; */
	padding: 0px 17px;
	text-transform: uppercase;
	font-family: 'Hurme Geometric Sans 2';
}
header {
	background: #BE9880
;
	padding: 20px 0;
}
.banner .carousel-indicators li {
	margin-right: 8px;
	margin-left: 8px;
}
.banner .carousel-indicators li {
	width: 40px;
	height: 14px;
	border-radius: 10px;
}
.banner .carousel-indicators .active {
	border: 3px solid #fff;
}
.banner h1 {
	font-size: 82px;
	font-weight: 700;
	color: #fff;
	font-family: 'Cinzel', serif;text-shadow: 2px 4px 10px #607582
;letter-spacing: 13px;
}
.banner h1 span{
	font-size: 70px;
	display: block;
}
#cssmenu ul li a:hover {
	color: #6A5648
!important;
	transition: 0.6s;
}
.container {
	max-width: 1580px;
}
.faci-one img {
	width: 100%;
}
#cssmenu > ul > li.has-sub > a::before {
	position: absolute;
	top: 2px;
	right: 22px;
	display: block;
	width: 2px;
	height: 4px;
	background: transparent;
	content: '\f0d7';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
}
#cssmenu > ul > li.has-sub > a::after {
	display: none;
}
#cssmenu > ul > li.has-sub:hover > a::before {
	top: 2px;
	height: 0;
}
.sub-menu {
	width: 18rem;
	margin-top: 10px !important;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: auto;
	font-size: 15px;
	text-decoration: none;
	color: #877f7f!important;
	font-weight: 700;
	background: #fff;
	line-height: 17px;
	text-transform: capitalize;border-bottom: 1px solid #ccc;
}
#cssmenu ul ul.sub-menu::after {
	position: absolute;
	top: -17px;
	left: 0;
	display: block;
	width: 100%;
	height: 33px;
	background: transparent;
	z-index: -1;
	content: '';
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #6a5648;
}
 #cssmenu ul li a {
	color: #fff!important;
}
.facility_section .facility_text ul li a i{
	display: none;
}
.floor_plan .overview_box h4 {
	font-size: 50px;
	letter-spacing: 6px;
	color: #58595b;
	font-family: 'Cinzel', serif;
	margin-bottom: 30px;
}
.typ-title h4{
color: #000;
	font-weight: 700;
	font-family: 'Hurme Geometric Sans 2';
	font-size: 24px;letter-spacing: 2px;
}
.typ-title {
	padding: 30px;
	background: #d6ab8b;

}
.typee_box {

	padding: 40px 0 0px;
}
.typ-title.typ-bk{
    background:#ead1bc;
}
.typ-otr {
	padding: 0 40px;
	border-right: 3px solid #be9880;
}
 .readmore_btn {
	font-size: 23px;
	letter-spacing: 0px;
	color: #fff!important;
	font-weight: 700;
	background: #be9880 !important;
	border: none;
	box-shadow: none !important;
	outline: none;
	border-radius: 0 !important;
	border-bottom: 2px dotted transparent;
	font-family: 'Hurme Geometric Sans 2';
	padding: 8px 20px;
}
 .readmore_btn:hover {
	color: #be9880!important;
	border-bottom: 2px dotted #be9880;
	background: transparent !important;
}
.typee_box .row {
	margin-bottom: 50px;
}
footer .right_btn_sec{
    background-color: #e9d1bc;
}
 footer h6 a {

	font-weight: 700;

}
.typ-otr:last-child {

	border-right: 0;
}
.typ-pic {
	margin-top: 40px;
}
.ph-no {
	display: flex;
	justify-content: center;
}
.ph-no h6:last-child {
	margin-left: 15px;
}
.facility_section .facility_text .readmore_btn:hover {
	color: #fff!important;

}
#wpcf7-f64-p61-o1 p {
	margin: 0;
}
.get_in_touch .touch_box input::placeholder {
	font-weight: 700;
	font-size: 18px;
	outline: none;
	box-shadow: none;
	color: #bf9980;
	opacity: 1;font-family: 'Hurme Geometric Sans 2';letter-spacing: 3px;
}
.get_in_touch .touch_box textarea::placeholder {

	color: #bf9980;
	opacity: 1;
}
.get_in_touch {
	margin-bottom: 50px;
}
.contact_banner.inner_banner h2 {
	color: #000;
	text-shadow: 6px 1px 5px rgba(0,0,0,0.2);
}
.facility_box h3 {
	font-size: 40px;
	font-weight: 700;
	font-family: 'Cinzel', serif;
	margin-bottom: 50px;
	color: #58595b;
	letter-spacing: 7px;
}
.am-list {
	margin-top: -200px;
	padding: 0 15%;
}
.am-list h4 {
	font-family: 'Hurme Geometric Sans 2';
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #cd3627;
	border-bottom: 1px solid #cd3627;
	display: inline-block;
}
.am-list .list2 h4 {
	color: #31376a;
	border-bottom: 1px solid #31376a;

}
.list1 ul,.list2 ul {
	margin: 0;
}
.list1 ul li span {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #cd3627;
	color: #fff;margin-right: 7px;
	font-size: 14px;
}
.am-list ul li {
	margin-bottom: 7px;
	font-family: 'Hurme Geometric Sans 2';
	font-size: 15px;
	font-weight: 400;
}
.list2 ul li span {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #2b4b8f;
	color: #fff;
	margin-right: 7px;
	font-size: 14px;
}
.list2.lst3 {
	margin-top: 30px;
}
.floor_plan.my-floor .typee_box .row {
	margin-bottom: 50px;
	border-top: 1px solid #d8ac8d;
	padding-top: 50px;
	align-items: center;
}
.floor_plan.my-floor .typ-otr {
	border-right: 0;
}
.typ-title h4 {
	text-align: left;
}
.typ-title {
	padding: 30px 90px;
}
.flr-list ul {
	list-style: disc;
	margin-left: 40px;
	margin-top: 50px;
}
.flr-list ul li {
	list-style: disc;
	text-align: left;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 14px;font-family: 'Hurme Geometric Sans 2';
}
.florplan_inner_banner.inner_banner h2 {
	color: #000;text-shadow: 6px 1px 5px rgba(0,0,0,0.2);
}
#cssmenu > ul > li.active > a {
	color: #6A5648 !important;
}

/****************** pintu 17/12/2021  ************************/
.title-text {
    padding: 50px 0;
    margin:0;
    background: #fff;
}
.title-text h2 {
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	color: #58595b;
	letter-spacing: 7px;
}
.title {
    padding: 50px 0;
    margin:0;
    background: #e8c7ad;
}
.title h5 {
    text-align: center;
    font-family: 'Hurme Geometric Sans 2';
    font-size: 23px;
    margin:10px 0 0 0;
}
.register_section .pdf_btn img{
    width: 42px;
    margin: -10px 0 0 0;
}
/**/
.faci-one img {
   
    height: 100%;
    object-fit: fill;
}
/*  */
.typ-title.fl-b {
	background: #ebd2bd;
}
.contact_banner.inner_banner h2 {
	font-size: 62px;
	letter-spacing: 6px;
	
}
.floor_plan.my-floor .typ-title {
    padding: 30px 47px;
    width: 85%;
    margin-left: 0;
}
.map_box img {
	width: 70%;
}
.top-pp {
	text-align: center;
}
.top-pp img {
	
	width: 87%;
	
}
/*27*/
.typ-title h4 {
	text-align: center;
}
.typ-title {
	padding: 30px 13px;
	width: 80%;
	margin: auto;
}
.floor_plan.my-floor .typ-title h4 {
    text-align: center;
}
/*1-3*/

.flr-list ul li {
	font-size: 25px;
}
.am-list {
	padding: 0 9%;
}
.description_box .row {
	margin-bottom: 55px !important;
}
.get_in_touch .touch_box input[type="submit"] {
	font-size: 20px;
	width: 149px;
	height: 50px;
}
/*6-1*/
#ad-button {
    display: inline-block;
    background-color: #be9880;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    font-size: 16px;
    border: 2px solid #fff;
}
#ad-button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 23px;
    line-height: 44px;
    color: #fff;
}
#ad-button:hover {
  cursor: pointer;
  background-color: #333;
}
#ad-button:active {
  background-color: #555;
}
#ad-button.show {
  opacity: 1;
  visibility: visible;
}
.des-rw1 .col-lg-4:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row.des-rw2 {
    justify-content: center;
}
.row.des-rw2 .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.facility_banner.inner_banner h2 {
    text-align: center;
}
/**/
.contact_box .contact_item:first-child {
	width: 23%;
}
.contact_box .contact_item:first-child b {
	width: 20%;
	display: inline-block;
}
.map_box img {
	width: 100%;
}