body {
	color: #414141;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

a,
a:hover,
button {
	text-decoration: none;
	transition: .3s;
}

*,
div,
input {
	outline: 0 !important;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topbar {
	height: 3px;
	background: #005b8f;
	-webkit-box-shadow: -1px 9px 29px rgba(0, 0, 0, .14);
	-moz-box-shadow: -1px 9px 29px rgba(0, 0, 0, .14);
	box-shadow: -1px 9px 29px rgba(0, 0, 0, .14);
	position: relative;
	z-index: 4444;
}

.main-header {
	min-height: 165px;
	position: relative;
	z-index: 4441;
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 2.94px 0.06px rgba(0, 0, 0, 0.04) -moz-box-shadow: 0 0 2.94px 0.06px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 2.94px 0.06px rgba(0, 0, 0, 0.04);
	background: #fff;
}

.logo {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 20px 16px;
	float: left;
}

.logo img {
	height: 65px;
	width: auto;
}

.logo img,
.logo a {
	display: inline-block;
}

.call-us-block {
	float: left;
	background: transparent;
	margin-left: 0;
	height: 103px;
	position: relative;
	width: auto;
	text-align: left;
	padding: 0 16px 0 0;
}

.call-us-block span {
	color: #a1a1a1;
	font-size: 12px;
	font-weight: 400;
	margin: 22px 0 2px;
	display: block;
}

.call-us-block span i {
	position: relative;
	top: -1px;
	left: -8px;
	font-size: 13px;
}

.call-us-block a {
	color: #01508c;
}

.call-us-block p {
	color: #01508c;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0.5px;
}

.top-links {
	float: left;
	padding: 46px 0 0 16px;
	width: auto;
	background: transparent;
}

.top-links a {
	color: #3b3b3b;
	font-size: 12px;
	font-weight: 300;
	margin-right: 15px;
}

.top-links a:hover {
	color: #01508c;
}

.video-responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.video-responsive-container {
		margin-bottom: 0px !important;
		padding-bottom: 50%;
		margin-top: 30px;
	}
}

.top-links a i {
	margin-right: 10px;
	color: #a9a9a9;
}

.main-nav {
	height: 60px;
	position: relative;
	background: #036199;
}

.main-nav .navbar-default {
	background: transparent;
	margin: 0 auto;
	max-width: 1170px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a {
	float: left;
	padding: 0;
	color: #c7d8e3 !important;
	text-align: center;
	line-height: 60px;
	font-weight: 400;
	padding: 0 16px;
	background: transparent !important;
	font-size: 13px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.current-menu-item>a,
.navbar-default .navbar-nav>li.current-menu-parent>a {
	color: #fff !important;
	background: #004c84 !important;
}

.navbar-default .navbar-nav>li:last-child>a {
	margin-right: 0px;
}

.page_header {
	background: #054970 url(../images/page-header.jpg) repeat-x bottom;
	padding: 32px 0 36px;
}

.page_header h1,
.page_header h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 300;
}

.fw600 {
	font-weight: 600;
}

.fw300 {
	font-weight: 300;
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.tour-listing {
	background: #f8f8f8;
	padding: 64px 0 24px;
}

.tour-item .row {
	margin: 0;
}

.tour-item .col-sm-6 {
	padding: 0;
}

.tour-item .col-md-7 {
	width: 60%;
}

.tour-item .col-md-5 {
	width: 40%;
}

.img-full {
	width: 100%;
}

.tour-item {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .14);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .14);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .14);
	overflow: hidden;
	margin-bottom: 40px
}

.tour-details {
	background: transparent;
	height: 100%;
	padding: 30px;
	position: relative;
	display: table;
	width: 100%;
}

.tour-details .head h3 {
	color: #036199;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
	margin: 6px 0 11px;
}

.tour-details .head p {
	margin: 0 0 1px;
	color: #424242;
}

.tour-features {
	margin: 38px 0 20px;
}

.tour-features p {
	margin: 0 0 1px;
}

.tour-features li {
	position: relative;
	margin: 3px 0 -3px;
	padding: 0 0 0 14px;
}

.tour-features li::before {
	content: "";
	background: #aeaeae;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

.tour-price {
	border-top: 1px solid #ddd;
	margin: 62px 0 0;
	padding-top: 29px;
}

.tour-price .price {
	color: #e79800;
	font-size: 45px;
	font-weight: 500;
}

.tour-price .price span {
	color: #414141;
	font-weight: 300;
	text-align: right;
	display: block;
	font-size: 14px;
	margin: 5px 3px 0;
}

.tour-price .bttn {
	margin-top: -11px;
}

.bttn {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #e79800;
	padding: 13px 40px;
	border-radius: 3px;
	display: inline-block;
}

.bttn:hover {
	background: #036199;
	color: #fff;
}

.bttn-secondary {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #00477f;
	padding: 13px 40px;
	border-radius: 3px;
	min-width: 160px;
	text-align: center;
}

.bttn-secondary:hover {
	background: #e79800;
	color: #fff;
}

.bttn-default {
	min-height: 47px;
	min-width: 188px;
	padding: 0 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	color: #303030;
	font-size: 16px;
	font-weight: 300;
	line-height: 47px;
	text-align: center;
	display: inline-block;
}

.bttn-default:hover {
	background: #e79800;
	color: #fff;
}

.bttn-default.bttn-sm {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 0 40px;
	border-radius: 3px;
	line-height: 45px;
	min-width: 160px;
	font-weight: 600;
}

.cta {
	background: #303030;
	padding: 45px 0;
}

.cta p {
	color: #d6d6d6;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.cta p a {
	margin-left: 15px;
}

footer {
	background: #fff;
}

.footer-links {
	background: #f1f1f1;
}

.footer-links ul {
	text-align: center;
}

.footer-links ul li {
	display: inline-block;
}

.footer-links ul li a {
	font-size: 14px;
	color: #797979;
	padding: 0 20px;
	display: table;
	line-height: 64px;
}

.footer-links ul li a:hover {
	color: #01508c;
}

.footer-info {
	padding: 22px 0 30px;
	background: #fff;
}

.partners {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.footer-info p {
	margin: 4px 0 0;
	color: #656565;
	font-size: 12px;
	letter-spacing: 0.02em;
}

.footer-info small {
	margin: 25px auto 0;
	max-width: 860px;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 14px;
	text-align: center;
	display: block;
}

.copyright {
	border-top: 1px solid #e2e2e2;
	padding: 14px 0;
}

.social a {
	color: #868686;
	margin-left: 6px;
	font-size: 25px;
}

.copyright p {
	margin: 4px 0 0;
	color: #6d6d6d;
	font-size: 12px;
}

.about {
	padding: 50px 0 50px;
}

.about.grey {
	background: #f8f8f8;
}

.heading,
.about h1,
.about h2,
.dual-info-inner h2 {
	color: #005a9b;
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 30px;
}

.heading strong,
.about h1 strong,
.about h2 strong,
.dual-info-inner h2 strong {
	font-weight: 300;
}

.about h3,
.dual-info-inner h3,
.dual-info-inner h1 {
	color: #005a9b;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 30px;
}

.about h3 strong,
.dual-info-inner h3 strong,
.dual-info-inner h1 strong {
	font-weight: 300;
}

.about p {
	line-height: 21px;
	margin: 0 0 25px;
	font-weight: 400;
	padding-right: 10px;
}

.feature-item {
	padding: 35px 40px 35px 90px;
	position: relative;
	border-radius: 4px;
	background: #f1f2f2;
	margin-bottom: 20px;
}

.feature-item i {
	font-size: 40px;
	color: #005a9b;
	position: absolute;
	top: 25px;
	left: 30px;
}

.feature-item h2 {
	color: #005a9b;
	font-size: 16px;
	text-transform: uppercase;
}

.feature-item p {
	margin: 13px 0 0;
	position: relative;
	line-height: 21px;
	font-weight: 400;
}

.dual-info {
	position: relative;
}

.right .dual-info-inner {
	padding: 90px 45px 65px 0;
}

.left .dual-info-inner {
	padding: 90px 0 65px 45px;
}

.dual-info-inner p {
	margin: 0 0 25px;
	position: relative;
	line-height: 21px;
	font-weight: 400;
}

.dual-img {
	background-size: cover !important;
}

.left .dual-img {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	top: 0;
}

.right .dual-img {
	position: absolute;
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
}

.team {
	padding: 80px 0 60px;
	background: #f8f8f8;
}

.team-item {
	min-height: 380px;
	padding: 60px 30px 40px;
	width: 100%;
	max-width: 360px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
	margin: 0 auto 30px;
}

.team-item img {
	width: 192px;
	height: 192px;
	border-radius: 50%;
}

.team-item h5 {
	margin: 52px 0 0;
	color: #3272a8;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.team-item .sep {
	height: 1px;
	margin: 8px auto 5px;
	width: 59px;
	background: #dcdcdc;
}

.team-item cite {
	margin: 9px 0 0;
	font-style: normal;
	color: #3a3a3a;
	font-weight: 400;
}

.team-item cite span {
	display: block;
}

.team-item i {
	margin: 20px auto 8px;
	color: #a9a9a9;
	display: block;
}

.team-item a {
	color: #005a9b;
	font-weight: 400;
	word-break: break-all;
}

.dual-info.featured {
	background: #2873a6;
}

.dual-info.featured small {
	color: #083a5c;
	font-size: 20px;
	font-weight: 500;
	display: block;
}

.dual-info.featured h3 {
	font-size: 47px;
	font-weight: 600;
	color: #fff;
	margin: 20px 0 36px;
}

.dual-info.featured h3 span {
	display: block;
	font-size: 18px;
}

.dual-info.featured p {
	font-size: 39px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 26px;
	line-height: 40px;
}

@media (min-width: 768px) {
	.left.featured .dual-img {
		width: 45%;
		left: 5%;
	}
}

.dual-info.featured .dual-info-inner {
	padding: 65px 0 65px 45px;
}

.home .about {
	padding: 70px 0 80px;
	background: url(../images/about-bg.png) repeat-x bottom center;
}

.home-tours {
	padding: 60px 0;
	background: #f3f3f3;
}

.home-tours h1 {
	font-size: 24px;
	font-weight: 500;
	color: #005a9b;
	margin-bottom: 30px;
	line-height: 25px;
	text-align: center;
}

.ht-item {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	transition: .3s;
}

.ht-item:hover {
	-webkit-box-shadow: 0 0 29px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 29px rgba(0, 0, 0, .5);
	box-shadow: 0 0 29px rgba(0, 0, 0, .5);
	transition: .3s;
}

.ht-item::after {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	transition: .4s;
	z-index: 11;
}

.ht-item:hover:after {
	content: "";
	background: #e79800;
	opacity: 0.8;
	transition: .4s;
}

.ht-item .overlay {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: .4s;
	padding: 30px;
	z-index: 44;
}

.ht-item .overlay h2 {
	color: #f8f8f8;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s;
}

.ht-item:hover .overlay h2 {
	top: calc(50% - 45px);
	transform: translateY(-50%);
	transition: .4s;
}

.ht-item a {
	margin: 0;
	min-height: 11px;
	padding: 0 20px;
	line-height: 28px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background: #e79800;
	color: #f8f8f8;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 50%;
	right: auto;
	width: 130px;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .4s;
	opacity: 0;
}

.ht-item:hover a {
	top: calc(50% + 45px);
	transform: translate(-50%, -50%);
	transition: .4s;
	opacity: 1;
}

.ht-item a:hover {
	background: #333;
	color: #fff;
}

.hero-wrapper {
	background: #f3f3f3;
}

.hero-wrapper .item .item-inner {
	overflow: hidden;
	padding: 220px 0 140px;
	position: relative;
	background-size: cover !important;
	position: relative;
}

.hero-wrapper .item .item-inner * {
	z-index: 44;
	position: relative;
}

.hero-wrapper .item .item-inner:after {
	content: "";
	background: #000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-caption h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	text-shadow: 0.02px 2.02px 1.98px rgba(0, 0, 0, 0.79), -0.02px 1.98px 1.98px rgba(0, 0, 0, 0.79), 0.02px 1.98px 1.98px rgba(0, 0, 0, 0.79), -0.02px 2.02px 1.98px rgba(0, 0, 0, 0.79);
}

.hero-caption h3 {
	color: #ffffff;
	font-size: 33px;
	font-weight: 600;
	text-shadow: 0 4px 7px rgba(0, 0, 0, 0.35), 0 4px 7px rgba(0, 0, 0, 0.79);
}

.hero-caption h3 span {
	margin: 3px 0 0;
	display: block;
	color: #ffa800;
	font-size: 26px;
	font-weight: 300;
	text-shadow: 0 4px 7px #000000;
}

.hero-caption p {
	margin: 4px 0 0 3px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0 4px 7px rgba(0, 0, 0, 0.35), 0 4px 7px rgba(0, 0, 0, 0.79);
}

.package-cost {
	margin: 5px 0 35px;
	color: #e79800;
	font-size: 59px;
	font-weight: 500;
	text-shadow: 0 4px 7px rgba(0, 0, 0, 0.35);
	line-height: 60px;
}

.dual-btns a.bttn {
	min-width: 260px;
	text-align: center;
	margin-right: 20px;
}

.hero-wrapper {
	position: relative;
}

.slick-prev,
.slick-next {
	display: inline-block;
	position: absolute;
	width: 45px;
	height: 150px;
	top: 0;
	z-index: 44;
	background: rgba(255, 255, 255, 0.1);
	font-size: 18px;
	text-align: center;
	line-height: 150px !important;
	color: #fff;
	top: 50%;
	margin-top: -75px;
	cursor: pointer;
	transition: .3s;
	border-radius: 5px;
}

.slick-prev:hover,
.slick-next:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	transition: .3s;
}

.slick-prev {
	left: 25px;
}

.slick-next {
	right: 25px;
}

.testimonials {
	padding: 60px 0 80px;
	position: relative;
	background: #f3f3f3;
}

.testimonials h4 {
	color: #00477f;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 30px;
}

.quote-info p {
	color: #595959;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	max-width: 850px;
	margin: 0 auto;
}

.quote-info cite {
	border-top: 1px solid #e3e3e3;
	margin: 60px 0 0;
	font-style: normal;
	padding: 4px 40px 0;
	color: #303030;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}

.quote-info cite span {
	display: block;
	margin: 3px 0 0;
	color: #595959;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}

.quote-carousel .slick-dots {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}

.quote-carousel .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

.quote-carousel .slick-dots li button {
	height: 6px;
	width: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #d0d0d0;
	font-size: 0px;
	padding: 0;
	border: none;
}

.quote-carousel .slick-dots li.slick-active button {
	background: #00477f;
}

.slick-prev2,
.slick-next2 {
	display: inline-block;
	font-size: 50px;
	color: #d7d7d7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .4s;
}

.slick-prev2:hover,
.slick-next2:hover {
	color: #222;
	transition: .4s;
}

.slick-prev2 {
	left: 0;
}

.slick-next2 {
	right: 0;
}

.advertising {
	padding: 60px 0 80px;
	position: relative;
	background: #fff;
}

.ad-carousel .item {
	background: #f3f3f3;
	padding: 20px;
}

.ad-carousel .slick-dots {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}

.ad-carousel .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

.ad-carousel .slick-dots li button {
	height: 6px;
	width: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #d0d0d0;
	font-size: 0px;
	padding: 0;
	border: none;
}

.ad-carousel .slick-dots li.slick-active button {
	background: #00477f;
}

.price-table {
	background: #fff;
	padding: 0 0 90px;
}

.price-table table {
	margin: 0;
	width: 100%;
	background: #fff;
}

.price-table table thead {
	background: #e3e3e3;
}

.price-table table thead tr th,
.price-table table tbody tr th,
.price-table table th,
.price-table table tr:first-child td {
	background: #e3e3e3;
	/*color: #005a9b;*/
	font-weight: 600;
	line-height: 15px;
	font-size: 12px;
	padding: 12px;
}

.price-table table tr:nth-child(odd) {
	background: #e3e3e3;
}

.price-table table tbody tr td {
	color: #414141;
	font-weight: 300;
	line-height: 15px;
	font-size: 12px;
	padding: 12px;
}

.price-table table tbody tr td:first-child {
	font-weight: 600;
}

.price-table h3 {
	color: #005a9b;
	font-size: 18px;
	margin: 30px 0 5px;
}

.highlight {
	color: #005a9b;
}

.rates-advised {
	color: #414141;
	font-weight: 600;
	line-height: 43px;
	font-size: 12px;
	padding: 0 16px;
	position: relative;
	background: #f8f8f8;
	border-bottom: 1px solid #e3e3e3;
}

.rates-advised em {
	font-style: normal;
	font-weight: 300;
	position: absolute;
	left: 50%;
}

.data-content {
	background: #fff;
	padding: 5px 20px 20px;
	margin-top: -20px;
}

.data-info {
	color: #414141;
	border-bottom: 1px solid #e3e3e3;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	padding: 19px 0;
}

.data-info ul {
	font-weight: 400;
}

.data-info ul li {
	position: relative;
	padding-left: 25px;
}

.data-info ul li span {
	position: absolute;
	left: 0;
	top: -1px;
}

.data-info small {
	font-weight: 300;
	line-height: 24px;
	font-size: 12px;
}

.data-content .download-pdf,
.data-content p {
	font-size: 14px;
	font-weight: 300;
	margin: 20px 0 0;
	text-align: center;
}

.data-content .download-pdf a,
.data-content p a,
.data-content p strong a {
	color: #005a9b;
	font-weight: 500;
}

.tour-single-info h2 {
	color: #005a9b;
	font-size: 28px;
	font-weight: 600;
	margin: 10px 0 0;
}

.tour-single-info small {
	margin: 11px 0 0 0;
	color: #3a3a3a;
	font-size: 14px;
	display: block;
	font-weight: 400;
}

.tour-info {
	margin: 40px 0;
	color: #e79800;
	font-size: 22px;
	font-weight: 600;
}

.tour-single-info ul,
.single-content-area-inner ul {
	margin-bottom: 20px;
}

.tour-single-info ul li,
.single-content-area-inner ul li {
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	position: relative;
	padding: 0 15px 1px 15px;
}

.tour-single-info ul li::before,
.single-content-area-inner ul li::before {
	content: "";
	background: #aeaeae;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

.single-content-area-inner h1,
.single-content-area-inner h2,
.single-content-area-inner h3,
.single-content-area-inner h4,
.single-content-area-inner h5,
.single-content-area-inner h6 {
	color: #005a9b;
	margin-bottom: 10px;
}

/*
.tour-single-info ul li:first-child {
	font-weight: 500;
	padding: 0;
}

.tour-single-info ul li:first-child:before {
	display: none;
}
*/

.tour-single-info h5 {
	margin-bottom: 10px;
}

.more-less {
	display: inline-block;
	border-bottom: 1px solid #005a9b;
	font-weight: 500;
	margin: 5px 0 45px;
	color: #005a9b;
}

.tab-pane table {
	width: 100%;
	margin: 0;
	overflow: scroll;
	overflow-y: hidden;
}

.tab-pane table thead {
	background: #f8f8f8;
}

.tab-pane table thead tr th {
	color: #005a9b;
	font-weight: 600;
	line-height: 65px;
	font-size: 12px;
	padding: 0 16px;
}

.tab-pane table thead tr th span {
	font-size: 12px;
}

.tab-pane table tbody tr td {
	color: #414141;
	font-weight: 300;
	line-height: 20px;
	font-size: 12px;
	padding: 15px 16px;
}

.tab-pane table tbody tr:nth-child(odd) {
	background: #f8f8f8;
}

.tab-pane table tbody tr td:first-child {
	font-weight: 600;
}

.tour-tabs .nav-tabs.nav-justified li>a,
.tour-tabs .nav-tabs.nav-justified li>a:hover,
.tour-tabs .nav-tabs.nav-justified li>a:focus {
	border-radius: 0px;
	border: none;
	min-height: 16px;
	padding: 27px 0 21px;
	position: relative;
	background: #aeaeae;
	color: #fefefe;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	margin: 0;
}

.tour-tabs .nav-tabs.nav-justified li>a:hover,
.tour-tabs .nav-tabs.nav-justified li.active>a {
	background: #005a9b;
	color: #fff;
}

.tour-tabs .nav-tabs.nav-justified li.active>a::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 7px 0;
	border-color: #005a9b transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.tour-tabs .tab-pane {
	padding: 45px 25px 0;
	background: #fff;
}

.tour-single {
	background: #f8f8f8;
	padding: 40px 0 10px;
}

.sidebar {
	position: relative;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3.92px 0.08px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 1px 3.92px 0.08px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 3.92px 0.08px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

.sidebar span {
	display: block;
	font-size: 12px;
	color: #036199;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 14px;
}

.sidebar a {
	font-size: 14px;
	line-height: 42px;
	color: #414141;
	position: relative;
	display: table;
	width: 100%;
	padding: 0 14px;
	font-weight: 400;
}

.sidebar a i {
	float: right;
	line-height: 42px;
}

.sidebar a:hover,
.sidebar a.active {
	background: #005a9b;
	color: #fff;
}

.tab-nav {
	padding: 23px 15px 24px;
	background: #005a9b;
	color: #fefefe;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.tab-nav span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	display: block;
}

.gallery-item:after {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 22;
	transition: .4s;
}

.gallery-item:before {
	content: "\f00e";
	font-family: Fontawesome;
	z-index: 25;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	opacity: 0;
	transition: .4s;
}

.gallery-item:hover:after {
	opacity: 0.7;
	transition: .4s;
}

.gallery-item:hover:before {
	opacity: 1;
	transition: .4s;
}

.tour-carousel .inner {
	padding: 65px 0 80px;
	position: relative;
	background-size: cover !important;
}

.tc-caption {
	padding: 35px 33px 15px;
	width: 100%;
	max-width: 590px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 3.92px 0.08px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 1px 3.92px 0.08px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 3.92px 0.08px rgba(0, 0, 0, 0.14);
}

.tc-caption h1 {
	color: #036199;
	font-size: 36px;
	font-weight: 600;
}

.tc-caption h2 {
	margin: 3px 0 0;
	color: #3a3a3a;
	font-size: 24px;
	font-weight: 600;
}

.tc-caption p {
	margin: 30px 0 0 3px;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 500;
}

.tc-price {
	display: table;
	width: 100%;
	border-top: 1px solid #dddddd;
	margin-top: 60px;
}

.tc-price a {
	margin-top: 40px;
}

.tc-price small {
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin: 22px 0 22px;
}

.tc-price sup {
	color: #e79800;
	font-size: 45px;
	font-weight: 500;
	line-height: 45px;
}

.tc-price sup span {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	color: #414141;
	vertical-align: top;
	position: relative;
	top: -12px;
}

.no-padding {
	padding: 0px;
}

.mfp-bottom-bar {
	display: none;
}

@media only screen and (min-width: 768px) {
	.navbar-nav>li:last-child .dropdown-menu .dropdown-menu {
		left: -100%;
	}

	.dropdown-menu .dropdown-menu {
		left: 100%;
		top: -2px !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}

	.dropdown-menu li:hover>.dropdown-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.dropdown-menu {
		visibility: hidden;
		opacity: 0;
		transition: .4s;
		position: absolute;
		width: auto;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 0 !important;
		background: #004070;
		-webkit-box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.41);
		-moz-box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.41);
		box-shadow: 0 9px 29px 0 rgba(0, 0, 0, 0.41);
		display: block;
		padding: 0;
		border: none;
		top: calc(100% + 40px);
		z-index: 100;
	}

	.navbar-nav>li:hover>a {
		background: #004c84 !important;
		color: #fff;
	}

	.navbar-nav>li:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		transition: .4s;
		top: 100%;
	}

	body .dropdown-menu>li>a:focus,
	body .dropdown-menu>li>a {
		padding: 15px 18px;
		color: #fff !important;
		display: table;
		width: 100%;
		background: transparent;
	}

	.dropdown-menu>li>a:hover {
		background: #004c84;
		color: #fff;
	}

	.center-content {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {

	body .dropdown .dropdown>a:after {
		display: none;
	}

	.dropdown-menu .dropdown-menu {
		display: block;
	}

	.top-search {
		display: none !important;
	}

	.dual-info.featured h3 span {
		margin-top: 7px;
	}

	.dual-info.featured {
		text-align: center;
	}

	body .dropdown>a:after {
		content: "\f107";
		font-family: Fontawesome;
		float: right;
		font-size: 22px;
	}

	body .dropdown-menu>li>a:focus,
	body .dropdown-menu>li>a {
		line-height: 40px !important;
		color: #fff !important;
		display: table;
		width: 100%;
		background: transparent;
	}

	.dropdown-menu>li>a:hover {
		background: #004c84;
		color: #fff;
	}

	.tour-single-info h2 {
		margin: 50px 0 0;
	}

	.tc-caption h1 {
		font-size: 31px;
	}

	.tc-caption h2 {
		font-size: 20px;
	}

	.table_responsive {
		width: 100%;
		overflow: scroll;
		overflow-y: hidden;
	}

	.table_responsive table {
		width: 700px;
	}

	.table_responsive2 {
		width: 100%;
		overflow: scroll;
		overflow-y: hidden;
	}

	.table_responsive2 table {
		width: 1150px;
	}

	.tour-item .col-md-5,
	.tour-item .col-md-7 {
		width: 100%;
	}

	.tour-details .head h3 br {
		display: none;
	}

	.feature-item {
		padding: 80px 25px 35px 25px;
	}

	.left .dual-info-inner {
		padding: 50px 15px;
	}

	.right .dual-info-inner {
		padding: 50px 15px;
	}

	.heading {
		font-size: 28px;
		line-height: 35px;
	}

	.logo {
		border-left: 0;
		border-right: 0;
		padding: 20px 0px;
		float: none;
		width: 100%;
	}

	.logo img {
		display: inline-block;
		height: 37px;
		width: auto;
	}

	.main-nav {
		height: auto;
		position: relative;
		background: transparent;
	}

	.navbar-toggle {
		background: #fff !important;
		border: 1px solid #ddd;
		margin: 0;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.navbar-toggle .icon-bar {
		background: #000;
	}

	.main-header {
		height: 140px;
		min-height: 1px;
		border-bottom: 1px solid #e5e5e5;
		position: relative;
	}

	.call-us-block {
		padding: 0 15px;
		float: none;
		margin: 0 p 10px 0;
		height: auto;
	}

	.call-us-block span i {
		margin-left: 10px;
	}

	.navbar-collapse {
		background: #036199;
		border: none;
		box-shadow: none;
		padding: 0;
		margin: 0 !important;
		max-height: calc(100vh - 90px);
		overflow: auto;
		overflow-x: hidden;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-nav>li>a {
		padding: 10px 15px;
		width: 100%;
		text-align: left !important;
	}

	.hero-wrapper .item .item-inner {
		padding: 90px 0 80px;
	}

	.about .col-sm-6:first-child {
		margin-bottom: 30px;
	}

	.left .dual-img,
	.right .dual-img {
		position: relative;
		height: auto;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
	}

	.dual-info.featured .dual-info-inner {
		padding: 50px 15px !important;
	}

	.cta p a {
		margin: 15px auto 0;
		display: table;
	}

	.footer-links {
		display: none;
	}

	.partners img {}

	.copyright {
		text-align: center;
	}

	.social {
		float: none !important;
		margin-top: 7px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 419px) {
	.tc-price a {
		margin: 0px 0 20px;
		float: none !important;
	}

	.tour-price .bttn {
		margin-top: 15px;
		float: none !important;
	}

	.dual-btns a.bttn {
		min-width: 10px;
		text-align: center;
		margin-right: 20px;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0;
	}

	.slick-prev2,
	.slick-next2 {
		display: none !important;
	}

	.quote-info cite {
		padding: 4px 10px 0;
	}

	.partners img {
		height: 40px;
		margin: 0 15px;
	}
}

@media only screen and (min-width: 420px) and (max-width: 767px) {
	.feature-item p {
		font-size: 13px;
	}

	.dual-btns a.bttn {
		min-width: 10px;
		text-align: center;
		margin-right: 20px;
		padding-left: 25px;
		padding-right: 25px;
		margin-right: 10px;
	}

	.col-xsl-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.top-search {
		display: none !important;
	}

	/*
	.call-us-block {
		background: transparent;
		margin-left: 53px;
		border-left: 1px solid #e9e9e9;
		height: 103px;
		position: relative;
		width: auto;
		border-right: none;
		text-align: right;
		padding: 0 0 0 35px;
		float: left;
	}
	*/

	.logo {
		border: 0;
		padding: 20px 0px;
		float: none;
		text-align: center;
		width: 100%;
	}

	.call-us-block {
		float: right;
	}

	.logo {
		text-align: left;
	}

	.logo img {
		height: 50px;
	}

}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a {
		padding: 0px 10px;
		font-size: 13px;
	}

	.top-links {
		display: none;
	}

	.tour-item .col-md-7 {
		width: 50%;
		overflow: hidden;
	}

	.tour-item .col-md-7 img {
		height: 100%;
		width: auto;
	}

	.tour-item .col-md-5 {
		width: 50%;
	}

	.price-table table tbody tr td {
		font-size: 10px;
		padding: 0 10px;
	}

	.rates-advised {
		font-size: 10px;
		padding: 0 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.footer-links ul li a {
		font-size: 12px;
		padding: 0 17px;
	}

	.team-item img {
		width: 100px;
		height: 100px;
	}

	.table_responsive2 {
		width: 100%;
		overflow: scroll;
		overflow-y: hidden;
	}

	.table_responsive2 table {
		width: 1150px;
	}

	.table_responsive {
		width: 100%;
		overflow: scroll;
		overflow-y: hidden;
	}

	.table_responsive table {
		width: 700px;
	}

	.tour-item .col-md-7 {
		width: 40%;
		overflow: hidden;
	}

	.tour-item .col-md-7 img {
		height: 100%;
		width: auto;
	}

	.tour-item .col-md-5 {
		width: 60%;
	}

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a {
		padding: 0 5px;
		font-size: 10px;
	}
}

.top-search {
	background: #fff;
	height: 105px;
	position: absolute;
	top: -110px;
	left: 0;
	width: 100%;
	z-index: 44;
	transition: .4s;
}

.top-search form {
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.top-search.active {
	top: 0;
	transition: .4s;
}

.search-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 19px;
	opacity: 0.3;
	cursor: pointer;
}

.search-close:hover {
	opacity: 0.8;
}

.top-search form input {
	font-size: 30px;
	width: 100%;
	height: 105px;
	border: none;
	background: transparent;
	padding: 0 95px 0 15px;
}

.top-search form input[type=submit] {
	width: 60px;
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	font-size: 0px;
	padding: 0;
	cursor: pointer;
	z-index: 66;
}

.top-search form:after {
	content: "\f002";
	font-family: Fontawesome;
	position: absolute;
	top: 0;
	font-size: 30px;
	right: 15px;
	line-height: 105px;
	width: 60px;
	text-align: center;
	color: #aaa;
}

.search-form input#s {
	border: 1px solid #e2e2e2;
	border-right: 0;
	float: left;
	padding: 15px;
	width: calc(100% - 80px);
}

.search-form #searchsubmit.bttn {
	border: 1px solid #e79800;
	border-radius: 0;
	float: left;
	padding: 15px;
	width: 80px;
}

.search-form #searchsubmit.bttn:hover {
	border: 1px solid #036199;
}

#popup-form h3 {
	font-size: 21px;
}

#popup-form input[type="email"] {
	border: 1px solid #e2e2e2;
	border-right: 0;
	float: left;
	padding: 15px;
	width: calc(100% - 80px);
}

#popup-form input.bttn {
	border: 1px solid #e79800;
	border-radius: 0;
	float: left;
	padding: 15px;
	width: 80px;
}

#popup-form input.bttn:hover {
	border: 1px solid #036199;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
	/* Adjusts for spacing */
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-form textarea,
.wpcf7-dynamictext {
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.wpcf7-submit {
	border: 1px solid #e79800;
	border-radius: 0;
	padding: 15px;
}

.wpcf7-submit:hover {
	border: 1px solid #036199;
}

.testimonial-full {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.testimonial-full p {
	color: #595959;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	font-style: italic;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
	max-width: 850px;
	margin: 0 auto;
}

.testimonial-full cite {
	margin: 20px 0 20px 0;
	font-style: normal;
	padding: 20px 40px 0;
	color: #303030;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.testimonial-full cite span {
	display: block;
	margin: 3px 0 0;
	color: #595959;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
}

.pagination {
	display: block;
	text-align: center;
	width: 100%;
}

.pagination a {
	color: #036199;
}

.pagination a,
.pagination span {
	display: inline-block;
	float: none;
	padding: 10px 20px;
	border: 1px solid #e2e2e2;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 500;
}

.pagination span.current,
.pagination a:hover {
	background: #036199;
	border: 1px solid #036199;
	color: #fff;
}

.pagination i {
	display: none;
}

.itinerary-details {
	text-align: justify;
}

.about ul,
.dual-info-inner ul {
	margin-bottom: 30px;
}

.about ul li,
.dual-info-inner ul li {
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	position: relative;
	padding: 0 0 1px 15px;
	margin-bottom: 10px;
}

.about ul li::before,
.dual-info-inner ul li::before {
	content: "";
	background: #aeaeae;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

.nvkEmbed {
	margin-left: -15px;
}

.nvkContent {
	color: #414141;
	font-family: 'Poppins', sans-serif;
	z-index: 1;
	position: relative;
}

.nvkContent label {
	color: #414141;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

.nvkEmbed .nvkTextInput .nvkFormLabel {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.nvkEmbed .nvkTextInput input.form-control {
	clear: both;
	position: relative;
	height: auto !important;
	padding: 15px !important;
	z-index: 999999;
	width: 100% !important;
	margin-bottom: 25px !important;
	box-shadow: 0 !important;
	border: 1px solid #ddd !important;
}

.nvkEmbed button.btn {
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #e79800;
	padding: 13px 40px;
	border-radius: 3px;
	display: inline-block;
}

.nvkEmbed button.btn:hover {
	background: #036199;
	color: #fff;
}

.nvkEmbed .nvkCheckboxInput {
	margin-bottom: 25px !important;
}

.about table {
	margin: 0 0 20px 0;
	width: 100%;
	background: #fff;
}

.about table thead {
	background: #e3e3e3;
}

.about table thead tr th,
.about table tbody tr th,
.about table th,
.about table tr:first-child td {
	background: #e3e3e3;
	color: #005a9b;
	font-weight: 600;
	line-height: 15px;
	font-size: 12px;
	padding: 12px;
}

.about table tr:nth-child(odd) {
	background: #e3e3e3;
}

.about table tbody tr td {
	color: #414141;
	font-weight: 300;
	line-height: 15px;
	font-size: 12px;
	padding: 12px;
}

.about table tbody tr td:first-child {
	font-weight: 600;
}

.price-table .tour-tabs .tab-pane {
	padding: 0;
}

.price-table .tour-tabs .tab-pane {
	background: #fff;
	padding: 0 0 90px;
}

.price-table .tour-tabs .tab-pane table {
	margin: 0;
	width: 100%;
	background: #fff;
}

.price-table .tour-tabs .tab-pane table thead {
	background: #e3e3e3;
}

.price-table .tour-tabs .tab-pane table thead tr th,
.price-table .tour-tabs .tab-pane table tbody tr th,
.price-table .tour-tabs .tab-pane table th,
.price-table .tour-tabs .tab-pane table tr:first-child td {
	background: #e3e3e3 color: #005a9b;
	font-weight: 600;
	line-height: 15px;
	font-size: 12px;
	padding: 12px;
}

.price-table .tour-tabs .tab-pane table tr:nth-child(odd) {
	background: #e3e3e3;
}

.price-table .tour-tabs .tab-pane table tbody tr td {
	color: #414141;
	font-weight: 300;
	line-height: 15px;
	font-size: 12px;
	padding: 12px;
}

.price-table .tour-tabs .tab-pane table tbody tr td:first-child {
	font-weight: 600;
}

.single-content-area {
	padding: 0 15px 25px 15px;
}

.tour-price .price {
	max-width: 50%;
	position: relative;
}

.tour-price .price em {
	color: #414141;
	font-weight: 300;
	text-align: right;
	display: block;
	font-size: 14px;
	margin: 5px 3px 0;
}

.tour-price .price em {
	padding-top: 10px;
	width: 100%;
	margin: 0;
	display: block;
	text-align: left;
	position: absolute;
	top: 57px;
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	color: #1a6199;
	border-top: 1px solid #ddd;
	font-weight: 700;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
	.tour-price .price em+span {
		margin-bottom: 60px;
	}

	.tour-price .price {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.navbar-nav>li:last-child .dropdown-menu .dropdown-menu {
		left: auto;
		right: 100%;
	}
}

.hero-caption h2 {
	font-size: 28px;
}

.hero-caption h3 {
	font-size: 18px;
	margin: 10px 0;
}

.hero-caption h3 span {
	font-size: 19px;
}

.package-cost {
	font-size: 50px;
}

.dual-btns a.bttn {
	padding-left: 13px;
	padding-right: 13px;
	font-size: 10px;
}

.hero-caption .package-cost em {
	font-size: 14px;
	display: block;
	margin: -20px 0 0
}

@media only screen and (min-width: 552px) and (max-width: 767px) {

	.slick-initialized .slick-slide {
		min-height: 516px;
	}

	.hero-wrapper .item .item-inner {
		min-height: 516px;
	}
}

@media only screen and (min-width: 250px) and (max-width: 551px) {

	.slick-initialized .slick-slide {
		min-height: 576px;
	}

	.hero-wrapper .item .item-inner {
		min-height: 576px;
	}

	.logo {
		width: 100%;
	}

	.logo img,
	.logo a {
		margin: 0 -2px;
	}
}

.price.call-price {
	font-size: 20px;
}

@media only screen and (min-width: 250px) and (max-width: 991px) {

	.quote-info cite {
		margin: 25px 0 0;
		padding: 10px 40px 0;
	}

	.testimonials {
		padding: 50px 0 45px;
	}

	.quote-carousel.slick-initialized .slick-slide {
		min-height: auto;
	}

}

@media (min-width:769px) {
	.mobile-helper {
		display: none;
	}
}

@media (max-width:768px) {
	.mobile-helper {
		background: #000;
		padding: 10px;
		margin-bottom: 15px;
		text-align: center;
	}

	.mobile-helper p {
		color: #fff;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
}


#featuredblogimg {
	margin-bottom: 20px !important;
}

/* New Home Content Styles */
.slider-phone {
	margin-top: 30px;
	text-align: left;
	width: 100%;
}

.slider-phone a {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	text-decoration: none;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	display: inline-block;
	padding-left: 15px;
	margin-top: 5px;
}

.slider-phone a:hover {
	color: #e79800;
}

.home-intro-section {
	padding: 60px 0 40px;
	background: #fff;
}

.home-intro-section .blue-text {
	color: #005a9b;
	font-weight: 500;
	margin-bottom: 25px;
	font-size: 24px;
	/*	text-transform: uppercase;*/
}

.home-intro-section p {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 20px;
	text-align: justify;
}

.home-intro-section strong {
	color: #005b8f;
	font-weight: 800;
}

.popular-destinations-section {
	padding: 0 0 60px;
	background: #fff;
	padding-top: 60px;
}

.popular-destinations-section h3 {
	font-size: 24px;
	font-weight: 500;
	color: #005a9b;
	margin-bottom: 30px;
	line-height: 25px;
	text-align: center;
}

.popular-destinations-section .dest-link {
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
	transition: transform 0.3s ease;
}

.popular-destinations-section .dest-link:hover {
	transform: translateY(-5px);
}

.popular-destinations-section .dest-link img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.popular-destinations-section .dest-title {
	margin-top: 15px;
	font-weight: 500;
	color: #005b8f;
	font-size: 18px;
	letter-spacing: 0;
}

.popular-destinations-section .dest-link:hover .dest-title {
	color: #e79800;
}