/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
	font-family: 'GothamMeduim';
    src: url("fonts/GothamMedium.eot"); /* IE9*/
    src: url("fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/GothamMedium.woff2") format("woff2"), /* chrome firefox */
    url("fonts/GothamMedium.woff") format("woff"), /* chrome firefox */
    url("fonts/GothamMedium.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("fonts/GothamMedium.svg#Gotham") format("svg"); /* iOS 4.1- */
}

@font-face{
	font-family: 'GothamBook';
	src: url("fonts/gotham-book-webfont.eot"); /* IE9*/
    src: url("fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/gotham-book-webfont.woff2") format("woff2"), /* chrome firefox */
	url("fonts/gotham-book-webfont.woff") format("woff"), /* chrome firefox */
	url("fonts/gotham-book-webfont.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
	url("fonts/gotham-book-webfont.svg#Gotham") format("svg"); /* iOS 4.1- */
}
@font-face{
    font-family: 'GothamLight';
	src: url("fonts/GothamLight.eot"); /* IE9*/
    src: url("fonts/GothamLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/GothamLight.woff") format("woff"), /* chrome firefox */
	url("fonts/GothamLight.ttf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
}
body {
    background: #fff;
    color: #444444;
    font-family: 'GothamLight' , sans-serif;
}


a{
    color: #3b3f22;
    transition: 0.5s;
    font-family: 'GothamBook', sans-serif;
}
.bg-primary{
    background-color: #838755 !important;
}
.text-primary{
    color: #838755 !important;
}
.container-fluid-100 {
    padding: 0 100px;
}

a:hover,
a:active,
a:focus {
    color: #838755;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}
.mtn{
    margin-top: 100px;
}
h5 {
    font-size: 14px;
    line-height: normal;
    letter-spacing: .1428571429em;
    color: #838755;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #838755;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(131,135,85,.25)
}

.text-link {
    font-size: 16px;
    letter-spacing: .33125em;
    line-height: normal;
    color: #222;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 30px 8px 55px;
}

.text-link.white {
    color: #fff;
}

h6 {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #2c2c2c;
    margin-bottom: 15px;
    text-transform: uppercase;
}
h1,h2,h3{
	font-family: 'GothamLight', sans-serif;
	font-weight: 400;
}
h1{
	line-height: normal;
    letter-spacing: .0172413793em;
	font-size: 30px;
	color: #222;
}
h2{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #444444;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #444444;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#mapDiv{
	filter: grayscale(100%);
}

.breadcrumbs{
	font-family: GothamLight,sans-serif;
    font-weight: 400;
    font-style: normal;
	margin-top: 50px;
	margin-bottom: 80px;
}
.breadcrumbs a{
    color: #999;
    display: inline-block;
    padding: 5px 10px 5px 0;
    position: relative;
    margin-right: 5px;
    line-height: normal;
}
.breadcrumbs a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 12px;
    width: 1px;
    background: #838755;
    margin-top: -1px;
}

.breadcrumbs span {
    display: inline-block;
    padding-left: 10px;
	
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-btn-search{
    background: rgba(131,135,85,0.7);
    border-color: transparent;
    color: #fff;
    width: 150px;
    height: 45px;
	font-family: GothamLight, sans-serif;
	font-size: 12px;
    letter-spacing: .4666666667em;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
	font-weight: 400;
	cursor:pointer;
}
.header-btn-search:hover,.header-btn-search:focus{
	background: rgba(131,135,85,1);
}
#header {
    padding-bottom: 10px;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 1000;
}

#header.header-scrolled {
    transition: all 0.5s;
	box-shadow: 0 2px 4px 0 hsla(0,0%,60%,.1);
}

#header #logo {
    float: left;
}


.top{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.top .nav-link{
    font-size: 12px;
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #272727;
    padding-left: 10px;
    border-left: 4px solid #444444;
}

#header #logo img {
    padding: 0;
    margin: 0;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.main-nav ul{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav li{
	display: inline-block;
	padding-right: 10px;
}
.main-nav li:last-child{
	padding-right: 0;
}
.main-nav li a{
	text-transform:uppercase;
	font-size: 16px;
}

.mega-menu{
    top: 0;
	display: none;
	position: fixed;
	padding-top: 80px;
	z-index: 99;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.mega-menu-container{
	position: relative;
	overflow: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	width: 100vw;
}
.mega-menu-container h3{
	text-transform: uppercase;
}
.mega-menu-container h5{
	font-size:13px;
	letter-spacing:.01em;
}
.closeMegaMenu{
	position: absolute;
    right: 40px;
    background: none;
    border: none;
    font-size: 30px;
    top: 40px;
    cursor: pointer;
	outline: none;
}
.closeMegaMenu:focus{
	outline: none;
}

.sub-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub-menu li {
	display:block;
}
.sub-menu li a{
	display:block;
	padding:4px 0;
}
.mega-img-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.666%;
}
.img-cover{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .4s;
}
.img-cover.active {
    opacity: 1;
}
.card-interest h4{
	font-size:14px;
	letter-spacing:.2em;
	text-transform:uppercase;
}
.card-interest img{
 width:100%;
 height:130px;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 6px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #000;
}




#page-fixed-links {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
}

#page-fixed-links .favourites-count {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 50px;
    margin: 0 auto;
}

.favourites {
    text-align: center;
}

.favourites-count .number {
    margin-bottom: 10px;
}

.favourite-circle {
    padding-top: 5px;
    position: relative;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
    color: #838755;
    background: #fff;
    box-shadow: 0 2px 6px 2px hsla(0, 0%, 60%, .2);
    cursor: pointer;
}

#page-fixed-links .favourites-count:after {
    content: "";
    position: absolute;
    bottom: -71px;
    left: -11px;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 20px;
    background: rgba(0, 0, 0, .2);
}

.share-reveal {
    position: relative;
    display: inline-block;
    width: auto;
    cursor: pointer;
    margin-top: 30px;
}

.share-reveal .share-label {
    cursor: pointer;
    color: #222;
    font-size: 12px;
    letter-spacing: .3333333333em;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.share-reveal .social-links {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 25px;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
}
.share-reveal:hover .social-links{
    opacity: 1;
}

.share-reveal .social-links > .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.social-links a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 18px;
    margin: 0 2px;
    transition: color .2s ease-in;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Page Banner
--------------------------------------------------------------*/
p.lead{
	font-size: 18px;
    font-family: GothamBook, sans-serif;
}
.banner-top-line{
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.2);
}
.bg-img-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#page-banner{
	margin-top: 92px;
	position: relative
}
.tab-menu{
	position: relative;
}
.tab-menu:after{
	content: "";
	position: absolute;
    width: 110%;
	height: 1px;
	background: rgba(131,135,85,0.5);
	left: -100px;
	bottom: 0;
}
.tab-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;

}

.tab-menu li{
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
}
.tab-menu li a{
	margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 700;
    color: rgba(34,34,34,.6);
    text-transform: uppercase;
}
.tab-menu li a:hover{
	color: #222;
}
.banner-img{
	height: 100%;
	background-image: url(../img/about-hero.jpg);
	width: 100%;
	margin-right: -100px;
    min-height: calc(101vh - 100px);
	position: absolute;
    top: 0;
    left: 81px;
    bottom: 0;
	
}
.page-banner .img {
height:500px;
position: relative;
}
.page-banner .img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
.page-banner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-img{
   position: relative;
   height: 237px;
}
.property-img:after{
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
/*--------------------------------------------------------------
# End Page Banner
--------------------------------------------------------------*/

#search-panel{
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 100vh;
    z-index: 999;
    width: 0;
    overflow: hidden;
}
#search-panel-btn {
    position: fixed;
    right: 100px;
    z-index: 13;
    top: 25px;
    transition: all .2s;
	right: 100px;
    width: 180px;
}
#search-panel .panel-inner {
    padding: 150px 100px 50px;
}
#search-panel .panel-heading {
    font-size: 48px;
    line-height: normal;
    color: #2c2c2c;
}
#search-panel .copy p {
    width: 250px;
    max-width: 100%;
}
#search-panel .form-panel {
    width: 100%;
}

.form-panel.seamless {
    box-shadow: none;
    padding: 0;
}
.nav-tabs.lq-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: none;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: -10px;
}
.nav-tabs.lq-tabs li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid hsla(45,22%,68%,.3);
}
.nav-tabs.lq-tabs .line {
    position: absolute;
    height: 2px;
    width: 50%;
    bottom: 0;
    left: 0;
    background: #838755;
    z-index: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
}
.nav-tabs.lq-tabs li a {
    font-size: 26px;
    line-height: .7692307692em;
    letter-spacing: .02em;
    padding: 10px 0 16px;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2c2c2c;
    border: none;
    width: 100%;
    background: transparent;
    opacity: .6;
    transition: opacity .2s;
}


.btn-banner-search{
	padding: 15px 0;
	background: #2c2c2c;
    border-color: transparent;
    color: #fff;
    font-family: GothamLight , sans-serif;
    font-size: 12px;
    letter-spacing: .4666666667em;
    line-height: normal;
    text-transform: uppercase;
	width: 100%;
	text-align: center;
}

#intro {
    position: relative;
}

.page-banner {
    height: 100vh;
    position: relative;
    display: table;
    width: 100%;
}

.page-banner .content {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.page-banner .content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.page-banner .content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.page-banner .content a {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

.page-banner .form-panel {
    width: 100%;
    position: absolute;
    right: 10%;
    bottom: 0;
    top: 45%;
    background: #fff;
    max-width: 450px;
    box-shadow: 0 2px 9px 2px hsla(0, 0%, 60%, .2);
	max-height: 450px;
	height: 100%;
}

.page-banner .form-panel label {
    font-size: 12px;
    color: #838755;
	margin-bottom:0px;
}

.page-banner .form-panel .form-control {
    font-size: 16px;
}

#intro .video-container {
    width: 100%;
    overflow: hidden;
    height: 90vh;
    position: relative;
}

#intro .video-container video {
    width: 100%;
}

#intro .video-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: .2;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/




/*  Property Slider Section
--------------------------------*/
.property-slides .favourite-circle{
    width: 40px;
	padding: 9px 13px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 56px;
    z-index: 1;
	border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px 2px hsla(0,0%,100%,.3);
    cursor: pointer;
}

.property-wrap .property-tags, .facilities {
    list-style: none;
    margin: auto;
    padding: 10px 0 0;
}

.property-slides .owl-item {
    padding: 0 20px;
}
.property-slides{
	position: relative;
}
.property-slides .owl-nav{
	position: absolute;
    top: -60px;
    right: 150px;
}
.property-slides .owl-nav i{
	font-size: 30px;
}
.property-slides .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}
.share-circle{
	width: 40px;
    padding: 9px 13px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 56px;
    z-index: 1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 6px 2px hsla(0,0%,100%,.3);
    cursor: pointer;
	transition: all .5s ease;
	overflow: hidden;
}
.share-circle:hover{
	height: auto;
}
.share-circle i{
	margin-bottom: 8px;
}
.share-circle a{
	padding: 10px 0;
}
.property-slides .owl-nav .owl-next {
    
}

.property-wrap .facilities li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    padding-right: 5px;
    color: #838755;
}
.property-wrap .facilities li  i{
    margin-right: 2 px;
}
.property-wrap .property-tags {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
	margin-bottom: 10px;
}

.property-wrap h3 {
    font-size: 20px;
    margin: 7px 0 0;
}

.property-wrap .property-tags li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 10px;
    border-right: 1px solid #999;
	font-weight: 700;
	color: #999;
}

.property-wrap .property-tags li:last-child {
    border-right: none;
}

.property-images-slide .slick-prev {
    left: 25px;
}
.property-images-slide .slick-next {
    right: 25px;
}
.as-seen-slides .img-wrapper img {
    height: 70px;
}
.as-seen-slides .slick-prev,
.as-seen-slides .slick-next {
    opacity: 1;
    transition: opacity 0.5s;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 35px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #272727;
    border: none;
    outline: none;
    background: #ffffff;
}
.as-seen-slides .slick-prev {
    left: -50px;
}
.as-seen-slides .slick-next {
    right: 25px;
}
.as-seen-slides .slick-prev:before, .as-seen-slides .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #495057;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
}
.as-seen-slides .slick-prev:before {
    content: '←';
}
.as-seen-slides .slick-next:before {
    content: '→';
}
.property-images-slide .propery-img{
    position: relative
}
.property-images-slide .propery-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
.property-images-slide .slick-prev, 
.property-images-slide .slick-next {
    opacity: 0;
    transition: opacity 0.5s;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 35px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #272727;
    border: none;
    outline: none;
    background: #ffffff;
}

.property-images-slide:hover .slick-prev {
    opacity: 1;
}

.property-images-slide:hover .slick-next {
    opacity: 1;
}

.property-images-slide .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #495057;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
}

.property-images-slide .slick-next:before {
    content: '→';
}

.property-images-slide .slick-prev:before {
    content: '←';
}

/* Dots */
.property-images-slide.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #000;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100%;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.property-images-slide .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #000000;
    outline: none;
    background: #ffffff;
}


.text-link:before {
    right: 100%;
    margin-right: -40px;
    width: 40px;
}

.text-link:after {
    width: 10px;
    left: 100%;
    margin-left: -20px;
}

.text-link:after, .text-link:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #838755;
    transition: all .3s ease-in-out;
    margin-top: -1px;
}

.text-link::before {
    width: 40px;
}

.text-link::after {
    width: 10px;
}

.text-link:hover::before {
    width: 10px;
}

.text-link:hover::after {
    width: 40px;
}


/* Featured Categories
--------------------------------*/
.featured-categories
.img-container
.c-featured-img img {
    height: 400px;
    width: 100%;
}

.featured-categories .img-container .c-featured-info {
    padding: 10px 30px 10px 70px;
}
.featured-categories
.img-container .c-featured-info h4 {
    margin-bottom: 0px;
}
.featured-categories .slick-slide {
    margin: 0 !important;
}

.featured-category-slides .slick-slide {
    margin-right: 5%;
}
.featured-category-slides .c-featured-img{
    position:relative
}
.featured-category-slides .c-featured-img:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
.featured-category-slides .slick-arrow {
    position: absolute;
    right: 5%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 20px;
    outline: none;
}

.featured-category-slides .btn-next {
    top: 0%;
}

.featured-category-slides .btn-prev {
    top: 3%;
}

.featured-category-slides .btn-prev:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 18px;
    width: 1px;
    height: 300px;
    background: rgba(39, 39, 39, 0.37);
}
.featured-category-slides .slick-track{
margin-left: 0px;
}
.featured-categories-section {
    position: relative;
}

.featured-categories-section .slider-count {
    position: absolute;
    right: 5%;
    bottom: 100px;
    font-size: 18px;
}

.featured-categories-section .slider-count .divider {
    height: 2px;
    background: #bdbdbd;
    width: 20px;
}


/* Fragment  Banner
--------------------------------*/
.fragment-banner {
    margin-bottom: 100px;
    display: block;

    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 100px;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-top: 150px;
    background-position: left;
    position: relative;
}
.fragment-banner:after{
     content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
.fragment-content {
    padding: 100px;
    left: 0;
    bottom: -64px;
    position: relative;
    box-shadow: 0 2px 5px 2px hsla(0, 0%, 60%, .2);
    width: 50%;
    background-color: #ffffff;
    z-index: 2;
}


/* Our Partner Section
--------------------------------*/
.our-partner-section {
    position: relative;
}

.our-partner-section .our-partner-wrap {
    position: relative;
}

.our-partner-section .left-line {
    width: 280px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 8;
}

.our-partner-wrap .slider-count {
    position: absolute;
    bottom: -14px;
    left: 115px;
    font-size: 20px;
}

.our-partner-wrap .slider-count .divider {
    width: 24px;
    height: 1px;
    padding: 1px;
    background: #e2e3e5;
}

.our-partner-slick {
    margin-bottom: 100px !important;
}

.our-partner-slick .slick-slide {
    margin-right: 0;
    margin-bottom: 0;
}
.our-partner-slick .img-wrapper{
	text-align: center;
	padding: 0 20px;
	
}
.our-partner-slick .img-wrapper img {
    height: 70px;
}

.our-partner-slick .slick-arrow {
    position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    outline: none;
    left: 50px;
    z-index: 9;
    cursor: pointer;
}

.our-partner-slick .p-btn-prev {
    bottom: -84px;
}

.our-partner-slick .p-btn-next {
    bottom: -118px;
}


/* Fragment Double Section
--------------------------------*/
.fragment-double-section {
    margin-bottom: 100px;
}

.fragment-double-section .fragment-card {
    position: relative;
    overflow: hidden;
}
.fragment-double-section .fragment-card:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
.fragment-double-section .fragment-wrapper {
    position: relative;
}

.fragment-card img {
    transition: all .3s ease-in-out;
}

.fragment-wrapper:hover img {
    transform: scale(1.1);
}

.fragment-double-section .height {
    min-height: 550px;
}

.fragment-wrapper .body {
    box-shadow: 0 2px 9px 2px rgba(153, 153, 153, .2);
    background: #fff;
    padding: 50px 60px 15px;
    position: absolute;
    bottom: -70px;
    left: 60px;
    z-index: 3;
    width: 100%;
    max-width: 590px;
    transition: all .3s ease-in-out;
}

.fragment-wrapper:hover .body {
    padding: 50px 60px;
}

.fragment-wrapper .body .read-more-link {
    opacity: 0;
}

.fragment-wrapper:hover .body .read-more-link {
    opacity: 1;
}

.read-more-link {
    font-size: 16px;
    letter-spacing: .33125em;
    line-height: normal;
    color: #222;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.read-more-link::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 40px;
    background-color: #838755;
    margin-top: 0px;
}

/* Popular Destination
--------------------------------*/
.popular-dest-section{
	position: relative;
}
.popular-dest-section:before{
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 300px;
	background: #fafafa;
}
.slider-nav{
    margin-bottom: -140px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
    z-index: 11;
}

.slider-nav .active {
    opacity: 1;
}

.list-item-link {
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    padding-right: 15px;
    margin-left: -5px;
    font-size: 20px;
    color: black;
    opacity: .5;

}

.list-item-link::after {
    content: '';
    left: 100%;
    top: 50%;
    width: 0px;
    height: 2px;
    background-color: #838755;
    position: absolute;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.list-item-link:hover {
    opacity: 1;
}

.list-item-link:hover::after {
    width: 25px;
}


.p-slider-wrapper{
    position: relative;
}

.popular-dest-slider .cols {
    max-width: 848px;
    display: inline-block;
}

.popular-dest-slider .cols .img-wrapper img {
    max-width: 848px;
}
.popular-dest-slider .img-wrapper{
    position: relative;
}
.popular-dest-slider .img-wrapper:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
.popular-dest-slider .content-wrapper{
	padding-top:220px;
}
.popular-dest-slider .content-wrapper p {
    padding-right: 200px;
}

.popular-dest-slider .slick-arrow {
    position: absolute;
    z-index: 11;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 20px;
    left: 45%;
    outline: none;
}

.popular-dest-slider .button-prev {
    top: 6%;
}

.popular-dest-slider .button-next {
    top: 12%;
}

.popular-dest-slider .button-next::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1px;
    height: 260px;
    background: #272727;
}

.popular-destinations .content-wrapper {
    padding: 60px 0;
    width: 475px;
    max-width: 100%;
}
.p-slider-wrapper .slider-count{
    position: absolute;
    left: 50%;
	margin-left:-5%;
    bottom: 0px;
    font-size: 20px;
}
.p-slider-wrapper .slider-count .divider{
    width: 30px;
    height: 1px;
    background-color: #e2e3e5;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team-section .team-link:hover{
    color: #2c2c2c;
}
.team-section .team-link:hover .team-item h3 span{
    opacity: 1;
}
.team-section .team-link:hover .team-item .img-wrapper img{
    transform: scale(1.1);
}
.team-item{
    margin-bottom: 80px;
}
.team-item .img-wrapper{
    margin-bottom: 20px;
    overflow: hidden;
}
.team-item .img-wrapper img{
    transition: all .5s;
}
.team-item h4{
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: .25em;
    color: #999;
    line-height: 17px;
}
.team-item h3{
    color: #2c2c2c;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}
.team-item h3 span{
    color: #999;
    margin-left: 10px;
    opacity: 0;
    transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s;
    transition: opacity .2s,transform .2s,-webkit-transform .2s;
}

/*-----------------------------
Double Image Section
-----------------------------*/
.btn-second{
    background: #2c2c2c;
    border-color: transparent;
    color: #fff;
    padding: 22px 45px;
    font-size: 12px;
    letter-spacing: .4666666667em;
    line-height: normal;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-family: GothamBook, sans-serif;
}
.double-image-section{
    position: relative;
    overflow: hidden;
    padding-bottom: 250px;
    padding-top: 20px;
}
.double-image-section:before{
    content: "";
    position: absolute;
    bottom: 30%;
    left: 50%;
    width:100%;
    height: 1px;
    background: #838755;

}

.double-image-section .img-1{
    position: relative;
}
.double-image-section .img-2{
    position: absolute;
    top: 100px;
    max-width: 600px;
    width: 100%;
    left: 100px;
    z-index: 1;
    border: 60px solid #fff;
    box-shadow: 0 2px 9px 2px hsla(0,0%,60%,.2);
}

/*End Double Image Section*/

.news-wrapper{
    display: block;
    position: relative;
    overflow: hidden;
}
.news-wrapper img{
    width: 100%;
}
.news-wrapper:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
.post-body{
    z-index: 2;
    background:#fff;padding:10px 0;position: absolute;bottom:0;left: 0;width:100%;height: 115px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.post-body h3{font-size: 20px; font-family: GothamLight,sans-serif; font-weight: 700;}
.post-info{
    margin-top: 5px;
    margin-bottom: 5px;
}
.news-wrapper:hover{
    color:#272727;
}
.news-wrapper:hover .post-body{
    height: 130px;
}

.reviews-info p{
    padding-top: 5px;
    line-height: 2;
}
.reviews-info p span{
    font-weight: bold;
}
.reviews-info p i{
    margin: 0 5px;
}

.btn-outline-dark {
    color: #2c2c2c;
    border-color: #2c2c2c;
    font-size: 20px;
    border-radius: inherit;
    padding: 10px 30px;
}
.btn-outline-dark:hover{
    background-color: rgba(44,44,44,0.5);
    border-color: rgba(44,44,44,0.5);
}

.bookmark-circle{
    padding: 5px 12px;
    position: relative;
    bottom: 60%;
    left: 40%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    color: #838755;
    background: #fff;
    box-shadow: 0 2px 6px 2px hsla(0, 0%, 60%, .2);
    cursor: pointer;
}
/*End Destination Page*/
.dest-facilities ul{
    list-style: none;
    margin: 20px 0;
    padding: 0;
    font-family: GothamBook,sans-serif;
    font-weight: 700;
}
.dest-facilities li{
    display: inline-block;
}
.facility-tags li{
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    color: #999;

    text-transform: uppercase;
}
.facility-tags li:after{
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    height: 12px;
    width: 2px;
    background: #999;
}
.facility-icons li{
    margin-right: 20px;
    color: #838755;
}

.dest-d-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.dest-d-nav ul:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 770px;
    bottom: 0;
    left: -100px;
    background-color: rgba(131,135,85,0.5);
}
.dest-d-nav ul li{
    display: inline-block;
    margin-right: 15px;
    padding: 15px 0;
}
.dest-d-tab-section{
    overflow: hidden;
}

.dest-d-nav ul li a{
    color: #2c2c2c;
    font-family: GothamBook,sans-serif;
    font-weight: 700;
}

.dest-d-tab-section .content{
    position: relative;
    max-height: 400px;
    overflow: hidden;
}
.dest-d-tab-section .content:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6502976190476191) 60%, rgba(255,255,255,0.6923144257703081) 100%);
}
.book-form-section .book-form-container{
    position: relative;
}

.book-form .nav-pills .nav-link{
    padding: 10px 60px 10px 0;
    font-family: GothamBook, sans-serif;
    font-size: 20px;
    color: #5f5f5f;
    border-bottom: 2px solid rgba(131, 135, 85, 0.61);
    transition: all 0.3s ease-in-out;
}
.book-form .nav-pills .nav-link.active{
    color: #2c2c2c;
    background-color: #fff;
    border-radius: unset;
    border-bottom: 2px solid #838755;
    transition: all 0.3s ease-in-out;
}
#dp-island .ui-datepicker {
    width: 100%;
    font-family: GothamBook,sans-serif;
    font-size: 1em;
}
#dp-island  .ui-widget-content {
    border: none;
    background: #ffffff;
}
#dp-island .ui-widget-header {
    border: unset;
    background: none;
    color: #2c2c2c;
    font-weight: bold;
}
#dp-island tbody tr td{
    border: 1px solid rgba(44, 44, 44, 0.3);
    padding: 0;
}
#dp-island tbody tr td .ui-state-default{
    border: none;
    background: none;
    font-weight: normal;
    color: #2c2c2c;
    text-align: center;
}
#dp-island tbody tr .dp-highlight a{
    background: #2c2c2c;
    color: #FFFFFF;
}
.book-form{
    max-width: 400px;
    width: 100%;
    position: absolute;
    padding: 15px 35px;
    z-index: 99;
    top: -210px;
    right: 100px;
    box-shadow: 0 2px 9px 2px hsla(0,0%,60%,.2);
    background-color: #ffffff;
}

.book-form-fixed{
    position: fixed;
    top: 99px;
}

.book-form-absolute{
    right: 50px;
}
.book-form .btn-book, .btn-enquire{
    display: block;
    width: 100%;
    background: rgba(44, 44, 44, 0.70);
    color: #fff;
    font-family: GothamBook, sans-serif;
    border: none;
    letter-spacing: 3px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-form .btn-book , .btn-enquire:hover{
    background: #2c2c2c;
}

.book-form .form-control:disabled, .form-control[readonly] {
     background-color: unset;
     opacity: unset;
}
.book-form .book-img{
    position: relative;
    top: -30px;
}
.book-form .book-img img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 10px;
}
.book-form .book-content p{
    margin-bottom: 5px;
}

.rate-section{
    background-color: hsla(0,0%,60%,.05);;
    padding: 60px 0;
}
.rate-section .collapse-title{
    position: relative;
    padding: 15px 0;
    margin-bottom: 15px;
}
.rate-section .collapse-title a{
    color: #2c2c2c;
}
.rate-section .collapse-title h4{
    position: relative;
}
.rate-section .collapse-title h4:after{
    content: "\f107";
    position: absolute;
    color: #2c2c2c;
    transition: all 0.3s;
    right: 0;
    top: 50%;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.rate-section .collapse-title .collapsed h4:after{
    transform: rotate(180deg);
}

.rate-section .collapse-title:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(131,135,85,0.5);
}


/*Gallery CSS*/
.dest-gallery-section .gallery{
    position: relative;
}
.dest-gallery-section .gallery .slider-count{
    position: absolute;
    bottom: 220px;
    right: -58px;
    text-align: center;
}
.dest-gallery-section .gallery .slider-count .divider{
    height: 1px;
    width: 20px;
    background: #2c2c2c;
}
.dest-gallery-thumb-slides{
    position: relative;
}
.dest-gallery-thumb-list .slick-slide{
    overflow: hidden;
    outline: none;
}
.dest-gallery-thumb-list .slick-slide img{
    transition: all .5s ease-in-out;
}
.dest-gallery-thumb-list .slick-current img{
    transform: scale(0.7);
}
.dest-gallery-thumb-slides .btn-gallery-next, .btn-gallery-prev{
    position: absolute;
    right: -80px;
    z-index: 99;
    background: none;
    border: none;
    font-size: 20px;
    box-shadow: none;
    outline: none;
}
.dest-gallery-thumb-slides .btn-gallery-prev{
    outline: none;
    cursor: pointer;
}
.dest-gallery-thumb-slides .btn-gallery-next{
    top: 30px;
    cursor: pointer;
}
.dest-gallery-thumb-slides .btn-gallery-next:after{
    content: "";
    position: absolute;
    height: 500px;
    top: 30px;
    left: 14px;
    background-color: #2c2c2c;
    width: 1px;
}

/*End Gallery Css*/
/*Destination Detail Page*/
/*hotel us section */
.hotel-us-section{
    background-image: url("../img/hotel-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 170px;
    padding-bottom: 100px;
    background-position: 50% 50%;
}
/*contact us section */
.contact-us-section{
    background-image: url("../img/contact-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 170px;
    padding-bottom: 100px;
    background-position: 50% 50%;
}
.contact-form{
    background: #fff;
    box-shadow: 0 2px 9px 2px hsla(0,0%,60%,.2);
    padding: 50px 60px;
    margin-top: -150px;
}

.contact-us-form label{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-form .form-content img{
    height: 80px;
    width: 80px;
    position: relative;
    border-radius: 50%;
    top: -20px;
    margin-right: 30px;
}
.contact-form .form-content p{
    margin: 0;
}
/*End Contact us Section*/

/*End Destination Page*/

/*Location Hire */

.location-img-link h5{
    color: #2c2c2c;
    letter-spacing: 10px;
}
.location-img-wrap{
    overflow: hidden;
    position: relative;
}
.location-img-wrap:after{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4;
}
.location-img-wrap img{
    transition: all 0.3s ease;
}
.location-img-link:hover .location-img-wrap img{
    transform: scale(1.01);
}
.location-form-content{
    margin-bottom: -170px;
}


/*End Location Hire*/

/*Deatil Pages*/
.detail-banner-img{
    position: fixed;
    height: 100vh;
}
.detail-banner-img.fixedauto{
    position: absolute;
    bottom: 0;
    height: auto;
}
/*End Deatil Pages*/

.post-content{
    position: absolute;
    padding: 15px;
    bottom: 0;
    background-color: #fff;
    left: 0;
	width:100%;
    height: 70px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.post-content p{
    margin-bottom: 10px;
}
.post-item:hover .post-content{
    height: 120px;
}
.post-content span{
    font-size: 10px;
}
.post-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.blog-detail-img{
    height: 400px;
    display: block;
    width: 100%;
}
.blog-detail-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-section .grid-item{
    margin-bottom: 35px;
}
.gallery-section .grid-item img{
    width:100%;
	height:470px;
        -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.gallery-section .fancybox{
    display: block;
    position: relative;
}
.gallery-section .fancybox::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.grid-item:hover .fancybox::after{
    left: 15px;
    top: 15px;
}
.gallery-menu ul{
    list-style: none;
}
.gallery-menu a{
    position: relative;
}
.gallery-menu a::after{
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    height: 1px;
    width: 0;
    background-color: #000000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}
.gallery-menu ul li:hover ::after{
    width: 50%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.main-section {
    border-top: 1px solid rgba(74, 74, 74, .15);
    padding: 60px 0;
    font-size: 14px;
}

#footer .footer-social-links {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

#footer .footer-social-links li {
    display: inline-block;
    margin-right: 10px;
}

#footer .footer-social-links li a {
    padding: 5px;
    font-size: 16px;
    color: #2c2c2c;
}

#footer .footer-social-links li a:hover {
    color: #838755;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li a {
    display: inline-block;
    padding: 8px 10px;
    color: #999;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

.after-line li a {
    position: relative;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #2c2c2c;
    font-weight: 400;
    text-decoration: none;
    padding-right: 40px;
}

.after-line li a::after {
    content: '';
    position: absolute;
    top: 45%;
    width: 25px;
    height: 2px;
    background-color: #999;
    left: 100%;
    transition: all 0.3s ease-in-out;
}

.after-line li a:hover::after {
    left: 110%;
}
.footer-links .light{
    opacity: 0.5;
}


.base-footer-section {
    border-top: 1px solid rgba(74, 74, 74, .15);
    padding: 26px 0;
    font-size: 13px;
    font-weight: 400;
}


.base-footer-links ul {
    list-style: none;
    margin: auto;
    padding: 0;
}

.base-footer-links ul li {
    display: inline-block;
    margin-right: 10px;
}
.base-footer-links ul li a{
    position: relative;
}

.base-footer-links ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    right: -6px;
    background: #000;
}

.base-footer-section a:hover {
    color: #838755;
}


.img-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.charity-banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.progress-line{
    margin: 5px 0;
    height: 8px;
    width: 100%;
    background-color: #e0e0e0;
}
.inner-line{
    height: 8px;
    width: 40%;
    background-color: rgb(59, 137, 255);
}
.text-red{
    color: red;
}
.btn-primary{
    background-color: #838755;
    border-color: #838755;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.btn-primary.white{
    background-color: #fff;
    border-color: #fff;
    color: #444444;
}
.btn-primary.white:hover{
    color: #fff;
}
.btn-primary:hover{
    background-color: #444444;
    border-color: #444444;
}
.slick-slide:focus{
    outline: none;
}
.charity-slider .slick-arrow{
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0;
    z-index: 11;
    font-size: 40px;
    color: rgba(131, 135, 85, 0.61);
    cursor: pointer;
}
.charity-slider .slick-prev{
    left: 30px;
}
.charity-slider .slick-next{
    right: 30px;
}
.testimonials{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.test-img{
    width: 50px;
}
.test-img img{
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.charity-detail-nav{
    transition: all .4s ease ;
    -webkit-transition: all .4s ease ;
    -moz-transition: all .4s ease ;
    -ms-transition: all .4s ease ;
    -o-transition: all .4s ease ;
}
.charity-detail-nav.fixed{
    padding-top: 10px;
    position: fixed;
    top: 32px;
    z-index: 99;
    background: #fff;
    width: 100%;
}
.charity-detail-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.charity-detail-nav ul li{
    display: inline-block;
}
.charity-detail-nav ul li a{
    padding: 10px;
    position: relative;
}
.charity-detail-nav ul li a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #444444;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    
}
.charity-detail-nav ul li:hover a::after{
    width: 20px;
}
.charity-detail-nav ul li a.active::after{
    width: 20px;
}
.charity-info .content{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(131,135,85,0.9);
    color: #fff;
    width: 100%;
    height: 100%;
}
.img-black{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.bullet-points{
    list-style: none;
    padding: 0;
    margin: 0;
}
.bullet-points li{
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}
.bullet-points li::after{
    content: "\f00c";
    position: absolute;
    left: 0;
    padding: 4px;
    width: 22px;
    height: 22px;
    border: 1px solid #838755;
    color: #838755;
    border-radius: 50%;
    top: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

}
.bg-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-banner{
    height: 410px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.event-banner::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.event-banner .inner-banner{
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.event-banner-slider .slick-arrow{
    z-index: 5;
    position: absolute;
    right: 100px;
    bottom: 20px;
}
.event-banner-slider .btn-next{
    right: 50px;
}
.filter-navigation{
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-navigation li{
    margin: 0 5px;
}
.bg-overlay{
    position: relative;
    z-index: 1;
}
.bg-overlay::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.accordionUpdates .card{
    margin-bottom: 10px;
    background-color: transparent;
}
.accordionUpdates .card-header{
    background-color: #fff;
    padding: 5px;
}
.accordionUpdates .card-header .btn-link{
    color: #444444;
    font-weight: bold;
    text-align: left;
    display: block;
    position: relative;
}
.accordionUpdates .card-header .btn-link::after{
    content: "-";
    position: absolute;
    right: 8px;
    font-weight: 400;
    font-size: 20px;
}
.accordionUpdates .card-header .btn-link.collapsed::after{
    content: "+";
}
.accordionUpdates .card-header .btn-link:hover, 
.accordionUpdates .card-header .btn-link:focus{
    text-decoration: none;
}
.accordionUpdates .card-body{
    background-color: transparent;
}
.cause-item{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.cause-item img{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.cause-item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.cause-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    width: 100%;
}

.cause-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5),rgba(0,0,0,1));
    -moz-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5),rgba(0,0,0,1));
    -o-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5),rgba(0,0,0,1));
    -webkit-background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.5),rgba(0,0,0,1));
}

/*
# Events Page
*/
.event-item a:hover{
    color: #272727;
}
.event-item .img-box{
    position: relative;
    overflow: hidden;
}
.event-item .img-box::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(131,135,85,0.5);
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.event-item .img-box .icon{
    position: absolute;
    top: 0;
    z-index: 3;
    right: 0;
    height: 100%;
    background-color: #838755;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.event-item .img-box .icon i{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.event-item:hover .img-box::after{
    opacity: 1;
}
.event-item:hover .img-box:hover .icon{
    opacity: 1;
    visibility: visible;
}

.populars{
    overflow-x: auto;
}
.btn-outline{
    border-color: #272727;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.btn-outline:hover{
    background-color: #272727;
    color: #fff;
}
.divider-bar{
    position: relative;
}
.divider-bar::after{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #5f5f5f;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/*Tour Plan Page */
.tour-plan-banner{
    height: 280px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.tour-plan-banner a{
    color: #fff;
}
.tour-plan-banner .dropdown-menu a{
    color: #272727;
}
.tour-plan-banner .dropdown-menu a.disabled{
    font-size: 12px;
}
.tour-plan-banner .container-fluid{
    position: relative;
    z-index: 4;
}
.tour-plan-banner::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    z-index: -1;
}
.tour-plan-form .dropdown-menu.show{
    width: 400px;
    display: table;
}

.border-shadow {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
}
.location-icon{
    color: #fff;
    line-height: 31px;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.location-icon i{
    font-size: 14px;
}
.adjust-location:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.btn:focus{
    outline: none;
    box-shadow: none;
}
.border-shadow small{
    font-size: 12px;
}
.location-menu a:hover{
    background-color: #838755;
    color: #fff;
}
.location-menu a{
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.location-menu a::after{
    position: absolute;
    left: 16px;
    padding: 4px;
    top: 12px;
    content: "\f00c";
    font-size: 11px;
    height: 18px;
    color: #fff;
    width: 18px;
    background-color: #838755;
    border-radius: 50%;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/*Blog Page */
.post-item{
    position: relative;
    min-height: 270px;
    width: 100%;
    z-index: 1;
}
.post-item:hover a.btn-play {
    background-size: 0;
}
.post-item::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .4);
    z-index: 1;
    opacity: 1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.post-wrapper:hover .post-item::after{
    background-color: rgba(0, 0, 0, .4);
}
.post-item:hover .post-item::after{
    opacity: 0;
}
.post-item.h-560{
    min-height: 560px;
}
.tab-slider .post-item{
    min-height: 424px;
}

.post-item .post-image{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-item .content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 4;
}
.post-item a{
    color: #fff;
}
.post-item a,
.vertical-posts a,
.weekly-slider a,
.selected-slider .slide-item a{
    padding-bottom: 6px;
    background: linear-gradient(to right,currentColor 0%,currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.post-item:hover a, 
.vertical-posts a:hover,
.weekly-slider a:hover,
.selected-slider .slide-item a:hover{
    background-size: 100% 3px;
    display: inline;
}

.post-footer span,.post-footer i{
    font-size: 12px;
    font-weight: 700;
}
.post-footer span,.post-footer img{
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.post-item .content:after{
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44.79%,rgba(0,0,0,.35) 63.54%,#000 100%);
    background: -o-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44.79%,rgba(0,0,0,.35) 63.54%,#000 100%);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44.79%,rgba(0,0,0,.35) 63.54%,#000 100%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.vertical-posts .img-thumb{
    width: 94px;
    height: 98px;
    overflow: hidden;
    position: relative;
}
.vertical-posts .img-thumb:after{
    content: "";
    position: absolute;
    left:0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.vertical-posts .img-thumb .play{
    position: absolute;
    left: 50%;
    top:50%;
    color: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.vertical-posts .img-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-tabs .nav-link{
    position: relative;
    padding: 0;
    margin: 0 10px;
}
.post-tabs .nav-link:hover, .post-tabs .nav-link.active{
    border-bottom: 1px solid;
}
.btn-social{
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.btn-social:hover{
    color: #fff;
}
.btn-social.facebook{
    background-color: #3b5998;
}
.btn-social.twitter{
    background-color: #1dcaff;
}
.btn-social.instagram{
    background-color: #C32AA3;
}
.btn-social.youtube{
    background-color: #e52d27;
}

.weekly-slider .slick-dots{
    bottom: 80px;
}
.weekly-slider .item h4{
    font-size: 18px;
}
.post-categories .post-thumb{
    min-height: 170px;
    position: relative;
}
.post-categories .post-thumb::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.post-categories a:hover .post-thumb::after{
    background-color: rgba(0, 0, 0, .5);
}
.post-categories .post-thumb img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-categories .post-thumb .title{
    z-index: 2;
    padding: 5px 10px;
    background-color: #838755;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.post-categories .post-thumb .title .count{
    position: absolute;
    top: -18px;
    right: -11px;
    text-align: center;
    background-color: red;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.featured-videos .post-item{
    min-height: 510px;
}
.btn-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.selected-slider .content-footer img{
    display: inline-block;
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.selected-slider .image-box{
    position: relative;
    overflow: hidden;
}
.selected-slider .image-box img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.selected-slider .image-box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.selected-slider .image-box span{
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #838755;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    z-index: 5;
}
.selected-slider .slick-arrow{
    cursor: pointer;
    position: absolute;
    right: 100px;
    top: -60px;
    z-index: 4;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 1px solid #272727;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.selected-slider .slick-arrow:focus{
    outline: none;
}
.selected-slider .next{
    right: 50px;
}
.clients-slider .owl-item img {
    display: block;
    width: auto;
    margin: auto;
}
/* BOOKING FORM */

.booking-form-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.booking-form{
    position: relative;
}
.booking-form #errors{
    position: absolute;
    top: 62px;
    left: 53px;
}
.booking-form .custom-container{
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}
.position-y-center{
    position: absolute;
    top: 50%;
    width: 100%;
    left:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.step-image{
    height: 100vh;
    display: table;
}
.step-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.booking-form .step{
    display: none;
}
.btn-outline-primary{
    border-color: #838755;
    color: #838755;
}
.btn-outline-primary:hover{
    background-color: #838755;
    color: #fff;
    border-color: #838755;
}
@media(max-width: 768px){
    .booking-form .step{
       padding-top: 0;
    }
    .step-image{
        display: none;
    }
    .form-buttons{
        text-align: center;
    }
    .booking-form #errors{
        left: 0;
        top: 70px;
        position: relative;
    }
}
.booking-form .select2-container{
    width: 100% !important;
}
.booking-form .select2-container .select2-selection--single{
    height: calc(2.875rem + 2px) !important;
}
.booking-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
}
/*END  BOOKING FORM */
/* ENQUIRY FORM */
.enquiry-form-banner{
    position: relative;
    height: 450px;
    overflow: hidden;
}
.enquiry-form-banner img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enquiry-form-banner .inner-banner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    color: #fff;
}
.enquiry-form{
    background-color: #F2F2F0;
}
/* END ENQUIRY FORM */
.audio-button{
    position: absolute;
    bottom: 50px;
    right:50px;
    font-size: 24px;
    color: #fff;
    z-index: 99;
}
.property-images-slide img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 237px;
}
.blog-detail-img,.white-shade{
      position: relative;
}
.blog-detail-img:after,.white-shade:after,.bg-img-cover:after{
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (min-width: 1024px) {

}
@media(max-width: 1399px){
    .mtn{
        margin-top: -100px;
    }
    .popular-dest-slider .img-wrapper {
        top: 218px;
    }
    
    .popular-dest-slider .button-prev {
        top: 30%;
        left: 36%;
    }
    .popular-dest-slider .button-next {
        top: 35%;
        left: 36%;
    }
    .p-slider-wrapper .slider-count {
        left: 41%;
        bottom: 96px;
    }
}
@media (max-width: 1100px) {
    .back-to-top {
        bottom: 15px;
    }

    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
        max-height: 40px;
    }

    #intro h2 {
        font-size: 28px;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}

@media only screen and (max-width: 1800px) {
    h5 {
        font-size: 10px;
        margin-bottom: 10px;
    }
}

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

}
@media(max-width:1500px) {
	.fragment-wrapper .body {
		left: 60px;
		width: 100%;
		max-width: 500px;
	}
	
	.popular-dest-slider .button-next::after {
		height: 230px;
	}
	
	.footer-links ul li a {
    
		font-size: 10px;
    
	}
    .double-image-section .img-2 {
        top: 0;
        left: 0;

    }
    .bookmark-circle {
        bottom: 50%;
        left: 35%;
    }
    .text-link {
        font-size: 14px;
    }

    .dest-gallery-thumb-slides .btn-gallery-next:after {
        height: 266px;
    }
}
@media(max-width:1199px) {
    .mega-menu{
        padding-top: 90px;
    }
    .main-nav{
        display: block;
        text-align: right;
    }
    .main-nav ul{
        display:none;
        float: left;
        background: #fff;
        position: absolute;
        top: 40px;
        left: -145px;
        padding: 10px;
    }
    .main-nav li {
        display: block;
        padding-right: 0;
        text-align: left;
    }
    .page-banner {
        height: auto;
        margin-bottom: 40px;
    }
    #intro .video-container {
        height: 450px;
    }
    .fragment-banner{
        margin-right: 0;
    }
    .fragment-double-section .height {
        min-height: 638px;
    }
    .slider-nav{
        margin-bottom: 8px;
    }
    .popular-dest-slider .content-wrapper {
        padding-top: 30px;
    }
    .popular-dest-slider .button-next::after {
        height: 116px;
    }
     .height.press-release{
        min-height: auto;
    }
    .height.press-release .fragment-wrapper .body {
        left: 0;
        position: relative;
        top: -10px;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    .height.mtn{
        margin-top: 0;
    }
    .book-form{
        right: 24px;
    }
    .dest-gallery-section .gallery .slider-count{
        bottom: 0;
    }
}
@media(max-width:991px)  {
    .page-banner .content h1 {
        font-size: 30px;
    }
    .page-banner {
        padding-top: 90px;
    }
    .fragment-banner{
        background-size: contain;
        padding-top: 260px;
        background-position: top center;
    }
    .fragment-content{
        width: 100%;
        padding: 50px 100px;
    }
    .text-link{
        padding: 8px 30px 8px 24px;
    }
    .text-link::before {
        width: 12px;
        left: 0;
    }
    .fragment-double-section .height {
        min-height: auto;
    }
    .fragment-wrapper .body {
        position: relative;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 20px;
        bottom: 0;
    }
    .popular-dest-slider .content-wrapper p {
        padding-right: 20px;
    }
    .popular-dest-section:before{
        top: -12px;
        height: 300px;
    }
    .our-partner-slick .p-btn-prev {
        bottom: 16px;
        left: -50px;
    }
    .our-partner-slick .p-btn-next {
        bottom: 0;
        left: -50px;
    }
    .our-partner-wrap .slider-count {
        position: absolute;
        bottom: 140px;
        left: -32px;
        font-size: 20px;
    }
    .popular-dest-slider .button-next::after {
        height: 50px;
    }
    #map iframe{
        height: 320px;
    }
    .fragment-double-section {
        margin-bottom: 30px;
    }
   .double-image-section .img-2{
       position: relative;
       border: 20px solid #fff;
   }
   .double-image-section:before{
       display: none;
   }
   .double-image-section{
       padding-bottom: 30px;
   }
   .vertical-posts .img-thumb {
        width: 100%;
        object-fit: cover;
        margin-bottom: 5px;
    }
    .dest-gallery-thumb-list{
        margin-top: 20px;
    }
    .dest-gallery-section .gallery .slider-count{
        bottom: 66px;
        
    }
   
}
@media(max-width:767px)  {
    p {
        margin: 0 0 15px 0;
    }
    .h3, h3 {
        font-size: 1.28rem;
    }
    .main-nav ul{
        left: -164px;
        width: 300px;
    }
    .closeMegaMenu {
        right: 30px;
        top: 0;
        z-index: 9999;
    }
    .mega-menu{
        padding-top: 92px;
    }
    .mega-menu .border-top{
        padding-top: 10px;
    }
    .mega-menu a.text-link {
        padding: 0;
    }
    .mega-menu a.pull-right{
        float: left !important;
    }
    .mega-menu a.text-link:after, 
    .mega-menu a.text-link:before{
        display: none;
    }
    .mega-menu-container h5{
        margin-top: 15px;
    }
    .mega-img-container{
        margin: 20px 0;
    }
    #page-fixed-links{
        display:none;
    }
    #intro .video-container {
        height: 70vh;
    }
    .page-banner .content {
        position: absolute;
        left: 0;
        top: 60%;
        transform: translateY(-50%);
    }
    .page-banner .img {
        height: auto;
    }
    .page-banner .content h1 {
        font-size: 20px;
    }
    .page-banner .content a {
        font-size: 14px;
        padding: 0;
    }
    .page-banner .content a.text-link::before {
        left: -18px;
        top: 11px;
    }
    .page-banner .content a.text-link::after {
        width: 10px;
        top: 35px;
        margin-left: 0;
    }
    #intro .video-container::after{
        z-index: 1;
        opacity: .2;
    }
    .property-slides .owl-nav {
        position: absolute;
        top: -49px;
        right: 245px;
    }
    .property-wrap .property-tags li{
        margin-right: 0;
    }
    .fragment-banner {
        padding-top: 170px;
        margin-bottom: 20px;
    }
    .fragment-content {
        padding: 20px;
        bottom :0;
    }
    .property-slides .owl-item {
        padding: 0 10px;
    }
    .property-wrap .facilities li{
        margin-right: 5px;
    }
    h2 {
        font-size: 24px;
    }
    .featured-category-slides .slick-slide {
        margin-right: 8%;
    }
    .container-fluid-100 {
        padding: 0 20px;
    }
    .popular-dest-slider .content-wrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .popular-dest-slider .content-wrapper p{
        margin-bottom: 10px;
        height: 194px;
        overflow: hidden;
    }
    .popular-dest-slider .img-wrapper{
        height: 300px !important;
        overflow: hidden;
        margin-bottom: 30px;
        display: block;
        position: relative;
    }
    .popular-dest-slider .img-wrapper::after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,.3);
    }
    .popular-dest-slider .img-wrapper img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .popular-dest-slider .button-prev {
        top: 45%;
    }
    .popular-dest-slider .button-next {
        top: 50%;
    }
    .popular-dest-slider .slick-arrow{
        left: 85%;
        color: #fff;
    }
    .p-slider-wrapper .slider-count {
        left: 90%;
        bottom: 82px; 
        color: #fff;
    }
    .popular-dest-slider .button-next::after{
        background: #fff;
        height: 100px;
    }
    .popular-dest-section:before {
        top: -12px;
        height: 100%;
    }
    .fragment-double-section {
        margin-bottom: 30px;
    }
    .our-partner-slick {
        margin-bottom: 30px !important;
    }
    .our-partner-section .left-line{
        top: 84%;
    }
    .our-partner-wrap .slider-count{
        bottom: 84px;
    }
    .selected-slider .slick-arrow{
        right: 50px;
    }
    .selected-slider .next {
        right: 4px;
    }
    .detail-banner-img.fixedauto{
        position: relative;
    }
    .contact-form{
        padding: 20px;
    }
    .dest-gallery-thumb-slides .btn-gallery-next,.dest-gallery-thumb-slides .btn-gallery-prev{
        right: 0;
        top: -50px;
    }
    .dest-gallery-thumb-slides .btn-gallery-next{
        top: -30px;
    }
    .dest-gallery-section .gallery .slider-count{
        display: none;
    }
    .dest-gallery-thumb-slides .btn-gallery-next:after{
        display:none;
    }
    .dest-d-tab-section .content:after{
        display: none;
    }
    #readmoreToggle{
        display: none;
    }
    .gallery-menu ul{
        padding: 0;
    }
    .gallery-menu ul li{
        float: left;
        display: block;
        width: 50%;
        margin-bottom: 8px;
    }
    .main-section{
        padding: 60px 0 20px;
    }
    .featured-categories .img-container .c-featured-img img{
        height: auto;
    }
    .featured-categories .img-container .c-featured-info {
        padding: 10px;
    }
    .featured-categories-section .slider-count {
        bottom: 35px;
    }
    .site-section.my-5{
        margin: 1rem 0 !important;
    }
    .post-item.h-560,.post-item,.tab-slider .post-item {
        min-height: auto;
    }
    .post-item .post-image {
        position: relative;
    }
    .vertical-posts .img-thumb{
        height: auto;
    }
    .post-tabs{
        width: 100%;
    }
    .blog-detail-img{
        height: auto;
    }
    .property-img {
        height: 200px;
    }
    .property-images-slide img{
        height: 100%;
    }
    .post-body {
        position: relative;
        height: auto;
    }
    .page-banner {
        margin-bottom: 10px;
    }
    .contact-form .form-content img{
        left: 100px;
    }
    .operator-info{
        margin-bottom: 15px;
    }
}
@media(max-width:639px)  {}
@media(max-width:480px)  {}
@media(max-width:359px)  {}


