@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot');
  src:  url('../fonts/icomoon/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff2') format('woff2'),
    url('../fonts/icomoon/icomoon.woff') format('woff'), 
    url('../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], .fa , .fab ,  .fas , [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* icomoon codes */
.fa-angle-down:before {
  content: "\f107";
}

.fa-star:before {
  content: "\f005";
}

.fa-home:before {
  content: "\f015";
}
.fa-edit:before {
  content: "\f044";
}
.fa-phone:before {
  content: "\f095";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-bars:before {
  content: "\f0c9";
}

body{
	font-family: "Montserrat", sans-serif;
	color: #585858;
	font-size: 18px;
}
#top-navbar .navbar-brand{
	max-width: 215px;
	width:100%;
	margin-right: 0;
}
#top-navbar .navbar{
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 5;
}
#top-navbar .navbar .nav-link{
    font-size: 16px;
    color: #192747;
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
#top-navbar .navbar .nav-link:hover,
#top-navbar .active .nav-link{
	color: #4e9dde;
}
#top-navbar .active .nav-link:after{
	content: "\f111";
    font-family: icomoon;
    font-size: 8px;
    color: #4e9dde;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12px;
    bottom: 0;
    text-align: center;
}
#top-navbar .navbar .callBtn{
	background: #4e9dde;
	color: #fff;
	font-size: 18px;
	padding: 8px 15px;
	margin: -2px 0 0 0;
	border-radius: 25px;
    height: 48px;
    width: 230px;
    text-align: center;
}
#top-navbar .navbar .callBtn img{
	display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    max-width: 32px;
}
#top-navbar .navbar .callBtn:hover,
#top-navbar .navbar .callBtn:focus{
	color: #fff;
}
#top-navbar .navbar .callBtn i{
	margin-right: 10px;
}

#top-navbar .navbar .dropdown-menu{
 padding: 0;
 border-color: #ddd;
 max-height: 500px;
 overflow-y: auto;
 top: 40px;
}
#top-navbar .navbar .dropdown-menu .dropdown-item{
    padding: 8px 1rem;
    font-weight: 500;
}
#top-navbar .dropdown-item:focus, #top-navbar .dropdown-item:hover{
    background-color: #4e9dde;
    color: #fff;
}
#topBanner{
	padding: 50px 0;
}
#topBanner h1{
	margin-bottom: 0;
}
#topBanner h2{
	font-size: 54px;
}

.bookingTrip{
	background: url("../images/banner_curved.png") no-repeat center top;
	height: 420px;
	background-size: cover;
	color: #fff;
	margin-top: -160px;
}
.bookingTrip p{
	font-size: 20px;
	margin-top: 13%;
    max-width: 400px;
}
.bookingTrip .phoneCall{
	font-size: 43px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.bookingTrip .phoneCall img{
	margin-right: 15px;
}
.clientsList{
	padding-top: 50px;
	margin-bottom: -40px;
}
.clientsList ul{
	padding: 0;
	list-style: none;
}
.clientsList ul li{
    margin: 10px 0;
}

.articleBlock{
	padding: 60px 0;
}
.articleBlock img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.busInfoDetails h2{
	margin-bottom: 40px;
}
.busInfoDetails h4{
	color: #404041;
    font-weight: 600;
    margin-top: 15px;
}
.busInfoDetails h5{
	margin-bottom: 25px;
}

.amenities{
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	text-align: center;
}
.amenities li{
	display: table-cell;
	width: 1%;
}
.amenities li span{
	display: block;
    font-size: 18px;
    color: #404041;
    font-weight: 500;
    line-height: 20px;
    margin-top: 15px;
}

.aboutCompany{
	background: #4e9dde url("../images/banner_city_bg.png") no-repeat center top;
	background-size: cover;
	color: #fff;
	margin-bottom: -10%;
    padding-bottom: 5%;
}
.aboutCompany > div{
	position: relative;
	z-index: 1;
}
.aboutCompany hgroup{
	margin-bottom: 30px;
}
.aboutCompany hgroup p{
	margin:0;
	line-height: 0;
}
.aboutCompany hgroup img{
	float: left;
	max-width: 55px;
    margin: 10px 25px 0 0;
}
.aboutCompany hgroup > div{
	overflow: hidden;
}
.aboutCompany a, .aboutCompany a:hover, .aboutCompany a:focus {
	color: #000;
}
.aboutCompany hgroup h2{
	color: #fff;
	font-size: 35px;
    margin: 0 0 5px 0;
}
.aboutCompany hgroup h3{
	font-size: 25px;
}
.aboutCompany .phoneCall{
	font-size: 43px;
	color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    max-width: inherit;
}
.aboutCompany .phoneCall img{
	margin: -5px 5px 0 0;
	display: inline-block;
}
.headTitle{
	background: url("../images/head_bg.png") no-repeat left bottom;
	height: 150px;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    clear: left;
}
.headTitle h1{
	color: #fff;
	font-size: 43px;
    margin: 0;
    padding-top: 40px;
}
.sectionHeader{
	border-bottom: 1px solid #ddd;
    margin-bottom: 75px;
}
.sectionHeader .busAmenities{
	list-style: none;
	padding: 0;
	margin-left: -35px;
}
.sectionHeader .busAmenities li{
	display: inline-block;
	font-size: 20px;
	margin: 0 0 10px 35px;
}
.sectionHeader .busAmenities li i,
.sectionHeader .busAmenities li img{
	color: #4e9dde;
	margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.sectionHeader .backBtn{
	font-size: 20px;
	display: inline-block;
	text-decoration: none;
	margin: 12px 0;
}
.sectionHeader .backBtn span{
	margin-right: 10px;
}
.busContainer .busListing{
	list-style: none;
	padding: 0;
}
.busContainer .busListing h3{
	font-size: 24px;
}
.busContainer .busListing li{
	margin-bottom: 75px;
}
.busContainer .busListing li img{
	max-width: 100%;
	display: block;
	margin: 0 auto 10px;
}
.busContainer .busListing li {
	text-decoration: none;
	color: inherit;
}


.articleBlock .busAmenities{
	list-style: none;
	padding: 0;
    margin: 40px 0 70px;
	column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}
.articleBlock .busAmenities li{
	font-size: 24px;
	color: #000;
    margin-bottom: 22px;
    padding-left: 55px;
    position: relative;
}
.articleBlock .busAmenities li:before{
	content: "";
	background: url("../images/icons/bullet_icon.png") no-repeat;
	background-size: 100%;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 3px;
}

.cityBanner:before,
.locationMap:before{
	content: "";
	background: #fff;
	position: absolute;
    left: 0;
    right: 0;
    height: 70px;
    top: 0;
}
.cityBanner:before{
	height:0;
	border-radius:0;
}
.locationMap:before{
	z-index: 1;
}
.cityBanner h2,.cityBanner h1{
	color: #fff;
}
.cityBanner h1{
	font-size: 40px;
    margin-bottom: 25px;
    font-weight: 300;
}
.cityBanner .callTitle{
	color: #fff;
	margin: 40px 0 20px;
    line-height: 28px;
    /*max-width: 500px;*/
}
.callBtns {
   background: #4e9dde;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 28px;
    margin: -2px 0 0 0;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
}


.callBtns img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    max-width: 32px;
}
.cityBanner .callBtn{
	font-size: 43px;
	font-weight: 500;
    text-decoration: none;
    color: #4e9dde;
}
.cityBanner .callBtn img{
	margin-right: 12px;
}

.cityDetails h2{
	position: relative;
	margin-top: 60px;
}
.cityDetails h2:before{
	content: "\f041";
	font-family: icomoon;
	font-size: 45px;
    color: #4e9dde;
    position: absolute;
    left: 0;
    top: 0;
}
.cityDetails h2,
.cityDetails h4,
.cityDetails h3,
.cityDetails p{
	padding-left: 60px;
}
#city_map{
	width: 100%;
	height: 600px;
	margin: 80px 0 -10%;
}
.googleAddressMap{
	position: relative;
}
.googleAddressMap .addressInfo{
	position: absolute;
    right: 21%;
    top: 30%;
    background: rgba(255,255,255, 0.6);
    padding: 20px 20px 0;
    z-index: 100;
    max-width:290px;
}
.locationMap{
	position: relative;
	margin-top: -160px;
}
.nationCityListing h4{
	font-weight: 600;
	margin-bottom: 20px;
}
.nationCityListing ul{
	padding: 0;
	list-style: none;
}
.nationCityListing ul li ul{
	margin-bottom: 30px;
}
.nationCityListing ul li ul li{
	font-size: 22px;
	margin-bottom: 8px;
	color: #ff612b;
}
.mainServices h2{
    margin-top: 20px;
}
.mainServices img{
	max-width: 235px;
}
.mainServices h2 a{
	text-decoration: none;
	color: inherit;
}
.mainServices .row > [class*=col-]{
	margin: 25px 0;
}
.serviceFeatures{
	padding: 20px 0 0;
}
.serviceFeatures h2{
	font-size: 40px;
	margin-top: 50px;
}
.serviceFeatures .servicesItem ul{
	list-style: none;
	padding: 0;
	margin: 35px 0 65px;
}
.serviceFeatures .servicesItem li{
    padding-left: 55px;
    margin-bottom: 20px;
    position: relative;
}
.serviceFeatures .servicesItem li,
.serviceFeatures .servicesItem p:not(.title){
	font-size: 20px;
	color: #000;
}
.serviceFeatures .servicesItem li:before{
    content: "";
    background: url(../images/icons/bullet_icon.png) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 3px;
}

#footer{
	background-size: 100%;
	color: #fff;
	min-height: 400px;
	font-size: 20px;
	padding: 14% 0 0px;
	position: relative;
}
#footer:before{
	content: "";
	background-color: #404041;
	position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
}
#footer h3{
	font-size: 25px;
	margin-bottom: 25px;
}
#footer ul{
	padding: 0;
	list-style: none;
}
#footer ul li{
	margin-bottom: 10px;
}
#footer .cityLocation{
	column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}
#footer .callBtn{
	font-size: 25px;
	color: #4e9dde;
	font-weight: 500;
	display: inline-block;
    margin-bottom: 15px;
}
#footer .callBtn img{
	margin-right: 10px;
	max-width: 38px;
}
#footer .copyRight{
	color: #fff;
	padding-top: 10px;
    
	border-top: 1px solid #5b5b5b;
	    position: relative;
}
#footer .copyRight a{
	color: #828282;
}
#footer .copyRight p{
	font-size: 12px;
	margin-bottom:0;
}
#footer .socialIcons a{
	font-size: 25px;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px;
}

#footer .socialIcons a img{
max-width: 45px;
border-radius: 4px;
}

#footer .bullet:after{
	font-size: 5px;
	color: #4e9dde;
}
#footer a{
	color: #d6d6d6;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus{
	color: #4e9dde;
}

/*common css*/
.navbar .navbar-toggler{
	background: #4e9dde;
    color: #fff;
    right: 0;
    padding: 8px 12px;
    font-size: 25px;
    top: 12px;
}
h1{
	font-size: 54px;
	color: #404041;
	letter-spacing: 1px;
}
h2{
	font-size: 40px;
	color: #404041;
	margin-bottom: 25px;
	font-weight: 300;
}
h1 strong, h2 strong{
	font-weight: 500;
}
.bullet{
	position: relative;
}
.bullet:after{
	content: "\f111";
	font-family: icomoon;
	font-size: 8px;
	color: #4e9dde;
	margin-left: 3px;
}
.flex-center{
	display: flex;
    align-items: center;
    justify-content: center;
}
.light{
	font-weight: 300 !important;
}
p{
	font-size: 18px;
	line-height: 30px;
}
a, a:hover, a:focus{
	color: #4e9dde;
	outline: none;
}
.phoneCall{
	max-width: 340px;
	margin: 50px auto 0;
}
.phoneCall .title{
	color: #00256C;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.phoneCall .callBtn{
	font-size: 33px;
	font-weight: 500;
	text-decoration: none;
	color: #4e9dde;
}
.phoneCall .callBtn img{
	max-width: 42px;
	margin-right: 8px;
}
.curvedLine{
	height: 90px;
    border: solid 2px #ebebeb;
    border-color: transparent transparent #ebebeb transparent;
    border-radius: 50%/0 0 110px 110px;
}
.marginBTM70{
	margin-bottom: 70px !important;
}
.paddTop60{
	padding-top: 60px !important;
}
.paddTB0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.paddBtm0{
	padding-bottom: 0 !important;
}
.marginTop50{
	margin-top: 50px !important;
}
.marginTop40{
	margin-top: 40px !important;
}
.bg_gray{
	background-color: #f5f5f5 !important;
}
img{
	max-width: 100%;
}
.text-orange{
	color: #fd686e !important;
}
/* Faq css*/
.faqListing{
	background-color: #fff;
	padding: 50px 0 70px;
}

.faqListing h3{
	font-size: 30px;
	font-weight: 600;
    padding: 15px 0;
}
.faqListing h2{
	margin-top: 80px;
}
.faqListing p{
	font-size: 20px;
	margin-bottom: 40px;
	padding-top: 20px;
}
.faqListing h3,
.faqListing p{
	position: relative;
	padding-left: 100px;
}
.faqListing h3:before,
.faqListing p:before{
	background-color: #fafcff;
	border: 2px solid #4e9dde;
	width: 55px;
	height: 55px;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 26px;
    color: #4e9dde;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 10px;
}
.faqListing h3:before{
	content: "Q";
}
.faqListing p:before{
	content: "A";
	top: 25px;
}
.faqListing .phoneCall{
	margin-left: 0;
}
/*new hub css*/
.hubContainer{
	overflow: hidden;
    padding: 50px 0;
    background: #fcfeff;
    color: #212121;
}
.hubContainer h1{
	margin-bottom: 25px;
}
.hubContainer .headerText p{
	font-size: 23px;
}
.hubContainer .headerText p:first-of-type:first-letter{
	float: left;
	font-size: 80px;
	font-weight: 700;
	line-height: 65px;
	padding: 4px 15px 0 3px;
}
.hubContainer .hubListing{
	padding: 0;
	list-style: none;
    margin-top: 60px;
    margin-bottom: 20px;
}
.hubContainer .hubListing li .spacer{
	background-color: #EBEBEB;
    display: block;
    height: 18px;
    width: 138px;
    margin-top: 12px;
}
.hubContainer .hubListing li h2{
	font-size: 40px;
	margin-top: 15px;
	text-decoration: none;
	font-family: inherit;
}
.hubContainer .hubListing li{
	margin-bottom: 30px;
}
.hubContainer .hubListing li a,
.hubContainer .hubListing li a:hover{
	text-decoration: none;
}
.hubContainer .hubListing li img{
	max-width: 100%;
	height: auto;
}
.hubContainer .hubListing li .moreText{
	font-weight: 600;
}
.hubContainer .container h2 a{
	color: #323232;
	display: inline-block;
}
img{
	max-width: 100%;
	height: auto;
} 

.breadcrumb{font-size: 14px; font-family: 'Lato', sans-serif; background: transparent; margin: 10px 0 0; padding-bottom: 0;}
.breadcrumb li a{color: #fff; font-weight: bold}
.breadcrumb li:first-child a{background: #93a1a9; border-radius: 50%; color: #fff; display: inline-block; height: 18px; text-align: center; vertical-align: middle; width: 18px;}
.breadcrumb li:first-child a i{position: relative; top: -2px;}
.breadcrumb li.active{color: #fff;}
.breadcrumb-item + .breadcrumb-item::before{content: "\f178"; font-family: icomoon; color: #fff;}

.cityItinerary{
	padding-top: 40px;
}
.cityItinerary h2{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.cityItinerary h4:not(.text-left){
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
    color: #545454;
}
.cityItinerary h2 a{
    color: #333;
}
.cityItinerary .item{
    margin: 25px 0;
}
.sitemapClass h2 {
	margin-top: 30px;
}

/*destination nearby*/

.destinationNearby {
    /*padding: 50px 0;*/
        margin-top: -15px;
    /*margin-left: 30px;*/
}
.destinationNearby h2{
	padding-left: 60px;
	margin-top: 60px;
	position: relative;
}
.destinationNearby h2:before {
    content: "\f041";
    font-family: icomoon;
    font-size: 45px;
    color:#4e9dde;
    position: absolute;
    left: 0;
    top: 0;
}
.destinationNearby ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px;

}
.destinationNearby li {
    margin: 10px;
}
.destinationNearby li a {
    padding: 3px 15px 0px 15px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    background: #ffffff;
    border-radius: 45px;
    color: #4e9dde;
    border: 1px solid #4e9dde;
}
.destinationNearby li a:hover{
    background-color: #fff;
    box-shadow: 0 1px 16px rgb(0 34 62 / 25%);
}
.destinationNearby li .img {
    margin-right: 10px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}
.destinationNearby li:nth-child(4n+1) .img{
    background: #186db5;
}
.destinationNearby li:nth-child(4n+2) .img{
    background: #e1323f;
}
.destinationNearby li:nth-child(4n+3) .img{
    background: #bf1e2e;
}
.destinationNearby li:nth-child(4n+4) .img{
    background: #0b528f;
}
.destinationNearby li .img img{
    height: 24px !important;
}
.destinationNearby .contentText span,
.destinationNearby .contentText strong{
    display: block;
}
.destinationNearby .contentText span{
    font-size: 13px;
    line-height: 1;
    font-weight:500;
}
.destinationNearby .contentText strong{
 font-size: 18px;
 text-transform: capitalize;
 font-weight: 600;
}
.img-icon:before {
    content: "\f041";
    font-family: icomoon;
    font-size: 35px;
    color: #4e9dde;
    margin-right:10px;
    left: 0;
    top: 0;
}
