/*
Theme Name: Aaditya Tours & Travels
Author : Niyati technologies
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {font-family: 'High-Tide';src: url('fonts/HighTide.woff2') format('woff2'),url('fonts/HighTide.woff') format('woff'),url('fonts/HighTide.ttf') format('truetype'),url('fonts/HighTide.svg#HighTide') format('svg');font-weight: normal;font-style: normal;}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background: #fff;
	font-family: 'Poppins', sans-serif !important;font-weight: 400
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

.col-centered{margin: 0 auto;text-align: center;float: none;}
/*svg:not(:root) {
	overflow: hidden;
}*/

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
:focus{
	outline: none;
}
input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 14px;
	line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ed1e24;
    border-color: transparent;
    border-radius: 3px;
    background: #ed1e24;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 7px 15px;
    margin: 0px 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: transparent;*/
    background: #fff;
    color: #ed1e24;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: transparent;
	color: #996600;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	line-height: 30px;
    color: #333;
    border: none;
    font-size: 15px;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    padding: 5px 0px 5px 0px;
    transition: 0.2s ease;
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    margin: 0 0 15px;
    transition: .2s linear;
}

div.wpcf7 .ajax-loader {float: left;}

::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: #000;transition: .2s linear;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;transition: .2s linear;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;transition: .2s linear;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;transition: .2s linear;
}

input:focus::-webkit-input-placeholder {color: #996600;transition: .2s linear}

/*.name1::-webkit-input-placeholder, .email1::-webkit-input-placeholder ,.phone1::-webkit-input-placeholder,.companyname1::-webkit-input-placeholder ,.message1::-webkit-input-placeholder , .post::-webkit-input-placeholder{ 
  color: #333;
}

.name1::-moz-placeholder , .email1::-moz-placeholder , .phone1::-moz-placeholder , .message1::-moz-placeholder, .companyname1::-moz-placeholder ,.post::-moz-placeholder{  Firefox 19+ 
  color: #333;
}

.name1:-ms-input-placeholder , .email1:-ms-input-placeholder  ,.phone1:-ms-input-placeholder  ,.message1:-ms-input-placeholder,.companyname1:-ms-input-placeholder ,.post:-ms-input-placeholder  {
  color: #333;
}

.name1:-moz-placeholder ,.email1:-moz-placeholder , .phone1:-moz-placeholder ,.message1:-moz-placeholder ,.companyname1:-moz-placeholder ,.post:-moz-placeholder {
  color: #333;
}*/

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

select {
	line-height: 35px;
    color: #000;
    border: none;
    font-size: 16px;
    border-radius: 0px;
    border-bottom: 2px solid #c7c7c7;
    padding: 5px 0px 10px 15px;
    transition: 0.2s ease;
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    margin: 0 0 20px;
    height: 52px;
    transition: .2s linear;
    -moz-appearance: none;
	-webkit-appearance: none;
	background:url(images/select-arrow.html) no-repeat 98% 20px / 14px
}
select:focus {
	background:url(images/select-arrow-active.html) no-repeat 98% 20px / 14px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #333;
	border-bottom: 1px solid #996600;
	transition: .2s linear;
	
}


textarea {width: 75%;padding: 5px 0px 5px 0px;float: left;}

input.wpcf7-form-control.wpcf7-submit {font-size: 15px;font-weight: 600;color: #ed1e24;background-color: transparent;padding: 5px 30px;border-radius: 0;border: 1px solid #ed1e24;margin: 25px 0;transition: .2s linear;text-transform: uppercase;letter-spacing: 1px;border-radius: 25px;float: right;}
input.wpcf7-form-control.wpcf7-submit:hover {background-color: #ed1e24;color: #fff;transition: .2s linear;}
.half-box.name,.half-box.email,.half-box.we-are{padding-right: 30px}
.half-box.phone,.half-box.city,.half-box.we-want{padding-left: 30px}
a#scrolldown{width: 25px;height: 50px;display: block;}
div.wpcf7-response-output {overflow: auto; text-align: center;}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    box-shadow: 0 0 2px -1px #333;
	margin-bottom: 0;
}
.navbar-brand > a {
	color: #563d7c;
	font-weight: bold;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
	color: #563d7c;
	text-decoration: none;
}
div#page-sub-header {
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #6f5499;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	font-size: 20px;
}
div#page-sub-header h1{
	margin-top: 0;
	color: #fff;
	margin-bottom: 10px;
}
div#page-sub-header p{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}



@media screen and (min-width: 768px) {
	div#page-sub-header h1{
		font-size: 60px;
		line-height: 1;
	}
	div#page-sub-header {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: left;
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	div#page-sub-header p{
		max-width: 640px;
	}
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/







/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.navbar-brand {
	height: auto;	 
}
.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

@media (max-width: 767px) {

  
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.dropdown-menu {position: absolute;top: 100%;left: 0;min-width: 200px;padding:  0;margin: 2px 0 0;}
.dropdown-menu>li>a { padding: 10px 20px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {color: #32327f;text-decoration: none;background-color: transparent;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {color: #32327f;text-decoration: none;background-color: transparent;outline: 0;}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -158px;
		top: 22px;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 0em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}




/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon {
	background: #262626 none repeat scroll 0 0;
	margin: 0px 0 0;
	padding: 20px 0;
	text-align: center;
}
.copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}



@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}
/*************custom styles**************/


/* Custom Styles */

main { background: #fff;}
a { transition: all 0.3s ease 0s }
.no_padding { padding: 0px }
.no_margin { margin: 0px }
img { max-width: 100%; height: auto }
a:focus { outline: none }
#success_msg { position: absolute; width: 75%; left: 0; right: 0; margin: 0px auto;  font-size: 15px; border: 1px solid #d6e9c6; padding: 8px; bottom: 15px }
span.wpcf7-not-valid-tip {position: absolute;width: 150px;bottom: -35px; text-align: left;}
/* Header Section */
header.navbar-static-top { top:0;background: #fff; width: 100%; height: 97px;position: fixed;padding: 10px 0px;transition: 0.2s linear;box-shadow: 0 0 4px 6px rgba(0,0,0,.2) }
header .logo { width: 202px; height: 77px; display: inline-block; transition: .2s linear;}
header .mobile.logo { display: none }
nav.collapse.navbar-collapse {width: calc(100% - 205px);float: right;padding: 15px 0px 0;transition: 0.2s linear;transform: translateY(0px);}
header .navbar-nav {  font-size: 14px; text-transform: capitalize; float: right;  text-align: center;transition: .2s linear; }
header .navbar-nav > li { padding: 0px 12px; float: none; display: inline-block; vertical-align: top;transition: .2s linear; }
header .navbar-nav > li > a { font-size: 15px;font-weight: 600;color: #333; padding: 10px 0px; position: relative;transition: .2s linear; }
header .navbar-nav > li > a:after { content: ''; background: #ff7112; width: 0; height: 0; margin: 0 auto; position: absolute; bottom: 0px; left: 0; right: 0; transition: all 0.3s ease 0s }
header .navbar-nav > li > a:hover, header .navbar-nav > li > a:focus { background: transparent }
header .navbar-nav > li > a:hover:after { width: 100%; height: 2px }
header .navbar-nav > li.current_page_item > a:after { width: 100%; height: 2px }
header .navbar-nav > li.logo > a:hover:after { width: 0%; height: 0px }
header .navbar-nav > li.call_link > a { color: #ffc20e; font-size: 16px; }
.nav-top-bar {float: right;display: block;transition: .2s linear;transform: translateY(0px);}
header .navbar-toggle { background: transparent; margin-right: 0px;margin: 20px 0;transition: .2s linear }
header .navbar-toggle .icon-bar { background: #fff } 
.navbar-toggle .icon-bar { width: 30px; margin-bottom: 6px }
header .navbar-nav > li.phone > a,header .navbar-nav > li.mail > a, header .navbar-nav > li.mobile > a {font-size: 13px;font-weight: 400;color: #666;padding: 0px 0px 0px 25px;transition: .2s linear;text-transform: lowercase;}
header .navbar-nav > li.mail > a{background:url(images/mail-top-bar.png)no-repeat 0 3px;}
header .navbar-nav > li.phone > a{background:url(images/phone-top-bar.png)no-repeat 0 4px;}
header .navbar-nav > li.mobile > a{background:url(images/mobile.png)no-repeat 2px 2px;}
header .navbar-nav > li.phone> a:after,header .navbar-nav > li.mail > a:after, header .navbar-nav > li.mobile > a:after{content: '';display: none}
header .navbar-nav > li.phone:hover > a,header .navbar-nav > li.mail:hover > a, header .navbar-nav > li.mobile:hover > a{color:#ff7112;}
header.navbar-static-top .primary-menu{transform: translateY(0px);transition: 0.2s linear; }
header.navbar-static-top.fixed {transition: 0.2s linear;}
header.navbar-static-top.fixed .navbar-nav > li {transition: .2s linear;}
header.navbar-static-top.fixed .navbar-nav > li > a {transition: .2s linear;}
header.navbar-static-top.fixed .navbar-nav > li {transition: .2s linear;}
header.navbar-static-top.fixed .nav-top-bar {transform: translateY(-50px);;transition:.2s linear;}


header.navbar-static-top.fixed .logo {width: 135px;height: 53px;transition: .2s linear;}
header.navbar-static-top.fixed {height: 77px;transition: 0.2s linear; }
header.navbar-static-top.fixed nav.collapse.navbar-collapse {padding: 6px 0px 0;}
header.navbar-static-top.fixed .primary-menu{transform: translateY(-15px);transition: 0.2s linear; }
header.navbar-static-top.fixed  .navbar-toggle {margin: 10px 0;transition: .2s linear}
.nav-top-bar.mobile{display: none;}

a#return-to-top {display: none;position: fixed;transition: .3s linear;bottom: 65px;right: 25px;background: #ed1e24;width: 40px;height: 40px;z-index: 9999;border:1px solid #ed1e24;} 
a#return-to-top i{font-size: 30px;padding: 3px 9px;color: #fff;}
a#return-to-top:hover{background-color: #df1319;transition: .3s linear;}
/* The side navigation menu */
.sidenav {height: 100%;width: 100%;position: fixed; z-index:9999; top: 0; right: -100%;background-color: #111;overflow-x: hidden; padding-top: 60px; transition: 0.5s;}
.sidenav a {padding: 8px 8px 8px 32px;text-decoration: none;font-size: 25px;color: #818181;display: block;transition: 0.3s;}
.sidenav a:hover {background-color: transparent !important;color: #f7cc04;}
.sidenav .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;}
.sidenav .nav>li>a {padding: 20px 15px !important; font-size: 17px;}
.sidenav .logo.menu-item{display: none;}
#content {transition: margin-left .5s;}
/* End */
/*404*/

.error-404.not-found { padding:20px 0px 50px 0px; text-align: center; margin:0px 0 0; }


/* Footer Section */
footer{background-color: #03588c;padding: 60px 0px 30px;}
section#address-footer h4{font-size: 14px;color: #fff;font-weight: 700;line-height: 24px;margin:0;}
section#address-footer p{font-size: 14px;color: #fff;font-weight: 400;line-height: 25px;}
section#address-footer p a{font-size: 14px;color: #fff;font-weight: 400;line-height: 25px;}
section#address-footer p a[href^=tel]{
    color:inherit;
    text-decoration: inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;}
.footer-menu ul#menu-main-menu-2{margin:0;float: none;}
.footer-menu ul#menu-main-menu-2 li {margin:0;float: none;display: block;}
.footer-menu ul#menu-main-menu-2 li a{font-size: 12px;color: #fff;font-weight: 400;line-height: 27px;}
.footer-menu ul#menu-main-menu-2 li a:hover{color: #ff7112;font-weight: 400;line-height: 27px;}
.footer-menu1 ul#menu-footer{margin:0;float: none;}
.footer-menu1 ul#menu-footer li {margin:0;float: none;display: block;}
.footer-menu1 ul#menu-footer li a{font-size: 13px;color: #fff;font-weight: 400;line-height: 27px;}
.footer-menu1 ul#menu-footer li a:hover{color: #ff7112;font-weight: 400;line-height: 27px;}
.social-footer ul{padding: 10px 0px;list-style: none;float: none;display: table;margin:0 auto;}
.social-footer ul li{display: inline-block;padding: 10px 0px !important;}
.social-footer ul li a {display: inline-block;width: 30px;height: 30px;font-size: 20px;color: #03588c;transition: .2s linear;background-color: #f7cc04;border-radius: 25px;text-align: center;padding: 5px 0px;margin: 0 4px;}
.social-footer ul li a:hover{color: #ff7112;transition: .2s linear}
.footer_bottom {margin-bottom: 10px;}
.footer_bottom ul{list-style: none;float: none;display: table;margin:0 auto;padding: 0;}
.footer_bottom ul li{display: inline-block;padding: 0px 0px !important;float: left;font-size: 14px;color: #999;font-weight: 400;line-height: 20px;}
.footer_bottom ul li.copy{padding: 0px 10px 0 0!important;}
.menu-footer-container{float: left;}
.copyright-text{padding: 25px 15px 0;line-height: 29px;clear: both;font-size: 13px;color: #fff;}
/* End */
/* Banner Section */

section.banner_section .bannerfill { width: 100%;height: 750px; position: relative }
section.banner_section .parent { position: relative }
section.banner_section .content { width: 100%; position: relative;margin-top: 100px;padding: 175px 0px 200px}
section.banner_section .content h1 {font-size: 39px;line-height: 45px;text-transform: capitalize;text-align: center;color: #fff;margin: 0px 0 15px;text-transform: capitalize;font-weight: 700;}
section.banner_section .content h1 strong { color: #f7cc04;font-family: 'High-Tide';font-size: 60px;padding: 0 15px;  }
section.banner_section .content p { font-size: 20px;color: #fff;line-height: 45px;  }
.arrow-banner{width: 25px;height: 50px;display: block;text-align: center;margin:0 auto;background:url(images/banner-arrow.png) no-repeat center;margin: 10vh auto;;animation:bounce 3s linear 1s infinite;}
section.banner_section{position: relative;}
.search-banner {position: absolute;bottom: 140px;left: 0;right: 0;width: 805px;margin: 0 auto;}
.search-banner input {padding: 5px 15px;border: none;width: 700px;background: #fff;font-size: 15px;color: #333;line-height: 45px;float: left;}
.search-banner input:focus{color: #333;border-bottom: 0;transition: .2s linear;}
.search-banner .search-button {background-color: #ed1e24;color: #fff;font-size: 14px;font-weight: 600;padding: 17px 25px;margin: 0;float: left;transition: .3s linear;width: auto;line-height: initial;border: none;border-radius: 0;}
.search-banner a {background-color: #ed1e24;color: #fff;font-size: 14px;font-weight: 600;padding: 17px 25px;margin: 0;float: left;transition: .3s linear;width: auto;line-height: initial;border: none;border-radius: 0;}
.search-banner .search-button:hover {background-color: #d9141a;color: #fff;transition:.3s linear;}
.search-banner a:hover {background-color: #d9141a;color: #fff;transition:.3s linear;}
section.banner_section .content p{font-size: 18px;font-weight: 400;line-height: 33px;color: #fff;text-align: center;padding: 0 200px;}
/* End */
/*yellow band*/
section.yellow-band{background-color: #f7cc04;padding: 85px 0px;text-align: center;}
.yellow-content h2 {font-weight: 500;font-size: 29px;color: #590202;margin: 0 0 30px;}
.yellow-content p {line-height: 26px;font-size: 15px;font-weight: 400;color: #111;letter-spacing: .5px;}
/*end*/
/*destination lisitng*/
.destination-listing{background-color: #fff;padding: 100px 0px 80px;}
.destination-listing .title-head{text-align: center;}
.destination-listing .title-head h2{font-size: 26px;font-weight: 700;line-height: 45px;color:#03588c ;margin: 0 0 20px;}
.destination-listing .title-head p{font-size: 19px;font-weight: 400;line-height: 30px;color:#333 ;margin: 0 0 30px;padding: 0 150px;}
figure.effect-bubba{position: relative;margin: 0;overflow: hidden;border-radius: 5px;}
figure.effect-bubba img{border-radius: 5px;transition: .2s linear}
figcaption {position: absolute;z-index: 9;bottom: 0;border-radius: 5px;height: 100%;width: 100%;background: rgba(0,0,0,0);background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(52%, rgba(0,0,0,0.34)), color-stop(100%, rgba(0,0,0,0.66)));background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
.align-bottom{bottom: 0;position: absolute;text-align: center;left: 0;right: 0;}
.align-bottom h2{ color: #fff;font-family: 'High-Tide';font-size: 40px;margin: 0 0 0px;transition: 0.2s linear;}
.align-bottom p{font-size: 15px;font-weight: 400;line-height: 33px;color: #fff;}
.image-box {position: relative;margin: 10px 0 30px;transition: 0.2s linear;}
.image-box .wrapper{overflow: hidden;position: relative;border-radius: 5px;}
.image-hidden-box {position: absolute;text-align: center;left: 0;right: 0;top: 0;border-radius: 5px;background-color: rgba(224,25,30,.8);bottom: 0;z-index: 99;padding: 50px;transform: translate3d(0,100%,0);transition: 0.2s linear;}
.image-box:hover {box-shadow: 0px 1px 5px 2px rgba(0,0,0,.2);transition: 0.2s linear;border-radius: 5px;}
.image-box:hover .image-hidden-box {transform: translate3d(0,0%,0);transition: 0.2s linear;}
.image-box:hover .align-bottom {opacity: 0;transition: 0.2s linear;}
.image-hidden-box h2{ color: #fff;font-family: 'High-Tide';font-size: 40px;margin: 0 0 0px;text-align: center;}
.image-hidden-box p{font-size: 15px;font-weight: 400;line-height: 20px;color: #fff;text-align: center;padding: 0 15px;}
.image-hidden-box a{font-size: 13px;font-weight: 600;line-height: 33px;color: #000;text-align: center;padding: 7px 15px;background-color: #f7cc04;border-radius: 25px;transition: 0.2s linear;}
.image-hidden-box a:hover{color: #ff7112;text-align: center;background-color: #fff;transition: 0.2s linear;}
.destination.boxes{margin: 50px 0px 0px;overflow: auto;}
.page-button-row {clear: both;text-align: center;}
.page-button-row a.underline-button{font-size: 13px;line-height: 35px;font-weight: 400;color: #ed1e24;border-bottom: 1px solid transparent;transition: 0.2s linear;}
.page-button-row a.underline-button:hover{color: #ed1e24;border-bottom: 1px solid #ed1e24;transition: 0.2s linear;}
.image-box:hover figure.effect-bubba img{transform: scale(1.05);transition: .2s linear}
/*destination lisitng*/
/*package slider*/
section.slider-packages{background:#f1f1f1;padding:75px 0px;}
.package-slider.slick-slider {margin: 0;padding: 0 10px;}
.package-container {margin: 0 15px;border-radius: 5px;height: 320px;background-position: center !important;background-size: 113% !important;background-repeat: no-repeat !important;transition: 0.2s linear;}
.package-container:hover {background-size: 120% !important;background-repeat: no-repeat !important;transition: 0.2s linear;}
a.img-container {height: 100%;width: 100%;display: block;position: relative;}
.content-box {background: #f7cc04;padding: 30px 30px 20px;width: 58%;bottom: 20px;left: 20px;position: absolute;}
.content-box h1{margin: 0;color: #ed1e24;font-family: 'High-Tide';font-size: 40px;line-height: 40px;}
.content-box h2{margin: 0;color: #590202;font-size: 38px;line-height: 40px;font-weight: 700;}
.content-box p{margin: 10px 0;color: #333333;font-size: 15px;line-height: 18px;font-weight: 400;}
.package-slider.slick-slider .slick-prev,.package-slider.slick-slider .slick-next {width: 22px;height: 22px;background: url(images/slider-arrow.png) no-repeat 0 0;}
.package-slider.slick-slider .slick-next {transform: rotate(180deg);}
.package-slider.slick-slider .slick-prev:before,.package-slider.slick-slider .slick-next:before {content: '';display: none}
/*package slider*/
/*travel plans*/
section.travel-plans{background: #fff;padding: 100px 0px}
section.travel-plans .title-head h1{font-size: 26px;font-weight: 700;line-height: 45px;color:#03588c ;margin: 0 0 20px;text-align: center;}
section.travel-plans .title-head p{font-size: 19px;font-weight: 400;line-height: 30px;color:#333 ;margin: 0 0 30px;padding: 0 150px;text-align: center;}
section.travel-plans .image-content {padding: 15px 0px;}
section.travel-plans .image-content .title{width: 75%;float: left;font-weight: 600;font-size: 14px;color: #333;/*line-height: 30px;*/ line-height:21px; transition: 0.2s linear;}
section.travel-plans .image-content .days{width: 25%;float: left;font-size: 11px;color: #999;text-transform: capitalize;/*line-height: 30px;*/ line-height: 21px;}
section.travel-plans .image-content .price{font-weight: 600;font-size: 12px;line-height: 30px;color: #03588c;clear: both;}
section.travel-plans .image-content .price span{color: #999;}
.destination-box a{display: block;}
section.travel-plans .destination-box:hover .title{color: #ff7112;transition: 0.2s linear;}
.destination-list {padding: 25px 0px;overflow: auto;}
.destination-box:hover .img-box img{transform: scale(1.1);transition:0.2s linear;}
.img-box:before{z-index: 9;content: '';position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0);background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(52%, rgba(0,0,0,0.34)), color-stop(100%, rgba(0,0,0,0.66)));background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 52%, rgba(0,0,0,0.66) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );}
.img-box{position: relative;overflow: hidden;border-radius: 5px}
.img-box img{border-radius: 5px;transition:0.2s linear;}
.line{display:block;margin:40px 15px;}
.line h2{font-size:19px;font-weight: 600;color: #333; text-align:center; border-bottom:1px solid #858585; position:relative; }
.line h2 span { background-color: white; position: relative; top: 10px; padding: 0 20px;}
/*travel plans*/
/*blog post */
section.blog-post-section{background:#f1f1f1;padding:75px 0px;}
.blogpost-row {padding: 0 0 20px;overflow: auto;clear: both;}
section.blog-post-section .title-head h1{font-size: 26px;font-weight: 700;line-height: 45px;color:#03588c ;margin: 0 0 20px;text-align: center;}
section.blog-post-section .blogpost-box a{display: block;}
section.blog-post-section .blogpost-box:hover .title{color: #ff7112;transition: 0.2s linear;}
section.blog-post-section .blogpost-box .title{font-size: 16px;font-weight: 600;line-height: 35px;color:#333 ;margin: 10px 0 0px;text-align: left;transition: 0.2s linear;}
section.blog-post-section .blogpost-box .date{font-size: 11px;font-weight: 400;line-height: 14px;color:#666 ;margin: 0px 0 0px;text-align: left;}
.post-image img {border-radius: 5px;transition: .2s linear;}
.blogpost-box:hover .post-image img {transform: scale(1.1);transition: .2s linear;}
.post-image{overflow: hidden;border-radius: 5px;}

/*blog post */
/*customer testimonials*/
.customer-testimonials{background: #fff;padding: 60px 0 50px;}
.customer-slider {margin: 30px 0px 20px;}
.customer-slider .slide-container{background: #fff;border:1px solid #cccccc;box-shadow: 0px 2px 2px 2px rgba(0,0,0,.1);padding: 40px 40px 20px 40px; margin: 10px 15px;}
.image-left {width: 50%;float: left;display: block;position: relative;}
.image-left:after {display: block;content: '';background: #ed1e24;width: 150px;height: 10px;position: absolute;bottom:-5px;z-index: 99;left: 0;}
.content-right {width: 50%;float: left;font-size: 14px;line-height: 26px;color: #000;margin: 0 0 10px}
.content-right p{font-size: 14px;line-height: 26px;color: #000;margin: 0 0 10px;min-height: 160px;}
.content-right h6{font-size: 14px;line-height: 26px;color: #000;font-weight: 500;}
.content-right h6 strong{font-weight: 600;}
.customer-testimonials .title-head img {margin: 0 auto 10px;text-align: center;display: block;}
.customer-testimonials .title-head h1{font-size: 26px;font-weight: 700;line-height: 45px;color:#03588c ;margin: 0 0 20px;text-align: center;}
.customer-slider .slick-prev,.customer-slider .slick-next {width: 22px;height: 22px;background: url(images/slider-arrow.png) no-repeat 0 0;}
.customer-slider .slick-next {transform: rotate(180deg);}
.customer-slider .slick-prev:before,.customer-slider .slick-next:before {content: '';display: none}
/*customer testimonials*/
/*client logo*/
section.client-images{background: #eeeff0;padding: 50px 0px;}
.client-images ul{padding: 0;margin: 0;list-style: none;display: table;text-align: center;margin: 0 auto}
.client-images ul li{display: inline-block;padding: 0 18px;}
/*client logo*/
/*form section*/
section.form-section{background:#f7cc04;padding:100px 0px;}
section.form-section .title-head h1{font-size: 26px;font-weight: 700;line-height: 45px;color:#590202 ;margin: 0 0 10px;text-align: center;}
section.form-section .title-head p{font-size: 18px;font-weight: 400;line-height: 29px;color:#000 ;margin: 0 0 20px;text-align: center;padding: 0px 200px;}
/*form section*/
/*search*/
body.search.search-results.hfeed{margin: 100px 0 0;}
/*body.search.search-results.hfeed .image-box:hover {box-shadow: 0px 0px 7px 3px rgba(0,0,0,.3);border-radius:5px;transition: 0.2s linear;}
body.search.search-results.hfeed .image-box:hover .align-bottom {opacity:1;transition: 0.2s linear;}
body.search.search-results.hfeed .image-box:hover .align-bottom h2{color: #ed1e24;transition: 0.2s linear;}*/
/*search*/
/*about*/

.herobanner .bannerfill { height: 400px; position: relative; }
.banner_text { height: 399px;
    display: flex;
    align-items: center;
    color: #fff;  
}

.what_we_do{padding: 60px 0 110px;}
.what_we_do h2{font-size: 26px;line-height: 32px;color: #03588c;font-weight: 700;}
.what_we_do h3{font-size:19px;line-height: 26px;color: #333;}
.what_we_do p{font-size:14px;line-height: 32px;color: #333; padding-right:60px}
.what_we_do .our_mission{ background:#f7cc04; text-align: center; padding: 45px 70px;margin-top: 65px;}
.what_we_do .our_mission h3{ font-size:26px;line-height: 30px;color: #590202;font-weight: 700;margin-bottom: 25px;}
.what_we_do .our_mission p{ font-size: 19px; line-height: 30px;color: #333;padding-right:0px;font-weight: 400;}
.why_decide{padding:80px 0 120px 0; background: #f1f1f1; text-align:center;}
.why_decide h1{ color:#03588c; font-size:26px; margin-bottom: 70px;font-weight: 700; }
.why_decide .row { display: flex;}
.why_decide .col-sm-4 { padding: 0 36px; border-right:1px solid #c7c7c7;flex: 1;}
.why_decide .col-sm-4:first-of-type {padding-left:0}
.why_decide .col-sm-4 h2{ color:#000000; font-size:20px;    margin-top: 40px;margin-bottom: 28px;font-weight: 600;}
.why_decide .col-sm-4:last-child {border-right:0;padding-right:0} 
.why_decide p{ color:#515151; font-size:14px;line-height: 23px; color: #333333}
.leadership{padding: 90px 0 10px;}
.leadership .row { display: flex; border-bottom:1px solid #ddd; padding-bottom: 60px}
.leadership h1{ color:#03588c; font-size:26px; margin-bottom: 30px;font-weight: 700;text-align:center;}
.leadership h2{ color:#333; font-size:19px;line-height: 30px;  margin:0 auto 70px;text-align:center;width:75%}
.leadership .col-sm-6 { padding: 0 36px; flex: 1;}
.leadership .member_pic{ float:left; width: 30%; margin-right: 12%;}
.leadership .member_pic img{ border-radius: 50%; box-shadow: 0px 0px 5px rgba(0,0,0,0.5)}
.leadership .member_content{ float:left; width: 58%}
.leadership .col-sm-6 h3{ color:#000000; font-size:17px;    margin-top: 0px;margin-bottom: 12px;font-weight: 600;}
.leadership .col-sm-6 h4{ color:#000000; font-size:15px;    margin-top: 0px;margin-bottom: 28px;}
.leadership p{ color:#515151; font-size:14px;line-height: 23px; color: #333333}
/*about*/
/*contact*/
section.innerbanner{height: 500px;display: flex;align-items: center;justify-content: center;padding-top: 97px;}
section.innerbanner h1{font-size: 39px;color: #fff;line-height: 45px;font-weight: 800;}
section.address-container{padding: 100px 0px;}
.address-box p{font-size: 15px;line-height: 28px;font-weight: 400;color: #333;}
.address-box p strong{font-weight:700 ;display: block;line-height: 32px;}
.address-box .fax{font-size: 15px;line-height: 28px;font-weight: 400;color: #333;padding-left: 35px;/*background: url(images/fax.png) no-repeat 0 7px;*/margin: 0 0 10px; background: url(images/phone-top-bar.png) no-repeat 0 4px;}
.address-box .contact-landline {font-size: 15px;line-height: 28px;font-weight: 400;color: #333;padding-left: 35px; margin: 0 0 10px; background: url(images/phone-top-bar.png) no-repeat 0 4px;}
.address-box .contact-phone a{font-size: 15px;line-height: 28px;font-weight: 400;color: #333;padding-left: 35px;background: url(images/mobile.png) no-repeat 4px 2px;transition: 0.2s linear;}
.address-box .contact-phone a:hover{color: #ff7112;transition: 0.2s linear;}

.mail-box h4{margin: 0;font-size: 14px;color: #333;line-height: 26px;font-weight: 600;}
.mail-box a{margin: 0;font-size: 13px;color: #666;line-height: 20px;font-weight: 400;padding-left: 20px;background: url(images/mail-id-icon.png) no-repeat 0 5px;transition: 0.2s linear;}
.mail-box a:hover{color: #ff7112;transition: 0.2s linear;}
.mail-box .mail-row{margin: 0 0 10px;}
.map-box iframe{width: 95%;height: 300px;float: right;}

section.yellow-band.contact-page .yellow-content h2{font-size: 26px;font-weight: 700;line-height: 45px;margin: 0 0 10px;}
section.yellow-band.contact-page .yellow-content p{font-size: 18px;font-weight: 400;line-height: 29px;margin: 0 0 0px;}
section.yellow-band.contact-page .yellow_formtxt {margin: 0 auto 35px;}
/*contact*/
.topicons {  }

.no-results.not-found { padding:10px 0 50px 0; margin-top:97px; }
.no-results.not-found #ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput { border: 1px solid #ccc !important }
.no-results.not-found div.asl_m .probox .proinput { height: auto !important; margin-left:0!important; }
.no-results.not-found #ajaxsearchlite1 .probox, .no-results.not-found div.asl_w .probox { max-width: 600px; }
div.asl_m .probox .proinput { margin:0 !important; }

/* Custom Media Queries */

@media screen and (max-width: 1600px){

}


@media screen and (max-width: 1367px){

}


@media screen and (max-width: 1280px){
.dots-info-form {top: -82px; width: 180px;height: 180px;}
}

@media screen and (max-width: 1199px){

header .navbar-nav > li.desktop_loglink { display: none }
section.banner_section .content p {padding: 0 100px;}
header .navbar-nav > li > a {font-size: 14px;}
.yellow-content h2 {font-weight: 500;font-size: 24px;}
.destination-listing .title-head p {padding: 0 100px;font-size: 18px;}
.destination-listing .title-head h2 {font-size: 24px;margin: 0 0 10px;}
.align-bottom h2,.image-hidden-box h2 {font-size: 35px;}
.align-bottom p,.image-hidden-box p {font-size: 14px;}
.image-hidden-box {padding: 20px;}
.image-hidden-box a {font-size: 12px;}
.content-box h1 {font-size: 35px;}
.content-box h2 {font-size: 30px;line-height: 36px;}
.package-container {height: 265px;}
section.travel-plans .image-content .days {width: 30%;}
section.travel-plans .image-content .title {width: 70%;}
section.blog-post-section .blogpost-box .title {font-size: 16px;line-height: 24px;margin: 10px 0 10px;}
section.blog-post-section .title-head h1 {font-size: 24px;}
.image-left {width: 100%;margin: 0 0 15px;}
.content-right {width: 100%;}
section.form-section .title-head p {font-size: 16px;line-height: 27px;}
section.form-section .title-head h1 {font-size: 24px;}
.footer_bottom ul li {margin-bottom: 5px;}
.client-images ul li {padding: 0 10px;}
section.innerbanner h1 {padding: 0 15px;}
.content-right p {min-height: 80px;}
header .logo { padding-left:10px; }

}

@media screen and (max-width: 992px){

header .navbar-nav > li > a { padding: 20px 0px }
header .navbar-nav > li > a:after { bottom: 8px }
nav.collapse.navbar-collapse {display: none !important;}
.navbar-toggle {display: block;}
header .navbar-toggle .icon-bar {background: #ed1e24;}
.destination-listing .title-head p {padding: 0 10px;}
section.travel-plans .title-head p {font-size: 18px;padding: 0 10px;}
.blogpost-box{margin: 0 0 10px}
section.form-section .title-head p {padding: 0 10px;}
.client-images ul li {padding: 0 5px;}
.copyright-text {padding: 15px 15px 0;text-align: center;}
.sidenav .navbar-nav {float: none;margin: 99px 200px;display: block;}
.sidenav .navbar-nav>li {float: none;text-align: center; border-bottom:1px solid #444; }
.social-footer {width: 100%;clear: both;border-top: 1px solid rgba(255,255,255,.1);padding: 30px 0 0;}
.half-box.phone, .half-box.city{padding-left: 15px; }
.half-box.name, .half-box.email{padding-right: 15px; }
.what_we_do .our_mission { padding: 45px 38px; }
.why_decide .col-sm-4:first-of-type { padding-left:15px}
.why_decide .col-sm-4:last-child {border-right:0;padding-right:15px} 
/*.nav-top-bar{display: none;}
.nav-top-bar.mobile{display: inline-block;float: none;width: 65%;}*/
/*header .nav-top-bar.mobile .navbar-nav {margin: 30px 0px 0;}
header .nav-top-bar.mobile  .navbar-nav > li {padding: 0px 0;}
header.navbar-static-top.fixed .nav-top-bar.mobile{transform: translateY(-10px);transition: .2s linear;}
header.navbar-static-top.fixed .nav-top-bar.mobile{width: 75%;}
header .navbar-nav > li.phone > a {    background: url(images/phone-top-bar.png)no-repeat 0 4px / 16px;font-size: 0;padding: 0px 15px 5px;}
header .navbar-nav > li.mail > a {background: url(images/mail-top-bar.png)no-repeat 0 3px / 20px;font-size: 0;padding: 0px 15px 5px;}*/
/*.sidenav .nav-top-bar {float: none;}
.sidenav .nav-top-bar .navbar-nav>li {float: none;text-align: left;}
.sidenav .nav-top-bar .nav>li>a {padding: 20px 15px 20px 40px!important;}
.sidenav .navbar-nav > li.phone > a {    background:url(images/phone-top-bar.png)no-repeat 0 20px / 20px;}
.sidenav .navbar-nav > li.mail > a {background: url(images/mail-top-bar.png)no-repeat 0 20px / 23px}*/
.map-box iframe {width: 100%;height: 300px;float: right;margin: 30px 0px 0;}
section.address-container {padding: 50px 0px;}
.what_we_do {padding: 60px 0 65px;}
.why_decide { padding: 60px 0 60px 0;}
.leadership { padding: 50px 0 0px;}
.leadership .row {   padding-bottom: 15px;}
.content-right p {min-height: 110px;}

header .topicons { margin-top:25px;  }
header #menu-top-bar-1.navbar-nav > li { padding: 0px 10px; }
header.navbar-static-top.fixed .nav-top-bar {transform: translateY(-60px); }
.sidenav .nav > li > a:focus, .sidenav .nav > li > a:hover, .sidenav .nav > li.current_page_item > a { background:#ff7112 !important; color: #fff; }
.primary-menu { display: none; }


}

@media screen and (min-width: 801px) and (max-width: 992px){
	.search-banner {width: 90%;margin: 0 auto;}
.search-banner input {width: calc(100% - 115px);}
}

@media screen and (max-width: 800px){
/*header .navbar-nav { display: none;}*/
header .mobile.logo {display: block;}
.navbar-toggle {display: block;margin: 50px 0px;}
.search-banner {width: 90%;margin: 0 auto;}
.search-banner input {width: calc(100% - 115px);}
.search-banner a {width: 115px;}
section#address-footer p {font-size: 13px; }
.half-box.phone, .half-box.city { padding-left: 15px; }
.half-box.name, .half-box.email { padding-right: 15px; }
.slick-prev {left: 0px;}
.slick-next {right: 0px;}
.slick-list {margin: 0 20px;}
.why_decide .row { display: block;}
.why_decide .col-sm-4 { border-right:0px solid #c7c7c7;border-bottom:1px solid #c7c7c7;flex: 0;margin:25px 0  40px 0}
.why_decide h1{ font-size:20px;}
.why_decide .col-sm-4 h2{  font-size:20px;  font-weight: 600;}
.why_decide .col-sm-4:last-child {border-bottom:0;} 
.why_decide p{margin-bottom: 35px;}
.leadership .row { display: block; }
.image-box:hover .image-hidden-box {padding: 50px 0px;}

header .navbar-nav > li { float: left !important; padding:5px 5px !important; }
header #menu-top-bar-1.navbar-nav > li.phone > a, 
header #menu-top-bar-1.navbar-nav > li.mail > a, 
header #menu-top-bar-1.navbar-nav > li.mobile > a { font-size: 0; float: right; border:0px solid #ccc; border-radius:3px; background-position:center;  }
header.navbar-static-top.fixed .nav-top-bar {transform: translateY(-10px); }

}

@media screen and (max-width: 799px){



}

@media screen and (max-width: 767px){
.row { margin: 0px !important }
header .navbar-header { float: left }
header .navbar-collapse { width: 100%; position: absolute; left: 0; right: 0; top: 60px; background: rgba(0,0,0,0.6); border-top: none; box-shadow: none }
header .navbar-nav > li { float: none; display: block }
header .navbar-nav { margin:0 auto; /*width: 70%*/ }
.container-fluid {padding: 0;}
section.banner_section .content p {font-size: 15px;line-height: 29px;padding: 0 10px;}
.arrow-banner {margin: 7vh auto;}
.reatil-head h1 {margin: 0;font-size: 50px;color: #fff;font-weight: 700;line-height: 58px;}
.reatil-head h2 {font-size: 44px;line-height: 70px;}
section.form-section {padding: 50px 0px 20px;}
.about-content a {padding: 5px 40px;}
.about-content h1 {font-size: 48px;line-height: 60px;}
.about-content p {font-size: 16px;line-height: 27px;margin-bottom: 25px;}
section.banner_section .content h1 {font-size: 40px;}
section.banner_section .content h1 span {font-size: 75px;}
header .logo { width: 90%; height:auto; margin: 0 !important; }
.dots-info-form {display: none;}
.herobanner .bannerfill{height: 250px; }
.banner_text { height: 250px;}
.banner_text h2 { font-size: 22px;}
.sidenav .navbar-nav {float: none;margin:100px;display: block;}
.leadership .col-sm-6 { margin-bottom:30px; padding: 0 36px;}
.leadership .member_content { margin-bottom: 35px;}
.leadership .member_pic { width: 23%; margin-right: 9%;}
.content-right p {min-height: auto;}

header .logo { padding-left:0px; }

}

@media screen and (max-width: 663px){
	.yellow-content h2 {font-weight: 500;font-size: 22px;margin: 0 0 20px;line-height: 31px;}
	section.yellow-band {background-color: #f7cc04;padding: 60px 0px;text-align: center;}
	.yellow-content p{margin: 0;}
	.destination-listing {background-color: #fff;padding: 60px 0px 60px;}
	.destination-listing .title-head h2 {font-size: 22px;line-height: 30px;}
	.destination-listing .title-head p {padding: 0 10px;font-size: 16px;}
	.slick-prev {left: 0px;}
	.slick-next {right: 0px;}
	.slick-list {margin: 0 20px;}
	section.banner_section .content h1 {font-size: 35px;}
	section.travel-plans {padding: 60px 0px;}
	section.travel-plans .title-head h1 {font-size: 22px;line-height: 30px;margin: 0 0 15px;}
	section.travel-plans .title-head p {font-size: 16px;padding: 0 20px;margin: 0 0 20px;line-height: 27px;}
	.customer-testimonials .title-head h1 {font-size: 22px;}
	.post-image img {border-radius: 5px;transition: .2s linear;width: 100%;}
	.blogpost-box {margin: 0 0 20px;}
	.client-images ul li {padding: 10px 20px;}
	.footer_bottom {margin-bottom: 10px;padding: 0 0;}
	section#address-footer h4 {font-size: 13px;}
	section#address-footer p {font-size: 11px;}
	.footer-menu,.footer-menu1{min-height: 190px;}
	.social-footer {width: 100%;clear: both;border-top: 1px solid rgba(255,255,255,.1);padding: 30px 0 0;}
	.sidenav .navbar-nav {margin: 100px 30px;}
	header.navbar-static-top.fixed .logo {width: 110px;height: 50px;transition: .2s linear;}
	header.navbar-static-top.fixed {height: 65px;transition: 0.2s linear;}
	header.navbar-static-top.fixed .navbar-toggle {margin: 2px 0;transition: .2s linear;}
	.navbar-toggle .icon-bar {width: 25px;margin-bottom: 6px;}
	.what_we_do p {padding-right: 0px;}
	.what_we_do .our_mission {margin-top: 45px;padding: 45px 20px;}
	.what_we_do .our_mission h3 { margin-top: 12px;margin-bottom: 15px;}
	.why_decide h1 {margin-bottom: 30px;}
	.mail-box{margin: 40px 0px;}


header.navbar-static-top.fixed .nav-top-bar {transform: translateY(-20px); }	
	
}


@media screen and (max-width: 480px){
	.destination-boxes{width: 100%;}
	figure.effect-bubba img {width: 100%;}
	.package-container {height: 300px;background-position: center top !important;}
	.content-box {width: 100%;bottom: 0;left: 0;position: absolute;}
	.content-box h2 {font-size: 20px;line-height: 24px;}
	.content-box h1 {font-size: 32px;}
	section.blog-post-section .blogpost-box .title {font-size: 15px;}
	textarea {width: 100%;}
	input.wpcf7-form-control.wpcf7-submit {margin: 25px auto;float: none;}
	.client-images ul li {padding: 10px 10px;}
	.address-widget {width: 100%;border-bottom: 1px solid rgba(255,255,255,.1)}
	.footer-menu { min-height: 135px; width: 100%; margin:15px 0px 0px 0px; }
	.footer-menu1 { min-height: 135px; width: 100%; margin:0px 0px 15px 0px; }
	.social-footer {border-top: 1px solid rgba(255,255,255,.1);padding: 30px 0 0;}
	.destination-listing .title-head p {padding: 0 10px;font-size: 15px;}
	section.travel-plans .title-head p {font-size: 15px;padding: 0 10px;margin: 0 0 20px;line-height: 27px;}
	.search-banner input {padding: 0 10px;width: calc(100%);font-size: 13px;margin: 0 0 5px;}
	.search-banner .search-button {width: 100%;display: block;float: none;text-align: center;padding: 10px 35px;margin: 0 auto;clear: both;}
	.leadership .member_pic {width: 30%;   margin-bottom: 20px;}
	.leadership .member_content { float: left;  width: 108%;}
	section.yellow-band.contact-page .yellow-content p {font-size: 15px !important;line-height: 24px;}
	section.yellow-band.contact-page .yellow-content h2 {line-height: 30px;}
	section.innerbanner {height: 400px;}
	section.innerbanner h1 {font-size: 30px;}
	section.travel-plans .image-content .title {width: 100%;line-height: 20px; }
	section.travel-plans .image-content .days {width: 100%;line-height: 20px; }
	section.travel-plans .image-content .price{line-height: 20px; } 
	.image-box:hover .image-hidden-box {padding: 80px 0px; }
	.customer-slider .slide-container { background: #fff; border: 0; box-shadow: none;padding: 40px 20px;margin: 10px 15px;}

header .navbar-nav > li { padding-left:0!important; padding-right:0!important; }

}
@media screen and (max-width: 414px){
	section.form-section .title-head h1 {font-size: 22px;line-height: 30px;}
	section.form-section .title-head p {font-size: 14px;line-height: 27px;}
	.blogpost-box {margin: 0 0 20px;width: 100%;}
	.search-banner input {padding: 0 10px;width: calc(100%);font-size: 13px;margin: 0 0 5px;}
	.search-banner a {width: auto;display: block;float: none; text-align:center; padding: 10px 35px;margin: 0 auto;clear: both;}
	section.banner_section .content h1 {font-size: 29px;}
	section.banner_section .content h1 strong {font-size: 45px;}
	section.banner_section .content {width: 100%;position: relative;margin-top: 100px;padding: 115px 0px;}
	section.banner_section .bannerfill {width: 100%;height: 675px;position: relative;}
	.sidenav .nav>li>a {padding: 10px 15px !important; font-size: 15px;line-height: 25px; }
	.half-box,.full-box{padding:0 !important;}

}

@media screen and (max-width: 375px){
	section.banner_section .content h1 {font-size: 27px;}
	section.banner_section .content h1 strong {font-size: 45px;}
	section.banner_section .content {width: 100%;position: relative;margin-top: 100px;padding: 115px 0px;}
	section.banner_section .bannerfill {width: 100%;height: 675px;position: relative;}
	.search-banner input {padding: 0 10px;width: calc(100%);font-size: 13px;margin: 0 0 5px;}
	.search-banner a {width: auto;display: block;float: none;text-align: center;padding: 10px 35px;margin: 0 auto;clear: both;}
	.copyright-text {padding: 15px 0px 0;text-align: center;font-size: 11px;line-height: 20px}
	.line h2 {font-size: 17px;}
	.image-box:hover .image-hidden-box {padding: 40px 0px;}
	.customer-slider .slide-container {background: #fff;border: 0;box-shadow: none;padding: 40px 0px;margin: 10px 15px;}

header .navbar-header { max-width:165px !important; }

}

@media screen and (max-width: 320px){

}

/* End */
