/*
Author       : Masum Billah.
Template Name: Voyage - Tour & Travel Agency Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START SERVICE DESIGN
    05. START WHY CHOOSE DESIGN
    06. START SPECIAL PACKAGE DESIGN
    07. START TOP DEALS DESIGN
    08. START DEALS & DISCOUNT DESIGN
    09. START GALLERY DESIGN
    10. START BLOG DESIGN
    11. START TESTIMONIAL DESIGN
    12. START COMPANY PARTNER LOGO
    13. START CONTACT DESIGN
    14. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
	color: #5a5a5a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background:#fff;
	overflow-x: hidden;
}
html,
body { height: 100%; }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: 600;
  line-height: normal;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a,
a:hover,
a:focus  {
    color: #727272;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/

.redClr{ color: red; }

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #274b59;
    border-right: 8px solid #274b59;
    border-bottom: 8px solid #274b59;
    border-left: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.status-mes h4 {
	color: #f7f7f7;
	position:relative;
	font-size:24px;
	margin-top: 30px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding { padding: 40px 0px; }
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom:10px;}
.section-title  h2 {
	color: #274a59;
	font-size: 45px;
	font-weight: 300;
	margin-top: 0;
	position: relative;
	text-transform: capitalize;	
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width:480px) { 
.section-title  h2  {font-size:30px;}
}
.section-title span{
	background: #274b59;
	height: 7px ;
	width: 7px;
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;	
	position: relative;
	border-radius: 50%;
}
.section-title span:before{
	position: absolute;
	content: '';
	background: #274b59;
	height: 7px ;
	width: 7px;	
	left: 13px;
	top: 0;
	border-radius: 50%;
}
.section-title span:after{
	position: absolute;
	content: '';
	background: #274b59;
	height: 7px ;
	width: 7px;	
	right: 13px;
	top: 0;
	border-radius: 50%;
}
.section-title-white{color:#fff;position:relative;}
.section-title  p{
	padding: 0 10px;
	width: 60%;
	margin: auto;	
}
@media only screen and (max-width:480px) { 
.section-title  p{
padding: 0 10px;
width: 90%;
margin: auto;	
}
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
	background: #274b59 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 5px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	height: 36px;
	line-height: 35px;
	opacity: 1;
	position: fixed;
	right: 5px;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 36px;
	margin-right: 80px;
	margin-bottom: 2px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.bg-faded {
	background-color: transparent;
	transition: all .4s ease,color .3s ease;
	/*transition: all 0.5s ease 1.8s;*/
}
@media only screen and (max-width:480px) { 
.navbar-brand img {
    width: 195px !important;
    margin-top: -22px;
}
.navbar {
    position: fixed!important;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem;
 }   
.navbar-fixed {
    z-index: 999;
    position: fixed;
    opacity: .98;
    width: 100%;
	padding:27px 0px 0px 0px!important;
	top: 0px!important;
	margin-top: 0px !important;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #fffffffa;
    box-shadow: 0 0px 6px 0 #0a0a0a99;
}




}
@media (max-width:667px) { 
	.navbar-toggleable-md > .container {
		padding-right: 0;
		padding-left: 0;
		margin: 0;
	}
	.mean-container a.meanmenu-reveal{
		top: 3px;
	}
	
}
@media (max-width:767px) { 
	.mean-container .mean-nav {
		margin-top: -4px!important;
		width: 70%;
		background-color: #fff;
		/*backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		background: rgba(255,255,255,.5);
		webkit-background: rgba(255,255,255,.5);
		visibility: visible;*/
	}
}
.navbar-brand img {
  width: 360px;
}


.navbar-light .navbar-nav > li{
	position: relative;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav > li a {
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	padding: 7px 14px;
	margin-left: 20px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-light .navbar-nav > li a:focus,
.navbar-light .navbar-nav > li a:hover {
  color: #274b59!important;
}
.navbar-light .navbar-nav li.active > a,
.navbar-light .navbar-nav > li.active,
.navbar-light .navbar-nav > li.open,
.navbar-light .navbar-nav .open > a {
  color: #274b59!important;
}
.navbar-light .navbar-toggler {
  border-color: #fff;
  background-color: #fff;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
  margin: 14px;
}
.navbar-light .navbar-toggler i {
  color: #666!important;
}
.site-navigation {
    border-radius: 0px;
    margin-top: 20px;
}
.navbar-fixed {
    z-index: 999;
    position: fixed;
    display: block;
    opacity: .98;
    width: 100%;
	padding:0px 0;
	top: -20px;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #fffffffa;
    box-shadow: 0 0px 6px 0 #0a0a0a99;
}

.navbar-fixed li a{
    color: #274b59 !important;
}
.mean-container a.meanmenu-reveal{
	right: 3%!important;
	color: #f9ca48!important;
	font-size: 22px !important;
}

/*-------------------------------
# dropdwon menu 
--------------------------------*/

#navigation ul li ul ,
#navigation ul li ul li ul {	
	background: #fff;
	box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.08);
	left: 0;
	list-style: outside none none;
	margin:  0;
	opacity: 0;
	padding: 18px 15px;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 250px;
	z-index: 999;
}
#navigation ul li  ul li{
	position: relative;
}
#navigation ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation ul li:hover ul,
#navigation ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
}
#navigation ul li ul li a {}
#navigation ul li ul li {display: block; margin: 0; padding: 0;}
#navigation ul li ul li a {
	color: #777!important;
	display: block;
	font-size: 11px;
	line-height: 30px;
	font-weight: 300;
	padding: 5px 12px;
	position: relative;
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
}

#navigation ul li:hover ul.sub-menu li a:hover{
	color: #fff!important;
	background: #274b59;
	text-decoration: none;
}

@media only screen and (max-width:767px) { 
	.navbar-default {
		padding: 10px!important;
	}
	.navbar-collapse{
		margin-top: 15px;
	}
	
	#navigation ul li a{ 
		position: inherit;
		color: #333;
	
	}
	
	#navigation ul li ul ,
	#navigation ul li ul li ul{
		opacity: 1;
		position: inherit;
		top: 0;
		transition: all 0.3s ease 0s;
		z-index: 1;
		visibility: visible;
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.05);
		padding: 15px;
		left: 0;
		background: #f5f5f5;
		list-style: none;
		width: 100%;
	}
	

	
	#navigation ul li ul.sub-menu li{
		z-index: 1;
	}
	
	#navigation ul li:hover ul.sub-menu{
		top:0;
		opacity:1;
		z-index:999;
		visibility:visible;
	}	
	
}
@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 0px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_home_slide{
	height: 100vh;
}
.single_home_slide2{
	height: 85vh;
}



.slide_overlay{
	background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: absolute;
}

.slide_overlay {
  background: transparent !important;
}

.home-slider button.slick-prev {

    left: 50px;

} 
.home-slider button.slick-arrow{
	z-index: 1;
	line-height: 50px;
	background: transparent;
	
	
}
.home-slider .slick-prev:before, 
.home-slider .slick-next:before {
	color: #274b59;
	font-size: 35px;
}
.home-slider button.slick-prev{
	left: 50px;
}
.home-slider button.slick-next{
	right: 50px;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.slider-info{
position: absolute;
top: 32%;
width: 100%;
}
@media only screen and (max-width:480px) { 
	.slider-info{}
}
.slider-info h1{	
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	text-transform: uppercase;
}

.slider-info p{
	color:#fff;
	margin-bottom: 25px;	
}

.btn-home-bg{
	background: #274b59 none repeat scroll 0 0;
	border: 2px solid #274b59;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	padding: 15px 35px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
}
.btn-home-bg:hover{
	background:none repeat scroll 0 0;
	border:2px solid #fff;
	color:#fff;
	outline:0;
}
.home_parallax{height: 700px;position:relative;}
.home_parallax:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
.hero-text{
	padding-top:225px;
	/*padding-left: 8%;*/
	text-align: center;
}

.hero-text h1{	
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 5;
	font-family: 'Montserrat', sans-serif;
}
.hero-text h1 span{
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0;
}
@media only screen and (max-width:480px) { 
.hero-text h1{font-size:40px;}
}
@media only screen and (max-width:320px) { 
.slider-info h1{font-size:30px;}
}
.hero-text p{
	color:#fff;
	font-size: 15px;
	margin-bottom: 35px;	
}
@media only screen and (max-width:480px) { 
.hero-text p {
  color: #fff;
  margin: auto;
  width: 90%;
  margin-bottom: 25px;
}
}
.home_video{height: 750px;position:relative;}
.home_video:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
}
.html-video {
    top: 0%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slider-caption {
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
video { min-width: 100%; }

@media only screen and (max-width:820px) { 
	.home-slider button.slick-arrow{
		display: none!important;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_services{
	padding-top:80px;
	padding-bottom:20px;
}
.service {
	background: #fff none repeat scroll 0 0;
	padding: 0 15px;
	margin-bottom:40px;
	transition: all 0.4s ease 0s;
}
.service2 {
	background: #fff none repeat scroll 0 0;
	padding: 0 0px;
	margin-bottom:0px;
	transition: all 0.4s ease 0s;
}
.service .icon {
	/*background: #274b59;*/
	/*border-radius: 50%;*/
	/*color: #fff;*/
	font-size: 29px;
	height: 96px;
	line-height: 80px;
	text-align: center;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 118px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.service2 .icon {
	/*background: #274b59;*/
	/*border-radius: 50%;*/
	/*color: #fff;*/
	font-size: 29px;
	height: 90px;
	line-height: 80px;
	text-align: center;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 70px;
	margin-bottom: -10px;
	margin-left: auto;
	margin-right: auto;
}

.single-choose .icon {
	font-size: 29px;
	height: 100px;
	line-height: 80px;
	text-align: center;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 118px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.service h4 {
	font-size: 20px;
	color: #81c2bf;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 600;
}
.service2 h4 {
	text-align: center!important;
	font-size: 12px;
	color: #b3b3b3;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 600;
	padding-left: 14px;
}

.service:hover, .service2:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
	transform: translateY(-5px);
}

.service p {

}
/*
* ----------------------------------------------------------------------------------------
* 04.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 05.START WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/
.gray-section{
	background-image: linear-gradient(120deg,#eef1f2, #fff);
}
.why_choose {
	position: relative;

}

.why_choose:before {

}
.single-choose {
	margin-bottom: 0px;
}

.single-choose i{
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #274b59;
	font-size: 29px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 80px;
}
.single-choose h4{
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: capitalize;
	color: #81c2bf;
}
.single-choose p{}
.mt-40{
	margin-top: 40px;
}

/*START COUNTER*/
.counter_feature {
  padding-top: 60px;
}
.counter_title{}
.counter_title h1{
	color: #fff;
	margin-top: 90px;
	text-align: center;
	text-transform: uppercase;
}
@media only screen and (max-width:768px) { 
.counter_title h1{margin-top:0px;margin-bottom:60px;}
}
.complete-project-area {}

.single-project-complete{
border-right:1px solid rgba(0, 0, 0, 0.1);
text-align: center;   
}
.brnone{border-right: 0px ;}
@media only screen and (max-width:768px) { 
.single-project-complete {margin-bottom:30px;}
}
.single-project-complete h2 {
	font-size: 45px;
	font-weight: 600;
	color: #274b59;
}
.single-project-complete h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 0;
}
.why-choose-img{
	position: relative;
}
.why-choose-img img{
	box-shadow: 0 16px 50px rgba(13, 41, 51, 0.30);
	border-radius: 10px;
}

.why-choose-img .thumb-1{
	position: absolute;
	top:6%;
	left: 10px;
}
.why-choose-img .thumb-2{
	position: absolute;
	bottom:4%;
	right: 10px;
}

/*END COUNTER*/
/*
 * ----------------------------------------------------------------------------------------
 * 05.END WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 *  06.START SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/

.single_package {
	margin: 30px 42px 30px;
	overflow: hidden;
	position: relative;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
	
}
.single_package1 {
	margin: 30px 30px 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	
}
.single_package2 {
	margin: 10px 8px 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 48.5%;
	padding: 0px;
	border: 1px solid #d0d0d0;
	
}

.single_package3 {
	margin: 10px 8px 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 31.9%;
	padding: 0px;
	border: 1px solid #d0d0d0;
	
}

@media only screen and (max-width:768px) { 
.single_package {margin-bottom:40px; text-align: center;}

}
.package-hover {
	padding: 5px 20px 10px;
}
.single_package .package-hover {
	padding: 5px 20px 10px;
}
.single_package1 .package-hover {
	padding: 5px 20px 10px;
}
.single_package2 .package-hover {
	padding: 5px 20px 10px;
}
.single_package3 .package-hover {
	padding: 5px 20px 10px;
}
.package-hover p{}
.package-hover i{
	color: #fec42d;
}



.package-hover2 {
	padding: 5px 10px 10px;
	 transform: scale(1.0, 1.1);
}
.package-hover2 h5 a:hover {
	color:#274a58 ;
}
.single_package .package-hover2 {
	padding: 5px 10px 10px;
}
.single_package1 .package-hover2 {
	padding: 5px 10px 10px;
}
.single_package2 .package-hover2 {
	padding: 15px 1px 15px;
}
.single_package3 .package-hover2 {
	padding: 5px 10px 10px;
}
.package-hover2 h5{ font-size: 18px; font-weight: 700; margin: 2px 0px; }
.package-hover2 h6{ font-size: 13px; font-weight: 300; color: #656565; padding: 5px 0px; }
.package-hover2 p{ font-size: 8pt; margin: -4px 0px;}
.package-hover2 i{
	/*color: #fec42d;*/padding-left: 3px;
}


.brefastspan { float: right; margin-top: -20px; margin-right: 30px; }
.viewmspan { float: right;  margin-top: -23px; }
.viewmbtn { width: 7em; background-color: #58adaa; color: #fff; padding: 0px; margin-right: 30px;
			 font-size: 11px; font-weight: 600; border-radius: 5px;  border: 1px solid #58adaa; 
			 outline: none !important; }

.viewmbtn:hover { width: 7em; background-color: #fff; color: #58adaa; padding: 0px;
	 			  font-size: 11px; font-weight: 600; border-radius: 5px; border: 1px solid #58adaa;}


.modalbtn { width: 12em; background-color: #58adaa; color: #fff;    padding: 5px 30px !important;
			 font-size: 17px;  border-radius: 5px;  border: 1px solid #58adaa; 
			 outline: none !important; }

.time_zone{
}
.team .position-center-center {
	width: 100%;
	padding: 0 20px;
}
.single_package img{
	width: 100%;
	position: relative;
	height: 295px;
	width: 285px !important;
    border-radius: 50%;
        box-shadow: 0 0px 4px 0 #274b59;
}

.pack_price_price {
    /* position: absolute; */
    top: 29%;
    /* left: 16%; */
    background: #ffffffab;
    color: #000;
    padding: 2px 8px;
    font-weight: 400;
    letter-spacing: 1px;
    /* margin-top: 10px; */
    /* margin-left: 10px; */
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    z-index: 1;
    position: absolute;
    /* top: 66%; */
    left: 48%;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.pack_price_night{
	position: absolute;
	top: 36%;
	left: 32%;
	/*background: #274b59;*/
	color: #fff;
	padding: 0px 8px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 18px;
}

.single_package h5 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-transform: capitalize;
	font-weight: 600;
	
}
.single_package .time_zone {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	width: 100%;
	color: #333;
	margin-bottom: 12px;
}
.package-name {
	font-size: 16px;
	font-weight: 600;
	padding: 25px 20px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
}
.pack_image{
	position: relative;
	transition: .5s;
	overflow: hidden;
	    padding: 12px;
}
.pack_image1{
	position: relative;
	transition: .5s;
	overflow: hidden;
	/*height: 138px;*/
}
.pack_image2{
	position: relative;
	transition: .5s;
	overflow: hidden;
}
.pack_image:before,
.pack_image1:before,
.pack_image2:before,
.single_gallery:before,
.blog_image:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	opacity: 0;
	transition: .5s;
}
.gallery_enlarge_icon,
.pack_image .btn-bg{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;	
}
.gallery_enlarge_icon1,
.pack_image .btn-bg{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;	
}
.gallery_enlarge_icon,
.pack_image1 .btn-bg{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;	
}
.gallery_enlarge_icon,
.pack_image2 .btn-bg{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;	
}

.pack_image .btn-bg{
	color: #fff;
	font-size: 13px;
	background: #274b59;
	border-radius: 30px;
	padding: 5px 20px;
}
.pack_image1 .btn-bg{
	color: #fff;
	font-size: 13px;
	background: #274b59;
	border-radius: 30px;
	padding: 5px 20px;
}
.pack_image2 .btn-bg{
	color: #fff;
	font-size: 13px;
	background: #274b59;
	border-radius: 30px;
	padding: 5px 20px;
}

.single_package:hover .btn-bg,
.single_gallery:hover .gallery_enlarge_icon{
	opacity: 1;
}
.single_package:hover .btn-bg,
.single_gallery:hover .gallery_enlarge_icon1{
	opacity: 1;
}
.single_package1:hover .btn-bg,
.single_gallery:hover .gallery_enlarge_icon{
	opacity: 1;
}
.single_package2:hover .btn-bg,
.single_gallery:hover .gallery_enlarge_icon{
	opacity: 1;
}

.single_package3:hover .btn-bg,
.single_gallery:hover .gallery_enlarge_icon{
	opacity: 1;
}
.btn-bg:hover,
.btn-bg:focus,
.single-deal figure p a:hover,
.single-deal figure p a:focus
{
	background: #e1330b;
	color: #fff;
}
.single_package:hover .pack_image:before,
.single_gallery:hover:before {
	/*opacity: 1;*/
	filter: alpha(opacity=100);
}
.single_package1:hover .pack_image:before,
.single_gallery:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.single_package2:hover .pack_image:before,
.single_gallery:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.single_package3:hover .pack_image:before,
.single_gallery:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-buttons div,
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
	
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 50%;
	opacity: .8;
}
.slick-arrow:hover,
.slick-arrow:focus{
	opacity: 1;
}
/*
 * ----------------------------------------------------------------------------------------
 * 06.END SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 07.START TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

.padding_0{
	padding: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: -webkit-fill-available;
}
.single-deal figure {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.single-deal figure img {
    position: relative;
    display: block;
    width: 100%;
	border-radius: 0px;
}

.single-deal figure figcaption {
    padding: 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single-deal figure figcaption,
.single-deal figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-deal figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.single-deal figure h4 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.single-deal figure h4,
.single-deal figure p { margin: 0 }
.single-deal figure p {
    font-size: 16px;
    letter-spacing: 1px;
}
.single-deal figure p a { 
	background: #274b59;
	color: #fff;
	font-size: 13px;
	border-radius: 30px;
	padding: 5px 20px;	
	display: inline-block;
}
figure.effect-sadie figcaption:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
figure.effect-sadie h4 {
	text-transform: uppercase;
    color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
    font-size: 16px;
    left: 20%;
    letter-spacing: 1px;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    -webkit-transition: -webkit-transform 0.35s ease 0s, color 0.35s ease 0s;
    transition: transform 0.35s ease 0s, color 0.35s ease 0s;
    width: 60%;
    filter: alpha(opacity=0);
}
@media only screen and (max-width:768px) { 
    figure.effect-sadie h4 { font-size: 12px }
}
@media only screen and (max-width:480px) { 
    figure.effect-sadie h4 { font-size: 18px }
}
@media only screen and (max-width:320px) { 
    figure.effect-sadie h4 { font-size: 14px }
}
figure.effect-sadie figcaption:before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
figure.effect-sadie:hover h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption:before,
figure.effect-sadie:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*
 * ----------------------------------------------------------------------------------------
 * 07.END TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
* ----------------------------------------------------------------------------------------
* 08.START DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/
.tour_details .tour_slider{
	margin-bottom: 20px;
}
.related-deal{
	padding-bottom: 0;
}
.tour_duration{
	font-weight: 600;
	color: #274b59;
}
.tour_slider .slick-prev, 
.tour_slider .slick-next{
	z-index: 1;
	line-height: 50px;
} 
.tour_slider .slick-prev{
	left: 20px;
}
.tour_slider .slick-next{
	right: 20px;
}
/*END SINGLE TOUR DETAILS*/
/*
* ----------------------------------------------------------------------------------------
* 08.END DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 09.START GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/

}
.our_gallery .container-fluid{

}

.our_gallery span h3 { color: #274a58; transform: scale(1.0, 1.1); margin-bottom: 18px; }

.our_gallery span h2 { color: #274a58; transform: scale(1.0, 1.1); margin-bottom: 10px; font-size: 25px; }


.img-gallery{}

.single_gallery{
	position: relative;
	margin: 0 15px;
}
.single_gallery h4{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 99;
	font-size: 12px;
	background: #274b59;
	padding: 3px 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.gallery_enlarge_icon{
	width: 40px;
	height: 40px;
	line-height: 45px;
	color: #fff;
	background: #274b59;
	border-radius: 50%;
	text-align: center;
}
.gallery_enlarge_icon1{
	width: 40px;
	height: 40px;
	line-height: 45px;
	color: #fff;
	background: #274b59;
	border-radius: 50%;
	text-align: center;
}
.gallery_enlarge_icon:hover{
	background: #e1330b;
	color: #fff;
}
.gallery_enlarge_icon1:hover{
	background: #e1330b;
	color: #fff;
}
.single_gallery img{
	max-width: 100%;
	height: auto;
	border: inherit!important;
}
.our_gallery .owl-controls .owl-buttons div{
	background: #274b59;
	width: 40px;
	height: 40px;
	line-height: 35px;
	border: 1px solid #274b59;
	opacity: .8;
	transition: .5s;
	color: #fff;
}
.our_gallery .owl-controls .owl-buttons div:hover,
.our_gallery .owl-controls .owl-buttons div:focus{
	background: #fff;
	color: #202020;
}


/*
* ----------------------------------------------------------------------------------------
* 09.END GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 10.START BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
.blog_section {
    padding-top: 60px;
    padding-bottom: 60px;
}
img{
	max-width: 100%;
}
.single_blog { 	
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.post_date{
	background: #274b59;
	color: #fff;
	padding: 5px 20px; 
	margin-bottom: 0px;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 10px 10px 0 0;
	z-index: 99;
	border-radius: 0px;
	font-weight: 600;
}
.post_date a{
	color: #fff;
}
.blog-text{
	padding: 5px 20px 10px;
}

.single_blog h4 a{
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}
.single_blog h4 a{
	transition: .5s;
}
.single_blog h4 a:hover{
	color: #274b59;
}
.blog-photo{
}
.blog_image{
	position: relative;
	margin-bottom: 15px;
}
.single_blog:hover .blog_image:before{
	opacity: 1;
}

.comment-box{padding:0!important;}
/*END BLOG SINGLE PAGE DESIGN*/

/*START BLOG SIDEBAR*/
.blog_sidebar_title {
	margin-bottom: 25px;

}
.search input {
  border: 1px solid #eee;
  border-radius:30px;
  box-shadow: none;
  color: #fff;
  height: 45px;

}
.search input:hover,.search input:focus{border: 1px solid #274b59;box-shadow: none;}
.search,
.video_post,
.categories { margin-bottom: 30px }
.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories ul li { }
.categories ul li a {
color: #333;
display: block;
font-size: 12px;
font-weight: 300;
padding: 5px 0;
text-transform: uppercase;
}
.categories ul li a:hover { color: #274b59 }
.categories ul li a i { margin-right: 10px }
.video_post iframe {
    width: 100%;
    height: 220px;
    border: medium none;
}
.tag a {
  margin-bottom: 10px;
  margin-right: 5px;
}
.btn-tag-bg {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 30px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	outline: medium none;
	padding: 15px 27px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.btn-tag-bg:hover,
.btn-tag-bg:focus {
    background: #274b59;
	border: 1px solid #274b59;
    color: #fff;
}
/*END BLOG SIDEBAR*/


/*
 * ----------------------------------------------------------------------------------------
 * 10.END BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
/*
 * ----------------------------------------------------------------------------------------
 * 11.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
.testimonial-demo{ /*background: #eef1f2;*/ }
#testimonial-slider{
	background: #fff;
}
.testimonial{  /*  border: 3px solid #ad800561;*/
}
.testimonial-demo .slick-prev.slick-arrow,
.testimonial-demo .slick-next.slick-arrow{
	line-height: 50px;
	z-index: 1;
}
.testimonial-demo .slick-prev.slick-arrow{
	content: "←";
	left: 0px;
	background-color: #294c5b;
	color: #fff;
    font-size:0px;
}
.testimonial-demo .slick-prev:before{
	content: "←";
	left: 0px;
	background-color: #294c5b;
	color: #fff;
    font-size: 20px;
}

.testimonial-demo .slick-next.slick-arrow{
	right: 0px;
	background-color: #294c5b;
	color: #fff;
    font-size: 0px;
}
.testimonial-demo .slick-next:before{
	content: "→";
	right: 0px;
	background-color: #294c5b;
	color: #fff;
    font-size: 20px;
}

.testimonial .testimonial-content{
    padding: 50px 50px;
        height: 404px;
    background: #fff;
    position: relative;
}

.testimonial .description{
    font-size: 16px;
    color: #8a8a8a;
    margin: 15px 0 10px;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 16px;
    color: #f9461d;
}
.test-rating {
	color: #FFC000;
	font-size: 16px;
}
.testimonial img{
	position: absolute;
	bottom: 0;
	padding-right: 50px;
	right: 15px;
	/*max-height: 100%;*/
}

/*
/*
 * ----------------------------------------------------------------------------------------
 * 11.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.partner-logo {
  position: relative;
  padding: 100px 0;
}
.partner-logo:before {
    background:rgba(0, 0, 0, 0) linear-gradient(rgba(34, 38, 75, 0.1),
    	rgba(34, 38, 75, 0.5)) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.partner { text-align: center }
.partner.owl-theme .owl-controls {display: none!important;}
.owl-carousel .owl-item img {
	/*border: 1px solid #eee;*/
	display: inline-block;
	width: auto;
}

.owl-carousel2 .owl-item img {
	border: 1px solid #eee;
	display: inline-block;
	width: auto;
	width: -webkit-fill-available;
}
/*
* ----------------------------------------------------------------------------------------
*  12.END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_area {
	background:#eef1f2 ;
}
.contact_address{
	margin-bottom: 30px;
}
.contact_address i{
	width: 65px;
	height: 65px;
	line-height: 65px;
	background:#274b59 ;
	color: #fff;
	border-radius: 50%;
	font-size: 19px;
	margin-bottom: 15px;
}
.contact {
	background:#fff;
	padding: 50px;
	box-shadow: 0 0 35px #ddd;
	border-radius: 10px;
}
.contact-form{
	font-size: 14px;
}
.contact input {
	background: #fff none repeat scroll 0 0;
	box-shadow: none;
	color: #333;
	height: 45px;
	padding: 10px;
	
}
.contact textarea {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: none;
	padding: 10px;
	color: #333;
	height: 200px;
}

.contact input:focus {
	border-color: currentcolor currentcolor #274b59;
	border-style: none none solid;
	border-width: 0 0 1px;
	box-shadow: none;
	outline: 0 none;
}

.contact textarea:focus {
	border-color: currentcolor currentcolor #274b59;
	border-style: none none solid;
	border-width: 0 0 1px;
	box-shadow: none;
	outline: 0 none;
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
.contact_address {

}
.form-group .form-control{
font-size: 14px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece !important;
	padding: 10px 15px;
	margin-top: 10px;
	}
.form-group .form-control:focus{
	border-color: none !important;

}


#contact-form .form-control{
	font-size: 14px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece !important;
	padding: 10px 15px;
	margin-top: 10px;
}
#contact-form .form-control:focus{
	border-color: none !important;

}
.btn-contact-bg {
	background: #274b59   none repeat scroll 0 0 !important;
	border: 1px solid #274b59  !important;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 30px !important;
	text-transform: capitalize;
	transition: all 0.2s ease 0s;
	/*border-radius: 30px;*/
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #274a58 !important;
    border: 1px solid #274a58!important;
    color: #fff;
}
a,input{
	font-family: 'Montserrat', sans-serif;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.google-map iframe{
	width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*.footer {
	padding: 50px 0;
}
.foot-logo a{
	color: #333;
    font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
}
.footer_social {
	left: 0;
	position: absolute;
	top: 126%;
	width: 45px;
	z-index: 999;
}
.footer-menu{
	margin-top: 15px;
	margin-bottom: 10px;
}
.footer-menu li{
	display: inline-block;
	list-style-type: none;
	margin: 0 10px;
}
.footer-menu li a{
	color: #202020;
	transition: .5s;
}
.footer-menu li a:hover,
.footer-menu li a:focus{
	color: #274b59;
}

.copyright p {
	color: #202020;
	font-size: 14px;
	margin-bottom: 0;
	text-transform: capitalize;
}
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.Tour Details DESIGN
* ----------------------------------------------------------------------------------------
*/

.page_banner{

	position: relative;
}
.banner_overlay{
	background: rgba(0,0,0,0.5);
	padding: 200px 0 240px;
	height: 90vh;
}
.banner_overlay2{
	background: rgba(0,0,0,0.5);
	padding: 200px 0 240px;
	height: 100vh;
}
.banner_overlay_contact{
	background: #58adaa;
	padding: 200px 0 240px;
	height: 100vh;
}
.banner_overlay .section-blog-title{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 75pt;
	font-weight: 500;
}
.banner_overlay_contact .section-blog-title-contact{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 50pt;
	font-weight: 500;
}
.banner_overlay .section-blog-title2{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 100px;
}
.banner_overlay .section-blog-title3{
	color: #274a58;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 15px;
	float: right;
	margin-top: 20px;
	transform: scale(1.0, 1.1);
}
.banner_overlay .section-blog-title4{
	color: #274a58;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	float: right;
	margin-top: 0px;
    right: 0px;
    transform: scale(1.0, 1.1);
}
.banner_overlay .section-blog-title5{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	float: right!important;
	margin-top: 0px;
    right: 0px;
}
.book_now{
	margin-bottom: 30px;
}
.book_now h4{
	margin-bottom: 25px;
}


.typewrite { color:#fff; text-decoration: none;}
.typewrite span { font-size: 45px; }


.btn-1 {
  /*background-image: linear-gradient(to right, #55473252 0%, #f9cd522e 51%, #f9cb4c1c 100%);*/
    border: 1px solid #fff;
    padding: 11px !important;
}


.btn-111 {
  /*background-image: linear-gradient(to right, #55473252 0%, #f9cd522e 51%, #f9cb4c1c 100%);*/
    border: 1px solid #274b59;
    padding: 11px !important;
}


.btn1 {
  flex: 1 1 auto;
  margin: 10px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  /*box-shadow: 0 0 20px #eee;*/
  border-radius: 10px;
  
 }


.btn1:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff!important;
}


/*Horizontal Flip*/
/*.horizontalFlip{
	display: inline;
	font-size: 45px;
	text-align: center;
	left: -56px;
}
.horizontalFlip span{
	animation: horizontal 32s linear infinite 0s;
	-ms-animation: horizontal 32s linear infinite 0s;
	-webkit-animation: horizontal 32s linear infinite 0s;
	color: #EB421C;
	opacity: 0;
	position: absolute;
}
.horizontalFlip span:nth-child(2){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
.horizontalFlip span:nth-child(3){
	animation-delay: 8s;
	-ms-animation-delay: 8s;
	-webkit-animation-delay: 8s;
}
.horizontalFlip span:nth-child(4){
	animation-delay: 12s;
	-ms-animation-delay: 12s;
	-webkit-animation-delay:12s;
}
.horizontalFlip span:nth-child(5){
	animation-delay: 16s;
	-ms-animation-delay: 16s;
	-webkit-animation-delay: 16s;
}
.horizontalFlip span:nth-child(6){
	animation-delay: 20s;
	-ms-animation-delay: 20s;
	-webkit-animation-delay: 20s;
}
.horizontalFlip span:nth-child(7){
	animation-delay: 24s;
	-ms-animation-delay: 24s;
	-webkit-animation-delay: 24s;
}
.horizontalFlip span:nth-child(8){
	animation-delay: 28s;
	-ms-animation-delay: 28s;
	-webkit-animation-delay: 28s;
}

@-moz-keyframes horizontal{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateY(180deg); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes horizontal{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotateY(180deg); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes horizontal{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotateY(180deg); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}*/

.search-box-container input {
  padding: 5px 20px 5px 15px;
    width: 370px;
    border-radius: 5px;
    border: none;
    margin-left: 22px;
    height: 47px;
    position: relative;
    z-index: 1;
}

.search-box-container:after {
    content: "\f002";
    font-family: FontAwesome;
    margin-left: -25px;
    margin-right: 25px;
    position: absolute;
    z-index: 2;
    padding-top: 10px;
}



.subscribe-bg {
     /*background-color:#7979790f;*/
     position: relative;
}
 .subscribe-bg:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     left: 0;
     top: 0;
}
 .subscribe-area {
     padding: 40px 0px;
}
 .subscribe-area .subscribe-form .serach-form input {
     background: #ffffff url("../img/bg/message.png") repeat scroll 0 0;
     background-position: 76% 50%!important;
     border-radius: 4px;
     color: #6b6b6b;
     font-size: 16px;
     height: 57px;
     padding-left: 20px;
     padding-right: 190px;
     position: relative;
     text-transform: capitalize;
     width: 100%;
     background-repeat: no-repeat;
     background-position: center right 164px;
     padding-bottom: 0;     
     border: none;
    border-bottom: 1px solid #c5c5c5;
    background-color: #fff;
}
 .subscribe-area .subscribe-form .serach-form input:focus {
     outline: none;
}
 .subscribe-area .subscribe-form .search-btn button {
     border: medium none;
     position: absolute;
     right: 15px;
     top: 0;
     background: #58adaa;
     font-size: 15px;
     padding: 14px;
     width: 20%;
     border-radius: 0 4px 4px 0;
     color: #ffffff;
     text-transform: uppercase;
     font-weight: 600;
}


.footer
{
	/*background: #190a49;*/
}
.footer_content
{
	 height: 550px;
	padding-top:50px;
	padding-bottom: 50px;
	background-color: #2f5360;
}
.footer_logo a
{
	display: inline-block;
	position: relative;
}
.footer_bar
{
	    margin: 2px 0px 0px 0px;
}
.copyright
{
	font-size: 11px;
	font-weight: 700;
	color: #ccc;
}
.footer_row
{
	margin-top: 0px;
}

.footer_icon > div
{
	width: 42px;
	height: 42px;
}
.footer_icon > div img
{
	max-width: 100%;
	max-height: 100%;
}
.footer_title
{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	line-height: 1.2;
	/*border-bottom: 1px solid #fff;*/
	width: 155px; 
	padding-bottom: 1px;

}

.footer_title span { display:inline-block;
    border-bottom:1px solid #fff;
    padding-bottom:2px; }

.footer_list
{
	margin-top: 25px;
}
.footer_list ul li:not(:last-of-type)
{
	/*margin-bottom: 15px;*/
}
.footer_list ul li
{
	list-style: none;
	font-size: 16px;
	/*font-weight: 700;*/
	color: #fff;
	text-transform: capitalize;
	line-height: 40px;
}

.footer_list ul li a, a:hover, a:focus
{
	/*list-style: none;
	font-size: 16px;*/
	
	color: #fff;
	/*text-transform: uppercase;
	line-height: 47px;*/
}

.footer_list ul li a:hover, a:focus
{
	/*list-style: none;
	font-size: 16px;*/
	
	color: #58adab;
	/*text-transform: uppercase;*/
}
.footer_list i
{
	background-color: none;
 border-radius: 50%;
 border: 1px solid #fff;
 padding:8px;
}

div.neat {
    font-size: 500px;
    width: 1em;
    height: 200px;
    overflow: hidden;
}

div.neat > div {
    position: relative;
    left: 0;
    width: 4em;
    -webkit-animation: loop 2s infinite;
    -moz-animation: loop 2s infinite;
}

div.neat > div > img {
    width: 1em;
    display: block;
    float: left;
}

@-webkit-keyframes loop {
    0% { left: 0; }
    20% { left: 0; }
    25% { left: -1em; }
    45% { left: -1em; }
    50% { left: -2em; }
    70% { left: -2em; }
    75% { left: -3em; }
    95% { left: -3em; }
}

@-moz-keyframes loop {
    0% { left: 0; }
    20% { left: 0; }
    25% { left: -1em; }
    45% { left: -1em; }
    50% { left: -2em; }
    70% { left: -2em; }
    75% { left: -3em; }
    95% { left: -3em; }
}


::placeholder {
  color: #272727;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #272727;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #272727;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: #333232 !important;
  background-color: #f6f6f6;
  min-width: 350px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 0;
  margin-left:430px;
  /*height: 197px;*/
  max-height: 197px;
  border-radius: 3px;
  /*top:47%;*/
  bottom:17.6%;
}

.dropdown-content a {
  color: black;
  padding: 6px 2px;
  text-decoration: none;
  display: block;
  border-bottom: 1px dashed #dad9d9;
  height: 48px;
  width: 368px;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block; text-align: left;}

/*#social-test {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  position: relative;
  }
  .social {
    padding-left: 0px;
    margin-top: 30px;
        width: fit-content;
            margin: auto;
  }
  .social li {
    display: inline-block;
  }
 .social li a {
    color: #fff;
    border-radius: 6px;
    list-style-type: none;
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 60px;
    padding: 1%;
    border: 1px solid #e8e8e8;);
    cursor: pointer;
    margin-left: 10px;
    transition: ease .3s;
    &:hover {
      color: rgba(256, 256, 256, 1);
      border: 1px solid rgba(256, 256, 256, 1);
      
    }
  }


.social:hover > li {
  opacity: 0.5;
}

.social:hover > li:hover {
  opacity: 1;
}*/
.credits, .credits a {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(256, 256, 256, 0.6);
}

.center11 {
  display: table;
  width: 100%;
  height: 25vh;
}

.hero-text h5{	
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0;
}

.hero-text h5 a{	
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 5;
}

#special_package {
    /*background:url('../img/bg/partner-bg.jpg');
    position: relative;
     background-size:cover;*/
}
.layer {
    /*background-color: rgba(220, 220, 216, 0.7);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;*/
}


.gallery_enlarge_icon,
.pack_image .btn-bg1{
	z-index: 1;
	position: absolute;
	top: 66%;
	left: 48%;
	transform: translate(-50%, -50%);
	transition: .5s;	
}
.gallery_enlarge_icon1,
.pack_image .btn-bg1{
	z-index: 1;
	position: absolute;
	top: 66%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;	
	    padding-top: 12px;
   
}

button {width:10em; background-color: #274b590a; color: #fff; border-radius: 10px;
	    padding:3px 6px; border: 2px solid #fff;
	cursor: pointer;}
/*button:hover span {display:none; background-color: #54a5a1 !important; border-color:
2px solid #274b59 !important;}
button:hover:before {content:"Explore Now"}*/
.explore_now{
	display: none; /*background-color: #54a5a1;*/
	font-weight: 700;font-size: 18px;background-color: #58adaa; border: none; padding: 10px 0px;
}

.explore_nowcity{ font-weight: 700; /*background-color: none !important;*/font-size: 18px;
	background-color: #58adaa; border: none; padding: 10px 0px; }



.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 0em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  
  position: absolute;
  white-space: nowrap;
  font-size: 80px;
  
  top: 0;
  font-weight: 600;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  font-size: 50px;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 6.6s;
  -moz-animation: slide-in 6.6s;
  animation: slide-in 6.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out .0s;
  -moz-animation: slide-out .0s;
  animation: slide-out .0s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: rotateY(180deg);
  }
  60% {
    opacity: 1;
    -moz-transform: rotateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: rotateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotateY(20%);
    -moz-transform: rotateY(20%);
    -ms-transform: rotateY(20%);
    -o-transform: rotateY(20%);
    transform: rotateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: rotateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: rotateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: rotateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: rotateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: rotateY(120%);
    -moz-transform: rotateY(120%);
    -ms-transform: rotateY(120%);
    -o-transform: rotateY(120%);
    transform: rotateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateY(100%);
    -moz-transform: rotateY(100%);
    -ms-transform: rotateY(100%);
    -o-transform: rotateY(100%);
    transform: rotateY(100%);
  }
}


.dropbtn11 {
  color: white;
  border: none;
}

.dropdown11 {
  position: relative;
  display: inline-block;
}

.dropdown11-content {
  display: none;
  position: absolute;
  overflow: auto;
  height: 445px;
  background-color: #fff;
  color: #ccc !important;
  /*max-height: 450px;
  overflow-y: scroll;*/
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1; 
  border-radius: 10px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.dropdown11-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #333232 !important; 
  margin-left: 0px !important;
 /* border-radius: 10px;*/
  border-bottom:  1px solid #dad9d9;
  text-transform: capitalize !important;
  margin: auto;
}
.dropdown11-content:after {
    content: "";
    position: fixed;
    width: 0;
    height: 0;
    left: 66%;
    top: 91px;
    right: 150px;
    box-sizing: border-box;
    /*border-color: transparent transparent transparent transparent;*/
    transform-origin: 0 0;
    transform: rotate(135deg);
    /*box-shadow: -2px 2px 4px 0px rgba(50, 50, 50, 0.2);*/
    border: 0.5em solid #ffffff;
    z-index: 0;
    display:none;
}



.dropdown11-content a:hover {background-color: #ddd;}

.dropdown11:hover .dropdown11-content {display: block;}

.dropdown11:hover .dropbtn {background-color: #3e8e41;}

.dropdown11 i { display: none; }

.nav-item { font-size: 16px; font-weight: 600; }

.rating {  position: absolute; bottom: 0px; right: 0px; color: #f9cd51; background-color: #fff;
	border-radius: 14px; padding: 0px 4px; top: 39%; display: inline-table; font-size: 13px; }

.daqitgc-icon { width: 15px; height: 15px; border-radius: 3px; margin-right: 5px; float: left;
				margin-top: 6px;}
.daqitgc-color1 { background-color: rgba(0,0,0,.07); }
.daqitgc-color2 { background-color: #a7d1e9; }
.daqitgc-color3 { background-color: #26c281; }





#staticContent{
  position:absolute;
  background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	top: 0px;

}


.nav-link:hover { color: #5aaeaa; }
.nav-link { padding: 0.94em 1.5em; border: none!important;white-space: nowrap;}

.nav-link.active {
    color: #5aaeaa!important;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    top: 0px!important;
}  

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  background-color: #fff;
  height: 61px;
  margin: 0px -90px 0px -90px;
  padding: 0px 90px 0px 140px;
  width: 140%;
}


.float{
	/*position:fixed;*/
	width:60px;
	height:60px;
	/*bottom:40px;*/
	/*right:40px;*/
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #30525f;
 /* z-index:100;*/
}

.my-float{
	margin-top:-12px; padding: 20px;
}


.fdllil-icon-cont {
    width: 30px;
    padding-right: 8px;
}

.fdllil-icon {
    width: 100%;
 /*border: 1px solid #fff;*/
     padding: 3px;
    width: 40px;
    height: 40px;
    margin-right: 26px;
}
.fdllil-icon3 {
    width: 100%;
 /*border: 1px solid #fff;*/
     padding: 3px;
    width: 40px;
    height: 40px;
    margin-right: 26px;
}

.fdllil-icon1 {
     padding: 3px;
    width: 26px;
    height: 26px!important;
    margin-right: 10px;
}

.fdllil-icon:hover {
    /*position: relative;
    display: inline-block;
    font-family: "icomoon";
    font-size: 1em;
    width: 47px;
    height: 47px;
   
    color: white;
    border-radius: 50%;
    text-align: center;
    
    border: 2px solid #628e96;
    font-smoothing: antialiased;*/
}

.fdllil-icon1:hover {
    position: relative;
    display: inline-block;
    font-family: "icomoon";
    font-size: 1em;
    width: 47px;
    height: 47px;
    /*line-height: 37px;*/
    color: white;
    /*border-radius: 50%;*/
    text-align: center;
    /*margin-right: 10px;*/
    border: 2px solid #fff;
    font-smoothing: antialiased;
}

.contacticon{ margin-top: 100px; list-style: none; float: right; padding-bottom: 25px;}

.center11 h4{ color:#fff; border-bottom: 1px solid #fff; width: 260px; margin: auto; padding-bottom: 10px;}
.center11 p{ color:#fff; font-size: 16px; margin-top: 20px;}

.paynow{ 
		padding: 9px 24px 11px 24px;
	    font-size: 18px;
	    color: #ffffff!important;
	    font-weight: 800;
	    background: #274a58;
	    width: 8em;
	    height: 2.5em;
	    border-radius: 3px;
	    cursor: pointer;
	    /* float: right; */
	    border: 2px solid #274a58;
	    letter-spacing: 0px;
	    word-spacing: 5px;
 }

/*.paynow:hover{ 
	padding: 0px 32px;
			font-size: 18px;
			color: #628e96!important;
			font-weight:800;
			background:#274b59;
			width: 9em;
			height: 2.5em;
		    border-radius: 10px;
		    cursor: pointer;
		    border: 2px solid #628e96;
		    letter-spacing: 0px;
    		word-spacing: 5px;
 } */

.paynow11{ 
	        padding: 8px 9px;
			font-size: 18px;
			color: #fff!important;
			font-weight:500;
			background:#5ab0ad;
		    border-radius: 4px;
		    cursor: unset;
		    margin-right: 10px;   
 			}

.paynow12{ 
	        padding: 2px 9px;
			font-size: 16px;
			color: #000000 !important;
			font-weight:500;
			background:#fff;
		    white-space: nowrap;
		    margin-right: 10px;
		    border: 1px solid #5ab0ad;
 			}

.abt-btn{ padding: 12px 22px;
			font-size: 18px;
			color: #fff!important;
			font-weight:500;
			background:#5ab0ad;
		    border-radius: 4px;
		    cursor: pointer;
		    margin-right: 10px;   
 			} }			

.panel { margin-top: 25px; }

.indicator i { float: right; font-weight: 600!important; font-size: 22px; }

.indicator2 i { margin-left: 30px; color:#274a58; font-weight: 600!important; font-size: 22px; }

.acod-head{ margin-bottom: 20px; }

.acod-head h6 { /*font-weight: 300;*/color:#727272; font-size: 18px; }

.acod-head2 h6 { font-weight: 300;color:#58adaa; font-size: 18px; transform: scale(1.0, 1.1);
 font-family: 'Montserrat', sans-serif;}

.btn2 {
  flex: 1 1 auto;
  color: #274a58!important;
  padding: 2px 15px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  font-size: 15px;
  color: white;
  font-weight: 700;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  /*box-shadow: 0 0 20px #eee;*/
  border-radius: 8px;
  transform: scale(1.0, 1.1);
  
 }


 .btn3 {
 	background-color: #f9ca48 !important;
  flex: 1 1 auto;
  color: #000 !important;
  padding: 8px 25px 14px 25px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  font-size: 15px;
  color: white;
  font-weight: 700;
  transform: scale(1.0, 1.1);
  margin-right: -5px;
  margin-top: 20px;
  float: right;
  font-family: 'Montserrat', sans-serif;
  
 }

  .btn4 {
  background-color: #f9ca48 !important;
  margin-bottom: 5px;
  flex: 1 1 auto;
  color: #000 !important;
  padding: 0px 17px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  font-size: 13px;
  color: white;
  font-weight: 500;
  float: left!important;
  transform: scale(1.0, 1.0);
  margin-right: 20px;
  
 }



.packrate{ color: #ddad2f; font-size: 18px !important; margin-top: 90px; margin-bottom: -8px;}
.packdn{ font-size: 12px; float: right; }

.modal{ width: 520px; background-color:#fff; height: 470px; align-items: center;
	margin: auto; padding: 25px; border-radius: 10px;
    /* position: fixed; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-y: hidden !important;
 }



 .form-group h6 { color: #777; font-weight: 300; }

 .form-group h6 span { color: #f44336; }

.startplanning{ width: 13em; background-color: #fff; color: #5aaeaa; border: 1px solid #5aaeaa;
				border-radius: 4px; margin-bottom: 25px; outline: none!important;}

.threerow{ text-align: right; padding-right: 25px; padding-left: 0px; }

.desticons{ width: 14px!important; }

.mrde1 h5 { padding-top: 10px;font-family: 'Montserrat', sans-serif; transform: scale(1.0, 1.0);}

.mrde1 h5 span {  color: #9e9e9e!important; font-family: 'Montserrat', sans-serif; transform:
					scale(1.0, 1.1);}

.mrde2 h5 span {  color: #4d4f50; font-family: 'Montserrat', sans-serif;
				 transform: scale(1.0, 1.1); }

.mrde2 h5 { padding-top: 10px; font-family: 'Montserrat', sans-serif; transform: scale(1.0, 1.1);}

.mrde2 { background-color: #f9ca48; float: right; padding-bottom: 7px; text-align: right;
	font-family: 'Montserrat', sans-serif; }

.mrde3{ padding-top:30px;font-family: 'Montserrat', sans-serif; }

.mrde3 h5{ padding: 20px 0px; font-family: 'Montserrat', sans-serif; font-weight: 700;}

.mrde4 h5{ font-family: 'Montserrat', sans-serif; font-weight: 700;}
.mrde4 p { padding:10px 50px 0px 50px; }

.mrde3 p{ padding:40px 50px 0px 50px; }

.itibtn { margin: 10px 0px 20px 0px; }


.accomotab { background-color: #5ab0ad; color: #fff; border-radius: 5px; outline: none!important;
	width: 8em; font-size: 20px; padding: 8px 0px; border:1px solid #5ab0ad;  }

.accomotabDec {background-color: #fff; color:#5ab0ad; /*border:1px solid #5ab0ad;*/ border-radius: 0px;
	outline: none!important;  }

.accomoimg { margin-top: 15px;  }

.accomotext_inner{ position: relative; }
.accomotext{ position: absolute; bottom: 0; }

.accomotext i { color: #ffb200; }

.accomotext h5 { font-size: 25px !important;}

.bulletdiv { margin-top: 15px; }
.bulletdiv i { color: #58adaa; margin-right: 5px; }
.bulletdiv p { margin-bottom: 0px; color: #8a8a8a; font-size: 14px; transform: scale(1.0, 1.1);
				line-height: 21px;
				 font-family: 'Montserrat', sans-serif; }

.single_tour_details{ /*padding: 20px 0px;*/ padding-top: 80px; }

.single_tour_details h5{ font-size: 30px; color: #000; font-family: 'Montserrat', sans-serif;  }

.contactus1{ width: 1100px; position: absolute; top: 325px; left: 10%; margin: auto;
			padding-bottom: 0px !important; 
			    box-shadow: 0 8px 6px -6px #0a0a0a99;}

.contactus2{ background-color:#fff; padding-top: 97px; padding-left: 60px; padding-right:60px;
				text-align: center!important; }

.contactus3{ background-color:#f9ca48; padding-top: 155px; text-align: center!important;
			padding-bottom: 0px!important; }

.contactus3 h2{ color:#fff; font-family: 'Montserrat', sans-serif; padding-bottom: 45px; }
.contactus3 p{ color:#4d4f50; text-align: left; padding-right: 100px; padding-left: 100px;
				    font-family: 'Montserrat', sans-serif; font-weight: 600; }

.contactus4{ height: 400px; }

.actions{margin-top: 20px;}
.actions1{margin-top: 20px; float: right;}

.acod-content{ font-family: 'Montserrat', sans-serif; padding-left: 0px; padding-bottom: 35px; }

.footercontact{text-align: left!important; padding-bottom: 0px!important; }

.footercontact h2{ color:#fff; font-family: 'Montserrat', sans-serif; padding-bottom: 3px;
				   font-size: 30px; text-align: center; }
.footercontact p{ color:#274a58; text-align: left; 
				  font-family: 'Montserrat', sans-serif; font-weight: 600;
				  padding-left: 12px!important; padding-right: 12px!important; }

.as1{ font-size: 23px!important; margin-top: 25px; text-align: center;}
.as1 a { font-size: 23px!important; margin-right: 15px; margin-left: 15px; }

.as1 > a:hover {  color: #274a58!important; }
.as { margin-top: 26px; text-align: center; }

.bs-example{
        margin:0px 60px;       
    }

.breadcrumb{
	 background-color: #fff; margin: 2px 0px; padding-left: 0px;}

.breadcrumb-item a {color: #58adaa;    font-size: 12px; font-weight: 600; word-wrap: break-word;}

.breadcrumb-item.active {
    color: #636c72;
    font-size: 12px;
    /*float: initial;*/
}



.fdllil-icon:hover {
	-webkit-transition: -webkit-transform .4s ease-in-out;
          transition:transform .4s ease-in-out;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.makingdream {
	margin-top: 20px !important;
	border-bottom: 1px solid #fff;
	margin: auto; 
	padding-bottom: 10px; 
	width: 200px;
}

.overlay2{background-color: #b3e1c1a1; border-radius: 5px; padding: 20px 25px 40px 0px;}

.overlay2offer{ height:40px; width:25%; position: absolute; right: 0px;}

.destihesding{border-bottom: 2px solid #ccc; margin-bottom: 15px;}

.destihesding span h3 { margin-bottom: -40px; margin: auto;}

.aboutpdg{padding: 50px 100px;}
.aboutpdg1{padding: 50px 100px 0px 100px;}
.tourfix { position: fixed; width: 100%; }
.hidedesk{ display: none; }

.packagedesk{display: block;}
.packagedesk2{display: block;}

.packagemobile{display: none!important;}
.packagemobile2{display: none!important;}

#discount-slider{display: none!important; }
.spansp{float: right; margin-top: -40px;}
.tour_slider{height: 550px;}
.thingstodoheading1{ border-bottom: 2px solid #ccc; margin-bottom: 30px; text-align: left;}
.tour_slider13{ height: 380px !important; }
.tour_slider15{height: 253px !important;}
.scroll-touch {

  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.scroll-auto {
  -webkit-overflow-scrolling: auto; /* Stops scrolling immediately */
}
.tourdetailprice{ border-bottom: 2px solid #ccc; }
.tourdetailprice span h3 { text-align: left; color: #deac31;transform: scale(1.0, 1.1);
	font-weight: 500; margin-bottom: 15px;  }


#notfound {
  position: relative;
  height: 100vh;
  background-color: #222;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  height: 158px;
  line-height: 153px;
}

.notfound .notfound-404 h1 {
  font-family: 'Josefin Sans', sans-serif;
  color: #222;
  font-size: 220px;
  letter-spacing: 10px;
  margin: 0px;
  font-weight: 700;
  text-shadow: 2px 2px 0px #c9c9c9, -2px -2px 0px #c9c9c9;
}

.notfound .notfound-404 h1>span {
  text-shadow: 2px 2px 0px #ffab00, -2px -2px 0px #ffab00, 0px 0px 8px #ff8700;
}

.notfound p {
  font-family: 'Josefin Sans', sans-serif;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}

.notfound a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  color: #c9c9c9;
  border: 2px solid #c9c9c9;
  display: inline-block;
  padding: 10px 25px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #ffab00;
  border-color: #ffab00;
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 122px;
    line-height: 122px;
  }

  .notfound .notfound-404 h1 {
      font-size: 122px;
  }
}

.besttimetov{ float: left; color: #878787; font-size: 11px; font-weight: 300; }





































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

.search-box-container input {
    padding: 5px 20px 5px 15px;
    width: 370px;
    border-radius: 5px;
    border: none;
    margin-left: 0px;
    height: 47px;
    position: relative;
    z-index: 1;
}

.cd-words-wrapper b {
  font-size: 36px;
}
.hero-text {
    padding-top: 125px;
    text-align: center;
}
.search-box-container input{
	width: 250px;
}
.dropdown-content {
    
    position: absolute;
    color: #333232 !important;
    background-color: #f6f6f6;
    /*max-width: 352px !important;
    min-width: 352px!important;*/
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    margin-left: -11px !important;
    /*height: 524px;*/
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    border-radius: 3px;
    /*top: 14%;*/
    top: 13%;
    overflow-x: hidden;
    width: 98%;
}
.makingdream {
	margin-top: 100px !important;
	border-bottom: 1px solid #fff;
	margin: auto; 
	padding-bottom: 10px; 
	width: 200px;
}
.single_package img{
	height: 220px;
	width: 212px !important;	
}
.explore_nowcity{
	font-weight: 700;
    font-size: 12px;
    background-color: #58adaa;
    border: none;
    padding: 4px 0px;
}
.explore_now {
    display: none;
    font-weight: 300;
    font-size: 12px;
    background-color: #58adaa;
    border: none;
    padding: 2px 0px;
    left: 10%;
}
.cd-words-wrapper{ width:none !important; }

.pack_price_price{
	top: 38%;
	left: 50%;
	font-size: 8px;
}
.gallery_enlarge_icon, .pack_image .btn-bg1 {
    z-index: 1;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.gallery_enlarge_icon1, .pack_image .btn-bg1 {
    z-index: 1;
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.subscribe-area .subscribe-form .search-btn button {
    right: 134px;
    top: 50px;
    background: #58adaa;
    font-size: 14px;
    padding: 3px 0px;
    width: 32%;
    border-radius: 4px 4px 4px 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}
.subscribe-area .subscribe-form .serach-form input {
	background: none;
    background-position: 0% 50%!important;
    font-size: 12px;
    height: 40px;
    padding-left: 10px;
    padding-right: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right 164px;
    padding-bottom: 0;
}
.footer_content
{
	height: 590px;
	padding-top:10px;
	padding-bottom: 10px;
	background-color: #2f5360;
}
.footercontact h2 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 3px;
    padding-top: 35px;
    font-size: 23px;
}
.footercontact {
    text-align: left!important;
    padding-bottom: 0px!important;
   
}
.fdllil-icon {
    width: 100%;
 /*border: 1px solid #fff;*/
     padding: 3px;
    width: 40px;
    height: 40px;
    margin-right: 21px;
}
.banner_overlay2 {
    height: 100vh;
}
.banner_overlay .section-blog-title {
    font-size: 35pt;   
}
.overlay2{background-color: #b3e1c1a1; border-radius: 5px; padding: 10px 10px 20px 20px; width: 277px;
 margin-top: 88px !important;  margin: auto;
}
.overlay2offer{ height:40px; width: 278px; margin: auto; position: relative;}
.destihesding span h3 { margin-bottom: 5px;}
.single_package2 {
    margin: auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 97%;
    padding: 0px;
    border: 1px solid #d0d0d0;
}
.single_package3 {
	margin: 10px 8px 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 100%;
	padding: 0px;
	border: 1px solid #d0d0d0;	
}

.single_package2 .package-hover2 {
    padding: 15px 0px 15px 21px;
}
.viewmbtn{ margin-top: 4px; }
.mrde3 p {
    padding: 40px 0px 0px 0px;
}
.paynow11 {
    margin-left: 10px;
    margin-top: 10px; cursor: unset;
}	
.paynow11 a {
   cursor: unset;
}
.nav-tabs .nav-link {
    line-height: 14px;
}
.mrde1 h5 {
    padding-bottom: 10px;
    padding-top: 0px;
    transform: scale(1.0, 1.0);
}
.aboutpdg{padding: 50px 20px;}
.aboutpdg1{padding: 0px;}
.actions{margin-top: 30px; text-align: center;}
.actions1{float: none; text-align: center;}
.bs-example{
    margin:0px;       
}
.tourfix { position: fixed!important; width: 120%; }
.accomotext_inner{ position: none; }
.accomotext{ position: initial; }
.accomotext h5 {
    margin-top: 15px;
    font-size: 25px !important;
}
.contactus1 {
    width: 88%;
    position: absolute;
    top: 325px;
    left: 6%;
    margin: auto;
    padding-bottom: 0px !important;
    box-shadow: 0 8px 6px -6px #0a0a0a99;
}
.contactus2 {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.banner_overlay_contact .section-blog-title-contact {
    font-size: 36pt;
}
.btn-contact-bg {
    font-size: 14px;
    padding: 10px 5px !important;   
}
.banner_overlay_contact{
	background: #58adaa;
	padding: 148px 0 240px;
	height: 100vh;
}
.contactus3 {
    background-color: #f9ca48;
    padding-top: 55px;
    text-align: center!important;
    padding-bottom: 0px!important;
}
.contactus4 {
    height: 850px;
}
.contactus3 p {
    padding-right: 10px;
    padding-left: 10px;
}
.contacticon {
    margin-top: 20px;
    list-style: none;
    float: right;
    padding-bottom: 25px;
}
.modal {
    width: 328px;
    height: 490px;
}
::-webkit-scrollbar-track {
  background: #fff; 
}

.searchimg{ width: 55px; display: inherit; margin-right: 10px;}

.hidemob{ display: none; }

.dropdown11 {
  position: relative;
  display: inline-block;
      width: 100%;
          margin-bottom: 0px;
}

.dropdown11-content {
  display: block;
  position: inherit;
  background-color: #fff0;
  color: #ccc !important;
  max-height: none;
  overflow: none;
  height: auto;
  min-width: 270px;
  box-shadow:none;
  z-index: 1; 
  border-radius: 10px;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.dropdown11-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: none;
  color: #333232 !important; 
  margin-left: 0px !important;
 /* border-radius: 10px;*/
  border-bottom:  1px solid #dad9d9;
  text-transform: capitalize !important;
  margin: auto;
}
.dropdown11-content:after {
  content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    right: 150px;
    box-sizing: border-box;
    /*border-color: transparent transparent transparent transparent;*/
    transform-origin: 0 0;
    transform: rotate(135deg);
    /*box-shadow: -2px 2px 4px 0px rgba(50, 50, 50, 0.2);*/
    border: 0em solid #b18f8f00;
    z-index: 0;
}



.dropdown11-content a:hover {background-color: #d8dadb;}

.dropdown11:hover .dropdown11-content {display: block;}

.dropdown11:hover .dropbtn {background-color: #3e8e41;}
.dropdown11 i { display: contents!important; }

/*.hideClassMenu {
	display: none!important;
}*/
.btn-1 {
    /* background-image: linear-gradient(to right, #55473252 0%, #f9cd522e 51%, #f9cb4c1c 100%); */
    font-size: 12px !important;
    border: 1px solid #274b59;
    padding: 5px 0px !important;
    text-align: center!important;
    margin-left: 36px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
        width: 14em !important;
}
.btn-111 {
    /* background-image: linear-gradient(to right, #55473252 0%, #f9cd522e 51%, #f9cb4c1c 100%); */
    border: 1px solid #274b59;
    padding: 5px 0px !important;
    text-align: center!important;
    margin-left: 36px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
}

.scroll1{    /* min-width: 300px; */ width: 100%; overflow-x: scroll; overflow-y: hidden;z-index: 1111; }

.dropdown-content a {
    color: black;
    padding: 6px 2px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #dad9d9;
    height: 48px;
    width: 100%;
}
.searchimg{ width: 55px; display: inherit; margin-right: 2px;}

.site-navigation {
    border-radius: 0px;
    
}

.hidedesk{ display: block; }

.navbar-fixed{ background-color: #fff; }

.as1 {
    font-size: 23px!important;
    margin-top: 25px;
    text-align: center;
}

.as1 a {
    font-size: 18px!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.pack_image1 {
    position: relative;
    transition: .5s;
    overflow: hidden;
     height: 158px; 
}
.packagedesk{display: none;}
.packagedesk2{display: none;}

.packagemobile{display: block!important;}
.packagemobile2{display: block!important;}

#discount-slider{ display: block!important; }
.spansp{    /* float: left; */
    /* margin-top: 0px; */
    margin: auto;
    width: 100%;
text-align: center;}
.tour_slider{height: 237px;}
.thingstodoheading1{ text-align: center;}
.mrde1 { margin-bottom: 10px; }
.search-box-container:after {
    content: "\f002";
    font-family: FontAwesome;
    margin-left: -25px;
    margin-right: 25px;
    position: absolute;
    z-index: 2;
    padding-top: 10px;
    display: none;
}
.banner_overlay .section-blog-title4{
	color: #274a58;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	float: right;
	margin-top: 0px;
    right: 0px;
    transform: scale(1.0, 1.1);
}
.testimonial .testimonial-content {
    padding: 20px 9px;
    background: #fff;
    position: unset;
}
.testimonialorder{display: flex;
    flex-direction: column-reverse;}
.testimonial img{
	position:unset;
	width: -webkit-fill-available;
	height: 404px;
    object-fit: cover;
	padding-right: 0px;
	/*max-height: 100%;*/
}
.mrde2 { background-color: #f9ca48; float: right; padding-bottom: 7px; text-align: left;
	font-family: 'Montserrat', sans-serif; }
.tour_slider13{ height: 280px !important; }

.tour_slider14{ height: 420px !important; }
.mrde4 p { padding:10px 0px 0px 0px; text-align: justify; }

.mrde3 p{ padding:40px 0px 0px 0px; text-align: justify; }
.tour_slider15{height: 320px !important;}
.navbar-toggleable-md .navbar-collapse {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important;
webkit-width: 100%;
width:100%;
}


.package-hover2 h5{ font-size: 13px; font-weight: 700; margin: 2px 0px; }


.paynow12{ 
	        padding: 0px 9px;
			font-size: 16px;
			color: #000000 !important;
			font-weight:500;
			background:#fff;
		    
		    margin-right: 10px;
		    border: 1px solid #5ab0ad;
 			}
.banner_overlay {
    text-align: center;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  background-color: #fff;
  height: 61px;
  margin: 0px;
    padding: 0px;
  width: 100%;
}
.tourdetailprice span h3 { text-align: center; color: #deac31;transform: scale(1.0, 1.1);
	font-weight: 500; margin-bottom: 15px;  }

#owl-demo1 .item{
  margin: 3px;
}
#owl-demo1 .item img{
  
  width: 100%;
  height: auto;
}


#owl-demo2 .item{
  margin: 3px;
}
#owl-demo2 .item img{
  
  width: 100%;
  height: auto;
}


#owl-demo3 .item{
  margin: 3px;
}
#owl-demo3 .item img{
  
  width: 100%;
  height: auto;
}


#owl-demo4 .item{
  margin: 3px;
}
#owl-demo4 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo5 .item{
  margin: 3px;
}
#owl-demo5 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo6 .item{
  margin: 3px;
}
#owl-demo6 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo7 .item{
  margin: 3px;
}
#owl-demo7 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo8 .item{
  margin: 3px;
}
#owl-demo8 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo9 .item{
  margin: 3px;
}
#owl-demo9 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo10 .item{
  margin: 3px;
}
#owl-demo10 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo11 .item{
  margin: 3px;
}
#owl-demo11 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo12 .item{
  margin: 3px;
}
#owl-demo12 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo13 .item{
  margin: 3px;
}
#owl-demo13 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo14 .item{
  margin: 3px;
}
#owl-demo14 .item img{
  
  width: 100%;
  height: auto;
}

#owl-demo15 .item{
  margin: 3px;
}
#owl-demo15 .item img{
  
  width: 100%;
  height: auto;
}

.testimonial-demo .slick-prev.slick-arrow{
	content: "←";
    display: none !important;
	top: 36%;
	left: 0px;
	background-color: #294c5b;
	color: #fff;
    font-size:0px;
}
.testimonial-demo .slick-next.slick-arrow{
	right: 0px;
	display: none !important;
	top: 36%;
	background-color: #294c5b;
	color: #fff;
    font-size: 0px;
}
.besttimetov{ float: left; color: #878787; font-size: 10px; font-weight: 300; }




















}





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

    .paynow{
        display: block;
        width: 100%;
        margin-top: 15px;
        margin-left: 0 !important;
        height: auto;
    }
    
}
