


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
:root{
	--red: #cf160c;
}
html, body, #wrapper {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	scroll-behavior: smooth;
} 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
body
#main{
	width:100%;
	padding:0;
	margin:0 auto;
	padding-top: 190px;
}
*{
	padding:0;
	margin:0;
	}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}

span{
	display: inline-block;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #231f20;
	padding: 0 0 15px 0;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}

/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top:0px;
	left: 0;
	z-index: 999;
	padding: 0;
	background:#fff;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header .logo {
	width: 220px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
/*	padding:5px 0 0 0;*/
	margin: 0 auto 0 0;
}
header nav {
	display: inline-block;
	float: right;
	padding: 0% 0% 0% 0%;
	background-color: transparent;
/*	margin-top: 5px;*/
	width: unset;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 1% 6% 0.5% 7%;
}
header.smaller .logo {
	width:14%;
}
header.smaller nav {
	display: inline-block;
	float: left;
	padding:0% 0% 0% 7%;
	margin-top: 1.5%;
}

header .top_band{
	background: var(--red);
}
header .top_band ul{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}
header .top_band ul li{
	padding: 0 20px;
}
header .top_band ul li .info_box{
	color: #fff;
	font-size: 15px;
	line-height: 1em;
}
header .top_band ul li .info_box .text{
	font-weight: 600;
}
header .top_band ul li .info_box .text a{
	color: inherit;
}
header .main_header_band .inner_container{
	display: flex;
	align-items: center;
	padding: 15px 0;
}
header .ace-responsive-menu li{
	border-right: 2px solid #cdcdcd;
}
header .ace-responsive-menu li:last-child{
	border: none;
}
header .ace-responsive-menu li a{
	font-size: 15px;
	font-weight: 600;
	padding: 2px 10px;
}
header .main_header_band .inner_container .enquire_now_btn{
	padding: 0 0 0 15px;
}
header .main_header_band .inner_container .enquire_now_btn a{
	background: var(--red);
	color: #fff;
	padding: 10px 25px;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 50px;
}

.hero{
	position: relative;
}
.hero .img_box{
	overflow: hidden;
}
.hero .img_box img{
	width: 100%;
	transition: all 0.5s;
}
.hero:hover .img_box img{
	transform: scale(1.1);
}
.hero .hero_overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error{
	font-size: 14px;
	padding: 0 15px;
	color: #ff0000;
	font-weight: 600;
}
.form-group {
    margin-bottom: 15px;
}
.form_error span{
	font-size: 12px;
/*    padding: 0 0 5px 0;*/
    margin: 0 0 5px 15px;
    color: #ff4c4c;
    font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: none;
    background-image: none;
    border: 1px solid #c3bfbf;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}
.checkbox_wrapper{
	display: flex;
}
.checkbox_wrapper .checkbox_label{
	padding: 0 15px;
    color: #000;
}
.checkbox_wrapper .single_checkbox{
/*	width: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox_wrapper .single_checkbox:nth-child(2){
	padding: 0 10px 0 0;
}
.checkbox_wrapper .single_checkbox input{
	width: 20px;
	cursor: pointer;
}
.checkbox_wrapper .single_checkbox label{
/*	width: 20px;*/
	cursor: pointer;
}
.hero .inner_container{
	display: flex;
}
.hero .inner_container .form_box{
    background: #fff;
    padding: 0;
    border-radius: 20px;

    width: calc(50% - 6vw);
    margin: 0 0 0 auto;
}
.hero .inner_container .form_box form{
	padding: 20px 30px 10px 30px;
}
.hero .inner_container .form_box .title{
/*	font-family: 'Roboto Slab', serif;*/
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 25px 0 0 0;
    text-align: center;
    color: var(--red);
}
.hero .inner_container .form_box .sub_title{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 5px 0 0 0;
}
.hero .inner_container .form_box .form-group{
	margin: 0 0 15px 0;
}
.hero .inner_container .form_box .form-control{
	border-radius: 50px;
	color: #000;
}
.hero .inner_container .form_box .form-control::placeholder{
	color: #000;
}
.hero .inner_container .form_box .submit_btn{
	font-size: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    display: inline-block;
    padding: 12px 0;
    position: relative;
    color: #fff;
    width: 70%;
    margin: auto 15%;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;

	box-shadow: inset 0 0 30px 30px var(--red), inset 0 0 1px 1px #000;
	background: transparent;
	transition: all 0.5s ease;
}
.hero .inner_container .form_box .submit_btn:hover{
	box-shadow: inset 0 0 0px 2px var(--red), inset 0 0 30px 30px #fff;
    background: transparent;
    color: var(--red);
}
.checkbox_input{
	display: flex;
	align-items: center;
	padding: 0 0 0 15px;
}
label{
    font-size: 14px;
    color: #000;
    padding: 0 10px 0 5px;
    display: inline-block;
}
#terms_n_conditions_label{
	cursor: pointer;
}
#terms_n_conditions_label span.blue{
	color: #0000ff;
}
#terms_n_conditions_label .tool_tip_text{
	position: absolute;
    width: 100%;
    right: 0;
    top: 17px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    visibility: hidden;
    transition: all 0.3s;
    box-shadow: 0 0 10px -5px #444;
    margin: 10px 0 0 0;
    z-index: 1;
}
#terms_n_conditions_label:hover .tool_tip_text{
	visibility: visible;
}
.hero .hero_overlay .text_box .text{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 20px #52391b;
}
.hero .hero_overlay .text_box .text .lil_big{
	font-size: 1.5em;
}
.center{
	text-align: center;
}
.heading{
	font-size: 40px;
	font-weight: 600;
	color: var(--red);
	padding: 0 0 10px;
}
.sub_head{
	font-size: 18px;
	font-weight: 600;
	color: #231f20;
	padding: 0 0 15px;
}
.width_25{
	width: 25%;
}
.width_30{
	width: 30%;
}
.width_40{
	width: 40%;
}
.width_50{
	width: 50%;
}
.width_60{
	width: 60%;
}
.width_70{
	width: 70%;
}
.section_link{
	position: absolute;
	top: -140px;
}

/*best_room*/
.best_room{
	padding: 60px 0;
	text-align: center;
	position: relative;
}
/*.best_room .images_boxes{
	display: grid;
	grid-template-areas: 'one one two two two two' 'one one three three four five';
	gap: 15px;
	padding: 40px 0 0 0;
}*/
/*.best_room .images_boxes .img_box{
	overflow: hidden;
	position: relative;
}
.best_room .images_boxes .img_box::before{
	position: absolute;
	content: 'Actual Image';
	left: 5px;
	bottom: 5px;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 0 10px #00000073;
	z-index: 1;
}
.best_room .images_boxes .img_box:nth-child(1){	
	grid-area: one;
}
.best_room .images_boxes .img_box:nth-child(2){	
	grid-area: two;
}
.best_room .images_boxes .img_box:nth-child(3){	
	grid-area: three;
}
.best_room .images_boxes .img_box:nth-child(4){	
	grid-area: four;
}
.best_room .images_boxes .img_box:nth-child(5){	
	grid-area: five;
}
.best_room .images_boxes .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.best_room .images_boxes .img_box:hover img{
	transform: scale(1.1);
}*/
.best_room .images_boxes{
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 0 0;
}
.best_room .images_boxes .img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 10px;
}
.best_room .images_boxes .inner_box{
	display: flex;
	flex-wrap: wrap;
}
.best_room .images_boxes .inner_box .room_slider{
}
.best_room .images_boxes .inner_box .images_box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
/*about_sec*/
.about_sec{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: var(--red);
	position: relative;
}
.about_sec .text_box{
	padding: 0 60px 0 calc(50vw - 585px);
}
.about_sec .text_box .heading{
	color: #fff;
}
.about_sec .text_box p.sub_head{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 1.6em;
	padding: 0;
}
.about_sec .img_box{
	overflow: hidden;
}
.about_sec .img_box img{
	width: 100%;
	transform-origin: left;
	transition: all 0.5s;
}
.about_sec .img_box:hover img{
	transform: scale(1.1);
}

/*services_facilities*/
.services_facilities{
	text-align: center;
	padding: 60px 0;
	background: #f7f3ed;
	position: relative;
}
.services_facilities .info_boxes{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0 0 0;
}
.services_facilities .info_boxes .info_box{
	background: #fff;
	width: calc(50% - 20px);
	margin: 0 0 30px;
	border-radius: 20px;
	border: 1px solid var(--red);
	padding: 0 30px 10px;
}
.services_facilities .info_boxes .info_box .icon img{
	transition: all 0.3s;
}
.services_facilities .info_boxes .info_box:hover .icon img{
	transform: scale(1.1);
}
.services_facilities .info_boxes .info_box .title{
	font-size: 25px;
	font-weight: 600;
	color: #231f20;
	padding: 0 0 10px;
}

/*video_wrapper*/
.video_wrapper{
	background: #1b2c63;
}
.video_wrapper .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.video_wrapper .inner_container .heading{
	color: #fff;
	padding: 0 0 40px;
	line-height: 1.2em;
	font-weight: 500;
}
.video_wrapper .inner_container .three_info{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 15px;
}
.video_wrapper .inner_container .three_info li{
	width: 33.33%;
}
.video_wrapper .inner_container .three_info li .title{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1em;
}
.video_wrapper .inner_container .three_info li p{
	color: #fff;
	font-weight: 400;
}
.video_wrapper .inner_container .enquire_now_btn a{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background: var(--red);
	padding: 10px 15px;
	border-radius: 5px;
	text-transform: uppercase;
}
.video_wrapper .inner_container .video_box a{
	position: relative;
	display: block;
	overflow: hidden;
}
.video_wrapper .inner_container .video_box a::before{
	position: absolute;
    content: '\f167';
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: var(--red);
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    left: 0;
    bottom: 130px;
    z-index: 2;
    transition: all 0.3s;
}
.video_wrapper .inner_container .video_box a:hover::before{
	bottom: 130px;
}
.video_wrapper .inner_container .video_box a::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000;
	z-index: 1;
    transition: all 0.3s;
}
.video_wrapper .inner_container .video_box a:hover::after{
	background: #0003;
}
.video_wrapper .inner_container .video_box a img{
	transition: all 0.3s;
}
.video_wrapper .inner_container .video_box a:hover img{
	transform: scale(1.1);
}

/*experience_at_witty*/
.experience_at_witty{
	padding: 60px 0;
}
.experience_at_witty .heading{
	text-align: center;
	padding: 0 0 40px;
}
.experience_at_witty .testimonials_slider{
	padding: 0 40px;
}
.experience_at_witty .testimonials_slider .owl-stage{
	display: flex;
}
/*.experience_at_witty .testimonials_slider .owl-stage .owl-item{

}*/
.experience_at_witty .testimonials_slider .item_box{
	padding: 35px 35px 0 35px;
	/*background: url(../images/testimonial-shape.png) no-repeat;
	background-position: bottom;
	background-size: cover;*/
	border-bottom: 35px solid #cfdde6;
	position: relative;
	height: 100%;
}
.experience_at_witty .testimonials_slider .item_box::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 35px;
	height: 60%;
	background: #cfdde6;
}
.experience_at_witty .testimonials_slider .item_box::after{
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	width: 35px;
	height: 25%;
	background: #cfdde6;
}
.experience_at_witty .testimonials_slider .item_box .attestant_box{
	background: #f9f9f9;
	padding: 40px 50px;
	border-top-right-radius: 100px;
	height: 100%;
}
.experience_at_witty .testimonials_slider .item_box .attestant_box .stars{
	color: var(--red);
	padding: 0 0 10px;
}
.experience_at_witty .testimonials_slider .item_box .attestant_box .stars i{
	margin: 0 3px 0 0;
}
.experience_at_witty .testimonials_slider .item_box .attestant_box .text p{
	font-size: 18px;
	line-height: 1.6em;
}
.experience_at_witty .testimonials_slider .item_box .attestant_box .attestant_name{
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	color: var(--red);
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
.experience_at_witty .testimonials_slider .owl-nav{
	margin: 0;
}
.experience_at_witty .testimonials_slider .owl-nav button{
	margin: 0;
	position: absolute;
	top: calc(50% - 19px);
	transition: all 0.3s;
	border: none;
	outline: none;
}
.experience_at_witty .testimonials_slider .owl-nav [class*=owl-]:hover{
	background: unset;
	color: #000;
}
.experience_at_witty .testimonials_slider .owl-nav button.owl-prev{
	left: 0;
}
.experience_at_witty .testimonials_slider .owl-nav button.owl-next{
	right: 0;
}
.experience_at_witty .testimonials_slider .owl-nav button span{
	font-size: 80px;
    line-height: 0.5em;
    font-family: 'Font Awesome 5 Free';
    padding: 0 0 0.29em 0;
}

/*footer*/
footer .upper_sec{
	background: #f7f3ed;
	padding: 30px 0;
}
footer .upper_sec .inner_container{
	display: flex;
	flex-wrap: wrap;
}
footer .upper_sec .inner_container .logo{
	width: 220px;
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .upper_sec .inner_container .info_box{
	height: 100%;
}
footer .upper_sec .inner_container .col-sm-4:nth-child(2) .info_box{
	display: flex;
	flex-direction: column;
}
footer .upper_sec .inner_container .info_box .title{
	font-size: 20px;
	font-weight: 600;
	color: #231f20;
	padding: 0 0 10px;
}
footer .upper_sec .inner_container .info_box ul.quick_links li{
	padding: 0 0 10px;
}
footer .upper_sec .inner_container .info_box ul.quick_links li a{
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
footer .upper_sec .inner_container .info_box .follow_us{
	display: flex;
	align-items: center;
	margin: auto 0 0 0;
}
footer .upper_sec .inner_container .info_box .follow_us .text{
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
footer .upper_sec .inner_container .info_box .follow_us ul{
	display: flex;
}
footer .upper_sec .inner_container .info_box .follow_us ul li{
	padding: 0 0 0 10px;
}
footer .upper_sec .inner_container .info_box .follow_us ul li a{
	font-size: 16px;
	background: #1b2c63;
	color: #fff;
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}
footer .upper_sec .inner_container .info_box ul.ctc_links li{
	padding: 0 0 10px 0;
}
footer .upper_sec .inner_container .info_box ul.ctc_links li .inner_box{
	display: flex;
}
footer .upper_sec .inner_container .info_box ul.ctc_links li .inner_box .icon{
	width: 20px;
	text-align: center;
	color: #1b2c63;
	font-size: 18px;
	padding: 3px 0 0 0;
}
footer .upper_sec .inner_container .info_box ul.ctc_links li .inner_box .text{
	width: calc(100% - 20px);
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding: 0 0 0 10px;
}
footer .lower_sec{
	background: var(--red);
}
footer .lower_sec .text{
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

footer .inner_container .box .heading{
	color: #231f20;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
footer .inner_container .box .heading::before{
	display: none;
}
footer .inner_container .box ul li{
	padding: 0 0 15px;
}
footer .inner_container .box .title {
	color: var(--red);
    padding: 10px 0 10px 5px;
    font-weight: 600;
    font-size: 17px;
}
footer .inner_container .box ul.contact_us_links li{
	margin: 0 0 0 -25px;
	padding: 0 0 5px;
}
footer .inner_container .box ul li .icon_txt_wrap{
	display: flex;
	flex-wrap: wrap;
}
footer .inner_container .box ul li .icon_txt_wrap .icon{
	width: 20px;
    text-align: center;
}
footer .inner_container .box ul li .icon_txt_wrap .icon i{
	padding: 4px 0 0 0;
	font-size: 14px;
}
footer .inner_container .box ul li .icon_txt_wrap .text{
	width: calc(100% - 20px);
/*	padding: 0 0 0 5px;*/

	font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 0 0 0 10px;
}
footer .inner_container .box ul li .icon_txt_wrap a{
	color: #000;
}


/*Thank You Page*/

.thankyou_page{
	min-height: calc(100vh - 140px - 277px);
	display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou_page .inner_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10% 0;
}

.thankyou_page .inner_container .line1{
	display: inline-block;
	position: relative;
    color: var(--red);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 0 20px 0;
}

.thankyou_page .inner_container .line2{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}