@charset "utf-8";
/* CSS Document */
body{
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Gayathri', sans-serif;
	color:#333;
}

p{
	color:#585858;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
	/*font-family: 'Caveat Brush', cursive;
	font-weight: 100;*/
	font-family: 'Bree Serif', serif;
}

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:hover, a:focus{
	text-decoration: none;
}

.navbar-header{
	width: 13%;
}

.fa-phone{
	transform: rotate(90deg);
}

.text-center{
	text-align:center;
}

.main-title{
	color:#333;
	margin-bottom: 55px;
	margin-top: 0;
	text-align: center;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
}

.main-title.white{
	color: #fff;
}

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}

.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.m0{margin: 0px !important;}
.ml0 { margin-left: 0px !important; }
.ml5{ margin-left: 5px !important; }
.ml10{ margin-left: 10px !important; }
.ml15{ margin-left: 15px !important; }
.ml20{ margin-left: 20px !important; }
.ml25{ margin-left: 25px !important; }
.ml30{ margin-left: 30px !important; }
.ml35{ margin-left: 35px !important; }
.ml40{ margin-left: 40px !important; }
.ml45{ margin-left: 45px !important; }
.ml50{ margin-left: 50px !important; }

.mr0 { margin-right: 0px !important; }
.mr5{ margin-right: 5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr25{ margin-right: 25px !important; }
.mr30{ margin-right: 30px !important; }
.mr35{ margin-right: 35px !important; }
.mr40{ margin-right: 45px !important; }


.mt0 { margin-top: 0px !important }
.mt5 { margin-top: 5px !important }
.mt10 { margin-top: 10px !important }
.mt15 { margin-top: 15px !important }
.mt20 { margin-top: 20px !important }
.mt25 { margin-top: 25px !important }
.mt30 { margin-top: 30px !important }
.mt35 { margin-top: 35px !important }
.mt40 { margin-top: 40px !important }
.mt50 { margin-top: 50px !important }
.mt60 { margin-top: 60px !important }
.mt80 { margin-top: 80px !important }

.mb0 { margin-bottom: 0px !important }
.mb5 { margin-bottom: 5px !important }
.mb10 { margin-bottom: 10px !important }
.mb15 { margin-bottom: 15px !important }
.mb20 { margin-bottom: 20px !important }
.mb25 { margin-bottom: 25px !important }
.mb30 { margin-bottom: 30px !important }
.mb35 { margin-bottom: 35px !important }
.mb40 { margin-bottom: 40px !important }
.mb50 { margin-bottom: 50px !important }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr15 { padding-right: 15px !important; }

.pt5 { padding-top: 5px !important }
.pt10 { padding-top: 10px !important }
.pt15 { padding-top: 15px !important }
.pt20 { padding-top: 20px !important }
.pt25 { padding-top: 25px !important }
.pt30 { padding-top: 30px !important }
.pt35 { padding-top: 35px !important }
.pt40 { padding-top: 40px !important }
.pt50 { padding-top: 50px !important }
.pt60 { padding-top: 60px !important }
.pt80 { padding-top: 80px !important }
.pt100 { padding-top: 100px !important }

.pb5 { padding-bottom: 5px !important }
.pb10 { padding-bottom: 10px !important }
.pb15 { padding-bottom: 15px !important }
.pb20 { padding-bottom: 20px !important }
.pb25 { padding-bottom: 25px !important }
.pb30 { padding-bottom: 30px !important }
.pb35 { padding-bottom: 35px !important }
.pb40 { padding-bottom: 40px !important }
.pb50 { padding-bottom: 50px !important }
.pb60 { padding-bottom: 60px !important }
.pb80 { padding-bottom: 80px !important }
.pb90 { padding-bottom: 90px !important }

.plr-0{
	padding-left:0;
	padding-right:0;
}

.margin-zero{
	margin:0;
}

.plr-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.header-trans {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(40,63,43,0.835171568627451) 100%);
    /*padding: 0 20px;*/
    background: #001526;
}

.header-trans .header-top {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: flow-root;
    background: #000000;
    line-height: 40px;
}

.header-trans .header-top .header-top-left {

    color: white;
}

.header-trans .header-top .header-top-right {
    float: right;
}

.header-trans .header-top .header-top-left span {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 0px;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    line-height: normal;
}

.header-trans .header-top .header-top-left span i {
    font-size: 16px;
    margin-right: 5px;
}

.header-trans .navbar.navbar-fixed-top {
    top: initial;
    z-index: 999;
}

.header-trans .navbar {
    border-radius: 0px;
    border: none;
    margin: 0;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

@media (min-width: 768px)

.navbar-fixed-top, .navbar-fixed-bottom {

    border-radius: 0;


}

.navbar-fixed-top, .navbar-fixed-bottom {

    position: fixed;

    right: 0;

    left: 0;

    z-index: 1030;

}

@media (min-width: 768px)

.navbar {

    border-radius: 4px;

}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-brand {na
    float: leftna;
    /*padding: 30px 10px;	*/
    padding: 5px 10px;
}



.header-trans .navbar .navbar-header .navbar-brand img {
    max-width: 100%;
    width: 250px;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar-brand > img {
    display: inline-block;
}


.header-trans .navbar .navbar-nav li {
    padding: 34px 0px;
}


.header-trans .navbar .navbar-nav li a {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 9px;
    border: 1px solid transparent;
    position: relative;
}

.nav li a:hover, .nav li a:focus{
	background-color:transparent;
}

.header-trans .navbar .navbar-nav li a{
	transition:.3s ease-in-out;
}

.header-trans .navbar .navbar-nav li:hover a {
    /*background: #283F2B;*/
    /*border: 1px solid #fff;*/
    border-bottom: 1px solid #fff;
}

.navbar-nav li ul.sub-menu{
  position: absolute;
  width: 220px;
  left: 0;
  top: 80px;
  opacity: 0;
  z-index: -99;
  padding-left: 0;
  transition: all 0.3s;
  list-style: none;
  visibility: hidden;
}

.navbar-nav li ul.sub-menu::after{
	content: '';
	position: absolute;
	top: -15px;
	left: 20px;
	 width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 15px solid #fff;
}
.navbar-nav li ul.sub-menu li{
	padding: 0 !important;
}
.navbar-nav li ul.sub-menu li a{
  display: block;
  background: #fff !important;
  color: #283F2B !important;
  padding: 12px 12px !important;
  transition: all 0.3s;
  font-size: 12px !important;
  border-bottom: 1px solid #eee !important;
}

.navbar-nav li ul.sub-menu li:first-child a{
	border-top: 3px solid #283F2B;
}

.navbar-nav li:hover ul.sub-menu{
  top: 100px;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
.navbar-nav li ul.sub-menu li a:hover{
  background: #283F2B !important;
  color: #fff !important;
  
}




.header-trans.header-top-trans{
	position: fixed;
}

.header-trans.header-top-trans .navbar {

    box-shadow: 0px 2px 3px #2d2d2d;

    background: #222;

}

.header-trans.header-top-trans .navbar .navbar-nav li{
	
	padding: 27px 15px;
}

.header-trans.header-top-trans .navbar .navbar-nav li a{
	color: #fff;
	
}

.header-trans.header-top-trans .navbar .navbar-nav li:hover a{
	color:  #A06026;
}

.header-trans.header-top-trans .navbar-brand{
	margin-top: 0;
}
.header-trans.header-top-trans .navbar-brand img{
	width: 85% !important;
}



.header-trans.header-top-trans .navbar {

    padding-top: 0;

}



.header-trans.header-top-trans .header-top {

    margin-top: -42px;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.nav.navbar-center{
	float: unset;
	display: inline-block;
}

#mainmenu{
	
}
.navbar-toggle {
	margin-top: 25px;

}
.navbar-toggle .icon-bar {
	background: #fff;
	width: 25px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

a.btn-type1 {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    background: #0e8140;
    /*background: #283F2B;*/
    position: relative;
    border: 1px solid #fff;
    transition: all 0.2s;
    margin-top: 10px;
    z-index: 2;
}
a.btn-type1:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1, 0.5);
    -ms-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*a.btn-type1:hover {
    background: #ffffff;
    color: #283f2b;
    border: 1px solid #283f2b;
}*/
a.btn-type1:hover:before{
	opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
#slider{
	position: relative;
}

.swiper-container {
      width: 100%;
      height: 100vh;
      margin-left: auto;
      margin-right: auto;
      background: #fff;
     
    }
    .swiper-slide {
      background-size: cover !important;
      background-position: center !important;
    }
    .gallery-top {
      height: 100vh;
      width: 100%;
    }
    .gallery-thumbs {
	    width: 50%;
	    height: 15vh;
	    box-sizing: border-box;
	    margin-top: -8vh;
	    border: 2px solid #fff;
	    left: 50%;
	    transform: translateX(-50%);
	    position: absolute;
   		z-index: 9;
	}
    .gallery-thumbs .swiper-slide {
      width: 16%;
      height: 100%;
      opacity: 0.6;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    section#banner-one {
    background: #283f2b;
}

.background-img{
	background: url(../images/back1.jpg);
	background-repeat: repeat;
	background-position: top left; 
}

#about-top{
	/*background: #C6C8D4;*/
	background: #f7f2ee;
}
#about{
	position: relative;
	background: url(../images/2.jpg) center no-repeat;
	background-size: cover;
	z-index: 8;

}

#tour-packages {
    background: #fff;
    position: relative;
    z-index: 9;
}

#about-top .about-text{
	text-align: center;
	padding-top: 90px;
	
}

#about-top .about-text h2{
	margin-bottom: 30px;
	
}

#about-top .about-text p{
	font-size: 18px;
	color: #777;
	
}

#about .about-text{
	text-align: center;
	
}

#about .about-text h2{
	margin-bottom: 30px;
	
}
#about .about-text p{
	font-size: 18px;
	color: #777;

}

.categories span{
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
	display: inline-block;
	background: #00000087;
}

.service-bottom .categories span{
	background: #fff;
}

.categories.set1 span{
	width: 15%;
	margin: 5px 10px;
}

.categories.set2 span {
	width: 19%;
	margin: 5px 10px;
}

.categories.set2{
	margin-bottom: 15px;
}

.categories span img{
	width: 60px;
	margin-bottom: 10px;
	display: inline-block;
}

.categories span p{
	margin-bottom: 0;
    font-size: 16px !important;
    color: #fff !important;
    text-shadow: 0 0 10px #999;
}

.service-bottom .categories span img{
	opacity: 0.8;
}

.service-bottom .categories span p{
	text-shadow: none;
	color: #999 !important;
	text-align: center !important;
}

.service-bottom .categories span{
	border-color: #eee;
}


.tour-box{
	border: 2px solid #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
    box-shadow: 0 0 20px #bbb;
    margin-bottom: 20px;
}

.tour-box .tour-img img{
	width: 100%;
}

.tour-box .tour-img{
	position: relative;
	overflow: hidden;
}

.tour-box .tour-img::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background:url(../images/wave.png);
	background-size: cover;
	background-position: left bottom;
	z-index: 4;
}

.tour-box .tour-img .pack-price{
	display: inline-block;
    position: absolute;
    left: 15px;
    top: 10px;
    background: #A06026;
    border-radius: 4px;
    padding: 3px 14px;
    color: #fff;
    font-size: 16px;
}
.tour-box .tour-info{
	padding: 0px 20px 20px 20px;
	background: #fff;
}

.tour-box .tour-img .overlay-green{
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 66, 33,0.7);
	text-align: center;
	transition: all 0.5s;
	z-index: 3;
}

.tour-box .tour-img .overlay-green a{
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	background: #283F2B;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	border: 1px solid #fff;
	transition: all 0.2s;
}

.tour-box:hover .tour-img .overlay-green{
	top: 0;
}

.tour-box .tour-img .overlay-green a:hover{
	color: #283F2B;
	background: #fff;
}

.tour-box .tour-info h4{
	font-family: 'Poppins', sans-serif;
	color: #333;
    margin-top: 0;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.tour-box .tour-info p{
	margin-bottom: 0;
	color: #999;
}

.tour-box:hover{
	
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #A06026;
}

#banner-one{
	background: url(../images/banner1.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	position: relative;
	z-index: 9;
}

#banner-one::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

#banner-one h2{
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

#banner-one p{
	color: #fff;
	position: relative;
	font-size: 22px;
	margin-bottom: 15px;
	z-index: 2;
}



#home-destination{
	/*background: #c8ccd8;*/
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	position: relative;
	z-index: 9;
}


.locations .owl-nav .owl-next{
	position: absolute;
	right: 0px;
	top: 44%;
}

.locations .owl-nav .owl-prev{
	position: absolute;
	left: 0px;
	top: 44%;
}

.locations .owl-nav .owl-prev i, .locations .owl-nav .owl-next i{
	color: #fff;
	font-size: 30px;
	transition: all 0.2s;
	opacity: 0.5;
}

.locations .owl-nav .owl-prev:hover i, .locations .owl-nav .owl-next:hover i{
	opacity: 1;
	transition: all 0.2s;
}

.destination-box{
	position: relative;

}

.destination-box h4{
	position: absolute;
	left: 50%;
	bottom: 25px;
	color: #fff;
	transform: translateX(-50%);
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	z-index: 4;
	width: 80%;
	text-align: center; 
}
.destination-box p{
    position: absolute;
    bottom: 8px;
    color: #ddd;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    margin-bottom: 0;
    transition: all 0.3s;
    padding: 0 8px;

}

.destination-box::before{
	content: '';
	position: absolute;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	border: 2px solid rgba(255,255,255,0.8);
	z-index: 2;
	transition: all 0.4s;
	transform: scale(0.5);
	opacity: 0;
}

.destination-box::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	transition: all 0.3s;
}

.destination-box:hover::after{
	background: rgba(0,0,0,0.6);
}

.destination-box:hover::before{
	transform: scale(1);
	opacity: 1;
}

.destination-box:hover p{
	background: #fff;
	color: #283F2B;
}

#about-kenya{
	background: url(../images/banner2.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 9;
}

.kenya-text{
	padding: 30px;
	background: rgba(160, 96, 38,0.85);
}

.kenya-text p{
	color: #fff;
}

.testi-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    /* border-radius: 6px; */
    margin-bottom: 20px;
    background: white;
}

.testi-box .testi-body{
	margin-bottom: 12px;
}
.testi-box .testi-body p{
	color: #333;
	margin-bottom: 0;
}

.testi-box .testi-auth h4{
	font-family: 'Poppins', sans-serif;
	color: #283F2B;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
}

.testi-box .testi-auth h4 span{
	font-weight: 100;
	font-style: italic;
	color: #D4E09B;
	font-size: 16px;

}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
}

#home-testimonial .owl-nav .owl-next{
	position: absolute;
	right: -60px;
	top: 35%;
}

#home-testimonial .owl-nav .owl-prev{
	position: absolute;
	left: -60px;
	top: 35%;
}

#home-testimonial .owl-nav .owl-prev i, #home-testimonial .owl-nav .owl-next i{
	color: #ddd;
	font-size: 20px;
	transition: all 0.2s;
}

#home-testimonial .owl-nav .owl-prev:hover i, #home-testimonial .owl-nav .owl-next:hover i{
	color: #A06026 ;
	transition: all 0.2s;
}


footer{
	padding-top: 30px;
	background: #202A25;
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	z-index: 8;
	background-image: url(../images/bg-footer.jpg);
}

footer img{/* width:70%; *//* margin-bottom: 12px; */}

footer p{

	font-size: 14px;

	color: #999;

	line-height: 1.7;
}

footer p.footer-about{
	text-align: justify;
	padding-right: 30px;
	margin-bottom: 25px;
}

footer h3{

	font-size: 24px;

	font-weight: 400;

	color: #fff;

	line-height: 1;

}

@media (max-width: 991px) {

	footer h3{

		margin-top: 30px;

	}	

}

.footer-logo p{
	text-align: justify;
}



.footer-social-icons ul li{

	display: inline-block;

	background: #333;

	border-radius: 50%;

	color: #fff;

	margin-right: 10px;		

	margin-bottom: 5px;

	-webkit-transition-duration: .3s;

	transition-duration: .3s;	

}

.footer-social-icons ul li a{

	display: block;

	font-size: 15px;

	color: #fff;

	width: 35px;

	height: 35px;	

	padding: 11px;

	padding-top: 8px;

}

.footer-social-icons ul li:hover{

	background: #d21e2b;

}

.footer-list{

	margin-top: 20px;

	padding-left: 0;


}

.footer-list li{

	list-style-type: none;

	color: #aaa;

	padding: 6px 0px;

}

.footer-list li a{font-size: 15px;font-weight: 400;color: #dedede;}

.footer-list li a i{
	color: #fff;
	margin-right: 3px;
	font-size: 12px;
}

.footer-list li a:hover{

	color: #fff;

}

.footer-list li a:hover:before{

	color: #fff;

}

.footer-list-2{

	margin-top: 20px;

	padding-left: 30px;

}

.footer-list-2 li{

	list-style-type: none;

	color: #aaa;

	padding: 6px 0px;

	position: relative;

}

.footer-list-2 li a{font-size: 14px;font-weight: 400;color: #dedede;}

.footer-list-2 li span{
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: -25px;
	top: 4px;
}

.footer-list-2 li a:hover{

	color: #fff;

}

.footer-icons ul{
	padding-left: 0;
}

.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #27a9df;
    display: block;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #27a9df;
}

.footer-icons ul li a:hover{
    color: #fff;
    border: 2px solid #fff;
}


.footer-icons {
    margin-top: 15px;
}




.footer-bar{padding: 20px 0;/* margin-top: 30px; */text-align: center;}

.footer-bar span{

	color: #fff;

	font-size: 13px;

	font-weight: 400;

}

.footer-bar p{

	color: #fff;

	font-size: 13px;

	font-weight: 400;

	margin-bottom: 0;

}

.design-credit {

    display: inline-block;

    float: right;

}

.design-credit a{
	color: #777;
}

.copyright {

    display: inline-block;

}

/*.gallery-top .swiper-wrapper{
	position: fixed;
	z-index: 1;
}

.gallery-thumbs .swiper-wrapper{
	position: relative;
}

.slider-text {
    position: absolute;
    top: 40%;
    left: 14%;
    right: 20%;
    z-index: 9;
}

.slider-text h1{
    font-size: 70px;
    color: #fff;
    margin-bottom: 20px;
}

.slider-text h4{
    color: #fff;
    font-size: 20px;
    padding: 0 30% 0 0;
    font-family: 'Poppins', sans-serif;
}*/

/*** 

====================================================================
			Main Slider
====================================================================

***/

.main-slider{
	position:relative;	
	z-index:10;
	text-align: center;
}

.main-slider .tp-caption{
	z-index:5 ;
	text-align: center;
}

.main-slider h4{	
	font-size:36px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight:700;
}

.main-slider h2{	
	font-size:60px;
	line-height:1.2em;
	color: #ffffff;
	font-weight:700;
	text-transform: uppercase;
}

.main-slider .text {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 400;
}

.main-slider .theme-btn{
	display: inline-block;
	margin: 0 10px 10px;
	padding:20px 50px;
	text-transform: uppercase;
	z-index: 99 !important;
}

.main-slider.style-two{
	position: relative;
	text-align: left;
}

.main-slider.style-two h4{
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
}

.main-slider.style-two h2{
	color: #222222;
}

.main-slider.style-two .text{
	color: #222222;
}

.main-slider.style-two .theme-btn{
	border: 1px solid #2154cf;
	margin: 0 10px 0 0 !important;
}

.rs-gallery-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.rs-gallery-slide {
    width: 25%;
    height: 100%;
    opacity:1;
    background-size: cover;
    position: relative;
}

section#about-kenya h1 {
    color: #fff;
}


/*Contact us*/

#page-wrapper{
	padding: 170px 0 180px 0;
	position: relative;
	
}

#page-wrapper img{
	position: absolute;
	bottom: 0;
	background-size: cover;
}

/*#page-wrapper::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: url(../images/footer-curve.png);
	background-position: center;
	background-size: cover;
}*/
.wrapper-text{
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 60px;
	text-align: center;
	position: relative;
}
.wrapper-text::after{
	content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    width: 100px;
    height: 4px;
    background: rgba(255,255,255,1);
    border-radius: 50%;
}
 
.wrapper-text h2{
 margin-bottom: 3px;
 position: relative;
 z-index: 10;
 color: #fff;
 font-size: 60px;
 text-transform: uppercase;
 margin-top: 0;
}
/*.wrapper-text p{
    margin-bottom: 0px;
    position: relative;
    z-index: 10;
    color: #666;
    font-size: 12px;
    line-height: 14px;
}
.wrapper-text p a{
	color: #666;
}*/
.contact-wrap{
	background-image: url(../images/wrappers/Contact-Us.jpg);
	background-size: cover;
	background-position: center;
}

.tmade-wrap{
	background-image: url(../images/wrappers/tailor-made.jpg);
	background-size: cover;
	background-position: center;
}

.aboutus-wrap{
	background-image: url(../images/wrappers/About-US.jpg);
	background-size: cover;
	background-position: center;
}

.aboutsl-wrap{
	background-image: url(../images/wrappers/1.jpg);
	background-size: cover;
	background-position: center;
}

.aboutk-wrap{
	background-image: url(../images/wrappers/contact.jpg);
	background-size: cover;
	background-position: center;
}

.story-wrap{
	background-image: url(../images/wrappers/our-story.jpg);
	background-size: cover;
	background-position: center;
}

.t1-wrap{
	background-image: url(../images/wrappers/tourpackage-1-classic.jpg);
	background-size: cover;
	background-position: center;
}

.t2-wrap{
	background-image: url(../images/wrappers/tourpackage-Kenya-Horizons.jpg);
	background-size: cover;
	background-position: center;
}

.t3-wrap{
	background-image: url(../images/wrappers/about-sri-lanka.jpg);
	background-size: cover;
	background-position: center;
}

.t4-wrap{
	background-image: url(../images/wrappers/about-sri-lanka2.jpg);
	background-size: cover;
	background-position: top;
}

.t5-wrap{
	background-image: url(../images/wrappers/tourpackage-europe.jpg);
	background-size: cover;
	background-position: center;
}

.t6-wrap{
	background-image: url(../images/wrappers/tourpackage-honeymoon.jpg);
	background-size: cover;
	background-position: center;
}

.locationsl-wrap{
	background-image: url(../images/wrappers/locationsl.jpg);
	background-size: cover;
	background-position: center;
}

.locationken-wrap{
	background-image: url(../images/wrappers/Travel-Locations-kenya.jpg);
	background-size: cover;
	background-position: center;
}

.test-wrap{
	background-image: url(../images/wrappers/testimonials.jpg);
	background-size: cover;
	background-position: center;
}

section#page-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #00000026;
}

.contact-details{
	padding-bottom: 80px;
}
.contact-details .c-box{
	padding: 50px 25px 25px 25px;
	border:2px solid #1a619c;
	background: #1a619c;
	text-align: center;
	margin: 0 15px;
	height: 310px;
	position: relative;
	/*border-radius: 20px;*/
	}
.contact-details .c-box i{
	color: #1a619c;
	text-align: center;
	font-size: 11px;
	height: 20px;
	width: 20px;
	left: -4px;
	top: 0;
	position: absolute;
	transition: all 0.2s ease-in;
	}
.contact-details .c-box:hover i{
	
}
.contact-details .c-box h5{
	font-size: 17px;
	/* font-weight: 700; */
	color: #fff;
	}
.contact-details .c-box p{
	font-size: 15px;
	color: #fff;
}
.contact-details .c-box p:last-child{
	margin-bottom: 0;
}
.contact-details .c-box a{
	color:#fff;
	transition:all 0.3s ease-in;
	}
.contact-details .c-box a:hover{
	/*color:#A06026;*/
	text-decoration:none;
}

.contact-img img{
	width: 100%;
}

.contact-form{
	padding: 50px;
	position: relative;
	left: 00px;
	top: 75px;
	z-index: 2;
	background: #fff;
	box-shadow: 0px 0px 45px -17px rgba(0, 0, 0, 0.36);
	background: #27a9df;
	margin-left: -140px;
}

.contact-form .more-btn{
	border-radius: 0;
	padding: 15px 30px;
	border-color: transparent;
    background: rgba(255,255,255,0.2);
    color: #fff;
        border: 1px solid #fff;

}

.contact-form .more-btn:hover{
	background: #fff;
	color: #283f2b;
}

.contact-form h5{
	margin-bottom: 2px;
	color: #39B54A;
}

.contact-form h3{
	margin-top: 0;
	margin-bottom:30PX;
	color: #fff;
	
}

.contact-form .form-control{
	/* background: #eee; */
	border:1px solid #eee;
	color: #333;
	box-shadow: none;
	border-radius: 0;
}

.contact-form input{
	height: 50px;
}

/*tailor-made*/

.trip-plan .form_input_set label {
    color: #A06026;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
}

.trip-plan .form-control {
    border-radius: 0px;
    border: 1px solid #ddd;
    box-shadow: none;
	background: transparent;
}

.trip-plan input {
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 45px;
}

.no_of_adults {
    display: inline-block;
    width: 49%;
}

.no_of_childs {
    display: inline-block;
    width: 49%;
}

.kids_age {
    margin-top: 10px;
}

.trip-plan select {
    border: 1px solid #ddd;
    border-radius: 0px;
    height: 45px;
}


.curr {
    display: inline-block;
    width: 20%;
}

.approximate_budget {
    display: inline-block;
    width: 79%;
    vertical-align: bottom;
}


.tailor_mad_day {
    border: 1px solid #D4E09B;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.form-left-module {
    border: 1px solid;
    padding-bottom: 15px;
}

.form-right-module {
    border: 1px solid;
    border-left: none;
    padding-bottom: 21px;
}

.tailor_mad_day h3 {
    border-bottom: 1px solid #E5E4E4;
    font-size: 20px;
    padding-bottom: 10px;
}

.trip-plan{
    border: 5px solid #27a9df;
    padding: 20px 0;
    box-shadow: 0px 0px 5px #b2b2b2;
}

.trip-plan h3 {
    color: #184221;
    margin-top: 0;
}

.add_another_day {
    cursor: pointer;
    background: #D4E09B;
    color: #777;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
}

.trip-plan input[type='submit'] {
    background: #184221;
    color: #fff;
    margin-top: 20px;
    padding: 12px 20px;
    height: 50px;
}

.trip-plan input[type='submit']:hover {
	background: #0d2011;
}


.day2,
.day3,
.day4,
.day5,
.day6,
.day7,
.day8,
.day9,
.day10 {
    display: none;
}

/*about-us*/

.side-title{
	position: relative;
	margin-top: 15px;
	color: #333;
	margin-bottom: 40px;
}

.side-title:after{
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 0;
    width: 60px;
    height: 1px;
    border-top-color: #1a619c;
    border-top-width: 3px;
    border-top-style: solid;
    content: "";
}

.side-title.middle{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0;
}

.side-title.middle:after{
	left: 50%;
	transform: translateX(-50%);
}

.about-right{
	margin-top: 150px;
}

.about-right, .about-left{
	padding-right: 30px;
}

#who-we-are p{
	line-height: 25px;
}

#our-service p{
	line-height: 24px;
	text-align: justify;
}

.about-service-img img{
	width: 100%;
}

.gallery-box{
	overflow:hidden;
	margin: 5px 5px;
	position: relative;
}
/*.gallery-box::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	opacity: 0;
	z-index: 2;
transition:all 0.2s ease-in-out;

}
.gallery-box::before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	bottom: 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 0;
	z-index: 2;
transition:all 0.2s ease-in-out;

}*/
.gallery-box .gal-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	z-index: 1;
	opacity: 0;
	background:rgba(24, 66, 33,0.7);
	transition:all 0.2s ease-in-out;
}
.gallery-box i{
	color: #fff;
	font-size: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0) scale(0.5);
	opacity: 0;
	transition:opacity 0.6s 0.08s,transform 0.4s;
	z-index: 4;
	padding: 20px;
}
.gallery-box:hover .gal-overlay{
	 top:0; 
	opacity: 1;
}
/*.gallery-box:hover::after{
	opacity: 1;
	top: 15px;
	right: 15px;
}
.gallery-box:hover::before{
	opacity: 1;
	bottom: 15px;
	left: 15px;
}*/
.gallery-box:hover i{
	transform: translate3d(-50%,-50%,0) scale(1); 
	opacity: 1;
}

.gallery-box img{
	transition:.5s ease-in-out;
}

.gallery-box:hover img{
	/*transform:scale(1.2);*/
}




.country-img img{
	width: 100%;
}

#about-country .text-area{
	padding-right: 60px;
}

#about-country .text-area p{
	line-height: 24px;
}


#our-story .text-area h3{
	margin-bottom: 15px;
	margin-top: 0;
}

#our-story p{
	line-height: 25px;
}

#destinations .destination-box{
	
}

section#beaches-content {
    background: #d4e09b;
    padding: 80px 0;
}

.bg-white{
	background: #ffffff;
}

.bg-brown{
	background: rgba(160, 96, 38, 0.1);
}

section#hiking-content {
    padding: 80px 0;
    background: #fff;
}
section#sl-middle {
    background: #f1f1f1;
}

.location-block{
	margin-bottom: 30px;
	padding-bottom: 20px;
	box-shadow: 0 0 5px #d2d2d2;
}

.locating-text h3 {
    margin-top: 0;
    color: #283F2B;
}

.locating-text {
    padding: 20px 10px 10px 10px;
    text-align: justify;
}

.dest-thumb-left {
    margin-right: -15px;
}

.dest-thumb-right {
    margin-left: -15px;
}

.dest-thumb-link{
	display: block;
    overflow: hidden;
    position: relative;
}

/*.line-scale .dest-thumb-link:before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.line-scale .dest-thumb-link:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    right: 20px;
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}*/

.dest-thumb-link > img {
    display: block;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.dest-thumb-link i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
	right: -2px;
}

.dest-thumb-right i {
    left: -2px;
}

.dest-details {
    padding: 20px 25px;
}

/*.line-scale:hover .dest-thumb-link:before, .line-scale:hover .dest-thumb-link:after {
    transform: scale(1);
    -webkit-transform: scale(1);
}*/

.zoom-image:hover .dest-thumb-link > img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    filter: grayscale(0.7);
}

.item-post p{
	text-align:justify;
}
#sl-location{
	position: relative;
}
.item-post {
    position: relative;
    box-shadow: 0 0 5px #c5c5c5;
    margin-bottom: 30px;
    outline: 3px solid #333;
    outline-offset: -15px;
    outline-style: double;
}

.tour-single-info-item{
	position: relative;
	padding: 20px 15px;
	border-radius: 5px;
	text-align: center;
	border: 2px solid #c5c5c5;
}

.tour-single-info-item i{
	display: block;
	font-size: 38px;
	color: #A06026;
}

.pack-title h3 {
    position: relative;
    margin-bottom: 45px;
}

.top-image {
    position: relative;
    margin-bottom: 30px;
}

table.table.package-summery thead tr th {
    text-align: center;
    border: 1px solid;
}

table.table.package-summery thead {
    background: #283F2B;
    color: #fff;
}

table.table.package-summery tr th, table.table.package-summery tr td{
	text-align: center;
}

table.table.package-summery tbody {
    border: 1px solid #f1f1f1;
}

.side-contact-form {
    padding: 20px 35px;
    background: #283f2b;
}

.side-contact-form h3 {
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 0;
    font-size: 30px;
}

button.btn.btn-plan {
    background: #a06026;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
}

button.btn.btn-plan:hover {
    background: #0b0c0c;
}

.inclusions {
    border: 1px solid #c5c5c5;
    padding: 0 0 20px 0;
    border-radius: 7px;
}

.title-in {
    background: #a06026;
    color: #fff;
    padding: 5px 20px;
    margin: 10px 10px;
    position: relative;
}

.title-in h3 {
    margin: 0;
}

.inclusions ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #226230;
    top: 5px;
    left: -15px;
    transform: rotate(45deg);
}

.inclusions ul{
	margin-top: 20px;
}

.inclusions ul li {
    list-style: none;
    padding-bottom: 10px;
    position: relative;
}

.exclusions {
    border: 1px solid #c5c5c5;
    padding: 0 0 20px 0;
    border-radius: 7px;
    margin-top: 25px;
}

.exclusions .title-in {
    background: #283f2b;
    color: #fff;
    padding: 5px 20px;
    margin: 10px 10px;
    position: relative;
}


.exclusions ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #a06026;
    top: 5px;
    left: -15px;
    transform: rotate(45deg);
}

.exclusions ul{
	margin-top: 20px;
}

.exclusions ul li {
    list-style: none;
    padding-bottom: 10px;
    position: relative;
}

.side-map{
	margin-top: 20px;
}

.side-note h3 {
    color: #c55e00;
}
.side-note ul li {
    padding-bottom: 10px;
    text-align: justify;
}
.side-note ul {
    padding-left: 20px;
}

.testimonial {
    background: #fff;
    padding: 20px;
    margin: 0 15px 60px 15px;
    position: relative;
    /*box-shadow: 10px 10px #202a25;*/
}

.testimonial .title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}

.testimonial .description {
    font-size: 14px;
    color: #555;
    line-height: 30px;
}

.testimonial .testimonial-content {
    position: relative;
}

.testimonial .content {
    display: inline-block;
    margin: 10px 0;
}

.testimonial .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.content-wrap-test {
    background: #f3f3f3;
    padding: 50px 30px 0px 30px;
}

.test-form {
    border: 1px solid #202a25;
    border-radius: 10px;
    padding: 30px;
}

.test-form h2 {
    margin-top: 0;
    padding-left: 14px;
}

button.btn.btn-t3 {
    background: #283F2B;
    padding: 10px 30px;
    color: #fff;
    border-radius: 0;
    border: 1px solid;
    transition: 0.3s ease-in-out;
}

button.btn.btn-t3:hover{
	background: #fff;
	color: #283F2B;
}

.carousel-control.left, .carousel-control.right{
	background-image: none;
}

.detail-content-sticky-nav {
    padding: 10px 0;
}

.featured-icon-simple-wrapper {
    padding: 12px 0;
    border-width: 1px 0;
    border-style: double;
    border-color: rgba(204, 204, 204, 0.69);
    margin-bottom: 5px;
}

.featured-icon-simple-item {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    color: #AAA;
    padding: 0 10px;
}
.featured-icon-simple-item h4{
	margin-top: 0;
}

.featured-icon-simple-item .icon {
    font-size: 18px;
    display: inline-block;
}

.featured-icon-simple-item {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    color: #AAA;
    padding: 0 10px;
}

.itnry_item {
    margin-bottom: 30px;
}

.day-number {
    float: left;
}

.day-number h5 {
    float: left;
    background: #16c0be;
    padding: 10px 18px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.day-number h5 span {
    font-size: 28px;
    display: block;
}

.day-number h5 {
    /*float: left;
    background: #a06026;
    padding: 10px 18px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    border-radius: 5px;*/
    float: left;
    background: #258ebf;
    padding: 10px 18px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.t-heading {
    padding-top: 10px;
    margin-bottom: 30px;
}

.icon.text-primary i {
    color: #0e8140;
}

.main-image {
    padding: 10px;
    box-shadow: 0 0 5px #adadad;
}

.moon-list ul li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    line-height: 10px;
    transform: rotate(45deg);
    left: -20px;
    top: 5px;
}

.moon-list ul li {
    padding-bottom: 10px;
    position: relative;
}
.moon-list ul {
    padding-left: 0;
    list-style: none;
}
.moon-list {
    background: #af6827;
    padding: 40px;
    color: #fff;
    margin-top: 30px;
}

.cat-titles {
    margin-bottom: 20px;
    font-size: 28px;
}


section#story-gallery .col-md-4 {
    padding: 0;
}

.hermes .tp-tab{
	height: 250px!important;
}

.tp-bullets, .tp-tabs, .tp-thumbs{
	top: 91%!important;
	left: 15%!important;
}

.tp-tabs.inner.hermes.nav-pos-hor-left.nav-pos-ver-center.nav-dir-horizontal {
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 990px!important;
    max-height: 112px!important;
    transform: matrix(1, 0, 0, 1, 10, -60)!important;
}

.hermes .tp-tab-image{
	height: 45%!important;
}

#about-top{
	position: relative;
}

#about-top:before{
	position: absolute;
	content: '';
	/*background: url(../images/bg.png);*/
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}

.about-section{
	background-color: rgba(255, 255, 255, 0);
	/*background: url(../images/about.png);*/
	background-position: left;
    background-size: cover;
    height: auto;
    height: 520px;
    padding-bottom: 60px;
}
.about-bg-img{
	position: absolute;
    left: -126px;
    top: 0;
}
.about-img-one-wrap{
	position: absolute; 
	display: block; 
	visibility: visible; 
	left: 100px; 
	top: 100px; 
	z-index: 11;
}
.about-img-two-wrap{
	position: absolute; 
	display: block; 
	visibility: visible; 
	left: 290px; 
	top: 90px; 
	z-index: 10;
	position: absolute;
}
.about-img-one-inner{
	position:absolute;
	display:block;
}
.about-img-two-inner{
	position:absolute;
	display:block;
	position: absolute;
}
.about-img-one-bg{
	position: absolute; 
	display: block; 
	overflow: visible;
}
.about-img-two-bg{
	position: absolute; 
	display: block; 
	overflow: visible;
	position: absolute;
}
.about-img-one{
	z-index: 11; 
	visibility: inherit; 
	transition: none 0s ease 0s; 
	text-align: inherit; 
	line-height: 0px; 
	border-width: 0px; 
	margin: 0px; 
	padding: 0px; 
	letter-spacing: 0px; 
	font-weight: 400; 
	font-size: 16px; 
	white-space: normal; 
	min-height: 0px; 
	min-width: 0px; 
	max-height: none; 
	max-width: none; 
	opacity: 1; 
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
	transform-origin: 50% 50% 0px;
}
.about-img-one img{
	width: 252px; 
	height: 352px;
}
.about-img-two{
	z-index: 10; 
	visibility: inherit; 
	transition: none 0s ease 0s; 
	text-align: inherit; 
	line-height: 0px; 
	border-width: 0px; 
	margin: 0px; 
	padding: 0px; 
	letter-spacing: 0px; 
	font-weight: 400; 
	font-size: 16px; 
	white-space: nowrap; 
	min-height: 0px; 
	min-width: 0px; 
	max-height: none; 
	max-width: none; 
	opacity: 1; 
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
	transform-origin: 50% 50% 0px;
	position: absolute;
}
.about-img-two img{
	width: 242px; 
	height: 332px;
	position: all;
}
.services-section{
	background: url(../images/home_bg.jpg);
	position: relative;
	background-size: cover;
	background-position: center;
}
.services-wrapper{
	margin-bottom: 30px;
}
.services-wrapper p{
	font-size: 18px;
	color: #000;
}
.single-services-item {
    text-align: center;
}
.single-services-item .cont {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(5, 20, 65, 0.05);
    box-shadow: 0px 10px 30px rgba(5, 20, 65, 0.05);
    border-radius: 10px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.single-services-item .icon-box {
    padding: 30px 20px;
}
.single-services-item h6 {
    text-align: center;
    color: #293a5c;
    margin-bottom: 0;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: 700;
    background-color: #f1f1f1;
}
.tour-section{
	background: url(../images/tours_bg.png)repeat;
	position: relative;
	/*background-size: cover;*/
	/*background-position: center;*/
}
.single-tours-list {
    /*margin: 15px;*/
    -webkit-box-shadow: 0px 3px 9px #071C551F;
    box-shadow: 0px 3px 9px #071C551F;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.single-tours-list:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    background: rgb(14 129 64 / 0.3);
    bottom: 0;
    left: 0;
    width: 100%;
}
.single-tours-list:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 10px;
    background: #0e8140;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.single-tours-list .thumb {
    position: relative;
    /*background: #071c55;*/
    overflow: hidden;
}
.single-tours-list .thumb .d-list-tag {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    color: #ffffff;
    padding: 3px 35px;
    font-size: 14px;
    z-index: 2;
}
@media only screen and (max-width: 1550px){
	.single-tours-list .thumb .d-list-tag {
	    padding: 2px 24px;
	    font-size: 12px;
	}
}
.single-tours-list .thumb .d-list-tag:after {
    content: '';
    background-image: url(../img/shape-1.png);
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 43px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-position: 100% 100%;
    z-index: -1;
    top: -3px;
}
@media only screen and (max-width: 1550px){
	.single-tours-list .thumb .d-list-tag:after {
    	height: 35px;
    	top: 0px;
	}
}
.single-tours-list .thumb img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
/*.single-tours-list .thumb .t-list-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}*/
.t-list-btn-wrap{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.btn-book {
    background: #0e8140;
    color: #ffffff;
    font-size: 14px;
        line-height: 23px;
    padding: 10px 22px;
    cursor: pointer;
    border-radius: 0px;
    position: relative;
}
.btn-book:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1, 0.5);
    -ms-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-book i {
    margin-left: 7px;
    font-size: 22px;
}
.single-tours-list .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}
.single-tours-list .details {
    padding: 23px 30px 19px 30px;
    background: #ffffff;
}
@media only screen and (max-width: 1680px){
	.single-tours-list .details {
    	padding: 10px 10px;
	}
}
.single-tours-list .details .title {
    font-weight: 700;
}
.single-tours-list .details .content {
    margin-bottom: 15px;
}
.border-bt-dot {
    border-bottom: 1px dashed #CFD3DE;
}
.tp-list-meta {
    margin: 0;
    padding: 0;
}
.tp-list-meta li {
    list-style: none;
    display: inline-block;
    margin: 0 14px;
}
@media only screen and (max-width: 1550px){
	.tp-list-meta li {
    	margin: 0 10px;
    	font-size: 14px;
	}
}
.tp-list-meta li i {
    color: #258ebf;
    margin-right: 5px;
}
.tp-price-meta-cl {
    display: inline-block;
    text-align: left;
}
.single-tours-list .tp-price-meta {
    padding-top: 28px;
}
.tp-price-meta p {
    margin-bottom: 0;
    line-height: 16px;
}
.tp-price-meta h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 50px;
    color: #071C55;
    position: relative;
    margin-right: 40px;
}
@media only screen and (max-width: 1550px){
	.tp-price-meta h2 {
    	font-size: 30px;
    	font-weight: 500;
	}
}
.tp-price-meta h2 small {
    font-size: 28px !important;
    font-weight: 300;
    position: absolute;
    margin-top: 7px;
    position: absolute;
    right: -16px;
    top: 0;
}
@media only screen and (max-width: 1680px){
	.tp-price-meta h2 small {
    	font-size: 25px !important;
	}
}
@media only screen and (max-width: 1550px){
	.tp-price-meta h2 small {
    	font-size: 15px !important;
    	right: -11px;
	}
}
.tp-price-meta del {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 1550px){
	.tp-price-meta del {
    	font-size: 18px;
	}
}
.tp-price-meta del span {
    font-size: 14px !important;
    position: absolute;
    margin-top: -4px;
}
@media only screen and (max-width: 1550px){
	.tp-price-meta del span {
    	font-size: 12px !important;
	}
}
.single-tours-list:hover .thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.single-tours-list:hover .t-list-btn-wrap {
    visibility: visible;
    opacity: 1;
    top: 50%;
}
.single-tours-list:hover .thumb:after {
    visibility: visible;
    opacity: 0.6;
}
.single-tours-list:hover:after {
    visibility: visible;
    opacity: 1;
    right: auto;
    left: 0;
    width: 100%;
    bottom: 0;
}
.btn-book:hover{
	color: #fff;
}
.btn-book:hover:before{
	opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.destination-wrapper {
    position: relative;
}
.destination-img {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.destination_inner {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    padding-bottom: 20px;
    overflow: hidden;
    z-index: 120;
}
.destination_title {
    background-color: #fff;
    padding: 3px 15px;
    max-width: 300px;
    margin: 0 auto;
}
.destination_title h3 {
    font-size: 15px;
    font-weight: 500;
    color: #1282a2;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 0;
}
.destination_inner:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 150px 0 150px;
    border-color: #fff transparent transparent transparent;
    transform: translateX(-50%);
}
.destination-img:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    background: linear-gradient(180deg, rgba(10, 17, 40, 1) 0%, rgba(10, 17, 40, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
    transition: all 0.25s ease-in-out;
}
.destination-img a:before, .destination-img a:after {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.3s, -webkit-transform 0.4s;
    -o-transition: opacity 0.3s, transform 0.4s;
    transition: opacity 0.3s, transform 0.4s;
    transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
    z-index: 5;
}
.destination-img a:before {
    /*border-top: 5px solid #fff;*/
     border-bottom: 5px solid #fff; 
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.destination-img a:after {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.destination-wrapper:hover .destination-img a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.destination-wrapper:hover .destination-img a:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.testimonial-section{
	background: url(../images/testimonial.png) repeat;
    background-color: #258ebf;
    padding-bottom: 30px !important;
    padding-top: 60px !important;
    position: relative;
}
.testimonials-wrapper-bg{
	margin-bottom: -57px !important;
    padding-right: 36px !important;
    padding-left: 36px !important;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.testimonials-wrapper{
	width: 100%;
    display: table;
    table-layout: fixed;
}
.testimonials-inner-bg{
	display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.testimonials-inner{
	/*padding: 23% 0 0 0*/
}
.testimonials-bg-wrapper{
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    z-index: 9;
}
.testimonials-bg-inner{
	position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 40px;
    box-sizing: border-box;
}
.testimonials-main-title{
	margin: 0 0 22px;
	position: all;
}
.testimonials-title{
	margin: 0 0 2px;
}
.testimonials-title a{
	color: #363636;
}
.testimonials-desc{
	margin: 20px 0 0;
}
.testimonials-desc p{
	margin: 0;
	text-align: justify;
}
.testimonials-img-wrapper{
	margin-top: -140px !important;
    /*padding-right: 36px !important;*/
    /*padding-left: 36px !important;*/
    box-sizing: border-box;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    width: 100%;
}
.testimonials-img-inner{
	width: 100%;
    display: table;
    table-layout: fixed;
}
.testimonials-img-bg{
	display: table-cell;
    vertical-align: middle;
    height: 480px;
    background-position: center;
    background-size: cover;
    text-align: center;
    background-image: url(../images/testi.jpg);
}
.testimonials-img{
	/*padding: 23% 0% 23% 0%;*/
}
.t-heading {
    padding-top: 10px;
    margin-bottom: 75px;
}
.package-s-description-inner {
    padding-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #258ebf;
}
.package-s-title {
    background: #258ebf;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.package-s-title h3 {
    text-transform: uppercase;
}
.package-s-description {
    text-align: justify;
    padding: 20px;
}
.form-field {
    margin-bottom: 20px;
}
.new-input-css {
    width: 100%;
    padding: 7px 0;
    border: none;
    border-bottom: 2px solid #E8E8E8;
    border-radius: 0;
    background: transparent;

}
.new-calender {
    border-left: 0;
    border-top: 0;
    border-bottom: 2px solid #E8E8E8;
    background: no-repeat;
}
.new-input-css:focus {
    border-color: #258ebf !important;
    border: none !important;
    border-bottom: 2px solid #258ebf !important;
    border-radius: 0;
    background: transparent;
}
input:focus, 
textarea:focus, 
select:focus {
    outline: none;
    border: 1px solid #258ebf !important;
}
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;
}
.single-tour-wrapper{
	border-bottom: 5px solid #1c7986;
}
.single-tour-wrapper:last-child{
	border-bottom:none;
}
.package-s-map-section {
    padding-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #258ebf;
}
.package-s-map-title {
    background: #258ebf;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.destination-places-bg{
	box-shadow: 0px 3px 9px #071C551F;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    /*height: 460px;*/
}
.destionation-single-title{
	text-align: center;
}
.destination-single-description{
	padding: 20px 20px 0 20px;
    text-align: justify;
}
button.btn-type1 {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    background: #0e8140;
    /*background: #283F2B;*/
    position: relative;
    border: 1px solid #fff;
    transition: all 0.2s;
    margin-top: 10px;
    z-index: 2;
}
button.btn-type1:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1, 0.5);
    -ms-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*a.btn-type1:hover {
    background: #ffffff;
    color: #283f2b;
    border: 1px solid #283f2b;
}*/
button.btn-type1:hover:before{
	opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.gallery-item {
    background: #fff none repeat scroll 0 0;
    border: none;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 30px;
    padding: 15px 15px 25px;
    position: relative;
}
.gallery-item .gallery-img {
    position: relative;
}
.gallery-item .gallery-img:before {
    background: #1EC8E7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    border-radius: 5px;
}
.gallery-img img {
    min-width: 100%;
    border-radius: 5px;
}
.gallery-item .content {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
    text-align: center;
}
.gallery-item .content>p {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.gallery-item .content .name {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
}
.gallery-item:hover .gallery-img:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}
.gallery-item:hover .content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.testimonials .testimonials-bg{
	text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.testimonials .testimonial-wrapper{
	padding: 10px;
}
.testimonial-image{
	float: left;
	margin-right: 20px;
	width: 20%;
}
.testimonial-image img{


}
.owl-theme .owl-nav [class*='owl-']:hover{
	color: #328db7;
}

.contact-flag{position: absolute;top: -38px;left: 50%;width: 116px;transform: translateX(-50%);border: 4px solid #1a619c;padding: 3px;}


.contact-details .c-box .icon {
    background: #fff;
    border-radius: 50%;
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    display: inline-block;
}

.contact-details .c-box i.fa-map-marker{
    left: 0px;
    top: 4px;
}

.header-trans .header-top .header-top-right span.header-flag{width: 49px;}

.header-trans .header-top .header-top-right a{display: flex;float: right !important;margin-top: 5px;margin-right: 12px;position: relative;}


.footer-bar p a{
    color: #fff;
}

.header-trans .header-top .header-top-right a span.number{
    display: none;
    position: absolute;
    bottom: -38px;
    background: #27a9df;
    color: #fff;
    right: -12px;
    line-height: normal;
    min-width: 125px;
    padding: 6px 12px;
    padding-top: 11px;
    border-radius: 15px;
    vertical-align: middle;
    z-index: 9999;
    text-align: center;
}

.header-trans .header-top .header-top-right a:hover span.number{
    display: inline-block;
}

.t-list-slider-item{
    display: block;
    margin-bottom: 20px;
}

.text-justify{
    text-align: justify;
}


.why-people-select-us{
    padding: 50px 0;
    background: #efefef;
}


.why-people-select-us h1{
    color: #333;
    margin: 0;
    margin-bottom: 10px;
}

.why-people-select-us p{color: #535353;font-size: 16px;}


.tripadvisor-logo{
    display: block;
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background: #71c6a5;
}


footer{
    position: relative;
}

.tripadvisor-logo img{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


footer h4{
    margin: 0;
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
    /* margin-top: 4px; */
}


.header-trans .navbar .navbar-nav li a .tripadvisor-head{
    width: 75px;
    position: absolute;
    top: -9px;
}

.tripadvisor-head-link{
    min-width: 95px;
}

.goog-te-gadget{
        max-height: 37px;
    overflow: hidden;
    line-height: 33px;
}
