/*
Main Css Files
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START SERVICE DESIGN
    05. START WHY CHOOSE DESIGN
    06. START SPECIAL PACKAGE DESIGN
    07. START TOP DEALS DESIGN
    08. START DEALS & DISCOUNT DESIGN
    09. START GALLERY DESIGN
    10. START BLOG DESIGN
    11. START TESTIMONIAL DESIGN
    12. START COMPANY PARTNER LOGO
    13. START CONTACT DESIGN
    14. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
	color: #666;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px; 
	font-family: 'Quicksand', sans-serif;
	color: #333;
	font-weight: 700;
	line-height: normal;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a,
a:hover,
a:focus  {
    color: #727272;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}
.row > *{
	padding-left: 15px;
	padding-right: 15px;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #01aef0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.lds-roller {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding { padding: 100px 0 }
/*START SECTION TITLE DESIGN*/
.section-title{margin-bottom:60px;}
.section-title h2 {
	margin-top: 0;
	position: relative;
	text-transform: capitalize;
	font-size: 38px;
	line-height: 1.3;
}
.section-title span {
	color: #01aef0;
	margin-bottom: 10px;
	font-size: 18px;
	position: relative;
	display: inline-block;
}
.section-title.text-left span{
	padding-left: 40px;
}
.section-title.text-left span:before {
	position: absolute;
	content: '';
	background-color: #01aef0;
	width: 28px;
	height: 2px;
	top: 15px;
	left: 0;
}
@media only screen and (max-width:480px) { 
.section-title  h2  {font-size:30px;}
}


.section-title-white{color:#fff;position:relative;}
.section-title  p{

}
@media only screen and (max-width:480px) { 
.section-title  p{
padding: 0 10px;
width: 90%;
margin: auto;	
}
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
	background: #01aef0 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 5px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	position: fixed;
	right: 5px;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 45px;
	z-index: 999;
}
.topcontrol:hover {
    background: #211E3B;
    color: #fff;
}
/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/


.site-logo {
	width: 147px;
	height: auto;
	margin-top: 16px;
}
.bg-faded {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}
.navbar-fixed {
    z-index: 999;
    position: fixed;
    opacity: .98;
    width: 100%;
	padding:10px 0;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: #01aef0;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
#navigation {
	padding: 10px 0 0px;
	border-bottom: 1px solid rgb(247, 243, 243 , 0.4);
	background-color: transparent;
}
#navigation.navbar-fixed {
	padding-top: 8px;
	background-color: #01aef0;
	border-color: #01aef0;
}
.header_right {
	display: flex;
	flex-basis: auto;
}
#main-menu {

}
#main-menu ul{
	list-style-type: none;
}
#main-menu ul li{
	display: inline-block;
	margin-left: 40px;
	position: relative;
}
#main-menu ul li a {
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	font-family: 'Quicksand', sans-serif;
	transition: .5s;
	font-size: 17px;
	padding: 24px 0 26px;
	border-bottom: 1px solid transparent;
	display: block;
}

#navigation.navbar-fixed #main-menu ul li a{
	color: #fff;
	padding: 22px 0 22px;
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color: #fff;
}
#main-menu ul li > a:hover,
#main-menu ul li > a:focus{
	border-bottom: 1px solid #01aef0;
	color: #01aef0;
}
#navigation #main-menu ul li a:hover,
#navigation #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus{
	border-bottom: 1px solid transparent;
}
.slicknav_nav_icon{
	color: #fff;
	font-size: 24px;
}
#mobile_menu{
	display: none;
}

/*-------------------------------
# dropdwon menu 
--------------------------------*/

#navigation #main-menu ul li ul ,
#navigation #main-menu ul li ul li ul {	
	background: #fff;
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: -55px;
	list-style: outside none none;
	margin:  0;
	opacity: 0;
	padding:10px;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;
	z-index: 999;
	border-radius: 4px;
	border-top: 2px solid #01aef0;
}
#navigation #main-menu ul li  ul li{
	position: relative;
}
#navigation #main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation.navbar-fixed #main-menu ul li li a{
	color: #333;
} 
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
}
#navigation #main-menu ul li ul li {display: block; margin: 0; padding: 0;}

#navigation.navbar-fixed #main-menu ul li ul li a,
#navigation #main-menu ul li ul li a {
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	padding: 5px 12px;
	position: relative;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
}

#navigation #main-menu ul li ul li a:hover{
	color: #01aef0;
	text-decoration: none;
	padding-left: 15px;
}

#navigation.navbar-fixed #main-menu ul li ul li a:hover,
#navigation.navbar-fixed #main-menu ul li ul li a:focus
{
	color: #01aef0;
}
@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 20px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

.single_home_slide{
	height: 800px;
}

.slide_overlay{
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
}
.home-slider button.slick-arrow{
	z-index: 1;
	line-height: 50px;
	background: transparent;
	opacity: 1;
	transition: .5s;
	
}
.home-slider .slick-prev:before, 
.home-slider .slick-next:before {
	color: #01aef0;
	font-size: 20px;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
	transition: .5s;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #ffff;
}

.home-slider .slick-prev:hover:before, 
.home-slider .slick-prev:focus:before, 
.home-slider .slick-next:hover:before,
.home-slider .slick-next:focus:before{
	background-color: #01aef0;
	color: #fff;
}

.single_home_slide .subtitle {
	color: #01aef0;
	font-size: 22px;
	margin-bottom: 20px;
	display: block;
}


.home-slider .btn-home-bg:hover,
.home-slider .btn-home-bg:focus{
	background-color: transparent;
	color: #fff;
	border-color: #ffff;
}
.tour_slider .slick-prev:before, 
.tour_slider .slick-next:before{
	background-color: #fff;
	color: #01aef0;
}
.home-slider button.slick-prev {
	left: 20px;
}

.home-slider button.slick-next {
	right: 55px;
}


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.slider-info{
	position: absolute;
	top: 32%;
	width: 100%;
}

.btn-home-bg {
	background-color: #01aef0;
	border: 1px solid #01aef0;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 13px 24px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 500;
	letter-spacing: 1px;
}
.btn-home-bg:hover,
.btn-home-bg:focus{
	background:#333;
	border-color: #333;
	color:#fff;
	outline:0;
}

.hero-text {
	padding-top: 275px;
}
.sl-subtitle{
	color: #01aef0;
	font-size: 30px;
}
.hero-text h1{	
	color: #fff;
	font-size: 55px;
	margin-bottom: 25px;
	line-height: 1.4;
}

.hero-text p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 48px;
}

@media only screen and (max-width:480px) { 
	.hero-text p {
	  color: #fff;
	  margin: auto;
	  width: 90%;
	  margin-bottom: 25px;
	}
}

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

}

.travel-search-form {
	background-color: #040E27;
	color: #fff;
	padding: 50px;
	position: relative;
	top: -80px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	z-index: 1;
}


.datepicker-wrapper .ti-calendar {
	font-size: 15px;
	top: 14px;
	right: 13px;
	color: #fff;
}
.travel-search-form .form-control{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	height: 47px;
	line-height: 47px;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #fff;
	color: #212529;
}
.travel-search-form .form-control:focus{
	border-color: #01aef0;
	box-shadow: inherit;
	border: 1px solid #01aef0;
}
.travel-search-form .btn-home-bg{
	padding: 9px 24px;
}
.search-select select {
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	height: 47px;
	padding: 10px 15px;
	border-radius: 4px;
	color: #212529;
}
.gj-dropdown button{
	width: 100%;
}
.gj-dropdown-md [role="presenter"]:focus,
.gj-dropdown-md [role="presenter"]{
	border: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 4px;
	color: #212529;
}
.travel-search-form .btn-home-bg:hover,
.travel-search-form .btn-home-bg:focus{
	background-color: #fff;
	border-color: #fff;
	color: #212529;
}
ul.gj-list-md li [data-role="display"]{
	font-size: 14px;
}
.gj-dropdown-list-md{
	box-shadow: 7px 10px 40px 0 rgba(0,0,0,.03);
	background-color: #fff;
}
.gj-dropdown-list-md li{
	padding: 8px 16px!important;
	font-size: 15px!important;
}
.gj-picker-md.datepicker {
	text-align: center;
}  

.gj-picker-md.datepicker .ti-angle-left ,
.gj-picker-md.datepicker .ti-angle-right{
	font-size: 14px;
} 
.gj-picker-md table tr td.selected.gj-cursor-pointer div {
	color: #FFF;
	background: #01aef0;
	border-radius: 50%;
}


/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/


.our_services{

}
.service {
	background-color: #fff;
	margin-bottom: 40px;
	/* transition: all 0.4s ease 0s; */
	padding: 35px 35px 20px;
	border-radius: 5px;
	transition: .5s;
	background-color: #F4F9FF;
}
.service:hover {
	
}
.service .icon {
	color: #01aef0;
	background-color: #fff;
	transition: all 0.3s ease 0s;
	margin-bottom: 30px;
	display: inline-block;
	font-size: 35px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	box-shadow: 0 10px 15px rgba(0,0,0,.03);
}
.service h4 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.service a,
.service a:hover,
.service a:focus{
	color: #01aef0;
	font-weight: 700;
	text-decoration: underline;
	font-size: 14px;
}
.service a i{
	padding-left: 5px;
	color: #01aef0;
}
.service .color-1{
	background-color: #F39C12;
}
.service .color-2{
	background-color: #22A6B3;
}
.service .color-3{
	background-color: #FC5C65;
}
.service .color-4{
	background-color: #3B3B98;
}

/*
* ----------------------------------------------------------------------------------------
* 04.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 05.START WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/

.why_choose {
	position: relative;
}
.single-choose{
	margin-bottom: 20px;
}
.why_title{
	margin-bottom: 20px;
}
.mb-0{
	margin-bottom: 0;
}
.why-choose-img{
	position: relative;

}
.why-content {
	background-color: rgba(244, 249, 255, 1);
	padding: 50px;
	position: relative;
	top: -105px;
	left: 35px;
}
.why-content h2{
	font-size: 38px;
	margin-bottom: 25px;
}
.why-content p{
	margin-bottom: 25px;
}

/*
* ----------------------------------------------------------------------------------------
* 06.START COUNTER UP DESIGN
* ----------------------------------------------------------------------------------------
*/

.mt-60{
	margin-top: 60px;
}
.single-counter{
	background-color: #01aef0;
	padding: 30px 20px;
	margin-bottom: 30px;
}

.counter-content{
	overflow: hidden;
}
.wy-para{
	margin-bottom: 40px;
}
.single-counter i{
	font-size:40px;
	color: #fff;
	display: block;
	margin-bottom: 15px;
}
.counter-num{
	font-size: 40px;
	margin-bottom: 0;
	color: #fff;
}
.single-counter p{
	color: #fff;
	
}


.pr-0{
	padding-right: 0px;
}
/*END COUNTER*/
/*
 * ----------------------------------------------------------------------------------------
 * 05.END WHY CHOOSE US DESIGN
 * ----------------------------------------------------------------------------------------
*/


/*
 * ----------------------------------------------------------------------------------------
 *  06.START SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/

.top_deals{
	padding-bottom:100px;
}
#special_package{
	padding-top: 0;
}
.single_package {
	margin: 0 0px 30px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
	border-radius: 4px;
	border-bottom:1px solid #01aef0;
}
.pack_image{
	position: relative;
	transition: .5s;
	overflow: hidden;
}

.pack_price {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: -40px;
	right: 10px;
	background-color: #01aef0;
	display: inline-block;
	z-index: 9;
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 20px;
	padding-top: 19px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
	letter-spacing: 1px;
}
.package-hover .tour-rating {
	color: #fec42d;
	margin-bottom: 9px;
}

.single_package .package-hover {
	padding: 30px;
	position: relative;
}

.single_package img{
	width: 100%;
	position: relative;
}

.single_package h5 {
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
	
}
.single_package .rating{
	margin-bottom: 3px;
}

.single_package .time_zone {
	font-size: 14px;
	text-align: left;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 8px;
	background-color: #F4F9FF;
	padding: 2px 14px;
	display: inline-block;
	margin-top: 14px;
	border-radius: 30px;
}


#package-slider .owl-controls{
	margin-top: 15px;
}
#package-slider .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #211E3B;
}
#package-slider .owl-dots .owl-dot.active span{
	background-color: #01aef0;
}

#top-package .owl-nav {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;

}
#top-package .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: : center;
	border-radius: 50%;
	color: #01aef0;
	font-size: 20px;
}

#top-package .owl-nav .owl-prev{
	position: absolute;
	left: -80px;
}

#top-package .owl-nav .owl-next{
	position: absolute;
	right: -80px;
}

/*
 * ----------------------------------------------------------------------------------------
 * 06.END SPECIAL PACKAGE DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/

.single-gallery{
	position: relative;
}
.single-gallery:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: .5s;
	opacity: 0;
}
.single-gallery img{

}
.gallery_enlarge_icon{
	opacity: 0;
}
.gallery_enlarge_icon {
	background-color: #01aef0;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 46px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 19px;
	transition: .5s;
}

.gallery_enlarge_icon:hover,
.gallery_enlarge_icon:focus{
	background-color: #fff;
	color: #333;
}

.single-gallery h4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	font-size: 20px;
	opacity: 0;
	transition: .5s;
	letter-spacing: inherit;
	font-weight: 500;
}
.portfolio-item{
	margin-bottom: 30px;
}


.gallery-btn
 {
	background-color: #01aef0;
	border: 1px solid #01aef0;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	padding: 13px 24px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 400;
	letter-spacing: 1px;
}
.gallery-btn:hover,
.gallery-btn:focus{
	background-color: #211E3B;
	border-color: #211E3B;
	color: #fff;
}
.single-gallery:hover:before{
	opacity: 0.8;
}
.single-gallery:hover .gallery_enlarge_icon,
.single-gallery:hover h4{
	opacity: 1;
}
.mt-20{
	margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 06.END COUNTER UP DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 07.START TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

.padding_0{
	padding: 0;
}
.top_deals{
	
}
.single-deal {
	border: 1px solid #ebe6de;
	border-radius: 4px;
	overflow: hidden;
	text-align: left;
}
.tour-rating{
	color: #fec42d;
}
.single-deal figure {
	position: relative;
	text-align: center;
	margin: 0;
}
.single-deal figure:before{

}
.single-deal figure:hover:before{

}
.single-deal figure img {
    position: relative;
    display: block;
    width: 100%;
	
}
.tour-rating{
	font-size: 13px;
}
.single-deal figcaption {
	overflow: hidden;
	padding: 15px 20px;
	text-align: left;
	background-color: transparent;
	transition: .2s;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color:#fff;
	text-align: left;
}

.single-deal h4{
	margin-bottom: 7px;
	font-size: 20px;
	transition: .2s;
}
.single-deal h4,
.single-deal .tr-price{
	display: inline-block;
}
.single-deal .tr-price {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 25px;
	background-color: #01aef0;
	padding: 3px 15px;
	border-radius: 30px;
}
.single-deal figcaption p{
	margin-top: 10px;
}
.single-deal figcaption p span {
	color: #333;
	background: #F4F9FF;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	margin: 0;
	padding: 9px 15px;
	border-radius: 19px;
	float: right;
}

/*
 * ----------------------------------------------------------------------------------------
 * 07.END TOP DEALS DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
* ----------------------------------------------------------------------------------------
* 08.START DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/
.tour_details .tour_slider{
	margin-bottom: 15px;
}
.related-deal{
	padding-bottom: 50px;
}

.tour_duration {
	font-weight: 600;
	color: #fff;
	margin-bottom: 11px;
	display: inline-block;
	background-color: #01aef0;
	padding: 6px 15px;
	border-radius: 30px;
}
.tour_slider .slick-prev, 
.tour_slider .slick-next{
	z-index: 1;
	line-height: 50px;

} 

.tour_slider .slick-prev{
	left: 20px;
	top: 45%;
}
.tour_slider .slick-next{
	right: 50px;
	top: 45%;
}
/*END SINGLE TOUR DETAILS*/
/*
* ----------------------------------------------------------------------------------------
* 08.END DEALS & DISCOUNT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 10.START BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
 .single_blog .blog-text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 0;
	color: #fff;
	z-index: 9;
}
.single_blog .blog-text h4 a,
.single_blog .post-meta span,
.single_blog .post-meta span a,
.single_blog .post-meta a{
	color: #fff;
}

.right-blog .blog_image {
	width: 180px;
	float: left;
	margin-right: 25px;
}
 .single_blog.big-post .blog_image::before{
	opacity: 1;
 }
 .right-blog .blog_image img{
	 border-radius: 4px;
 }
 .right-blog .blog-text{
	 overflow: hidden;
	 padding: 0;
 }
 .right-blog .single_blog{
	box-shadow: inherit;
 }
 .single_blog h4{
	 font-size: 28px;
 }

.blog_section {
    padding-top: 100px;
    padding-bottom: 70px;
}
img{
	max-width: 100%;
}
.single_blog { 	
	margin-bottom: 30px;
	border-radius: 4px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
	overflow: hidden;
	position: relative;
}
.single_blog:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
}
.post_date{
	background: #01aef0;
	color: #fff;
	padding: 5px 20px; 
	margin-bottom: 0px;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 10px 10px 0 0;
	z-index: 99;
	border-radius: 0px;
	font-weight: 700;
}
.post_date a{
	color: #fff;
}
.blog-text{
	padding: 40px 30px 58px;
}
.post-meta {
	margin-top: 5px;
	margin-bottom: 14px;
	font-size: 14px;
	overflow: hidden;
}
.post-meta span,
.post-meta span a{
	margin-right: 10px;
	color: #333;
	font-weight: 400;
}
.post-meta span i{
	color: #01aef0;
	padding-right: 3px;
}
.blog-text{
	text-align: left;
}
.blog-text h4{
	line-height: 30px;
	margin-bottom: 10px;
}
.blog-text p{
	margin-bottom: 35px;
}
.single_blog h4 a {
	font-size: 25px;
	color: #333;
}
.single_blog h4 a{
	transition: .5s;
}
.single_blog h4 a:hover{
	color: #01aef0;
}
.meta_cat a {
	display: inline-block;
	background-color: #01aef0;
	color: #fff;
	padding: 2px 18px;
	border-radius: 20px;
	margin-bottom: 17px;
	margin-right: 8px;
	font-size: 14px;
}
.entry-content p{
	margin-bottom: 15px;
}

.blog-details .post-meta{
	margin-bottom: 15px;
}
.blog-photo{
}
.blog_image{
	position: relative;
}
.single_blog:hover .blog_image:before{
	opacity: 1;
}
.post-btn {
	font-weight: 700;
	color: #f05942;
	transition: .5s;
	text-decoration: underline !important;
}
.post-btn:hover,
.post-btn:focus{
	color: #f05942;
}

.comment-box{padding:0!important;}
/*END BLOG SINGLE PAGE DESIGN*/

/*START BLOG SIDEBAR*/
.blog_sidebar_title {
	margin-bottom: 25px;

}
.search input {
  border: 1px solid #eee;
  box-shadow: none;
  color: #333;
  height: 45px;
}
.search input:hover,.search input:focus{border: 1px solid #01aef0;box-shadow: none;}
.search,
.video_post,
.categories { margin-bottom: 30px }
.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories ul li { }
.categories ul li a {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: 300;
	padding: 5px 0;
	text-transform: uppercase;
}
.categories ul li a:hover { color: #01aef0 }
.categories ul li a i { margin-right: 10px }
.video_post iframe {
    width: 100%;
    height: 220px;
    border: medium none;
}
.tag a {
  margin-bottom: 10px;
  margin-right: 5px;
}
.btn-tag-bg {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 30px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	outline: medium none;
	padding: 15px 27px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.btn-tag-bg:hover,
.btn-tag-bg:focus {
    background: #01aef0;
	border: 1px solid #01aef0;
    color: #fff;
}
/*END BLOG SIDEBAR*/


/*
 * ----------------------------------------------------------------------------------------
 * 10.END BLOG DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
/*
 * ----------------------------------------------------------------------------------------
 * 11.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/

.testimonial .white-title h2{
	color: #fff;
}

.testimonial{ 
	position: relative;
	z-index: 9;
	background-attachment: fixed;
	padding-bottom: 100px;
}

.single-testimonial {
	color: #333;
	padding: 40px 28px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	margin: 33px 0;
}
.single-testimonial:after{
	position: absolute;
	content: '';
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .9;
	border-radius: 10px;
}
.testimonial .owl-item.active.center .single-testimonial:after{
	opacity: 0;
}
.testimonial-content {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	border-radius: 10px;
}
.testimonial .title {
	display: block;
	font-size: 19px;
	color: #333;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin: 25px 0 3px 0;
}
.testimonial-bottom{
	margin-top: 20px;
}
.test_divider{
	height: 3px;
	width: 50px;
	margin: 0 auto;
	background-color: #01aef0;
}
.testimonial .owl-item.active.center .single-testimonial{
	border-radius: 4px;
	background: #fff;
	color: #333;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}

.test-rating {
	color: #ffc000;
	font-size: 14px;
}
.testimonial .owl-carousel .owl-item img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 19px;
	display: inline-block;
	border: inherit;
}
#testimonial-slider .owl-nav.disabled{
	display: block;
}
#testimonial-slider .owl-nav{
	position: absolute;
	top: 40%;
	width: 100%;
	margin: 0;
}

#testimonial-slider .owl-nav button{
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	background: #01aef0;
	position: absolute;
	color: #fff;
	font-size: 20px;
}
#testimonial-slider .owl-nav .owl-prev{
	left: -8%;
}
#testimonial-slider .owl-nav .owl-next{
	right: -8%;
}
/*
 * ----------------------------------------------------------------------------------------
 * 11.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.partner-logo {
  position: relative;
  background-color: #F4F9FF;
  padding: 100px 0 80px;
}
.partner-logo h2{
	margin-top: 6px;
}
.partner { text-align: center }
.partner.owl-theme .owl-controls {display: none!important;}
.partner-logo .owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%;
	border-radius: 8px;
	width: auto;
}
/*
* ----------------------------------------------------------------------------------------
*  12.END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.mt-30{
	margin-top: 30px;
}
body .white-title span,
body .white-title h2,
body .white-title{
	color: #fff;
}
.contact_area{
	position: relative;
	background-size: cover;
	z-index: 99;
	background-attachment: fixed;
}
.con-overlay{
	background-color: rgba(1, 174, 240, 0.5);
	width: 100%;
	height: 100%;
}
#contact-form {
	background-color: #F4F9FF;
	padding: 55px 40px;
	border-radius: 4px;
	
}
.contact_address{
	margin-bottom: 30px;
	padding-left: 30px;
}

.single-contact-info {
	overflow: hidden;
	padding: 48px 40px;
	position: relative;
	background-color: #F4F9FF;
	border-radius: 4px;
	margin-bottom: 30px;
	margin-right: 10px;
	text-align: center;
}
.single-contact-info:last-child{

}
.single-contact-info i {
	color: #fff;
	font-size: 25px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	background-color: #01aef0;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 15px;
}
.single-contact-info p{
	margin-bottom: 0;
}

.contact .form-control,
.contact input[type="text"],
.contact input[type="email"]{
	padding: 13px 23px;
	border-radius: 0px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-bottom: 30px;

	
}
.contact .form-control:focus {
	border-color:  #01aef0;
	box-shadow: none;
	outline: 0 none;
}
.contact input[type="text"],
.contact input[type="email"]{
	height: 45px;
	line-height: 45px;
}

.contact textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 0px;
	box-shadow: none;
	padding: 5px 15px;
	height: 200px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


#submitButton.btn-contact-bg,
.contact input[type="submit"],
.contact button  {
	background-color: #01aef0;
	border: 1px solid #01aef0;
	color: #fff;
	font-size: 15px;
	padding: 13px 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 500;
	border-radius: 4px;
}
#submitButton:hover,
#submitButton:focus,
.contact input[type="submit"]:hover,
.contact input[type="submit"]:focus,
.contact button:hover, 
.contact button:hover{
    background: #211E3B;
    border: 1px solid #211E3B!important;
    color: #fff;
}

.contact input[type="submit"],
.contact button{
	padding: 10px 30px;
}

/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.google-map iframe{
	width: 100%;
	border: inherit;

}
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/


.footer {
	padding: 50px 0 40px;
	background: #00102A;
	color: #fff;
}
.footer-top {
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(247, 243, 243 , 0.3);
	padding-bottom: 30px;
}

.footer ul li a{
	font-weight: 400;
	color: #fff;
}
.copyright_text{
	color: #fff;
}
.foot-logo{
	margin-bottom: 25px;
}
.foot-logo img{
	width: 120px;
}
.footer .fot-title {
	position: relative;
	margin-bottom: 26px;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}

.footer-widget .wp-block-group h2{
	color: #fff;
	font-size: 17px;
	margin-bottom: 26px;
}
.footer ul{
	list-style-type: none;
}
.footer ul li{
	line-height: 32px;
}

.footer .copyright{
	padding-top: 30px;
}
.footer .copyright p{
	margin-bottom: 0;
	font-weight: 600;
}
.footer-bottom p {
	margin-bottom: 0;
	font-size: 15px;
}
.footer ul {
	list-style-type: none;
}
.footer ul li {
	line-height: 32px;
	position: relative;
}
.footer ul li a {
	font-weight: 400;
}
.footer a{
	transition: .5s;
}
.footer a:hover,
.footer a:focus{
	color: #01aef0;
}
.foot_social_link {
	margin-top: 19px;
	display: block;
}
.foot_social_link li{
	display: inline-block;
	margin:0 7px;
}
.footer .foot_social_link li a{
	font-size: 15px;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	color: #333;
	border-radius: 50%;
	margin-bottom: 15px;
	text-align: center;
	transition: .5s;
}
.footer .foot_social_link li a:hover,
.footer .foot_social_link li a:focus{
	background-color: #01aef0;
	border-color: #01aef0;
	color: #fff;
}
.fot-about-us{
	padding-right: 20px;
}
.copyright_text a{
	color: #fff;
	
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15.Tour Details DESIGN
* ----------------------------------------------------------------------------------------
*/

.page_banner{

	position: relative;
}
.banner_overlay{
	background: rgba(0,0,0,0.5);
	padding: 180px 0 90px;
}
.banner_overlay .section-blog-title {
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.page_banner p{
	margin-bottom: 0;
}
.page_banner p a{
	color: #fff;
	padding-right: 7px;
}
.page_banner p i{
	padding-right: 7px;
	font-size: 13px;
}
.page_banner p{
	color: #01aef0;
}
.single_tour_details{
	padding-right: 20px;
}

.tour_details{
	padding-bottom: 0;
}
.book_now{
	background-color: #fff;
	padding: 30px 30px 35px;
	border: 1px solid #f1f1f1;
	
}
.book_now .form-control {
	margin-bottom: 25px;
	background-color: #F4F9FF;
	border-color: #F4F9FF;
	padding: 8px 15px;
	border-radius: 0;
}
.book_now h4{
	margin-bottom: 25px;
	font-size: 20px;
}
.book_now .btn-home-bg{
	padding: 12px 15px; 
	display: block;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
}
.book_now .form-control::placeholder {

}
.book_now .form-control:focus{
	box-shadow: inherit;
	border-color: #01aef0;
}
.book_now .book_now_btn {
	background: #fff;
	color: #333;
	border: 1px solid #fff;
	padding: 7px 24px;
	display: inline-block;
	font-weight: 600;
	width: 100%;
	transition: .5s;
}
.book_now .book_now_btn:hover,
.book_now .book_now_btn:focus{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.tour-map{
	margin-top: 80px;
}
.tour-map iframe{
	border: inherit;
	width: 100%;
}
.tour_title{
	font-size: 22px;
	margin-bottom: 25px;
}
.tour_slider_img{
	
}
.tour_slider .slick-prev::before, 
.tour_slider .slick-next::before {
	color: #01aef0;
	font-size: 15px;
	background-color: #fff;
	width: 50px;
	height: 50px;
	line-height: 47px;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 15.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/


#blog-section{
	padding: 80px 0;
}
#blog-section .single_blog h4 a{
	font-size: 1.5rem;
}
.blog-details .blog-text{
	position: relative;
	bottom: 0;
	left: 0;
	padding: 30px;
	color: #666666;
	z-index: 9;
}
.blog-details .blog-text  .post-meta span, 
.blog-details .blog-text  .post-meta span a, 
.blog-details .blog-text .post-meta a{
	color: #666666;
}

.blog-section.blog-details .single_blog:after {
	position: relative;
	bottom: 0px;
	left: 0px;
}
.simple-blog .blog-text,
.single_blog.blog-details .blog-text
{
	position: relative;
	left: 30px;
	bottom: 0;
	padding: 30px 35px 13px 0px;
	color: #666;
}
.simple-blog:after,
.single_blog.blog-details:after{
	background: transparent;
	position: relative;
}
.single_blog.blog-details .entry-content{
	overflow: hidden;
}
.single_blog.blog-details{
	
}
.section-blog-title{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single_blog{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	
}

.simple-blog .blog-text h4 a{
	color: #333;
}
.simple-blog .blog-text{
	padding-right: 35px;
}
.simple-blog .post-meta span, 
.simple-blog .post-meta span a, 
.simple-blog .post-meta a{
	color: #666;
}

.blog-text.text-left,
.entry-content{
	text-align: left;
}
.blog_embed_code iframe{
	width: 100%;
	height: 450px;
}
.audio_embed iframe{
	height: 200px;
}
.post_description{
	margin-top: 12px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.content-area .post_description {
	margin-top: 18px;
	margin-bottom: 18px;
	overflow: hidden;
}
.pagination{
	display: block;
}
.pagination-nav{
	padding-top: 20px;
	text-align: left;
	margin-bottom: 20px;
}

.pagination-nav a
 {
	background-color: #F4F9FF;
	color: #333;
	font-weight: 500;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
	margin-right: 6px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.pagination-nav .page-numbers.current{
	padding: 10px 15px;
	text-align: center;
	border-radius: 4px;
}
.pagination-nav .page-numbers.current,
.pagination-nav a:hover,
.pagination-nav a:focus,
.pagination-nav a.active{
	background-color: #01aef0;
	border-color: #01aef0;
	color: #fff;
}


.post_tags{
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 20px;
}
.post_tags a {
	color: #fff !important;
	transition: .5s;
	background-color: #01aef0;
	padding: 2px 15px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 500;
	border-radius: 4px;
}

.post_tags a:hover,
.post_tags a:focus{
	color: #fff!important;
	background-color: #333;
}
.post_tags a:hover,
.post_tags a:focus{
	color: #01aef0;
}
#sidebar-section{

}
.widget{
	margin-bottom: 30px;
	padding-bottom: 10px;
	background-color: #F4F9FF;
	overflow: hidden;
	border-top: 1px solid #01aef0;
}
.widget.widget_block h2,
.widget_title {
	font-size: 24px;
	text-transform: capitalize;
	color: #333;
	margin: 30px 30px 5px 30px;
	padding-bottom: 14px;
	display: block;
	position: relative;
}

.widget.widget_categories{
	padding-bottom: 20px;
}
.widget ul{

}
.widget.widget_search{
	padding: 30px;
}
.widget.widget_search .widget_title {
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 0;
}

.widget:last-child{
	margin-bottom: 0;
}
.widget ul > li{
	list-style-type: none;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	padding-left: 30px;
	padding-right: 30px;
	transition: .5s;
}
.widget ul > li > ul > li{
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	border-bottom: inherit;
}
.widget li a{
	font-weight: 600;
	
}
.widget.widget_categories ul > li:hover{
	background-color: #01aef0;
	cursor: pointer;
	color: #fff;
}
.widget.widget_categories li a{
	font-size: 16px;
	
}
.widget.widget_categories li:hover a{
	color: #fff;
}
.widget li a:hover,
.widget li a:focus{
	color: #01aef0;
}
.widget li:last-child{
	border-bottom: inherit;
}
.widget.widget_text .textwidget,
.widget .calendar_wrap,
.widget.widget_categories form
{
	padding-left: 30px;
	padding-right: 30px;
}


.widget.widget_archive select,
.widget.widget_categories select{
	margin-top: 20px;
	margin-bottom: 30px;
}
.widget.widget_archive select{
	margin-left: 30px;
	width: 83%;
}
.widget.widget_text .widget_title{
	margin-bottom: 15px;
}
.widget.widget_rss .rsswidget{
	display: inline-block;
}
#reply-title{
	font-size: 24px;
	color: #333;
}
.widget_categories li a{
	text-transform: capitalize;
	font-weight: 700;
}
.widget.widget_tag_cloud{
	padding-left: 30px;
	padding-right: 30px;	
	padding-bottom: 30px;	
}
.widget.widget_tag_cloud .widget_title{
	margin-bottom: 25px;
	margin-left: 0;
	margin-right: 0;
}
.search_form{
	
}

.form-control{
	height: 50px;
	line-height: 50px;
}
.form-control:focus{
	border-color: #01aef0;
}
.search_form form{
	position: relative;
}
.search_form .form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}

.search_form .form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

.search_form .form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.search_form .form-control {
	height: 55px;
	line-height: 55px;
	padding: 10px 15px;
	background-color: #fff;
	color: #666666;
	border-radius: 4px;
	font-size: 14px;
}
.search_form .form-control:focus{
	box-shadow: inherit;
	border-color: #01aef0
}
.search_form button{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #01aef0;
	color: #fff;
	border: 1px solid transparent;
	height: 55px;
	padding: 0 25px;
	line-height: 50px;
	border-radius: 4px;
}
.widget_categories i{
	padding-right: 5px;
	color: #01aef0;
}
.widget_categories .badge{
	font-size: 13px;
}
.widget_categories li:hover i,
.widget_categories li:hover span{
	color: #fff;
}
.widget_categories li span{
	color: #727272;
}
.natfa_recent_post{}
.natfa_recent_post h3{
	font-size: 17px;
}
.widget_tag_cloud a {
	display: inline-block;
	padding: 2px 13px;
	margin-right: 8px;
	margin-bottom: 12px;
	font-size: 13px!important;
	transition: .5s;
	background-color: #fff;
	font-weight: 500;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus{
	color: #fff;
	background-color: #01aef0;
	border-color: #01aef0;
}
.widget_instagram ul {
	padding: 10px 20px 10px 30px;
}
.widget_instagram li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 29%;
	float: left;
	position: relative;
	padding: 0!important;
	border-bottom: inherit;
	transition: .5s;
}
.widget_instagram li a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	transition: .5s;
}
.widget_instagram li:before{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}
.widget_instagram li a:after {
	position: absolute;
	content: "\e73d";
	font-family: 'themify';
	width: 100%;
	height: 100%;
	top: 35%;
	left: 0;
	color: #fff;
	text-align: center;
	display: inline;
	z-index: 11;
	opacity: 0;
	transition: .5s;
}
.widget_instagram li a:hover::after,
.widget_instagram li:hover::before{
	opacity: 1;
}

.widget_instagram img{
	width: 100%;
}

.turista_recent_post h3{
	font-size: 17px;
}

/* Comment Style */
.comment-area{
	padding-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.comment-area li{
	list-style-type: none;
	margin-bottom: 25px;
}
.comment-area li ul{
	padding-left: 30px;
	margin-top: 25px;
}
.comment-title,
.comment-form h3{
	font-size: 24px;
	margin-bottom: 40px;
}
.author_pic{
	float: left;
	margin-right: 25px;
}
.author_pic img{
	border-radius: 50%;
	width: 80px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	height: 80px;
}
.comments-area .comment-list{
	list-style-type: none;
	padding-left: 0;
}
.comments-area .comment-list .children{
	list-style-type: none;
	padding-left: 25px;
}
.comment_text{
	overflow: hidden;
	margin-bottom: 45px;
}
.com-title{
	font-size: 17px;
}
.comment_text .date{
	font-weight: 400;
}
.comment_text .date .com_reply{
	float: right;
	font-size: 13px;
}
.comment-form {
	padding-top: 10px;
}
.comment-form .form-control{
	margin-bottom: 20px;
}
.comment-form textarea{
	height: 150px;
}
.comment-form .form-control:focus{
	box-shadow: inherit;
}

.send-message-info i{
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #01aef0 ;
	color: #fff ;
	background-color: #01aef0 ;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 30px;
}
.send-message-info h4{
	margin-bottom: 40px;
}

/* Signle Service */

.single_service_details h2{
	margin-bottom: 25px
}

img,
.slick-slide img{
	height: auto;
	display: block;
}

/* Responsive Design */


@media only screen and (max-width:1366px) { 
	.single-counter {
		background-color: #01aef0;
		padding: 30px 14px;
	}
	.blog-text h4 {
		line-height: 32px;
	}
	.single_blog h4 a {
		font-size: 24px;
	}
}


@media only screen and (max-width:1199px) { 
	.travel-search-form .col-xl-3.col-lg-6,
	.single-counter,
	.footer-widget{
		margin-bottom: 30px;
	}
	.why_choose .section-title{
		margin-top: 40px;
	}

}

@media only screen and (max-width:1024px) { 
	#main-menu ul li {
		margin-left: 30px;
	}
	
	#top-package .owl-nav .owl-prev {
		position: absolute;
		left: -40px;
	}	
	
	#top-package .owl-nav .owl-next {
		position: absolute;
		right: -40px;
	}
	#testimonial-slider .owl-nav .owl-prev {
		left: -28px;
	}
	#testimonial-slider .owl-nav .owl-next {
		right: -28px;
	}
}

@media only screen and (max-width: 991px){
	#main-menu ul li {
		margin-left: 9px;
	}
	#main-menu ul li a {
		font-size: 15px;
	}
	#navigation {
		padding: 10px 0 20px;

	}
	.contact_address{
		padding-left: 0;
		margin-top: 40px;
	}
	.single-counter,
	.footer-widget,
	.single-contact-info{
		margin-bottom: 30px;
	}
	
}
@media only screen and (max-width: 767px){
	#main-menu{
		display: none;
		
	}
	#mobile_menu{
		display: block;
		width: 100%;
		
	}
	.slicknav_nav{
		background-color: #211E3B;
	}
	#navigation #mobile_menu li a{
		color: #fff;
		font-weight: 400;
		font-family: 'Quicksand', sans-serif;
	}
	#navigation #mobile_menu li li a{
		color: #222;
	}
	#navigation #mobile_menu li i{
		display: none;
	}
	#navigation ul li ul, #navigation ul {
		transition: .0;
	}
	#navigation.navbar-fixed #mobile_menu li a{
		color: #fff;
	}
	.slicknav_nav a{
		padding: 1px 0px;
		transition: .5s;
	}
	#navigation #mobile_menu li a:hover,
	#navigation #mobile_menu li a:focus{
		color: #01aef0;
	}
	.slicknav_btn {
		top: 24px;
	}
	.why_choose img {
		margin-bottom: 30px;
	}
	.single_tour_details{
		padding-right: 0;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 600px){
	#navigation {
		margin-top: 68px;
	}
	#navigation.navbar-fixed{
		margin-top: 0px;
	}
	.travel-search-form{
		padding: 30px;
	}
	.travel-search-form .col-xl-3.col-lg-6{
		margin-bottom: 0;
	}
	.find-btn{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 575px){
	
	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		position: absolute;
		top: 35px;
		right: 17px;
	}
	.home-slider .slick-prev, 
	.home-slider .slick-next{
		display: none;
	}
	.hero-text h1 {
		font-size: 48px;
		margin-bottom: 25px;
		line-height: 52px;
	}
	#top-package .owl-nav button,
	#testimonial-slider .owl-nav button{
		display: none;
	}
	.single_blog.big-post .blog-text {
		left: 20px;
	}
	.right-blog .blog_image {
		width: 100%;
		float: inherit;
		margin-right: 0;
		margin-bottom: 24px;
	}
	.right-blog .blog-text {
		overflow: initial;
		display: block;
	}
	
}

@media only screen and (max-width: 480px){
	.tp-leftarrow.tparrows.zeus ,
	.tp-rightarrow.tparrows.zeus{
		display: none!important;
	}
}
