/*
Author : Shameer
Theme Colors
Green : #0B332A
Gold : #d19e43
*/
@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Montserrat:wght@400;500;600;700&display=swap');

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; }
.gloock-regular {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal; }

* { margin:0; padding:0;  }
body {
	margin: 0; padding: 0; 
	font-weight: 400; font-size: 16px; color:#222;
	font-family: "Montserrat", sans-serif;
	background: #fff; }
img { max-width: 100%; height: auto; }


/*  MENU  ----------------------*/
.menu-area {
	margin:0;
	width: auto; float:left; transition: all 1s; }
.top-menu { 
	width:100%; float:left;
	padding:0; margin:0; text-align: center; }
.top-menu a {
	font-size:14px;
	text-decoration: none; color:#fff; font-weight:500; }
.top-menu a.button { background:none; font-size:13px; padding:5px 10px; margin:0; }


.top-menu a:hover, .top-menu a.active, .current-menu-item a { 
	color:#d19e43; }
.top-menu li::before { display: none; }
.top-menu ul {
	float: right; display: inline-block; 
	margin:0; padding:0;
	list-style: none; }
.top-menu ul li {
	clear:none; margin:0; padding:0px 5px;
	float:left; position: relative;
	border: none; line-height: 1em; }
.top-menu ul li a { 
	text-transform: uppercase; 
	padding:2px 2px; margin:5px 5px 0 5px; display: inline-block; }
.top-menu ul li a:hover {  }
.top-menu ul li a:focus { border: none; outline: none; }
.top-menu ul li ul { padding:5px 0; }
.top-menu ul li ul li a {  }
.top-menu ul li ul li a:hover { background:#eee; }


/* DROP DOWN MENU  ------------*/
.top-menu .sub-menu { display: none; }
.top-menu ul li.menu-item-has-children { cursor: pointer; }
.top-menu ul li.menu-item-has-children a { padding-right: 20px; }

ul.sub-menu { 
	width: 250px; position: absolute; left:4px; top:28px; z-index: 2001;
	margin:0; padding:0;
  	background:#f9f9f9; border-radius: 3px; }
ul.sub-menu li { 
	width:100%; float:left; clear:both; 
	margin:0; padding:0; border-bottom:1px solid #eee; }
ul.sub-menu li a {
	width:100%; float:left; clear:both; text-transform: capitalize;
	margin:0; padding:8px 10px; min-height: auto;  text-align: left;
	color:#333; font-size:13px; font-weight: 400;
}ul.sub-menu li a:hover {color:#2d2d2d;}
ul.sub-menu li:last-child { border:none; }

.top-menu .drop-down-icon {
	position:absolute; right:10px; top:9px; display:inline-block;
	width:20px; height:20px; line-height:20px;
	text-align:center; cursor: pointer;
	z-index:2001; color:#fff;
}
.drop-down-icon i { line-height: 20px; color:#333; }
.top-menu .submenu-active { display: block; }

.menu-button { 
	display: none;  
	cursor: pointer; float: right; 
	display:none; width:50px; height:40px; 
	margin:0; padding:0; line-height:2.6;
	color:#fff; text-align:center; font-size:16px;
	background:none; border-radius: 30px; }
.menu-close {
	display: none; background:#fff;
	width:30px; height:30px;
	position: absolute; top:90px; right:20px;
	text-align: center; line-height: 30px;
	font-size:1.1em; color:#000; cursor: pointer;
	border-radius: 30px; -webkit-border-radius: 30px; 
	-moz-border-radius: 30px; /*border:1px solid #3a88fa;*/ }
@media(max-width:1200px){
	.menu-button { display: block; }
	.menu-close { display: block; }
	.menu-area { 
		height:100vh; overflow:hidden;
		width:0; 
		position: fixed; top:0; left: 0; z-index: 2001;
		background:#000; }
	.menu-area .top-menu { margin:0; padding:140px 0 50px; }
	.menu-area ul { margin:0; padding:0; }
	.menu-area ul li { 
	  width:100%; float:left; text-align: center; margin:10px 0 20px; padding:0; }
	.menu-area ul li a { 
		font-size:1.2em; color:#fff; }
	.menu-area ul li a.button { font-size:1.4em; padding:10px 20px; border-color:#333; color:#333; }
	.menu-area ul li a:hover { color:#333; }
	
	.top-menu .drop-down-icon {
		width:30px; height:34px; border-radius: 15px;
		line-height: 34px; color:#fff;
		right:10px; top:0; background:rgba(256,256,256,0.2); }
	.top-menu .sub-menu { 
		float:left;
		width:100%; margin:5px auto 0 auto; float:none; padding:0; clear:both; position:relative; top:0; left:0; }
	.top-menu .sub-menu li { margin:0; padding:0; text-align: center; border:none; }
	.top-menu .sub-menu li a { 
		width:auto; display: inline-block;
		margin:10px auto; padding:2px; float:none;
		text-align: center; font-size:18px; border:none; } 
	.sub-menu {}
	.top-menu { text-align: center; }
	.top-menu ul { width:100%; }
	.menu-area .top-phonecall { display: none; }
	.menu-area .quick-quote { display: none; }
	 
}
@media (max-width: 767px) { 
	.menu-button { background:none; }
}
@media (max-width:575px) { 
	.menu-button { /*position:fixed; right:40px; top:30px;*/ }
	.menu-area { top: auto; bottom:0; }
}
@media (max-width:380px) {
	
}

/* menus script ---*/
.menu-active { 
	width: 100%; display: block; overflow-y:scroll; }


/* TYPOGRAPHY --------------------------- */

h1, h2, h3 { 
	font-weight:400;
	color:#fff; text-align: left;
	font-family: "Gloock", serif;
	margin:0 0 30px; padding:0; line-height:1.2; }
h4, h5 { 
	font-weight:400;
	color:#fff; text-align: left;
	font-family: "Gloock", serif;
	margin:0 0 25px; padding:0; line-height:1.2; }
h6 {
	text-align: left; margin:0 0 15px 0; padding:0; line-height: 1.3;
	font-family: "Gloock", serif; font-weight:400; }

h1 { font-size:52px; color:#0B332A; }
h2 { font-size:46px; color:#0B332A; }
h3 { font-size:36px; color:#0B332A; }
h4 { font-size:32px; color:#0B332A; }
h5 { font-size:28px; color:#0B332A; }
h6 { font-size:22px; color:#0B332A; }
h6.mont { 
	font-size:18px; color:#0B332A; font-weight:600;
	font-family: "Montserrat", sans-serif; }
.mont { font-family: "Montserrat", sans-serif; }
p { 
	margin:0 0 25px; padding:0; 
	font-size:16px; color:#222;
	font-family: "Montserrat", sans-serif; font-weight: 400;
	text-align: left; line-height: 1.5;}
p a { text-decoration:underline; }
p a:hover { color:#d19e43; }

span {}
strong { font-weight:700; }

a { text-decoration:none; color:#d19e43; transition: all 1s; }
a:hover { color:#d19e43; }
a img { border: none; outline: none; }

@media(max-width:1200px){
	h1, h2, h3 { margin:0 0 20px; }
	h4, h5, h6 { margin:0 0 15px; }
}
@media(max-width:991px){
	h1 { font-size:42px; }
	h2 { font-size:36px; }
	h3 { font-size:32px; }
	h4 { font-size:28px; }
	h5 { font-size:22px; }
	h6 { font-size:20px; }
	h6.mont { font-size:16px; }
	p  { font-size:14px; line-height: 1.6;  margin:0 0 20px; }
}
@media(max-width:767px){
	h1, h2, h3 { margin:0 0 15px; }
	h4, h5, h6 { margin:0 0 10px; }
	h1 { font-size:36px; }
	h2 { font-size:32px; }
	h3 { font-size:28px; }
	h4 { font-size:22px; }
	h5 { font-size:20px; }
	h6 { font-size:18px; }
	p { font-size:15px; }
}
@media(max-width:575px){
}
::after,
::before { font-family: "Font Awesome 5 Free"; font-weight:900; }
a::after,
a::before { 
	display: inline-block; margin:0 8px 0 0; padding:0; }
a.white_button,
a.button {
	display: inline-block;
	margin:0; padding:14px 30px; line-height: 1;
	text-decoration: none; 
	border-radius: 30px; text-transform: capitalize;
	font-weight:600; font-size:14px; text-align: center;
	background:#fff; border:1px solid #0B332A; color:#0B332A;
	 }
a.button.whitebg { background:#fff; color:#222; border-color:#fff; }
a.button.greenbg { background:#0B332A; color:#222; border-color:#0B332A; }
a.button.goldbg { background:#d19e43; color:#fff; border-color:#d19e43; }

a.button:hover { background:#0B332A; color:#fff;  }
a.button.whitebg:hover {}
a.button.greenbg:hover {}
a.button.goldbg:hover {}


a.readmore { font-weight:500; color:#00276C; }
a.readmore span { display: inline-block; margin:0 5px 0 0; }
a.readmore::after { content:'\f178'; }
a.readmore:hover { color:#d19e43; }

a.readback { font-weight:500; color:#d19e43; }
a.readback::before { content:'\f060';}
a.contact-button { 
	color:#000; text-transform: uppercase; }

@media(max-width:767px){
	a.whtie_button, a.button { padding:13px 20px; font-size:13px; }
}
.whatsappbutton { 
	max-width: 180px;
	padding:8px 20px; font-size:15px; font-weight: 500; 
	background:#fff; color:#1D314C; display:flex; justify-content: center; align-items: center;
  gap:6px; border-radius:100px; }
.whatsappbutton i {  }
.whatsappbutton svg { font-size:22px; margin:0; padding:0; }
.whatsappbutton svg path { fill:#25D366; }
.whatsappbutton:hover { text-decoration: none; background:#58C936; color:#fff; }
.whatsappbutton:hover svg path { fill:#fff; }

.whatsappbutton.fullcolor { background:#25D366; color:#333; }
.whatsappbutton.fullcolor svg path { fill:#333; }
.whatsappbutton.fullcolor:hover { background:#25D366; color:#fff; }
.whatsappbutton.fullcolor:hover svg path{ fill:#fff; }

.text-center {
	text-align: center; }
.flex-center { display: flex; justify-content:center; }

/* SPACING ------------------ */
.mt-40 { margin-top: 40px !important; } .mr-40 { margin-right: 40px !important; } .mb-40 { margin-bottom: 40px !important; } .ml-40 { margin-left: 40px !important; }
.mt-30 { margin-top: 30px !important; } .mr-30 { margin-right: 30px !important; } .mb-30 { margin-bottom: 30px !important; } .ml-30 { margin-left: 30px !important; }
.mt-20 { margin-top: 20px !important; } .mr-20 { margin-right: 20px !important; } .mb-20 { margin-bottom: 20px !important; } .ml-20 { margin-left: 20px !important; }
.mt-10 { margin-top: 10px !important; } .mr-10 { margin-right: 10px !important; } .mb-10 { margin-bottom: 10px !important; } .ml-10 { margin-left: 10px !important; }
.mt-0 { margin-top:0px !important; } .mr-0 { margin-right:0px !important; } .mb-0 { margin-bottom:0px !important; }  .ml-0 { margin-left:0px !important; }

.pt-40 { padding-top: 40px !important; } .pr-40 { padding-right: 40px !important; } .pb-40 { padding-bottom: 40px !important; } .pl-40 { padding-left: 40px !important; }
.pt-30 { padding-top: 30px !important; } .pr-30 { padding-right: 30px !important; } .pb-30 { padding-bottom: 30px !important; } .pl-30 { padding-left: 30px !important; }
.pt-20 { padding-top: 20px !important; } .pr-20 { padding-right: 20px !important; } .pb-20 { padding-bottom: 20px !important; } .pl-20 { padding-left: 20px !important; }
.pt-10 { padding-top: 10px !important; } .pr-10 { padding-right: 10px !important; } .pb-10 { padding-bottom: 10px !important; } .pl-10 { padding-left: 10px !important; }
.pt-0 { padding-top:0px !important; } .pr-0 { padding-right:0px !important; } .pb-0 { padding-bottom:0px !important; }  .pl-0 { padding-left:0px !important; }

.mt-lg-40 { margin-top: 40px !important; } .mr-lg-40 { margin-right: 40px !important; } .mb-lg-40 { margin-bottom: 40px !important; } .ml-lg-40 { margin-left: 40px !important; }
.mt-lg-30 { margin-top: 30px !important; } .mr-lg-30 { margin-right: 30px !important; } .mb-lg-30 { margin-bottom: 30px !important; } .ml-lg-30 { margin-left: 30px !important; }
.mt-lg-20 { margin-top: 20px !important; } .mr-lg-20 { margin-right: 20px !important; } .mb-lg-20 { margin-bottom: 20px !important; } .ml-lg-20 { margin-left: 20px !important; }
.mt-lg-10 { margin-top: 10px !important; } .mr-lg-10 { margin-right: 10px !important; } .mb-lg-10 { margin-bottom: 10px !important; } .ml-lg-10 { margin-left: 10px !important; }
.mt-lg-0 { margin-top:0px !important; } .mr-lg-0 { margin-right:0px !important; } .mb-lg-0 { margin-bottom:0px !important; }  .ml-lg-0 { margin-left:0px !important; }

.mt-md-40 { margin-top: 40px !important; } .mr-md-40 { margin-right: 40px !important; } .mb-md-40 { margin-bottom: 40px !important; } .ml-md-40 { margin-left: 40px !important; }
.mt-md-30 { margin-top: 30px !important; } .mr-md-30 { margin-right: 30px !important; } .mb-md-30 { margin-bottom: 30px !important; } .ml-md-30 { margin-left: 30px !important; }
.mt-md-20 { margin-top: 20px !important; } .mr-md-20 { margin-right: 20px !important; } .mb-md-20 { margin-bottom: 20px !important; } .ml-md-20 { margin-left: 20px !important; }
.mt-md-10 { margin-top: 10px !important; } .mr-md-10 { margin-right: 10px !important; } .mb-md-10 { margin-bottom: 10px !important; } .ml-md-10 { margin-left: 10px !important; }
.mt-md-0 { margin-top:0px !important; } .mr-md-0 { margin-right:0px !important; } .mb-md-0 { margin-bottom:0px !important; }  .ml-md-0 { margin-left:0px !important; }

.mt-sm-40 { margin-top: 40px !important; } .mr-sm-40 { margin-right: 40px !important; } .mb-sm-40 { margin-bottom: 40px !important; } .ml-sm-40 { margin-left: 40px !important; }
.mt-sm-30 { margin-top: 30px !important; } .mr-sm-30 { margin-right: 30px !important; } .mb-sm-30 { margin-bottom: 30px !important; } .ml-sm-30 { margin-left: 30px !important; }
.mt-sm-20 { margin-top: 20px !important; } .mr-sm-20 { margin-right: 20px !important; } .mb-sm-20 { margin-bottom: 20px !important; } .ml-sm-20 { margin-left: 20px !important; }
.mt-sm-10 { margin-top: 10px !important; } .mr-sm-10 { margin-right: 10px !important; } .mb-sm-10 { margin-bottom: 10px !important; } .ml-sm-10 { margin-left: 10px !important; }
.mt-sm-0 { margin-top:0px !important; } .mr-sm-0 { margin-right:0px !important; } .mb-sm-0 { margin-bottom:0px !important; }  .ml-sm-0 { margin-left:0px !important; }

.pt-lg-40 { padding-top: 40px !important; } .pr-lg-40 { padding-right: 40px !important; } .pb-lg-40 { padding-bottom: 40px !important; } .pl-lg-40 { padding-left: 40px !important; }
.pt-lg-30 { padding-top: 30px !important; } .pr-lg-30 { padding-right: 30px !important; } .pb-lg-30 { padding-bottom: 30px !important; } .pl-lg-30 { padding-left: 30px !important; }
.pt-lg-20 { padding-top: 20px !important; } .pr-lg-20 { padding-right: 20px !important; } .pb-lg-20 { padding-bottom: 20px !important; } .pl-lg-20 { padding-left: 20px !important; }
.pt-lg-10 { padding-top: 10px !important; } .pr-lg-10 { padding-right: 10px !important; } .pb-lg-10 { padding-bottom: 10px !important; } .pl-lg-10 { padding-left: 10px !important; }
.pt-lg-0 { padding-top:0px !important; } .pr-lg-0 { padding-right:0px !important; } .pb-lg-0 { padding-bottom:0px !important; }  .pl-lg-0 { padding-left:0px !important; }

.pt-md-40 { padding-top: 40px !important; } .pr-md-40 { padding-right: 40px !important; } .pb-md-40 { padding-bottom: 40px !important; } .pl-md-40 { padding-left: 40px !important; }
.pt-md-30 { padding-top: 30px !important; } .pr-md-30 { padding-right: 30px !important; } .pb-md-30 { padding-bottom: 30px !important; } .pl-md-30 { padding-left: 30px !important; }
.pt-md-20 { padding-top: 20px !important; } .pr-md-20 { padding-right: 20px !important; } .pb-md-20 { padding-bottom: 20px !important; } .pl-md-20 { padding-left: 20px !important; }
.pt-md-10 { padding-top: 10px !important; } .pr-md-10 { padding-right: 10px !important; } .pb-md-10 { padding-bottom: 10px !important; } .pl-md-10 { padding-left: 10px !important; }
.pt-md-0 { padding-top:0px !important; } .pr-md-0 { padding-right:0px !important; } .pb-md-0 { padding-bottom:0px !important; }  .pl-md-0 { padding-left:0px !important; }

.pt-sm-40 { padding-top: 40px !important; } .pr-sm-40 { padding-right: 40px !important; } .pb-sm-40 { padding-bottom: 40px !important; } .pl-sm-40 { padding-left: 40px !important; }
.pt-sm-30 { padding-top: 30px !important; } .pr-sm-30 { padding-right: 30px !important; } .pb-sm-30 { padding-bottom: 30px !important; } .pl-sm-30 { padding-left: 30px !important; }
.pt-sm-20 { padding-top: 20px !important; } .pr-sm-20 { padding-right: 20px !important; } .pb-sm-20 { padding-bottom: 20px !important; } .pl-sm-20 { padding-left: 20px !important; }
.pt-sm-10 { padding-top: 10px !important; } .pr-sm-10 { padding-right: 10px !important; } .pb-sm-10 { padding-bottom: 10px !important; } .pl-sm-10 { padding-left: 10px !important; }
.pt-sm-0 { padding-top:0px !important; } .pr-sm-0 { padding-right:0px !important; } .pb-sm-0 { padding-bottom:0px !important; }  .pl-sm-0 { padding-left:0px !important; }

@media screen and (max-width:991px){

}
@media screen and (max-width:767px){

}


/* LISTING ------------------ */
ul, ol {}
ul li, ol li {
	position: relative;
	margin:0 0 10px; padding:0 0 0 20px;
}
ul li a, ol li a { text-decoration: underline; }

ul.nostyle {
	list-style: none; margin:0; padding:0;
}ul.nostyle li {  }


ul.listing { 
	width:100%; float:left; list-style: none;
	margin:0; padding:0; }
ul.listing strong { font-weight:600; }
ul.listing li  { 
	position:relative; padding:0 0 10px 20px; margin:0; }
ul.listing li::before { 
	position:absolute; top:0; left:0; content:'-'; }
ul.listing li a {}


/* FORM CONTENT ----------*/
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"], 
textarea, select, option {
	color:#6C757D; font-size:13px; font-weight:400;
	background:#fff; border:1px solid #E5E5E5;
	border-radius:50px; }
input[type="text"], input[type="tel"], input[type="number"],
input[type="date"], input[type="email"] { 
	width:100%; height:45px;  border-radius:50px;
	padding:10px 15px; margin:20px 0 0; }
input[type="date"] {
	 }
input[type="number"] {
	 }
select {
	width:100%; height: 40px; 
	padding:10px 15px; margin:0 0 15px; }
textarea { 
	width:100%; height: 100px; padding:10px 15px; margin:0 0 15px;
	resize:none; outline: none; border-radius:3px; }

input[type="submit"],
button[type="submit"],
input[type="button"]{
	width:100%; min-height:50px; max-width:200px;
	background:#0B332A; color:#fff; font-size:14px;
	font-weight:600; border-radius: 30px;
	border:1px solid #0B332A; outline:none; cursor: pointer; }

input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="button"]:hover { 
	background:#d19e43; color:#fff; border-color:#d19e43; }
button { border:none; outline:none; background:none; }

button[type="submit"] { 
	max-width:200px; min-height: 40px; 
	background: #d19e43; color:#fff; border-color:#d19e43; }

/* owl carousel ------------- */
.owl-carousel .owl-nav {
/* 	position: absolute; top:35%; right:0; z-index: 2001; */
}
.owl-carousel .owl-nav div {
	width:40px; height:40px; 
	display: flex; justify-content: center; align-items: center;
	margin:0; padding:0; float: left;
	color:#7D7D7D; text-align:center; font-size:17px;
	background: #fff; border-radius:40px; }

.owl-carousel .owl-nav div.owl-next { position: absolute; top:45%; right:45px; }
.owl-carousel .owl-nav div.owl-prev { position: absolute; top:45%; left:45px;  }
.owl-carousel .owl-nav div:hover { background: #d19e43; }


@media(max-width:767px){
	.owl-carousel .owl-nav { display: none; }
}

.owl-carousel .owl-dots {
	margin:10px 0 10px;
	text-align: center; }
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width:10px; height: 10px;
	margin:0 3px; padding:0;
	background: #CCCFCE; border-radius:10px;
	-webkit-border-radius:10px; -moz-border-radius:10px; }
.owl-carousel .owl-dots .owl-dot.active {
	background:#d19e43; }
.next-slide, .prev-slide { cursor: pointer; }

.destination-cover_slider .owl-carousel .owl-dots { position:absolute; width:100%; bottom:5px; }




/* --------------------------------------------------------- */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
  }
}
.full-block { width:100%; float:left; }
.half-block { width:50%; float:left; }
.section, #section { 
	width:100%; float:left;
	margin:0; padding:100px 0; }
@media(max-width:1200px){
	.section, #section { padding:50px 0; }
}
@media(max-width:991px){
	.section, #section { padding:40px 0; }
}
.whatsappCall {
	width:60px; height:60px;
	position: fixed; bottom:30px; right:30px; z-index:  2003;
	animation: bounce 1s infinite;
}
.phoneCall {
	width:45px; height:45px;
	position: fixed; bottom:30px; right:110px; z-index: 2003;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); }
}

/* HEADER ---------------------------*/ 

.header-container {
	position: absolute; top:0; left:0; z-index: 2001;
	width:100%; float:left; 
	background:none; animation-delay: 2s; }
.header { 
	max-width:1300px; width:80%; 
	padding:15px 0; margin:0px auto 0;
	background:#0B332A; border-radius:10px; }

.fixed-header { 
	position: fixed; top:0; left:0; z-index: 2001;
	background:none;}
.fixed-header:hover { background:none; }
.fixed-header:hover .callus .cicon { border:1px solid rgba(256,256,256,0.3); }

.top_social {
	max-width:1300px; width:80%; margin:20px auto 0; padding:0;
	text-align: right; }
.top_social ul.social-menu { margin:0; padding:0; }
.top_social ul.social-menu li { margin:0 5px; padding:0; }
.top_social ul.social-menu li a { border-radius: 0px; border:none; background:none; width: 20px; height: 20px; }


.logo a img { max-width:185px; width:100%; }
.navcontainer { 
	display:flex;
	justify-content:space-between; align-items:center; }
.header a.button:hover { border-color:#fff; color:#fff; }

.icon_contact {  }
.icon_contact a { 
	margin:0; padding:0;
	position:relative; font-weight:500; color:#fff; font-size: 14px;
	display: flex; align-items:center; justify-content: center; }
.icon_contact a:hover { text-decoration: none; color:#d19e43; }
.icon_contact a:hover span.ctext span { color:#fff; }
.icon_contact a span.cicon { 
	margin:0 10px 0 0; padding:0;
	border-radius: 30px; text-align: center;
	display: flex; align-items:center; justify-content: center;
	width:40px; height:40px; background:#d19e43; }
.icon_contact svg,
.icon_contact i {
	 color:#fff; font-size:18px; }
.icon_contact .fa-phone-alt { font-size:15px; }
.icon_contact .fa-whatsapp { font-size:24px; }
.icon_contact .callus span.cicon { background:#000; }
.icon_contact span.ctext span { font-size:0.85em; font-weight:400; }

.top-quick-contact { float:right; }


@media(max-width:1300px){
	.header .icon_contact .chatwithus span.ctext { display: none; }
	.logo a img { max-width:170px; }
	.header .icon_contact a span.ctext { display: none; }
	.header .top_button a { padding:10px 15px 12px; font-size:13px; font-weight:500; }
}
@media(max-width:1200px){
	.top_social { display: none; }
	.header { margin-top:20px;}
	.logo a img { max-width:150px; }
	.navcontainer { justify-content: flex-end; }
	.header .icon_contact { margin-left:15px; }
	.header .icon_contact a span.ctext { display: none; }
}
@media(max-width:767px){
	.header .top_button { display: none; }
	.header .icon_contact { display: none; }
}

/* LISTING -------------- */
.star_listing { float:left; margin:0; padding:0 0 20px; }
.star_listing i { color:#E5E5E5; }
.star_listing svg path { fill:#E5E5E5; }
.star_listing i.color { color:#F7921E; }
.star_listing svg.color path { fill:#F7921E;}

ul.addresslist { margin:0 0 10px; list-style:none; padding:0;}
ul.addresslist li { margin:0; padding:0 0 10px 25px; }
ul.addresslist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li.phone::before { content:'\f095'; font-size:15px;}
ul.addresslist li.email::before { content:'\f658'; }
ul.addresslist li.location::before { content:'\f3c5'; }
ul.addresslist li a { text-decoration:none; }
@media screen and (max-width:575px){
	ul.addresslist li { padding:0 0 10px; }
	ul.addresslist li::before { position: relative; margin:0 10px 0; top:0; }
}

ul.iconlist { margin:0 0 10px; list-style:none; padding:0;}
ul.iconlist li { margin:0; padding:0 0 10px 25px; }
ul.iconlist li::before { 
	content:'-'; font-size:16px; line-height: 1;
	background:none; position:absolute; top:4px; left:0; }
ul.iconlist li a { text-decoration:none; }
ul.iconlist li a:hover { color:#f7921e; }

@media screen and (max-width:575px){
	ul.iconlist li { padding:0 0 10px; }
	ul.iconlist li::before { position: relative; margin:0 10px 0; top:0; }
}

ul.iconlist li.email::before { content:'\f658'; }
ul.iconlist li.phone::before { content:'\f095'; font-size:15px;}
ul.iconlist li.location::before { content:'\f3c5'; }
ul.iconlist li.map::before { content:'\f279'; }
ul.iconlist li.share::before { content:'\f079'; }
ul.iconlist li.group::before { content:'\f0c0'; }
ul.iconlist li.language::before { content:'\f2a7'; }
ul.iconlist li.age::before { content:'\f2bd'; }
ul.iconlist li.time::before { content:'\f017'; font-weight:500; }
ul.iconlist li.type::before { content:'\f5fd'; }
ul.iconlist li.price::before { content:'\f156'; }



ul.iconlist li.air-conditioning::before { content:'\f2dc'; }
ul.iconlist li.camping::before { content:'\f6bb'; }
ul.iconlist li.cave-exploring::before { content:'\f279'; }
ul.iconlist li.cuisine::before { content:'\f562'; }
ul.iconlist li.kayaking::before { content:'\e445'; }
ul.iconlist li.long-haul-travel::before { content:'\f4d7'; }
ul.iconlist li.mountain-climbing::before { content:'\f6fc'; }
ul.iconlist li.wildlife-watching::before { content:'\f52e'; }
ul.iconlist li.photography::before { content:'\f083'; }
ul.iconlist li.cablecar::before { content:'\f7da'; }

.sharelocation {}
ul.sharelocation li { float:left; padding-right:15px; }
ul.sharelocation li a { color:#999; }
ul.sharelocation li::before { color:#999; }

/* FOOTER -------------------- */
.footer { 
	position: relative; padding-bottom:30px;
  width:100%; float:left; 
	
	background:#142132; }
.footer::before {
	content:''; width:100%; height:100%; opacity: 0.2;
	position:absolute; top:0; left:0;
	background-image:url('../img/pexels-bertellifotografia-8533834.jpg');
	background-position: center; background-size:cover;
}
.footer h2 { color:#fff; }
.footer h3 { color:#fff; }
.footer a.button { float:right; }

.footer p { 
	font-size:15px; color:#C3C3C3; margin:0; }
.footer a {
	color:#C0C0C0; text-decoration: none; }
.footer a:hover { color:#004BFF; }
.footer h6 { margin:0 0 20px; color:#EBEBEB; font-weight: 500; text-transform: capitalize; }

.footer-block { margin:0; padding:10px 0; width:100%; float:left; }

.footer ul { list-style: none; margin:0 0 15px; padding:0; width:100%; float:left; }
.footer ul li { margin:0 0 15px; padding:0; color:#fefefe; font-size:15px; }
.footer ul li a { color:#fefefe; text-transform:uppercase; }

ul.social-menu { 
	list-style: none; margin:0 0 30px; padding:0; }
ul.social-menu li { 
	display: inline-block; margin:5px 2px; padding:0; }
ul.social-menu li a { 
	font-size:18px; text-decoration: none;
	font-size:#fff; display:inline-block; 
	width:30px; height:30px; display:flex;
  justify-content:center; align-items:center; }
ul.social-menu li a svg { font-size:20px; }
ul.social-menu li a svg path { color:#fff !important; }

.footer ul.social-menu { margin:0; }
.footer-block { width:100%; float:left; margin:0 0 30px; padding:0; }

.footer-locations { 
	width:100%; float:left;
	margin:10px 0 20px; padding:40px 0 0;
	border-top:1px solid #EEEEEE20;
	border-bottom:1px solid #EEEEEE20; }
.footer-locations ul { margin:0 0 20px; padding:0; }
.footer-locations ul li { margin:0 0 20px; padding:0 20px 0 0; color:#fefefe;}
.footer-locations ul li a { font-weight:500; color:#fefefe; }

.footer p.copycat { text-align: right; font-size:14px; color:#888; }


a.backtotop {
    position: fixed; bottom: 35px; right: 100px; z-index: 1000;
    background-color: #00000050;
    font-size: 14px; color: #fff;
    padding: 5px 5px 5px 10px;
    border-radius:50px;
    text-decoration: none;
    display: none; /* Hidden initially */ }
a.backtotop span { 
	width:30px; height:30px; margin:0 0 0 10px; padding:0;
	display: inline-block; text-align: center; line-height: 2.2;
	background:#CFCFCF; color:#3d3d3d;
  border-radius: 30px; }
a.backtotop:hover {
    background-color: #000; }
a.backtotop span i {
    margin-left: 5px;
    font-size: 16px; }
@media screen and (max-width:575px){
	.footer { text-align: center; }
	.footer h6 { text-align: center; }
	.footer h3 { text-align: center; }
	.footer p { text-align: center; }
	.footer a.button { margin:0 0 30px; }
	.footer p.copycat { text-align: center; }
	.footer a.button { float:none; }
	.footer-block p { max-width:90%; margin:0 auto; }
	.footer ul li { margin:0 0 15px; padding:0; }
}

/* BANNERS -------------------------- */
.banner { 
	width:100%; float:left; text-align:center; position: relative; }

.banner-caption { 
	margin:0; padding:80px 0 0; 
	text-align: center; transform: translateY(-50%);
	width:100%; float:left; position:absolute; top:50%; left:0; z-index:20;}

.banner-caption h1 { 
	width:100%; letter-spacing:3px;
	margin:0 0 20px; padding:0; line-height: 1.1;
	text-transform: capitalize; text-align: center;
	color:#fff; font-size:62px; font-weight:900; }
.banner-caption p { 
	width:100%; max-width:700px; text-align: center; margin:0 auto 30px;
	font-size:18px; color:#fff; }
.banner-caption a.button { 
	color:#fff; background:rgba(0,0,0,0.5); border:none; }
.banner-caption a.button:hover {
	background:rgba(0,0,0,0.9); }

.banner-image {
	width:100%; float:left; position:relative; }
.banner-image::after {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background: rgb(0,0,0,0.5); } 
.banner-image img {
	width:100%; max-height:800px; float:left;
	object-fit: cover; object-position:center; }


.banner-slider .owl-carousel .owl-nav div {
	font-size:12px; line-height: 3;
	width:40px; height:40px; text-align:center; top: auto; bottom:50%;
	border-radius: 40px; background:none; border:1px solid #fff; color:#fff;
}
.banner-slider .owl-carousel .owl-nav div.owl-prev { left:20px; }
.banner-slider .owl-carousel .owl-nav div.owl-next { right:20px; }

.banner-slider .owl-carousel .owl-dots { position:absolute; width:100%; bottom:5px; }

@media(max-width:1500px){
	.banner-caption h1 { font-size:62px;}
}
@media(max-width:1200px){
	.banner-caption h1 { font-size:50px; margin:0 0 10px;}
	.banner-caption p { font-size:16px; }
	.banner::before { 
		height:200px;
	 background: rgb(238,241,252);
		background: linear-gradient(0deg, rgba(238,241,252,0) 0%, rgba(0,0,0,0.4) 100%);}
}

@media(max-width:991px){
	.banner-caption h1 { font-size:46px;}
	
}
@media(max-width:767px){
	.banner::before { 
		height:150px; }
	.banner-caption h1 { font-size:35px; font-weight:800; }
	.banner-image img { min-height:350px; }
	.banner-caption p { display: none; }
	.banner-caption a.button { font-size:13px; padding:10px 20px; }
}
@media(max-width:575px){
	.banner::before { height:100px; }
	.banner-image img { min-height:300px; }
	.banner-caption h1 { font-size:30px;  }
	.banner-caption p { display: none; }
}

/* HOME PAGE ---------------------------------- */
.home_intro { background: #F8F6F0; }
.intro_image { 
	width:100%; float:left; text-align:center; }


@media screen and (max-width:767px){
	.intro_image { margin:0 0 30px;  }
	.intro_image img { max-width:80%; }
}
@media screen and (max-width:575px){
	.home_intro { text-align:center; }
	.home_intro h2 { text-align:center; }
	.home_intro p { text-align:center; }
}
.rooms_home_intro { 
	padding-bottom:200px;
	background:#0B332A;
	position:relative; }
.rooms_home_intro::before {
	width:100%; height:100%; content:'';
	position: absolute; top:0; left:0;
	opacity:0.2;
	background-image: url('../img/pexels-bertellifotografia-8533834.jpg');
	background-repeat: no-repeat; 
	background-size:cover; }

.rooms_home_intro h2 { color:#fff; }
.rooms_home_intro p { color:#fff; }
.rooms_home_intro a { color:#d19e43; }

.rooms_home { 
	padding-top:0; position: relative;
	background-image:url('../img/pexels-raulling-29141660.png');
	background-repeat:no-repeat;
	background-size:cover; }
.rooms_home-container { margin-top:-50px; }

.rooms_flight-one { position: absolute; top:60%; left:0; z-index:1; }
.rooms_flight-two { position: absolute; top:15%; right:0; z-index:1; }

@media screen and (max-width:575px){
	.rooms_home_intro { padding-bottom:100px; }
	.rooms_home-container { margin-top:-80px; }
	.rooms_home_intro { text-align:center; }
	.rooms_home_intro h2 { text-align:center; }
	.rooms_home_intro p { text-align:center; }
}

.rooms_block {
	width:100%; float:left; margin:0 0 40px; padding:0;
	position: relative; z-index: 2;
}
.rooms_block_img {
	width:100%; float:left; margin:0; padding:0; }
.rooms_block_img img {
	width:100%; height: 280px; float:left; margin:0; padding:0; 
	border-radius:10px;
	object-fit:cover; object-position:center; }
.rooms_block_desc {
	width:100%; float:left; 
	margin:-50px auto 0 auto; padding:0 30px;
	background:none; position: relative; }
.rooms_block_desc .full-block { 
	background:#fff; padding:30px 30px; border-radius: 10px; }

@media screen and (max-width:991px){
	.rooms_block_img img { width:100%; height:250px; }
}
@media screen and (max-width:575px){
	.rooms_block_img img { width:100%; height:240px; }
}

.rooms_block_desc h6 { 
	font-family: "Montserrat", sans-serif; font-weight: 700; }
.rooms_block_desc p { width:100%; float:left; font-size:14px; }
.rooms_block_desc p.hotellocation { 
	font-size:15px; color:#8B6F47; font-weight:600; margin:0 0 8px; }
.rooms_block_desc p.feature { 
	padding:0 0 10px; margin:0 0 20px;
	border-bottom:1px dashed #999999; }
.rooms_block_desc p.feature span { color:#999; }
.rooms_block_desc p.price { font-size:15px; font-weight:500; }
.rooms_block_desc p.price span { font-weight: 700; color:#0B332A; font-size:20px; }
.rooms_block_desc a.button { border-color:#0B332A; background:#fff; color:#0B332A; }
.rooms_block_desc a.button:hover { border-color:#0B332A; background:#0B332A; color:#fff; }

.contactform_strip {
	background-image: url('../img/why_chooseus.jpg');
	background-size: cover; background-position: center;
	background-repeat: no-repeat; }
.contactform_strip {
	background-image: url('../img/why_chooseus.jpg');
	background-size: cover; background-position: center;
	background-repeat: no-repeat; }

.contactform_strip h3,
.contactform_strip h4 { color:#fff; }
.contactform_strip p { color:#fff; }
.contactform_strip ul li { color:#fff; }
.contactform_strip ul li a { color:#fff; }

.writetous { 
	max-width:520px; width:100%;
	padding:50px; margin:0; border-radius: 10px;
	/*background: #25D366; */
	background: #fff;

}
.writetous p { color:#222; }
.writetous h3,
.writetous h4 { color:#222; }
.writetous input { 
	color:#333;
	background:none; border:none; 
	border-radius: 0; border-bottom: 1px solid #333; }
.writetous input[type="submit"] { 
	background:#d19e4395; text-transform:uppercase; border:none; border-radius:30px;
	margin-top:30px; color:#fff; }
.writetous input[type="submit"]:hover { 
	background:#d19e43; color:#fff; }


/* faq */
.faqstrip { background:#F8F6F0; text-align:center; }
.faqstrip h2 { text-align: center; }
.faqstrip p { text-align: center; }

.accordion {
	width: 100%; margin: auto; }
.accordion-item {
	border-bottom: 1px solid #ddd; }

.accordion-question {
	cursor: pointer;
	padding: 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: background-color 0.3s ease;
	background: #F8F3EA; }

.accordion-answer {
	display: none;
	padding: 15px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	font-size: 14px; }

.faqsection {
	margin-bottom: 30px; }

.faqsection .accordion {
	width: 75%;
	border-radius: 5px;
	overflow: hidden; }

.faqsection .accordion-question {
	font-weight: 500;
	font-size: 16px; }

.accordion-question:hover,
.accordion-question.active {
	color: #fff;
	background-color: #0b332a; }
.faqsection .accordion-question:hover {
	color: #fff; }

.faqsection .accordion-answer {
	float: left;
	padding: 20px 35px 0px; }

.faqsection .accordion-answer p {
	text-align: left; font-size: 14px;
	color: #444; line-height: 1.5; }

.faqcontact {
	text-align: center; }
.faqcontact p {
	text-align: center; }
.faqcontact a.button {
	text-align: center;
	border: 2px solid #fff; }
.faqcontact a.button:hover {
	color: #004534; }

@media(max-width:767px) {
	.faqsection .accordion { width:100%; }
}


.choose_strip {
	background: #F8F3EA; }
.choose_strip img { border-radius: 10px; }
.choose_strip .full-block {
	margin:20px 0 0;
	border-bottom: 1px dashed #333; }
.choose_strip .full-block:last-child { 
	border:none; margin-bottom:20px; }

.choose_rooms { 
	width:100%; max-width:930px;
	margin:0 auto; padding:100px 0;
	text-align:center; background: url('../img/why_chooseus.jpg') center;
  background-size:cover; border-radius:10px; }
.choose_rooms h4 { text-align:center; color:#fff; }
.choose_rooms h6 { text-align:center; color:#fff; font-weight: 300; margin:0; }
.choose_rooms h6 a { text-decoration: underline; color:#fff; }

.destination_strip { background:#E6E6E6; }
.destination_strip h2 { text-align: center; }
.destination_strip p { text-align: center; }

.destination-slider { 
	width:100%; float:left; margin:30px 0 30px; padding:0; }
.destination_block { 
	width:100%; float:left; margin:0 0 30px; padding:0; }
.destination_block img { 
	width:100%; height:400px; object-fit:cover; object-position:center; }
.destination_thumb { 
	border-radius: 15px; overflow: hidden;
	position: relative; width:100%; float:left; }

.destination_thumb span.desti_desc { 
	position: absolute; bottom:0; left:0;
	width:100%; min-height: 130px; float:left; margin:0; padding:40px 30px 20px;
  background: #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); }

.destination_thumb span.desti_head { 
	width:100%; float:left; display: block;
	font-size:22px; color:#fff; font-weight:600; }
.destination_thumb span.desti_price {color:#fff; }
.destination_thumb span.desti_price span {color:#d19e43; }

.destination-slider .destination_block { margin-bottom:0; } 


.packback_strip {
	background: #F7F7F7;
}
.pack_your_bags-row { width:80%;  margin:30px 0;}
.pack_your_bags-row .row { margin-bottom:30px; }
.pack_your_bags-row img { margin-right:20px; }
.pack_your_bags-row h6 { margin:0; padding:0; font-family: "Gloock", serif; font-weight:400; line-height: 1.2;}
.pack_your_bags-row p { margin:0; padding:0; }
.pack_your_bags-img { margin-top:30px; }
.pack_your_bags-img img { border-radius:10px; width:100%;  }
@media screen and (max-width:1200px){
	.pack_your_bags-row { width:100%; }
}
@media screen and (max-width:767px){
	.pack_your_bags-row img { width:30px;}
	.pack_your_bags-row { margin:0; }
	
}
@media screen and (max-width:575px){
	.pack_your_bags-row p { margin:10px 0 0; }
}


.testimonil_strip {
	padding-bottom:0;
	background: url('../img/testimonial_bg.jpg') center;
	background-size: cover;
}

.testimonil_strip h2 { color:#fff; text-align:center; }

.testi_stars { width:100%; float:left; margin:0; padding:0 0 20px; }
.testi_stars i { color:#E5E5E5; }
.testi_stars svg path { fill:#E5E5E5; }
.testi_stars i.color { color:#F7921E; }
.testi_stars svg.color path { fill:#F7921E;}

.testi_thumb { width:100%; float:left; }
.testi_content { width:100%; float:left; }
.testi_content p { color:#fff; font-weight:500; }
.testi_profile { width:100%; float:left; }
.testi_profile img { width:65px !important; height:65px; border-radius: 300px; margin:0 15px 0 0; }
.testi_profile h6 { margin:0; color:#fff; font-size:16px; font-weight:500; } 
.testi_profile h6 span { font-weight:400; }

.testi_slider { padding-bottom:100px; }

.testi_slider .owl-carousel .owl-nav div {
	top: auto; bottom:15px;
	font-size:12px; line-height: 3;
	width:40px; height:40px; 
	text-align:center;  color:#fff; 
	border-radius: 40px; 
	background:none; border:1px solid #fff; }
.testi_slider .owl-carousel .owl-nav div.owl-prev { right:50px; left:auto; }
.testi_slider .owl-carousel .owl-nav div.owl-next { right:0; }
.testi_image { text-align:center; }

@media screen and (max-width:1400px){
	.testi_slider { padding-bottom:80px; }
}
@media screen and (max-width:1200px){
	.testi_slider { padding-bottom:40px; }
}
@media screen and (max-width:767px){
	.testi_slider { padding-bottom:20px; }
	.testi_image img { width:80%; margin:0 auto; }
}



.news-slider {
	width:100%; float:left; margin:40px 0 0; padding:0; }
.news-thumb {
	width:100%; float:left; margin:0; padding:0;
	position:relative; border-radius:15px; overflow:hidden; }
.news-thumb_image { width:100%; float:left; }
.news-thumb_image img { 
	width:100%; height:450px;
	object-fit:cover; object-position:center;
	border-radius:15px; }
.news-thumb_desc { 
	width:84%; margin:0 auto; padding:30px;
	position: absolute; bottom:30px; left:8%;
	border-radius: 10px; 
	background:rgba(256,256,256,0.8) }
.news-thumb_desc h6 { font-family: "Gloock", serif; font-weight: 400; max-height:58px; overflow:hidden; }
.news-thumb_desc p { font-size:14px; margin:0 0 15px; max-height:45px; overflow:hidden; text-align: left; }
.news-thumb_desc a { font-size:14px; color:#222; text-decoration: underline; }

@media screen and (max-width:991px){
	.news-thumb_image img { 
		height:300px; border-radius:0; }
	.news-thumb_desc { 
		border-radius: 0px;
		width:100%; float:left; left:auto; bottom:auto; position: relative;
		background:#f4f4f4; margin:0 0 0; padding:20px; }
}
@media screen and (max-width:575px){
	.news_strip h2 { text-align:center; }
	.news_strip p { text-align:center; }
	.news-thumb_desc p { text-align: left;}
}


/* ----------------------------------- */
/* INNER PAGE ------------------------ */
.banner-pic {
	width:100%; float:left; position:relative; }
.banner-pic::after {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background: rgb(0,0,0,0.5); } 
.banner-pic img {
	width:100%; height:400px; float:left; overflow:hidden; 
	object-fit:cover; object-position:center; }

.banner-title {
	width: 100%; 
	position: absolute; bottom:20%; left:0; z-index: 1001;
	text-align: center; }
.banner-title h2 { color:#fff; text-align:center; margin:0 0 15px; }
.banner-title ul { list-style: none; float:none; margin:0 auto; padding:0; }
.banner-title ul li { color:#fff; display:inline-block; margin:0; padding:0 15px 0 5px; }
.banner-title ul li::after { content:'/'; position: absolute; top:0; right:0; }
.banner-title ul li:last-child { padding-right:5px; }
.banner-title ul li:last-child::after { display: none; }
.banner-title ul li a { color:#fff; text-decoration:none; }
.banner-title ul li a:hover { color:#d19e43; }


@media screen and (max-width:991px){
	.banner-pic img { width:100%; height:260px; }
	.banner-title h2 { margin:0 0 10px; }
}



.rooms-filters { 
	width:100%; padding:20px 20px 0 20px; margin:0 0 20px; 
	background:#DFD3BD; border-radius:5px; }
.rooms-filters label { width:100%; margin:0 0 5px 0; padding:0; font-weight:500; font-size:13px; }
.rooms-filters select { 
	margin:0 0 20px; padding:0 15px;
	background:#0B332A; border-color:#0B332A; color:#fff;
  border-radius:5px; }




/* PACKAGE details page ------------- */
.rooms-cover-slider {
	width:100%; flat:left; clear: both; margin:0 0 30px; padding:0; }
.rooms-cover-slider img { 
	width: 100%; max-height:450px; 
	object-position: center; object-fit: cover;
	border-radius:15px; }

.rooms-cover-slider .owl-carousel .owl-nav div {
	font-size:12px; line-height: 3;
	width:40px; height:40px; text-align:center; top: auto; bottom:45%;
	border-radius: 40px; background:none; 
	border:1px solid #fff; color:#fff; }
.rooms-cover-slider .owl-carousel .owl-nav div.owl-prev { left:20px; }
.rooms-cover-slider .owl-carousel .owl-nav div.owl-next { right:20px; }

.rooms-cover-slider .owl-carousel .owl-dots { 
	position:absolute; width:100%; bottom:5px; }

.booking-box {
	width:100%; float:left; margin:0 0 30px; padding:30px;
	background:#fff; border:1px solid #EDEDED;
	border-radius: 10px; }
.booking-box ul { margin:0; padding:0; }
.booking-box ul li { color:#888; font-size:14px; margin:0; padding-bottom:5px; }
.booking-box ul li::before { top:1px; }
.booking-box p { font-weight: 500; margin:0; padding:0; }


.tour-desc-block {
	width:100%; float:left; margin:0 0 30px; padding:30px 0;
	border-bottom:1px solid #EDEDED; }
.tour-desc-block p { font-size:15px; }
.tour-desc-block li { font-size:15px; }

.tour-info-block {}

.tour-info-block ul.iconlist li { 
	float:left; padding:0 20px 20px 55px; }
.tour-info-block ul.iconlist li::before { 
	width:40px; height: 40px; text-align: center;
	background:#FDF8F1; color:#888888; position:absolute; top:4px; left:0;
  border-radius:10px; display:flex; justify-content:center; align-items:center; }
.tour-info-block ul.iconlist li span { color:#888; font-size:14px; }
.tour-info-block ul.iconlist li p { font-weight:500; margin:0; }

.include-listing ul li,
.notinclude-listing ul li { width:33.333%; float:left; }
.include-listing ul li::before { color:#d19e43; content:'\f058'; font-weight:500; }
.notinclude-listing ul li::before { color:#d19e43; content:'\f00d'; }

@media screen and (max-width:991px){
	.include-listing ul li,
	.notinclude-listing ul li { width:50%; }
}
@media screen and (max-width:767px){
	.include-listing ul li,
	.notinclude-listing ul li { width:100%; }
}




.amenities-listing {}
.amenities-listing ul.iconlist {}
.amenities-listing ul.iconlist li { 
	margin:0 15px 15px 0; padding:10px 15px 10px 40px;
	float:left; display:inline-block; border:1px solid #ededed; border-radius:10px; }

.amenities-listing ul.iconlist li::before {
	top:0; left:0; font-size:12px; width:40px; height:100%; 
	line-height: 1;
	display:flex; justify-content:center; align-items:center;
	color:#d19e43; }



.itinerary-list {}
.itinerary-list ul { 
	width:100%; float:left;
	list-style: none; margin:0 0 20px; padding:0; }
.itinerary-list ul li { 
	position: relative;
	width:100%; margin:0; padding:0 0 30px 40px;
  border-left:1px solid #EDEDED; }
.itinerary-list ul li:last-child { padding-bottom:0; }
.itinerary-list ul li::before { 
	display: inline-block; position: absolute; top:0; left:-8px;
  content:''; width:15px; height: 15px; border:1px solid #EDEDED;
  background:#fff; border-radius:20px; }
.itinerary-list ul li h6 { 
	font-size:16px; margin:0 0 15px; padding:0;
	font-family: "Montserrat", sans-serif; font-weight:600; text-transform: uppercase; color:#222; }
.itinerary-list ul li p { font-size:15px; margin:0; }
.itinerary-list ul li a {}

/* CONTACT PAGE -------------- */
.contact-listing {}
.contact-listing ul { list-style:none; margin:0; padding:0; }
.contact-listing ul li { 
	width:100%; float:left; margin:0 0 30px; padding:0 0 0 60px; position: relative; }
.contact-listing ul li::before { 
	position: absolute; left:0; top:0;
	display: flex; justify-content: center; align-items: center;
	width:50px; height: 100%; border-right:1px solid #ededed; content:'';
	background-size: 40px;
	background-position: center; background-repeat: no-repeat; }
.contact-listing ul li span { width:100%; float:left; color:#888888; }
.contact-listing ul li p { margin:0; padding:0; }
.contact-listing ul li.contact_phone a { color:#0B332A; font-weight:600; font-size:1.2em; text-decoration:none }

.contact-listing ul li.contact_email a { color:#0B332A; clear:both; float:left; display:inline-block; }

.contact-listing ul li.contact_location::before { background-image:url('../img/contact_map.jpg'); }
.contact-listing ul li.contact_phone::before { background-image:url('../img/contact_phone.jpg'); }
.contact-listing ul li.contact_email::before { background-image:url('../img/contact_mail.jpg'); }

.contact-image img { width:100%; float:left; border-radius:15px; }

.googlemap {
	width:100%; float:left; margin:0; padding:0; }
.googlemap iframe { width:100%; height:400px; float:left; border:none; }
.contact-form-section { padding-top:0; }
.contact-form {
	width: 100%; max-width:800px; margin:-50px auto 0; padding:50px; position: relative;
	border-radius:15px;	background:#DCF7FF; }
@media screen and (max-width:767px){
	.googlemap iframe { height:300px; }
	.contact-form { margin-top:0; padding:50px 0;}
	.contact-form-section {	background:#DCF7FF; padding:0; }
}


/* ABOUT PAGE ---------------- */
.about-ourstory {}
.about-ourstory h6 { 
	font-family: "Montserrat", sans-serif; font-weight:600; }

.about-slider-images {
	width:100%; float:left; }

.ourmissionvision h4 { color:#fff; }
.ourmissionvision p { color:#fff; }

.about-slider-images .owl-carousel .owl-dots { 
	width:100%;
	position:absolute; bottom:0;  }
.about-slider-images .owl-carousel img { 
	width:100%; height:350px; 
	object-position:position; object-fit:cover; }


.inner-destination {
	 }
.inner-destination .destination_thumb img { 
	object-fit: cover; object-position: center;
}


/* NEWS PAGE  ------------------ */
.news_cover {
	width:100%; flaot:left; }
.news_cover img {
	width:100%; max-height: 400px; 
	object-position: center; object-fit: cover;
	border-radius:15px; }

/* DESTINATION ----------------- */

.destination-cover_slider {
	width:100%; float:left; margin:0 0 40px; padding:0 0; }
.destination-cover_slider .owl-carousel .item img {
	width:100%; max-height: 400px;
	object-fit: cover; object-position: center; overflow:hidden;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
} 
@media screen and (max-width:991px){
	.destination-cover_slider .owl-carousel .item img { height:300px; }
}



.gallery-item { max-width:100% !important; }
.gallery-item img { 
	width:100%; height:250px !important;
  object-fit:cover; object-position:center;
  border-radius:5px; }







