@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700|Open+Sans:300,400,700|Poppins:300,400,700|Roboto:300,400,700|Rubik:300,400,700&display=swap');
/* =====================================      

    font-family: 'Poppins', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Roboto', sans-serif;

    font-family: 'Rubik', sans-serif;

    font-family: 'Alegreya Sans', sans-serif;

/*===============================
	Header CSS 
=================================*/
.img-fullwidth{width:100%;}
.header{
	background:#fff;  
}
.white{color:#C00; font-size:12px;}
.red{color:#FFF; font-size:12px;}
.header .topbar{background-color:#000000;padding:8px 0; text-align:center;}
.header .content{ margin:0; font-family: 'Poppins', sans-serif;}
.header .content li{display:inline-block;color:#a3a3a3;  font-size:16px; text-transform:uppercase;}
.header .content li:last-child{margin-right:0;padding-right:0;border-right:0}
.header .content li i{margin-right:5px}
.header .content li a{color:#fff}
.header .header-inner{
	background:#fff; 
}
.header .navbar-collapse{
	padding:0;
}
 
/* Logo */
.header .logo { 
	margin: 23px 0;
	text-align:center;
}
.header .header-widget { 
	padding: 20px 0;
	
}
.header .single-widget {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	margin-right: 20px;
	font-family: 'Poppins', sans-serif;
}
.header .single-widget:last-child {
	margin-right: 0px;
	border-right: 0px;
	padding-right: 0px;
}
.header .single-widget i {
	position: absolute;
	text-align: center;
	font-size: 18px;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;  
	background:#f8f8f8; 
	border-radius:50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#00a0e3;
}
.header .single-widget:hover i{
	border-color:transparent;
}
.header .single-widget h4 {
	font-weight: 500;
	font-size: 12px;
	letter-spacing:1px;
	color:#7a8a9e;
}
.header .single-widget h4 span {
	color: #223645;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	font-size: 18px;
}
.header .single-widget h4 a{
	color:#000;
} 
.header .single-widget .hsocial{
	margin:0;
	padding:0;	
}
.header .single-widget .hsocial ul{
	margin:0;
	padding:0;	
}
.header .single-widget .hsocial ul li{
	margin:0;
	padding:0;
	display:inline-block;	
}
.header .single-widget .hsocial ul li i {
	position: relative !important;
	text-align: center;
	font-size: 18px; 
	width: 40px;
	height: 40px;
	line-height: 40px;  
	border:#c8c6c6 1px solid;
	border-radius:50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#ff830a;
}
.header .header-menu { 
	z-index: 3333;
	margin:  0; 
	border-top:#dadada 1px solid; 
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 2px; 
}
.header .nav li:last-child{
	margin-right:0px; 
}
.header .nav li a {
	color: #000;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 15px 11px;
	display: block; 
	position: relative;
	text-transform:uppercase;
	letter-spacing:1px; 
	text-shadow: none;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #fff;
	background:#00a0e3;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0;
	list-style:none;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border:none;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #252525;
	display: block;
	font-weight: 300;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#252525;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#252525;
} 
 
/* Header Sticky */
.header.sticky .header-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#f0efef ;
	z-index:999;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
/*===============================
	End Header CSS 
=================================*/	


 

/*===============================
	Slider CSS 
=================================*/
.home-slider{ 
	font-family: 'Open Sans', sans-serif;
} 
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.7;
}
.home-slider .single-slider .slider-text {
	margin: 0;
	bottom:0;
	position:relative;
}
.home-slider .single-slider h1 {
	font-size:32px;  
	padding:200px 10px 0 10px ; 
	color: #fff;  
	 text-shadow: 2px 2px #666;
}
 
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#ff6600;
	color:#FFF;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
/*===============================
	End Slider CSS 
=================================*/


/*=============================
	tour-categories CSS
===============================*/
.tour-categories{
	padding:45px   0 ;
	background:#fff;		
}	
.tour-categories h2{
	margin:0 0 15px 0;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	font-size:36px;
	letter-spacing:2px;
	background:#00a0e3;                                                                                                                                 	
}
.tour-categories .row{
	margin-left:-8px;
	margin-right:-8px;	
}
.tour-categories .col-md-3, .tour-categories .col-md-9, .tour-categories .col-sm-4{
	padding-left:8px;
	padding-right:8px;	
}

.tour-categories p{
	margin:0;
	padding:0;
	line-height:24px;
	text-align:justify; 
}
.tcatBox{
	margin:  0;
	padding:0px;
	text-align:center;
	background:#00a0e3;	
}
.tcatBox h3{
	margin:0;
	padding:10px 0;
	color:#fff;
	font-size:20px;
	line-height:30px;	
}
.tour-categories .button{
	margin-top:15px;
}
.tour-categories .btn{
	color:#fff;
	background:#00a0e3;
	padding:10px 25px; 
	font-size:18px; 
	text-transform:capitalize;
}
.tour-categories .btn:before{
	background:#252525;
}
/*=============================
	about-hv CSS
===============================*/
.about-hv { 
	padding: 30px 0;
	margin:0;
	position:relative;  
}
.about-hv img{ 
	width:100%; 
}
.about-hv h2 {
	font-size:42px; 
	position:relative;   
	color:#000000;
	padding:0;
	letter-spacing:1px;
	font-weight:600;
	margin:0 0 15px 0;   
}
.about-hv h2 span{
	color:#00a0e3;	
}
.about-hv h6{
	color:#00639e; 
	font-size:18px;
	letter-spacing:2px;
	padding:0; 
}	
.about-hv p{
	margin-bottom:15px; 
	font-size:18px;
	text-align:justify;
	line-height:30px; 
	color:#000; 
} 
.about-hv .button{
	margin-top:15px;
}
.about-hv .btn{
	color:#fff;
	background:#00a0e3;
	padding:10px 25px; 
	font-size:18px; 
	text-transform:capitalize;
}
.about-hv .btn:before{
	background:#252525;
}

.car-rental{
	margin:0;
	padding:30px 0;
	background-image:url(../images/car-rental-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
}
.car-rental h2 {
	font-size:45px;   
	text-align:center;  
	color:#fff;
	letter-spacing:2px;
	padding:0;
	margin:0 0 15px 0;
	font-weight:bold;  
}
 
.carBox{
	margin:10px 0;
	padding:0; 
		
}
.carBox h3{
	margin:  5px 0;
	padding:0;
	font-size:24px;
	color:#fff;
	text-align:center;
}
.carBox h3 a{
	color:#fff;	
}
.carBox ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.carBox ul li{
	margin:4px 1% 4px 0;
	padding:0;
	float:left;
	width:49%;	
}
.llf{
	padding:30px 0;
	margin:0;
	background-image:url(../images/pack-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
}
.llf .row{
	margin-left:-8px;
	margin-right:-8px;	
}	
.llf .col-sm-4{
	padding-left:8px;
	padding-right:8px;	
}
.llf h2 {
	font-size:45px; 
	position:relative; 
	text-align:center;  
	color:#0d0d0d;
	letter-spacing:2px;
	padding:0;
	margin:0 0 15px 0;
	font-weight:bold;  
}
.llf h2 span{
	color:#ff830a;	
}
h4.card-title{background:#00a0e3 none repeat scroll 0 0;color:#fff;font-size:18px;margin:0}
h4.card-title a{color:#fff}
.card-header{padding:0}
.card-body{padding:10px}
 
.llf .nav-tabs{border:1px solid transparent;font-size:18px}
.llf .nav-tabs .nav-item{margin:0;display:inline-block;font-size:20px; }
.llf .nav-tabs .nav-link{border:1px solid transparent; color:#000;border-radius:0;text-align:center;padding:10px 22px!important}
.llf .nav-tabs .nav-link:focus,.ourCollection .nav-tabs .nav-link:hover{border-color:transparent;color:#000}
.llf .nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#868e96}
.llf .nav-tabs .nav-item.show .nav-link,.llf .nav-tabs .nav-link.active{background-color:#00a0e3;border-color:#ddd #ddd #fff;color:#FFF}
   
.recomBox{
	margin:8px 0;
	padding:0;
	position:relative;
	background:#FFF;	 
}
.recomBox img{
	position:relative; 
}
.recomBox h6{
	background:#00a0e3;
	float:left;
	color:#FFF;
	margin:-20px 0 0 0;
	padding:10px 15px;
	position:relative;
	z-index:000;
}
.recomBox h3{
	margin:5px 5px;
	padding:0;
	font-size:18px;	  
	color:#404040; 
}  
.recomBox p{ 
	padding:0;
	margin:5px 5px;
	font-size:14px;  
} 
.about-owner{
	margin:10px 0;
	padding:0;	
}
.about-owner h2 {
	font-size:36px; 
	position:relative;   
	color:#000000;
	padding:0;
	margin:0 0 10px 0;   
}
.about-owner h3{
	color:#fff;
	background:#ff830a;
	font-size:24px;
	padding:6px 15px; 
	float:left;
}	
.about-owner img{
	border:#000 1px solid;
	margin:10px 0;	
}
.about-owner p{
	margin-bottom:15px; 
	font-size:15px;
	text-align:justify;
	line-height:28px; 
	color:#000; 
} 
.about-owner .button{
	margin-top:15px;
}
.about-owner .btn{
	color:#fff;
	background:#ff830a;
	padding:10px 25px; 
	font-size:18px; 
	text-transform:capitalize;
}
.about-owner .btn:before{
	background:#252525;
}
.tq{
	padding:30px 0;
	margin:0;
	background-image:url(../images/tq-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.qe{
	margin:15px 0;
	padding:0px; 	
}
.qe h2 {
	font-size:40px; 
	position:relative; 
	text-align:center;  
	color:#0d0d0d;
	letter-spacing:2px;
	padding:0;
	margin:0 0 15px 0;
	font-weight:bold;  
}

.testimonial{
	margin:15px 0;
	padding: 0; 
}
.testimonial h2 {
	font-size:40px; 
	position:relative; 
	text-align:center;  
	color:#0d0d0d;
	letter-spacing:2px;
	padding:0;
	margin:0 0 15px 0;
	font-weight:bold;  
}
.testimonial .single-testimonial {
	text-align: center; 
	padding:10px 20px;
	margin:15px 0;
	position: relative; 
	box-shadow: inherit;
	background:#fff; 
}
.testimonial .single-testimonial img{   
	height:80px;
	width:80px ;
	margin:auto;
	border-radius:100%;
	border:5px solid #fff;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonial .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.testimonial .single-testimonial p {
	font-size: 15px;
	position: relative;
	z-index: 4; 
	text-align: left;
} 
.testimonial .section-title h2,
.testimonial .section-title p{
	color:#fff;
}

.testimonial .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonial .main-content:before,
.testimonial .main-content:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 32px;
	z-index: -4;
}
.testimonial .main-content::before {
	left: 0;
	top: -33px;
	content: "\f10d";
	color:#adadad;
}
.testimonial .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
	color:#adadad;
}
.testimonial .single-testimonial h4 {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-bottom: 5px;
	color:#00a0e3;
}
.testimonial .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonial .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.testimonial .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.testimonial .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonial .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testimonial.no-bg{
	background:#f6f6f6;
}
.testimonial.no-bg:before{
	display:none;
}
.testimonial.no-bg .single-testimonial img{
	box-shadow:none;
}

/*=============================
	Blogs CSS
===============================*/
.blog {
	background: #fff;
}
.blog h2{
	margin:0 0 15px 0;
	padding:0 0 0px 0;
	text-align:center;
	font-size:45px;	 
	font-weight:bold; 
}
.blog h2 span{
	color:#00a0e3;
}
.blog small{
	margin:0;
	padding:0;
	font-size:15px;
	color: #666;	
}
.blog .blog-slider{
	margin-top: 10px;
}
.blog .single-blog {
	position: relative;
	margin: 30px 0 0;
	background: #fff;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	margin:5px;
}
.blog .blog-head{
	overflow:hidden;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
}
.blog .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
}
.blog .blog-head .date {
	position: absolute;
	left: 12px;
	bottom: 12px;
	text-align: center;
	border-radius: 10px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 33;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	z-index:36;
	background:#00a0e3;
}
.blog .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.blog .blog-head .date h4 {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	padding-top: 10px;
}
.blog .blog-head .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 20px;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog .blog-content .blog-title a{
	color:#252525;
}
.blog .blog-content .btn {
	color: #fff;
	margin-top: 20px;
	padding: 12px 30px;
	background:#00a0e3;
}
.blog .blog-content .btn:before{
	background:#252525;
}
.blog .blog-content .btn i{
	margin-left:5px;
}
.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog .blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
}
.blog .owl-nav{
width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#00a0e3;
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.blog .owl-dots{
	margin-top:50px;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
}
.blog .owl-carousel .owl-nav div:hover, .blog .owl-dots .owl-dot span, .blog .owl-dots .owl-dot.active span{
	background:#00a0e3;
}
 
/*=============================
	End Blogs CSS
===============================*/
 /*=============================
	Footer CSS
===============================*/
.footer{
	margin:0;
	padding:20px 0 0 0;
	background-image:url(../images/footer-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
}
.footer::before {
	opacity: 0.9;
}
.footer a,
.footer p{
	color:#fff;
	font-weight:400;
}
.footer .fadd{
	padding:  0; 	
}
.footer .fadd p{
	margin:12px 0;	
	font-size:16px;
}


.footer .footer-top {
	padding: 20px 0 ;
}
.footer .foonav{ 
	padding:10px 0;
	margin:0; 	
}
.footer .foonav ul{
	margin:0;
	padding:0;
	text-align:center;	
}
.footer .foonav ul li{
	display:inline-block;
	text-transform:uppercase;
	margin:5px 7px;
	font-size:16px;	
}
.footer .foonav ul li a{
	color:#fff;	
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fff; 
	letter-spacing:2px;
	position: relative;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
	background:#ff830a;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list ul{
	list-style:none;	
}
.footer .list li {
	line-height: 30px;
	color: #fff; 
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	margin-right: 15px;
}
.footer .useful-links ul{
	list-style:none;	
}
.footer .useful-links ul li {
	position: relative;
	line-height: 36px;
	width:49%;
	float:left;
	
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li a:hover{
	color:#CCC;	
}
.footer .useful-links ul li i{
	margin-right:10px;
}


.footer .footer-middle {
	padding: 10px 0 ;  
}
.footer .footer-middle .pf{
	padding:0;
	margin:5px 0;	
}
.footer .footer-middle .pf h3{
	font-size:24px;
	color:#00a0e3;
	margin:0 0 10px 0;
	padding:0 0 15px 0 ;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	background:url(../images/border.png) center bottom no-repeat;	
}
 
.footer .footer-middle .pf p{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:30px;
	text-align:center;
	color:#fff; 
} 
.footer .bottom-head {
	padding:8px 0; 
	background:#00a0e3; 
}
.footer .social { 
	margin:15px 0;
	text-align:center;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 45px;
	width: 45px;
	line-height:45px;
	background: rgba(0, 160, 227,1);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#000;
}
.footer .copyright {
	text-align: center; 
}
.footer .copyright p {
	font-size: 15px;
	color: #FFF;
	line-height:34px;
	text-transform: capitalize;
}
.footer .copyright a{
	color:#fff;
} 
/*=============================
	End Footer CSS
===============================*/ 
 
 
/*=============================
	Events CSS
===============================*/
.events .single-event {
	margin-top: 30px;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head{
	position:relative;
}
.events .single-event .head img{}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin-top: 10px;
	padding: 20px;
}
.events .event-content .meta{}
.events .event-content .meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
	font-weight: 500;
	display: inline-block;
}
.events .event-content .meta span:last-child{
	margin:0;
	padding:0;
	border:none;
}
.events .event-content .meta span i{
	margin-right:5px;
}
.events .event-content h4 {
	font-size: 18px;
	margin: 10px 0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}
.events .event-content p{}
.events .event-content .btn {
	margin-top: 20px;
	border: 2px solid;
	padding: 11px 32px;
}
.events .event-content .btn:hover{
	background:transparent;
	border-color:transparent;
	color:#fff;
}
/* Event Nav */
.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.events:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.events .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.events .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.events .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.events .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Events Archive */
.events.archives .single-event{
	margin-top:30px;
}
/* Pagination */
.events.archives .pagination-main {
	text-align: center;
}
.events.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.events.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.events.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.events.archives .pagination li:hover a, 
.events.archives .pagination li.active a {
	color: #fff;
}
/* Event Single */
.events.single{
	padding:60px 0 90px;
}
.events.single .single-event{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top:30px;
} 
.events.single .event-content h2 {
	font-size: 30px;
	margin: 5px 0 20px;
}
.events.single .event-content h2 a{
	color:#252525;
} 
.events.single .event-content p{
	margin-bottom:30px;
} 
.events.single .event-content img{
	margin-bottom:30px;
}
/* Events Meta */
.events.single .book-now {
	overflow: hidden;
}
.events.single .book-now .button {
	float: left;
}
.events.single .book-now .button .btn{
	margin-top:0px;
} 
.events.single .social{
	float:right;
} 
.events.single .social li {
	display: inline-block;
	margin-right: 5px;
}
.events.single .social li:last-child{
	margin:0;
}
.events.single .social li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #252525;
	border-radius: 100%;
}
.events.single .social li:hover a {
	color:#fff;
	border-color:transparent;
}
/* Slider Meta */
.events.single .owl-carousel .owl-nav div{
	background:#fff;
	color:#252525;
}
.events.single .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
	right: 10px;
}
/*=============================
	End Events CSS
===============================*/
   












.bread{background:#f3f3f3;color:#000;margin:0;padding:6px 0}
.bread ul{margin:0;padding:0;text-align:left}
.bread ul li{color:#000;display:inline-block;margin:0 5px;padding:0}
.bread ul li a{color:#000}
.bread ul li a:hover{color:#000}
.tour-img{
	margin-bottom:15px;
} 

.about-text{margin:10px 0;}
.about-text h2{font-size:24px;color:#333;line-height:40px;margin:20px 0 10px 0;padding:0;text-align:center;}
.about-text h2 span{font-size:30px;color:#f37434;font-weight:700;text-transform:uppercase;}
.about-text hr{background:#ddd none repeat scroll 0 0;border:0 none;height:4px;margin:4px auto  ;width:100px;}
.about-text p{margin-bottom:15px;font-size:16px;line-height:1.8}
.about-text h6{text-align:center;margin:10px 0;padding:0;color:#6d9db6;font-size:18px}


.catTour{
	margin:15px 0;
	padding:0 0 10px 0;
	text-align:center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);	
}
.catTour h3{
	margin:10px 0;
	padding:0;
	font-size:18px;
	line-height:24px;
	color:#252525;	
}
.catTour h3 small{
	color:#b8ada4;	
}

.tour-img{
	margin-bottom:15px;
} 
.tourdabba{
	margin: 0px 0;
	padding:25px 0 15px 0;
	background:#fff;	
}
.tourdabba h2{
	border-bottom: 1px solid #a5a5a5 ;
    color: #444;
    font-size: 18px; 
    letter-spacing: 1px;
    margin:10px 0 0 0;
	line-height:35px;
    padding-bottom:10px;
}
.tourdabba h2 span{
	font-weight:bold; 
	font-size: 30px;	
}
.tourdabba h5{
	font-size:16px !important;
	font-weight: 600!important;
	color: #444!important;
	margin-top: 8px!important;
	line-height: 1.5!important;	
}
.tourdabba h5 span{
	color:#f28a21;	
}
.tourdabba h4{
	background:#f3f3f3;
	border-left:#5d308c  2px  solid;
	padding:15px;
	margin:25px 0;
	font-size:16px;
	line-height:22px;	
}
.aside-content {
 	padding: 12px 20px !important;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #a5a5a5;
}
.aside-content ul { 
	padding:0;
	font-size:13px;
	list-style: none; 
	margin-left: 13px !important;
}
.aside-content ul li{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 100%;
	color: #666;
	line-height: 1.35;	
}
.aside-content ul li::before { 
    content: "\2022";
    font-size: 13px;
    color:#b2b2b2;
    font-weight: 600; 
    display: inline-block;
    width: 1em;
    margin-left: -13px;
    vertical-align: text-top;
    margin-top: 1px;

}
.aside-content h6 {
	line-height:1.5;
	font-size: 15px; 
	color:#444; 
	letter-spacing: 2px; 
	font-weight: 600; 
	text-transform: uppercase;  
}

.llfs{margin:0;padding:0; }


h4.card-title{background:#5d308c none repeat scroll 0 0;color:#fff;font-size:16px;margin:0}
h4.card-title a{color:#fff}
.card-header{padding:0}
.card-body{padding:10px}
.llf .nav-tabs{border:1px solid transparent;font-size:18px; margin-bottom:15px;}
.llf .nav-tabs .nav-item{margin:0;display:inline-block;font-size:14px;width:25%;text-transform:capitalize; letter-spacing:1px;}
.llf .nav-tabs .nav-link{border:1px solid transparent;background-color:#f2f2f2;color:#000;border-radius:0;text-align:center;padding:15px 0!important}
.llf .nav-tabs .nav-link:focus,.ourCollection .nav-tabs .nav-link:hover{border-color:transparent;color:#000}
.llf .nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#868e96}
.llf .nav-tabs .nav-item.show .nav-link,.llf .nav-tabs .nav-link.active{background-color:#fff;border-color:#ddd #ddd #ddd;color:#ff6400}

.p-large {
    font-size: 20px;
    line-height: 1.5;
    color:  #444;
    font-weight: 400;
}

.ak_advantage_ul {
    list-style: none;
    margin-left: 12px;
}
.ak_advantage_ul li{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 16px;
	color:#666;
	line-height: 1.35;
}
.ak_advantage_ul li::before {
    content: "\2022";
    font-size: 13px;
    color: 
    #b2b2b2;
    font-weight: 600;
    font-family: minion-pro,serif;
    display: inline-block;
    width: 1em;
    margin-left: -12px;
    vertical-align: text-top;
    margin-top: 1px;
}


.itenary-container{
	border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #a5a5a5;
	padding-bottom:20px;
}
.itenary-content {
    display: flex;
}
.itenary-day {
    position: relative;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    float: left;
    border-right: 1px solid  #a5a5a5;
	padding: 35px 8px 0 15px;
	text-align: right;
	font-size: 15px;
	line-height: 1;
	color:#444;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase; 
}
.itenary-day::after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: 
    #f28a21;
    top: 36px;
    right: -5px;
}
.itenary-destination.overview {
    border: none;
    margin-top: 34px;
}
.itenary-destination {
    float: left; 
    margin: 40px 0 0 30px; 
    border-top: 1px solid #a5a5a5;
}
.itenary-destination h6 {
    font-size: 15px;
    color:  #444;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase; 
    line-height: 125%;
}
.itenary-destination p {
    font-size: 14px;
    line-height: 23px;
    margin: 25px 0 20px;
	margin-top: 10px; 
}
.greyish {
    color: 
    #b2b2b2;
}

.side-map-block {
    border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #a5a5a5;
    padding: 15px 0 20px;
}
.side-map-block h6{
	font-size: 15px;
	line-height: 1;
	color:#444;
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase;
}


.car-left{
	margin:0;
	padding:0;	
}
.car-cat{
	margin:0;
	padding:0;
	border: 1px solid #ededed;
	position:relative;
	border-bottom: none;	
}
.car-cat ul{
	margin:0;
	padding:0;	
}
.car-cat ul li{
	position: relative;
    display: block;
    height: 64px;
    border-bottom: 1px solid #ededed;
    transition: all 500ms ease;
    z-index: 5;	
}
.car-cat ul li:before {
    position: absolute;
    top: 20px;
    left: -1px;
    bottom: 20px;
    width: 3px;
    background: #e9212e;
    content: "";
    z-index: 3;
    opacity: 0;
    transition: all 700ms ease 300ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);
}
.car-cat li.active,
.car-cat li:hover{
    -webkit-box-shadow: 0px 4px 7px 0px #ededed; 
    box-shadow: 0px 4px 7px 0px #ededed; 
}
.car-cat li.active:before,
.car-cat li:hover:before{
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0);
    transition: all 700ms ease 100ms;
}
.car-cat li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #27282c;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.car-cat li a .title{
    position: relative;
    display: block;
    z-index: 1;
}
.car-cat li a .title .overlay-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.car-cat li a .title .overlay-title h3 {
    color: #e9212e;
    font-size: 20px;
    line-height: 63px;
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms ease 100ms;
}
.car-cat li a .title h3.static {
    font-size: 15px;
    transform: scale(1.0);
    line-height: 63px;
    transition: all 300ms ease 100ms;
}
.car-cat li.active a .title .overlay-title h3, 
.car-cat li:hover a .title .overlay-title h3 {
    opacity: 1;
    transform: scale(1.0); 
}
.car-cat li.active a .title h3.static,
.car-cat li:hover a .title h3.static{
    opacity: 0;    
}


.sidebar-contact-box{
    position: relative;
    display: block;
    margin:25px 0;
}
.sidebar-contact-box .inner-content{
    position: relative;
    display: block;
    padding: 48px 40px 50px;
    background: #27282c;
    z-index: 1;
}
.sidebar-contact-box .inner-content .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 22px;
}
.sidebar-contact-box .inner-content .icon-holder span:before{
    color: #e9212e;
    font-size: 65px;
    line-height: 65px;
}
.sidebar-contact-box .inner-content h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 22px;
}
.sidebar-contact-box .inner-content .bottom-box{
    position: relative;
    display: block;
    border-top: 1px solid #404043;
    padding-top: 25px;
}
.sidebar-contact-box .inner-content .bottom-box h2{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 3px; 
}
.sidebar-contact-box .inner-content .bottom-box span{
    color: #ffffff;
}
.sidebar-contact-box .inner-content .button {
    position: relative;
    display: block;
    padding-top: 32px;
}
.sidebar-contact-box .inner-content .button a {
    display: block;
}
.btn-one {
    position: relative;
    display: inline-block;
    background: #e9212e;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize; 
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.btn-one img {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    width: auto;
}
.btn-one span:before {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
.btn-one:hover{
    color: #ffffff;
    background: #27282c;
}

.car-detail{
	margin:0;
	padding:0;	
}
.car-detail h2 {
    color: #27282c;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
	margin:20px 0 15px 0;
    text-transform: uppercase;
}
.car-detail p{
	margin:0;
	padding:0;
	line-height:24px;
	text-align:justify;	
}
.caradvan{
	margin:25px 0 0 0;
	padding:0;	
}
.single-advantages-box{
    position: relative;
    display: block;
    border: 1px solid #ededed;
    text-align: center;
    transition: all 700ms ease 500ms;
}
.single-advantages-box:hover{
    -webkit-box-shadow: 0px 4px 13px 0px #D4D4D4; 
    box-shadow: 0px 4px 13px 0px #D4D4D4;
}
.single-advantages-box .innerr {
    position: relative;
    display: block;
    padding: 29px 0 23px;
    overflow: hidden;
}
.single-advantages-box .static-content{
    position: relative;
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 700ms ease 200ms;
}
.single-advantages-box:hover .static-content{
    opacity: 0;
    transform: translateY(-40%); 
    transition: all 700ms ease 200ms;    
}
.single-advantages-box .icon-holder{
    position: relative;
    display: block;
    padding-bottom: 26px;
	font-size:65px;
}
.single-advantages-box .icon-holder i:before{
    color: #e9212e;
    font-size: 65px;
    line-height: 65px;
}
.single-advantages-box .title{
    position: relative;
    display: block;    
}
.single-advantages-box .title h3{
    color: #27282c;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}
.single-advantages-box .overlay-text{
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #e9212e;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 700ms ease 200ms;
}
.single-advantages-box:hover .overlay-text{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 700ms ease 200ms;    
}
.single-advantages-box .overlay-text .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-advantages-box .overlay-text .box .inner-text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}
.single-advantages-box .overlay-text .box .inner-text p{
    color: #ffffff;
    margin: 0;
}

.india-itinerary{
	background-image: url('../images/india-itineraries-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0 90px;	
}
.itiBox{
	margin:15px 0;
	padding:0;
	text-align:center;	
}
.itiBox i{
	color:#FFF;
	font-size:22px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	margin-bottom:15px;
	border:#FFF 2px solid; 	
}
.itiBox h3{
	margin:0 0 15px 0;
	padding:0;
	color:#FFF;
	font-size:18px;	
}
.itiBox p{
	margin:0;
	padding:0;
	color:#FFF;
	font-size:14px;	
}


.testiin{
	margin:0;
	padding:60px 0;
	position:relative;
	background:#f6f6f6;	
}
.testiin h2{
	margin:0 0 15px 0;
	padding:0;
	color:#f18920;  
	font-family: 'Raleway', sans-serif;
	font-size:28px;
	text-align:center; 	
}
.testiin h2 small{ 
	font-weight:bold;
	font-size:16px;
	color:#f18920;
}
.testiin .single-testimonial { 
	padding:15px  ;
	margin:15px 0;
	border: 1px solid #dedede;
	position: relative; 
	box-shadow: inherit;
	background:#FFF; 
}
.testiin .single-testimonial img{  
	margin:auto; 
}
 
.testiin .single-testimonial p {
	font-size: 15px;
	position: relative;
	z-index: 4;   
} 
.testiin .section-title h2,
.testiin .section-title p{
	 color:#4a4a4a;
}

.testiin .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
} 
.testiin .single-testimonial h4 {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-bottom: 15px;
	color:#434343;
}
.testiin .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testiin .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.testiin .owl-carousel .owl-nav div:hover{
	background:#f18920;
}
.testiin .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testiin .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testiin .scrollbar-deep-purple::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.testiin .scrollbar-deep-purple::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5; }

.testiin .scrollbar-deep-purple::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #512da8; }

.testiin .scrollbar-deep-purple {
scrollbar-color: #575757 #F5F5F5;
}
.testiin .example-1 {
position: relative;
overflow-y: scroll;
height: 180px; }
.testiin .card-body{
	padding:0;
	border:none;	
}
.testiin .card{
	padding:0;
	border:none;	
}


.videoin{
	margin:0;
	padding:60px 0;
	position:relative;
	background:#fff;	
}
.videoin h2{
	margin:0 0 15px 0;
	padding:0;
	color:#f18920; 
	font-family: 'Raleway', sans-serif;
	font-size:28px;
	text-align:center; 	
} 
.videoin .single-video { 
	padding: 0;
	margin:15px 0;
	border: 1px solid #dedede;
	position: relative; 
	box-shadow: inherit;
	background:#FFF; 
}
.videoin .single-video img{  
	margin:auto; 
}
.videoin .single-video h3{
	margin:0;
	padding:10px 0;
	text-align:center;
	font-size:18px;	
}
.videoin .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.videoin .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.videoin .owl-carousel .owl-nav div:hover{
	background:#f18920;
}
.videoin .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.videoin .owl-carousel .owl-nav .owl-next{
	right:-75px;
}

.hotelbox{
	margin:0 0 30px 0;
	padding:0;
	background:#FFF;	
}
.hoteltxt{
	margin:25px 0 0 0;
	padding:15px;	
}
.hoteltxt h3{
	font-size:22px;
	margin:0 0 10px 0;
	padding:0;
	color:#252525;	
}
.hoteltxt p{
	margin:0;
	padding:0;
	color:#777;
	font-size:14px;
	line-height:24px;
	text-align:justify;	
}


.services-style2-service-page{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 70px;
}
.services-style2-service-page .sec-title{
    position: relative;
    display: block;
}
.services-style2-service-page .text {
    position: relative;
    display: block;
    margin-top: 10px;
}
.services-style2-service-page .text p{
    font-size: 17px;
    line-height: 27px;
    margin: 0;
}
.single-service-style2{
    margin-bottom: 40px;
}
.single-service-style2:hover .text-holder .icon-holder {
    border: 4px dotted #e9212e;
    transition: all 700ms ease 700ms;
}
.single-service-style2:hover .text-holder .icon-holder span:before {
    color: #e9212e;
    transition: all 700ms ease 800ms;
}
.single-service-style2:hover .text-holder .inner .read-more a{
    color: #ffffff;
    background: #e9212e;
    transition: all 700ms ease 900ms;
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 50px;
}
.sec-title.max-width{
    max-width: 650px;
    margin: -5px auto 0;
}
.sec-title.with-text{
    padding-bottom: 52px;    
}


.sec-title p{
    color: #e9212e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.sec-title .title.clr-white{
    color: #ffffff;    
}
.sec-title .title span{
    font-weight: 400;
}
.sec-title .bottom-text{
    color: #7c7e84;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    margin: 13px 0 0; 
}
.services-style2-service-page{
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 70px;
}
.services-style2-service-page .sec-title{
    position: relative;
    display: block;
}
.services-style2-service-page .text {
    position: relative;
    display: block;
    margin-top: 10px; 
}
.services-style2-service-page .text p{
    font-size: 17px;
    line-height: 27px;
    margin: 0;
	color: #828282;
}
.single-service-style2{
    margin-bottom: 40px;
}
.single-service-style2:hover .text-holder .icon-holder {
    border: 4px dotted #e9212e;
    transition: all 700ms ease 700ms;
}
.single-service-style2:hover .text-holder .icon-holder i:before {
    color: #e9212e;
    transition: all 700ms ease 800ms;
}
.single-service-style2:hover .text-holder .inners .read-more a{
    color: #ffffff;
    background: #e9212e;
    transition: all 700ms ease 900ms;
}
.single-service-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style2 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-service-style2:hover .img-holder img {
    transform: scale(1.2);    
}
.single-service-style2:hover .overlay-style-two{
	opacity: 1;
}
.single-service-style2 .img-holder .overlay-style-two:before{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:before{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;	
}
.single-service-style2 .img-holder .overlay-style-two:after{
	background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style2:hover .img-holder .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;	
}

.single-service-style2 .text-holder{
    position: relative;
    display: block;
    background: transparent;
    z-index: 10;
}
.single-service-style2 .text-holder .icon-holder {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: -55px auto 0;
    border: 4px dotted #c9c9c9;
    background: #ffffff;
    text-align: center;
    z-index: 2;
}
.single-service-style2 .text-holder .icon-holder i:before {
    display: block;
    color: #b3b3b3;
    font-size: 50px;
    line-height: 102px;
}

.single-service-style2 .text-holder .inners{
    position: relative;
    display: block;
    padding: 26px 0px 0px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
}
.single-service-style2 .text-holder .inners:before {
    position: absolute;
    top: -55px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
}
.single-service-style2 .text-holder .inners h3{
    color: #27282c;
    font-weight: 600;
    margin: 0 0 18px;
	font-size: 20px;
	line-height: 26px;
}
.single-service-style2 .text-holder .inners .text {
    position: relative;
    display: block;
    padding: 0 30px 32px;
}
.single-service-style2 .text-holder .inners .text p{
    margin: 0;
}
.single-service-style2 .text-holder .inners .read-more a{
    color: #27282c;
    background: #f6f6f6;
    display: block;
}
.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.80);
}
.tr-features-box{display:flex;flex-wrap:wrap;margin:0 -8px 30px}
.tr-features-grid{flex-basis:50%;padding:0 8px;display:grid}
.tr-feature-item{padding:19px 15px;margin-bottom:16px}
.tr-feature-item img{margin-bottom:20px}
.tr-feature-item h5{font-weight:500;font-size:16px;margin-bottom:5px}
.tr-feature-item p{font-size:14px}
.tr-reviews-grid{margin-bottom:30px}
.tr-bg-white,.tr-card{background:#fff;border-radius:6px;}
.tr-btn,.tr-btn-lg,.tr-card,.tr-card-festival,.tr-team-item:before{box-shadow:0 0 5px 0 rgba(0,0,0,.1)}
.tr-package-item{margin-bottom:30px}
.tr-package-item .tr-overlay:before{background:linear-gradient(transparent,transparent,rgba(0,0,0,.7))}
.pTitle {font-size:24px;color:#424242;line-height:40px;margin:20px 0 20px 0;padding:0;text-align:center;font-family: 'Rajdhani', sans-serif;}
.pTitle span{font-size:30px;color:#424242;font-weight:700;text-transform:uppercase;}
.pTitle hr{background:#ddd none repeat scroll 0 0;border:0 none;height:4px;margin:4px auto  ;width:100px;}
.pTsubhead {margin: 0 0 10px 0; padding: 0; text-align: center; font-size: 14px; line-height: 22px;}

.pageTitle h2{margin:10px 0 15px 0;padding:0 0 18px 0;font-size:48px;text-align:center;color:#de1d00;font-weight:300;font-family: 'Rajdhani', sans-serif;}
.ssDes {margin:20px 0;padding:0}
.ssDes h3{margin:6px 0;padding:0;font-family:'Rajdhani',sans-serif;font-size:28px;color:#000;font-weight:bold}

.ex-left{
	margin: 10px 0;
	background: #f3f3f1;
	padding: 50px 40px 10px 40px;	
}
.ex-left .faq-content{
	margin-bottom:20px;
	background:#fff;
	padding:10px;
}
.ex-left .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom:30px;
}
.ex-left .text-content h2 {
	font-size: 38px;
	margin-bottom: 25px;
}
.ex-left .text-content p{
	font-size:16px;
}
.ex-left .panel-group{
	margin: 0;
	text-align:left;
}
.ex-left .panel {
	background:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 2px;
}
.ex-left .panel-heading{
	background:none;
}
.ex-left .faq-title a {
	padding:12px  0px;
	font-size:20px;
	position: relative;
	color: #212121;  
	border-bottom:#f5f5f5 1px solid;
	width: 100%;  
	display: block;
}
.ex-left .faq-title a::after {
	content:"\f106";
	font-family: 'FontAwesome';
	top: 50%;
	margin-top:-5px;
	right: 24px;
	position: absolute;
	background:transparent;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #f16f1f;
	border-radius: 0px;
	text-align: center;
	font-size: 16px;
}
.ex-left .panel.active .faq-title a{
	color:#f16f20; 
	text-decoration:none;
	background:none;
}
.ex-left .faq-title a.collapsed::after {
	content:"\f107";
	color: #191919;
	background:transparent;
}
.ex-left .faq-body {
	padding:10px  0px;
	color: #4a4a4a;
	font-size: 14px; 
	box-shadow: none;
	text-shadow: none;
}
.ex-left .faq-body ul{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	border-left:#f18920 2px solid;	
}
.ex-left .faq-body ul li{
	font-size:16px;
	line-height:24px;
	margin:6px 0;
	padding:0;	
}
.ex-left .faq-body ul li a{
	color:#000;	
}
.ex-left .faq-body ul li a:hover{
	color:#f18920;	
}
.ex-left .panel-default {
	border:none;
	box-shadow:none;
	background:none !important;
	text-shadow:none;
	margin:  0;
}

.ex-right{
	margin: 10px 0;
	padding-top:25px;	
}
.ex-right h2{
	color: #f16f20;
	line-height: 44px;	
	font-size: 28px;
	margin-bottom:10px; 
	font-weight: 300;
	font-family: "Josefin Sans",sans-serif;
}
.exBox{
	margin:15px 0;
	padding:0;	
	border: 1px solid #d4d4d4;
	position: relative;
}
.exBox h5 {
    font-size: 20px;
    font-weight: 600;
    color: #464545;
    padding: 19px 0 20px 23px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 60px;
}
.exBox h5:after {
 width:60px;
 height:60px;
 content:"";
 position:absolute;
 right:0;
 top:0;
 background:url(../images/icon-sprite.png) no-repeat 5px -706px #dfdfdf;
 -webkit-transition:all 0.3s ease-out 0s;
 -moz-transition:all 0.3s ease-out 0s;
 -ms-transition:all 0.3s ease-out 0s;
 -o-transition:all 0.3s ease-out 0s;
 transition:all 0.3s ease-out 0s
}
.exBox:hover h5:after {
 background-color:#f05a0a
}
.includeditems {
    width: 100%;
    border: 8px solid #f3f3f1;
    padding: 35px 35px 15px 35px;
    margin: 25px 0;
}
.includeditems h3 {
    color: #262626;
    font-size: 22px;
    letter-spacing: 2px;
    padding-left: 0;
    text-transform: uppercase;
    padding-bottom: 0;
}
.includeditems ul {
 margin:15px 0;
 list-style:none;
}
.includeditems ul li {
 padding-bottom:12px;
 font-size:20px;
 line-height:28px;
 color:#5a5a5a;
 padding-left:30px;
 position:relative
}
.includeditems ul li:before {
 width:23px;
 height:23px;
 content:"";
 position:absolute;
 left:0;
 top:0;
 background:url(../images/icon-sprite.png) no-repeat -385px -661px
}

 

.resForm{margin:10px 0 0 0;padding:10px;background:linear-gradient(to right,#0d3e6e 0%,#0d3e6e 90%)!important;border:1px solid #0d3e6e;position:sticky!important;top:90px;font-family:'Poppins',sans-serif}
.resForm h3{font-size:20px;color:#fff;margin:5px 0 10px 0;padding:0;font-weight:600;text-transform:uppercase}
.resForm label{padding:0 5px;color:#fff;margin-bottom:2px}
.resForm .form-group .form-control{height:40px;color:#999797!important;border:1px solid #edecec;background-color:#f5f5f5;border-radius:0;padding:0;font-size:14px;padding:5px 10px}
.resForm .form-group textarea.form-control{border:1px solid #ebf8ff;border-radius:0;height:160px}
.resForm .send-btn-one{display:inline-block;width:100%;padding:14px 40px;font-size:18px;font-weight:500;background-color:#5085a0;border:1px solid #5085a0;color:#fff;-webkit-transition:.6s;transition:.6s;-webkit-transition:.5s}

 
.thankupage{margin:0 20px;padding:15px 0; text-align:center;}
.thankupage h2{color:#fa6409;font-size:48px;font-weight:700;margin:20px 0;padding:0}
.tbooking {margin:20px 0 0;padding:0}
.btn-white, .tbooking span {font-style:italic;font-weight:300}
.tbooking{font-size:18px}
.tbooking span{color:#3bb54a;font-size:26px}
.btn-white{background:#fff none repeat scroll 0 0;border:2px solid #5e6265 !important;border-radius:25px !important;color:#5e6265;font-size:16px !important}
.btn-white:hover{background-color:#5e6265;color:#fff}




.related_tour {
    margin-top: 20px;
    padding: 15px;
    border: #E0DDD7 1px solid;
    background: #FFF;
	font-family: 'Poppins', sans-serif;
}
.related_tour ul {
    margin-top: 10px;
    padding: 0;
    list-style: none
}
.related_tour ul li {
    margin: 10px 0;
    padding: 0
}
.related_tour ul li img {
    float: left;
    margin-right: 10px;
    padding: 0
}
.related_tour ul li h3 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #846A56;
    font-weight: 700
}
.related_tour ul li p {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #000
}




.inclusion h3 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 300;
    color: #444;
    margin-bottom: 20px;}
.inclusion ul {
	margin:0px;
	padding:0px;
    font-family: 'Poppins', sans-serif
}
.inclusion ul li{
    margin: 5px 0 5px 10px !important;
    padding: 0 0 0 28px !important;
	background:url(../images/right-icon.png) 0 6px no-repeat;
    font-size: 16px !important;
    line-height: 28px !important;
    text-align: left !important;
	list-style: none !important;
}

.exclusion h3 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 300;
    color: #444;
    margin-bottom: 20px;}
.exclusion ul {
	margin:0px;
	padding:0px;
    font-family: 'Poppins', sans-serif
}
.exclusion ul li{
    margin: 5px 0 5px 10px !important;
    padding: 0 0 0 25px !important;
	background:url(../images/wrong-icon.png) 0 6px no-repeat;
    font-size: 16px !important;
    line-height: 28px !important;
    text-align: left !important;
	list-style: none !important;
}

.tourtxt {margin:15px 10px;}
.tourtxt img{border-radius:5px}
.tourtxt h3{font-size:30px;color:#0d3e6e;margin:5px 0 10px 0;padding:0;font-weight:600;text-transform:uppercase}
.tourtxt h3 a{font-weight:600}
.tourtxt h3 a:hover{color:#f37434}
.tourtxt p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.tourtxt h4{margin:0;padding:0;font-size:18px;color:#444;line-height:34px}


.blog-left{
	margin:10px 0;
	padding:0;	
}
.iBox02{
	margin:15px 0;
	padding:0 0 10px 0;
	background:#ffffff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
} 
.iBox02 h3{
	margin:15px 10px 10px 10px;
	padding:0;
	font-size:18px;
	color:#000;	
} 
.iBox02 p{
	margin:0 10px;
	padding:0;
	line-height:24px;
	font-family: 'Josefin Sans', sans-serif;
	text-align:justify;
	font-size:16px;	
	color:#5f5f5f;
}
.iBox02 p a{
	color:#f37434;
}
.blog-info{
	margin:5px 10px;
}
.blog-info a {
	color: #777;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
	color:#f37434;
}
.blog-right{
	margin:10px 0; 
	background: #f3f3f1;
	padding:50px 40px 0 40px;
}
.custbttn{
	margin-bottom:30px;
	padding:12px 0;
	font-family: 'Josefin Sans', sans-serif;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background: linear-gradient(to bottom, #df1f25 0%, #fa3e1b 100%);	
}
.custbttn:hover{
	background: linear-gradient(to bottom, #fa3e1b 0%, #df1f25 100%);
}
.custbttn a{
	color:#FFF;	
}
.searchwidget{
	margin-bottom:30px;
	position:relative; 
	font-family: 'Poppins', sans-serif;
}
.searchwidget input {
    padding-right: 3.5em;
    border-radius: 0;
	background-color: #fff;
	border-color: #eaeaea;
	color: #5c5c5c;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
	height: 3.06em;
	padding-left: calc(1em - 1px); 
    width: 100%;
}
.searchwidget .button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent ;
    color: #B0B0B0;
    font-size: 17px;
	border:none; 
    height: 100%;
    width: 15%;
    padding: 0;
}

.searchwidget:hover .button {
    color: #f37434;
}

.widgetlink{
	margin-bottom:30px;
	position:relative;
	background:#FFF;
	padding:15px;
	font-family: 'Poppins', sans-serif;	
}
.widgetlink h3{
    text-transform: capitalize;
    color: #101010;
    letter-spacing: 0;
    font-size: 19px; 
    margin-bottom: 1.5rem; 
    font-weight: 600;
}
.widgetlink ul{
	list-style:none;	
}
.widgetlink ul li {
    padding: 6px 0;
    font-size: 16px;
    font-size: 1rem;
	border-bottom: 1px dotted #d2d2d2;
    letter-spacing: 1px;
}
.widgetlink ul li a{
	color: #555;
}
.widgetlink ul li:first-child {
    padding-top: 0;
}

.widgetlink ul li:last-child {
    padding-bottom: 0;
}

.widgetlink ul li span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #f37434;
}



.latest-news{
	margin-bottom:30px;
	position:relative; 
	font-family: 'Josefin Sans', sans-serif;
}
.latest-news h3{
    text-transform: capitalize;
    color: #c83c45;
    letter-spacing: 0;
    font-size: 24px;
	font-weight: 600;  
    margin-bottom: 1.5rem;  
}
.latest-news .single-news {
	position: relative;
	padding-left: 65px;
	margin-bottom: 15px;
}
.latest-news .single-news:last-child{
	margin:0;
}
.latest-news .single-news img {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0; 
	top:  0px;
}
.latest-news .single-news h4{
	margin:0;
	padding:0; 
	line-height: 20px;
	font-weight:bold;	
}
.latest-news .single-news h4 a {
	color:#3a3a3a; 
	margin:0;
	padding:0;
	font-size: 16px;
	
}
.latest-news .single-news p{
	padding-right:50px;
	font-size:14px;
	color: #6d6d6d;
	line-height:16px;
}


.tags{
	margin-bottom:30px;
	position:relative;
	font-family: Poppins,sans-serif;
}
.tags h3{
    text-transform: capitalize;
    color: #101010;
    letter-spacing: 0;
    font-size: 19px; 
    margin-bottom: 1.5rem; 
    font-weight: 600;
}
.tags a {
    background-color: white;
    border: 1px solid #EAEAEA;
    color: #A6A6A6 ;
    font-size: 12px ;
    letter-spacing: 1.5px;  
    padding:.7em .7em ; 
    margin-right: .4rem ;
    margin-bottom:.7rem ;
    border-radius: 0;
	display:inline-block;
}

.tags a:hover {
    text-decoration: none;
    color: white !important;
    background-color: #f37434 !important;
    border-color: transparent;
}

.recent_post{margin-bottom:30px;background:#e8e8e8;padding:10px;  font-family: Poppins,sans-serif;}
.recent_post h3{
    text-transform: capitalize;
    color: #101010;
    letter-spacing: 0;
    font-size: 19px; 
    margin-bottom: .5rem; 
    font-weight: 600;
}
.recent_post li i{margin-right:2px}
.recent_post ul li{position:relative;line-height:25px;list-style:none;margin:0!important;padding:0!important}
.recent_post ul li a{color:#777;padding:10px 0;font-size:14px;display:inline-block}



.contactIn {
	background: #fff;
	padding: 30px 0 40px;
}
.contact-form{
	margin-top:30px;
	padding:0;	
}
.contact-form h3{
	margin:0 0 5px 0;
	padding:0;
	font-size: 2em;
	font-weight: 400;	
}
.contact-form .form-head{
	margin-top:30px;
} 
.contact-form .form-head .form-group label{
	font-weight:700;
	padding:0 5px;	
}
.contact-form .form-head .form-group input {
	height:40px;
	width: 100%;
	padding-left: 15px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
	color: #666666;
	font-size: 15px;
}
.contact-form .form-head .form-group input:hover,
.contact-form .form-head .form-group textarea:hover{
	padding-left:25px;
}
.contact-form .form-head .form-group textarea {
	height: 90px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 10px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	background-color: #f8f8f8;
	resize: none;
}
.contact-form .form-head .form-group .button{
	margin-top:20px;
}
.contact-form .form-head .form-group button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:#109bc5;
}
.contact-form .form-head .form-group button:before{
	background:#252525;
}
.contact-form .form-head .form-group button:hover{
	background:transparent;
} 
.contact-box{
	margin:15px 0;
	padding:0;	
}
.contact-box h3{
	margin:0 0 10px 0;
	padding:0;
	font-size: 1.5em;
	font-weight: 400;	
}
.contact-box p{
	font-size:14px;
	margin:0;
	padding:0;	
}
.contact-box ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.contact-box ul li{
	margin-bottom:10px;
	padding:0;	
}
.contact-box ul li i{ 
	border-radius:50%;
	margin-right:5px;
	width:25px;
	color:#4a4a4a;
	height:25px;
	line-height:25px;
	text-align:center;	
}
.contact-box p{
	margin-bottom:10px;
	line-height:25px;	
}

.contactBranch{
	margin:  0;
	padding:0;	
}
.contactBranch .container-fluid{
	margin:0;
	padding:0;	
}
.contactBranch .row, .contactBranch .col-md-4{
	margin:0;
	padding:0;	
}
.c01{
	background:#0085ae;
}
.c02{
	background:#0093c0;
}
.c03{
	background:#009fd0;
}
.cbranch{
	padding: 90px 50px 90px 50px;	
}
.cbranch h5{
	font-size: 1.5em;
	color:#FFF;
	margin:0 0 15px 0;
	padding:0;
}
.cbranch ul{
	margin:0;
	padding:0;	
}
.cbranch ul li{
	margin-bottom:10px;
	padding:0;	
	color:#fff;
}
.cbranch ul li i{ 
	border-radius:50%;
	margin-right:0;
	width:25px;
	color:#fff;
	height:25px;
	line-height:25px;
	text-align:center;	
}



.tourcategories{
	margin:0;
	padding:  0;
	background:#00a0e3;	
}  
.single-cat{
	margin:  0;	
}
.single-cat .row, .single-cat .col-md-4, .single-cat .col-md-8 {
	margin:0;
	padding:0;
}
.cattile{
	margin:0;
	padding:35px 15px;
 }
.cattile h2{
	margin:0 0 15px 0;
	padding:0;
	font-family: 'Raleway', sans-serif;
	font-size:36px;
	font-weight:bold;	
}
.cattile p{
	margin:0;
	padding:0; line-height:24px;
	font-size:16px;	
	font-family: 'Raleway', sans-serif;
}
.cattile .button{margin-top:15px; }
.cattile .btn{color:#fff; font-size:16px; text-transform:capitalize;background:#000;  }
.cattile .btn:before{background:#222222;}

.tourbg{
	margin:0;
	padding:30px 15px;
	background-image:url(../images/tourcat-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	min-height:100%;
}
.catbox{
	margin:2px 0;
	padding:0;
	background:#000;
	position:relative;	
}
.catbox h2{
	margin:0 0  15px 0 ;
	padding:0 0 15px 0 ;
	font-size:20px;
	color:#FFF;
	background:url(../images/white-border.jpg) left bottom no-repeat;
	font-weight:700;
	font-family: 'Raleway', sans-serif;	
}
.catbox p{
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	margin:0;
	padding:0;	
}
.cattext{
	position:absolute;
	z-index:0;
	bottom:0;
	width:100%;
	padding:15px 10px; 	
}
.cattext .button{margin-top:15px; }
.cattext .btn{color:#fff; font-size:16px; text-transform:capitalize;background: none; border:#FFF 1px solid; padding:5px 10px; }
.cattext .btn:before{background:#222222;}