body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	
}
ul, li {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}
p {line-height: 24px; }


::-webkit-input-placeholder {
color: #333;
}
:-moz-placeholder { /* Firefox 18- */
color: #333;
}
::-moz-placeholder {  /* Firefox 19+ */
color: #333;
}
:-ms-input-placeholder {
color: #333;
}
h1, h2, h3, h4, h5, h6 {
	
	margin: 0px;
}
h1, h2 {
    font-size: 31px;
    color:#33323a; padding-bottom:30px;
    /* font-family: 'playballregular'; */
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
}
.padding-top-8 { padding-top: 10px; }
.btn-blue {
background: #0094de;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none !important;
    border: 2px solid transparent;
    font-weight: 600;

}
.btn-blue:hover {
	background: transparent;
	 border:2px solid #0094de;	
	 text-decoration: none !important;
	color: #0094de;
}
.btn-blue-full {
	background:#1a2d46;	
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	 border-radius: 4px;
	 display: inline-block;
	 padding: 10px 30px;
	 text-decoration: none;
	 border:0;
	 width: 100%;
	font-weight: 600;
}
.btn-blue-full:hover {
	background: #0094de;
	color: #fff;;
}
.btn-yellow {
	background: #1a2d46;	
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	 border-radius: 4px;
	 display: inline-block;
	 	border:2px solid transparent;
	 padding: 10px 25px;
	 text-decoration: none !important;
	 font-weight: 600;
}
.btn-yellow:hover {
	background: transparent;
	border:2px solid #1a2d46;
	color: #1a2d46;;
	 text-decoration: none !important;
}
.btn-white {
    background: #fff;    
    color: #1a2d46;
    font-size: 14px;
    text-transform: capitalize;
     border-radius: 4px;
     display: inline-block;
        border:2px solid transparent;
     padding: 10px 25px;
     text-decoration: none !important;
     font-weight: 600;
}
.btn-white:hover {
    background: transparent;
    border:2px solid #fff;
    color: #fff;;
     text-decoration: none !important;
}


.btn-yellow-bg {
    background: #012b72 url("../images/call-icon.png") no-repeat scroll 15px 15px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 8px 30px 8px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.btn-yellow-bg:hover {
    background: #00baf3 url("../images/call-icon.png") no-repeat scroll 15px 15px;
    color: #fff;
}

.footer-bottom{    background: #1a2d46;}

/* welcome-section Starts */

.welcome-section{}
.welcome-lft{float:left;width:50%;  height: 584px;overflow: hidden;background:url("../images/cattle.jpg") no-repeat left center; background-size:cover !important;>}
.welcome-rht{float:right;width:50%;    padding: 120px 60px 60px 60px; height: 584px;
background: url(../images/bg-section-tour.jpg) no-repeat;
    background-size: cover;
 }
 .welcome-lft img{height:100%;object-fit: cover;width:100%;}
.welcome-rht h2, .welcome-rhtt p{color:#fff;}
.welcome-rht p{padding-bottom:50px;line-height:34px;font-size:18px;color:#fff;}

/* welcome-section Ends */



.trip-box {box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.2); }

h3 { font-family: 'Roboto', sans-serif; color:#33323a; padding-bottom: 20px;
 font-weight:600; font-size: 18px; line-height: 24px; }
h4 {
    color: #012b72;
    text-transform: uppercase;
     font-size: 18px; line-height: 24px; 
     font-weight: 600;
     margin-bottom: 0px;
}

.padding-top-20 { padding-top: 20px;}
.padding-top-30 {
	padding-top: 30px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-2 { padding-left: 2px; padding-right: 2px; }
.padding-left-20 { padding-left: 20px;}
.align-right { text-align: right;}
.clear {
	clear: both;
}
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}
.padding-80 { padding: 80px 0px;}
/* top section */


.hearder { position: static; width: 100%; color:#fff; }
/* banner */
.banner-text h1 { font-size: 3em; color: #fff !important;  display: inline-block;  }


/* banner */
.inner-banner-text h1 { font-size: 3em; color: #333 !important;  display: inline-block;  }
.inner-banner-text h1 span { font-size: 3em; font-weight: 900; }
.inner-banner-text p {  font-size: 18px; padding-top: 10px; font-weight: 400; font-style: italic; line-height: 26px; color: #333 !important;  margin-bottom: 30px; }

.banner-form { width: 100%; }
.banner-form-header {  background: #f5f5f5; -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px; border-bottom: 1px solid #ededed; padding: 13px 0px; 
text-align: center; font-size: 20px; font-weight: bold;  }
.banner-form-header h2 { color: #8a959e; padding: 0px; margin: 0px; font-size: 20px;  font-family: 'Roboto', sans-serif; }
.banner-form-header h3 { color: #fff; font-size: 14px; padding: 0px; margin: 0px; font-style: italic; font-weight: normal; }
 .banner-form-body {    background: rgba(255, 255, 255, 0.58);
    padding: 10px;
    border-radius: 5px;
    text-align: left;
    margin-top: 65px;
        height: 470px;
    overflow-y: auto;
    overflow-x:hidden;
}

.banner-form-body input, .banner-form-body select, .banner-form-body textarea{
margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;	
    width:100%;
    margin-bottom:15px;
}
.banner-form-body #textfield:focus, .banner-form-body textarea:focus{outline:none;}
.banner-form-body textarea{height: 100px;}
.banner-textarea { height: 60px;}

.banner-left {    padding-top: 180px;}
.banner-left h1 { font-size: 52px; line-height: 60px; }

.banner-inner-page { padding-top: 60px;}
.banner-inner-page h1 { font-size: 52px; }

.padding-5 { padding-left: 5px; padding-right: 5px; }

.banner-inner { height: 400px !important; }

.hearder-top { padding:8px 0px;background:#1a2d46;}
.top-social ul { width: 100%; text-align: right; }
.top-social li { list-style: none; display: inline-block; }
.top-social a { color: #fff; text-decoration: none; display: block; padding: 4px 5px; font-size: 16px; }

.top-link {float: left;}
.top-link a { text-decoration: none; display: block; padding: 4px 0px;color:#fff;float: left;margin-right: 20px; }
.top-link a:last-of-type {margin-right: 0px;}

.header-list{margin:3px 0px 0px;padding:0px;list-style-type:none;}
.header-list li{margin-right:20px;color: #fff; font-size: 13px; text-transform: capitalize; margin-bottom: 0px;}
.header-list li i{margin-right:5px;}
.top-social{float:right;}



.top-link a i { margin-right: 5px;}

.logo {  }
.logo img{max-width:100%;}
.hearder-bottom {padding: 10px 0px; }


/* Popular */
.book-section { /* Amit */
    /* background: rgba(235, 161, 0, 0.9); */
    position: relative;
    z-index: 12;
    /* bottom: -34px; */
}
.book-section .title-column { 
   
    position: relative;
}
.book-section .bg-layer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    height: 115px;
}
.book-section .bg-layer::before { 
    background-color: #012b72; 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;  background: #012b72 !important;
}
.book-section .title-column .inner-box {padding: 44px 0 35px;position: relative; }
.book-section .title-column .inner-box h2 { /* Amit */
    color: #ffffff;
    font-size: 31px;
    position: relative;
    padding-bottom: 9px; padding-right: 20px; text-align: right;
}
.book-section .title-column .inner-box .text { /* Amit */
    color: #ced5dd;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    position: relative;  padding-right: 20px; text-align: right;
}
.book-section .title-column .inner-box .arrow-box {
    background-color: #ffffff;
    border-radius: 50%;
    height: 34px;
    line-height: 34px;
    margin-top: -10px;
    position: absolute;
    right: -32px;
    text-align: center;
    top: 50%;
    width: 34px; z-index: 1;
}
.book-section .title-column .inner-box .arrow-box .icon {
    color: #adadad;
    font-size: 18px;
}
.book-section .form-column .inner-box {
    position: relative;
}
.inner-box-new{background: #00baf3; min-height: 115px;}
.book-section .form-column .inner-box .column {
    padding: 45px 0 35px;
}
.book-section .form-column .inner-box .column form {
    position: relative;
}
.book-section .form-column .form-group {
    margin-bottom: 25px;
    padding: 0 8px;
    position: relative;
}
.book-section .form-column .form-group .group-inner {
    position: relative;
}

.auto-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: static;
}

.footer-social {width: 100%;}
.footer-social ul { width: 100%;list-style: none;    }
.footer-social li {  display: inline-block;margin-right: 10px;  }
.footer-social li a{ border:1px solid transparent;font-size:20px;text-decoration: none; background: #fff; color:#0094de; width: 35px;
    height: 35px; display: block; text-align: center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;line-height: 35px; }
.footer-social li:last-child{margin-right:0px;}
.footer-social li a:hover { background:transparent;color:#fff;border:1px solid #fff;} 



/* tick */
.home-tick-list ul {
    
    width: 100%;
}
.home-tick-list li {
    line-height: 30px;
    list-style: outside none none;
padding: 0px 0px 0px 17px;
    color: #fff;
display: inline-block;
    font-weight: 600;
}
.home-tick-list li:first-child{padding-left:0px;}
.home-tick-list li i{margin-right:8px;}

.home-tick-list a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.home-tick-list a:hover {
    color: #d74bb9;
}
.white-bg { background: #fff; }	


/* home welcome */
/* hover box */
.entry-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.entry-thumb {
	position: relative;
	width: 100%;
	background: #ccc;
}
.entry-thumb img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
/*.entry-thumb:hover img {
	opacity: 0.8;
	-moz-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}*/
.entry-thumb hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.day-trips-box { width: 100%; }
.day-trips-bottom { width: 100%; text-align: center; background: #f5f5f5; margin-bottom:30px; padding-bottom: 30px; }
.day-trips-bottom p { padding: 0px 20px 10px 20px;}
.day-trips-bottom h2  { font-size: 18px !important; text-transform: 
	capitalize !important; padding: 15px 0px;  font-weight: 600;
	border-bottom: 1px solid #e6e6e6; margin-bottom: 15px; font-family: 'Open Sans', sans-serif; }

.day-trips-bottom h2 a { color: #222; display: block; text-decoration: none;}
.day-trips-bottom h2 a:hover { color: #012b72; display: block; text-decoration: none;}
	/* welcome */
	.welcome h3 { font-size: 20px; line-height: 30px;}
/* camp program */



.bg-section-blue { background:url(../images/bg-section-tour.jpg) no-repeat; background-size: cover;
 padding: 120px 0px 80px; }
.welcome { color: #fff;}
.welcome h2, h3 { color: #fff;}

.welcome h3 { color: #fff; font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
     font-weight: normal;
    font-style: italic;
    line-height: 35px; }

    .home-img-box { position: relative; }
    .home-img-border { border:1px solid #fff;  z-index: 9; position: absolute; right: 17px; top:-30px; height: 339px; width: 470px; }
    .home-img { position: relative; z-index: 99; }
/* tick */
.tick-list-white ul {
    
    width: 100%;
}
.tick-list-white li {
    background: url(../images/tick2.png) no-repeat scroll 0 7px;
    line-height: 30px;
    list-style: outside none none;
    padding-left: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.tick-list-white a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.tick-list-white a:hover {
    color: #fff;
}

.home-tour-left { width: 65%; float: left;}
.home-tour-right { width: 35%; float: left;}
.home-tour-left img { width: 100%; }
.padding-20 {
    padding: 20px;
}
.footer-logo img{max-width:100%;margin-bottom:15px;}
.padding-60{padding:60px 0px;}
.paddingtop-60{padding:60px 0px 0px 0px;}
.paddingbottom-60{padding:0px 0px 60px 0px;}
.footer-top {background: url(../images/footer-bg.jpg) no-repeat left center; background-size: cover; }
.about-right{margin-top:10px;}
.footer-top-border { border:1px dashed #198eda; padding: 5px 15px;  
	background: url(../images/email-bg.png) no-repeat center bottom; }
.footer-top h2 { color: #fff; font-family: 'Open Sans', sans-serif;  font-size:18px; padding-top: 0px;
 margin-bottom: 0px; padding-bottom: 6px; text-transform: uppercase; font-weight: 600;  }

 .footer-top p { color: #fff; margin-bottom: 0px; padding-bottom: 0px;}

.newsletter-textbox { background: #fff; border-radius: 3px; line-height:35px; width: 100%; 
	border: none; outline: none; padding-left: 10px; }
.newsletter-btn {border: none; outline: none;
 background: #00baf3 url(../images/arrow-right.png) no-repeat right center; border-radius: 3px; 
 line-height:38px; color: #fff; text-transform: uppercase;
  font-weight: 600; display: inline-block; padding: 0px 40px 0px 20px; }
  .newsletter-btn:hover {border: none; outline: none;
 background: #333 url(../images/arrow-right.png) no-repeat right center; }
  .newsletter-form { padding-top: 6px; }
.custom-box p{min-height:125px;}
.custom-box h4{min-height: 52px; margin-bottom: 10px; font-size: 13px; font-weight: bold;line-height: 18px;} 

.custom-box1 p{min-height:50px;}


/* footer */
.footer { }
.footer-box { width:100%; }
.footer-box-header { width:100%; }
.footer-box-header h2 { padding-top:0px; padding-bottom: 30px; 
	font-family: 'Open Sans', sans-serif; font-size: 18px; text-transform: uppercase; color: #fff; font-weight: 600; }
.footer-box-body { width:100%; color: #6f6f6f; }
.footer-box-body ul { width: 100%; }
.footer-box-body li { list-style: none; line-height: 25px; margin-bottom: 5px; }
.footer-box-body a {color: #bbb; text-decoration:none; }
.footer-box-body a:hover { color:#00baf3; }

.footer-call { width: 100%; text-align: center; padding: 0px 0px 40px 0px; }
.footer-call span { color: #00baf3; }
.footer-call h2 { text-transform: capitalize; font-size: 27px; padding-bottom:10px;  }
.footer-call h3 { text-transform: capitalize; font-size: 16px; color: #6f6f6f;   }
.footer-bottom p{color:#fff;margin-bottom:0px;}
.footer-eco-logo {
	padding: 30px 0px;
}

.footer-contact li{color:#bbb;}
.footer-contact li i {float: left; width: 5%; margin-top: 5px; }
.footer-contact li i {margin-right: 10px; color: #fff; }
.footer-contact li span{    float: left; width: 91%;}

.twitter a, .facebook a, .gplus a, .linkedin a {
	background: url(../images/social.png) no-repeat;
	width: 28px;
	height: 28px;
}
.twitter a {
	width: 28px;
	height: 28px;
	display: block;
	background-position: 0px 0px;
}
.twitter a:hover {
	width: 28px;
	height: 28px;
	background-position: 0px -28px;
}
.facebook a {
	width: 28px;
	height: 28px;
	display: block;
	background-position: -28px 0px;
}
.facebook a:hover {
	width: 28px;
	height: 28px;
	background-position: -28px -28px;
}
.gplus a {
	width: 28px;
	height: 28px;
	display: block;
	background-position: -56px 0px;
}
.gplus a:hover {
	width: 28px;
	height: 28px;
	background-position: -56px -28px;
}
.linkedin a {
	width: 28px;
	height: 28px;
	display: block;
	background-position: -84px 0px;
}
.linkedin a:hover {
	width: 28px;
	height: 28px;
	background-position: -84px -28px;
}

.social-footer {	
	width: 100%;	
}
.social-footer ul {
	text-align: left;
}
.social-footer li {
	list-style: none;
	width: 28px;
	height: 28px;
	display: inline-block;
	margin-left: 3px;
}
.social-footer a { text-decoration: none;}

.footer-bottom { padding:20px 0px 20px 0px;   }
.footer-bottom a { color: #fff; font-weight:bold;text-decoration:none; }
.footer-bottom a:hover { color:#00baf3; }

.footer-bottom-right  { text-align: right;}


/* testimonial */
.bg-section-yellow { background:url(../images/bg-section-yellow.jpg) no-repeat; background-size: cover; }
.bg-section-yellow h2 { color: #fff; }
.bg-section-yellow { color: #fff; }

.testimonial-bg { background: #fff; border-radius:5px; padding: 20px; color: #666; min-height: 300px; }
.testimonial-bg p { padding: 9px 0px; margin: 0px; }
.testimonial-point { padding-left: 30px; padding-bottom: 20px }

.testimonial-img { width: 65px; height: 65px; float: left; margin-right: 20px; }
.testimonial-img img { width: 100%; border-radius: 50%; width: 65px; height: 65px;  }
.testimonial-text { width:81%; float: left; }
.testimonial-text  h3 {
    font-size: 20px;
    color:#333; padding:6px 0px; }
   
.testimonial-text p { padding-bottom: 0px; margin-bottom: 0px; }

.home-accommodation li { margin-bottom: 20px; list-style: none; }
.home-accommodation li:last-child { margin-bottom: 0px; }

.home-accommodation-img { width: 85px; height: 85px; float: left; margin-right: 20px; }
.home-accommodation-img img {width: 100%; height: 100%; object-fit: cover; }

.home-accommodation-text { width:81%; float: left; }
.home-accommodation-text h3 { font-size: 18px; line-height: 18px; padding-bottom: 8px; text-transform: uppercase; }
.home-accommodation-text a { color: #fff; text-decoration: none; }

.testimonial-home { margin: 0px 3px;}
#testimonial .owl-page span { background: #fff !important;}

.gallery {margin-bottom: 50px; }
.gallery, .gallery ul{width:100%}
.gallery li{list-style:none;display:inline-block;width:33%;margin-bottom:3px}
.gallery li img{width:100%;height:auto;}
/*======================================
   13. Clients CSS
========================================*/
.destination-section {border-top: 1px solid #e5e5e5;background: #f9f6f6;}
.destination-section .single-destination {
	border: 1px solid transparent;
	padding: 20px;
	text-align: center;
}
.destination-section .single-destination img{
	width:auto;
	opacity:0.7;
	display:inline-block;
}
.destination-section .single-destination:hover img{
	opacity:1;
}
/*======================================
   End Clients CSS
========================================*/



/*======================================
   13. Clients CSS
========================================*/
.clients {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}
.clients .single-clients {
    border: 1px solid transparent;
    padding: 20px;
    text-align: center;
}
.clients .single-clients img{
    width:auto;
    opacity:0.7;
    display:inline-block;
}
.clients .single-clients:hover img{
    opacity:1;
}
/*======================================
   End Clients CSS
========================================*/






/* Inner Page */
.inner-page img  { width:100%;}
/* breadcrumbs start */
.breadcrumbs { width: 100%; color: #fff; }
.breadcrumbs h1 {
    font-size: 27px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px;
}
.breadcrumbs-right { text-align: right; padding-top: 5px; }
.breadcrumbs-right img { margin-top: -3px; padding-right: 6px; }
.breadcrumbs-right a { color: #fff; text-decoration: none; }
.breadcrumbs-right a:hover { text-decoration: underline; }
/* breadcrumbs end */

.right-box { width: 100%; padding-bottom: 20px; }
.right-box-header { width: 100%; }
.right-box-header h2 { color: #fff; -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; background: #3c3c3c; padding: 15px 16px; font-size: 20px; text-transform: capitalize;  }

.right-box-body { width: 100%; background: #f2f2f2; padding: 12px; }

.right-box-body ul { width: 100%; }
.right-box-body li { list-style: none; line-height: 30px; padding-left: 20px; background: url(../images/right-pink.png) no-repeat center left;  }
.right-box-body a { color: #999999; text-decoration:none; }
.right-box-body a:hover { color:#00baf3; }

.accomodation { width: 100%; margin-bottom: 20px; }
.accomodation img { width: 100%; border-radius:3px;  }

.accomodation-text { background: rgba(0, 0, 0, 0.8); padding: 17px; margin-top: -108px;
    -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
    position: relative; color: #fff;  }
.accomodation-text p { padding: 0px; margin: 0px; }
.accomodation-text h3 { color:#00baf3; padding-bottom: 10px; }

.accomodation-text a { color:#00baf3; text-decoration: none; font-style: italic; }
.accomodation-text a:hover { color:#00baf3; text-decoration: underline; }

.img-radius img { border-radius: 3px; }

.inner-content h2 { text-transform: capitalize;   }


.tour-day { width: 100%; padding-bottom: 20px; }
.tour-day-top { width: 100%; }
.tour-day-top img { width: 100%; -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; }

.tour-day-top h2 { background: #f2f2f2; font-size: 20px; color: #33323a; padding: 15px; -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; }


.tour-day-bottom { width: 100%; padding-top:20px; }
.video iframe{width:100%;}
.tour-day-bottom ul { width: 100%; padding-bottom: 30px; }
.tour-day-bottom li { list-style: none; padding: 3px 0px 3px 30px; 
	background: url(../images/tick2.png) 0px 7px no-repeat; line-height: 25px;   }
.tour-day-bottom a { color: #666666; text-decoration: none; display: block; }
.tour-day-bottom a:hover {color: #d74bb9;	}

.tour-day-bottom li ul {padding-bottom: 0px !important;}
.tour-day-bottom li ul li { background:url(../images/tick-gray.png) 0px 8px no-repeat!important; 
	padding-left:28px; }

.text-orenge { color: #00baf3; }	


.border-radius img { width: 100%; border-radius: 3px; }
/* Login */
.blue-bg { background: #00baf3  url(../images/contact-bg.png) no-repeat right bottom; padding: 20px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
.blue-bg h2 { color: #fff; font-size: 20px; text-transform: capitalize; }
.blue-bg h3 { color: #474747; font-size: 16px; text-transform: none; font-weight: 400; }
.blue-bg p { color: #fff; }

.gray-bg { background: #f2f4f5; padding: 20px; }
.gray-bg h2 { color: #25160f; font-size: 20px; text-transform: capitalize; }
.gray-bg h3 { color: #474747; font-size: 16px; text-transform: none; font-weight: 400; }
.gray-bg p { color: #474747; }
.gray-bg a { color: #474747; text-decoration: none; }
.gray-bg a:hover { color: #5b4436; }

.height-562 { height: 562px; } 
.text-red { color: #00baf3;  }

.contact-form input { margin-bottom: 15px; }
.contact-form textarea { resize: none; height: 180px; margin-bottom: 15px;   }

/*contact button css*/
.btn-blue-nxt-prev {
    background-color: #f5971a;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    line-height: 25px;
    width: 120px;
    padding: 5px 20px;
    text-decoration: none !important;
    border: 0;
    font-weight: 600;
    margin-top: 15px;
}

.btn-blue-nxt-prev:hover {
	background: #474747;
}

/* Newsletter form css */
#mc_embed_signup .mc-field-group input {
    display: block;
    padding: 0px !important;
    text-indent: 2%;
    width: 100%;
}
#mc_embed_signup input {
    border: none !important;
    border-radius:  none !important;
}
#mc-embedded-subscribe {
    clear: both;
    display: block;
    margin:  0px !important;
    width: auto;
}
#mc_embed_signup form {
    display: block;
    padding: 0px !important;
    position: relative;
    text-align: left;
}
#mc_embed_signup { background: none !important;}
#mc_embed_signup .mc-field-group { padding-bottom:0% !important; width: 100% !important; }
#mc-embedded-subscribe {
     width: 100% !important;
}

.banner-form-body input[type="checkbox"] {
    width: auto !important;
}
.banner-left .btn-yellow {background: #fff;    color: #1a2d46;margin-bottom:5px;}
.banner-left .btn-yellow:hover {background: transparent; border:2px solid #fff; color: #fff; }
.single-destination img {display: block; margin: 0px auto; width: 100%; padding: 0px 2px; }

.padding-top-20 {padding-top: 20px; }
.inner-content h2 {text-transform: capitalize; }
.img-radius img {border-radius: 3px;width: 100%;}
.btn-yellow-bg {
    background: #012b72 url(../images/call-icon.png) no-repeat scroll 15px 15px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 8px 30px 8px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.right-box {
    width: 100%;
    padding-bottom: 20px;
}

.right-box { width: 100%; padding-bottom: 20px; }
.font-bld{    color: #0094de; font-size: 17px !important; font-weight: 600;}
.contact-section-two .info-block .inner-box:hover .font-bld{color:#fff;}




.right-box-header { width: 100%; }
.right-box-header h2 { color: #fff; -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px; background: #3c3c3c; padding: 15px 16px; font-size: 20px; text-transform: capitalize;  }

.right-box-body { width: 100%; background: #f2f2f2; padding: 12px; }

.right-box-body ul { width: 100%; }
.right-box-body li { list-style: none; line-height: 30px; padding-left: 20px; background: url(../images/right-pink.png) no-repeat center left;  }
.right-box-body a { color: #999999; text-decoration:none; }
.right-box-body a:hover { color:#00baf3; }

.accomodation { width: 100%; margin-bottom: 20px; }
.accomodation img { width: 100%; border-radius:3px;  }

.accomodation-text { background: rgba(0, 0, 0, 0.8); padding: 17px; margin-top: -108px;
    -webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
    position: relative; color: #fff;  }
.accomodation-text p { padding: 0px; margin: 0px; }
.accomodation-text h3 { color:#00baf3; padding-bottom: 10px; }

.accomodation-text a { color:#00baf3; text-decoration: none; font-style: italic; }
.accomodation-text a:hover { color:#00baf3; text-decoration: underline; }

.right-side .banner-form-header {
    background-color: #1a2d46;
}

.right-side .banner-form-body{height:auto;margin-top:0px;padding:0px;}
.right-side .banner-form-header h2 {color: #fff; }
.right-side .banner-form-body input, .right-side .banner-form-body textarea{border:1px solid #ddd;}
.right-side .banner-form-body input:focus, .right-side .banner-form-body textarea:focus{outline:none;box-shadow: none;}


.right-side .banner-form-body input, .right-side .banner-form-body select, .right-side .banner-form-body textarea {
    margin:15px 0px 0px 0px;
}
.right-side .banner-form-body textarea {
    margin:15px 0px 15px 0px;
}
.sidebar-form{margin-bottom:20px;}
.feedback-box {height: 350px; overflow: auto; margin-bottom: 20px; }


.tarrif-grid p{min-height:125px;}
.tarrif-grid h4{min-height: 52px; margin-bottom: 10px; font-size: 13px; font-weight: bold;line-height: 18px;} 

.tarrif-grid p{min-height:50px;}

/* services Starts */

.services{position: relative; background-color: #313131;background:url("../images/service.jpg") no-repeat left center;background-size:cover !important; }

.services .section-heading p{color:#fff;font-size: 19px; line-height: 30px;}
.services h2{color:#fff;}
.services h2:before {
    content: "";
    background: #0094de
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -22px;
    left: 0px;
    right: 0px;
    margin: auto;
}


.services .media{
    padding: 30px 20px;
    background-color: #f7f7f7;
    border: 1px solid #dadee0;
}
.services .media-left{
    padding-right: 20px;
}
.services .media-body h5{font-size: 16px; margin-top: 19px; font-weight: 600; }
.services .media-left span{
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding: 10px;
    line-height: 40px;
    background-color: #0094de;
}
.section-heading {
    margin: 0 auto 50px;
    text-align: center;
    width: 70%;
}

.section-heading > h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.section-heading span.divider, .fade-carousel .carousel-indicators > li.active, .services .media-left span, .blog-content blockquote, .widget-title span.divider, .team-details li i, .blog-pagging > li > a, .speciality, .owl-carousel-1 .item a:hover {
    border-color: #d49c07;
}


.media-heading a{color:#0094de;}
.blog-content{    padding: 0px 15px 15px 15px;}
.single-blog{  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);}
.single-blog:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.1);}
.services .media-left span:hover{background-color:#012b72;}

/* services Ends */

/* **** contact-section-two Starts **** */
.contact-section-two{
    position:relative;
    padding:60px 0px 60px;
}

.contact-section-two .map-container{
    position:relative;
    -webkit-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.30);
    -ms-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.30);
    -o-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.30);
    -moz-box-shadow:0px 0px 30px 0px rgba(0,0,0,0.30);
    box-shadow:0px 0px 30px 0px rgba(0,0,0,0.30);   
}

.contact-section-two .title-box{
    position:relative;
    text-align:center;
    max-width:700px;
    margin:0 auto 40px; 
}

.contact-section-two .title-box h4{
    font-size:14px;
    line-height:24px;   
}

.contact-section-two .title-box h2{
    font-weight:700;
    text-transform:uppercase;
    line-height:1.4em;  
}

.contact-section-two .title-box .text{
    font-size:16px;
    font-weight:400;
    line-height:1.8em;  
}

.contact-section-two .form-container{
    position:relative;
    margin:0 auto;  
     margin-bottom:50px; 
}

.contact-section-two .form-container .form-group{
    margin-bottom:20px; 
}

.contact-section-two .form-container input,
.contact-section-two .form-container textarea{
    -webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.10);
    -ms-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.10);
    -o-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.10);
    -moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.10);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.10);   
}

.contact-section-two .form-container .theme-btn{
    padding:12px 35px;
    border-radius:3px;  
}

.contact-section-two .info-container{
    margin-bottom:20px; 
}

.contact-section-two .info-block{
    position:relative;
    margin-bottom:30px; 
}

.contact-section-two .info-block .inner-box{
    position:relative;
    padding:40px 50px 35px;
    border:1px solid transparent;
    background:#f5f5f5;
    border-radius:5px;
    transition:all 500ms ease; 
      min-height: 326px;
}

.contact-section-two .info-block .inner-box:hover{
    border-color:#0094de;  
background:#0094de ;
color:#fff;

}
.contact-section-two .info-block .inner-box:hover .icon, .contact-section-two .info-block .inner-box:hover h4  {
    color: #fff;
}

.contact-section-two .info-block .inner-box .inner{
    position:relative;
    padding-left:50px;
}

.contact-section-two .info-block .inner-box .icon{
    position:absolute;
    left:0px;
    top:0px;
    line-height:1em;
    font-size:32px;
    color:#0094de;  
}

.contact-section-two .info-block .inner-box h4{
    font-size:16px;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:10px; 
}

.contact-section-two .info-block ul li{
    position:relative;
    line-height:24px;
    font-size:14px; 
}
.default-form .form-group{
    position:relative;
    margin-bottom:15px; 
}

.default-form .form-group .field-inner{
    position:relative;
}

.default-form .form-group .field-inner .input-icon{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    font-size: 12px;
    color: #09a223;
}

.default-form .field-label{
    display:block;
    line-height:24px;
    margin-bottom:10px;
    color:#777777;
    font-weight:400;
    font-size:16px;
}

.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req{
    color:#09a223;
    font-size:16px;
    padding-left:3px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
    display:block;
    width:100%;
    line-height:24px;
    height:46px;
    font-size:14px;
    border:1px solid #e0e0e0;
    padding:10px 20px;
    color:#222222;
    background:none;
    border-radius:2px;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}

.default-form select{
    cursor:pointer;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    background:#ffffff url(../images/icons/icon-select-2.png) right center no-repeat;
}

.default-form textarea{
    height:170px;
    resize:none;
    margin-bottom:15px;
}

.default-form select option{
    text-indent:20px;
    color:#222222;  
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
    border-color:#0094de; 
    outline:none;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
    border-color:#ff0000 !important;    
}

.default-form label.error{
    display:block;
    line-height:24px;
    padding:5px 0px 0px;
    margin:0px;
    text-transform:capitalize;
    font-size:13px;
    color:#ff0000;
    font-weight:400;    
}

.default-form .check-box{
    position:relative;
    padding:15px 0px 0px;   
}

.default-form .check-box input{
    position:absolute;
    opacity:0;
    visibility:hidden;  
}

.default-form .check-box label{
    position:relative;
    display:block;
    font-weight:normal;
    padding-left:26px;
    font-size:14px;
    line-height:24px;
    cursor:pointer;
}
.error{color:red;}

.default-form .check-box input:checked + label{
    color:#09a223;
}

.default-form .check-box label .icon{
    position:absolute;
    left:0px;
    top:4px;
    display:block;
    width:16px;
    height:16px;
}

.default-form .check-box label .square{
    position:absolute;
    left:0px;
    top:0px;
    width:14px;
    height:14px;
    border:1px solid #eeeeee;
}

.default-form .check-box label .fa{
    position:absolute;
    left:0px;
    top:0px;
    color:#09a223;
    padding-right:2px;
    width:16px;
    height:16px;
    line-height:16px;
    font-size:10px;
    text-align:center;
    opacity:0;
}

.default-form .check-box input:checked + label .fa{
    opacity:1;
}

.default-form .theme-btn{
    font-size:14px;
    text-transform:capitalize;
    padding:8px 40px;   
}

/* BreadCrumbs */
.breadcrumbs {
background: #0094de;
    padding:30px 0 30px;
   
}
.breadcrumbs-list {
    list-style: none;    text-align: right;    margin-top: 6px;
}

/* Display list items side by side */
.breadcrumbs-list li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
.breadcrumbs-list li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
.breadcrumbs-list li a {
    color: #fff;
    text-decoration: none;
}

/* Add a color on mouse-over */
.breadcrumbs-list li a:hover {
    color: #fff;
    text-decoration: underline;
}

.breadcrumbs h2{
    color:#fff;
    text-transform:capitalize;
    margin-bottom:0px;
    text-align:left;
        padding: 0px;
}

.about-left img{width:100%;height:auto;}
.about-page ul {margin: 20px 0px; }
.about-page ul li{position: relative; padding-left: 24px; margin-bottom: 5px;}
.about-page ul li:before {
    font-family: FontAwesome;
    content: "\f1ba";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #0094de;
    position: absolute;
    left: 0px;
    top: 0px;
}


#app-worp {position:fixed;z-index:999999;right:0;top:170px !important;}
#whatsapp, #viber, #hike {padding:0;margin:0;text-align:right;cursor:pointer;float:right;}
.tbl{display: table;height:100%;}
.tbl-cell{display: table-cell;vertical-align: middle;text-align: center;}
.whatsapp .myDivapp{text-align: center;}

.myDivapp {height:55px;border-radius: 4px;float:right;background:#0094de;display:none;text-align:justify;}
.myDivapp p {font-size:14px;letter-spacing:2px;margin:0px 5px 5px 5px;width:145px;padding: 0px;    line-height: 24px;}
.myDivapp small {margin:0;font-size:11px;text-align:center;margin:-5px 1px 0px;width:145px;
float:left;font-weight: bold;}
.whatsapp {width: 100%;float: left;clear: both;margin: 0;max-width: 230px; margin-bottom:7px; }
.whatsapp a, .viber a{font-size: 30px;display:inline-block;background:#1a2d46;color:#fff;padding:20px;margin-bottom:10px;transition:all 0.5s ease-in;
-moz-transition:all 0.5s ease-in;-webkit-transition:all 0.5s ease-in;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;    width: 55px;height: 55px;line-height: 55px;
text-align: center !important;} 
.viber {width: 100%;float: left;clear: both;margin: 0;max-width: 230px;margin-bottom:4px;}
.whatsapp .myDivapp {border-radius: 4px;color:#fff;-webkit-border-top-right-radius: 4px;-moz-border-top-right-radius: 4px;border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;-moz-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;}
.viber .myDivapp {border-radius: 4px;color:#fff;-webkit-border-bottom-left-radius: 4px;-moz-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;-moz-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;}
.myDivapp p b, .whatsapp a:hover, .viber a:hover{color:#fff;}


.map-outer iframe{width:100%;}
.about-page img{width:100%;height:auto;}
.about-page  h2{padding-bottom:20px;} 
.thanku_section {
    background: #fff;
    padding: 100px 0 150px
}

.thanku_section h1 {
    font-weight: 700;
    font-size: 51.36px;
    margin: 20px 0 0!important
}

.thanku_section p {font-size: 18px; font-weight: 500; margin-bottom: 44px; }

.btn-blue:focus {
    color: #fff
}

@media only screen and (max-width:479px) {
    .thanku_section {
        padding: 50px 0
    }
}


/* ================= Responsive ====================== */
@media only screen and (max-width : 1024px) {

	.banner-textarea { height: 58px;}
	.banner-left h1 { font-size: 39px; }
	.padding-20 { padding: 9px 15px;}
	.home-accommodation-text { width: 75%;}
	.social-footer li { margin-left: 2px; }
	#cssmenu > ul > li > a {  padding: 10px 11px !important;  font-size: 12px !important; }
	.top-link a { font-size: 12px; }
	.top-social a {  font-size: 11px; }
	/* #cssmenu > ul > li.has-sub > a {    padding-right: 16px;} */

	.banner-text {
    position: relative !important;
    top: 0;
    width: 100%;
    z-index: 2;
}
.banner-left {
    padding-bottom: 30px;
    padding-top: 10px;
    text-align: center;
}
.book-section .bg-layer::before {
    background-color: #00baf3;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #00baf3 !important;
}

.title-column { background-color: #00baf3;}
.inner-box-new{background-color: #012b72;margin-top:10px;}

 } /* end */

@media only screen and (max-width:1024px){
    
.breadcrumbs h2 {font-size: 40px;}
.breadcrumbs-list li+li:before {position: relative;top: 3px;}
.paddingbottom-60 {padding: 0px 0px 40px 0px; }

}


@media only screen and (min-width:992px) and (max-width:1024px){
.contact-section-two .info-block .inner-box {padding:30px;}
#cssmenu {margin-top: 16px !important; }
.book-section .title-column {width: 100%; text-align: center; float: none; } 
.inner-box-new {min-height: 115px; width: 100%; text-align: center; }
.book-section .title-column .inner-box h2 {padding-right: 0px; text-align: center; }
.home-img img{width:100%;}
.home-img-box {margin-top: 25px; }
.bg-section-blue {padding: 70px 0px 50px; }
h2 {font-size: 24px; }
.bg-section-yellow.padding-80{ padding: 50px 0px 35px;}
.footer-contact li span {width: 87%;}
.footer-social li {margin-right: 2px; }
.custom-box p {min-height: 161px; }
.banner-left {margin-top: 150px; }
.banner-left h2 {font-size: 24px !important; }
.banner-left h1 {font-size: 42px !important; margin-top: 20px !important; padding-bottom: 40px !important; }
.welcome-rht {padding: 40px 30px;}
 .contact-section-two .info-block .inner-box{min-height: 246px;}   

}


@media only screen and (max-width : 768px) {
.services .media {padding: 0px !important;}
.section-heading { width: 100%;}
.services .section-heading p {color: #fff; font-size: 17px; line-height: 29px; }
 .sidebar-form .banner-form{margin-top:20px;}   
.breadcrumbs h2 {font-size: 36px;text-align: center;}
.breadcrumbs-list {margin-top: 10px;text-align: center;}
.breadcrumbs-list li+li:before {position: relative;top: 3px;}
.right-side .banner-form-body {padding: 20px; }
.welcome-lft{margin-bottom:10px;}
.welcome-lft, .welcome-rht{float: none; width: 100%; }
	.footer-eco-logo { text-align: center;}
	.padding-left-20 { padding-left: 0px; padding-bottom: 30px;}
	.hearder { position: relative;}
	.hearder-top { display: none; }
	.logo { padding-top: 4px; text-align: center; }
	.banner-left { padding-top: 0px; }
	.banner-text { text-align: center; }
	#cssmenu > ul > li > a { font-size: 14px !important; }
.banner-left {padding: 20px 0px; }
	.banner-form-header { background: #fff; }
	.day-trips-bottom { margin-bottom: 30px; }	
	.book-section { bottom: -30px; }
	.banner-textarea { height: 110px;}
	.facebook-panel { padding-top: 30px; }
	.home-tour-left { width: 100%; padding-bottom: 30px; float: none;}
	.home-tour-right { width: 100%; float: none;}
	.padding-20 { padding: 0px;}
	.testimonial-home { padding-bottom: 30px; }
	.footer-top-border { text-align: center; }
	.newsletter-textbox {  padding-left: 0px; width: 100%; text-align: center; margin: 10px 0px; }
	.footer { text-align: center; }
	.footer-box-body { padding-bottom: 30px;}
	.social-footer ul { text-align: center; }
	.footer-bottom, .footer-bottom-right { text-align: center; }
	.testimonial-bg p {  height: auto; }
	.arrow-box { display: none;}
	.book-section .title-column .inner-box h2 { text-align: center; }
	.book-section .title-column .inner-box .text { text-align: center; }
	.home-tick-list li { text-align: left; }
	.popular-text { width: 100%; }
	.home-img img {width: 100%; }
	h1, h2 {font-size: 21px;line-height:30px; }
.paddingbottom-60 {padding: 0px 0px 30px 0px; }

    .banner-text{background:#1a2d46 !important;}
	.home-img-border { display: none;}
	.home-img img {width: 100%; }
    .logo img {max-width:45%; display: block; margin: auto; }
#cssmenu #menu-button:before {
    font-family: FontAwesome;
    content: "\f0c9" !important;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
        position: absolute;
    right: 25px !important;
    top: 14px !important;
      font-size: 20px;
    border:none !important;
}

#cssmenu #menu-button {height: 48px;}

.banner-left h1 {font-size: 24px !important;padding-bottom:0px !important;line-height: 29px !important;margin: 20px 0px;}
.banner-left h2 {font-size: 19px;}
.banner-form-body {background: #0094de;padding:20px;    margin-top: 28px; height: auto ;}
.btn-blue-full {background: transparent; color: #fff; border:2px solid #fff; margin-top: 23px;  }
.btn-blue-full:hover {border:2px solid #fff;background:#fff;color:#012b72; }
.padding-80, .padding-60{padding: 40px 0px;}
.video{margin-bottom:20px;}
.clients .single-clients { padding:0px;}
.footer-contact li i, .footer-contact li span {float: none; width: auto;     display: block;}
.footer-contact li i{font-size:38px;margin-bottom:15px;}
.home-img {margin-bottom: 20px;}
.bg-section-blue {padding: 40px 0px 40px;}
.home-tick-list li:first-child {padding-left: 17px; }
.book-section .form-column .inner-box .column {padding: 35px 0 25px;}
.single-destination img {display: block; margin: 0px auto; width: 100%; padding: 0px 2px; }
.white-bg.padding-60.custom-box1{padding-bottom:20px;}
.custom-box p {min-height: auto; }
.video iframe{width:100%;}
.custom-box1 .day-trips-bottom:last-child{margin-bottom: 0px; }
.welcome-rht {height:auto; padding: 30px 20px; }
.trip-box {margin-bottom: 23px; }
.welcome-lft{display: none;}
 } /* end */

 @media only screen and (max-width : 480px) {
 	.home-accommodation-img  { margin: 0px auto; float: none;width: 100%; height: auto;}
 	.home-accommodation-text { float: none; width: 100%; padding-top: 20px; }
    .single-destination img {display: block; margin: 0px auto;  }
 	.home-accommodation { text-align: center; }
 	.title-hearder { text-align: center; }
.video iframe{width:100%;height:auto;}
  .logo img {max-width:76%; display: block; margin: auto; }
.rslides li::after {background: none !important; }

 } /* end */



 .image-overlay {
  position: absolute;
      line-height: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:rgba(0,148,222,0.7);
}

.entry-thumb:hover .image-overlay {opacity: 1; }

.image-overlay .text {
  color: white;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}