/*.home-hero h2 {
color: #003b71;
}*/
.accomodation{
	padding-top:80px;
}
.accomodation .full_section_inner{
	gap:0 !important;
}
.accommodation-box{
	position: relative;
	height: 450px;
}
.accommodation-box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.accommodation-box h4{
	font-size: 26px;
}
.accommodation-box p{
	line-height: 1.2;
	margin-bottom: 30px;
}
.accommodation-box .overlay1 h4{
	color: #fff;
}
.accommodation-box .overlay1 {
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
	width: 70%;
	left: 0;
	box-shadow: none;
	background: 0 0;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}

.accommodation-box .overlay2 {
	position: absolute;
	width: 80%;
	margin-bottom: 0;
	bottom: 0;
	background: 0 0;
	box-shadow: none;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	background-color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 0px;
	padding: 15px;
	padding-bottom: 30px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.accommodation-box:after {
	height: 250px;
	max-height: 100%;
	width: 100%;
	content: "";
	bottom: 0;
	background: linear-gradient(0deg, #2b2e2e 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}

.accommodation-box:hover .overlay2{
	-ms-transform: translateY(-33px);
	-o-transform: translateY(-33px);
	-moz-transform: translateY(-33px);
	-webkit-transform: translateY(-33px);
	transform: translateY(-33px);
	opacity: 1;
	visibility: visible;
}
.accommodation-box .overlay2 h4{
	margin-bottom: 15px;
}
.btn1{
	background-color: #ab9f6c;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 10px;
	border: 1px solid #ab9f6c;
	transition: .3s ease-in-out;
}
.btn1.btn2{
	color: #ab9f6c;
	background: transparent;
}
.btn1:hover {
	background-color: #003b71;
	border-color: #003b71;
	color: #fff;
}
.btn1.btn2:hover {
	color: #003b71;
	border-color: #003b71;
	background: transparent;
}
.btnBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-map.contactus .full_section_inner{
	    gap: 0 !important;
    justify-content: center;
}
.form-map.contactus .form-row{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.form-map.contactus .form-row.col-3 label:nth-of-type(1),
.form-map.contactus .form-row.col-3 label:nth-of-type(2) {
  width: 49%;
}

.form-map.contactus .form-row.col-3 label:nth-of-type(3) {
  width: 100%;
  margin-right: 0;
}
.animatedText .section_inner_margin,.offer-section .full_section_inner, .info-box .full_section_inner{
	gap: 0 !important;
}
.animatedText .image_with_text img{
	height: 250px;
	width: 100%;
	object-position: center;
	object-fit: cover;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.animatedText .image_with_text h3{
	min-height: 51px;
	margin-bottom: 10px;
	color: #fff;
}

.animatedText .wpb_wrapper{
	border: 1px solid;
	padding: 15px;
	background: #ab9f6c;
	color: #fff;
}

.animatedText .wpb_wrapper:hover img{
	-ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.offer-section img{
	width: 100%;
	position: relative;
	height: 100%;
    max-height: 550px;
}
/* .offer-section .qode-cta-section::after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	background: #00000082;
} */
.new-offer-section .offerBox{
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 37px -13px rgba(0, 0, 0, 0.55);
}
.new-offer-section .offerBox .offerText{
	padding: 50px 30px;
}
.new-offer-section .offerBox .offerText h4{
	font-size: 32px;
}
.new-offer-section .offerBox .offerText h2{
	color: #ab9f6c;
    font-size: 60px;
    font-weight: bold;
    margin: 30px 0;
}
.new-offer-section .offerBox .offerText p{
	font-size: 22px;
	font-weight: bold;
}
.new-offer-section .offerBox .box{
	width: 50%;
}
.new-offer-section .offerBox .offerImg.box{
	height: 480px;
}
.new-offer-section .offerBox .offerImg.box img{
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.info-box h2{
	text-align: center;
	margin-bottom: 60px !important;
}
.info-box .qode-icwi-icon-holder{
	display: none;
}
.info-box .qode-icwi-image{
	height: 110px;
	width: 110px;
	border-radius: 50%;
	margin: auto;
}
.info-box .qode-icwi-image img{
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
/* .info-box .full_section_inner .vc_column_container.vc_col-sm-3 .vc_column-inner{
	padding: 0;
} */
.info-box{
	padding: 50px 0 !important;
	background: #ab9f6c4f;
}
.info-box .qode-info-card-with-icon{
	background: #fff;
	padding: 25px;
	    border-radius: 15px;
}
.info-box .qode-info-card-with-icon .qode-icwi-text-holder{
	padding: 0;
	padding-top: 15px;
}