/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: - My Trip*/
/* Version: 1.0 Initial Release*/
/* Author: Hitesh Jariwala*/
/* Copyright: (C) 2016 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION*/
/* 02 - COMMON ELEMENTS */
/* 03 - HEADER, INTRO & NAVIGATION */
/* 04 - PAGES & SECTIONS SETUP */
/* 05 - FOOTER */
/* 06 - INNER-PAGES */

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: star;
	src: url(../fonts/star.eot);
	src: url(../fonts/star.eot?#iefix) format('embedded-opentype'), url(../fonts/star.woff) format('woff'), url(../fonts/star.ttf) format('truetype'), url(../fonts/star.svg#star) format('svg');
	font-weight: 400;
	font-style: normal;
}

body{
	font-weight: 400;
	overflow-x:hidden !important;
	overflow-y: auto;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover, a:focus{
	text-decoration: none;
	color: inherit;
}

a:focus {
    outline: none;
    color: inherit;;
}

ol, ul, li {
   padding: 0;
   margin: 0;
   border: 0;
}

ol, ul {
   list-style: none;
}

p{
	font-weight: 400;
	font-size: 14px;
	line-height:27px;
	margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6,ul{
	margin: 0px;
	font-weight: normal;	
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 1100px;
	}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - COMMON ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
								/*Common Spacing and Padding*/
/*--------------------------------------------------------------------------------*/

.add-top{
	margin-top: 160px;
}

.add-bottom{
	margin-bottom: 160px;
}

.add-top-half{
	margin-top: 80px;
}

.add-bottom-half{
	margin-bottom: 80px;
}

.add-min-top-half{
	margin-top: 40px;
}

.add-min-bottom-half{
	margin-bottom: 40px;
}

.add-min-top-quarter{
	margin-top: 20px;
}

.add-min-bottom-quarter{
	margin-bottom: 20px;
}

.pad-top{
	padding-top: 60px;
}

.pad-bottom{
	padding-bottom: 60px;
}

.pad-top-half{
	padding-top: 60px;
}

.pad-bottom-half{
	padding-bottom: 60px;
}

.pad-min-top-half{
	padding-top: 40px;
}

.pad-min-bottom-half{
	padding-bottom: 40px;
}

.pad-min-top-quarter{
	padding-top: 20px;
}

.pad-min-bottom-quarter{
	padding-bottom: 20px;
}

.no-padding{
	padding: 0;
}



/*--------------------------------------------------------------------------------*/
								/* Common Objects */
/*--------------------------------------------------------------------------------*/

.float-clear{
	clear: both;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.italic-style{
	font-style: italic;
}

.vertical-align{
	position: relative;
	top: 50%;
	 -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trans-bg{
	background: transparent;
}

.bg-image-carousel .item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.video-bg.player{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
}

.cd-headline.clip span{
	padding: 0;
	margin-left: 5px;
}

.vegas-timer-running .vegas-timer-progress{
	display: none;
}

.mb_YTPlayer .loading{
	display: none !important;
}

.slick-slider{
	margin-bottom: 0px;
}

.slick-slide:focus{
	outline: none;
}

.slick-dots li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.slick-dots li{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.parallax{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed !important;
}

.no-parallax{
	background-attachment: scroll !important;
}

.cd-fixed-bg {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    min-height: 100%;
    position: static;
}

p.font3{
	font-size: 15px;
	line-height: 25px;
}

.lg-backdrop.in {
  opacity: .9;
}

.owl-theme .owl-controls{
	margin-top: 0px;
}

.owl-theme .owl-dots .owl-dot span{
	opacity: 1;
	width: 8px;
	height: 8px;
}

.owl-theme .owl-controls .owl-nav div{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.master-wrap{
	overflow-x: hidden;
}

/*Page Title*/

.page-title-icon{
	font-size: 60px;
	line-height: 45px;
	padding-top: 1px;
	text-align:center;
}

.page-title-wrap{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;			
	text-align:center;
}

.page-title-wrap h2{
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom:20px;
}

.page-sub-title{
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 -  HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/
								/*  Header */
/*--------------------------------------------------------------------------------*/

.header-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent;
    padding: 0 5%;
    text-align: center;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.header-animate{
	border-bottom: 0px;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


/*--------------------------------------------------------------------------------*/
									/*  Logo */
/*--------------------------------------------------------------------------------*/

.logo-wrap{
    display: inline-block;
    width: 15%;
	
}

.logo{
	display: block;
	margin-top:30px;
	-webkit-transition: width 0.50s;
    -moz-transition: width 0.50s;
    -ms-transition: width 0.50s;
    -o-transition: width 0.50s;
    transition: width 0.50s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*--------------------------------------------------------------------------------*/
							/*  Header Content Block */
/*--------------------------------------------------------------------------------*/

.header-content-block{
    width: 15%;
}

.header-content-block .social-icons{
    display: block;
	font-size: 18px;
	line-height: 1px;
	color:#fff;
	margin-top:24px;
}


/*--------------------------------------------------------------------------------*/
						/*  Header Content Block Social Icons */
/*--------------------------------------------------------------------------------*/

.header-content-block .social-icons ul li{
	display: inline-block;
	margin-right: -4px;
}

.header-content-block .social-icons a{
	padding: 15px 5px;
	margin: 0px 3px;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}



/*--------------------------------------------------------------------------------*/
								/* Menu */
/*--------------------------------------------------------------------------------*/

.menu-container{
    width: auto;
    position: relative;
    display: inline-block;
    width: 70%;
}

ul.menu li > a{
    position: relative;
}

#baseImage li.backLava{
    background: url(../images/menu-active.png) top center no-repeat;
    z-index: 0;
    position: absolute;
    height: 30px;
    top:15px !important
}

/*Main Menu Position center, left or right*/
ul.menu{
    text-align: center;
}

/*Main Menu Styles*/
ul.menu > li{
    display: inline-block;    
}

ul.menu > li > a{
	font-size: 14px;
	text-transform:uppercase;
	line-height: 20px;
    padding: 30px 15px;
    display: inline-block;
    color:#fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.selectedLava
{
       background: url('../Images/menu-active.png') no-repeat center 15px;
}
ul.menu1 > li > a.nav-active,ul.menu1 > li > a:hover {
    background: url('../Images/menu-active.png') no-repeat center 15px;
}

/*Menu Icon and Direction Icon Styles*/
ul.menu > li span i{
	position: absolute;
	right: 0;
	top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-item-icon::before, .direction-icon::before{
    font-size: 10px;
    line-height: 1px;
}

.direction-icon-submenu{
    position: absolute;
    right: 10px;
    top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*First Level Sub Menu Styles*/
ul.menu .has-dropdown{
    position: relative;
}

ul.menu li:not(.megamenu).has-dropdown > .dropdown{
    position: absolute;
    text-align: left;
    opacity: 0;
    min-width: 210px;
    visibility: hidden;
}

ul.menu .has-dropdown > .dropdown a{
    padding: 10px 20px;
    display: inline-block;
}

ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li > a{
	font-size: 12px;
	line-height: 19px;
    width: 100%;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li.has-dropdown .dropdown{
    position: absolute;
    left: 100%;
    top: 0 !important;
    min-width: 210px;
    visibility: hidden;
    display: inline-table;
}

ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li.has-dropdown .dropdown li  a{
    display: inherit;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

li.has-dropdown:hover > .dropdown{
    opacity: 1;
}


/*--------------------------------------------------------------------------------*/
						/*  Mobile Nav Icon */
/*--------------------------------------------------------------------------------*/

.mobile-nav-container{
	display: none;
}

.mobile-nav-container{display:none !important}
.menu-container{display:block}

.mobile-nav {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 25px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mobile-nav::after,.mobile-nav::before, .mobile-nav span  {
	display: block;
	content: '';
	margin: 5px 0;
	height: 3px;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mobile-nav.open::before {
	-webkit-transform: translateY(8px) rotate(135deg);
	-moz-transform: translateY(8px) rotate(135deg);
	-ms-transform: translateY(8px) rotate(135deg);
	-o-transform: translateY(8px) rotate(135deg);
	transform: translateY(8px) rotate(135deg);
}
.mobile-nav.open::after {
	-webkit-transform: translateY(-8px) rotate(-135deg);
	-moz-transform: translateY(-8px) rotate(-135deg);
	-ms-transform: translateY(-8px) rotate(-135deg);
	-o-transform: translateY(-8px) rotate(-135deg);
	transform: translateY(-8px) rotate(-135deg);
}

.mobile-nav.open span {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}


/*--------------------------------------------------------------------------------*/
								/* Mobile Menu */
/*--------------------------------------------------------------------------------*/
/*
.mobile-header .menu-container{
	width: 100%;
	display: none;
}

.mobile-header .menu-container .menu{
	padding-bottom: 15px;
}

.mobile-header, .mobile-header .logo-wrap, .mobile-header .header-content-block{
	height: 60px;
}

.mobile-header .logo-wrap{
	width: auto;
}

.mobile-header .header-content-block{
	float: right;
	width: auto;
}

.mobile-header .header-content-block .social-icons{
	display: none;
}

.mobile-header .menu-container{
	position: absolute;
	left: 0;
}

.mobile-header ul.menu > li {
	display: block;
	text-align: left;
	position: relative;
}

.mobile-header ul.menu > li > a {
	display: inherit;
	padding: 10px;
	padding-left: 40px;
}

.mobile-header ul.menu > li span{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 20px 30px;
}

.mobile-header ul.menu > li span i{
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mobile-header ul.menu .has-dropdown > .dropdown a{
	padding-left: 55px;
}

.mobile-header ul.menu li.has-dropdown:not(.megamenu) > .dropdown{
	display: none;
	visibility: visible;
	opacity: 1;
	position: static;
}

.mobile-header ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li.has-dropdown .dropdown{
	display: none;
	width: 100%;
	z-index: 1000;
	visibility: visible;
	opacity: 1;
	position: static;
	left: 0;
	top: 100% !important;
}
*/
.icon-rotate{
	-moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*--------------------------------------------------------------------------------*/
								/* BUTTON */
/*--------------------------------------------------------------------------------*/

.button-style-01-container{
	display: inline-block;

	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.button-style-01 {
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 25px;
	padding-top: 13px;
	cursor: pointer;
	position: relative;
	z-index: 5;
	font-weight: 700;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.button-style-01::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button-style-01:hover::before{
	opacity: 0 ;

	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-o-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}

.button-style-01::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	border: 1px solid;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;

	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.button-style-01:hover::after{
	opacity: 1;

	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 -  PAGES & SETION SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* HOME*/
/* INTER ACTIVE VIDEO BLOCK */
/* ABOUT STATIC BLOCK */
/* ABOUT FLOAT SLIDER */
/* PARTNERS */
/* SERVICES */
/* VIDEO THUMB CAROUSEL */
/* MOBILE APP */
/* PACKAGES */
/* TESTIMONIAL */
/* WORK FLOW */
/* PORTFOLIO */
/* COUNTER */
/* Tour */
/* COUNTER */
/* FOOTER */

/*--------------------------------------------------------------------------------*/
 									/* HOME */
/*--------------------------------------------------------------------------------*/

.home{
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.tours{
	background-color:#fff;
	border-radius:10px;	
	overflow:hidden;
	margin-bottom:20px;
}

.tours img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
	border-radius: 10px 10px 0px 0px;
}

.tours img{
	width:100%;
	border-radius: 10px 10px 0px 0px;
	webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.tours .tour-detail{	
	padding: 10px 15px 30px;
}

.tours h4 {    
    font-size: 18px;
    color: #00abad;
    margin:20px 0px;
	font-weight:700;
}
.tours .tour-title {
    padding: 15px 0px 0 0;    
    color:#000;
}
.tours .price
{
	float:right;
	font-size:17px;
	font-weight:600;
}

.ed_stardiv {
    width: 80px;
    padding: 5px 0px;
}

.star-rating {
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 15px;
    width: auto;
    font-family: star;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    color: #EAEAEA;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #f8991d;
}

/*Home01*/

.content-carousel h1{
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-weight: 700;
}

.content-carousel .owl-dots{
	position: absolute;
	width: 100%;
	bottom: -45px;
}


/*Home02*/

.content-animate-carousel .text-block{
	width: 70%;
	padding-left: 200px;
	opacity: 0;
}

.content-animate-carousel .overlay, .content-animate-carousel .item{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
}

.content-animate-carousel .text-block h1{
	font-size: 110px;
	line-height: 100px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: 700;
}

.content-animate-carousel-container .progress-circle-container{
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 100;
	display: block;
}

.content-animate-carousel-container .progress-circle svg{
	border-radius: 50%;
	stroke-width: 0;
}

#progressbar {
    width: 150px;
	height: 150px;
}

.content-animate-carousel-container .carousel-info{
	position: absolute;
	left: 50%;
	top: 50%;
	 -moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
}

.content-animate-carousel-container .carousel-info{
	font-size: 45px;
	line-height: 52px;
}

.content-animate-carousel-container .seperator{
	font-size: 55px;
	line-height: 62px;
}

.content-animate-carousel-container .carousel-info .currentPosition{
	margin-right: -15px;
}

.content-animate-carousel-container .carousel-info .allItems{
	margin-left: -20px;
}

.content-animate-carousel.owl-theme .owl-controls .owl-nav div{
	font-size: 25px;
	line-height: 1px;
    background: none;
	position: absolute;
    top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.content-animate-carousel.owl-theme .owl-controls .owl-nav .owl-next{
	right: 5%;
}

.content-animate-carousel.owl-theme .owl-controls .owl-nav .owl-prev{
	left: 5%;
}

.content-animate-carousel .owl-item.active .text-block{
	-webkit-animation-name: slideFL;
	-moz-animation-name: slideFL;
	-o-animation-name: slideFL;
	animation-name: slideFL;
	opacity: 1;

	-webkit-animation-duration: 6s;
	-moz-animation-duration: 6s;
	-o-animation-duration: 6s;
	animation-duration: 6s;
}

/* slideFL keyframes */
@-webkit-keyframes slideFL {
	0% {
    	-webkit-transform: translate3d(-150px, 0, 0);
    	opacity: 0;
  	}
  	40% {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
  	}
  	60% {
    	-webkit-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	100% {
    	-webkit-transform: translate3d(150px, 0, 0);
    	opacity: 0;
  	}
}
@-moz-keyframes slideFL {
  	0% {
    	-moz-transform: translate3d(-150px, 0, 0);
    	opacity: 0;
  	}
  	40% {
    	-moz-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	60% {
    	-moz-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	100% {
		-moz-transform: translate3d(150px, 0, 0);
		opacity: 0;
  	}
}
@-o-keyframes slideFL {
  	0% {
    	-o-transform: translate3d(-150px, 0, 0);
    	opacity: 0;
  	}
  	40% {
    	-o-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	60% {
    	-o-transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	100% {
    	-o-transform: translate3d(150px, 0, 0);
    	opacity: 0;
  	}
}
@keyframes slideFL {
  	0% {
    	transform: translate3d(-150px, 0, 0);
    	opacity: 0;
  	}
  	40% {
  		transform: translate3d(0, 0, 0);
  		opacity: 1;
  	}
  	60% {
    	transform: translate3d(0, 0, 0);
    	opacity: 1;
  	}
  	100% {
    	transform: translate3d(150px, 0, 0);
    	opacity: 0;
  	}
}


/*Home03*/

.home03{
	background: url('../images/home/home03/bg-img.jpg') center center no-repeat;
	background-size: cover;
}

.shuffle-letter{
	font-size: 20px;
	line-height: 27px;
}


/*Home04*/

.video-content-block h1{
	text-transform: uppercase;
}

.home-link-block{
	margin-top: 15px;
}

.home-link-block a{
	padding: 0px 10px;
	border-right: 1px solid #fff;
	font-size: 16px;
    line-height: 23px;
    font-weight: 700;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.home-link-block a:first-child{
	padding-left: 0px;
}

.home-link-block a:last-child{
	border-right: 0px;
	padding-right: 0px;
}


/*Home05*/

.cd-intro{
	padding: 0 10%;
}

.mask.cd-intro-content .action-block{
	padding-top: 30px;
}

.mask.cd-intro-content h2{
	font-size: 88px;
	line-height: 107px;
	font-weight: 700;
}

.mask.cd-intro-content p{
	font-size: 22px;
	line-height: 29px;
	font-style: italic;
}

.text-effect-content-carousel-2.owl-theme .owl-controls .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 15px;
}

.text-effect-content-carousel-2.owl-theme .owl-controls .owl-nav div{
	font-size: 25px;
	line-height: 1px;
    background: none;
	position: absolute;
    top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.text-effect-content-carousel-2.owl-theme .owl-controls .owl-nav .owl-next{
	right: 5%;
}

.text-effect-content-carousel-2.owl-theme .owl-controls .owl-nav .owl-prev{
	left: 5%;
}


/*Home06*/

.text-ticker-block h1{
	padding: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 10%;
    text-transform: uppercase;
}

.text-ticker-block h3{
	font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 7px 15px;
	padding-top: 10px;
    display: inline-block;
    letter-spacing: 3px;
	padding-left: 18px;
	font-weight: 700;
}

.text-rotator{
	display: inline-block;
}

.mouse-icon-wrap{
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.mouse-icon {
	display: inline-block;
	width: 30px;
	height: 44px;
	border: 2px solid;
	border-radius: 15px;
	cursor: pointer;
	margin: 0 auto;
}

.mouse-icon .wheel {
	position: relative;
	width: 6px;
	height: 9px;
	border-radius: 50%;
	top: 4px;
	margin-left: auto;
	margin-right: auto;

	/* Chrome, Safari, Opera */
	-webkit-animation-name:moving;
	-webkit-animation-duration:1s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:0s;
	-webkit-animation-iteration-count:infinite;

	-webkit-animation-play-state:running;
	/* Standard syntax */
	animation-name:moving;
	animation-duration:1s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-iteration-count:infinite;

	animation-play-state:running;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moving
	{
		0%   { top:4px;opacity: 0;}
		30% { top:9px;opacity: 1;}
		100% { top:25px;opacity: 0;}
	}
/* Standard syntax */
@keyframes moving
	{
		0%   { top:4px;opacity: 0;}
		30% { top:9px;opacity: 1;}
		100% { top:25px;opacity: 0;}
	}


/*Home07*/

.move-bg{
	position: absolute;
	top: -5%;
	right: -5%;
	left: -5%;
	z-index: 0;
	width: 110vw;
	height: 110vh;
	background: url('../images/home/home07/bg-img.jpg') center center no-repeat;
	background-size: cover;
	z-index: 0;
}

.move-bg .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.parallaxify-block .content-block{
	display: none;
}

.parallaxify-block .content-block h1{
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: 0;

	-webkit-animation-name: slideTB;
    animation-name: slideTB;

	animation-duration: 1s;
    animation-delay: 2s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.parallaxify-block .content-block h4{
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 50px;
	opacity: 0;

	-webkit-animation-name: slideTB;
	animation-name: slideTB;

	animation-duration: 1s;
	animation-delay: 3s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.parallaxify-block .content-block .button-style-01-container{
	margin: 0px 15px;
	opacity: 0;

	-webkit-animation-name: zoomVisible;
	animation-name: zoomVisible;

	animation-duration: .5s;
	animation-delay: 4s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes slideTB {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity: 1;
  }
}

@keyframes slideTB {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity: 1
  }
}


@-webkit-keyframes zoomVisible {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

@keyframes zoomVisible {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
  }
}

.player .controls-wrapper{
	display: none !important;
	opacity: 0;
}




/*--------------------------------------------------------------------------------*/
 						/* INTER ACTIVE VIDEO BLOCK */
/*--------------------------------------------------------------------------------*/

.interactive-video-block .text-content{
	display: none;
}

.interactive-video-block .text-content h1{
	text-transform: uppercase;
    font-size: 70px;
    line-height: 77px;
    font-weight: 700;
}

.interactive-video-block .play-button{
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
	margin-top: 15px;
	position: relative;
}

.interactive-video-block .play-button span{
	font-size: 22px;
	line-height: 1px;
	margin-left: 8px;
	position: absolute;
	top: 3px;

	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.interactive-video-block .pause-button{
	font-size: 30px;
	line-height: 1px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.interactive-video-block .pause-button span{
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.volume-button-container{
	display: none;
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
}

.interactive-video-block .volume-off, .interactive-video-block .volume-on{
	font-size: 25px;
	line-height: 1px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
}

.interactive-video-block .volume-off{
	display: block;
}

.interactive-video-block .pause-button span, .interactive-video-block .volume-off span, .interactive-video-block .volume-on span{
	position: absolute;
	top: 50%;
	left:  50%;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.interactive-video-block .loader-image{
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.interactive-video-block.video-disabled .loader-image{
	display: none;
}

.interactive-video-block.video-disabled .text-content{
	display: block;
}

.interactive-video-block.video-disabled .text-content .play-button{
	display: none;
}


/*--------------------------------------------------------------------------------*/
							/* ABOUT STATIC BLOCK */
/*--------------------------------------------------------------------------------*/

#about .bg{
	background: url('../images/bg/about-bg.jpg') center center no-repeat;
	background-size: cover;
}

#about .container h2{margin-bottom:20px;line-height:1.3}

.about-static-block-inner{
	padding: 0 10%;
}

.about-static-block h2{
	line-height: 45px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
}

.about-static-block h2::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.about-static-block .button-style-01-container{
	margin-bottom: 10px;
}

.about-static-block p{
	padding: 0 10%;
}

.about-static-block svg image{
	max-width: 100%;
}

.about-static-block{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.element-content h4 {    
    font-size: 18px;
    color: #f8991d;
    margin:20px 0px;
	line-height:1.7;
	font-weight:700;
}

#about .arrow-img {
    position: absolute;
    left: 43px;
    bottom: 55px;
    cursor:pointer;
    -webkit-transition: bottom 0.50s;
    -moz-transition: bottom 0.50s;
    -ms-transition: bottom 0.50s;
    -o-transition: bottom 0.50s;
    transition: bottom 0.50s;
}
#about .arrow-img:hover {
    bottom: 45px;
}



/*--------------------------------------------------------------------------------*/
							/* ABOUT FLOAT SLIDER */
/*--------------------------------------------------------------------------------*/

.about-float-slider{
	position: relative;
	margin-bottom: 0px;
	border-color: #fff;
	margin-top: -1px;
}

.about-float-slider .content-block{
	position: absolute;
	top: 1px;
	left: 0;
	width: 40%;
	z-index: 1;

	-webkit-animation: move-repeat 20s infinite; /* Safari 4+ */
    -moz-animation:    move-repeat 20s infinite; /* Fx 5+ */
    -o-animation:      move-repeat 20s infinite; /* Opera 12+ */
    animation:         move-repeat 20s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes move-repeat {
	0%   { left: 0%; }
	50% { left: 15%; }
	100%   { left: 0%; }
}
@-moz-keyframes move-repeat {
	0%   { left: 0%; }
	50% { left: 15%; }
	100%   { left: 0%; }
}
@-o-keyframes move-repeat {
	0%   { left: 0%; }
	50% { left: 15%; }
	100%   { left: 0%; }
}
@keyframes move-repeat {
	0%   { left: 0%; }
	50% { left: 15%; }
	100%   { left: 0%; }
}

.about-float-slider .content-block:hover{
	-webkit-animation-play-state: paused;
   -moz-animation-play-state: paused;
   -o-animation-play-state: paused;
   animation-play-state: paused;
}

.about-float-slider .content-block .item{
	padding: 60px 50px;
	padding-bottom: 115px;
}

.about-float-slider .content-block .slick-arrow.next, .about-float-slider .content-block .slick-arrow.prev{
	width: 25px;
	height: 25px;
	font-size: 25px;
	line-height: 1px;
	cursor: pointer;
	position: absolute;
	left: 100px;
	bottom: 65px;
	z-index: 1;

	-webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about-float-slider .content-block .slick-arrow.prev{
	left: 55px;
}

.about-float-slider .content-block .item span{
	font-size: 60px;
	line-height: 1px;

	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-float-slider .content-block .item h4{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;

	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-float-slider .content-block .item h4::after,.element-content h4::after{
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 25px;

	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-float-slider .content-block:hover .item h4::after,.element-content:hover h4::after{
	width: 125px;
}

.about-float-slider .content-block .item p{
	line-height: 30px;
}


/*--------------------------------------------------------------------------------*/
									/* 	PARTNERS */
/*--------------------------------------------------------------------------------*/

.partners-carousel.slick-slider img{
	width: auto;

	-webkit-filter: url(filters.svg#grayscale);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.partners-carousel .item{
	margin: 0 25px;
}

.our-partners .partner-text{
	text-align: center;
	border-right: 1px solid;
}


/*--------------------------------------------------------------------------------*/
									/* 	SERVICES */
/*--------------------------------------------------------------------------------*/

#services .bg{
	background: url('../images/bg/service-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}

.services-content .bg-overlay{
	width: 100%;
	height: 100%;
	color:#000;
	left: 0;
	top: 0;
	opacity: 0.6;
}

.services-content-block{
	float: left;
	width: 50%;
	padding: 50px 80px;
	padding-left: 70px;
	border: 10px solid transparent;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.services-content-icon{
	font-size: 50px;
	line-height: 1px;
	display: inline-block;
	float: left;
	width:40px;
}

.services-content-head{
	font-size: 18px;
	line-height: 30px;
	margin-left: 25px;
	display: inline-block;
	text-transform: uppercase;
	font-weight:700;
}

.services-content-head::after{
	content: '';
	display: block;
	margin-left: 0;
	width: 60px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 12px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.services-content-text{
	margin-left: 65px;
}

.services-content-block:hover .services-content-head::after{
	width: 100px;
}


/*--------------------------------------------------------------------------------*/
							/* 	VIDEO THUMB CAROUSEL */
/*--------------------------------------------------------------------------------*/

.video-thumb-title{
	padding: 0 10%;
}

.video-thumb-title h2{
	text-transform: uppercase;
	font-weight: 700;
}

.video-thumb-title h2::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 35px;
}

.video-thumb-carousel{
	overflow: hidden;
}

.video-thumb-carousel .item{
	position: relative;
	cursor: pointer;
	overflow: hidden;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;

	background: linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(255, 255, 255, 0)80%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(255, 255, 255, 0)80%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(255, 255, 255, 0)80%);
	background: -o-linear-gradient(90deg, rgba(0, 0, 0, 1)0%, rgba(255, 255, 255, 0)80%);

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item img{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item:hover .overlay{
	opacity: .8;
	z-index: 0;
}

.video-thumb-carousel .item:hover img{
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video-thumb-carousel .item .play-button{
	position: absolute;
	top: -30%;
	left: 50%;
	z-index: 2;

	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item .video-title{
	width: 100%;
	position: absolute;
	bottom: -30%;
	z-index: 2;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item img{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel .item:hover .play-button{
	top: 30%;
}

.video-thumb-carousel .item:hover .video-title{
	bottom: 30%;
}

.video-thumb-carousel .item .video-title h4{
	text-transform: uppercase;
	font-weight: 700;
}

.video-thumb-carousel .slick-dots{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.video-thumb-carousel:hover .slick-dots{
	bottom: 10px;
}


/*--------------------------------------------------------------------------------*/
								/* 	MOBILE APP */
/*--------------------------------------------------------------------------------*/


.mobile-app-image img{
	margin: 0 auto;
	margin-right: 0px;
	display: inline-grid;
}

.mobile-app-text {
	padding-right: 20%;
}

.mobile-app-text h2{
	text-transform: uppercase;
	font-weight: 700;
}

.mobile-app-text h2::after{
	content: '';
	display: block;
	margin: 0 auto;
	margin-left: 0;
	width: 150px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 35px;
}

.mobile-app-text h5{
	margin-top: 50px;
	margin-bottom: 10px;
}

.mobile-app-text p{
	margin-bottom: 10px;
}

.mobile-app .button-style-01-container{
	display: inline-block;
	margin-right: 15px;
}


/*--------------------------------------------------------------------------------*/
									/* PACKAGES */
/*--------------------------------------------------------------------------------*/

#packages .bg{
	background: url('../images/bg/package-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}

.package-image{
	position: relative;
	overflow: hidden;
}

#packages .item{margin:0px 15px;}

.strip_all_tour_list {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.strip_all_tour_list {
    margin-bottom: 30px;
    background-color: #fff;
    display: block;
    color: #777;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.img_list {
    overflow: hidden;
    min-height: 241px;
    position: relative;
}

.ribbon.popular {
    background: url(../images/ribbon_popular.png) no-repeat;
}

.ribbon {
    position: absolute;
    top: 0;
    left: -1px;
    width: 78px;
    height: 78px;
    z-index: 1;
}

.img_list a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.img_list img {
    width: 100%;
    height: 220px;        
}

.img_list a:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.img_list .short_info {
    padding: 5px;
    text-align: left;
    min-height: 38px;
}

.short_info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/shadow_tour.png) left bottom repeat-x;
    width: 100%;
    padding: 10px 10px 8px 5px;
    color: #fff;
}

.short_info i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
}

.tour_list_desc {
    padding: 10px 20px 10px 20px;
    border-right: 1px solid #ededed;    
    line-height: 17px;
	color:#000;
}

.tour_list_desc .rating {
    margin: 15px 0 3px -3px;
    font-size: 15px;
}

.tour_list_desc h3 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}
ul.add_info {
    padding: 0;
    margin: 0;	
}

ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ededed;
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tooltip_styled {
    display: inline;
    position: relative;
    z-index: 9;
}
.tooltip-item {
    cursor: pointer;
    display: inline-block;
}

ul.add_info li i {
    display: inline-block;
    top: 6px;
}

.tooltip-content, .tooltip-content-flip {
    z-index: 9999;
    bottom: 100%;
    cursor: default;
}

.tooltip-content, .tooltip-item::after {
    left: 50%;
    width: 300px;
    position: absolute;
}

.tooltip-content h4 {
    display: block;
    margin: 0 0 10px;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.tooltip-content .label {
    margin-left: 10px;
}

.label-danger {
    background-color: #d9534f;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.tooltip_styled:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
    transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip-content {
    margin: 0 0 20px -150px;
    text-align: left;
    line-height: 20px;
    display: block;
    padding: 15px;
    font-size: 12px;
    color: #fff;
    box-shadow: -5px -5px 15px rgba(48,54,61,.2);
    background: #333;
    opacity: 0;
    pointer-events: none;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(.7,.3,1);
    transform: scale3d(.7,.3,1);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s;
}

.tooltip-content::after, .tooltip_flip::after {
    pointer-events: none;
    content: '';
}

.tooltip-content::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    border-color: #333 transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}


.price_list {
    display: table;
    height: 220px;
    font-size: 38px;
    color: #e74c3c;
    width: 100%;
    margin-left: -15px;
}

.price_list div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.price_list sup {
    top: -10px;
}

.price_list sup, ul.add_info li i {
    font-size: 22px;
    position: relative;
}

.price_list .normal_price_list {
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-top: 10px;
}

.price_list small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 10px;
    line-height: 12px;
}

.btn_1, a.btn_1 {
    border: none;
    font-family: inherit;
    color: #fff;
    background: #51bce6;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: 0;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
	letter-spacing:1.2px;
}

.main_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.main_title h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
	line-height:2;
}

.main_title p {    
    font-weight: 300;
    font-size: 20px;
}

.tour_container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    margin: 0 0 30px;
}

.img_container {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}

.img_container img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.ribbon.top_rated {
    background: url(../images/ribbon_top_rated.png) no-repeat;
}

.tour_container .tour_title {
    padding: 15px;
    position: relative;
}

.tour_container .tour_title h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
	line-height:40px;
}

.short_info .price {
    float: right;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
}

.badge_save {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 77px;
    color: #fff;
    text-align: center;
    background: url(../images/badge_save.png);
    font-size: 11px;
    line-height: 12px;
    padding-top: 32px;
}
#search .nav-tabs, .badge_save, .plan-title, .promo_full_wp div h3 {
    text-transform: uppercase;
}
.badge_save strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.package-carousel .item .social-icons{
	opacity: 1;
    position: absolute;
    bottom: -20%;
    width: 100%;
    text-align: center;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.package-carousel .item:hover .social-icons{
	bottom: 3%;
}

.package-carousel .item .social-icons a{
	font-size: 20px;
	line-height: 27px;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	display: inline-block;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.package-carousel .item .social-icons a i{
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.package-details{
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
	position: relative;

	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}

.package-name{
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.package-details p{
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		-ms-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}


/*--------------------------------------------------------------------------------*/
									/* 	TESTIMONIAL */
/*--------------------------------------------------------------------------------*/

.testimonial-title h2{
	text-transform: uppercase;
	font-weight: 700;
}

.testimonial-title::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 70px;
}

.testimonial .text-block{
	margin: 0 10%;
}

.testimonial .text-block p{
	margin-bottom: 50px;
}

.testimonial .image-block{
	margin: 0 15%;
}

.testimonial .image-block .item{
	margin: 0 30px;
}

.testimonial .image-block .item img{
	border-radius: 50%;
	width: 100px;
	height: auto;
	margin: 0 auto;
}

.testimonial .image-block .item h5{
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: 700;
}

.testimonial-carousel .g1910-dots{
	bottom: auto;
    position: absolute;
    right: 10%;
    width: auto;
	top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


.testimonial-carousel .slick-dots li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inherit;
	margin: 5px 0;
}

.testimonial-carousel img.testimonial-image{
	position: absolute;
	width: 125px;
	top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonial-wrap{
	position: relative;
	margin: 0 10%;
	padding: 30px 50px;
	padding-left: 100px;
	border: 2px solid;
}

.testimonial-wrap p{
	margin-bottom: 20px;
}

.image-block.sync-multi .slick-slide.slick-active{
	opacity: .3;

	-webkit-filter: url(filters.svg#grayscale);
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;

	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		 -o-transition: all .4s ease;
			transition: all .4s ease;
}

.testimonial .image-block .item:hover{

	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

.image-block.sync-multi .slick-slide.slick-current.slick-active{
	opacity: 1;

	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


/*--------------------------------------------------------------------------------*/
									/* 	COUNTER */
/*--------------------------------------------------------------------------------*/

.counter-item span{
	font-size: 36px;
	line-height: 43px;
	font-weight: 700;
}

.counter-item span::after{
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	margin: 10px auto;
	margin-bottom: 15px;
}

.counter-item p{
	font-size: 20px;
	line-height: 27px;
}


/*--------------------------------------------------------------------------------*/
									/* 	WORK FLOW */
/*--------------------------------------------------------------------------------*/

.work-flow{
	background: url('../images/work-flow/bg-img.jpg') center center no-repeat;
	background-size: cover;
}

.sub-section-title{
	text-transform: uppercase;
	font-weight: 700;
}

.sub-section-title::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 70px;
}

.work-flow-item{
	padding: 0px 25px;
	position: relative;
}

.work-flow-item .direction-arrow{
	font-size: 40px;
	line-height: 1px;
	position: absolute;
	top: 0;
	right: -20%;
}

.work-flow-item .icon{
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
}

.work-flow-item .icon span{
	font-size: 48px;
	line-height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.work-flow-item h4{
	margin-top: 35px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}


/*--------------------------------------------------------------------------------*/
									/* 	PORTFOLIO */
/*--------------------------------------------------------------------------------*/

#gallery .bg{
	background: url('../images/bg/gallery-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}


.gutter-grid .shuf-item.filtered, .gutter-grid .shuf-item.concealed{
	margin-left: 0% !important;
	-webkit-transition: all 2s ease-in-out;
	   -moz-transition: all 2s ease-in-out;
		-ms-transition: all 2s ease-in-out;
		 -o-transition: all 2s ease-in-out;
			transition: all 2s ease-in-out;
}

.portfolio-filter-nav ul li{
	display: inline-block;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.portfolio-filter-nav ul li a{
	font-size: 12px;
	line-height: 19px;
	padding: 5px 0px;
	display: inline-block;
	border-bottom: 1px solid;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.dh-container {
  position: relative;
  overflow: hidden;
}

.dh-overlay {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: -100%;
}

.dh-overlay .overlay-icon{
	font-size: 30px;
	line-height: 37px;
	position: absolute;
	right: 15px;
	top: 10px;
}

.dh-overlay .overlay-text{
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 50%;

	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dh-overlay .overlay-text h4{
	text-transform: uppercase;
	font-weight: 700;
	line-height:2;
}


/*--------------------------------------------------------------------------------*/
									/* 	BLOG */
/*--------------------------------------------------------------------------------*/

.blog-content{
	background: url('../images/bg/package-bg.jpg') center center no-repeat;
	background-size: cover;
}

.latest_news .single_news_item h5 {
    color: #2d2d2d;
    margin-top: 0;
    line-height: 26px;
    padding-top: 30px;
	font-weight: 700;
	font-size: 20px;
}
.latest_news .single_news_item {margin:20px 0;}

.latest_news .single_news_item .post_history {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 0;
    margin: 20px 0;
}

.latest_news .single_news_item .post_history p {line-height:20px;margin:0px;}
.latest_news .single_news_item .post_history p span {
    color: #2c2c2c;
}

.flt_right {
    float: right;
}

.flt_left {
    float: left;
}

.latest_news .single_news_item .post_history ul li {
    display: inline-block;
    margin-left: 10px;
    color: #2c2c2c;
}

.latest_news .single_news_item .post_history ul li i {
    margin-right: 10px;
	color: #00abad;
}

.clear_fix {
    clear: both;
}

.latest_news .single_news_item .post a {
    margin-top: 20px;
	color: #00abad;
}

.blog-item-container{
	position: relative;
	float: left;
	width: 33.33%;
}

.blog-item-text-content{
	padding: 50px;
	display: inline-block;
}

.blog-item-text-content h5{
	font-size: 22px;
	line-height: 29px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.blog-item-text-content h5::after{
	content: '';
	display: block;
	margin: 0 auto;
	margin-left: 0;
	margin-top: 20px;
	height: 2px;
	width: 100px;
}

.blog-item-details{
	margin-top: 25px;
}

.blog-item-date span{
	font-size: 18px;
	line-height: 1px;
	display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
}

.blog-item-date h6{
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
}

.blog-item-comment{
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
}

.blog-item-comment span{
	font-size: 14px;
	line-height: 21px;
	margin-left: 15px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.blog-item-comment span::before{
	font-size: 16px;
	line-height: 1px;
	margin-right: 5px;
}

.blog-item-comment a:first-child{
	margin-left: 0px;
}

.blog-item-comment a span::before{
	margin-right: 5px;
}


/*--------------------------------------------------------------------------------*/
									/* 	CONTACT */
/*--------------------------------------------------------------------------------*/

#contact .bg{
	background: url('../images/bg/contact-bg.jpg') center center no-repeat;
	background-size: cover;
}

.contact-content{
	position: relative;
}

.address-block{
	width: 100%;
}

.map-container{
	width: 100%;
}


.address h4{
	display: inline-block;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.address p{
	margin: 5px 0;
	display: inline-block;
	width: 100%;
}

.contact-form{
	padding: 60px;
	width: 100%
}


.contact-form input.website_url{
	display: none !important;
}

.error-msg::-webkit-input-placeholder{
	font-weight: 700;
	color: #f00 !important;
}

.error-msg:-moz-placeholder{
	font-weight: 700;
	color: #f00 !important;
}

.error-msg::-moz-placeholder{
	font-weight: 700;
	color: #f00 !important;
}

.error-msg:-ms-input-placeholder{
	font-weight: 700;
	color: #f00 !important;
}

.contact-form input[type="text"]{
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	outline: none;

	-webkit-transition: all .4s ease-in;
	   -moz-transition: all .4s ease-in;
		-ms-transition: all .4s ease-in;
		 -o-transition: all .4s ease-in;
			transition: all .4s ease-in;
}

.contact-form textarea{
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	outline: none;
	resize: none;
}
.contact-form button[type="submit"]{
	text-decoration: none;
	display: inline-block;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	background: none;
	outline: none;
	border: none;
	box-shadow: none;
	position: relative;
	z-index: 5;
}
.contact-form ::-webkit-input-placeholder{ /* WebKit browsers */
    font-size: 13px;
    line-height: 13px;
   	text-align: left;
    opacity:  1;
    font-style: normal;
    font-weight: 400;
}
.contact-form :-moz-placeholder{ /* Mozilla Firefamber 4 to 18 */
    font-size: 13px;
    line-height: 13px;
   	text-align: left;
    opacity:  1;
    font-style: normal;
    font-weight: 400;
}
.contact-form ::-moz-placeholder{ /* Mozilla Firefamber 19+ */
    font-size: 13px;
    line-height: 13px;
   	text-align: left;
    opacity:  1;
    font-style: normal;
    font-weight: 400;
}
.contact-form :-ms-input-placeholder{ /* Internet Explorer 10+ */
    font-size: 13px;
    line-height: 13px;
   	text-align: left;
    opacity:  1;
    font-style: normal;
    font-weight: 400;
}


/*--------------------------------------------------------------------------------*/
									/* 	FOOTER */
/*--------------------------------------------------------------------------------*/

.footer{
	padding: 40px 5%;
}

.footer-links a{
	padding: 0px 10px;
	border-right: 1px solid;
}

.footer-links a:first-child{
	padding-left: 0px;
}

.footer-links a:last-child{
	border-right: 0px;
	padding-right: 0px;
}

.footer-links a:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.footer-social-icons{
	margin-bottom: 10px;
}

.footer-social-icons a{
	font-size: 18px;
	line-height: 1px;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	position: relative;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.footer-social-icons a span{
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.footer-text-content a{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.to-top{
	width: 30px;
	height: 30px;
	position: fixed;
	right: 40px;
	z-index: 555;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.to-top a{
	height: inherit;
	width: inherit;
	background: transparent;
	display: inline-block;
}

.to-top a i{
	font-size: 20px;
	line-height: 1px;
	padding-top: 2px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 -  INNER PAGES */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------*/
									/* 	SINGLE PROJECT */
/*--------------------------------------------------------------------------------*/

.para-text-head{
	text-transform: uppercase;
}

.para-text-head::after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}

.single-project-home-slider{
	margin-top: 160px;
}

.single-project-home-slider .item{
	height: 100vh;
	margin-top: -10vh;
}

.single-project-home-slider.owl-theme .owl-controls .owl-dots{
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.project-text-content > div{
	margin: 10px 0px;
	display: inline-block;
}
.project-text-content blockquote{
	border-left: 0px;
}

.recent-project-carousel .item{
	margin: 0 10px;
}

.recent-project-title{
	padding: 15px 0;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.recent-project-title h4{
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 700;
}

.recent-project-title p{
	font-style: italic;
}

.recent-project-carousel .slick-prev, .recent-project-carousel .slick-next{
	height: 40px;
	width: 25px;
}

.recent-project-carousel .slick-prev:before, .recent-project-carousel .slick-next:before{
	font-size: 18px;
	line-height: 25px;
	opacity: 1;
}

.recent-project-carousel .slick-next{
	right: -40px;
}

.recent-project-carousel .slick-prev{
	left: -40px;
}



/*--------------------------------------------------------------------------------*/
									/* 	TOUR POST */
/*--------------------------------------------------------------------------------*/

.inner-page-header .page-title{
	font-size: 40px;
	line-height: 47px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 700;
}

.inner-page-header .page-sub-title{
	font-style: italic;
	font-size: 16px;
	line-height: 23px;
}

.standard-blog-post{
	background: url('../images/bg/package-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
}

.inner-page-navigation{
	margin-bottom: 10px;

	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

ul.list_ok {
    margin: 0 0 20px;
    padding: 0;
    line-height: 22px;
}
ul.list_ok li {
    position: relative;
    padding-left: 25px;
}
ul.list_ok li:before {
    font-style: normal;
    font-weight: 700;
    font-family: icon_set_1;
    font-size: 14px;
    content: "\6c";
    color: #e04f67;
    position: absolute;
    left: 0;
    top: 0;
}

.tour-post-details .inner-page-navigation, .tour-post-details p,.blog-post-details p{
	display: inline-block;
	margin-bottom: 0px;
	font-weight: 400;
}

.tour-post-path{
	font-weight: 700;
}

.tour-page-content blockquote{
	border-left: 0px;
}

.box_style_2, .box_style_4 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}
.box_style_4:before {
    border-bottom: 10px solid #ccc;
    margin-bottom: 0;
}
.box_style_4:after, .box_style_4:before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
}

.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}
.box_style_1 h3.inner {
    margin: -30px -30px 20px;
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form-group {
    margin-bottom: 15px;
}
.form-control {
    font-size: 12px;
    color: #333;
    height: 40px;
    border-radius: 3px;
}

input.qty2 {
    width: 35px;
    border-radius: none;
    left: 31px;
    font-size: 15px;
    padding: 5px;
    text-align:center;
}



.dec {
    background: url(../images/minus.png) center center no-repeat #fff;
    border: 1px solid #ccc;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.button_inc {
    position: absolute;
    width: 33px;
    height: 40px;
    z-index: 9;
}

.button_inc, .nav-submit-button {
    text-indent: -9999px;   
    cursor: pointer;
}

.inc {
    background: url(../images/plus.png) center center no-repeat #fff;
    right: 25px;
    top: 0;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.numbers-row, input.qty2 {
    position: relative;
    height: 40px;
}

.table.table_summary tr.total {
    color: #e04f67;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-post-footer{
	padding: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.blog-post-share{
	padding-top: 7px;
}

.blog-post-share .social-icons a{
	font-size: 20px;
	line-height: 1px;
	margin-right: 10px;
}

.blog-post-tags ul li {
    list-style: none;
    display: inline-block;
    margin: 2px 0px;
}

.blog-post-tags a {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 6px;
	padding-top: 5px;
    display: inline-block;
	border: 1px solid;
	margin-left: 3px;
    font-weight: 700;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog-page-content .sub-head{
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.video-blog iframe{
	border-width: 0px;
}

.commentlists .comment > div{
	position: relative;
	padding: 20px;
	padding-left: 85px;
	padding-right: 0px;
	margin-bottom: 25px;
	border-top: 1px solid;
}

.comments > ul > li:last-child > div{
	margin-bottom: 0px;
}

.comments{
	margin-top: 90px;
}

.comments ul{
	padding-left: 0px;
}

.comments ul li{
	list-style: none;
}

.comments ul li p{
	margin-top: 10px;
}

.comments ul.children li{
	padding-left: 70px;
}

.comments ul li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}

.commentlists .avatarbox{
	position: absolute;
	left: 0px;
	top: 20px;
}

.commentlists .avatarbox img{
	width: 65px;
	height: 65px;
}

.comment-info{
	font-size: 12px;
	line-height: 19px;
}

.comment-info span{
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}

.comment-info a{
	font-weight: 700;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.comment-reply{
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 15px;
}

.commentform-wrap{
	margin-top: 90px;
}

.commentform-wrap .comment-title{
	font-size: 16px;
    line-height: 23px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}

.commentform textarea, .commentform input[type="text"]{
	width: 100%;
	padding: 5px;
	outline: none;
	border: 1px solid;
	margin-bottom: 15px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.commentform input[type="text"]{
	margin-bottom: 20px;
}

.commentform input#url{
	margin-bottom: 0px;
}

.commentform textarea:focus, .commentform input[type="text"]:focus{
	outline: none;
}

.form-submit input[type="submit"]{
	font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 2px;
	padding: 0;
	background: transparent;
	border: none;
}

.blog-post-sidebar{
	margin-left: 15px;
}

.blog-post-sidebar > div{
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
}

.blog-post-sidebar > div:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.blog-post-sidebar ul{
	list-style: square;
	padding-left: 20px;
}

.blog-post-sidebar ul li:last-child a{
	margin-bottom: 0px;
}

.blog-post-sidebar a{
	margin-bottom: 10px;
	display: inline-block;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}



/*Compiled color.less*/

.color {
  color: #dfb47d;
}
.white {
  color: #ffffff;
}
.light-white {
  color: #F2F2F2;
}
.black {
  color: #000000;
}
.light-black {
  color: #121212;
}
.light-grey {
  color: #E9E9EB;
}
.grey {
  color: #8B8B8B;
}
.dark-grey {
  color: #3B3B3B;
}
.color-bg {
  background-color: #dfb47d;
}
.blue-bg
{
     background-color: #00abad;
}
.white-bg {
  background-color: #ffffff;
}
.light-white-bg {
  background-color: #F2F2F2;
}
.black-bg {
  background-color: #000000;
}
.light-black-bg {
  background-color: #121212;
}
.light-grey-bg {
  background-color: #E9E9EB;
}
.grey-bg {
  background-color: #8B8B8B;
}
.dark-grey-bg {
  background-color: #3B3B3B;
}
.white-trans-half-bg {
  background-color: rgba(255, 255, 255, 0.5);
}
.white-trans-threefourth-bg {
  background-color: rgba(255, 255, 255, 0.75);
}
.black-trans-half-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.black-trans-threefourth-bg {
  background-color: rgba(0, 0, 0, 0.75);
}
.dark-grey-trans-half-bg {
  background-color: rgba(59, 59, 59, 0.5);
}
.black-trans-quarter-bg {
  background-color: rgba(0, 0, 0, 0.25);
}
.grey-trans-half-bg {
  background-color: rgba(202, 202, 204, 0.5);
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background-color: #dfb47d;
}
::selection {
  color: #ffffff;
  background-color: #dfb47d;
}
.lg-progress-bar .lg-progress {
  background-color: #dfb47d;
}
.button-style-01.theme-color-button {
  color: #121212;
}
.button-style-01.theme-color-button::before {
  background-color: #dfb47d;
}
.button-style-01.theme-color-button::after {
  border-color: #dfb47d;
}
.button-style-01.theme-color-button:hover {
  color: #dfb47d;
}
.button-style-01.white-button {
  color: #121212;
}
.button-style-01.white-button::before {
  background-color: #ffffff;
}
.button-style-01.white-button::after {
  border-color: #ffffff;
}
.button-style-01.white-button:hover {
  color: #ffffff;
}
.button-style-01.black-button {
  color: #ffffff;
}
.button-style-01.black-button p{margin:0px;}
.button-style-01.black-button::before {
  background-color: #000000;
}
.button-style-01.black-button::after {
  border-color: #000000;
}
.button-style-01.black-button:hover {
  color: #000000;
}
.white-dots.owl-theme .owl-dots .owl-dot span {
  background-color: #ffffff;
}
.white-dots.owl-theme .owl-dots .owl-dot.active span {
  background-color: #dfb47d;
}
.black-dots.owl-theme .owl-dots .owl-dot span {
  background-color: #000000;
}
.black-dots.owl-theme .owl-dots .owl-dot.active span {
  background-color: #00abad;
}
.white-nav.owl-theme .owl-controls .owl-nav div {
  color: #ffffff;
}
.white-nav.owl-theme .owl-controls .owl-nav div:hover {
  color: #00abad;
}
.header-content-block .social-icons a:hover {
  color: #00abad;
}
.header-content-block .social-icons a.highlight {
  color: #00abad;
}
.header-content-block .search-icon:hover,
.header-content-block .cart-icon:hover {
  color: #ffffff;
}
.header-animate {
  background-color: #fff;
  border-color: #fff;
}
.header-animate ul.menu > li > a{color:#00abad}
.header-animate .header-content-block .social-icons a{color:#00abad}

/*.header-wrapper.mobile-header {
  background-color: #121212;
  border-color: #121212;
}
.header-wrapper.mobile-header .menu-container .menu {
  background-color: #121212;
}*/
.mobile-nav::after,
.mobile-nav::before,
.mobile-nav span {
  background-color: #ffffff;
}

.icon-active i {
  color: #dfb47d;
}
ul.menu > li > a:focus {
  color: #00abad;
}
ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li > a {
  background-color: #3B3B3B;
  color: #ffffff;
}
ul.menu > li:not(.megamenu).has-dropdown > .dropdown > li:hover > a {
  background-color: #121212;
  color: #dfb47d;
}

ul.menu > li:hover > span i {
  color: #dfb47d;
}
ul.menu > li.hippo-menu-hovered > a {
  color: #dfb47d;
}
.nav-active {
  color: #00abad !important;
}
.interactive-video-block .play-button:hover {
  color: #ffffff;
}
.interactive-video-block .play-button:hover span {
  color: #dfb47d;
}
.interactive-video-block .pause-button:hover span {
  color: #dfb47d;
}
.home-link-block a {
  border-color: #ffffff;
}
.home-link-block a:hover {
  color: #ffffff;
}
.scroll-down a:hover {
  background-color: #ffffff;
}
.scroll-down a:hover span {
  color: #000000;
}
.mouse-icon {
  border-color: #ffffff;
}
.bg-move-block .text-block .content h3::after {
  background-color: #dfb47d;
}
.text-ticker-block h3 {
  background-color: #dfb47d;
}
.about-static-block .round-button:hover i {
  color: black;
}
.about-static-block h2::after {
  background-color: #ffffff;
}
.about-float-slider .content-block .item h4::after,.element-content h4::after {
  background-color: #00abad;
}
.about-float-slider .content-block .slick-arrow.next,
.about-float-slider .content-block .slick-arrow.prev {
  color: #ffffff;
}
.about-float-slider .content-block .slick-arrow.next:hover,
.about-float-slider .content-block .slick-arrow.prev:hover {
  color: #dfb47d;
}
.services-content-block:hover {
  border-color: #f8991d;
}
.services-content-head::after {
  background-color: #f8991d;
}
.video-thumb-title h2::after {
  background-color: #dfb47d;
}
.video-thumb-carousel .slick-dots li {
  background-color: #ffffff;
}
.video-thumb-carousel .slick-dots li:hover {
  background-color: #dfb47d;
}
.video-thumb-carousel .slick-dots li.slick-active {
  background-color: #dfb47d;
}
.mobile-app-text h2::after {
  background-color: #000000;
}
.team-carousel .item:hover .team-member-details {
  background-color: #dfb47d;
}
.team-carousel .item:hover .team-member-details .team-member-name {
  color: #121212;
}
.team-carousel .item:hover .team-member-details p {
  color: #3B3B3B;
}
.team-carousel .item .social-icons a:hover {
  background-color: #dfb47d;
  color: #121212;
}
.team-carousel .slick-dots li {
  background-color: #8B8B8B;
}
.team-carousel .slick-dots li:hover {
  background-color: #dfb47d;
}
.team-carousel .slick-dots li.slick-active {
  background-color: #dfb47d;
}
.testimonial-title::after {
  background-color: #00abad;
}
.testimonial .image-block.sync-multi .slick-dots li {
  background-color: #8B8B8B;
}
.testimonial .image-block.sync-multi .slick-dots li:hover {
  background-color: #00abad;
}
.testimonial .image-block.sync-multi .slick-dots li.slick-active {
  background-color: #00abad;
}
/*Counter*/
.counter-item span::after {
  background-color: #dfb47d;
}
.portfolio-filter-nav ul li a {
  border-color: #3B3B3B;
}
.portfolio-filter-nav ul li a.active {
  color: #00abad;
  border-color: #00abad;
}
.portfolio-filter-nav ul li a:hover {
  color: #00abad;
  border-color: #00abad;
}
.dh-overlay {
  background-color: #00abad;
}
.work-flow .sub-section-title::after {
  background-color: #ffffff;
}
.blog-item-text-content:hover h5 {
  color: #dfb47d;
}
.blog-item-text-content h5::after {
  background-color: #dfb47d;
}
.address-map-container {
  background-color: #ffffff;
}
.address-map-container .address-map {
  border-color: #000000;
}
.map-close {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}
.address-block {
  border-color: #f8991d;
  background-color: #f8991d;
}
.contact-block {
  border-color: #8B8B8B;
}
.contact-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #F2F2F2;
}
.contact-form :-moz-placeholder {
  /* Mozilla Firefamber 4 to 18 */
  color: #F2F2F2;
}
.contact-form ::-moz-placeholder {
  /* Mozilla Firefamber 19+ */
  color: #F2F2F2;
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #F2F2F2;
}
.contact-carousel .slick-dots li {
  background-color: #8B8B8B;
}
.contact-carousel .slick-dots li:hover {
  background-color: #dfb47d;
}
.contact-carousel .slick-dots li.slick-active {
  background-color: #dfb47d;
}
.footer-social-icons a {
  background-color: #000000;
  color: #ffffff;
}
.footer-social-icons a:hover {
  background-color: #00abad;
  color: #000000;
}
.footer-text-content a:hover {
  color: #8B8B8B;
}
.footer-links a:hover {
  color: #dfb47d;
}
.to-top {
  background-color: #121212;
  color: #ffffff;
}
.to-top:hover {
  background-color: #00abad;
  color: #fff;
}
.para-text-head::after {
  background-color: #dfb47d;
}
.recent-project-carousel .item:hover .recent-project-title {
  background-color: #dfb47d;
}
.recent-project-carousel .slick-prev,
.recent-project-carousel .slick-next {
  background-color: #000000;
}
.recent-project-carousel .slick-prev:hover,
.recent-project-carousel .slick-next:hover {
  background-color: #dfb47d;
}
.recent-project-carousel .slick-prev:hover:before,
.recent-project-carousel .slick-next:hover:before {
  color: #000000;
}
.tour-post-footer {
  border-color: rgba(0, 0, 0, 0.25);
}
.inner-page-navigation:hover {
  color: #00abad;
}
.tour-post-share .social-icons a:hover {
  color: #dfb47d;
}
.blog-post-tags a {
  border-color: #121212;
}
.blog-post-tags a:hover {
  background-color: #121212;
  color: #00abad;
  border-color: #121212;
}
.commentlists .comment > div {
  border-color: rgba(0, 0, 0, 0.25);
}
.comment-info a:hover {
  color: #dfb47d;
}
.commentform textarea,
.commentform input[type="text"] {
  border-color: rgba(0, 0, 0, 0.25);
}
.commentform textarea:focus,
.commentform input[type="text"]:focus {
  border-color: #121212;
}
.blog-post-sidebar > div {
  border-color: rgba(0, 0, 0, 0.25);
}
.blog-post-sidebar ul li a {
  color: #8B8B8B;
}
.blog-post-sidebar ul li a:hover {
  color: #dfb47d;
}


/*Complied font.less*/

.font1 {
  font-family: 'Poppins', sans-serif;
}
.font2 {
  font-family: 'Fira Sans', sans-serif;
}
.font3 {
  font-family: 'PT Sans', sans-serif;
}
.font4 {
  font-family: 'Merriweather', sans-serif;
}
p,
body {
  font-family: 'Droid Sans';
}
