/*
Author       	: witty_web_solutions
Template Name	: Touristers Travel Template
Version      	: 1.1
*/

/****** Table Of Content ***************
=================================================
#Typography
#General Design
#Header Design
#Banner Design
#Contact Us
#Footer
#Responsive Design

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

/************* Typography ******************/
*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	height:auto;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none!important;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	color:#333; letter-spacing: 0.5px;
}
a:hover{
	color:#6abe45;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
	outline:none!important;
	box-shadow:none;
}
ul,
ol{
	margin:0;
	list-style-type:none; letter-spacing: 0.5px;
}
body{
	font-family: 'Poppins', sans-serif;
	background:#fff;
	font-size:16px;
	position:relative;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{	color:#333;	font-family: 'Poppins', sans-serif;}
h1 {
    font-weight: 700;
	font-size:36px;
	line-height:46px;
 	margin: 0 0 14px;
}
h2{
	font-weight:700;
	font-size:30px;
	margin:0 0 20px;
	line-height:40px;
	text-transform:uppercase;
}
h3{
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin:0 0 15px;
}
h4{
	font-size:14px;
	color:#888;
	font-weight:400;
	margin:0 0 20px;
}
h5{
	font-weight:300;
	margin:0 0 10px;
}
h6{
	font-size:14px;
	line-height:18px;
	color:#999;
	font-weight:400;
	margin:0 0 10px;
}
p {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    margin: 0 0 25px;
    letter-spacing: 0.5px;
}

.text-teal {color: #0f8679 !important;}
.text-brown {color: brown !important;}


/*======================================== General Design ========================================*/
.white-bg{
	background-color:#fff;
}
.content-padding{
	padding:110px 0;
}
.no-spacing{
	padding:0;
}
.inverse-bg{
	background:#f8faff;
}
.section-title {
    width: 100%;
    height: auto;
    margin: 0 0 70px;
}
.mt-40{
	margin-top:40px;
}
.bottom-none {
    padding-bottom: 0!important;
}

/*======================================== Header Design ========================================*/
.navbar .navbar-brand{
	padding:4px 0;
}
.navbar .navbar-nav .nav-item{
	position:relative;
}
.navbar .navbar-nav .nav-link{
	padding: 13px 0px;
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    font-weight: 400;
	text-transform:capitalize;
	position:relative;
}
.navbar .navbar-nav .nav-item .nav-link::before{
	width:0px;
	height:2px;
	
	left:50%;
	bottom:0;
	content:'';
	background:#6abe45;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
.navbar .navbar-nav .nav-item{
	margin-left:35px;
}
.navbar .navbar-nav .nav-item:first-child{
	margin:0;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link:hover{
	color:#6abe45;
} 
.navbar .navbar-nav .nav-item.active .nav-link::before{
	width:30%;
}
.navbar .navbar-nav .nav-item.active .nav-link:hover::before,
.navbar .navbar-nav .nav-link:hover::before{
	width:100%;
}
.navbar-toggler{
	padding:0;
	outline:none;
	border:none;
}
.navbar-toggler-icon{
	display: inline-block;
    width: 40px;
    height: 3px;
    background: #000;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}
.navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon{
    background: rgba(0, 0, 0, 0);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0px;
}

/*======================================== Banner Design =============================*/
.jumbotron {height: 500px; }
.carousel-caption {text-align: left;}
.hero-text h1,.hero-text h6,.hero-text p,.hero-text a {color: white;}

.hero-text {
	background-color: rgba(0,0,0,0.4);
    width: 100%;
    float: left;
    height: auto;
    max-width: 540px;
    padding: 40px;
}
.carousel-indicators .active {background-color: #28a745;}
.breadcrumb{
	padding:0;
	background:none;
	display:block;
	margin:0;
}
.breadcrumb li a:hover{
	color:#6abe45;
}
.breadcrumb-item{
	text-transform:capitalize;
	font-size:14px;
	color:#888;
	display:inline-block;
}
.breadcrumb-item a{
	color:#888;
}
.breadcrumb-item.active {
    color: #888;
	opacity:0.8;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:#888;
}
.service-tile {
    padding-left: 70px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.service-tile .icon {
    margin-bottom: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #28a745;
}
.destinationtype li {margin-bottom: 10px;}
/*======================================== Contact Us =============================*/
.contact-info{
	width:100%;
	float:left;
	height:auto;
	border:1px solid #dcdcdc;
	border-radius:5px;
	padding:30px 15px;
	margin:0 0 90px;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.contact-info:hover{
	border-color:#6abe45;
}
.contact-info .fa{
	font-size:30px;
	color:#6abe45;
	margin:0 0 20px;
}
.contact-info p{
	margin:0;
	color:#999;
}
.contact-info p a{
	color:inherit;
}
.contact-info p a:hover{
	color:#6abe45;
}
.form-control{
	height:34px;
	box-shadow:none!important;
	padding:10px 15px;
	border:1px solid #999;
	letter-spacing:0.5px;
	color:#333;
	border-radius:3px;
}
.form-control:focus{
	border-color:#6abe45;
}
.form-control::-moz-placeholder{
	color:#999;
}
.form-control::-webkit-input-placeholder{
	color:#999;
}
.form-control::-ms-input-placeholder{
	color:#999;
}

/*======================================== Footer =============================*/
#footer{
	width:100%;
	float:left;
	height:auto;
}
.footer-top{
	width:100%;
	float:left;
	height:auto;
	padding:70px 0;
	background:#0e0e11;
}
.footer-widget{
	width:100%;
	float:left;
	height:auto;
}
.footer-widget h3{
	color:#fff;
	margin:0 0 30px;
}
.footer-widget p{
	color:#999;
	margin:0;
}
.footer-top ul{
	width:100%;
	float:left;
}
.footer-top ul li{
	width:100%;
	float:left;
	margin:0 0 12px;
	color:#999;
}
.footer-top ul li:last-child{
	margin:0;
}
.footer-top ul li a{
	color:#999;
}
.footer-top ul li a:hover{
	color:#6abe45;
}
.footer-widget .fa{
	width:20px;
}
.bussiness-hour li{
	padding-bottom:12px;
	border-bottom:1px dashed rgba(255,255,255,0.3);
}
.footer-bottom{
	width:100%;
	float:left;
	height:auto;
	background:#000;
	padding:25px 0;
}
.copyright p{
	margin:0;
	color:#999;
	line-height:30px;
}
.social-icons li{
	display:inline-block;
	margin:0 0px 0 10px;
}
.social-icons li a {
    display: inline-block;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    width: 30px;
    line-height: 28px;
	text-align:center;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icons li a:hover{
	color:#fff;
	border-color:#fff;
}
.back-top{
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:9;
	display:none;
}
.back-top a{
	width: 40px;
	line-height: 40px;
	background: #6abe45;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
}
.back-top a:hover{
	-webkit-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	transform:translateY(-10px);
}

/*======================================== Sidebar Design =============================*/
.destination-list li {margin-top: 5px; margin-bottom: 5px;}
/*======================================== Responsive Design =============================*/
@media (max-width: 479px) {

}
@media (max-width: 575.98px) {
h1{
	font-size:24px;
	line-height:32px;
}
h2{
	font-size:22px;
	line-height:30px;
}
.jumbotron {height: 400px;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
.content-padding {
    padding: 80px 0;
}
.jumborton {width: 600px;}
.hero-text{
	max-width:100%;
	padding-right:40px;	
}
.footer-top{
	padding:50px 0;
}
.footer-widget h3{
	margin:0 0 20px;
}
.footer-widget p,
.footer-top ul li{
	font-size:14px;
}
.footer-widget{
	margin:0 0 30px;
}
.row .col-md-3:nth-last-child(-n+1) .footer-widget{
	margin:0;
}
.copyright p{
	font-size:14px;
	text-align:center;
	margin:0 0 10px;
}
ul.social-icons.pull-right {
    width: 100%;
    text-align: center;
}
.contact-info{
	margin:0 0 70px;
}

}

@media (max-width: 991.98px) {
.navbar .navbar-nav .nav-item{
	margin:0;
}
.navbar .navbar-nav .nav-link{
	padding:8px 0;
	display:inline-block;
}
.navbar .navbar-nav .nav-item .nav-link::before{
	left:0;
	transform: translateX(0);
}
.jumbotron {height: 600px;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.container{
	width:768px;
	max-width:100%;
}
.navbar {
    padding: 15px 15px;
}

.footer-top ul li,
.footer-widget p,
.copyright p{
	font-size:12px;
	line-height:22px;
}
.copyright p{
	line-height:30px;
}
.footer-top ul li{
	margin:0 0 8px;
}
.footer-top .row .col-md-3:nth-child(3),
.footer-top .row .col-md-3:nth-child(4){
	padding-left:0;
}
.features-info{
	padding:41px 10px 45px;
}
.inner-page-banner{
	height:320px;
}
.contact-info p{
	font-size:14px;
	line-height:26px;
}

.content-padding {
    padding: 80px 0;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
h1{
	font-size:32px;
}
.navbar .navbar-nav .nav-item{
	margin-left:25px;
}

.footer-top ul li,
.footer-widget p,
.copyright p{
	font-size:15px;
}

}

#owl-demo .item{margin: 3px;}
#owl-demo .item img{display: block; width: 100%; height: auto;}

.img-gallery {margin-bottom: 20px; position: relative; }
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
}
.img-gallery:hover .overlay {
  opacity: 0.8; border-radius: .25rem !important;
}

.img-gallery a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}