/*
Theme Name: Traveller
Theme URI: https://ongoingthemes.com/traveller/
Author: Ongoing Themes
Author URI: http://ongoingthemes.com
Description: Traveller
Version: 1.0.0
Tags: two-columns, right-sidebar, featured-images, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: traveller
*/

/*
	========================================
	TABLE OF CONTENT
	========================================
	
	[1. Global Style]
	[2. Topbar]
	[3. Navbar]
	[4. Header]
	[5. Service]
	[6. Content]
	[7. Sidebars]
	[8. Testimonial]
    [9. Location]
    [10. Tour Detail]
    [11. Agency Detail]
    [12. CMB2]
	[13. Footer]
	[14. Copyright]
    [15. Utils]
    [16. Contact]
    [17. 404]
    [18. WP styles]
    [19. Facts]


*/

/* 
	==================
	[1. Global Style]
	==================
*/

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #379cf4;
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: #379cf4;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #379cf4;
}


h1,h2,h3,h4,h5,h6{
	font-weight: 400;
}

a{
	color: #379cf4;
	text-decoration: none;
}

a:hover{
	color: #2f84ce;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

p {
    font-family: ABeeZee, 'Montserrat', sans-serif;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.select2-container--default .select2-selection--single {
    color: #333;
    box-shadow: 0 0 0 !important;
    font-size: 15px !important;
    min-height: 50px;
    width: 100%;
    border-color: rgba(39, 79, 117, 0.08);
    /*box-shadow: 0 3px 23px rgba(39,79,117,.15) !important;*/
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #379cf4;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.btn,
.form-control{
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.form-control:focus{
	color: #379cf4;
	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		  	box-shadow: none;
}

.clear-marg{
	margin: 0 !important;
}

.btn-success{
	background-color: #379cf4;
	border-color: #379cf4;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.dropdown-toggle{
	background-color: #2f84ce;
	border-color: #2f84ce;
}

label {
    font-weight: normal;
}


/* 
	==================
	[2. Topbar]
	==================
*/
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #000000; /*#379cf4*/
    color: #7f8997;
    display: block;
}
/*
.topbar.full-width{
	background: rgba(0, 0, 0, 0.12);
}
*/
.topbar .container{
	position: relative;
}

.topbar-right{
	float: right;
}

.topbar-left{
	float: left;
}

.topbar-nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topbar-nav > li{
	float: left;
}

.topbar-nav > li > a{
	display: block;
	padding: 7px 12px;
    color: #468ae7;
    font-size: 13px;
	background-color: transparent;
    font-family: "ABeeZee", sans-serif;
}

.topbar-nav > li > a:hover{
	background: #1b1d2a;
}

.topbar-nav > .active > a,
.topbar-nav > .active > a:hover,
.topbar-nav > .active > a:focus{
	background: #242636;
}

.topbar-nav > .disabled > a,
.topbar-nav > .disabled > a:hover,
.topbar-nav > .disabled > a:focus{
	color: #fff;
}


/* 
	==================
	[3. Navbar]
	==================
*/

.navbar {
    min-height: 80px;
}
.navbar-default{
	background-color: #fff;
	border-color: #fff;
}

.navbar-default.navbar-fixed-top{
	top: 40px;
}

.navbar-default .navbar-brand img{
	height: 50px;
	width: auto;
	display: block;
    margin-top: 5px;
}

.navbar-nav > li > .dropdown-menu {
    background: rgba(0, 0, 0, 0.45);
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    border-radius: 0;
}

.navbar-right ul li a:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 15px;
}

.navbar-right ul li a:only-child:after {
    content: '';
    padding: 0;
}

.navbar-default .navbar-brand{
	position: relative;
	color: #379cf4;
	font-size: 26px;
	display: block;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand span{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
}

.navbar-default .navbar-brand:hover{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-brand:hover > span{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > li > a {
    color: #444;
    font-size: 14px;
    text-shadow: none;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 25px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover{
	position: relative;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-text {
    color: #fff;
    padding-top: 3px;
}

.navbar.navbar-default .navbar-nav li.dropdown.open > a,
.navbar.navbar-default .navbar-nav li.dropdown.open > a:hover{
	color: #fff;
	background-color: #379cf4;
    border: none;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
}

.dropdown-menu {
	background-color: rgba(0, 0, 0, 0.45);
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
		 -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;

}

.dropdown-menu > li > a {
    color: #fff;
    font-weight: 500;
    border-bottom: 1px solid rgba(103, 103, 103, 0.33);
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	color: #fff;
	background-color: #000;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.submit-tour a {
    margin-left: 15px !important;
    background-color: #379cf4 !important;
    padding: 12px 12px 9px !important;
    margin-top: 5px;
    border-radius: 24px !important;
}

#modal-signin .modal-header h4,
#modal-signup .modal-header h4{
	text-align: center;
	color: #82b440;
}

#modal-signin .modal-footer,
#modal-signup .modal-footer{
	margin-top: 0;
	background-color: #f4f4f4;
	text-align: left !important;
}

#modal-signin .modal-footer p,
#modal-signup .modal-footer p{
	margin-bottom: 15px;
}


/* 
	==================
	[4. Header]
	==================
*/
.header {
    position: relative;
    top: 44px;
}
#header {
    width: 100%;
    height: auto;
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    position: relative;
    padding: 1.3rem 0;
    background-color: rgba(0, 0, 0, 0.65); /* rgba(27, 113, 187, 0.26) rgba(0, 0, 0, 0.65)  rgba(0, 0, 0, 0.81)*/
}
/*
.header.full-width #header {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.12);
}
*/
#header.carousel-fade .carousel-inner .item {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition-tour: opacity;
	   -moz-transition-tour: opacity;
	    -ms-transition-tour: opacity;
		 -o-transition-tour: opacity;
			transition-tour: opacity;
}

#header.carousel-fade .carousel-inner .item:after {
    background-color: rgba(37, 37, 37, 0.60);
    bottom: 0px;
    content: '';
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#header.carousel-fade .carousel-inner .active {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header.carousel-fade .carousel-inner .active.left,
#header.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

#header.carousel-fade .carousel-inner .next.left,
#header.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	filter: alpha(opacity=100);
}

#header.carousel-fade .carousel-control {
	z-index: 2;
}

#header .carousel-inner .item{
	min-height: 600px;
	height: auto;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
}

#header .carousel-inner .item .carousel-caption{
    background-color: rgba(0, 0, 0, 0.48);
    right: 30%;
    left: 30%;
    color: #fff;
    text-shadow: none;
    text-align: center;
    padding: 25px;
    bottom: 160px;
    border-radius: 24px;
}

#header .carousel-inner .item .carousel-caption h3{
    margin-top: 0;
    line-height: 60px;
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.25), 0 1px 15px rgba(0,0,0,0.5);
}

#header .carousel-inner .item .carousel-caption p {
    font-size: 20px;
    color: #eee;
}

#header .carousel-inner .item .carousel-caption .list-features{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}

#header .carousel-inner .item .carousel-caption .list-features li{
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 4px;
	background-color: #222;
	border-radius: 4px;
	border: 1px solid #ccc;
    font-size: 13px;
}

#header .carousel-inner .item .carousel-caption .carousel-btn{
	display: block;
	padding: 15px 0 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#header .carousel-control > .glyphicon,
#header .carousel-control > .fa{
	font-size: 16px;
	line-height: 50px;
}

#header .carousel-control.left,
#header .carousel-control.right{
	position: absolute;
	background-image: none;
	width: 50px;
	height: 50px;
	margin-top: 20%;
	background-color: rgba(0, 0, 0, 0.3) !important;
	color: #82b440;
	text-shadow: none;
	-webkit-border-radius: 55px;
	   -moz-border-radius: 55px;
		-ms-border-radius: 55px;
		 -o-border-radius: 55px;
			border-radius: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#header .carousel-control.left:hover,
#header .carousel-control.right:hover{
	background-color: rgba(0, 0, 0, 0.6) !important;
	color: #7aa93c;
	text-shadow: none;
}

#header .carousel-control.left{
	left: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header .carousel-control.right{
	right: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#header:hover > .carousel-control.left,
#header:hover > .carousel-control.right{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.site-title {
    padding: 20px 0;
}

.quick-search{
	padding: 25px 40px;
	background: rgba(255,255,255,.7);
}
.d-none {
    display: none;
}

.home-form-1 label {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    padding-top: 5px;
    font-family: ABeeZee;
    letter-spacing: 0.4px;
}

.home-form-1 {
    box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-top: -160px;
    position: relative;
    z-index: 100;
    border-radius: 5px;
    text-align: left;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1140px;
    margin-bottom: 40px;
}

.style4.home-form-1 {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
}

.home-form-1 .form-group {
    margin-right: 3px;
    margin-bottom: 0px;
}

.style2.home-form-1 {
    padding: 20px 30px 30px;
    background: #4c7496;
    box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-top: -120px;
    position: relative;
    z-index: 100;
    width: 1140px;
    margin-bottom: 0px;
}
.bg-gray {
    background: #f7f7f7;
}
.bg-light-blue {
    background: rgb(238, 243, 247);
}
.style2.home-form-1 label {
    color: #fff;
}
select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	background-image: url(../img/down.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
    text-indent: 0.01px;
    text-overflow: "";
    padding: 6px 12px;

}
select::-ms-expand{
    display: none;
}

.form-control {
    border: solid 1px #f5f5f5; 
}

.home-form-1 .form-control {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "ABeeZee", sans-serif;
    font-size: 17px !important;
    font-weight: 400;
    height: 60px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    width: 100%;
    border-radius: 0;
    display: block;
}

.style2.home-form-1 .form-control {
    font-weight: 400;
    font-size: 16px !important;
}
.home-form-1 .field {
    padding-right: 0;
    padding-left: 0;
}

.style3.home-form-1 {
    padding: 20px 30px 30px;
    background: #fff;
    box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-top: -80px;
    position: relative;
    z-index: 100;
    width: 1140px;
    margin-bottom: 0px;
}

.style3.home-form-1 .form-control {
    font-weight: 400;
    font-size: 16px !important;
}

.style3.home-form-1 .field {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.style3.home-form-1 label {
    color: inherit;
    text-transform: inherit;
}

.style3.home-form-1 .form-control {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.style3.home-form-1 .input-group-addon:first-child {
    border: none;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background-color: #deeaf5; /*#e5eaf7*/
}

.style3.home-form-1 .form-control {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background: #e4eef7; /*#eaeef9*/
    border: none;
}

.style3.home-form-1 .btn {
    border-radius: 24px; /*#FE0032*/
}


.input-group-addon:first-child, .input-group-addon:last-child {
    border-radius: 0;
    border: 2px solid #e3eff9;
    border-right: none;
}

.input-group-addon {
    border: none;
    background-color: #f2f9ff;
}
.input-group-addon i { 
    color: #379cf4;
}

.home-form-1 .form-group {
    margin: 0 !important;
}

.home-form-1 input[type="submit"].btn-block, .home-form-1 button.btn-block, .button-primary {
    background-color: #379cf4;
    color: #fff;
    text-transform: none;
    border: none;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
}

#header.heading{
	position: relative;
	min-height: 400px;
	padding-top: 180px;
	padding-bottom: 40px;
    background-position: 50% 50%;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
}

#header.heading > *{
	position: relative;
	z-index: 2;
}

#header.heading::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}

#header.heading .page-title{
	position: relative;
	z-index: 2;
	display: block;
	margin-bottom: 20px;
	color: #ddd;
	font-size: 14px;
	line-height: 24px;
}

#header.heading .page-title h2{
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    font-family: "Baloo Bhai";
}

#header.heading .page-title h2 span{
	font-weight: 400;
}

#header.heading .breadcrumb{
	position: relative;
	z-index: 2;
	display: table;
	margin-left: 0;
	margin-right: auto;
	background-color: transparent;
    margin-bottom: 0;
    color: #dedede;
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.4);
}

#header.heading .breadcrumb > .active{
	color: #dedede;
}

#header.heading .quick-search{
	margin-top: 20px;
	margin-bottom: 20px;
}
#header.heading .breadcrumb a {
    color: #cecece;
}

.breadcrumb > li {
    color: #dedede;
}

.notify {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    top: 20px;
    right: 20px;
}

/* 
	==================
	[5. Service]
	==================
*/
#service {
    width: 100%;
    padding: 60px 0;
    position: relative;
    /*
    background-image: url(../img/quick_bg.jpg) !important;
    */
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.service-container {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding: 40px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border: 1px solid #e8e9ec;
}

.service-container:hover > .service-icon span{
	-webkit-box-shadow: 0 0 0 5px #efeded;
	   -moz-box-shadow: 0 0 0 5px #efeded;
		-ms-box-shadow: 0 0 0 5px #efeded;
		 -o-box-shadow: 0 0 0 5px #efeded;
			box-shadow: 0 0 0 5px #efeded;
}

.service-icon {
    vertical-align: middle;
}

.service-icon span{
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	
	border: 8px solid rgba(55, 156, 244, 0.45);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
}

.service-icon span > i{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 45px;
	height: 45px;
	margin-left: -22px;
	margin-top: -22px;
	font-size: 45px;
	color: #379cf4;
	text-align: center;
	vertical-align: middle;
}

.service-content {
    /*display: table-cell;*/
    vertical-align: top;
    padding-top: 20px;
}

.service-content h3 {
    line-height: 20px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}


/* Service Style 2 */
#service .single-service .icon {
    position: relative;
    z-index: 9;
    margin-bottom: 5px;
}

#service .single-service .icon i {
    color: #0976b6;
    position: absolute;
    left: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #e8f1fc;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -moz-transition-duration: .3s;
    padding: 6px 12px;
    font-size: 30px;
    line-height: 42px;
}

#service .single-service h5 {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 23px;
    padding-left: 70px;
    position: relative;
    color: #285175;
    letter-spacing: -0.5px;
}

#service .single-service h5 a {
    color: #666;
}

#service.style-two .single-service h5 {
    position: relative;
    padding-left: 32px;
}

#service.style-two .single-service h5:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #000;
}

#service .single-service {
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
}

/* 
	==================
	[6. Content]
	==================
*/
#content, .travel-packages, .agents_content, .agencies_content {
	position: relative;
	width: 100%;
	padding: 60px 0;
}

.single .main.style-0 {
    padding: 30px 0 !important;
}

.single .main {
    background-color: #fafafa; 
    z-index: -1;
}

.single .main.style-1 {
    padding: 0 !important;
}

.single .main.style-2 {
    background-color: #fff;
}

.heading-title{
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.heading-title h2{
	position: relative;
	display: inline;
	padding: 12px 20px;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
}

.heading-title small {
    display: block;
}

.heading-title.heading-title-sm h2{
	padding: 10px 14px;
	font-size: 18px;
	line-height: 24px;
}

.heading-title.bg-white h2::before{
	background: #fff;
}

.heading-title.heading-title-alt{
	text-align: left;
	margin: 0 0 30px;
}

.heading-title.heading-title-alt h3{
	font-size: 26px;
	line-height: 30px;
}

.widget .widgettitle {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-family: 'Baloo Bhai', "ABeeZee";
}
.widget .widgettitle:after {
    content: '';
    background-color: #379cf4;
    height: 4px;
    width: 100px;
    position: absolute;
    top: 60px;
}
.widget_filter_widget {
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 8px;	
}

.widget_filter_widget .form-control {
    border: solid 1px #e8e8e8;
    background: #fff;
    font-weight: 500;
}

.widget_filter_widget label {
    font-weight: 400;
    color: #222;
    font-family: ABeeZee;
    font-size: 15px;
}

.widget .widgettitle small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: initial;
    font-family: "ABeeZee", 'Baloo Bhai';
    color: #2f93ea;
}

.agent-container, .agency-container {
    margin-bottom: 30px;
    background: #fff;
    border: 2px solid #e8ecec;
}
.agent-container:hover, .agent-container:focus, .agency-container:hover, .agency-container:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}


.agency-attributes span, .agent-attributes span {
    padding: 2px 5px;
    font-size: 15px;
    color: #666;
}

.agency-attributes span i {
    color: #379cf4;
}

.agency-container .agency-content, .agent-container .agent-content {
    background: #fff;
    color: #484848;
}

.agent-content h3,
.agent-text h3,
.agency-content h3,
.agency-text h3
{
	display: block;
    margin-top: 0;
	line-height: 24px;
	font-weight: 400 !important;
}


.agent-content h3 a,
.agent-text h3 a,
.agency-content h3 a,
.agency-text h3 a
{
    color: #666;
    margin-bottom: 25px;
    font-weight: 500;
}


.agent-email, .agent-phone, .agent-web {
    font-size: 12px;
    line-height: 24px;
}

.agent-content h3 small,
.agent-text h3 small,
.agency-content h3 small,
.agency-text h3 small {
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
    line-height: 1.75;
    color: #484848;
    font-weight: 500;
    font-family: 'ABeeZee', 'Montserrat', cursive;
}


.agent-content p,
.agent-text p,
.agency-content p,
.agency-text p {
    font-size: 14px;
    color: #656565;
}

.agency-text dl, .agent-text dl {
    font-size: 13px;
    padding-top: 20px;
}

.agency-text dt, .agent-text dt {
    float: left;
    line-height: 28px;
    width: 100px;
    text-transform: uppercase;
    font-weight: 600;
}

.agency-text dd, .agent-text dd {
    display: table-cell;
    line-height: 28px;
}

.agent-content-list, .agency-content-list{
	display: table;
}

.agent-image-list, .agency-image-list{
	position: relative;
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.agent-image-list img, .agency-image-list img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.agent-image-list .agent-status, .agency-image-list .agency-status{
	position: absolute;
	left: 0;
}

.agent-image-list .agent-actions a, .agency-image-list .agency-actions a{
	background: #fbfbfb;
	color: #666;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
}

.agent-image-list .agent-actions a:first-child, .agency-image-list .agency-actions a:first-child {
    border: none;
}

.agent-image-list .agent-actions a:hover, .agency-image-list .agency-actions a:hover{
	background: #484848;
	color: #fff;
}

.agent-text,
.agency-text {
	position: relative;
	width: 50%;
	display: table-cell;
	padding: 25px 30px;
	vertical-align: top;
    background: #fff;
}


.agent-actions, .agency-actions{
	position: relative;
	display: table;
	width: 100%;
	padding: 0;
}

.agent-actions a, .agency-actions a{
	display: table-cell;
	width: 25%;
	padding: 6px 12px;
	text-align: center;
	background: #fff;
	font-size: 17px;
	color: #484848;
	overflow: hidden;
    border-left: 1px solid #e5e5e5;
    text-decoration: none;
}

.label-primary {
    background-color: #379cf4;
}


.agent-actions a:hover, .agency-actions a:hover,
.agent-actions a:focus, .agency-actions a:focus{
	color: #379cf4;
	background: #f1f1f1;
	overflow: hidden;
	outline: none;
}

.sort{
	padding-bottom: 40px;
}

.sort .form-inline{
	float: right;
}

#sort-form .form-control {
    min-width: 100px;
}

/* pagination */
.pagination > li > a, 
.pagination > li > span {
	color: #82b440;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #82b440;
	border-color: #82b440;
}

.blog-container{
	position: relative;
	width: auto;
	padding: 0;
	margin: 0 0 40px;
    border: 2px solid #eee;
    border-radius: 24px;
}

.blog-container .blog-meta {
    padding: 10px 0px;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: .5px;
}

.blog-container .blog-meta span {
    margin-right: 10px;
}

.blog-container .blog-meta span i {
    color: #ccc;
    width: 20px;
}
.btn-read-more {
    font-size: 15px;
}

.blog-image{
	position: relative;
	width: 100%;
	height: 320px;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-position: center center;
}

.blog-image .blog-author{
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	text-shadow: 1px 1px #999;
}

.blog-image .blog-author img{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	margin-right: 10px;
}

.blog-image .blog-author a{
	color: #fff;
	text-shadow: 1px 1px #999;
}

.blog-image .blog-author a:hover{
	border-bottom: 1px dashed #fff;
}

.blog-content{
	position: relative;
    padding: 25px 30px;
}

.blog-title{
	display: block;
}

.blog-title h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    letter-spacing: -0.5px;
    font-family: "Baloo Bhai";
}

.blog-title h2 a {
    color: #285175;
}

.blog-title h3{
	font-size: 15px !important;
    line-height: 24px;
    padding: 10px !important;
    font-weight: 500 !important;
    border-left: 3px solid #ddd;
    background: #fdfdfd;
}

.blog-text{
	display: block;
	font-size: 16px;
	line-height: 32px;
}

.blog-meta{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 13px;
}

.blog-features {
    display: block;
    overflow: hidden;
    padding-top: 22px;
    margin-top: 18px;
    border-top: 1px solid #eee;
}

.blog-features span {
    padding-left: 20px;
}
.blog-features span:first-child {
    padding-left: 0;
}
.blog-features span:last-child {
    float: right;
}
.blog-features span i {
    width: 16px;
    color: #ccc;
}
.blog-paged::before,
.blog-paged::after,
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
	content: "";
	display: table;
	clear: both;
}

.blog-paged{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%; 
}

.blog-paged > .pager li > a:hover,
.blog-paged > .pager li > a:focus{
	background-color: #82b440;
	color: #fff;
	border-color: #6f9a37;
}

.blog-paged > .pager .disabled > a,
.blog-paged > .pager .disabled > a:hover,
.blog-paged > .pager .disabled > a:focus,
.blog-paged > .pager .disabled > span {
	color: #999;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.blog-comment{
    padding-top: 60px;
}

.blog-comment ul{
	list-style-type: none;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}

.blog-comment .post-comments{
	border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
	margin-right: 0px;
    position: relative;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       	 -o-border-radius: 4px;
    		border-radius: 4px;
	color: #6b6e80;
	position: relative;
    list-style: none;
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;	
    background: #fff;
}

.blog-comment .post-comments a {
    color: #3494e8;
    background: #fff;
    padding: 5px 10px;
    border-radius: 24px;
    font-weight: 500;
    font-family: ABeeZee;
    border: 1px solid #3494e8;
}

.blog-comment .meta {
    font-size: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 20px;
}

.blog-comment .meta:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent #eee;
    left: -12px;
}


.post-comments p {
    padding: 12px 20px;
    margin: 0;
}

.blog-comment .meta strong {
    font-weight: 600;
}

.blog-comment ul.comments ul{
	list-style-type: none;
}

.blog-comment ul.comments ul.rating {
    padding-right: 10px;
}

.comment-respond {
    padding-bottom: 40px;
}

.comment-respond label {
    display: none;
}

.contact{
	font-size: 14px;
	line-height: 26px;
}

#map,
#map-tour{
	background-color: #1b1d2a;
	width: 100%;
	height: 350px;
}

#map-tour{
	margin-bottom: 40px;
}

#map img,
#map-tour img{
	max-width: none;
}



/* 
	==================
	[7. Sidebars]
	==================
*/
.sidebar{
	margin-bottom: 20px;
}

.sidebar .widget:before,
.sidebar .widget:after,
.sidebar .widget-sidebar:before,
.sidebar .widget-sidebar:after{
	content: "";
	display: table;
	clear: both;
}

.sidebar .widget{
	position: relative;
}

.sidebar .widget,
.sidebar .widget-sidebar{
	margin-bottom: 20px;
}

.sidebar .widget .widget-header{
    margin-bottom: 10px;
    position: relative;
    display: block;
}

.sidebar .widget .widget-header h3{
    font-family: "Baloo Bhai";
    font-size: 23px;
    color: #25547d;
    background-repeat: repeat-x;
    background-position: bottom center;
    margin-top: 10px;
    letter-spacing: -0.5px;
    text-align: center;
}

.sidebar .widget .widget-header h3 p{
    font-size: 15px;
}

.sidebar .widget.widget_text, .sidebar .widget_tours_widget {
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 24px;
    padding: 20px;
}
.sidebar .widget.widget_text .widget-header, .sidebar .widget_tours_widget .widget-header {
    border-bottom: 1px solid #eee;
}
 .sidebar .widget_tours_widget .package-boxes {
 	padding: 20px 40px 10px;
 }

.booking-felids i {
    color: #999999;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
}

/* default widget */
.sidebar .widget ul{
	list-style-type: none;
}

.sidebar .widget ul > li{
	display: block;
	padding: 3px 0;
	margin-left: -40px;
}

.sidebar .widget ul > li > a:before{
	font-family: 'Flaticon';
	content: none;
	padding-right: 10px;
    vertical-align: middle;
    color: #babebe;
    width: 35px;
    font-size: 22px;
    line-height: 20px;
}

.sidebar .widget ul > li.my-tour > a:before{
	content: "\f15f";
}

.sidebar .widget ul > li.create-tour > a:before{
	content: "\f175";
}

.sidebar .widget ul > li.edit-user > a:before{
	content: "\f171";
}

.sidebar .widget ul > li.edit-guide > a:before{
	content: "\f144";
}

.sidebar .widget ul > li.card > a:before{
	content: "\f125";
}

.sidebar .widget ul > li.change-password > a:before{
	content: "\f147";
}

.sidebar .widget ul > li.logout > a:before{
	content: "\f188";
}

.sidebar .widget ul > li.register > a:before{
	content: "\f188";
}

.sidebar .widget ul > li.login > a:before {
    content: "\f188";
}

.sidebar .widget ul > li > a{
	display: inline;
    color: #888888;
}

.page-template .sidebar .widget ul {
    margin: 0;
}

.page-template .sidebar .widget ul > li > a {
    line-height: 24px;
    vertical-align: bottom;
    font-size: 15px;
    line-height: 24px;
    vertical-align: bottom;
    color: #333;
    display: block;
    outline: none;
    padding: 10px 0;
    text-decoration: none;
    background: #fbfbfb;
    padding-left: 20px;
}

.page-template .sidebar .widget ul > li {
    border-bottom: 2px solid #f3f3f3;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    padding: 0;
}

.page-template .sidebar .widget ul > li > a:hover, .page-template .sidebar .widget ul > li > a:hover i, .page-template .sidebar .widget ul > li > a:hover:before {
    color: #379cf4 !important;
    background: #f7f7f7;
}

.page-template .sidebar .widget ul > li:hover:after {
    color: #ccc;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 12px;
}
.menu-dashboard-container {
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.sidebar .widget .field.col-md-3, .sidebar .widget .field.col-md-6 {
    width: 100%;
    padding: 0;
}

/* special widget */
.advance-search::before,
.advance-search::after{
	content: '';
	display: table;
	clear: both;
}

.advance-search .btn-group{
	display: table;
	text-align: center;
	margin: 10px auto;
}

.sidebar .widget-sidebar .list-check > li > a:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #82b440;
    padding-right: 8px;
    position: relative;
    left: 0;
    top:-1px;
}

.sidebar .widget-sidebar .list-check > li > a:hover:before{
    color: #6f9a37;
}

.sidebar .widget-sidebar .nav-tabs {
	border-bottom: 3px solid #ddd;
}

.sidebar .widget-sidebar .nav-tabs > li > a {
	font-size: 18px;
	border: none;
	position: relative;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover {
	color: #2C3E50;
	border-color: transparent;
	background: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li > a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #ccc;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus {
	color: #2C3E50;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom-color: transparent;
}

.sidebar .widget-sidebar .nav-tabs > li.active > a:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:hover:before,
.sidebar .widget-sidebar .nav-tabs > li.active > a:focus:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #82b440;
}

.sidebar .widget-sidebar .tab-content{
	padding-top: 20px;
}

.main.style-2 .travel-help-widget {
    background: #f7f7f7;
}
/* 
	==================
	[8. Testimonial]
	==================
*/
#testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

#testimonials div[class^="col-"]{
    display:inline-block;
    float:none;
    margin-right:-4px;
}
.testimonial-box, .testimonial-box-2, .testimonial-box-3 {
    margin-top: 60px;
    margin-bottom: 30px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 3px 13px rgba(39,79,117,.15) !important;
    border-radius: 12px;
}
.testimonial-box-3 {
    margin-top: 10px;
}
.testimonial-box-3 {
    text-align: left;
    padding: 20px;
}
.testimonial-box .testimonial-image {
    position: absolute;
    width: 90px;
    left: 0;
    top: -55px;
}

.testimonial-box-2 .testimonial-image {
    position: relative;
    display: block;
}

.testimonial-box-3 .testimonial-image {
    position: relative;
    display: table-cell;
}

.testimonial-box .testimonial-image img {
    width: 86px;
    border-radius: 100px;
    background: linear-gradient(to bottom, #fff,rgb(55, 156, 244));
    padding: 2px;
}

.testimonial-box-3 .testimonial-image img {
    border-radius: 100px;
}

.testimonial-box .testimonial-title, .testimonial-box-2 .testimonial-title, .testimonial-box-3 .testimonial-title {
    font-size: 17px; 
    color: #283e4f;
    margin-top: 20px;
    font-weight: 600;
}
.testimonial-box-3 .testimonial-title {
    margin-top: 5px;
}

#testimonials div[class^="col-"] {
    vertical-align: top;
}

.testimonial-box .testimonial-details {
    color: #616b71; /*#616b71*/
    font-size: 16px;
    margin-bottom: 20px;
    padding: 30px 60px 0 90px;
    font-family: ABeeZee, 'Montserrat', sans-serif;
}

.testimonial-box-2 .testimonial-details, .testimonial-box-3 .testimonial-details {
    color: #616b71;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px 0 15px;
}
.testimonial-box .testimonial-info {
    color: #616b71;
    font-size: 12px;
    padding: 10px 40px;
    background: #f4faff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.testimonial-box-3 .testimonial-info {
    color: #616b71;
    font-size: 12px;
}
.testimonial-box-3 .testimonial-info .rating-stars {
    padding: 0;
}
.testimonial-box-3 .testimonial-info .rating-stars li i {
    color: #FAA42B;
    font-size: 18px;
}
.testimonial-box-2 .testimonial-info {
    font-size: 14px;
}
.testimonial-box .testimonial-info .name, .testimonial-box-2 .testimonial-info .name, .testimonial-box-3 .testimonial-info .name{
    font-weight: 600;
    color: #444;
}

.testimonial-box .testimonial-quote-icon{
	position:relative;
	font-size:24px;
	line-height:1em;
	color:#379cf4;	
}

.rating-stars {
    padding: 0;
    padding-left: 10px;
    list-style: none;
    display: inline-block;
    text-align: right;
    margin: 0;
}

.rating-stars li {
    display: inline-block;
    padding-right: 3px;
}

.rating-stars li i {
    color: #379cf4;
    font-size: 16px;
}


.post-container {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#footer .post-container {
    border-bottom: 1px solid #143858;
}

.post-noborder, .col-md-12:last-child .post-container,
#footer .post-container.post-noborder {
    border-bottom: none;
    padding: 0;
}

.post-img {
	position: relative;
	float: left;
	display: inline;
	width: 75px;
	height: 75px;
	margin-right: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		-ms-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.post-img-circle{
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
}

.post-img h6 {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: #379cf4;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: ABeeZee;
    text-transform: uppercase;
}

.post-content {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 21px;
}

.post-content.list-agent > .post-meta{
	font-size: 12px;
	font-weight: 400;
}

.post-content > .post-meta {
	display: block;
	padding-top: 0 !important;
	padding-bottom: 5px;
	font-size: 15px;
    font-weight: 400;
}

.post-content > .heading-title h5{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
    font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	text-transform: none;
	border: none;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
}

.post-content > .heading-title h5 a{
    color: #555;
}

#footer .post-content > .heading-title h5 a {
    color: #fff;
}

.post-content.list-agent > .heading-title h2{
	font-size: 16px;
	line-height: 20px;
}

.post-content > .heading-title h5 small {
    font-size: 80%;
    padding-top: 3px;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
    font-weight: 500;
}

.post-content > .heading-title h5 span{
	font-weight: 500;
    font-size: 9px;
    line-height: 20px;
}

.post-content > .heading-title{
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

.post-content > .heading-title h5::before{
	content: '';
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: -15px;
	background: #f4f4f4;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

.post-content > .heading-title h5::after{
	content: '';
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: 0;
	background: transparent;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}

#content .post-meta, 
.post-single .post-meta span {
	font-size: 13px;
	line-height: 16px;
}

.post-content .post-meta span i {
	font-size: 12px;
	width: 16px;
	color: #379cf4;
}

#footer .post-content .post-meta span i {
    font-size: 15px;
}

#content .post-meta, 
.post-single .post-meta {
	display: block;
	padding-top: 20px;
	padding-bottom: 15px;
}

.post-content .post-meta {
    padding-bottom: 0 !important;
}

.post-content .post-meta span {
	line-height: 20px;
    font-family: ABeeZee;
}

.single.single-tour .tour-content h2, .similar-tours h2, .section-title,
.blog-comment h3, .blog-comment-form h3 {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
    padding-top: 20px;
    color: #333; /*rgba(39, 79, 115, 0.74)*/
    font-family: 'Baloo Bhai', 'Montserrat', cursive;
    letter-spacing: -0.5px;
}

.single.single-tour .tour-content h2::after, .blog-comment h3::after, .blog-comment-form h3::after {
    color: #379cf4;
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #379cf4;
    content: " ";
    width: 50px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.comment-heading small {
    font-size: 80%;
    padding-left: 10px;
}

.comment-heading small a {
    padding: 10px;
    background: #eee;
    border-radius: 24px;
}

.single-post h3.comment-heading {
    margin-bottom: 20px !important;
}


.post-comments ul {
    list-style-type: square !important;
}
.post-comments h3, .blog-text h3 {
    padding-top: 0 !important;
}

.single-post .nav-tabs > li > a{
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 18px;
	font-weight: 600;
}

.single-post .tab-content{
	background-color: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	border-top: none;
}

.single-post .blog-container {
    margin: 0;
    box-shadow: none;
}

.sidebar .widget-white.favorite::before{
	content: '';
	border: none;
}

.favorite a{
	position: relative;
	display: block;
	vertical-align: middle;
}

.favorite a::before{
	content: '';
	position: absolute;
	left: 34px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #82b440;
}

.favorite a > i{
	font-size: 20px;
	padding-right: 25px;
	display: inline-block;
	vertical-align: middle;
}

/* carousel single */
#slider-tour .carousel-inner .item img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#slider-tour .carousel-control{
	opacity: 1;
	filter: alpha(opacity=100);
}

#slider-tour .carousel-control.left,
#slider-tour .carousel-control.right{
	position: absolute;
	background-image: none;
	width: 50px;
	height: 50px;
	margin-top: 25%;
	background-color: #fff;
	color: #379cf4;
	text-shadow: none;
}

#slider-tour .carousel-control.left:hover,
#slider-tour .carousel-control.right:hover{
	background-color: rgba(255, 255, 255, 0.2) !important;
	color: #7aa93c;
	text-shadow: none;
}

#slider-tour .carousel-control > .glyphicon,
#slider-tour .carousel-control > .fa{
	font-size: 16px;
	line-height: 50px;
}

#slider-tour .carousel-indicators li{
	position: relative;
	width: 100px;
	height: 65px;
	margin: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
	border-width: 2px;
	border-color: #fff;
	text-indent: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

#slider-tour .carousel-indicators li::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
	-webkit-transition: background .1s ease-in-out;
	   -moz-transition: background .1s ease-in-out;
		-ms-transition: background .1s ease-in-out;
		 -o-transition: background .1s ease-in-out;
			transition: background .1s ease-in-out;
}

#slider-tour .carousel-indicators li img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

#slider-tour .carousel-indicators .active::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.1);
	-webkit-transition: background .1s ease-in-out;
	   -moz-transition: background .1s ease-in-out;
		-ms-transition: background .1s ease-in-out;
		 -o-transition: background .1s ease-in-out;
			transition: background .1s ease-in-out;
}

#slider-tour .carousel-indicators .active {
  border-color: #82b440;
  border-width: 2px;
}



/* 
	==================
	[9. Location]
	==================
*/
#browse-locations {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #f7f7f7;
}

.browse-locations-bg {
    background: #fafafa;
    padding: 90px 0px;
}

#browse-locations .mb-50:last-child {
    margin-bottom: 0;
}

.browse-locations-item {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

.browse-locations-item img {
    width: 100%;
    border-radius: 10px;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);

}

.browse-locations-item img:hover {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    opacity: .9;
}

.browse-locations-item .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.68);
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 19px;
    letter-spacing: .5px;
    padding: 10px;
    border-radius: 3px;
    z-index: 1;
    margin: 15px;
    font-family: 'Kalam', 'ABeeZee', sans-serif;}

.browse-locations-item .btn span {
    font-size: 13px;
}


.mb-50 {
    margin-bottom: 50px;
}


.button, .wpcf7-submit {
    display: inline-block;
    position: relative;
    top: 0;
    padding: 5px 10px;
    border: 0;
    cursor: pointer;
    color: #fff;
    min-height: 50px;
    background-color: #379cf4;
    font-size: 17px;
    margin-bottom: 20px;
}



/**** Single Place ****/

.single-location {
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

.single-location::after,
.single-blog-item.v2:after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;

    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.52) 35%, rgba(22, 22, 23, 0) 80%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.52) 35%, rgba(22, 22, 23, 0) 80%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.52) 35%, rgba(22, 22, 23, 0) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d00a0', endColorstr='#782254e8',GradientType=1 ); /* IE6-9 */

    border-radius: 4px;
    opacity: 1;
}

.single-location-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.single-location-content {
    position: absolute;
    bottom: 0; /* 1.6rem */
    left: 0.5rem;
    width: 100%;
    padding: 0 1.875rem;
    z-index: 10;
}

.single-location-title {
    font-size: 23px;
    transition: 0.5s;
    transform: translateY(30px);
    margin-bottom: 10px;
    font-weight: 700;
}


.single-location-title a,
.single-location-list li {
    color: #fff;
}

.single-location-title a {
    font-family: 'Kalam', 'ABeeZee', sans-serif;
    border-radius: 12px;
}

.single-location-list {
    transform: translatey(20px);
    transition: 0.5s;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.single-location-list li {
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    /* text-transform: uppercase; */
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
    font-weight: 400;
    /* letter-spacing: 0.5px; */
}

.single-location-list li:first-child:after {
    position: absolute;
    top: 0;
    right: -18px;
    content: "~";
    background: transparent;
    width: 10px;
    font-size: 18px;

}

.single-location-list.v2 li:first-child::after {

    display: none;
}

.single-location-list li span {
    margin-right: 5px;
}


.single-location-image {
    transition: 0.5s;
    transform: scale(1);
}

.single-location:hover .single-location-image {
    transform: scale(1.1);
}

.view-location {
    transition: all 0.5s;
    transform: translateY(40px);
    opacity: 0;
    transition-delay: 0.4s;
}

.btn.location {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 7px 15px;
    border-radius: 6px;
    letter-spacing: 0.6px;
    transition: 0.5s;
    line-height: 1.2;
    background: transparent;
    font-family: ABeeZee;
}
.btn.location:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid transparent;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/* 
	==================
	[10. Tour Detail]
	==================
*/
.tour-overview {
    padding: 0px;
    display: flex;
}

.tour-overview h2 {
    margin-top: 30px;
}

.tour-overview ul, .tour-service-types ul {
    list-style: none;
    padding: 12px 20px;
    width: 100%;
    border: 2px solid #e8ecec;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.tour-overview li, .tour-service-types li {
    border-bottom: 1px dashed #ddd;
    clear: left;
    float: left;
    line-height: 40px;
    width: 48%;
    color: #666; /* #3d7cc3 */
    padding: 5px 0;
}

.tour-overview li {
    font-weight: 500;
    font-size: 15px;
    color: #222;
}

.tour-overview li:nth-child(even), .tour-service-types li:nth-child(even) {
    float: right;
    clear: right;
}

.tour-overview li strong, .tour-service-types li strong {
    color: #222;
    float: right;
    font-weight: 500;
    font-size: 14px;

}

.tour-overview li strong {
    color: #3d7cc3;
    text-transform: initial;
}

.tour-overview li strong.emphasize {
    color: #222;
}

.tour-overview li:last-child, .tour-overview li:nth-last-child(2),
.tour-service-types li:last-child, .tour-service-types li:nth-last-child(2) {
    border-bottom: 0px;
}

.tour-overview dl {
    margin: 0px;
}

.tour-overview dt {
    float: left;
    line-height: 32px;
    padding: 7px 0px;
}

.tour-overview dd {
    border-bottom: 1px solid #eeeeee;
    line-height: 32px;
    padding: 7px 0px;
    text-align: right;
    width: 48%;
}

.tour-overview dd:last-child {
    border: 0px;
}

.tour-description {
    line-height: 30px;
}

.tour-desc {
    margin: 0;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.tour-single.style2 .tour-desc,
.tour-single.style3 .tour-desc {
    font-size: 15px;
}

.tour-single.grid.style4 {
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 24px;
    border: none;
}

.tour-single.grid.style4:hover {
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.2);
    border: none;
}

.tour-single.grid.style4 figure {
    border-radius: 0;
}

.main.style-2 .tour-content .tour-overview ul, .main.style-2 .tour-content .tour-overview .tour-service-types ul {
    background: #fff;
    border: none;
    padding: 0;
}


/*******************************************************************
* Tour Highlights
*******************************************************************/

.tour-highlights ul li {
    margin-bottom: 10px;
    color: #727272;
    font-size: 14px;
}

.tour-highlights.style2 ul li {
    color: #222;
}


.tour-highlights.style2 ul {
    margin-bottom: 10px;
    display: inline-block;
}
.tour-highlights ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tour-highlights.style2 ul li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    float: left;
    list-style: none;
    width: 49%;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

.tour-highlights.style2 ul li:nth-child(even) {
    float: right;
}

.tour-highlights ul li:before {
    float: left;
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-right: 10px;
}

.tour-highlights.style2 ul li:before {
    float: right;
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-right: 10px;
}

.tour-highlights ul li:before {
    content: '\f00c';
    color: #666;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

.tour-highlights ul li i {
    font-weight: 500;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    line-height: 42px;
    color: #379cf4;
    font-size: 1.2em;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #379cf4;
    border-radius: 24px;
    margin-bottom: 5px;
}

.tour-highlights.style2 ul li {
    border-bottom: none;
    float: left;
    list-style: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0;
}

.tour-highlights.style2 ul li:before {
    float: left;
}

.tour-highlights.style2 ul li {
    color: #333;
}

/*******************************************************************
* Tour Before You Go
*******************************************************************/

.tour-know-highlight {
    background-color: #fff;
    list-style: none;
    padding: 12px 20px;
    width: 100%;
    border: 2px solid #e8ecec;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
}

.tour-know-highlight ul {
    padding-left: 20px;
}

.tour-know-highlight ul li {
    line-height: 30px;
}


/*******************************************************************
* Tour Video
*******************************************************************/
.tour-video .video-embed-wrapper {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.tour-video .video-embed-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*******************************************************************
* Tour Includes
*******************************************************************/
.tour-includes {
    margin-bottom: 10px;
    display: inline-block;
}
.tour-includes ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tour-includes li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); 
    float: left;
    list-style: none;
    line-height: 40px;
    width: 49%;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
}

.tour-includes li:nth-child(even) {
    float: right;
}

.tour-includes li:after {
    float: right;
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-right: 10px;
}

.tour-includes li.yes:after {
    content: '\f00c';
    color: #666;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

.tour-includes li.no:after {
    content: '\f068';
    color: #379cf4;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

.tour-includes li i {
    font-weight: 500;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    line-height: 42px;
    color: #379cf4;
    font-size: 1.2em;
    margin-right: 15px;
    text-align: center;
    border: 1px solid #379cf4;
    border-radius: 24px;
    margin-bottom: 5px;
}

.tour-includes.style2 li {
    border-bottom: none;
    float: left;
    list-style: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding-top: 0;
    line-height: inherit;
}

.tour-includes.style2 li:after {
    float: left;
}

/*******************************************************************
* Tour Trip Plans
*******************************************************************/
.tour-trip-plans {
    overflow: hidden;
}

.tour-trip-plans a {
    border: 0px !important;
    display: block;
    float: left;
    margin: 0px 25px 25px 0px;
    width: 20%;
}

.tour-trip-plans a:hover {
    text-decoration: none;
}

.tour-trip-plans a img {
    height: auto;
    width: 100%;
}

/*******************************************************************
* Tour Faq
*******************************************************************/
.tour-faq-item {
    margin-bottom: 15px;
}

.tour-faq dt {
    display: inline-block;
    font-weight: normal;
    width: 140px;
}

.tour-faq dd {
    display: inline-block;
    height: 15px;
    margin: 0px 15px 0px 0px;
    position: relative;
    width: 60%;
}

.tour-faq dd .bar-faq {
    background-color: #894ea3;
    background: -moz-linear-gradient(left,  rgba(109,0,160,1) 0%, rgba(109,0,160,0.8) 37%, rgba(34,84,232,0.47) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(109,0,160,1) 0%,rgba(109,0,160,0.8) 37%,rgba(34,84,232,0.47) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #d2235d 0%,#ff6a9b 37%,#f5d7e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d00a0', endColorstr='#782254e8',GradientType=1 ); /* IE6-9 */
    height: 100%;
}

.tour-faq dd span {
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: 40px;
}

.tour-faq dd strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 0px 10px;
}

/*******************************************************************
* Tour Facilities
*******************************************************************/
.tour-public-facilities {
    overflow: hidden;
}

.tour-public-facility-wrapper {
    float: left;
    padding-bottom: 20px;
    width: 48%;
}

.tour-public-facility-wrapper:nth-child(even) {
    float: right;
}

.tour-public-facility {
    border: solid 1px #eeeeee;
    overflow: hidden;
}

.tour-public-facility-info {
    background-color: #eeeeee;
    float: left;
    line-height: 3;
    text-align: center;
    width: 30%;
}

.tour-public-facility-title {
    float: right;
    line-height: 3;
    padding: 0px 20px 0px 20px;
    width: 70%;
}


/*******************************************************************
* Map
*******************************************************************/



.tour-gallery {
    position: relative;
    float: left;
    width: 100%;
}

.tour-gallery img {
    height: auto;
    width: 100%;
}

.tour-gallery-preview {
    position: relative;
}

.tour-gallery-preview:after {
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 150px);
    bottom: 0px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tour-gallery-index {
    bottom: 15px;
    left: 0px;
    list-style: none;
    position: absolute;
    right: 0px;
    text-align: center;
}

.tour-gallery-index li {
    display: inline-block;
    margin: 0px 5px;
}

.tour-gallery-index li.active a {
    background-color: #fff;
}

.tour-gallery-index a {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;
}


/* 
	==================
	[11. Agency Detail]
	==================
*/

article .agency-header, article .agent-header {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

article .agency-thumbnail, article .agent-thumbnail {
    background-color: #f9f9f9;
    padding: 30px 0px;
    text-align: center;
}

article .agency-overview, article .agent-overview {
    margin-bottom: 30px;
    padding: 30px 20px;
    background: #f1f1f1;
}

article .agency-overview dt, article .agent-overview dt {
    float: left;
    line-height: 28px;
    margin: 0px 5px 0px 0px;
    width: 80px;
    font-weight: 400;
    font-size: 15px;
}

article .agency-overview dt.email, article .agent-overview dt.email {
    font-size: 10px;
}

article .agency-overview dd, article .agent-overview dd {
    display: table-cell;
    line-height: 28px;
    font-size: 14px;
}

article #simple-map {
    height: 300px;
}


/* 
	==================
	[12. CMB2]
	==================
*/
.content-box {
    padding: 40px 0;
}

.cmb2-wrap select,
.cmb2-wrap textarea,
.cmb2-wrap input[type="text"],
.cmb2-wrap input[type="password"],
.cmb2-wrap input[type="datetime"],
.cmb2-wrap input[type="datetime-local"],
.cmb2-wrap input[type="date"],
.cmb2-wrap input[type="month"],
.cmb2-wrap input[type="time"],
.cmb2-wrap input[type="week"],
.cmb2-wrap input[type="number"],
.cmb2-wrap input[type="email"],
.cmb2-wrap input[type="url"],
.cmb2-wrap input[type="search"],
.cmb2-wrap input[type="tel"],
.cmb2-wrap input[type="color"],
.cmb2-wrap .uneditable-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100%;
    outline: 0;
    padding-left: 15px;
    vertical-align: middle;
    width: 100%;
    float: left;
    border-radius: 0;
    border: 2px solid #dde7f3;
    display: block;
    font-size: 15px;
    color: #656565;
    font-weight: 500;
    background: #f2f8ff;
    box-shadow: 0 0 0;
}

.cmb2-wrap textarea:focus,
.cmb2-wrap input[type]:not([type=button]):focus {
    box-shadow: 0 3px 23px rgba(39,79,117,.15) !important;
    border: 2px solid #c6d3e2;
    background-color: #fefeff;
}

.cmb2-wrap .cmb-row {
    margin-bottom: 15px !important;
}

.cmb-type-group .cmb-row, .cmb2-postbox .cmb-row {
    padding: 0 !important;
    margin: 0 !important;
}

.cmb2-metabox button.dashicons-before.dashicons-no-alt.cmb-remove-group-row:not([disabled]) {
    display: none;
}

.cmb-row.cmb-remove-field-row {
    margin-top: 20px !important;
}

.cmb2-wrap input:not([type=hidden]) + .button, .cmb2-wrap input:not([type=hidden]) + input, .cmb2-wrap input:not([type=hidden]) + select {
    margin: 0 !important;
    margin-top: 10px !important;
    float: right;
}

.cmb2-wrap .button, .cmb2-wrap button {
    padding: 10px;
}

.cmb2-wrap input:focus, .cmb2-wrap textarea:focus {
    background: #894EA3;
}

.cmb2-wrap ul {
    margin: 0;
    padding: 0;
}

.cmb-th label {
    display: block;
    padding: 5px 0;
    font-family: ABeeZee;
    font-size: 15px;
    font-weight: 400;
}


.cmb-row.cmb-type-taxonomy-multicheck .cmb-td span {
    background: #eee;
    border: 1px solid #ddd;
    color: #484848;
}

.page-template-template-box-full #content, .page-template-template-box-right_sidebar #content {
    padding: 0;
}

.cmb2-wrap li {
    list-style: none
}

.cmb-repeatable-group.repeatable .cmb-group-title {
    padding: 20px;
}

.cmb-group-name {
    font-size: 18px;
    width: 100%;
    color: #555;
}

.cmb-type-group .cmb-row, .cmb2-postbox .cmb-row {
    padding: 0 0 0.1em !important;
    margin: 0 0 .8em;
}

.cmb-repeatable-group .cmb-group-title {
    margin: 0 !important;
}

.cmb-nested div.cmb-repeat-group-field {
    padding: 10px 20px !important;
}

.cmb-type-group .cmb-repeat-group-field {
    padding-top: 0 !important;
}

.cmb2-wrap .button-secondary, .cmb2-wrap button {
    margin-right: 30px;
    border: none;
    background: #379cf4;
    color: #fff;
    padding: 8px 16px;
    margin-top: 0 !important;
    display: inline-table;
    font-size: 14px;
    border-radius: 24px;
    font-family: ABeeZee;
    font-weight: 400;
}

.cmb-type-group .cmb-td, .cmb2-postbox .cmb-td {
    padding: 0 !important;
}

.cmb2-wrap textarea {
    padding: 15px !important;
}

.button-primary {
    margin-top: 20px;
    padding: 10px;
}

.cmb-th+.cmb-td {
    float: inherit !important;
    padding: 0 !important;
    width: 100% !important;
}

.cmb-th {
    padding: 0 !important;
    vertical-align: top;
    width: 100% !important;
}

.cmb2-media-status .embed-status .cmb2-remove-file-button, .cmb2-media-status .img-status .cmb2-remove-file-button {
    background: url('../img/ico-delete.png') !important;
    height: 24px !important;
    width: 24px !important;
    left: -5px;
    top: -5px;
}

.cmb2-metabox-title {
    font-size: 17px!important;
    font-weight: 600;
    padding-top: 20px !important;
}

p.cmb2-metabox-description {
    line-height: 30px;
    font-size: 13px;
    font-style: normal !important;
}

.page-template .sidebar .widget {
    background: #fff;
    box-shadow: none;
    /*margin-top: 40px;*/
}

.content-box .alert {
    margin-bottom: 0;
}

.tour-table-actions-inner form {
    float: left;
    margin-right: 5px;
}
.tour-create {margin-bottom: 20px; display: none; }

.pw-map-latitude, .pw-map-longitude {
    display: none !important;
}

/* 
	==================
	[13. Footer]
	==================
*/
#footer {
    width: 100%;
    padding: 30px 0;
    background-color: #13304a;
    color: #fff;
    font-size: 14px;
    position: relative;
}

#footer .widget:before,
#footer .widget:after{
	content: "";
	display: table;
	clear: both;
}

#footer .widget{
	margin-bottom: 20px;
}

#footer .widget h2{
	font-size: 32px;
	line-height: 36px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 20px;
}

#footer .widget h3{
    color: #379cf4;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
}

#footer .widget p{
    color: #fff;
}

#footer .widget [class*=col] {
    padding: 0;
}
#footer .widget [class*=col] h3, #footer .widget [class*=col] h2 {
    font-family: inherit !important;
    font-size: inherit !important;
    margin: 0;
}
#footer .widget [class*=col] h2 a {
    color: #fff;
}
#footer .widget .tour-container, #footer .widget .agent-container, #footer .widget .agency-container, #footer .widget .tour-image-list img, #footer .widget .agent-image-list img, #footer .widget .agency-image-list img, #footer .widget .tour-image {
    border-radius: 0;
}

#footer .widget > ul,
#footer .widget ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#footer .widget > ul > li,
#footer .widget > ul > li > a,
#footer .widget ul > li,
#footer .widget ul > li > a{
	display: block;
	padding: 2px 0;
	color: #fff;
	font-weight: 400;
    font-size: 14px;
}

#footer .widget > ul > li > a::before,
#footer .widget ul > li > a::before{
	content: '\f061';
	font-family: 'FontAwesome';
	font-size: 12px;
	font-weight: 400;
	padding-right: 15px;
    color: #666;
}

#footer .widget > ul > li > a:hover,
#footer .widget > ul > li > a:focus,
#footer .widget ul > li > a:hover,
#footer .widget ul > li > a:focus{
	color: #379cf4;
}

#footer .widget.widget_recent_comments > ul > li > a,
#footer .widget.widget_recent_comments ul > li > a{
	display: inline-block;
}

#footer .widget.widget_recent_comments > ul > li > a:before,
#footer .widget.widget_recent_comments ul > li > a:before {
	content: "";
	font-family: 'Raleway', sans-serif;
	padding-right: 0;
}

#footer .widget.widget_recent_comments > ul > li:before,
#footer .widget.widget_recent_comments ul > li:before{
	content: '\f05d';
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 400;
	padding-right: 15px;
}

/* 
	==================
	[14. Copyright]
	==================
*/
.copyright {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #19354e;
}

.copyright .scroltop{
	position: absolute;
	right: 0;
	top: 35px;
}

.copyright p {
	color: #fff;
}



.widget.widget_filter_single_package_widget .widgettitle {
    display: none;
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}





/* 
	==================
	[15. Utils]
	==================
*/

/*******************************************************************
 * Marker
 *******************************************************************/
.marker {
  border-radius: 50% 50% 50% 0;
  padding: 0 3px 3px 0;
  width: 60px;
  height: 60px;
  background: #379cf4;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.2em 0 0 -1.3em;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, .5);
  -moz-box-shadow: -1px 1px 4px rgba(0, 0, 0, .5);
  box-shadow: -1px 1px 4px rgba(0, 0, 0, .5);
}

.marker img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 50%;
	display: block;
	height: 50px;
	width: 50px;
    margin-left: 5px;
    margin-top: 5px;
}

.marker:hover {
	transform: scale(1.4);
	transition: all .15s ease-in ;
}

.marker:after {
	border-radius: 50%;
	bottom: 0px;
	content: '';
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.marker span {
	background-color: #fff;
	border: 2px solid red;
	border-radius: 50%;
	display: block;
	font-size: 13px;
	font-weight: 600;
	height: 50px;
	line-height: 46px;
	text-align: center;
	width: 50px;
}

.marker .multiple:hover {
    transform: scale(1);
}


/*******************************************************************
 * Infobox
 *******************************************************************/
.infobox {
	background-color: #f1f1f1;
	height: 120px;
	position: relative;
	width: 280px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25) !important;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
    	-ms-border-radius: 10px;
    	 -o-border-radius: 10px;
    		border-radius: 10px;    
    font-family: 'Playfair Display', serif;
}

.infobox .close {
	color: #333;
	cursor: pointer;
	height: 17px;
	display: block;
	font-size: 10px;
	line-height: 17px;
	opacity: 1;
	position: absolute;
	right: 10px;
	text-align: center;
	text-indent: 0px;
	top: 10px;
	transition: background-color .15s linear, color .15s linear;
	width: 17px;
}

.infobox-scroll {
	bottom: 4px;
	font-size: 16px;
	position: absolute;
	right: 8px;
	text-align: center;
}

.infobox-image {
	background-color: rgba(0, 0, 0, .12);
	border-radius: 2px 0px 0px 2px;
	display: block;
	float: left;
	height: 120px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	width: 120px;


}

.infobox-image img {
	display: block;
	max-width: 120px;
	position: relative;
	z-index: 2;
}

.infobox-content {
	background-color: #f1f1f1 !important;
	height: 120px;
	float: left;
	padding: 8px;
	position: relative;
	width: 160px;
	z-index: 2;
}

.infobox-content.multiple {
	border-radius: 2px 0px 0px 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	width: 280px;
}

.infobox-content-title {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.infobox-content-body {
	background-color: #f1f1f1;
	font-size: 11px;
	line-height: 16px;
	height: 80px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.infobox-content-body.multiple {
	height: 102px;
	overflow: auto;
}

.infobox-content-body-location {
	color: #9E9E9E;
	display: block;
	font-size: 9px;
	font-weight: 500;
	list-style: none;
	margin: 0px 0px 2px 0px;
	overflow: hidden;
	padding: 0px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: 144px;
}

.infobox-content-body-area, .infobox-content-body-baths, .infobox-content-body-beds {
	line-height: 19px;
}

.infobox-content-body-value strong {
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.infobox-content-price {
	background-color: #fff;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .12);
	font-size: 11px;
	font-weight: 600;
	left: 7px;
	line-height: 1;
	margin: 0px;
	padding: 6px 7px;
	position: absolute;
	top: 7px;
	z-index: 3;
}



/* 
	==================
	[16. Contact]
	==================
*/

.contact-section{
	position:relative;
}

.contact-section .title-text{
	position:relative;
	font-size:17px;
	line-height:1.6em;
	margin-bottom:40px;
	color:rgba(0,0,0,0.70);
}

/*Contact Info*/

.contact-info{
	position:relative;
	margin-bottom:30px;
	min-height:245px;
}

.contact-info .inner{
    position: relative;
    padding: 35px 20px;
    text-align: center;
    min-height: 230px;
    font-size: 17px;
    color: #656565;
    background-color: #fff;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    border-radius: 24px;
}

.contact-info .inner .text{
    font-size: 15px;
    color: #656565;
    font-weight: 500;
    line-height: 1.75;
}

.contact-info .inner .icon-box{
	position:relative;
	color:#379cf4;
	font-size:42px;
	line-height:1em;
}

.contact-info .inner h3{
    position: relative;
    font-weight: 500;
    color: #379cf4;
    margin: 12px 0px;
    color: #285175;
    letter-spacing: -0.5px;
    font-family: "ABeeZee", 'Montserrat', cursive;
    font-size: 19px;
}

.contact-info .inner .social-icon-three a{
    margin: 0px 2px;
    width: 36px;
    height: 36px;
    border: 2px solid rgb(240, 248, 255);
    border-radius: 100%;
    display: inline-block;
    color: #8daac3;
    background: #f6fbff;
}


.contact-section
.contact-box-wrap .contact-list-icon span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
}

.mr-3 {
    margin-right: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pad-30 {
    padding: 30px;
}

.plr-0 {
    padding: 0 !important;
}

.plr-10 {
    padding: 0 10px !important;
}
.contact-list-icon span {
    color: #379cf4;
}


.contact-box-content > p {
    margin-bottom: 0;
    line-height: 28px;
}

.contact-box-details .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}


.contact-box-details .contact-title h3 {
    margin-top: 0px;
}

.section-title .border-bottom {
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50px;
    bottom: -25px;
    border-bottom: none !important;
    background: #379cf4;
}
.section-title h3 {
    line-height: 10px;
}


/*contact Form Section*/

.contact-form-section{
	position:relative;
	padding-bottom:40px;
}

.contact-form-section .column h2{
	position:relative;
	color:#894EA3;
	font-weight:700;
	margin-bottom:25px;
	text-transform:capitalize;
}

.contact-form-section .contact-content{
	position:relative;
}

.contact-form-section .contact-content h3{
	position:relative;
	font-size:35px;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:25px;
    color: rgba(39, 79, 115, 0.6);
}

.contact-form-section .contact-content .text{
	position:relative;
}

.contact-form-section .contact-content .text p{
	position:relative;
	font-size:16px;
	margin-bottom:25px;
	color:rgba(0,0,0,0.60);
}

.contact-form-section .contact-content .text p span{
	color:#25292f;
	font-weight:700;
}

/*Contact Form*/

.contact-form, .map-section {
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    border-radius: 24px;
}

.contact-form {
    max-width: 600px;
}

.wpcf7-form-control-wrap {
    display: inherit !important;
    width: 100%;
}

.wpcf7-form [class*=' col-'] {
    padding: 0;
}

.contact-form .row {
    margin: 0px -6px;
}

.contact-form label {
    width: 100%;
}

.contact-form .form-group{
    position: relative;
    margin-bottom: 20px;
	padding:0px 6px;
}

.page-content .btn-success {
    position: relative;
    margin-top: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}


.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#31b4dd;
	background:none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form textarea{
	height:165px;
	resize:none;
	padding:12px 25px;	
}

.contact-form button{
	font-size:16px;
	letter-spacing:0px;
	margin-top:10px;
	padding:10px 26px 12px;
	text-transform:capitalize;
}

.contact-form input[type="button"], .contact-form input[type="reset"], .contact-form input[type="submit"] {
    border: none;
    background: #379cf4;
    color: #fff;
    padding: 10px 20px;
}



/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:450px;
}



.contact-form .heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
    font-family: "ABeeZee", 'Montserrat', cursive;
}


/* 
	==================
	[17. 404]
	==================
*/


.search-form .input-group-btn:last-child > .btn, .search-form .input-group-btn:last-child > .btn-group {
    margin-left: -2px;
    background: #f3f3f3;
    padding: 14px;
    border: solid 1px #e8e8e8;
}

.search-form .fa{
    color: #ccc;
    font-size: 18px;
}

.error404 {
    background: #fff;
}
.no-results.not-found {
    text-align: center;
    padding-bottom: 20px;
}
.not-found {
    color: #484848;
}

.not-found .page-header {
    margin-top: 0;
    padding-bottom: 0;
}

.not-found .page-header h1 {
    color: #379cf4;
    font-size: 180px;
    margin-bottom: 25px;
    line-height: .8;
    font-weight: 500;
}

.not-found .page-header h2 {
    font-size: 60px;
    color: #ccc;
}

/* 
	==================
	[18. Wp Styles]
	==================
*/

table {
	border-spacing: 0;
	width: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #f9f9f9;
	border-collapse: separate;
}

table td, table th {
	text-align: center;
    font-size: 14px;
    line-height: 40px;
}
/*
table td {
    border-bottom: 1px solid #e9daf0;
}
*/
table td p:last-child,table th p:last-child {
	margin-bottom: 0;
}

table thead th {
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

table thead th:first-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table thead th:last-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table tr th:last-child,table tr td:last-child {
	border-right: 0;
}

table tbody {
	background: #fff;
}

table tbody th {
    vertical-align: middle;
    font-weight: 600;
    border-bottom: 1px solid #e9daf0;
}

table tbody h2 {
	font-size: 1em;
	letter-spacing: normal;
	font-weight: normal;
}

table tbody h2 a {
	font-weight: normal;
}

table tbody h4 {
	letter-spacing: normal;
	font-weight: 500;
	font-style: italic;
	color: #848484;
}

table tbody tr:last-child td:first-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table tbody tr:last-child td:last-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table tbody tr:last-child td {
	border-bottom: 0;
}


table tfoot tr {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
    line-height: 40px;
}

table tfoot tr a {
	color: #fff;
    padding-left: 10px;
}

table tfoot tr a:hover {
	color: #fff;
}

table td.small {
	font-size: 13px;
	color: #999;
}

.table-scroll {
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
}

table tbody tr:nth-child(odd) {
	background-color: #fff;
}

table tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}
.tour-table-info-content-title, .tour-table-info-content-price {
    font-size: 16px;
}
.tour-table-info-content-price {
    padding-top: 20px;
    color: #a64eab;
}
.tour-table-info-content-location {
    font-size: 12px;
}


.pagination {
    margin-top: 20px;
}
.nav-links {
    display: inline-block;
    padding-left: 0;
    width: 100%;
}
.nav-links > a,
.nav-links > span,
.nav-links .nav-previous > a,
.nav-links .nav-previous > span,
.nav-links .nav-next > a,
.nav-links .nav-next > span,
.page-links > a,
.page-links > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-links > span {
    background: #eee;
}
.nav-links .nav-next > a {
    float: right;
}

.nav-links .nav-previous > a,
.nav-links .nav-next > a {
    border: 2px solid #ddd;
    border-radius: 24px;
}

.nav-links .nav-previous > a:hover,
.nav-links .nav-next > a:hover {
    background: #379cf4;
    color: #fff;
    border-color: #379cf4;
}

.nav-links > a:hover,
.page-links > a:hover {
  color: #2a6496;
  background-color: #7eb5e4;
  color: #fff;
}
.nav-links > span.current,
.page-links > span.current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background: #379cf4;
}
.post-navigation .nav-links {
    display: block;
}
.page-links {
    display: inline-flex;
}

.page-links a:first-child{
    margin-left: 10px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}



/* 
	==================
	[19. Facts]
	==================
*/

 .facts{
    position: relative;
    overflow: hidden;
    padding-top: 60px!important;
    padding-bottom: 60px!important;
 }
.fact-box{
	position:relative;
	margin-top:30px;
}

.fact-box .inner{
	position:relative;
	padding:50px 15px 30px;
	max-width:250px;
	margin:0 auto;
	text-align:center;
	border:2px solid rgb(55, 156, 244);
	border-radius:0px 0px 5px 5px;
}

.fact-box .inner:before{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	border-bottom:2px solid rgba(255,255,255,0.50);	
}

.fact-box .inner:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	border-bottom:2px solid rgba(255,255,255,0.50);	
}

.fact-box .icon-box{
position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 42px;
    background: #fff;
    color: #379cf4;
}

.fact-box .content{
	position:relative;
}

.count-outer {
    position: relative;
    font-size: 42px;
    line-height: 1.4em;
    color: #444;
    margin-bottom: 7px;
    font-family: 'Baloo Bhai', "ABeeZee", 'Montserrat', cursive;
}

.count-outer .count-text{
	font-weight:500;
}

.fact-box .counter-title{
	position:relative;
	font-size:13px;
	line-height:30px;
	font-weight:400;
}
@media (max-width:992px) {
	.fact-box-sm{
		margin-top: 60px !important
	}
}
@media (max-width:767px) {
	.fact-box-xs{
		margin-top: 60px !important
	}
}

.has-gradient {
    background-image: -webkit-linear-gradient(to right, #4b68da, #00b7f1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(to right), color-stop(#4b68da), to(#00b7f1));
    background-image: linear-gradient(to right, #4b68da, #379cf4);
    color: #fff
}





.facts-counter-item {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
.facts-counter-item h1 {
	font-size: 40px;
	font-weight: 400;
	color: #379cf4;
	margin-bottom: 5px;
    font-family: 'Montserrat', cursive;
}
.facts-counter-item p {
  margin: 0;
}
.facts-counter-item {
	font-size: 18px;
	color: #656565;
	font-weight: 600;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}
.facts-counter-item-image {
	height: 75px;
}

.facts-counter-item-image i {
	font-size: 48px;
    font-weight: 400;
}



/* Facts Style 2 */
.facts .row > div {
    padding: 0;
}

.facts .row > div:last-child a {
    border-right: none;
}

.facts-category {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.facts-category > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    border-right: 1px solid #e8ecec;
}
.facts-category > a i {
    float: left;
    width: 100%;
    color: #379cf4;
    font-size: 70px;
    margin-top: 30px;
}
.facts-category > a span {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    padding-top: 40px;
    text-transform: uppercase;
    font-family: ABeeZee;
}
.facts-category > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}



/* 
=================================
      20. Social
=================================
*/
.social-icons li {
	display: inline-block;
	margin: 0 !important;
    padding: 0 3px;
}

.social-icons li.last {
	margin-right: 0;
}

.social-icons a {
	display: inline-block;
	background: #555;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 16px;
	float: left;
}

.social-icons a:hover {
	background: #333;
}

.social-icons a:hover .fa {
	color: #fff;
}

.social-icons a .fa {
	color: #222;
}

.social-icons a .fa:before {
	font-size: 18px;
	text-align: center;
	padding: 0;
}


/** nav tabs */
.navbar-nav.navbar-right:last-child {
	margin-right: 0; 
}
.nav-justified > li {
    display: inline-block !important;
    width: auto !important;
}
.nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border-radius: 0;
    color: #fff;
    background-color: #7c4992;
    z-index: 100;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
    color: #fff;
}
.nav-tabs.nav-justified {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    position: absolute;
    top: -47px;
    max-width: 800px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
    background: #94c565; 
}

blockquote {
    font-style: italic;
    background: #fff;
}
ul {
    list-style-type: square;
}

.contact-map iframe {
    border: 0px;
    width: 100%;
}


.tour-buttons {
    overflow: hidden;
    padding: 10px 0 25px 25px;
}
.tour-btn {
    background: #379cf4;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 500;
    border-radius: 5px;-webkit-transition: .3s;transition: .3s;
}

.tour-buttons .tour-btn {
    background: #484848;
    color: #fff;
}






.tour-slider {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.tour-slider .carousel-fade .carousel-inner .item {
    transition-tour: opacity;
}

.tour-slider .carousel-fade .carousel-inner .item,
.tour-slider .carousel-fade .carousel-inner .active.left,
.tour-slider .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.tour-slider .carousel-fade .carousel-inner .active,
.tour-slider .carousel-fade .carousel-inner .next.left,
.tour-slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.tour-slider .carousel-fade .carousel-inner .next,
.tour-slider .carousel-fade .carousel-inner .prev,
.tour-slider .carousel-fade .carousel-inner .active.left,
.tour-slider .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.tour-slider .carousel-fade .carousel-control {
    z-index: 2;
}

.tour-slider .carousel-inner .item figure {
    position: relative;
}

.tour-slider .carousel-inner .item figure img {
    width: 100%;
}

.tour-slider .carousel-inner .item figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details {
    width: 800px;
    padding: 25px 0;
    position: relative;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details h1 {

    font-size: 70px;
    line-height: 70px;
    margin: 0 0 5px 0;
    letter-spacing: -2px;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details h1 a {
color: #fff;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details span.sticker {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 40px;
    display: inline-block;
    border-radius: 1px;
    line-height: normal;
    position: relative;
    float: left;
    font-weight: 800;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Baloo Bhai', cursive;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details p span {
    color: #379cf4;
    display: inline-block;
    position: relative;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details ul {
    margin: 15px 0 15px 0;
    background: #13304a;
    padding: 10px 20px;
    border-radius: 12px;
    display: inline-table;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details ul li:last-child {
    margin-right: 0;
    border-left: 1px solid #1d466b;
    padding-left: 15px;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details ul li span {
    display: table-cell;
    vertical-align: middle;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details ul li span:first-child {
    font-size: 40px;
    color: #379cf4;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details ul li span:last-child {
    font-size: 14px;
    font-weight: 500;
    color: #92ccff;
    padding-left: 10px;
    font-family: ABeeZee, 'Montserrat', sans-serif;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details .slide-controls {
    position: absolute;
    left: 0;
    top: -45px;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left, .tour-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    font-size: 25px;
    color: #379cf4;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 5px;
    transition: 0.3s ease;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left:hover, .tour-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right:hover {
    background: #379cf4;
    color: #fff;
}

.tour-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
    margin-left: -4px;
}

.is-sticky .navbar {
    background: #f9a11b;
}


.tour-slider .carousel-inner .item:after {
    background-color: rgba(0, 0, 0, 0.30);
    bottom: 0px;
    content: '';
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* bs-slider  */
.bs-slider .button, .bs-slider input[type="submit"] {
    font-size: 17px;
    font-family: ABeeZee;
    font-weight: 400;
    line-height: 30px;
    background: #379cf4;
	padding:10px 25px 10px 55px;
	color:white;
	border-radius:24px;
	border:none;
	background-color:#379cf4;
	display:inline-block;
	width:auto;
	cursor:pointer;
    text-decoration:none;
	transition: all 0.2s linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}


.button:hover, input[type="submit"]:hover, .button.grey:hover {
	color:white;
	text-decoration:none;
	background-color:#484848;
}

.button.alt { background-color:#4fba6f; }
.button.alt:hover { background-color:#5fc97e; }

.button.small {
	padding:6px 23px 6px 23px;
	font-size:12px;
}

.button.large {
	padding:12px 45px 12px 45px;
	font-size:17px;
}

.button.grey { color:#8da9b9; cursor:auto; background-color:#cbdfea; }

.button-icon { position:relative; padding-left:56px; padding-right:25px; }
.button-icon.small { padding-left:38px; padding-right:15px; }
.button-icon.large { padding-left:70px; padding-right:35px; }
.button-icon .fa {
	background:rgba(0, 0, 0, 0.1);
	position:absolute;
	left:0;
	top:0;
	border-radius:2px;
	height:100%;
	width:38px;
	text-align:center;
	padding-top:14px;
	font-size:20px;
}
.button-icon.small .fa { padding-top:8px; width:27px; }
.button-icon.large .fa { padding-top:15px; font-size:16px; width:45px; }






.tour-title {
    display: inline-block;
}

.tour-title h2 {
    font-weight: 800;
    font-size: 26px;
    margin: 0;
    font-family: 'Playfair Display', sans-serif;
    float: left;
}

.tour-badge {
    float: right;
}

.tour-title .tour-badge .tour-contract-badge, .tour-title .tour-badge .tour-type-badge {
    margin: 0;
    padding: 4px 11px;
    line-height: 24px;
    border-radius: 3px;
    background-color: #66676b;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin-left: 4px;
    font-weight: 600;
    text-transform: initial;
    font-family: sans-serif;
}
.tour-title .tour-badge .tour-contract-badge {
    background-color: #379cf4;
    margin-left: 10px;
}
.tour-title span.tour-type-badge {
    background-color: #eaeaea;
    color: #919191;
}

.tour-title span a, .tour-title span {
    font-size: 17px;
    color: #888;
    display: inline-block;
}

.tour-pricing {
	display: inline-block;
    display: none;
    float: right;
	font-size: 28px;
	font-weight: 500;
	color: #66676b;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
	line-height: 34px;
}


.tour-pricing .sub-price {
	font-size: 19px;
	color: #999;
}

.tour-address {
    padding-bottom: 20px;
    font-size: 15px;
}


/* tour main features */
.tour-main-features {
    
	background-color: #f7f7f7;
	background: linear-gradient(to top, #f1f1f1 0%, #ffffff); 
    
	border-radius: 3px;
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 30px 5px 30px;
}

.tour-main-features li {
	font-size: 17px;
	color: #888;
	display: inline-block;
	margin-right: 30px;
	padding: 24px 0 0 0;
	line-height: 30px;
}

.tour-main-features li:last-child {
	margin: 0;
}

.tour-main-features li span {
	display: block;
	color: #444;
    float: right;
    padding-left: 5px;
}

.tour-main-features li i {
    font-size: 30px;
}


.tour-main-features li div {
    color: #555;
    font-size: 15px;
    font-weight: 600;
}




.profile-box {
    background-color: #f7f7f7;
    position: relative;
    padding: 20px;
    border: 2px solid #eee;
}

.profile-box .profile-header {
    margin-bottom: 10px;
}

.profile-box .profile-header .profile-title {
    font-size: 16px;
}

.profile-box .profile-header .profile-img, .profile-box .profile-header .profile-title {
    display: block;
    margin: 0 auto;
}

.profile-box .profile-header .profile-img {
    width: 96px;
}

.profile-header>* {
    display: table-cell;
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.profile-box .profile-header .profile-img img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 9999px;
    overflow: hidden;
}

.profile-box .profile-header .profile-title {
    text-align: center;
    padding-top: 10px;
}

.profile-box .profile-contact {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.profile-box .profile-contact {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    position: static;
    font-size: 14px;
}

.profile-box .profile-contact {
    position: relative;
    text-align: center;
}

.profile-box ul > li > a:before {
    content: none !important;
}

.profile-box .profile-contact > li {
    margin: 0 !important;
}
.profile-box .profile-contact > li > i {
    color: #379cf4;
}






/* Widget Button */
.tour-detail-buttons {
    float: right;
    display: inline-block;
}
button.tour-detail-button {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	border-radius: 3px;
	color: #777;
	transition: all 0.3s;
	outline: none;
	border:  none;
	background-color: transparent;
	box-shadow: 0;
}

.tour-detail-button {
	height: 41px;
	text-align: center;
	width: 41px;
	float: left;
    background-color: #f0f0f0;
    background: linear-gradient(to bottom, #f4f4f4 0%, #f0f0f0);
	border-radius: 3px;
	margin-right: 5px;
	display: inline-block;
}

/* Widget Button - End */




.best_deals{
    background-color: #f1f1f1;
    background-image: url(../img/background3.png);
    background: linear-gradient(to top, #f1f1f1 0%, #ffffff);
}

figure {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.p-0 {
    padding: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.prl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.prl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.prl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}



.tour-small {
    border-radius: 14px;
    border: 4px solid transparent;
}

.tour-small:hover {
    border: 4px solid #379cf4;
}
.tour-small:hover .tour-small-content {
    padding-left: 20px;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
}

.tour-small-head {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    font-weight: 500;
}

.tour-small-title h5 {
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 10px;
}

.tour-small-head a {
    color: #285175;
    font-family: 'Baloo Bhai', "ABeeZee";
    font-size: 22px;
    font-weight: 400;
    color: #285175;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
    padding-top: 10px;
}

.tour-small-duration {
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 10px;
    background: rgb(55, 156, 244);
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 12px;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: .5px;
}

.tour-small-duration a {
    color: #fff;
}

.tour-small-image {
    border-radius: 10px;
}

.tour-small-price {
    float: right;
    font-size: 20px;
    position: relative;
    font-family: 'Baloo Bhai', "ABeeZee";
    color: #548bbb; /*#379cf4*/
}

.tour-small-location, .tour-small-location a {
    color: #222 !important;
    font-family: ABeeZee;
    font-weight: 400;
}
.tour-small-content {
    background: #fff;
}
.tour-small-title {
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.widget_tours_widget .type-small .row > [class*="col-"] {
    padding-bottom: 30px;
    padding-top: 0;
}




.page-template-template-login-box {
    /*
    background-image: url(../img/login-page-bg.jpg);
    background-size: cover;
    background-position: center;
    */
    position: relative;
    z-index: 1;
}

.page-template-template-login-box:after {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.login-box, .register-box {
    margin: auto 30%;
    padding: 0 !important;
}

.login-form, .register-form {
    padding: 30px;
    border: 2px solid #eee;
    border-radius: 0 0 24px 24px;
}

.login-form label, .register-form label {
	position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}

.login-form label i, .register-form label i {
    font-size: 21px;
    color: #379cf4;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-weight: 500;
    border-right: 1px solid #dec6e4 !important;
    padding-right: 10px !important;
    width: 30px;
}

.login-form label input, .register-form label input {
    margin-top: 8px;
    padding-left: 55px;
    height: 53px;
    color: #999;
    background-color: #fff !important;
    transition: box-shadow 0.2s !important;
}

.login-box .login-title, .register-box .register-title {
    font-family: "Baloo Bhai", "ABeeZee", 'Montserrat', sans-serif;
    font-size: 24px;
    vertical-align: middle;
    height: 100%;
    color: #484848;
    border: 2px solid #eee;
    border-radius: 24px 24px 0 0;
    padding: 30px;
    padding-bottom: 20px;
    background: #f9f9f9;
    border-bottom: none;
}

.login-box .login-title small a, .register-box .register-title small a {
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    display: block;
    font-family: 'ABeeZee', 'Montserrat', cursive;
    font-size: 14px;
}

.login-box .button-primary, .register-box .button-primary {
    margin-top: 0 !important;
    margin-bottom: 20px;
    width: 100%;
    text-shadow: none;
    background: #379cf4;
}

.login-box .text-right {
    float: right;
}




.social-links-icon li a {
  width: 36px;
  height: 36px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(115, 119, 125, 0.72);
  padding: 4px !important;
  border-radius: 50%;
  margin-right: 10px;
  color: #484848;
}
#footer .social-links-icon li a {
    width: 40px;
    height: 40px;
    line-height: 30px;
    border: 2px solid rgb(38, 73, 105);
    margin-right: 2px;
    font-size: 16px !important;
}
.social-links-icon li a:before{
    content: none !important;
}

.social-links-icon li {
    display: inline-block !important;
}

.social-links-icon li a:hover {
    background: #379cf4;
    border: 1px solid  #379cf4;
    color: #fff !important;
}

#footer address strong {
    font-weight: 600;
}




/* Mortgage */

.mortgage-calculator .input-group {
    margin-bottom: 1rem!important;
    width: 100%;
}
.mortgage-calculator .input-group-addon {
    background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
    color: #999;
    width: 45px;
    border: none;
    border-left: 1px solid #e7e7e7;
}

.mortgage-calculator .calc-output-container {
	opacity: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	transition: opacity 0.3s, max-height 0.7s;
}

.mortgage-calculator .calc-output-container .notification {
    margin: 15px 0 10px 0;
}


.notification {
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	padding: 20px 26px;
	padding-right: 50px;
	border-radius: 3px;
}

.notification p { margin: 0; }

#result .success,
.notification.success {
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
	background-color: #f5e8ed;
}






/* ------------------------------------
  Tag Cloud Widget
------------------------------------ */
.widget-tags a, .tagcloud a, .tags li a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 14px;
	border: 2px solid #ddd;
	border-radius: 30px;
}
.widget-tags a:hover, .tagcloud a:hover {
	color: #fff;
	background-color: #379cf4;
	border: 2px solid transparent;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.tags li a {
    color: #096cc1 !important;
    border: 1px solid #379cf4;
    border-radius: 24px;
}

.tags li a:hover {
	background-color: #379cf4;
    border: 1px solid #379cf4;
    color: #fff !important;
}

.tags li {
    padding: 0 !important;
}
#footer .tagcloud a {
    position: relative;
    float: left;
    color: #fff;
    border: none;
    margin: 0px 10px 10px 0px;
    background-color: #193d5d;
    padding: 12px 17px;
    font-size: 14px !important;
    line-height: 12px;
    font-weight: 500;
}

#footer .tagcloud a:hover {
    background-color: #379cf4;
}
/*
=================================
       21. Popular Post
=================================
*/
.widget-posts .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}

.widget-posts li {
	margin-bottom: 20px;
}

.widget-posts li:last-child {
	margin-bottom: 0;
}

.widget-posts .img-box,.widget-posts .content {
	display: table-cell;
	vertical-align: top;
}

.widget-posts .img-box img {
	width: 50px;
	height: 50px;
    max-width: initial;
}

.widget-posts .content {
	padding: 0 0 0 15px;
}

.widget-posts .content a h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
    color: #285175;
    font-family: ABeeZee, 'Montserrat', sans-serif;
}

.widget-posts .content a h4:hover {
	color: #ff9638;
}

.widget-posts .content span {
	color: #999999;
	font-size: 13px;
	display: block;
    margin-top: 10px;
}

.widget-posts .content span i {
	font-size: 12px;
    width: 16px;
	position: relative;
}




/* Packages */

.travel-packages {
    background-color: #fff;
}


.travel-packages .package-search {
    margin-bottom: 60px;
}

.travel-packages .package-search form {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.travel-packages .package-search form input {
    width: 100%;
    border: 0 none;
    background: #f2f2f2;
    border-radius: 3px;
    height: 50px;
    padding: 0 150px 0 15px;
}

.travel-packages .package-search form button {
    border-radius: 0 3px 3px 0;
    font-weight: 600;
    font-size: 15px;
    padding: 0 40px;
    height: 50px;
    border: 0 none;
    background: #80cd33;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.tour-single {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    border-radius: 12px;
}

.travel-packages div[class^="col-"]:last-child .tour-single {
    margin-bottom: 0;
}

.tour-single:hover .tour-details h3 a {
    color: #379cf4;
}

.tour-single figure {
    position: relative;
    border-radius: 10px;
}

.tour-single figure img {
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}

.tour-single figure img:hover {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    opacity: .9;
}

.tour-single figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tour-single figure figcaption span {
    display: inline-block;
    background: #379cf4;
    top: 0;
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: .5px;
    padding: 0 10px;
    border-radius: 3px;
    z-index: 1;
    margin: 15px;
}

.tour-single figure figcaption .tour-status {
    float: right;
}

.tour-single figure figcaption .tour-status span {
    background: #484848;
}

.tour-single .tour-details {
    padding: 20px 0 0 0;
}

.tour-single .tour-details h3 {
    font-family: 'Baloo Bhai', "ABeeZee";
    font-size: 23px;
    font-weight: 400;
    color: #285175;
    margin: 0 0 5px 0;
    letter-spacing: -0.5px;
}

.tour-single .tour-details h3 a {
    color: inherit;
}

.tour-single .tour-details p.tour-duration {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
    /*text-transform: uppercase;*/
}

.tour-single .tour-details p.tour-duration span {
    color: #379cf4;
    display: inline-block;
    padding-right: 5px;
}

.tour-single .tour-rating {
    display: table-cell;
    float: left;
}

.tour-single.grid .tour-rating {
    display: inline-block;
    float: inherit;
}

.tour-single .tour-rating ul {
    margin-bottom: 0;
}

.tour-single .tour-rating ul li {
    display: inline-block;
}

.tour-single .tour-rating ul li i {
    color: #379cf4;
    font-size: 16px;
}

.tour-single .tour-rating ul li:last-child {
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    display: inline-block;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
}

.tour-single.grid .tour-rating ul li:last-child {
    padding-left: 0;
}

.tour-single .tour-booking {
    padding-top: 10px;
}
.tour-single .tour-booking a {
    background-color: #484848;
    border-color: #484848;
    font-weight: 400;
    border-radius: 5px;
    font-family: ABeeZee;
    letter-spacing: 0.4px;
    border-radius: 24px;
}
.content-box .tour-single .tour-booking {
    padding-top: 0;
    text-align: right;
}
.tour-single .tour-booking a:hover {
    background-color: #379cf4;
    border-color: #379cf4;
}


.tour-details h3 small {
    display: block;
    margin-top: 10px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 600;
    color: #a0a0a0;
}

.tour-details h3 small strong {
    color: #656565;
    font-weight: 600;
}

.tour-single .package-meta {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.tour-single .package-meta li .fa {
    margin-right: 5px;
}

.tour-single .package-meta li {
    color: #707070;
    display: inline-block;
    font-size: 13px;
    padding-right: 5px;
}

.tour-single .package-price {
    font-size: 2.2rem;
    font-weight: 600;
    color: #666;
    letter-spacing: -0.5px;
    line-height: 3.6rem;
}

.tour-single .package-content {
    border-top: 1px solid #eeeeee;
    padding: 15px 30px;
}

.tour-single .package-content .single-button {
    border-radius: 20px;
    padding: 9px 20px;
    background-color: #379cf4;
    color: #fff;
    font-size: 13px;
}

.tour-single .package-content .single-button:hover {
    background-color: #484848;
}

.tour-image-list {
    position: relative;
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.tour-text {
    position: relative;
    width: 50%;
    display: table-cell;
    vertical-align: top;
    background: #fff;
    padding: 0 20px;
}

.tour-price {
    float: right;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #fff;
    display: inline-grid;
    text-align: right;
    position: absolute;
    top: 20px;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    border-radius: 6px;
    left: 15px;
}
/*
.tour-price .sale-price {
    font-size: 18px;
}
*/
.tour-single.grid .tour-meta {
    border: none;
    border-left: 1px solid #ebecea;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tour-single.grid {
    border: 2px solid #eee; /*1px solid #abcce8;*/
}
.tour-single.grid:hover {
    border: 2px solid #47a4f5;
}

.tour-single.style2 {
    box-shadow: 0 3px 23px rgba(39,79,117,.15) !important;
    padding: 20px;
}

.tour-single.style2:hover {
    background: #c2e2f9;
}

.tour-single.style2:hover .tour-details h3 a {
    color: #2879bf;
}

.tour-single.style2:hover figure img {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    opacity: .9;
}

.tour-single.style2 .tour-price {
    left: 20px;
}

.tour-single.style2 figure {
    border-radius: 0; 
}

.tour-single.style3 {
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 24px;
}
.tour-single.style3 .tour-rating ul li i {
    color: #FAA42B;
    font-size: 18px;
}
.tour-single.style3 .tour-details h3 {
    font-size: 23px;
    margin: 10px 0;
}

.tour-single.style3 .tour-details {
    padding: 20px;
}

.tour-single.style3 figure {
    border-radius: 0;
}

.tour-single.style3 .tour-price {
    position: relative;
    top: 0;
    background: none;
    color: #4b7092;
    font-family: 'Baloo Bhai', "ABeeZee";
    font-weight: 400;
    padding: 5px 15px;
    left: 0; /*15px*/
    letter-spacing: -1px;
    font-size: 25px;
    top: -5px;
}
.tour-single.style3 .tour-details p.tour-duration {
    margin-bottom: 0;
    display: inline-block;
}
.tour-single.style3 .tour-price .strike-through {
    display: none;
}
/*
.tour-single.style3 .tour-rating ul li:last-child {
    padding-left: 40px;
}
*/
.bg-shadow {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    position: sticky;
}
.bg-blue, .bg-blue .travel-packages {
    background-color: #F2F6FF; /*#f2faff*/
}

/* Ribbon */

.top-cross-ribbon {
	background: #EA4335;
	padding: 7px 50px;
	color: #FFF;
	position: absolute;
	top: 0;
	right: -50px;
	transform: rotate(45deg);
	border: 1px dashed #FFF;
	box-shadow: 0 0 0 3px #EA4335;
	margin: 5px;
}

.arrow-ribbon {
    background: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: -1px;
    font-size: 13px;
}
.arrow-ribbon:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    left: -12px;
    border-top: 15px solid transparent;
    border-right: 12px solid rgba(0, 0, 0, 0.3);
    border-bottom: 15px solid transparent;
    width: 0;
}

.tour-meta {
    font-size: 14px;
    display: table;
    width: 100%;
}



/*** 

====================================================================
    Services
====================================================================

 ***/

.services {
    background: url('../images/elements/city.png') bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 70px
}

.services .service-box-one {
    background: #379cf4;
}

.services .service-box-one h3 a {
    color: #fff;
}

.services .service-box-one .text {
    color: rgba(255, 255, 255, 0.85);
}

.service-box-one, .service-box-two {
    position: relative;
    padding: 20px 40px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .3s;
    box-shadow: 0 3px 23px rgba(39,79,117,.15) !important;
    border-radius: 10px;
}

.service-box-one:before, .service-box-two:before {
    content: "\f14f";
    font-family: Flaticon;
    font-style: normal;
    position: absolute;
    font-size: 40px;
    width: 60px;
    height: 60px;
    opacity: 0.3;
    top: -15px;
    right: -20px;
    color: #63a014;
}

.service-box-one:hover:before, .service-box-two:hover:before {
    opacity: .7
}

.service-box-one:hover,
.service-box-one.hovered {
    box-shadow: 0 0 35px rgba(0,0,0,.1);
}

.service-box-one .inner-box {
    position: relative;
    display: block;
}

.service-box-one .icon-box, .service-box-two .icon-box {
    display: inline-block;
    position: relative;
    font-size: 50px;
    color: #fff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    line-height: 60px;
    margin-right: 10px;
}

.service-box-one .inner-box strong {
    font-size: 3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    color: #00b7f1;
    display: block;
}

.service-box-one h3, .service-box-two h3 {
    font-size: 19px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #4882b5; /*#417eb3*/
    padding-left: 15px;
}

.service-box-one .text, .service-box-two .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px;
    color: #777;
    font-size: 15px;
}

.service-box-one h3 a {
    position: relative;
    color: #2a2a2a;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.service-box-one .content, .service-box-two .content {
    display: table-cell;
    position: relative;
    font-size: 15px;
    vertical-align: middle;
    width: 100%;
}


/*Two*/

.service-box-two {
    padding: 0;
}
.service-box-two .inner-box {
    background: #fff;
    padding: 20px
}
.service-box-two:before {
    opacity: 0.3;
    top: 10px;
    bottom: 15px;
    right: 0px;
    color: rgba(41, 162, 250, 0.3);
    z-index: 1;
}

.service-box-two .icon-box {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    color: #379cf4;
    text-align: center !important;
    display: table-cell;
    border-right: 3px solid #e9f5ff;
    padding-right: 10px;
}
.service-box-two h3 span {
    font-weight: 500;
}


/*--------------------------------------------------------*/
/* Home location */
/*--------------------------------------------------------*/

.popular-locations .img-box {
    height: 200px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
    z-index: 90;
    border-radius: 3px;
}
.popular-locations .img-box:hover {
    background: #379cf4;
}
.popular-locations .img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #121B22;
    opacity: 0.3;
    z-index: 99;
    transition: 0.3s ease-out;
}
.popular-locations .badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}
.popular-locations .badges .featured {
    background-color: #379cf4;
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    margin: 0;
}
.popular-locations .badges span {
    color: #fff;
    display: inline-block;
    padding: 3px;
    float: right;
    background-color: rgba(74, 74, 76, 0.7);
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
}
.popular-locations .stars {
    list-style: none;
    margin-top: 0;
    padding: 0px;
    margin-bottom: 0px;
}
.popular-locations .stars li {
    text-align: center;
    display: inline-block;
    margin-bottom: 0px;
}
.popular-locations .stars .fa {
    color: #379cf4;
    font-size: 14px;
}
.popular-locations .stars ul {
    margin-bottom: 0px;
}
.popular-locations .img-box-content {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0, -50.5%);
}
.popular-locations .img-box-content h4 {
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}
.popular-locations .img-box-content span {
    font-size: 16px;
    color: #fff;
}
.popular-locations .img-box img {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    transition: transform 0.35s ease-out;
}

.hover-effect img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .8s ease;
  transition: all .8s ease; }

.hover-effect:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }


.about-content {
    padding: 60px 0;
}
.about-content h2 {
    margin-bottom: 20px !important;
}
.about-content h2::after {
    left: 15px;
}
.about-content p strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
}
.about-content a.rm-btn {
    text-transform: uppercase;
    color: #80cd33;
    border: 2px solid #80cd33;
    font-weight: 500;
    border-radius: 3px;
    padding: 13px 45px;
    display: inline-block;
    margin-top: 30px;
}
/*
.about-content img {
    border-radius: 24px;
    margin-top: 40px;
}
*/
.starrr {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 0 0 !important;
    font-size: 16px !important;
    min-height: 50px;
}

.starrr a {
    padding: 0 2px;
    cursor: pointer;
    text-decoration: none;
    color: #ffc033;
}

.your-choice {
    display: inline-block;
    float: right;
}

.your-choice-was, .starrr {
    font-size: 14px;
    font-weight: 600;
}


.rating {
    padding: 0;
    list-style: none;
}

.rating li {
    display: inline-block;
    padding-right: 2px;
    color: red;
}

.rating li i, .user-ratings i {
    color: #ffc33b;
    font-size: 14px;
}

.user-ratings {
    padding-bottom: 5px;
}

.blog-comment .rating {
    margin: 0 !important;
}



.testimonial-box-3 .testimonial-details:before {
    position: absolute;
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 100px;
    opacity: 0.1;
    right: 10px;
    bottom: 40px;
    /*color: #2e65e0;*/
}



/* ---------------------------------- */
/* Contact Form
------------------------------------- */
#contact textarea {
	min-height: 200px;
	margin: 15px 0 25px 0;
}

#contact input {
	margin-bottom: 25px;
}

.loader { margin-left: 15px; }
.submit.disabled:hover,
.submit.disabled { background-color: #e8e8e8; color: #333; }

#contact input.button.submit {
	margin-bottom: 10px;
	line-height: 20px;
	transition: all 0.25s !important; 
}


#contact input[type="submit"].submit:hover {
    opacity: 0.92;
}

.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
    border: 1px solid #ff85a7;
    background-color: #fff0f4 !important;
}

.widget div.wpcf7 {
    padding: 5px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    font-size: 11px;
    color: #379cf4;
    text-transform: uppercase;
}

.agent-widget .wpcf7-not-valid-tip,
.agent-widget .wpcf7-response-output.wpcf7-validation-errors { display: none !important; visibility; hidden; }

.agent-widget .wpcf7-response-output.wpcf7-mail-sent-ok { 
background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
    background-color: #EBF6E0;
    color: #5f9025;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 20px;
    margin: 20px 0 0 0;
    }

.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    padding: 0 20px !important;
    line-height: 42px;
    height: 42px;
    background-color: #379cf4;
    border: 1px solid #379cf4;
    border-radius: 50px;
    font-family: "ABeeZee", sans-serif;
    font-weight: 400;
}

.wpcf7-form p { margin-bottom: 0;}

.contact-sent {
	background-color: #EBF6E0;
	color: #5f9025;
	padding: 20px 26px;
	margin-bottom: 30px;
	border-radius: 3px;
}


/* Office Address Box */
.office-address {
    text-align: center;
    position: relative;
    color: #656565;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.office-address i {
    font-size: 40px;
}

.office-address ul {
	list-style: none;
	font-size: 16px;
	padding: 0;
	line-height: 30px;
    color: #666;
}

.office-address h3 {
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin-top: 0;
    text-transform: uppercase;
}

.office-address h3:after {
	content: "";
	height: 2px;
	width: 50px;
	position: relative;
	display: block;
	background-color: #17b323;
	margin: 20px auto;
	border-radius: 2px;
}

.address-container {
    background-image: url(../img/our-office.jpg) !important;
	background-color: #fff;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;	
	display: table;
	width: 100%;
	position: relative;
	height: 100%
}

.address-container:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0));
	background-color: #fff; 
	opacity: 0.93;
}


/* Google Maps */
.contact-map { display: flex; }
.contact-map .google-map-container { flex: 1; position: relative; }
.contact-map .address-box-container { flex: 0 auto; width: 440px; height: 450px; }
.contact-map .google-map-container #tourMap { height: 100%; width: 100%; }

@media (min-width: 1680px) { .contact-map .address-box-container { height: 480px; } }
@media (max-width: 1440px) { .contact-map .address-box-container { height: 420px; } }


/* Contact Details */
.sidebar-textbox {
	display: inline-block;
	padding-right: 40px;
}

.sidebar-textbox.color {
	background-color: #666;
	color: #fff;
}

.sidebar-textbox.color h4 {color: #fff;}

.sidebar-textbox h4, .sidebar-form h4 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
}

.sidebar-textbox span { color: #666; display: inline-block; }
.sidebar-textbox.color span { color: #fff; }

.sidebar-textbox ul.contact-details {
	list-style: none;
	padding: 5px 0 0 0;
}

.sidebar-textbox ul.contact-details strong {
	font-weight: 500;
}

.sidebar-textbox ul.contact-details li {
	text-align: left;
	padding-left: 60px;
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 10px 0;
}

.sidebar-textbox ul.contact-details li strong {
	display: block;
	color: #333;
}

.sidebar-textbox ul.contact-details li i {
	height: 100%;
	position: absolute;
	left: 0;
	font-size: 32px;
	color: #333;
	top: 10px
}

.wpcf7 .form-group 


.wpcf7 .form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.wpcf7 .form-group input[type="text"],
.wpcf7 .form-group input[type="datetime"],
.wpcf7 .form-group input[type="date"],
.wpcf7 .form-group input[type="number"],
.wpcf7 .form-group input[type="email"],
.wpcf7 .form-group input[type="url"],
.wpcf7 .form-group input[type="tel"] {
    padding-left: 55px;
    height: 53px;
    color: #379cf4;
    transition: box-shadow 0.2s !important;
    font-size: 14px !important;
    font-weight: 500;
    background-color: #fff;
    border-color: rgba(39, 79, 117, 0.08);
}

.wpcf7 .form-group select, .wpcf7 .form-group textarea {
    background-color: #fff;
    color: #888;
    font-weight: 500;
    border: 2px solid #eee;
}

.contact-section .wpcf7 .form-group input[type="text"],
.contact-section .wpcf7 .form-group input[type="email"] {
    background: #f7f7f7;
    border: none;
    border-radius: 5px;
}

.contact-section .wpcf7 .form-group select, .contact-section .wpcf7 .form-group textarea {
    background-color: #f7f7f7;
    border: none;
}

.wpcf7 .form-group textarea {
    padding: 20px;
}

.wpcf7 .form-group i {
    font-size: 21px;
    color: #a0c9ec;
    position: absolute;
    font-weight: 500;
    position: absolute;
    left: 15px;
    top: 15px;
    font-weight: 500;
    padding-right: 10px !important;
    width: 30px;
    border-right: 1px solid #e2e2e2 !important;
}

.contact-section .wpcf7 .form-group i {
    left: 30px;
}

span.wpcf7-not-valid-tip {
    color: #379cf4;
    font-size: 13px;
    display: block;
    padding-top: 5px;
}

/* Tour Price */
.tour-price-widget{
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 8px;
}

.tour-price-widget span{
	display:inline-block;
	color:#fff;
	width:100%;
	font-size:18px;
	font-weight:600;
	line-height:18px;
	text-transform:capitalize;
	margin-bottom:8px;
}
.tour-price-widget h2{
    color: #379cf4;
    margin-top: 10px;
}
.tour-price-widget h2 span{
	width:auto;
	margin-bottom:0px;
	margin-left:11px;
}
.price-features{
    padding-top: 20px;
    font-size: 14px;
}

.price-features ul > li > a:before, .tour-features ul > li:before {
    font-family: FontAwesome !important;
    content: '\f00c' !important;
    font-size: 18px !important;
    padding-right: 5px;
}


.price-booking{
    border-bottom: 1px solid #eee;
}

.price-booking h2{
    color: #379cf4;
    margin-top: 10px;
}

.price-booking span {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.price-booking h2 span{
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    color: #888;
}

.price-booking .arrow-ribbon {
    background: #379cf4;
    background-color: #379cf4;
}

.price-booking .arrow-ribbon:before {
    border-right: 12px solid #379cf4;
}





.travel-help-widget {
	padding: 30px;
}
.travel-help-widget h4 {
	font-size: 20px;
	margin-bottom: 30px;
}
.travel-help-widget a {
    display: block;
    font-size: 14px;
}
.travel-help-widget a i.flaticon {
    color: #D82460;
    padding-right: 5px;
}
.travel-help-widget {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.travel-help-widget h3 {
    font-size: 17px;
    margin-top: 30px;
    font-weight: 400;
}


.travel-help-widget i {
    font-weight: 500;
    display: inline-block;
    width: 30px;
}


.profile-box {
	padding: 30px;
    background-image: url(/img-team-01.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.profile-box:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    z-index: -1;
}

.md-4 {
    width: 33.33333333% !important;
}





.tour-accordian {
    display: inline-block;
    width: 100%;
}

.item-accordian{
	float:left;
	width:100%;
}
span.item-accordian-title{
	color:#999999;
	cursor:pointer;
	float:left;
	width:100%;
	display:inline-block;
	margin-bottom:0px;
}
.item-accordian-title b{
	font-weight:500;
	font-size: 14px;
    color: #333;
}

.tour-accordian .item-accordian-title b {
    color: #222;
    font-family: ABeeZee;
    font-size: 14px;
    text-transform: uppercase;
}

.item-accordian-content{
	float:left;
	width:100%;
    display: none;
}
.item-accordian{
    list-style: none;
    margin: 0px;
	padding: 0;
    border: 2px solid #eee;
    border-radius: 8px;
}
.item-accordian p{
	padding-left:26px;
	padding-top:15px;
}
.item-accordian li{
	padding: 12px 20px;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
    background-color: #fff;
}

.item-accordian li:last-child{
	margin-bottom:0px;
	border-bottom: none;
}
.item-accordian-title i{
	float:right;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#999;
	background:#f3f3f3;
	border-radius:100%;
	-o-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	transform:rotate(0deg);
}
.accordion-open.item-accordian-title i{
	color:#fff;
    background: #379cf4;
	transform:rotate(89deg);
	-o-transform:rotate(89deg);
	-webkit-transform:rotate(89deg);
	-moz-transform:rotate(89deg);
}


.item-accordian.style2 {
    border: none;
}
.item-accordian.style2 li {
    background-color: #f3f3f3;
    margin-bottom: 10px;
}

.tour-service-types {
    margin: 0;
    padding: 0px;
    display: flex;
}

.tour-service-types li i {
    font-weight: 500;
    width: 30px;
    display: inline-block;
}

.tour-service-types.style2 {
    display: inline-block;
    list-style: none;
}

.tour-service-types.style2 li {
    color: #222;
}

.tour-service-types.style2 li span .yes{
    color: #666;
    padding-right: 5px;
}

.tour-service-types.style2 li span .no{
    color: #1A73E8;
    padding-right: 5px;
}

.tour-service-types.style2 li i {
    border-radius: 36px;
    height: 36px;
    border: 1px solid #1A73E8;
    cursor: inherit;
    padding: 8px 10px;
    width: 36px;
    font-size: 18px;
    color: #1A73E8;
    display: inline;
    margin-right: 10px;
}


.tour-types, .group-types {
    position: relative;
    background-color: rgb(238, 243, 247);
    padding: 20px 0;
}
.tour-types.style2, .group-types.style2 {
    padding: 60px 0;
}
.tour-type-box {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: none;
}
.tour-type-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    background-color: #fff;
    color: #fff;
    border-radius: 12px;
}
.tour-type-box > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.tour-type-box > a i {
    float: left;
    width: 100%;
    color: #379cf4;
    font-size: 50px;
    margin-top: 20px;
    line-height: 60px;
}
.tour-type-box > a span {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #40505d;
    padding-top: 5px;
    font-family: 'ABeeZee', Montserrat, 'Baloo Bhai', cursive;
}
.tour-type-box > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}
.tour-type-box.style2 {
    background: #ffffff;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 2px solid #e8e9ec;
}
.tour-type-box.style2 > a {
    border: none;
}
.tour-type-box.style2 > a i {
    color: #379cf4;
}
.tour-type-box.style2 > a p {
    color: #b1b1b1;
}

.tour-type-box.style2{
    height: auto;
    width: 100%;
    margin-left: 0px;
}

.tour-type-box.style3, .tour-type-box.style3 > a {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.tour-type-box.style3:hover, .tour-type-box.style3 > a:hover {
    background: #f7f7f7;
    border-radius: 12px;
}

.tour-type-box.style3 > a i {
    color: #379cf4;
    margin: 0;
}



@keyframes hover-color {
from {
    border-color: #c0c0c0;
}

to {
    border-color: #3e97eb;
}
}

input[type=radio],
input[type="checkbox"] {
    position: absolute;
    display: none;
}

input[type=radio][disabled],
input[type="checkbox"][disabled] {
    cursor: not-allowed;
}

input[type=radio] + label,
input[type="checkbox"] + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
    font-family: ABeeZee;
    font-weight: 400;
    padding-top: 2px;
}

input[type=radio] + label:hover:before,
input[type="checkbox"] + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

input[type=radio] + label:before,
input[type="checkbox"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

input[type=radio] + label:after,
input[type="checkbox"] + label:after {
    position: absolute;
    display: none;
    content: '';
}

input[type=radio][disabled] + label,
input[type="checkbox"][disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}

input[type=radio][disabled] + label:hover, input[type=radio][disabled] + label:before, input[type=radio][disabled] + label:after,
input[type="checkbox"][disabled] + label:hover,
input[type="checkbox"][disabled] + label:before,
input[type="checkbox"][disabled] + label:after {
    cursor: not-allowed;
}

input[type=radio][disabled] + label:hover:before,
input[type="checkbox"][disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

input[type=radio][disabled] + label:before,
input[type="checkbox"][disabled] + label:before {
    border-color: #e4e4e4;
}

input[type=radio]:checked + label:before,
input[type="checkbox"]:checked + label:before {
    animation-name: none;
}

input[type=radio]:checked + label:after,
input[type="checkbox"]:checked + label:after {
    display: block;
}

input[type=radio] + label:before {
    border-radius: 50%;
}

input[type=radio] + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #379cf4;
}

input[type=radio]:checked + label:before {
    border: 1px solid #379cf4;
}

input[type=radio]:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

input[type=radio]:checked[disabled] + label:after {
    background: #c9e2f9;
}

input[type="checkbox"] + label:before {
    border-radius: 3px;
}

input[type="checkbox"] + label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

input[type="checkbox"]:checked + label:before {
    border: #379cf4;
    background: #379cf4;
}

input[type="checkbox"]:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}


.notify {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    z-index: 1031;
    top: 120px;
    right: 20px;
}


@keyframes showAlert {
  from {
    opacity: 0;
    transform: translateY(20px)
  }
  to {
    opacity: 1
  }
}

.alert {
    border: none;
    border-left: 8px solid;
    border-radius: 0;
    transition: .5s ease-in-out;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: hidden;
    animation-name: showAlert;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.alert-danger {
    color: #af5b33;
    background-color: #ffc1a3;
    border-color: #ffaa81;
}

.alert-warning {
    color: #666;
    background-color: #f8f8f8;
    border-color: #379cf4;
    font-size: 15px;
}


/* Styled boxes
=================================== */

.box-styled {
    border-radius: 5px;
    border-left: 4px solid #ebebeb;
    background-image: -webkit-linear-gradient(290deg, #f3f3f3, rgba(255, 255, 255, 0));
    background-image: linear-gradient(160deg, #f3f3f3, rgba(255, 255, 255, 0));
    padding: 30px 25px;
    margin: 30px 0 30px;
}

.box-styled p {
    margin: 0 0 20px;
}

.box-styled p:last-child {
    margin-bottom: 0;
}

.box-styled ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}

.box-styled li {
    position: relative;
    margin-bottom: 2px;
}

.box-styled li::before {
    content: "\2022";
    position: absolute;
    display: inline-block;
    color: #e00d4e;
    width: 15px;
    left: -20px;
    top: -1px;
    font-size: 24px;
    font-family: serif;
    font-weight: 900;
    line-height: 1;
}

/* Star ratings
=================================== */

.star-rating {
    letter-spacing: 1px;
    position: relative;
    line-height: 1;
    font-size: 14px;
    color: #ebebeb;
    display: inline-block;
}

.star-rating::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.star-rating-inner {
    overflow: hidden;
    color: #379cf4;
    display: block;
}

.star-rating-inner::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "FontAwesome";
    font-weight: 900;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.star-rating-5 .star-rating-inner {
    width: 100%;
}

.star-rating-4 .star-rating-inner {
    width: 80%;
}

.star-rating-3 .star-rating-inner {
    width: 60%;
}

.star-rating-2 .star-rating-inner {
    width: 40%;
}

.star-rating-1 .star-rating-inner {
    width: 20%;
}

/* Ratings bar
=================================== */

.ratings-bar {
    width: 100%;
    height: 5px;
    background-color: #ebebeb;
    position: relative;
}

.ratings-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #379cf4;
}

/* Star rating score
=================================== */

.star-count {
    width: 0;
    font-size: 14px;
}

.ratings-board-score {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 86px;
    height: 110px;
    background-color: #379cf4;
    color: #fff;
    line-height: normal;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    padding: 5px 10px;
    margin-left: 15px;
}

.ratings-board-score .star-rating {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.ratings-board-score .star-rating-inner {
    color: #fff;
}

.ratings-score {
    font-size: 36px;
    letter-spacing: -0.025em;
    font-weight: 500;
}

.ratings-score-label {
    font-size: 15px;
    letter-spacing: -0.025em;
}

/* Ratings board
=================================== */

.ratings-board {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    margin: 30px 0 55px;
}

.ratings-board-rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: -5px 0;
}

.ratings-board-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ratings-board-row:first-child {
    padding-top: 0;
}

.ratings-board-row:last-child {
    padding-bottom: 0;
}

.ratings-board-row .star-rating {
    margin-right: 5px;
}

.ratings-board-row .ratings-bar {
    margin-left: 45px;
}



.tour-service-type-box {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    background: #fff;
}
.tour-service-type-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    background-color: #fafafa;
}
.tour-service-type-box > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border: 1px solid #ddd;
}
.tour-service-type-box > a i {
    float: left;
    width: 100%;
    color: #379cf4;
    font-size: 40px;
    margin-top: 20px;
}
.tour-service-type-box > a span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #222;
    font-weight: 600;
    padding-top: 10px;
    line-height: 20px;
}
.tour-service-type-box > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}

.tour-service-types div[class^="col-"]:first-child {
	padding-left: 0px;
}
.tour-service-types div[class^="col-"]:last-child {
	padding-right: 0px;
}




.post-title-block {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.post-title-block.style2 {
    background: #fafafa;
}

.post-title-block h5 {
    color: #151515;
    margin: 10px 0 10px;
    font-size: 36px;
}

.post-title-block p {
    display: block;
    font-size: 14px;
    margin: 0;
}

.post-meta-block {
    text-align: right;
    padding-top: 20px;
}

.post-action-block {
    text-align: right;
    padding-top: 20px;
}

.post-action-block a {
    background-color: #fff;
    border-radius: 36px;
    height: 36px;
    border: 1px solid #1A73E8 !important;
    cursor: inherit;
    padding: 8px 10px;
    width: 36px;
    font-size: 18px;
    color: #1A73E8;
}

.post-action-block a:hover {
    background-color: #1A73E8;
    color: #fff;
}

.post-meta-attr, .post-meta-attr-status {
    background: #444;
    padding: 8px 16px;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.post-meta-attr-status {
    background: #379cf4;
    border: #379cf4;
    font-weight: 600;
    font-size: 18px;
}





.single-header-section {
    padding: 250px 0 0;
    overflow: hidden;
    margin-bottom: 30px;
    color: #fff;
    float: left;
    width: 100%;
}

.single-header-section-title {
    z-index: 2;
    padding: 40px 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,27,65,0)), color-stop(100%,rgba(6,27,65,0.95)));
    background: -webkit-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
    background: -o-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
    background: -ms-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
    background: linear-gradient(to bottom, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
}

.single-header-section-title h2 {
    text-align: left;
    float: left;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 54px;
    position: relative;
    letter-spacing: -1px;
}

.single-header-section-title h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
}

.single-header-ratings {
    float: left;
}


.single-header-ratings ul {
    padding: 0;
    margin: 0;
    display: flex;
}


.single-header-section-title ul li i {
    font-size: 15px;
    margin-right: 4px;
    color: #379cf4;
}

.single-header-ratings .listing-rating, .single-header-ratings span {
    float: left;
}

.single-header-ratings span {
    color: #fff;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 600
}

.single-header-contact-img {
    height: 40px;
    width: 40px;
    border-radius: 24px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.24);
    top: -6px;
    position: relative;
}

.single-header-contacts.details {
    display: inline-block;
    margin-top: 10px;
}

.single-header-contacts {
    margin-top: 20px;
}

.single-header-contacts ul {
    list-style: none;
    padding: 0;
}

.single-header-contacts li {
    float: left;
    margin-right: 18px;
}

.single-header-contacts li a {
    color: #fff;
    font-size: 14px;
}

.single-header-contacts li i {
    padding-right: 10px;
}

.single-header-section-details {
    margin-top: 6px;
}

.single-header-section-rating {
    float: right;
    position: relative;
    z-index: 1;
}

.single-header-section-rating .rate-class-name {
    float: right;
    cursor: pointer;
}

.single-header-section-rating .rate-class-name span {
    color: #fff;
    float: left;
    font-weight: 600;
    border-radius: 7px 7px 7px 0;
    padding: 22px;
    font-size: 32px;
    text-align: right;
}

.single-header-section-rating .score {
    font-size: 13px;
    font-weight: 400;
}

.single-header-section-rating .score strong {
    width: 100%;
    float: left;
    padding-bottom: 4px;
}

.single-header-section-rating-list {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    right: 0;
    z-index: 10;
    background: rgba(6,27,65,0.45);
    padding: 15px;
    overflow: hidden;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.single-header-section-rating:hover .single-header-section-rating-list {
    visibility: visible;
    opacity: 1;
    margin-bottom: 10px;
}

.single-header-section-rating-list .rate-item {
    margin-bottom: 10px;
}

.single-header-section-links {
    float: right;
    position: relative;
    top: 20px;
}

.single-header-link {
    color: #fff;
    font-size: 14px;
    padding: 0.8rem 1.875rem;
    border: 1px solid #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    margin-right: 10px;
}

.single-header-link i {
    padding-right: 10px;
}

.single-header-link:hover {
    border-color: transparent;
}

.fl {
    float: left;
    width: 100%;
    position: relative;
}


.single-header-breadcrumbs .breadcrumbs a:before {
    right: 10px;
}

.single-header-breadcrumbs {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.21);
}

.single-header-section-price {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
}

section.color-bg .section-title h2, .single-header-section-price, .header-sec-link a, .flat-title-wrap h2 {
    color: #fff;
}

.single-header-section-price span {
    color: #379cf4;
    font-size: 24px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    top: 2px;
}

.single-header-breadcrumbs .breadcrumbs {
    float: left;
    position: relative;
    top: 10px;
}

.single-header-breadcrumbs .breadcrumbs a, .single-header-breadcrumbs .breadcrumbs span {
    float: left;
    padding: 0 32px 0 0;
}

section.color-bg .section-title .breadcrumbs {
    margin-top: 0;
    margin-bottom: 10px;
}

section.color-bg .section-title .breadcrumbs a:before {
    background: #fff !important;
}


.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.single-header-section .bg {
    height: 120%;
    top: 0;
}



.single-timeline {
    position: relative;
    z-index: 1;
}

.single-timeline:before {
    content: "";
    width: 2px;
    height: 80%;
    background: #ddd;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
}

.single-timeline .timeline {
    margin-top: 30px;
    position: relative;
}

.single-timeline .timeline:before, .single-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.single-timeline .timeline .timeline-content {
    padding: 0 50px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-timeline .timeline .timeline-content h4 {
    transition: all ease-in-out 0.5s;
    color: #454545;
    font-size: 15px;
}

.single-timeline .timeline .timeline-content .timeline-icon {
    background: #379cf4 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    border: 5px solid #84c6ff;
}

.single-timeline .timeline .left {
    margin-left: 40px;
}

.single-timeline .timeline:hover .timeline-icon {
    background: #666;
}

.single-timeline .timeline:hover .timeline-content h4 {
    color: #379cf4;
}



#mega-menu-wrap-primary {
    clear: none;
    background: none;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: "ABeeZee", sans-serif;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    line-height: inherit;
    height: auto;
    border-radius: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background: rgba(0, 0, 0, 0.4);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #bababa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #333;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    background: #262626;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 3px solid #379cf4;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "ABeeZee", sans-serif;
    letter-spacing: 0.5px;
    text-transform: initial;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    border-bottom: 1px solid rgba(103, 103, 103, 0.33); /*#e9e9e9*/
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    color: #bababa;
    font-family: "ABeeZee", sans-serif;
    letter-spacing: 0.5px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background: #262626;
    font-family: ABeeZee;
    font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: rgba(0, 0, 0, 0.45);
}

.slider-details h1 {
    animation-delay: 1s;
}

.slider-details ul {
    animation-delay: 2s;
}

.slider-details span {
    animation-delay: 3s;
}






.main-banner {
    padding: 12% 0;
    position: relative;
    background-image: url(../img/main-banner.jpg);
    background-size: cover !important;
    background-position: center !important;
    margin: 0;
    position: relative;
}

.main-banner .caption {
    position: relative;
}

.main-banner h2 {
    color: #fff;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
    font-size: 50px;
    font-weight: 600;
    font-family: 'ABeeZee', 'Montserrat', cursive;

}

.main-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.main-banner fieldset .form-control, .main-banner fieldset .theme-btn, .main-banner fieldset select.selectpicker {
    width: 100%;
    padding: 19px 15px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    max-height: 60px;
    color: #fff;
}

.main-banner fieldset .form-control {
    border: none !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
    font-size: 18px !important;
    min-height: 50px;
    width: 100%;
    text-transform: initial;
}
.main-banner p {
    margin-bottom: 40px;
    color: #fff;
    font-family: ABeeZee, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.main-banner .home-form-1 {
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255,.2);
    box-shadow: 0px 20px 60px -8px rgba(0, 0, 0, .1);
    width: 100%;
    padding: 10px;
    border-radius: 6px;
}

.main-banner label {
    color: #fff;
}

.main-banner .home-form-1 .form-control, .main-banner .form-group {
    margin-bottom: 0;
}

.main-banner .p-0 {
    padding: 0;
}


.home-form-1 .theme-btn {
    width: 100%;
    padding: 6px 12px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    height: 50px;
}

.main-banner .input-group-addon i {
    color: inherit !important;
}

.home-form-1 .input-group-addon i {
    color: #379cf4;
}

.main-banner .home-form-1 .form-control {
    height: 50px;
    padding: 0;
    font-weight: 300;
}

.main-banner .home-form-1 {
    background: rgba(0, 0, 0, 0.55);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px rgba(224, 224, 224, 0.23);
    margin-top: 40px;
}

.main-banner .home-form-1 .field {
    margin: 0;
}

.main-banner .home-form-1 .input-group-addon {
    background: none;
    border: none;
}

.main-banner .home-form-1 .btn {
    border-radius: 10px;
    height: 50px;
}

/*------------------------
  07. Testmonials Section 
  ------------------------*/

.testmonials .item {
    position: relative;
    padding-left: 100px;
}

.testmonials .item .data {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 24px;
    position: relative;
    padding: 4rem !important;
    border: 2px solid #e6e4e4;
}
.testmonials .item .data h5 {
    padding-top: 10px;
    margin-bottom: 0.25rem;
    color: #379cf4;
}

.testmonials .item .data:after, .testmonials .item .data:before {
    position: absolute;
    font-family: 'Fontawesome' !important;
    speak: none;
    font-size: 26px;
    color: #ced4da;
}

.testmonials .item .data:before {
    left: 24px;
    top: 10px;
    content: "\f10d";
}

.testmonials .item .data:after {
    right: 24px;
    bottom: 10px;
    content: "\f10e";
}

.testmonials .item .data p {
    padding-left: 40px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Baloo Bhai', "ABeeZee";
    color: #6b8194;
}

.testmonials .item .data span {
    font-weight: 600;
    font-size: 15px;
    color: #6b717f;
}

.testmonials .item .fig {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    border: 10px solid #fff;
    z-index: 1;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid rgba(168, 163, 163, 0.71);
    cursor: pointer;
    transition: 0.4s;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    z-index: 999;
}

.owl-nav .owl-prev {
    left: -3%;
}

.owl-nav .owl-next {
    right: -3%;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: #379cf4;
    border-color: #379cf4;
    color: #fff;
}

.owl-nav .owl-prev.owl-prev,
.owl-nav .owl-next.owl-prev {
    margin-right: 8px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    width: 35px;
    line-height: 30px;
}

.testmonials .bx-shadow {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.07);
}


/*
#service .single-service .icon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 85px;
    background: url(../img/s-1.png)no-repeat;
    top: -15px;
    opacity: 0.3;
}
*/

.services-block {
    background: #ffffff;
    border-radius: 7px;
    padding: 45px 35px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
}

.services div[class^="col-"]:last-child .services-block {
    margin-bottom: 0;
}

.title-box {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    width: 2em;
    margin-left: auto;
    margin-right: auto;
}

.title-box i {
    color: #379cf4;
}

.box-circle-large, .box-circle-small {
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-circle-large {
    left: 0;
    bottom: 0;
    width: 1.37em;
    height: 1.37em;
    background: rgba(41, 144, 250, 0.1);
}

.box-circle-small {
    top: 0;
    right: 0;
    width: 0.59em;
    height: 0.59em;
    background: rgba(41, 144, 250, 0.1);
}


.service-types {
    padding: 60px 0;
}

.service-type-box {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, .02);
}

.service-type-box:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

.service-type-box > a {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8ecec;
    border-right: 1px solid #e8ecec;
}

.service-type-box > a i {
    float: left;
    width: 100%;
    color: #379cf4;
    font-size: 50px;
    margin-top: 20px;
}

.service-type-box > a span {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #656565;
    font-weight: 600;
}

.service-type-box > a p {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-top: 0px;
    margin-top: 3px;
}


.single-team-style-one {
    background: #eef3f7;
    border-radius: 12px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 30px;
}

.single-team-style-one h3 {
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 20px;
}

.single-team-style-one h3 a {
    color: #2a6496;
}

.single-team-style-one p {
    text-transform: uppercase;
    color: #7A7F93;
    font-weight: 600;
    font-size: 12px;
    line-height: 1em;
}

.single-team-style-one .social {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-team-style-one .social a {
    color: #ee275f;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-team-style-one img {
    background: #EFF2FB;
    border-radius: 50%;
    height: 90px;
    width: 90px;

}

.tour-offer {
    padding: 20px;
    background-size: cover;
}

.tour-offer p {
    text-align: center;
}

.tour-offer h4 {
    font-size: 50px;
    text-align: center;
}

.tour-offer h4 span {
    font-size: 25px;
    font-weight: 400;
    padding-right: 10px;
    line-height: 30px;
    vertical-align: middle;
}

.tour-offer ul {
    list-style-type: none;
    margin-bottom: 0px;
}

.tour-offer ul li {
    display: inline-block;
}

.tour-offer img {
}

.tour-offer a {
    background-color: #379cf4;
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    border-radius: 45px;
    font-size: 17px;
    font-family: ABeeZee;
}

.tour-offer .tour-features {
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
}

.strike-through {
    color: #4dabff;
    text-decoration: line-through;
    font-weight: 400;
}


.table {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0 !important;
}

.shop_table > thead > tr > th {
    vertical-align: bottom;
    background: #fff;
    text-align: left;
    line-height: 1.42857143;
}

table.table tr td, table.table.table-lg tr th,
.shop_table tr th {
    border-color: #eaeff5;
    padding: 15px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}

.shop_table .order-actions a {
    margin: 10px 0;
    font-size: 14px;
}

.table-hover tbody tr:hover {
    background-color: #f4f5f7;
}

table.table td a {
    font-weight: 500;
    color: #334e6f;
    display: inline-block;
    text-decoration: none;
}

table.table td img {
    margin-right: 10px;
}

table.table td .label {
    padding: 5px 15px;
}


.theme-btn, .theme-btn:focus, .theme-btn:hover {
    color: #fff !important;
    background: #78c317;
    border: 1px solid #78c317;
}

.apply-tour-btn {
    padding: 10px 30px;
    border-radius: 50px;
}

.table .tour-agency {
    display: inline-block;
    vertical-align: middle;
    color: #78c317;
}

.table .tour-address {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.table .tour-address i {
    font-size: 21px;
    float: left;
    width: 30px;
    color: #ccc;
}

.highlighted {
    background-color: #fffbfc;
    border: 2px solid #379cf4;
}

.woocommerce-cart-form .coupon .button {
    margin-top: 20px;
}

.tour-single figure .time-n-date {
    position: absolute;
    z-index: 1;
    padding: 10px 13px 10px;
    font-weight: 400;
    top: 15px;
    right: 15px;
    box-shadow: 0 0 25px rgba(0,0,0,.3);
    background: rgb(55, 156, 244);
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.tour-single figure .time-n-date span {
    font-size: 18px;
    display: block;
    line-height: 1;
    padding-bottom: 5px;
    font-weight: 600;
}

.banner-btn span {
    font-size: 16px;
    cursor: default;
}

.tour-content, .similar-tours {
    position: relative;
    width: 100%;
    float: left;
}

.tour-content.style2 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tour-content.style2 h2 {
    padding: 0 !important;
    margin: 0 !important;
}

.tour-before-you-go ul {
    padding-left: 20px;
}









/*--------------------------------------------
            Popular category 
----------------------------------------------*/
.tour-catagory-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 174px;
}

.popular-catagory-img img {
    border-radius: 3px;
}


.tour-catagory-content .popular-catagory-img img {
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}

.tour-catagory-content .popular-catagory-img img:hover {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    opacity: .9;
}

.tour-catagory-content .cat-content {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: rgba(30, 195, 139, 0.9);
    border-radius: 3px;

}

.tour-catagory-content .title {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px 0;
    position: absolute;
    transform: translate(-50%, -50%);
    display: inline-block;
    top: 45%;
    left: 50%;
    padding-bottom: 15px;

}

.tour-catagory-content .info {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.tour-catagory-content .cat-content span {
    color: #fff;
    font-size: 18px;
    margin-top: 70px;
}

/*-----------------------------
        style 2
------------------------------*/
.tour-catagory-content .cat-content i {
    color: #fff;
    font-size: 30px;
}

.tour-catagory-content .cat-content {
    opacity: 1;
    background: transparent;
}

.tour-catagory-content .title {
    top: 52%;
    font-weight: 400;
    font-size: 16px;
    font-family: 'ABeeZee', Kalam, 'Montserrat', sans-serif;
    letter-spacing: 0.4px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 10px;
}

.tour-catagory-content .cat-content span {
    font-size: 15px;
    font-family: 'ABeeZee', 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100px;
    margin: 0 auto;
    margin-top: 80px;
    border-radius: 12px;
    letter-spacing: 0.4px;
    background: rgba(0, 0, 0, 0.3);
}

.tour-catagory-content {
    border-radius: 10px;
}

.popular-catagory-img .overlay {
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}


.tour-catagory-content a:after {
    border-radius: 2px;
    -webkit-transition: border .1s ease-in-out;
    -moz-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out;
}

.tour-catagory-content a:hover:after {
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #1593ff;
    border-radius: 2px;
    z-index: 20;
}

.tour-catagory-content a {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-banner .home-form-1 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.main-banner .home-form-1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.main-banner .home-form-1 ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.printfriendly {
    display: inline-block;
}


.main-slider-item {
    min-height: 600px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.main-slider-item .container {
    margin-left: inherit;
    margin-right: inherit;
}

.main-slider-item-content {
    position: relative;
    z-index: 5;
    padding-top: 180px;
    padding-left: 10px;
}

.main-slider-item-content h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Baloo Bhai', "ABeeZee", sans-serif;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .main-slider-item {
        padding: 60px 0;
        min-height: inherit;
    }

    .main-slider-item-content {
        padding-top: 0;
    }
}

.slider-item-box {
    float: right;
    z-index: 1;
}

.descr-block {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.item-padding {
    padding: 100px 0;
}


.tour-slide-box {
    width: 100%;
    background: #fff; /*#2b5990*/
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    margin: 60px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
}

.tour-slide-box:hover {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.tour-slide-box-img {
    position: relative;
    padding-bottom: 220px;
    /*border-bottom: 4px solid #379cf4;*/
    border-radius: 24px;
    overflow: hidden;
}

.tour-slide-box-img .tag {
    position: absolute;
    z-index: 20;
    pointer-events: none;
    top: 10px;
    right: 10px;
}

.tour-slide-box-img a {
    display: block;
}

.tour-slide-box-img .bg-img {
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.tour-slide-box-img:hover .bg-img {
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.tour-slide-box-content {
    position: relative;
    padding: 20px 0 0 0;
}

.tour-slide-box-attr {
    color: #171717;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tour-slide-box-attr-meta {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 25px;
}

.tour-slide-box-attr-meta:last-child {
    margin-right: 0px;
}

.tour-slide-box-attr-meta i {
    margin-right: 8px;
    font-size: 20px;
}

.tour-slide-box-title {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 25px;
}

.tour-slide-box-title a {
    font-weight: 300;
    color: #285175;
    letter-spacing: -1px;
}

.tour-slide-box-title a:hover, .tour-slide-box-title a:focus {
    color: #379cf4;
}

.tour-slide-box-title a:active {
    color: #afedff;
}

.tour-slide-box-content .tour-duration {
    display: inline-block;
    position: relative;
    float: left;
}

.tour-slide-box-location {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    width: auto;
    max-width: 70%;
    padding: 5px 10px;
    background: #379cf4;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    border-radius: 24px;
}

.tour-slide-box-price {
    color: #4b7092;
    font-family: 'Baloo Bhai', "ABeeZee";
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 25px;
    text-align: right;
}

.tour-slide-box-location a {
    color: #fff;
}

.tour-slide-box-info {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    margin-bottom: 10px;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-slider-item-content .btn-primary {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 24px;
    background-color: #70a6d6;
    border: 2px solid #5f98cc; /*#5ca2e0*/
}

.main-slider-item-content .btn-primary:hover {
    background-color: #379cf4;
    border: 2px solid #3284cc;

}

.tour-slide-box .tour-duration span {
    color: #379cf4;
    display: inline-block;
    padding-right: 5px;
}



.subscribe-area {
    padding: 60px 0;
    /*background-color: #e2e8f7;*/
}

.subscribe-text {
    background: #379cf4;
    color: #fff;
    min-height: 300px;
    height: 300px;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    width: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border-radius: 24px 0 0 24px;
    background-image: url(../img/subscription.jpg) !important;
    background: round;
}

.subscribe-wrapper {
    padding: 70px;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    min-height: 300px;
    border-radius: 0 24px 24px 0;
}

.p-0 {
    padding: 0;
}

.subscribe-form form div {
    display: flex;
}

.subscribe-text h2 {
    vertical-align: middle;
    display: table-cell;
    color: rgba(249, 249, 249, 0.54); 
    font-size: 48px;
    letter-spacing: -2px;
}

.subscribe-wrapper h2 {
    color: rgba(19, 76, 138, 0.7);
    letter-spacing: -0.5px;
}

.subscribe-form .btn-primary {
    color: #7c8fa9;
    font-size: 16px;
    background-color: #d8e2ef;
    border-color: #d8e2ef;
    margin-left: -2px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.subscribe-form .btn-primary:hover {
    background-color: #86c7ff;
    border-color: #86c7ff;
}

.subscribe-form .form-control {
    border: solid 2px #d8e2ef;
}

/* WooCommerce*/

.ticket-calendar-info {
    display: none;
}

.tour-booking-widget .form-control {
    border: solid 2px #eee;
}

.tour-booking-widget .details .add-to-cart button {
    background: #fafcff;
    color: #3598ed;
    border-radius: 24px;
    border: 1px solid #8ac9ff;
    min-height: 40px;
    padding: 10px;
    /*background-image: linear-gradient(to bottom, #379bf3, #2f86d2);*/
}

.tour-booking-widget .input-group-addon {
    padding: 5px;
}

.tour-booking-widget .details .btn-checkout-now {
    background: #3598ed;
    color: #fff;
    border-radius: 24px;
}


.tour-booking-widget {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 24px;
    padding: 30px;
}

.main.style-2 .tour-booking-widget, .main.style-2 .sidebar .widget.widget_text {
    background: #fafafa;
}

.tour-booking-widget .datetimepicker-inline {
    box-shadow: none !important;
        border: solid 2px #eee;
}

.tour-booking-widget select {
    background-color: #fff !important;
}

.tour-booking-widget .ticket-option select {
    line-height: 20px;
}

.tour-booking-widget .ticket-label span {
    color: #222;
    font-weight: 500;
}

.ticket-option label {
    font-size: 14px;
    margin-bottom: 0;
}

.ticket-info i {
    margin-left: 3px;
}

.ticket-info i {
    font-size: 9px;
    color: #99c0e2;
    font-weight: 400;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 3px;
    line-height: 16px;
    background: #e6f3ff;
    border: 1px solid #9dd1ff;
}

.tooltip-inner {
    min-width: 150px;
}

.ticket-option small {
    font-size: 14px;
    display: block;
    color: #7b9bb7;
}

.ticket-option {
    position: relative;
    display: table;
    clear: both;
    width: 100%;
}

.ticket-option select {
    min-height: 50px;
}

.ticket-option .ticket-option-row {
    border-bottom: 1px solid #eee;
    position: relative;
    display: table;
    padding: 10px 0;
    width: 100%;
}

.ticket-option .input-group-addon i {
    color: #99c0e2;
    font-size: 18px;
}

.ticket-option #adult_qty,.ticket-option #senior_qty {
    border-right: none;
}

.ticket-option-row .description {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    width: 75%;
    float: left;
}

.ticket-option-row .description strong{
    font-weight: 500;
    color: #222;
}

.ticket-option-row .amount {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    width: 25%;
    float: left;
}

.tour-booking .total-price {
    text-align: right;
    display: none;
}

.tour-booking .total-price strong {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    padding-right: 5px;
}


.tour-booking-widget .details .add-to-cart {
    display: flex;
}
.tour-booking-widget .details .add-to-cart form {
    padding-left: 10px;
}


.tour-booking-widget .details .add-to-cart button i {
    width: 24px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: inherit;
    width: 100%;
}
.cart_totals h2 {
    display: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500;
}

.woocommerce a.button.alt {
    background-color: #379cf4;
    font-weight: 500;
    font-size: 16px;
}

.woocommerce a.remove {
    display: inline;
    font-size: 0.9em;
    height: auto;
    width: auto;
    text-align: center;
    line-height: inherit;
    border-radius: 12px;
    color: #222 !important;
    text-decoration: none;
    font-weight: 500;
    background: #eee;
    padding: 3px 10px;
    margin-left: 10px;
}

.woocommerce button.button {
    font-weight: 400;
}
.woocommerce a.button {
    min-height: inherit;
    font-weight: 500;
}

.wcppec-checkout-buttons {
    display: none;
}

.woocommerce-message {
    border-top-color: #78c317;
}

.tour-details .variation i, .cart_item i, .wc-item-meta i {
    color: #379cf4;
    width: 18px;
}

.tour-details .variation {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.variation .options {
    padding-top: 10px;
}


.variation .options span,
.wc-item-meta .options span {
    display: table-cell;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #eee;
}

.variation .date_time {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0;
}

.variation .options span:first-child {
    padding-left: 0;
}
.variation .options span:last-child {
    padding-right: 0;
    border-right: none;
}


.tour-details .tour-price {
    display: block;
    text-align: right;
    font-size: 16px;
    letter-spacing: 0;
}

button[name="update_cart"] {
    display: none !important;
}

.order-total .woocommerce-Price-amount.amount {
    font-weight: 500;
    font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 20px;
    color: #666;
}

.checkout h3, .woocommerce-column__title, .woocommerce-order-details__title {
    font-size: 23px;
    letter-spacing: -0.5px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
}

.woocommerce table.shop_table td.product-name {
    text-align: left;
}

.woocommerce .tour-single {
    box-shadow: none;
    border: 2px solid #eee;
    background: #fff;
}
.woocommerce .tour-text {
    background: #fff;
}

.cart_item h3 {
    padding-left: 100px;
    margin-top: 10px;
}

.woocommerce table.shop_table td {
    border-left: 1px solid #eee;
}

.cart_item .variation {
    padding-left: 100px;
}

.wc-item-meta {
    padding-top: 10px;
}

.cart_item .variation, .wc-item-meta {
    font-size: 14px;
    color: #666;
}
.cart_item .product-quantity, .wc-item-meta-label {
    display: none !important;
}

.cart-contents-count {
    position: relative;
    background: #162b48;
    padding: 2px 6px;
}

.woocommerce ul.order_details li strong {
    font-weight: 400;
}

.woocommerce-order-overview {
    background: #f7f7f7;
    padding: 15px;
}

.woocommerce table.shop_table td.product-name {
    font-size: 18px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


.woocommerce table.shop_table tbody th {
    text-align: left;
    width: 40%;
}

.woocommerce .tour-price {
    position: relative;
    top: initial;
    bottom: 10px;
    background: rgba(125, 125, 125, 0.1);
    border-radius: 12px;
    color: #222;
    left: 0;
}

.cart_item_remove_link {
    background: #edf7ff;
    padding: 5px 10px;
    border-radius: 24px;
    border: 1px solid #bee1ff;
}

.woocommerce table.shop_table .product-quantity {
    display: none;
}

.ticket-warning {
    color: #2095fb;
    font-size: 14px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #fafafa;
    border: 2px solid #eee;
    border-top: 4px solid #379cf4;
}

.woocommerce-error strong {
    font-weight: 400;
    color: red;
}

.table {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0 !important;
}

.shop_table > thead > tr > th {
    vertical-align: bottom;
    background: #fff;
    text-align: left;
    line-height: 1.42857143;
}

table.table tr td, table.table.table-lg tr th,
.shop_table tr th {
    border-color: #eaeff5;
    padding: 15px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}

.shop_table .order-actions a {
    margin: 10px 0;
    font-size: 14px;
}

.table-hover tbody tr:hover {
    background-color: #f4f5f7;
}

table.table td a {
    font-weight: 500;
    color: #334e6f;
    display: inline-block;
    text-decoration: none;
}

table.table td img {
    margin-right: 10px;
}



/* Map View */

.map-listing {
     padding-top: 0;
     padding-bottom: 0;
}
.map-listing .tour-list-view {
     height: 930px;
     width: 555px;
     background-color: #f9f9f9;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     float: left;
}
.map-listing .tour-list-view .tse-content {
     padding: 30px 40px;
}
.map-listing .tour-list-view .title {
    font-size: 23px;
    color: #333;
    margin-bottom: 20px;
    padding-top: 60px;
    text-align: center;
    letter-spacing: -0.5px;
}
    /*
.map-listing .tour-list-view .title:before {
     content: '';
     background-color: #379cf4;
     width: 50px;
     height: 3px;
     margin-right: 10px;
     display: inline-block;
     vertical-align: middle;
}
*/
.map-listing .map {
    height: 930px;
    position: relative;
    overflow: hidden;
    float: right;
    width: calc(100% - 555px);
}

 @media (max-width: 767.98px) {
    .map-listing .tour-list-view {
        width: 100%;
    }
    .map-listing .tour-list-view .tse-content {
        padding-left: 40px;
        padding-right: 40px;
    }
    .map-listing .map-view {
        width: 100%;
    }

}
 @media (max-width: 470px) {
    .map-listing .tour-list-view .tse-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
