/*========================================================================

	Template Name: Tour and Travel HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Destination
	05. Call to action
	06. Popular package
	07. Counter area
	08. Popular tourist countrie
	09. Testimonial
	10. Blog
	11. Footer
	12. Inner page header
	13. About area
	14. Search result sidebar
	15. Tour details
	16. Gallery
	17. Team
	18. Contact us
	19. Login and Register
	20. Faq
	21. Terms and condition
	22. Error page 404
			
----------------------------------*/

/* Theme Font Use */

@import url('../../../../css2');
/* font-family: 'Montserrat', sans-serif; */
@import url('../../../../css2-1');
/* font-family: 'Roboto Condensed', sans-serif; */



/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #00b7f1;
	color: #fff;
}
::-moz-selection {
 background-color: #00b7f1;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	letter-spacing: 1px;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #00b7f1;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 1px solid #0292c0;
	border-bottom-width: 3px;
	border-radius: 6px;
	position: relative;
	padding: 16px 24px;
	font-size: 12px;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	background-color: #00b7f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	color: #fff;
	text-decoration: none;
	background-color: #11101e;
}
.btn-style-1.btn-sm {
	font-size: 10px;
	padding: 8px 15px;
}
.btn-style-2 {
	color: #fff;
	border: 0;
	border-radius: 0;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	background-color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00b7f1;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title .small-title {
	font-size: 12px;
	color: #00b7f1;
	font-family: 'Roboto Condensed', sans-serif;
}
.section-title h2 {
	position: relative;
	color: #000;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	background-color: #132733;
	padding: 14px 0px;
}
.header-call-us a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}
.header-call-us a span {
	color: #00b7f1;
}
.header-social {
	text-align: right;
}
.header-social li {
	margin-right: 2px !important;
}
.header-social li:last-child {
	margin-right: 0px !important;
}
.header-social li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #00b7f1;
}
.header-social li a {
	color: #fff;
	width: 30px;
	border-radius: 4px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	background-color: rgba(255,255,255,0.1);
	font-size: 11px;
}
.header-social li a:hover {
	color: #00b7f1;
}
/* navbar brand */
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-wrapper {
	padding: 20px 20px 20px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav-btn {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 12px 12px;
	background-color: transparent;
	display: flex;
	width: 100px;
	border-radius: 4px;
	color: #00b7f1;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-btn small:last-child {
	margin-left: 8px;
}
.nav-btn:hover {
	color: #00b7f1;
}
.nav-btn span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #00b7f1;
}
.nav-btn span + span {
	margin-top: 4px;
	width: 18px;
}
.nav-btn span + span + span {
	width: 10px;
}
.header-quote, .header-right-btn {
	display: inline-block;
}
.header-quote a {
	color: #fff;
	height: 44px;
	display: inline-block;
	background-color: #00b7f1;
	border-radius: 4px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	padding: 10px 16px;
	margin-right: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-quote a:hover {
	background-color: #11101e;
}
/* sticky */
.logo-sticky {
	display: none;
}
.is-sticky .logo {
	display: none;
}
.is-sticky .logo-sticky {
	display: inline-block;
}
.is-sticky {
	z-index: 999;
}
.is-sticky .header-wrapper {
	z-index: 1044 !important;
	background-color: #fff !important;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.is-sticky .nav-btn {
	border: 1px solid #333;
}
.is-sticky .nav-btn span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
}
.side-navigation .navbar-nav {
	width: 100%;
	display: inline-block;
}
.side-navigation .btn-close {
	background-image: none;
	font-size: 20px;
	color: #fff;
}
.side-navigation .navbar-nav li {
	width: 100%;
}
.side-navigation {
	background-color: #2B3D4F;
}
.side-navigation .navbar-nav li a {
	padding: 14px 12px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: capitalize;
	position: relative;
	border-top: 1px solid #374757;
	border-bottom: 1px solid #263340;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.side-navigation .navbar-nav li a i {
	padding-right: 8px;
}
.side-navigation .navbar-nav li a:hover, .side-navigation .navbar-nav li.active a {
	background-color: #263446;
	color: #00b7f1;
}
.side-navigation .navbar-nav li.dropdown .dropdown-menu {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
}
.side-navigation .navbar-nav li.dropdown .dropdown-toggle:after {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.side-navigation .navbar-nav li.dropdown .dropdown-menu li .dropdown-item {
	padding: 8px 12px;
	font-size: 11px;
}
/* ===================================
	03. Slider
=================================== */
.slider {
	position: relative;
	z-index: 0;
}
.slider-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 4;
	width: 100%;
}
.banner-caption h5 {
	font-weight: 500;
	margin-bottom: 16px;
	font-size: 60px;
	color: #fff;
	line-height: 70px;
	font-family: 'Roboto Condensed', sans-serif;
}
.banner-caption p {
	color: #fff;
}
/* search form */
.search-form {
	background-color: #fff;
	padding: 30px;
	border-radius: 6px;
}
.search-form h2 {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 24px;
	color: #00b7f1;
	font-family: 'Roboto Condensed', sans-serif;
}
.search-form input, .search-form select {
	background-color: #fff;
	border: 0px;
	border: 1px solid rgba(0,0,0,0.1);
	height: 55px;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.7);
}
.slider .carousel-item {
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	height: 700px;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
/* ===================================
	04. Destination
=================================== */
.destination-box {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.destination-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	border-radius: 8px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.destination-box:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	bottom: 10px;
	opacity: 0;
	left: 10px;
	z-index: 1;
	border-left: 1px solid #00b7f1;
	border-bottom: 1px solid #00b7f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.destination-box:hover:before {
	opacity: 1;
}
.destination-box h4 {
	position: absolute;
	bottom: 20px;
	left: 22px;
	z-index: 2;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
}
.destination-box h4 a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.destination-box h4 a:hover {
	color: #00b7f1;
}
/* ===================================
	05. Call to action
=================================== */
.call-to-action-c {
	z-index: 0;
	position: relative;
	background-image: url(../img/bg/call-to-action-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 40px;
	border-radius: 6px;
	overflow: hidden;
}
.call-to-action-c:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.cta-text h2 {
	text-transform: capitalize;
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}
.cta-text p {
	line-height: 24px;
	color: #fff;
}
/* ===================================
	06. Popular package
=================================== */
.popular-package-box {
	border-radius: 8px;
	overflow: hidden;
	padding: 15px;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-package-box:hover {
	border: 1px solid #00b7f1;
}
.popular-package-box .image {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid rgba(255,255,255,0.1);
}
.popular-package-box .image:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	border-radius: 8px;
	left: 0px;
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-package-box:hover .image:after {
	background-color: rgba(0,0,0,0.5);
}
.popular-package-box .image:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	bottom: 10px;
	opacity: 0;
	left: 10px;
	z-index: 1;
	border-left: 1px solid #00b7f1;
	border-bottom: 1px solid #00b7f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-package-box:hover .image:before {
	opacity: 1;
}
.popular-package-box .image h4 {
	position: absolute;
	bottom: 20px;
	left: 22px;
	z-index: 2;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
}
.popular-package-box h4 a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-package-box h4 a:hover {
	color: #00b7f1;
}
.popular-package-box .image .price {
	position: absolute;
	top: 20px;
	left: 22px;
	z-index: 2;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
}
.popular-package-box .price a {
	color: #00b7f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-package-box .price a:hover {
	color: #00b7f1;
}
.popular-package-box .des .location {
	color: #000;
	font-size: 12px;
}
.popular-package-box .des .location i {
	color: #00b7f1;
}
.popular-package-box .des .time {
	text-align: right;
	font-size: 10px;
}
.popular-package-box .image .offer-label {
	position: absolute;
	top: 12px;
	right: -35px;
	background-color: #ef2853;
	padding: 8px 40px;
	color: #fff;
	font-size: 12px;
	z-index: 3;
	font-weight: 600;
	transform: rotate(42deg);
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
	z-index: 0;
	position: relative;
	background-image: url(../img/bg/counter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 40px 0px 10px 0px;
	border-radius: 6px;
	overflow: hidden;
}
.counter-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.counter-box {
	text-align: center;
	position: relative;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 30px 15px;
	border-radius: 6px;
	background-color: rgba(0,0,0,0.3);
}
.counter-box:hover:before {
	top: 20px;
}
.counter-box h3 {
	font-size: 22px;
	color: #fff;
	padding-bottom: 6px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.counter-box span {
	color: #00b7f1;
	font-size: 26px;
}
/* ===================================
	08. Popular tourist countrie
=================================== */
.popular-tourist-countrie-box {
	border-radius: 8px;
	overflow: hidden;
	padding: 0px 0px 15px 0px;
	text-align: center;
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-tourist-countrie-box .image {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	margin: 15px;
	border: 1px solid rgba(255,255,255,0.1);
}
.popular-tourist-countrie-box .image:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	border-radius: 8px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.popular-tourist-countrie-box .image:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	bottom: 10px;
	opacity: 0;
	left: 10px;
	z-index: 1;
	border-left: 1px solid #00b7f1;
	border-bottom: 1px solid #00b7f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-tourist-countrie-box:hover .image:before {
	opacity: 1;
}
.popular-tourist-countrie-box .image h4 {
	position: absolute;
	bottom: 20px;
	left: 22px;
	z-index: 2;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
}
.popular-tourist-countrie-box .image h4 a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-tourist-countrie-box .image h4 a:hover {
	color: #00b7f1;
}
.popular-tourist-countrie-box .des {
	margin: 0px 15px;
}
.popular-tourist-countrie-box .star {
	font-size: 12px;
	color: #00b7f1;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/* ===================================
	09. Testimonial
=================================== */
.testimonial-area {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.testimonial-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.testimonial-box {
	background-color: #f5f5f5;
	border-radius: 6px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.testimonial-box .author-img {
	margin-right: 10px;
}
.testimonial-box .author-img img {
	max-width: 70px;
	border: 4px solid rgba(0,0,0,0.1);
	border-radius: 100%;
}
.testimonial-box .profile-info {
	margin-top: 15px;
	position: relative;
	display: flex;
	align-items: center;
}
.testimonial-box .profile-info h3 {
	color: #333;
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.testimonial-box p {
	color: #000;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding-bottom: 15px;
}
.testimonial-box .profile-info span {
	color: #333;
}
.testimonial-box .profile-info .quote {
	position: absolute;
	top: 50%;
	right: 0px;
	color: #00b7f1;
	font-size: 40px;
	transform: translateY(-50%);
}
/* ===================================
	10. Blog
=================================== */
.blog-item {
	border: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover {
	border: 1px solid #00b7f1;
}
.blog-item .blog-item-img {
	position: relative;
}
.blog-item .blog-item-img:after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,183,241,0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-img .read-icon {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-img .read-icon a {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.blog-item-content {
	padding: 15px;
	position: relative;
}
.blog-item-content h6 {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.blog-item-content h6 a {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-content h6 a:hover {
	color: #00b7f1;
}
.blog-item-content ul li a {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-content ul li a:hover {
	color: #00b7f1;
}
.blog-item:hover .blog-item-img:after, .blog-item:hover .blog-item-img .read-icon {
	opacity: 1;
}
/* widget title */
.sidebar-widget .sidebar-widget-title {
	font-size: 22px;
	color: #000;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	text-decoration: underline;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
/* sidebar search */
.sidebar-search {
	position: relative;
}
.sidebar-search input {
	position: relative;
	display: block;
	background-color: rgba(0,0,0,0.1);
	border: 0px;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	width: 100%;
	border-radius: 6px;
	padding-left: 20px;
	padding-right: 65px;
	transition: all 500ms ease 0s;
}
.sidebar-search button {
	position: absolute;
	top: 50%;
	right: 0px;
	border: 0px;
	transform: translateY(-50%);
	font-size: 12px;
	height: 100%;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #00b7f1;
	background-color: transparent;
}
/* video img */
.video-img {
	position: relative;
}
.video-img img {
	border-radius: 8px;
}
.video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	background-color: #00b7f1;
	margin: auto;
	border-radius: 50%;
	z-index: 1;
	transition: 0.3s;
	color: #fff;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.video-btn:hover {
	color: #fff;
	background-color: #000;
}
.video-btn:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.video-btn:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
}
@keyframes pulseInOut {
 0% {
opacity:1;
transform:scale(.3)
}
 100% {
opacity:0;
transform:scale(1.7)
}
}
/* categories */
.sidebar-categories {
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-categories li a {
	display: block;
	color: #000;
	position: relative;
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 12px;
	padding: 15px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-categories li:last-child a {
	border-bottom: 0px;
}
.sidebar-categories li:hover a {
	color: #fff;
	background-color: #00b7f1;
}
.sidebar-categories li a span {
	font-size: 12px;
	color: #00b7f1;
	font-weight: 600;
}
.sidebar-categories li:hover a span {
	color: #fff;
}
/* recent post */
.sidebar-recent-post li {
	display: block;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	display: flex;
	align-items: center;
}
.sidebar-recent-post li .recent-post-img {
	margin-right: 12px;
	float: left;
}
.sidebar-recent-post li .recent-post-img img {
	border-radius: 6px;
}
.sidebar-recent-post li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-recent-post li .post-date {
	color: #00b7f1;
	display: inline-block;
	font-size: 10px;
}
.sidebar-recent-post li .post-title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}
.sidebar-recent-post li .post-title a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-recent-post li .post-title a:hover {
	color: #00b7f1;
}
/* popular tag */
.popular-tag li {
	display: inline-block;
	margin: 2px;
}
.popular-tag li a {
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	border-radius: 6px;
	padding: 4px 10px;
	color: #000;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-tag li a:hover {
	color: #fff;
	background-color: #00b7f1;
}
/* blog post */
.blog-post-img img {
	border-radius: 6px;
}
.blog-post-content h6 {
	color: #000;
	font-size: 26px;
	display: inline-block;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.blog-post-feature li {
	margin-bottom: 12px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}
.blog-post-feature li:last-child {
	margin-bottom: 0px;
}
.blog-post-feature li i {
	font-size: 10px;
	color: #00b7f1;
	padding-right: 4px;
}
/* blog post meta */
.blog-post-meta {
	position: relative;
	background-color: rgba(0,0,0,0.1);
	padding: 14px;
	border-radius: 6px;
}
.blog-post-meta li {
	position: relative;
	margin-right: 20px !important;
}
.blog-post-meta li:last-child {
	margin-right: 0px !important;
}
.blog-post-meta li a {
	color: #000;
	font-size: 12px;
	font-weight: 500;
}
.blog-post-meta li a:hover {
	color: #00b7f1;
}
.blog-post-meta li:after {
	position: absolute;
	content: "/";
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
}
.blog-post-meta li:last-child:after {
	display: none;
}
/* blockquote */
.blog-post-content .blockquote-main {
	position: relative;
	background-color: rgba(0,0,0,0.1);
	padding: 20px;
	border-radius: 6px;
}
.blog-post-content figure {
	background-color: #000;
	padding: 20px;
	border-left: 2px solid #00b7f1;
	border-radius: 6px;
	position: relative;
}
.blog-post-content figure .blockquote p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height: 28px;
}
.blog-post-content figure .blockquote i {
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: #00b7f1;
	font-size: 30px;
}
.blog-post-content .blockquote-footer {
	margin-bottom: 0px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.blog-post-bottom {
	padding: 10px 0px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	border-top: 1px dashed rgba(0,0,0,0.1);
}
/* single tag */
.blog-single-tag li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #00b7f1;
}
.blog-single-tag li a {
	color: #000;
	font-size: 14px;
}
.blog-single-tag li a:hover {
	color: #00b7f1;
}
.blog-single-social li:first-child {
	font-weight: 600;
	font-size: 14px;
	color: #00b7f1;
}
.blog-single-social li a {
	color: #000;
	font-size: 14px;
}
.blog-single-social li a:hover {
	color: #00b7f1;
}
/* comments block */
.blog-post-subtitle {
	color: #00b7f1;
	font-weight: 500;
	font-size: 24px;
	display: inline-block;
}
/* leave a comments block */
.leave-reply-form input {
	background-color: rgba(0,183,241,0.1);
	border: 1px dashed rgba(0,0,0,0.1);
	height: 55px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}
.leave-reply-form textarea {
	background-color: rgba(0,183,241,0.1);
	border: 1px dashed rgba(0,0,0,0.1);
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}
.leave-reply-form input:focus, .leave-reply-form textarea:focus {
	background-color: rgba(0,183,241,0.1);
	border: 1px dashed #00b7f1 !important;
	color: #000;
	box-shadow: none;
}
/* ===================================
	11. Footer
=================================== */
.footer-main {
	background-image: url(../img/bg/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.footer-main:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.7);
	z-index: -1;
}
.footer-upper {
	background-image: url(../img/bg/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/* footer title */
.footer-title {
	font-size: 22px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
/* footer link */
.footer-link li {
	margin-bottom: 10px;
}
.footer-link li:last-child {
	margin-bottom: 0px;
}
.footer-link li a {
	color: #000;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: #00b7f1;
}
.footer-link li i {
	margin-right: 6px;
}
/* footer address */
.footer-address li {
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
}
.footer-address li:last-child {
	margin-bottom: 0px;
}
.footer-address li a {
	color: #000;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-address li a:hover {
	color: #00b7f1;
}
.footer-address li i {
	margin-right: 6px;
}
/* footer social */
.footer-social a {
	display: inline-block;
	font-size: 12px;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	color: #fff;
	background-color: #1a1a1a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: #00b7f1;
}
/* footer copyright */
.footer-copyright {
	padding: 15px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.footer-copyright p {
	color: #000;
	font-size: 14px;
}
/* ===================================
	12. Inner page header
=================================== */
.inner-page-header-bg {
	background-image: url(../img/bg/inner-page-header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	text-align: center;
	background-size: cover;
}
.inner-page-header-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.inner-page-title {
	padding: 100px 0;
	text-align: center;
}
.inner-page-title h1 {
	color: #fff;
	font-size: 40px;
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
	margin-top: 10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.inner-page-title h1:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100px;
	background-color: #00b7f1;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.inner-page-title h4 {
	color: #ccc;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	position: relative;
}
.inner-page-title h4:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: -40px;
	background-color: rgba(255,255,255,0.2);
	top: 50%;
	transform: translateY(-50%);
}
/* breadcrumb */
.breadcrumb-box {
	padding: 0;
}
.breadcrumb-box .breadcrumb {
	margin: auto;
	display: inline-block;
}
.breadcrumb-box .breadcrumb li {
	display: inline-block;
	color: #ccc;
	font-size: 14px;
}
.breadcrumb-box .breadcrumb li a {
	color: #00b7f1;
}
/* ===================================
	13. About area
=================================== */
.about-text p {
	margin-bottom: 0px;
}
.feature-box p {
	margin-bottom: 0px;
}
.feature-box .icon {
	font-size: 12px;
	background-color: #00b7f1;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(34,34,34,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(34,34,34,1);
	box-shadow: 3px 3px 0px 0px rgba(34,34,34,1);
}
.feature-box .feature-info {
	margin-bottom: 20px;
}
.feature-box h4 {
	color: #000;
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.about-img img {
	border-radius: 6px;
}
/* ===================================
	14. Search result sidebar
=================================== */
/* search form */
.search-result-sidebar-form {
	background-color: #f5f5f5;
	padding: 30px;
	border-radius: 6px;
}
.search-result-sidebar-form h2 {
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 24px;
	color: #00b7f1;
	font-family: 'Roboto Condensed', sans-serif;
}
.search-result-sidebar-form input, .search-result-sidebar-form select {
	background-color: #fff;
	border: 0px;
	border: 1px solid rgba(0,0,0,0.1);
	height: 55px;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
}
/* call us widget */
.call-us-widget-title {
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}
.call-us-widget {
	background-image: url(../img/bg/call-us-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	text-align: center;
	overflow: hidden;
	background-size: cover;
	border-radius: 6px;
	padding: 20px;
}
.call-us-widget:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.call-us-widget ul li {
	padding-bottom: 10px;
	font-size: 14px;
	color: #c5c5c5;
}
.call-us-widget ul li.call {
	font-size: 18px;
	color: #0292c0;
	font-weight: 500;
}
.call-us-widget ul li:last-child {
	padding-bottom: 0px;
}
/* ===================================
	15. Tour details
=================================== */
.tour-details-image-carousel {
	border-radius: 6px;
	overflow: hidden;
}
.tour-details-image-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 0px;
	text-align: right;
}
.tour-details-image-carousel .owl-nav .owl-prev, .tour-details-image-carousel .owl-nav .owl-next {
	background-color: #f5f5f5 !important;
	border-radius: 0px;
	color: #333 !important;
	line-height: 40px;
	height: 40px;
	width: 40px;
	margin: 0px 0px 0px 2px;
}
.tour-details-image-carousel .owl-nav .owl-prev:hover, .tour-details-image-carousel .owl-nav .owl-next:hover {
	background-color: #00b7f1 !important;
	color: #fff !important;
}
/* summary box */
.summary-box {
	padding: 20px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.1);
}
.summary-box h4 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-weight: 500;
}
.summary-box ul li h5 {
	font-size: 12px;
	color: #00b7f1;
}
.summary-box ul li p {
	margin-bottom: 0px;
	color: #000;
}
.summary-box ul li {
	margin-bottom: 10px;
}
/* destination place */
.destination-place {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* best price */
.best-price {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
	margin-top: 10px;
}
.side-price {
	color: #00b7f1;
	font-size: 20px;
	font-weight: 600;
}
.total-price {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 0px !important;
}
.total-price h5 {
	color: #000 !important;
	font-size: 20px !important;
}
.total-price p {
	color: #98ce44 !important;
	font-weight: 600;
	font-size: 20px !important;
}
/* tour details tabs */
.tour-details-tabs {
	border-radius: 6px;
	overflow: hidden;
}
.tour-details-tabs .tab-content .tour-overview, .tour-details-tabs .tab-content .special-offers-div, .tour-details-tabs .tab-content .travel-guide-div, .tour-details-tabs .tab-content .tour-map-div, .tour-details-tabs .tab-content .tour-reviews-div {
	background-color: rgba(0,0,0,0.1);
	padding: 30px 30px 0px 30px;
	width: 100%;
	display: inline-block;
}
.tour-details-tabs .nav-tabs {
	border-bottom: 0px;
	display: flex;
}
.tour-details-tabs .nav-tabs li {
	border-right: 1px solid rgba(255,255,255,0.2);
	flex: 1 1 auto !important;
}
.tour-details-tabs .nav-tabs li:last-child {
	border-right: 0;
}
.tour-details-tabs .nav-tabs li .nav-link {
	border-radius: 0px;
	background-color: rgba(0,0,0,0.1);
	border: 0;
	color: #000;
	width: 100%;
	padding: 0 30px;
	line-height: 50px;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
.tour-details-tabs .nav-tabs li .nav-link.active {
	color: #00b7f1;
	background-color: rgba(0,0,0,1);
}
.tour-details-tabs-title {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 24px;
}
.tour-details-tabs-sub-title {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 20px;
}
/* map */
.tour-map-div iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 6px;
	overflow: hidden;
}
/* review box */
.review-item {
	position: relative;
	border: 0px;
	background-color: #f5f5f5;
}
.review-item .card-body {
	padding: 30px;
}
.review-item .review-item-heading h5 {
	color: #000;
	font-weight: 500;
}
.review-item .stars {
	color: #EFA017;
}
.review-item a.reply-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	background-color: #00b7f1;
}
/* subscribe widget */
.subscribe-widget {
	position: relative;
	background-image: url(../img/bg/subscribe-widget-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
}
.subscribe-widget:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}
.subscribe-widget .subscribe-widget-title {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 500;
}
.subscribe-widget form input {
	height: 56px;
	border: 0px;
	border-radius: 6px;
	font-size: 12px;
}
/* ===================================
	16. Gallery
=================================== */
.gallery-box {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.gallery-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	border-radius: 8px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.gallery-box:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	bottom: 10px;
	opacity: 0;
	left: 10px;
	z-index: 1;
	border-left: 1px solid #00b7f1;
	border-bottom: 1px solid #00b7f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover:before {
	opacity: 1;
}
.gallery-box .zoom {
	position: absolute;
	bottom: 20px;
	left: 22px;
	z-index: 2;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
.gallery-box .zoom {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .zoom:hover {
	color: #00b7f1;
}
/* ===================================
	17. Team
=================================== */
.team-box {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.team-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	border-radius: 8px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	bottom: 10px;
	opacity: 0;
	left: 10px;
	z-index: 1;
	border-left: 1px solid #00b7f1;
	border-bottom: 1px solid #00b7f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-info {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
}
.team-box .team-info span.designation {
	font-size: 14px;
	color: #00b7f1;
	font-weight: 500;
}
.team-box .team-info h5.name {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}
.team-box .team-social {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 25px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-social a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-right: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-social a:last-child {
	margin-right: 0px;
}
.team-box .team-social a:hover {
	color: #00b7f1;
}
.team-box:hover:before, .team-box:hover .team-social {
	opacity: 1;
}
.team-box:hover:after {
	background-color: rgba(0,0,0,0.6);
}
/* ===================================
	18. Contact us
=================================== */
.contact-box {
	margin-bottom: 22px;
}
.contact-box:last-child {
	margin-bottom: 0px;
}
.contact-box .icon {
	font-size: 20px;
	margin-bottom: 6px;
	color: #00b7f1;
	display: inline-block;
}
.contact-box h4 {
	line-height: 22px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin-left: 10px;
}
.contact-box p {
	font-size: 14px;
	margin-bottom: 0px;
	color: #ccc;
	width: 100%;
	display: inline-block;
}
.contact-form-map {
	background-color: #111;
}
/* contact form */
.contact-form input {
	background-color: rgba(0,183,241,0.1);
	border: 1px dashed rgba(255,255,255,0.1);
	height: 56px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}
.contact-form textarea {
	background-color: rgba(0,183,241,0.1);
	border: 1px dashed rgba(255,255,255,0.1);
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #000;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: rgba(0,183,241,0.1);
	border: 1px dashed #00b7f1 !important;
	color: #000;
	box-shadow: none;
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 6px;
	overflow: hidden;
}
/* ===================================
	19. Login and Register
=================================== */
.form-signin {
	background-color: #fff;
	box-shadow: 0 5px 13px rgba(62,69,78,0.2);
	border-radius: 8px;
	padding: 30px;
}
.form-signin label {
	font-size: 12px;
	color: #000;
}
.form-signin .form-check {
	margin-bottom: 0px;
}
.form-signin .form-check a {
	color: #000;
	font-weight: 600;
}
.form-signin .form-check-input {
	width: 16px;
	height: 16px;
}
.form-signin .form-check-label {
	padding-left: 6px;
	font-size: 12px;
}
.form-signin .forgot-pass a {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.form-signin .no-account {
	font-size: 12px;
}
.form-signin .no-account a {
	color: #000;
	font-weight: 600;
}
.login-img img {
	border-radius: 6px;
}
/* ===================================
	20. Faq
=================================== */
.faq-box {
	position: relative;
	background-image: url(../img/bg/faq-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
	padding: 20px;
	border-radius: 6px;
	overflow: hidden;
	padding: 10px 30px 10px 30px;
	border: 0px;
}
.faq-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #00b7f1 !important;
	padding: 20px 0px !important;
	border-bottom: 0;
	font-size: 14px;
	border-radius: 0px;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	text-align: left;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header .accordion-button span {
	margin-left: auto;
	font-weight: 600;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed span {
	color: #00b7f1;
	font-weight: 600;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after, .faq-box .accordion-item .accordion-header .accordion-button:after {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	display: flex;
}
.faq-box .accordion-item .accordion-header .accordion-button i {
	font-size: 14px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.faq-box .accordion-item .accordion-header .accordion-button[aria-expanded=true] i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #fff !important;
	padding: 20px 0px !important;
	font-size: 14px;
	background-color: transparent;
	text-transform: capitalize;
	font-weight: 500;
}
.faq-box .accordion-item {
	background-color: transparent;
	border-radius: 0px !important;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.faq-box .accordion-item:last-child {
	border-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 0px 0px 20px 0px;
	color: #333;
	margin-top: 1px;
}
.faq-box .accordion-item .accordion-body p {
	color: #fff;
}
/* ===================================
	21. Terms and condition
=================================== */
.terms-and-condition-content h3 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.terms-and-condition-content p {
	margin-bottom: 0px;
}
.terms-and-condition-content ul li {
	padding-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.terms-and-condition-content ul li:last-child {
	padding-bottom: 0px;
}
.terms-and-condition-content ul li i {
	color: #00b7f1;
	margin-right: 6px;
}
/* ===================================
	22. Error page 404
=================================== */
.error-page-item h2 {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 26px;
	color: #000;
}
