
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,800,900|Open+Sans:400,400i,600,700,700i,800');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
.justify{
  text-align: justify;
}
.clr-blue{
  color: #18489D;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color:#000;
	font-family: 'Open Sans', sans-serif;
}
td, th {
    padding: 8px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Alice', serif;
	margin: 0 0 15px;
	color: #444;
    font-weight: 100;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 40px;
		
}
h3{
	font-size: 30px;
	line-height: 32px;
		
}
h4{
	font-size: 24px;
	line-height: 26px;
		
}
h5{
	font-size: 20px;
	line-height: 22px;
		
}
h6{
	font-size: 16px;
	line-height: 20px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #0496cf;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #333;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #000;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	overflow-x:hidden !important;
	line-height: 22px;
}
.container-fluid{
	padding-left:0;
	padding-right:0;}
#scrollUp {
  background: none;
  border-radius: 0px;
  border: 2px solid #EF6F6C;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #EF6F6C;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 1;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
#scrollUp:hover {
    background: #fff;
    opacity: 1;
}
.no-gutters{
   margin-right: 0;
   margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.no-glowing:focus{
	border:1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	/*-moz-appearance: none;*/
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
	
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #18489D;
    text-shadow: none;
    color: #fff;
}
::selection {
    background:#18489D;
    text-shadow: none;
    color: #fff;
}
.ptb-60{
	padding: 60px 0;
}
.pb-60{
	padding-bottom: 60px;
}
.pt-60{
	padding-top: 60px;
}
.mt-25{
	margin-top: 25px;
}

/*--------------------------------*/
/*   Header top Area
/*--------------------------------*/
.header-two{
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-right ul{
	text-align:right;}
.topbar-right ul li {
    display: inline-block;
}
.topbar-area {
    background:#18489D;
    padding: 5px 0;
}
.topbar-right ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-right: 30px;
    padding: 10px 0;
	font-size: 15px;
    text-decoration: none;
}
.topbar-right ul li a i {
    color:#EF6F6C;
    font-size: 15px;
    padding-right: 7px;
}
.topbar-right ul li a i.fa-phone{
	padding-right:0;
	}
.topbar-right {
    position: relative;
    display: block;
}
.top-social {
    float: right;
    padding: 10px 0px;
    margin-right: 10px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #fff;
    margin-right: 12px;
    display: block;
    text-align: center;
    font-size: 16px;
}
.top-social ul li a:hover{
	color:#0496cf;
}
a.tmade-btn{
	padding: 10px 25px;
	display: inline-block;
	float: right;
	color: #EF6F6C;
	font-weight:bold;
	border: 2px solid #EF6F6C;
	transition: all 0.3s;
	}
a.tmade-btn:hover{
	background: #EF6F6C;
	color: #fff;
}

/*----------------------------------------*/
/*  Header Bottom Area 
/*----------------------------------------*/
.header-area{
	background:#fff;
	position:relative;
}
.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 0px 0 0 0;
}
.logo a img{
	width: 50%;
    position: relative;
    margin-top: -55px;
 
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav{
	padding:0 0;}
.main-menu ul.navbar-nav li a {
	border-radius:0;
    color: #18489D;
    font-size: 16px;
    font-weight: 700;
    padding: 33px 18px;
    text-transform: uppercase;
	margin:0 0px;
}
.main-menu ul.navbar-nav li a:hover{
	border-radius:0;
	color:#EF6F6C;
	background-position: 0 -100%;	
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: #fff none repeat scroll 0 0;
	color:#0054A6;
    
	border-radius:0;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color:  #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.sub-menu li:first-child{
	border-top:3px solid #0054a6;
	}
.sub-menu2 li:first-child{
	border-top:3px solid #0054a6;
	}
.main-menu ul.nav li ul li ul.sub-menu2{
    background: #fff;
    left: 200px;
    opacity: 0;
    position: absolute;
    top: -7%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
	border-bottom:1px solid #F2F2F2;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul li:hover ul.sub-menu2{
    top:-7%;
	left:220px;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #333;
	border:none;
	border-radius:0;
    display: block;
    font-size: 13px;
    font-weight: 100;
	text-transform:none;
    padding: 10px 15px;
	background:#fff;

	
}
.main-menu ul.nav li ul.sub-menu li a span{
    color:#6584bf;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#0054a6;
    
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}


/*--------------------------------*/
/*  Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background:#fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding:0 0;
}
.header-area.stick .main-menu ul.navbar-nav{
	padding:20px 0;}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 8px 10px;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    padding: 19px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 100;
    padding: 10px 15px;
}
.header-area.stick .main-menu ul.nav li:hover ul.sub-menu{
	top:153%;}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color:#6584bf;
}
.header-area.stick .navbar-brand>img {
    display: block;
    width: 160px;
    height: auto;
}
/*----------------------------------------*/
/*   Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #111 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align:center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
.mean-container a.meanmenu-reveal span{
	background:#FFF;}
.mean-container a.meanmenu-reveal{
	color:#FFF;}
/*----------------------------------------*/
/*   Index
/*----------------------------------------*/
section{
	position:relative;}
.sp-nxt, .sp-prv{
	padding: 16px 20px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	top: 46%;
	z-index: 99;
	font-size: 20px;
	transition:all 300ms ease-in-out;
	}
.sp-nxt{
	right:15px;}
.sp-prv{
	left:15px;}
.sp-nxt:hover, .sp-prv:hover{
	background:#EF6F6C;
	color:#FFF;
	cursor:pointer;}
#my-slider{
	}

.t1{
	color:#FFF;
	font-weight:bold;
	font-size:50px;
	text-shadow:2px 2px 10px #888;}
.t2{
	color:#FFF;
	font-size:36px;
	text-shadow:2px 2px 10px #888;}

#welcome{
	padding: 60px 0;
	background: #f5f5f5;
	text-align: center;
}

.welcome-text a{
	background: #EF6F6C;
	color: #fff;
	padding: 8px 30px;
	display: inline-block;
	margin-top: 20px;
}
#index-tours{
	padding:60px 0 60px 0;}
.main-title{
	text-align:center;
	margin-bottom:50px;
	position:relative;}
.main-title::before{
	content:'';
	position:absolute;
	width:100px;
	height:2px;
	background:#18489D;
	left:50%;
  transform: translateX(-50%);
	bottom:-16px;}
.main-title::after{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	background:#18489D;
	left:50%;
  transform: translateX(-50%) rotate(45deg);
	bottom:-20px;
}
.main-title h2{
	margin-bottom:0;
	text-transform:uppercase;}
.tour-image{
	position:relative;
	overflow:hidden;}
.tour-image img{
	transition: all 0.8s;
}
.tour-box:hover .tour-image img{
	transform: scale(1.1);
}
.tour-box{
	margin-bottom:30px;}
.tour-detail{
	padding-left:15px;
	border-left: 1px solid #eee;
	border-bottom: 3px solid #eee;
}
.overlay{
	position:absolute;
	width:100%;
	height:100%;
	left:100%;
	top:0;
	background:rgba(24, 72, 157,0.4);
	transition:all 300ms ease-in-out;}
.tour-box:hover .overlay{
	left: 0;
	top: 0;
}
.tour-detail p{
	color:#aaa;
	padding-top: 10px;
	margin-bottom: 6px;}
.tour-detail h4{
	margin-bottom: 0;
}
.tour-detail h4 a{
	color:#333;
	padding-bottom: 15px;
    display: block;
}
.tour-detail h4:hover a{
	color:#18489D;}
.tour-detail a.more{
	display: inline-block;
	float: right;
	padding: 27px 16px;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	transition:all 350ms ease-in-out;
	background: #EF6F6C;
}
.tour-detail a.more:hover{
	color:#FFF;
	background:#18489D;
	}

.nxt, .prv{
	display: inline-block;
	background: #fff;
	padding: 35px 10px;
	position: absolute;
	top: 40%;
	transition:all 300ms ease-in;
	cursor:pointer;
	}
.prv{
	left: 0;}
.nxt{
	right:0;}
.nxt:hover, .prv:hover{
	padding: 35px 15px;
	background: #0054a6;
	color:#FFF;
	}


.des-img{
	position:relative;
	overflow:hidden;}
.des-img img{
	transform:scale(1.08);
	transition:all 300ms ease-in-out;}
.des-img .place{
	position: absolute;
    display: table;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    color: #FFF;
    z-index: 100;
    top: 195px;
    left: 20px;
    border-left: 6px solid #EF6F6C;
    opacity: 0;
    transition: all 500ms ease-in-out;
    background: #18489D;
    padding: 3px 10px 3px 10px;
	}
.des-img .place h4{
	color:#FFF;
	margin-bottom:0;
	font-weight:700;
	font-size:18px;
	}
.des-img .place h4 span{
	font-weight: 100;
}
.des-img:hover .overlay{
	opacity:1;
	}
.des-img:hover img{
	transform:scale(1);}
.des-img:hover .place{
	opacity:1;
	left:30px;
	}
.des-img::after{
	content: "";
  position: absolute;
	 top: -179%;
	left: 73%;
	width: 85%;
	height: 230%;
	opacity: 0;
	transform: rotate(138deg);
  
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 77%,
    rgba(255, 255, 255, 0.3) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );}
 .des-img:hover::after{
	 opacity: 1;
  top: 39%;
  left: -67%;
  transition-property: left, top, opacity;
  transition-duration: 0.9s, 0.9s, 0.15s;
  transition-timing-function: ease;}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#18489D;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*----------------------------------------*/
/*   Footer Area
/*----------------------------------------*/
.footer-area {
    background: #333;
	padding:30px 0 20px 0; 
	
}
.footer-contact{
	padding:60px 40px;
	overflow:hidden;
	position:relative;
	color:#FFF;
	}
.footer-logo img{
	width:70%;
	}
.footer-contact::after{
	content:"";
	position:absolute;
	width:100%;
	height:500px;
	background-color:rgba(4,150,207,0.85);
	left:0;
	top:0;
	}
.footer-contact h3{
	position:relative;
	z-index:5;
	color:#FFF;
	font-size:28px;
	}

.footer-contact h4{
	position:relative;
	z-index:5;
	margin-bottom:20px;
	color:#FFF;
	}
.footer-contact img{
	position:relative;
	z-index:5;
	float:left;
	width:150px;
	height:180px;}
.fa-phone{
	transform:rotate(90deg);}
.footer-logo{
	margin-bottom: 15px;
}
.footer-head p {
    color: #ddd;
}
.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-head .single-blog {
    margin-bottom: 25px;
    position: relative;
    margin-top: 0;
}

.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color:#999;
    display: block;
    font-size: 27px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #EF6F6C;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #222;
    background: #222;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}
.footer-icons {
    margin-top: 18px;
}
.footer-contacts p span {
    color: #6584bf;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 7px 0px 7px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "";
    right: auto;
    top: 8px;
    left: 1px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border: 1px solid #EF6F6C;
}
.footer-list li a:hover {
    color:#EF6F6C;
}
.footer-area-bottom {
   
    padding: 15px 0;
	background:#18489D;
}
.copyright{
	text-align:center;}
.copyright-text a:hover{text-decoration: underline;color:#EF6F6C;}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color:#999;
}
.copyright a {
    color:#fff;
}
.single-brand-item a {
    border: 1px solid #f5f5f5;
    display: block;
}

/*Destinations*/

#page-wrapper{
	padding:180px 0 180px 0;
background-size: cover !important;
background-position: center !important;}

.wrapper-text{
	display:table;
	margin:0 auto;
	padding:20px 20px;
	background:rgba(0,0,0,0.7);
	}
.wrapper-text h2{
	margin-bottom: 0;
	color: #FFF;
	font-size: 38px;
	padding: 15px 30px;
	border: 1px dotted #fff;}

#destination-body .des-img{
	margin-bottom: 30px;

}
#destination-body .des-img .place{
	left: 30px;
	opacity: 1;
	top: 285px;
}

#destination-body .des-img:hover .place{
	background: #333;
}

#single-destination h3{
	margin-top: 20px;
	color: #18489D;
}

.dest-holder{
	outline: 5px double #fff;
	outline-offset: -15px;
	transition: all 0.2s;
}

.dest-holder:hover{
	transform: scale(1.08);
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


/*Tour-grid*/

#tours-body .tour-box .tour-detail{
	padding-left: 15px;
}

#tour-wrapper{
	padding: 350px 0  50px 0;
	background-size: cover !important;
	background-position: center !important;
}

#tour-wrapper .tour-text h2{
	color: #fff;
	text-shadow: 2px 2px 15px #000;
	font-size: 60px;
	margin-bottom: 0;
}

.tour-day{
	margin-bottom: 20px;
	background: rgba(86, 227, 159,0.2);
	border: 1px solid #56E39F;
	border-radius: 5px;
}
.tour-day .day-img{
	padding: 5px 0 5px 5px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.tour-day .day-img img{
	border-radius: 5px;
} 
.tour-day .day-img .day-no{
	position: absolute;
	color: #fff;
	top: 10px;
	left: 10px;
	font-size: 16px;
	z-index: 10;
	font-weight: bold;
}
.tour-day .day-img .day-no::after{
	content: '';
	position: absolute;
	top: -98px;
    left: -59px;
    width: 130px;
    height: 160px;
    background: #EF6F6C;
    transform: rotate(55deg);
	z-index: -1;
}
.tour-day .day-plan{
	padding: 20px 20px 20px 0;
}
.tour-day .day-plan ul{
	list-style: square;
	list-style-position: inside;
}
.tour-day .day-plan ul li{
	font-size: 12px;
	margin-bottom: 4px;
}

.sidebar{

}

.sidebar .quick-book {
	padding: 12px;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 15px;
}
.sidebar .quick-book h4{
	color:#18489D;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;

}
.sidebar .quick-book .btn{
	color: #fff;
	width: 100%;
	background: #18489D;
	padding: 12px;
}
.sidebar .quick-book .btn:hover{
	background:#EF6F6C;	
}

.sidebar .tour-list-panel{
	background: #f5f5f5;
	margin-bottom: 15px;
	border-radius: 5px;
}
.sidebar .tour-list-panel h4{
	color: #18489D;
	text-align: center;
	padding: 20px 20px 0px 20px;


}

.sidebar .tour-list-panel ul li a i{
	color: #18489D;
	font-size: 16px;
	margin-right: 3px;
}
.sidebar .tour-list-panel ul li a{
	padding: 10px 20px;
	border-bottom: 1px solid #e4e4e4;
	color: #777;
	display: block;
}
.sidebar .tour-list-panel ul li:hover a{
	color: #EF6F6C;
	background: #ececec;
}
.sidebar .tour-list-panel ul li:hover a i{
	color: #EF6F6C;
}
.sidebar .tour-list-panel ul li:last-child a{
	border-bottom: none;
}

.tour-gallery h2{
	margin-top: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.gallery-img{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.gallery-img .gal-overlay{
	position: absolute;
	left: 0;
	top: -50px;
	width: 100%;
	height: 100%;
	background: rgba(86, 227, 159,0.5);
	opacity: 0;
	transition: all 0.3s;
}
.gallery-img:hover .gal-overlay{
	top: 0;
	opacity: 1;
}
.gallery-img .gal-overlay i{
	position: absolute;
	top: 40%;
    left: 43%;
    font-size: 40px;
    color: #fff;
}

/*Things-to-do*/

.things-box{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.things-box .things-text{
	position: absolute;
	top: -150px;
	left: 5%;
	width: 90%;
	height: 82%;
	padding: 20px;
	background: rgba(255,255,255,0.85);
	border: 2px solid #fff;
	transition: all 0.3s;
	opacity: 0;
}
.things-box:hover .things-text{
	opacity: 1;
	top: 0;
}
.things-box .things-text p{
	text-align: justify;
	text-justify: inter-word;
	font-size: 13px;
	margin-bottom: 10px;
}
.things-box .things-topic{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px;
	text-align: center;
	border-top: 3px solid #EF6F6C;
	background: #18489D;

}
.things-box .things-topic h4{
	color: #fff;
	margin-bottom: 0;
}

/*contact us*/

.contact-details{
	padding:30px; 
}

.contact-details h3{
	margin-bottom:30px;
	color:#56e39f;}

.fa-phone{
	transform: rotate(90deg);
}
.contact_info li{
	padding-bottom: 12px; 
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
}
.contact_info li:last-child{
	border-bottom: 0;
}
.contact_info li a{
	padding-left: 25px;
	display: block;
	margin-top: 3px;
	color: #888;
}
.contact_info li i{
	color: #56e39f;
	margin-right: 5px;
}
.contact_info li strong{
	color: #56e39f;
}	
.contact-form{
	padding:30px;
	background:#56e39f; 
}
.contact-form h3{
	color: #fff;
	margin-bottom: 20px;
}
.contact-form input{
	height: 40px;
}
.contact-form .form-control{
	border-radius:0px;
	border:1px solid #fff;
	}
.contact-form .form-control:focus{
	box-shadow:none;
	}
.contact-form label{
	color: #fff;
}
.contact-form .btn{
	color:#00b086;
	background:#fff;
	padding:12px 40px;
	border-radius:0px;
	margin-top:16px;
	display:inline-block;
	font-weight:bold;
	transition:all 0.2s ease-in;
}
.contact-form .btn:hover{
	background:none;
	border: 1px solid #fff;
	color: #fff;
	}
#contact-top .row.full-contact{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3), 0 2px 10px 0 rgba(0,0,0,0.3);
}

/*tailor-made*/

#submit-form-plan .form-control{
  border-radius: 0;
  background: rgba(86, 227, 159,0.3);
  border: 1px solid rgba(86, 227, 159,0.3);
}
#submit-form-plan .form-control:focus{
  border: 1px solid #fff;
}
#submit-form-plan label{
  font-weight: 700;
  color: #18489D;
}
#submit-form-plan .btn{
  background: #18489D;
  color: #fff;
  padding: 12px 40px;
  display: table;
  margin-left: auto;
  margin-right: 0px; 
  margin-top: 15px;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.3s;
}
#submit-form-plan .btn:hover{
  background: rgb(86, 227, 159);
  color: #fff;
  
}
.top-bar-topic{
  background: #18489D;
  padding: 10px 30px;
}
.plan-form{
  padding: 20px 10px;
}
.tmade-block{
  background:#eee;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.tmade-block h3{
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
}
.tmade-block h3 i{
  color: #9F1C2C;
  margin-right: 5px;
}
.tmade-block h6{
  font-size: 15px;
  font-weight: 700;
  color: #18489D;
}
.label-view{
  padding-left: 20px;
  margin-bottom: 20px;
}

.label-view input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.label-view:hover input ~ .checkmark {
    background-color: rgba(86, 227, 159,0.3);
}

.label-view input:checked ~ .checkmark {
    background-color: rgb(86, 227, 159);
}

.label-view::after {
    content: "";
    position: absolute;
    display: none;
}

.label-view input:checked ~ .checkmark::after {
    display: block;
}

.label-view .checkmark::after{
  content: '';
  display: none;
position: absolute;
left: 8px;
top: 5px;
width: 8px;
height: 13px;
border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}


ul.ab_list li {
    position: relative;
    padding-left: 25px;
}

.ab_list li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #EF6F6C;
    border: 2px solid #eeeeee;
    top: 7px;
    left: 0;
    transform: rotate(45deg);
}

.highlights ul li {
    line-height: 26px;
    font-style: italic;
    font-size: 15px;
}

.highlights {
    background: #404040;
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.highlights h4 {
    color: #ef6f6c;
}

.tip-box-inner {
    position: relative;
    padding: 0px 0px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #5a5a5a;
}

.tip-box-inner .tip-title {
    color: #ef6f6c;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}
	
.tip-box-inner p {
    color: #ffffff;
    margin: 0;
}

.tip-box-inner.trip-length:after {
    content: url(../images/packages/trip-length.png);
}

.tip-box-inner:after {
    position: absolute;
    top: 0;
    right: 0px;
}

section#about-us h2 {
    position: relative;
}

section#about-us h2:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background: #18489d;
    right: 16%;
    bottom: 5px;
}

ul.ab_list {
    border: 1px solid #18489d;
    padding: 20px;
    background: #f3f3f3;
}

.tour_plan {
    margin-top: 30px;
}

.single_day {
    margin-bottom: 30px;
}

.day_id {
    display: inline-block;
    background: #18489d;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 50px;
    margin-right: 15px;
}

.single_day h3{
  display: inline-block;
  color: #000;
  position: relative;
}

.single_day h3:after {
    position: absolute;
    content: '';
    width: 150px;
    background: #18489d;
    height: 2px;
    bottom: 5px;
    left: 110%;
}

.single_day p{
  text-align: justify;
}

.tour-map{
  margin-bottom: 30px;
}

.book_from_page h3 {
    margin-top: 0;
    color: #ef6f6c;
    position: relative;
}

.input-group {
    width: 100%;
}

.book_from_page {
    background: #333333;
    padding: 35px 50px;
    color: #fff;
}

form#booking .form-control {
    border-radius: 0;
    background: #f1f1f1;
}

button.btn-block {
    background: #18489d;
    border: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.srilanka-text{
    background: #f3f3f3;
    padding: 20%;
    text-align: justify;
}

section#destinations {
    padding-top: 60px;
}

.plr-0{
  padding-left: 0;
  padding-right: 0;
}

#index-srilanka{
  background: url(../images/about-home.jpg) center no-repeat;
  background-size: cover;
}

.slider-pro h3.sp-layer{
  color: #fff;
  text-align: center;
}

.form_strip {
    padding: 20px;
}

button.btn.btn-plan {
    background: #18489D;
    color: #fff;
    padding: 12px 40px;
    display: table;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 15px;
    border-radius: 0;
    font-weight: 700;
    transition: all 0.3s;
}

button.btn.btn-plan:hover{
  background: #EF6F6C;
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/