﻿@font-face{font-family:baskervvilleregular;src:url('fonts/baskervville-regular-webfont.woff2') format('woff2'),url('fonts/baskervville-regular-webfont.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:open_sansregular;src:url('fonts/opensans-variablefont_wdthwght-webfont.woff2') format('woff2'),url('fonts/opensans-variablefont_wdthwght-webfont.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:poppinsregular;src:url('fonts/poppins-regular-webfont.woff2') format('woff2'),url('fonts/poppins-regular-webfont.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:robotoregular;src:url('fonts/roboto-regular-webfont.woff2') format('woff2'),url('fonts/roboto-regular-webfont.woff') format('woff');font-weight:400;font-style:normal;font-display:swap} 

@import url('../css2');

/*// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 1000
*/

.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{font-family: "DM Sans", sans-serif;}
.red,.white{font-size:12px}
.blogs .single-feature img{width:100%}
.footer .single-widget,body{font-family:poppinsregular}
.bread ul li,.cab-content ul li,.footer .social li .whyicons{display:inline-block}
.widgetlink ul li:first-child{padding-top:0}
.widgetlink ul li:last-child{padding-bottom:0}
.ssDes ul li,p{color:#2a2a2a;font-size:14px;line-height:1.8;margin:0 0 20px;padding:0}
a{color:#2a2a2a}
a:hover{color:#a33a52;text-decoration:none}
.white{color:#fff!important}
.red{color:#c00!important}
.img-fullwidth{width:100%;} 
#CDSWIDSSP{width:100%!important}
.header{
	background:#fff;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar { 
	padding: 5px 0px;
	font-family: "DM Sans", sans-serif;
}
.header .content {
	text-align:right;
}
.header .content li {
	display: inline-block;
	color: #253241;
	padding:0 15px;
	line-height:15px;
	font-weight:500;
	border-right:1px #e3e2e2 solid; 
}
.header .content li:last-child{
	margin-right: 0px;
	padding-right:0px;
	border-right:0px;
}
.header .content li i {
	margin-right: 5px;
}
.header .content li a {
	color: #253241;
}
.header .content li.active a{
	background:#3554d1;
	color:#FFF;	
	padding:5px 15px;
} 
 
/* Logo */
.header .logo {
	position:relative;
	margin-top:-30px;
	
}
.header .header-widget { 
	padding: 2px 0;
}
 
.header .header-menu { 
	z-index: 3333; 
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
	font-family: "DM Sans", sans-serif;
}
.navbar-nav {
	display: block;
	text-align: end;
}
.header .nav li {
	display: inline-block;
	position: relative;
	margin-right: 5px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #253241;
	font-size: 14px; 
	padding:15px 13px;
	display: block;
	text-transform: uppercase;
	position: relative;
	text-shadow: none;
	font-weight:600;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #000;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0;
	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;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#666;
}
.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:#fff;
}
.header .button {
	position: absolute;
	top: 0;
	right: 0;
}
.header .button .btn {
	margin-top: 3px;
	color: #fff;
	border-radius: 50px;
	box-shadow:none;
	border:1px solid transparent;
	background:#de5d1f;
}
.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-right:5px;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	width:100%;
	z-index:111111;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#fff;
	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);
}

.getbg{
	margin:0;
	padding:40px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(../images/getbg.jpg);		
}


 
.blogBox .title a:hover,.carBooking p a, .tourBooking p a,.tourBooking ul li a:hover,.tsBox h2{color:#f15d30}


.home-slider{position:relative}
.home-slider .single-slider{background-size:cover;background-position:center;background-repeat:no-repeat;border:0;text-align:center;position:relative}
.home-slider .single-slider:before{opacity:.1}
.home-slider .single-slider .slider-text{margin:220px 0 0}
.home-slider .single-slider h1{font-size:42px;line-height:42px;color:#fff;font-weight:600;font-family:'Coming Soon',cursive;text-shadow:2px 2px 8px #ccc;margin-bottom:15px}
.home-slider .single-slider p{font-size:36px;line-height:40px;color:#fff;text-shadow:2px 2px 8px #ccc}
.home-slider .single-slider .button{margin-top:25px}
.home-slider .single-slider .btn{color:#fff;font-size:16px;padding:10px 20px;text-transform:capitalize;background:#f15d30}
.blogBox .btn:hover,.home-slider .single-slider .btn:hover{background:#fff;color:#000}
.home-slider .owl-carousel .owl-nav div{height:55px;width:55px;line-height:55px;top:50%;background:rgba(0,0,0,.3);color:#fff;font-size:25px;position:absolute;border:0;margin:-30px 0 0;padding:0;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s;border-radius:100%}
.carBooking .btn:before,.home-slider .owl-carousel .owl-nav div:hover,.tourBooking .btn:before{background:#000}
.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}
.home-slider .owl-item.active .slider-text h1{animation:1s .8s both fadeInUp}
.home-slider .owl-item.active .slider-text p{animation:1s 1s both fadeInUp}
.home-slider .owl-item.active .slider-text .button{animation:1s 1.2s both fadeInUp}
.carwhy,.letUs,.tdess,.tfdays{margin:0;padding:60px 0;background:#fff; font-family: "DM Sans", sans-serif;}

.travel-special{margin:0;padding:60px 0;background:#f6f4f4; font-family: "DM Sans", sans-serif;}
.travel-special h1{margin:0;padding:0;  font-size:24px; text-transform:uppercase;color:#3358cd;text-align:center; font-weight:600;  font-family: "DM Sans", sans-serif;}
.travel-special h1 small{color:#253241; font-size:16px; font-weight:600;}
.travel-special p {
  color: #161616;
  margin: 0 0 15px;
  font-family: poppinsregular;
  font-size: 14px;
  line-height: 1.8em;
}
.whyUs{margin:0;padding:15px 0; }
.whybox{margin:15px 0; text-align:center;}
.whybox h3{
	margin: 25px 0 15px;
	padding:0;
	font-size:20px;
	color:#253241;
	text-align:center;
	font-weight:600;
}
.whybox p{
	margin:0 0 15px 0;
	padding:0;
	font-size:16px;
	color:#253241;
	text-align:center;
}

.ownerblock{margin:0;padding:30px 0;background:#ffffff; font-family: "DM Sans", sans-serif;}
.ownerblock h2{margin:10px 0;padding:0;font-size:18px;text-center; color:#d70024}
.ownerblock h3{margin:10px 0;font-size:21px;color:#1c1c1c}
.ownerblock h3 span{font-size:18px;color:#444464}

.ownerimg{margin:  0; background:#FFF; padding:10px; box-shadow: 0 0 10px 0 rgba(62, 28, 131, 0.1);}
.ownertxt{margin:30px 0 10px}
.ownertxt p{
	color: #161616;
	margin: 0 0 15px;
	font-family: poppinsregular;
	font-size: 14px;
	line-height: 2em;
}
.providing-best{
	margin:0;
	padding:60px 0;
	background:#f7fafc;	
	font-family: "DM Sans", sans-serif;
}
.providing-best h2{
	font-size:36px;
  	font-weight: bold;
	margin:0  0 10px;
	padding:0;
	color:#161616;
}
.providing-best p{
	color: #161616;
  margin: 0 0 15px;
  font-family: poppinsregular;
  font-size: 14px;
  line-height: 2em;
}
.providing-best .shad{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.05);
}
.bestbox{
	margin:0; 
	border-radius: 5px; 
	text-align:center;
	padding:50px 10px;
}
.bestbox h3{
	margin:0 0 15px 0;
	padding:0;
	text-align:center;
	color: #FF4C303B;
	font-family:poppinsregular;
	font-size: 40px;
	font-weight: 600;	
}
.bestbox h4{
	color: #161616;
  margin: 0 0 15px;
  font-family: poppinsregular;
  font-size: 14px; 
  line-height: 2em;
}
.providing-best .button{margin-top:10px;font-size:16px; text-align:center; font-family: "DM Sans", sans-serif;}
.providing-best .btn{color:#fff !important; font-weight:600; text-transform:capitalize;padding:10px 35px;border-radius:5px;background:#3358cd;border:#3358cd 1px solid}
.providing-best .btn::before{color:#3358cd !important}
.providing-best .btn:hover{color:#3358cd !important}
.providing-best .btn02{color:#fff !important; display:inline-block; font-weight:600; text-transform:capitalize;padding:10px 35px;border-radius:5px;background:#1c9d38;border:#1c9d38 1px solid}
.providing-best .btn02::before{color:#1c9d38 !important}
.providing-best .btn02:hover{color:#1c9d38 !important}




.carRental{
	margin:0;
	padding:30px 0;
	background:#fff;
	position:relative;
} 
.carRental h2{
	margin: 0;
  padding: 0;
  font-size: 30px;
  text-transform: uppercase;
  color: #253241;
  font-weight:bold;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
 
.carRental h6 {
  color: #fff; 
  font-size: 16px;
  text-align:center;
  margin:0 0 10px 0; 
}
.carRental h6 span{
  color: #fff;
  background:#3358cd;
  font-size: 16px;
  text-align:center;
  margin:0 0 10px 0;
  padding:7px 20px;
}

 .project-section{
	position:relative;
	padding:20px 0px 20px;
}

h4.card-title {
    background: #0a0a0a none repeat scroll 0 0;
    color: #fff; 
    font-size: 1rem;
    margin: 0;
}
h4.card-title a {
    color: #fff;
}
.card-header {
    padding: 0;
}
.card-body {
    padding: 10px;
}
.project-section .nav-link{
	margin	:0 0  15px 0;
	padding:0;	
}
.project-section .nav-tabs {
    border-bottom: none; 
	font-size:18px;
	font-weight:bold; 
}
.project-section .nav-tabs .nav-item {
    margin:  0px   ;
	padding:5px 10px;
	display:inline-block;
}
.project-section .nav-tabs .nav-link {
    border: 1px solid #3358cd; 
	color:#3358cd;
	display: flex; 
	border-radius:3px;
	padding:10px 20px;
	font-family: "DM Sans", sans-serif;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
} 
.project-section .nav-tabs .nav-link:focus, .project-section .nav-tabs .nav-link:hover {
    background: #3358cd;
	color:#fff;
}
.project-section .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #868e96;
}
.project-section .nav-tabs .nav-item.show .nav-link, .project-section .nav-tabs .nav-link.active {
    background-color: #3358cd; 
    color: #fff;    
}
 
.project-section .team-button{
	padding-left: 20px;
	margin-top:45px;
}
.project-section .button .btn{
	color:#fff;
}
.project-section .button .btn:before{
	background:#252525;
}
.project-section .button .btn:hover{
	background:transparent;
	color:#fff;
}
.project-section .tab-pane{
	width:100%;	
}
.trbox{
	position: relative;
	height: auto;
	border-radius: 8px; 
	width: 100%; 
	z-index: 1;
	overflow: hidden; 
	display: block;
	background: transparent;
  	margin:15px 0;	
	padding:15px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.trbox .image {
  /*min-height: 240px;
  max-height: 240px;*/
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background:#0057%e;
}
/*.trbox .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.pakage_details {
	padding:   0;
}
.pakage_details h3 {
	font-size: 16px; 
	text-transform:uppercase;
	color: #3358cd;
	font-weight:600;
	line-height:1.6; 
	margin: 10px 0 5px;
}
.pakage_details h4 {
	font-size: 13px; 
	color: #253241;
	overflow: hidden;
	margin:0 0 5px 0; 
	line-height:1.6;
	font-family: "DM Sans", sans-serif;
}
.pakage_details h4 a {
	color:#253241;
	transition:.2s; 
	font-weight: 600;
}
.pakage_details h4 a:hover {
	color:#000;
	transition:.2s;
	text-decoration:underline
}
.metadeta {
	margin-top: 5px;
} 
.metadeta ul {
	padding:0;
	margin:9px 0 3px;
} 
.metadeta ul li {
	padding:0;
	list-style:none;
	font-size:16px;
	margin-bottom:8px;
	font-weight:400
} 
.metadeta img {
	width: auto !important;
	margin: 0;
	opacity: .3;
	display: none !important;
}
 
.wishlist {
	background: #253240 none repeat scroll 0 0;
	margin: 15px auto 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 100%;
	color: #fff;
	z-index: 1;
}
.wishlist a {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 15px;
	text-transform: uppercase;
	width: 47%;
	font-family: "Montserrat", sans-serif;
	position: relative;
}
.wishlist .offer-btn-2::after {
	content: "";
	height: 100%;
	position: absolute;
	right: -25px;
	-webkit-transform: skewX(40deg);
	transform: skewX(40deg);
	transition: all 0.4s ease 0s;
	width: 124%;
	z-index: -1;
	top: 0;
	background: #3358cd;
}
.wishlist a:hover:after {
	background: #3358cd;
	right: 120px;
}
.wishlist a:hover {
	color: #fff;
} 


.form-section{width:100%;position:relative; }
.form-section .img-column,.reqQuote .img-column{position:absolute;left:150px;bottom:0;background:url(../images/guard.png) no-repeat;width:728px;height:667px}
.form-section .title-box,.reqQuote .title-box{margin:0; }
.form-section .title-box .form-title h2{position:relative;color:#fff;margin-bottom:2px;font-size:36px}
.form-section .title-box .text,.reqQuote .title-box .text{position:relative;font-size:16px;letter-spacing:1px;color:#fff;text-transform:uppercase}
.form-section .form-content{ background:#fff; border: #3554d1 3px solid;}
.form-section .form-content .form-group{position:relative;margin-bottom:12px}
.form-section .form-content .form-group input[type=date],.form-section .form-content .form-group input[type=email],.form-section .form-content .form-group input[type=text],.form-section .form-content .form-group select,.form-section .form-content .form-group textarea{width: 100%; height: 32px; background: #fff; color: #666; padding: 0px 10px; font-size: 12px; border: 1px solid #efe9e9; border-radius: 0; transition: .5s;}
.form-section .form-content .form-group .ui-selectmenu-button.ui-button{padding:17px 20px}
.form-section .form-content .form-group textarea{height:100px;resize:none; padding: 10px 10px;}
.form-section .form-content .btn-contact-bg{width: 100%;   background: #3554d1;  color: #FFF;  font-size: 15px;  font-weight: 600;  padding: 12px 10px;}
.form-content .form-group .ui-selectmenu-button.ui-button:focus,.form-content .form-group input:focus,.form-content .form-group textarea:focus,.form-section .form-content .form-group .ui-selectmenu-button.ui-button:focus,.form-section .form-content .form-group input:focus,.form-section .form-content .form-group textarea:focus,.reqQuote .form-content .form-group .ui-selectmenu-button.ui-button:focus,.reqQuote .form-content .form-group input:focus,.reqQuote .form-content .form-group textarea:focus{border:1px solid #222}
 


.featured-tours{
	margin:0;
	padding:30px 0;
	background:#FFF;
	position:relative;
	font-family: "DM Sans", sans-serif;	
}
.featured-tours h2{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	color: #111;
}
.shadow-box {
	background: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
	border-radius: 5px; 
	position: relative;
}
.title-block {
	position: relative; 
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
} 
.title-block::before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: #ea5735;
}
.title-block:after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 25px;
	left: 50%;
	margin-left: -50px;
	background-color: #ea5735;
}
.featured-tours .tour-cols {
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px;
    padding: 0;
}

.featured-tours .tour-cols a.tour-col-link {
    display: block;
    color: #000;
    padding: 4px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 5px;
    position: relative;
    height: 100%;
    border: dashed 3px #fff;
    text-align: center;
	background-color: #F5F5F5;
}
.tour-col-link img {
	border-radius: 5px;
}
.featured-tours .tour-cols h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}

.featured-tours .tour-cols .cab-price-start {
    font-size: 16px;
    color: #f9af18;
}

.featured-tours .tour-cols .cab-price-start strong {
    font-weight: 700;
    color: #000;
}

.featured-tours .tour-cols .cab-price-start sup {
    font-size: 12px;
}

.featured-tours .tour-cols .btn {
    white-space: nowrap;
    padding: 5px 10px;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}
.featured-tours .button{margin-top:10px;font-size:16px; text-align:center; font-family: "DM Sans", sans-serif;}
.featured-tours .btn{color:#fff !important; font-weight:600; text-transform:capitalize;padding:10px 35px;border-radius:5px;background:#3358cd;border:#3358cd 1px solid}
.featured-tours .btn::before{color:#3358cd !important}
.featured-tours .btn:hover{color:#3358cd !important}
.featured-tours .btn02{color:#fff !important; display:inline-block; font-weight:600; text-transform:capitalize;padding:10px 35px;border-radius:5px;background:#1c9d38;border:#1c9d38 1px solid}
.featured-tours .btn02::before{color:#1c9d38 !important}
.featured-tours .btn02:hover{color:#1c9d38 !important}

@media (min-width: 1025px) {
.featured-tours .tour-cols a.tour-col-link {
	text-align: center;
}

.featured-tours .tour-cols a.tour-col-link:hover {
	border-color: #f9af18;
}

.featured-tours .tour-cols a.tour-col-link:hover .btn {
	opacity: 1;
}

.featured-tours .tour-cols a.tour-col-link:hover .cab-price-start strong {}
}

@media (max-width: 500px) {
.featured-tours {
	padding: 7px;
}

.featured-tours .tour-cols {
	flex: 0 0 calc(50% - 10px);
	margin: 5px;
}

.featured-tours .tour-cols a.tour-col-link {
	padding: 15px;
}

.featured-tours .tour-cols h4 {
	font-size: 16px;
	margin-bottom: 0;
}

.featured-tours .tour-cols .cab-price-start {}

.featured-tours .tour-cols .btn {
	font-size: 14px;
	padding: 5px 10px;
	transform: none;
	display: none;
}
}

.featured-tour-packages .tour-package-list .tour-cols {
    padding: 10px;
}




.whychooseus{
	margin:0;
	padding:40px 0;
	background:#ea5735;
	font-family: "DM Sans", sans-serif;	
}
.whychooseus h2{
	font-size: 36px;
  	font-weight: 600;
	margin:0  0 10px;
	padding:0;
	color:#fff;
}
.whychooseus h6{
	font-size: 16px; 
	margin:0 0 15px 0;
	padding:0;
	color:#fff;
}
.choosebox{
	margin:15px 0; 
	padding: 20px 20px 20px 20px; 
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	text-align:center;
	background:#fff;
	min-height:275px;
}
.choosebox i{
	font-size:42px;
	margin:0 0 5px 0;
	padding:0;	
	color:#ea5735;
}
.choosebox h3{
	margin: 15px 0;
	padding:0;
	color:#334155;
	font-size:20px;
	font-weight:600;	
}
.choosebox p{
	color: #161616;
	margin: 0 0 15px;
	font-family: poppinsregular;
	font-size: 14px;
	line-height: 2em;
}



.photo-gallery{
	margin:30px 0;
	padding:0;
	background:#fff; 
}
.photo-gallery h2{
	margin:0 0 15px 0;
	padding:0;
	color:#253241;
	font-size:24px;
	font-weight:600;		
} 
.tihcertificate{
	margin:0;
	padding:30px 0;
	background: #fff;
	border-top: 1px solid #e9e7e0;
	border-bottom: 1px solid #e9e7e0;
}
.tihcertificate h2{margin:10px 0;padding:0;color:#f15d30;font-size:30px} 
.tihcertificate h6{margin:0 0 10px;padding:0;color:#343434;line-height:24px;font-size:16px}
 

.footer { 
	padding: 0; 
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/footer-bg.jpg);
	position:relative;   
}  
 
.footer .footer-top{padding:30px 0}

.footer .single-widget{margin:15px 0}

.footer .single-widget .title{font-size:20px;margin-bottom:15px;color:#fff;position:relative}

.footer .about ul li{position:relative}

.footer .about ul li a,.footer .quick-links ul li a,.footer .useful-links ul li a{color:#fff;font-size:14px}
.footer .useful-links ul li a:hover{color:#fff;font-size:14px}

.footer .list li{line-height:30px;color:#fff;list-style:none;font-size:15px}

.footer .list li a{color:#fff}

.footer .quick-links ul li{position:relative;list-style:none;font-size:14px}

.footer .useful-links ul li{position:relative;line-height:30px;list-style:none;font-size:14px}

.footer .useful-links ul li i{margin-right:3px;color:#3554d1}

.footer .footer-bottom{border-top:1px solid #3554d1;background:#3554d1}

.footer .bottom-head{padding:10px 0}

.footer .copyright p{color:#fff;line-height:34px;text-transform:capitalize;margin:0}

.contaxBox:hover h3,.contaxBox:hover i,.contaxBox:hover p,.custbttn a,.footer .copyright a,.footer .copyright a:hover,.footer .social li a:hover i,.innerbanner .ogdes p,.innerbanner .ogtitle p,.sec-title .title.clr-white,.tpagebox h3 a{color:#fff}

.footer .social{text-align:left;margin:10px 0}

.footer .social li{margin-right:3px;display:inline-block}

.footer .social li a{display:block;height:30px;width:30px;line-height:30px;border:1px solid #fff;text-align:center;margin:0;padding:0;border-radius:100%;color:#fff}

.footer .social li a:hover{background:#3554d1;color:#fff}

.footer .social li i{color:#fff;margin:0}

.hSocial h4{font-size:16px;font-weight:700;letter-spacing:1px;margin:0 0 5px;padding:0;text-transform:uppercase}

.hSocial ul li{font-size:18px;margin:0 2px;padding:0}

.hSocial a{background:#3554d1;color:#fff;display:block;height:40px;line-height:40px;margin:0;padding:0;transition:background .3s ease-in-out;width:40px;border-radius:50%}

.hSocial a i{color:#fff;font-size:20px;margin:0!important;padding:0} 
.reqQuote{width:100%;padding:30px 0;position:relative;background:#fff}
.reqQuote .inner-content{background:#fef2b8;box-shadow:0 2px 1rem 1px rgb(125 121 121)}
.form-section .title-box .form-title h2,.reqQuote .title-box .form-title h3{position:relative; padding:5px 0;border-bottom:#fff 1px dashed;font-size:20px;color:#253241; text-transform:uppercase; font-weight:600}
.form-section .title-box .form-title p,.reqQuote .title-box .form-title p{padding:5px 0;text-align:center;font-size:14px;color:#000;margin:0}
.form-content,.reqQuote .form-content{padding:15px}
.form-content,.reqQuote .form-content p{margin:0}
.form-content .form-group,.reqQuote .form-content .form-group{position:relative;margin-bottom:20px}
.reqQuote .form-content .form-group input[type=email],.reqQuote .form-content .form-group input[type=text],.reqQuote .form-content .form-group select,.reqQuote .form-content .form-group textarea{width:100%;height:40px;background:#fff;color:#4f4f4f;padding:5px 5px;font-size:14px;border:1px solid #ddc194;border-radius:0;transition:.5s}
.form-content .form-group .btn,.reqQuote .form-content .form-group .btn{padding:10px 30px;background:#3554d1;border:1px solid #3554d1;color:#fff}
.carBooking .btn,.tourBooking .btn{color:#fff;border-radius:25px;background:#f15d30;padding:10px 20px}
.form-content .form-group textarea,.reqQuote .form-content .form-group textarea{height:76px;resize:none}
.form-content .form-group label,.reqQuote .form-content .form-group label{display:inherit!important}
.form-content .form-group input[type=checkbox],.form-content .form-group input[type=radio],.reqQuote .form-content .form-group input[type=checkbox],.reqQuote .form-content .form-group input[type=radio]{float:right}
 
.events .single-event{margin:15px 0;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.events .single-event:hover,.single-hirecab:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,.25);-moz-box-shadow:0 0 10px rgba(0,0,0,.25);box-shadow:0 0 10px rgba(0,0,0,.25)}
.events .single-event .head,.single-hirecab .head{position:relative}
.events .single-event .head .btn{position:absolute;top:50%;left:50%;width:50px;height:50px;border-radius:100%;line-height:50px;padding:0;margin:-25px 0 0 -25px;color:#fff;-webkit-transform:scale(3);-moz-transform:scale(3);transform:scale(3);opacity:0;visibility:hidden;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;z-index:35}
.events .single-event:hover .head .btn,.single-hirecab:hover .head .btn{transform:scale(1);opacity:1;visibility:visible}
.events .single-event .head .btn:hover,.single-hirecab .head .btn:hover{background:#fff;color:#252525}
.events .single-event .head.overlay:before,.single-hirecab .head.overlay:before{opacity:0;visibility:hidden;z-index:34}
.events .single-event:hover .head.overlay:before{opacity:.5;visibility:visible}


.testimonials{
	padding:60px 0;	
}
.testimonials h2{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	color: #111;
}
.reviewbox{
	margin:15px 0;
	padding: 30px;
	border-radius: 5px;
	position:relative;
	box-shadow: 0 4px 12px rgba(0,0,0,.175);
	background:#fff;	
}
.reviewbox .content {
  display: block;
  position: relative;
  margin-bottom: 5px;
  line-height: 2em;
  font-size: 14px;
  text-align: left;
  color:#000;
  transition: all 0.3s ease;
}
.reviewbox .ofhide {
  max-height: 80px;
  overflow: hidden;
}
.reviewbox .rquote1 {
  color: #ddd;
  font-size: 10px;
}
.reviewbox .rquote2 {
  color: #ddd;
  font-size: 10px;
  margin-right: 5px;
}
.reviewbox .content more {position:absolute;bottom:-5px	;right:0;color:#000;font-weight:700;cursor:pointer;background-color:#fff;display:block;}
.reviewbox .content .less {position:static;padding-left:0;text-align:right;display:inline-block;}
.reviewbox .rrate{font-size:12px;}
.reviewbox .rrate i {color:#fabb05;font-size:15px;} 
.reviewbox .rtitle{
	padding-top: 5px;
	font-size: 14px;
	text-align:left; 
	font-weight:600;
	color:#000;	
}	

.mainfaq{margin:0;padding: 60px  0; }
.mainfaq h3{margin:0 0 10px;padding:0;border-bottom:1px dashed #fff;line-height:1.75em;font-size:20px;color:#fff; font-family: "Marcellus", serif; text-align:center; }
.mainfaq .row{margin-left:-5px;margin-right:-5px}
.mainfaq .col-md-6{padding-left:5px;padding-right:5px}
.mainfaq .faq-content{margin:0;box-shadow:1px 0 6px rgba(0,0,0,.3);padding:6px 7px; background:#ea5735}
.mainfaq .text-content{text-align:left;padding:0 60px 0 0;margin-bottom:30px}
.mainfaq .faq-content a{color:#f15d30}
.mainfaq .text-content h2{font-size:38px;margin-bottom:25px}
.mainfaq .text-content p{font-size:16px}
.mainfaq .panel-group{margin:0;text-align:left}
.mainfaq .panel{background:#fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;margin:0 0 2px}
.mainfaq .panel-heading{background:0 0}
.mainfaq .faq-title a{padding:12px 15px;font-size:14px;position:relative;color:#4a4a4a;background:#fff;width:100%;display:block; font-weight:600;}
.mainfaq .faq-title a::after{content:"\f068";font-family:FontAwesome;top:50%;margin-top:-5px;right:24px;position:absolute;background:0 0;width:10px;height:10px;line-height:10px;color:#4a4a4a;border-radius:0;text-align:center;font-size:12px}
.mainfaq .panel.active .faq-title a{color:#4a4a4a;background:#fff;text-decoration:none}
.mainfaq .faq-title a.collapsed::after{content:"\f067";color:#4a4a4a;background:0 0}
.mainfaq .faq-body{padding:10px;font-size:14px;box-shadow:none;text-shadow:none; background:#fff;}
.mainfaq .faq-body p{font-size:14px;margin:0}
.mainfaq .panel-default{border:none;box-shadow:none;background:0 0!important;text-shadow:none;margin:1px 0}
.mainfaq .faq-img img{width:100%}

.eqwh{
    background: #3554d1;
    color: #fff;
    margin:35px 0 15px;
    padding:10px 0;
    border-radius:4px;
    letter-spacing:1px;
}
.eqwh a{
    color:#FFF;     
    line-height:24px;
}
.eqwh a i{ 
    font-size:18px;
    margin:0 5px;    
}
.eqwh  .color01 i{
     color: #ffee00;
}

.eqwh   .color02 i{
     color: #9bff00;
}
.eqwh a:hover{
    color:#FFF;
    text-decoration:underline;    
}

.mainfaq .button{margin-top:10px;font-size:16px; text-align:center; font-family: "DM Sans", sans-serif;}
.mainfaq .btn{color:#fff !important; font-weight:600; text-transform:capitalize;padding:10px 35px;border-radius:5px;background:#3358cd;border:#3358cd 1px solid}
.mainfaq .btn::before{color:#3358cd !important}
.mainfaq .btn:hover{color:#3358cd !important}
.mainfaq .btn02{color:#fff !important; display:inline-block; font-weight:600; text-transform:capitalize;padding:10px 35px;border-radius:5px;background:#1c9d38;border:#1c9d38 1px solid}
.mainfaq .btn02::before{color:#1c9d38 !important}
.mainfaq .btn02:hover{color:#1c9d38 !important}

.ew{
	margin:0;
	padding:0;
	height:50px;
}	
.btn-sonar {
	background:#4ac759;
	border:0;
	width:100%;
	font-size:25px;
	display:inline-block;
	color:#fff;
	outline:0;
	text-align:center;
	bottom:0;
	z-index:99
}
.btn-sonar img {
	width:auto;
	height:25px;
	margin:10px 0;
	animation:1s infinite rotate-img;
}