/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    font-family: 'Playfair Display', serif;
}


.sidebar {
  width: 25%;
  height: 10vh; // experiment with this value, try changing to 110vh
  
  overflow: auto;
  position: -webkit-sticky;
  position: fixed;
  top: 50%;
  z-index:999999;
}

 /* submenu positioning*/
.navbar-nav ul {
  position: absolute;
  
  
  z-index: 1;
  left: -555em;
}
.navbar-nav > li:hover > ul {
  left: auto;
  padding-top: 3px  ;
  float:left;
  padding-left:-3px;
  
}



ul li ul li{
    
  color:#00CC99;
  list-style:none;
  background:gray;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.sec-padding {
    padding-top: 30px;
    padding-bottom: 100px;
}

.sec-title {
    text-align: center;
}

.sec-title span {
    position: relative;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 35px;
    line-height: 26px;
    color: #333333;
    border-bottom: 2px solid #e4e4e4;
    text-transform: capitalize;
    padding-bottom: 25px;
}

.sec-title span:before {
    content: '';
    position: absolute;
    top: 51px;
    left: 40%;
    display: block;
    border: 1px solid #00ab5a;
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sec-subtitle {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.white {
    color: #ffffff !important;
}

.gray {
    color: #808285;
}

.view-all-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border-radius: 0;
    text-decoration: none !important;
    color: #fff !important;
    background: rgba(51, 51, 51, .8);
    text-transform: uppercase;
    padding: 9px 24px;
    transition: box-shadow .3s;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.transparent-header {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
}

.transparent-topmenu-header {
    background: #0c0c0c;
    opacity: .8;
    top: 100px;
    left: 0;
    width: 100%;
   -- position: absolute;
    z-index: 9;
}

.haeder-main-wrapper {
    padding: 15px 0;
    background: rgba(28, 28, 28, 0.35);
}

.header-address span {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #000;
	font-weight:bold;
}

.header-social-link {
    display: inline-block;
}

.header-social-link a {
    font-size: 20px;
    line-height: 32px;
    color: #056839;
    padding-right: 5px;
	padding-left:5px;
	
	/*
	border:2px solid #fff;
	border-radius:15px;
	*/
}

.header-address,
.header-right {
    display: flex;
    justify-content: center;
}

a.book-now-button {
    font-family: 'Open Sans', sans-serif;
    color: #056839;
    border: 2px solid #000;
    padding: 4px 10px;
	margin-left:5px;
	border-radius:15px;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    margin: 0 -60px;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #01a356;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #01a356;
    border-bottom: 3px solid #01a356;
}

.navbar-nav .active .nav-link {
    border-bottom: 3px solid #01a356;
}

.navbar-nav li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 5px !important;
    margin-right: 5px !important;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 16px;
}

/* booking setction */
.form-group {
    display: flex;
    justify-content: center;
}

.hero-booking-area {
    position: relative;
}

.hero-booking-area:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #222222;
    opacity: 0.85;
}

.booking-background-style {
    background: url('../assets/img/booking-bg.jpg');
}

.booking-background-style [class*="form-col"] {
    padding: 1.85rem 1.85rem 2.5rem;
    border-color: #6d6d6d;
    border-style: solid;
    border-width: 0 1px 0px 0;
    z-index: 1;
}

.midori-booking-form .form-col--arrival-date {
    border-left: 1px solid #6d6d6d;
}

.midori-btn {
    -webkit-appearance: none;
    outline: none;
    border: none;
}

.midori-btn--scheme-primary {
    background: #20a25a;
    color: #fff;
    padding: 15px 25px;
    margin-top: 20px;
}

.form-control {
    margin: auto;
    border: 0;
    background: transparent;
    color: #fff;
}

.midori-booking-form .form-col--arrival-date input.midori-datepicker,
.midori-booking-form .form-col--departure-date input.midori-datepicker {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    opacity: 0;
}

.room-type {
    padding-bottom: 10px;
}

.midori-field-datepicker--style-1 {
    display: block;
    position: relative;
   -- padding-right: 2.3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.midori-field-datepicker--style-1 .midori-field-datepicker-day {
    font-family: "Old Standard TT", serif;
    color: #fff;
    font-size: 3.7rem;
    line-height: 0.82;
    display: block;
    letter-spacing: -0.125rem;
    margin-right: 0.75rem;
    float: left;
    position: relative;
    top: 5px;
}

.midori-field-datepicker--style-1 .midori-field-datepicker-others {
    display: block;
    overflow: hidden;
}

.midori-field-datepicker--style-1 .midori-field-datepicker-month-year:not(:last-child) {
    margin-bottom: 0.3rem;
}

.midori-field-datepicker--style-1 .midori-field-datepicker-month-year {
    font-family: "Playfair Display", serif;
    line-height: 1.25rem;
    color: #fff;
    display: block;
}

.midori-field-datepicker--style-1 .midori-field-datepicker-dayname {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    text-transform: uppercase;
}

.midori-field-counter {
    position: relative;
    padding-right: 3rem;
}

.midori-field-counter-value {
    font-family: "Old Standard TT", serif;
    color: #fff;
    font-size: 3.7rem;
    line-height: 0.82;
    position: relative;
    top: 5px;
}

.midori-field-counter-control {
    font-size: 1.25rem;
    line-height: 1;
    position: absolute;
    right: 0;
    -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #ffffff;
}

.midori-field-counter-control:hover {
    text-decoration: none;
    columns: #cccccc;
}

.midori-field-counter-control--increase {
    top: 0;
}

.midori-field-counter-control--decrease {
    bottom: 0;
}

.midori-field-datepicker--style-1::before {
    font-family: 'IcoFont';
    content: "\eac8";
    font-size: 1.25rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.625rem;
}

.midori-field-counter-control::after {
    font-family: 'IcoFont';
}

.midori-field-counter-control--increase::after {
    content: "\eacb";
}

.midori-field-counter-control--decrease::after {
    content: "\eac8";
}

/* booking setction */

.accommodation {
    background: url('../assets/img/accomendation/accomendation-bg.jpg') no-repeat;
    background-position: bottom;
}

.accommodation img {
    width: 100%;
}

.acc-card .card-content {
    background: #f2f2f2;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 20px;
}

.card-content .acc-price {
    color: #00ab5a;
}

.card-content .acc-price span {
    font-size: 13px;
    color: #8a8a8a;
}

.acc-card .card-action {
    background: #056839;
    padding: 16px 0;
    text-align: center;
}

.card-action a {
    font-size: 18px;
    color: #fff;
}

.card-action a:hover {
    text-decoration: none;
}

.facilities-services {
    background: #333333;
}

.facilities-services .service-block {
    text-align: center;
    background: #222222;
    padding: 30px 0;
}

.service-block .service-title {
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #fff;
    font-size: 16px;
    height: 25px;
}

.service-block i {
    display: block;
    font-size: 55px;
    color: #00ab5a;
    padding-bottom: 10px;
}

.gallery {
    position: relative;
}

.gallery img {
    width: 100%;
}

.gallery .gallery-button {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.buynow-advertisement {
    background: #056839;
    padding-top: 30px;
    padding-bottom: 30px;
}

.buynow-advertisement span {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    display: inline-block;
    padding-top: 10px;
}

.buynow-advertisement a {
    font-family: 'Open Sans', sans-serif;
    float: right;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 30px;
}



/* ==========================================================================
   Footer styles
   ========================================================================== */
footer {
    font-family: 'Open Sans', sans-serif;
    background: url('../assets/img/footer.jpg') no-repeat;
    position: relative;
    color: #ffffff;
}

.footer::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #222222;
    opacity: 0.9;
}

footer .footer-title h3 {
    font-size: 22px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    cursor: default;
}

footer .footer-menu li {
    list-style: none;
}

footer .footer-menu li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 28px;
    color: #c0c0c0;
    transition: all .5s;
}

footer .footer-menu li a:hover {
    color: #00a651;
}

.footer-menu {
    padding: 0;
}

.footer-menu .title {
    display: block;
    color: #00ab5a;
}

.footer-social-icon {
    margin: 0;
    padding-top: 10px;
    padding-left: 0;
}

footer li .footer-social-icon li {
    display: inline-block;
    background: #040404;
    padding: 3px 5px;
    transition: all .4s;
}

.footer-social-icon li:hover {
    background: #00a651;
}

footer li .footer-social-icon li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 5px;
    transition: all .4s;
}

footer li .footer-social-icon li a i {
    font-size: 20px;
}

footer li .footer-social-icon li a:hover {
    color: #fff;
}

.newslater input {
    border: 0;
    border-bottom: 2px solid #00ab5a;
    width: 100%;
    font-size: 35px;
    height: 70px;
    padding: 10px;
    background: transparent;
    color: #00ab5a;
}

.newslater input:focus {
    outline: 0;
    color: #BBDEFB;
}

.newslater input::placeholder {
    color: #00ab5a;
}

.footer-contact-us {
    background: #333333;
    padding: 35px;
}

.newslater {
    position: relative;
}

.newslater a {
    position: absolute;
    bottom: 0;
    vertical-align: middle;
    right: -12px;
    color: #00ab5a !important;
}

.newslater a i {
    font-size: 4em;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.6);
    text-align: center;
    color: #808285;
    padding: 20px 0;
}

.hero-banner-area {
    position: relative;
    overflow: hidden;
}

.hero-banner-area::before {
   -- top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #002715;
    opacity: 0.5;
}

.hero-banner-area .page-name {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 8em;
    bottom: 20px;
    line-height: 80px;
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
}

.trusted-area {
    background: #f6f6f6;
}
.trusted-area img {
    width: 100%;
}

.trusted-area .glance-box {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.glance-box .glance-title {
    font-size: 25px;
    color: #9c9c9c;
    font-weight: 500;
}
.glance-box .glance-number {
    font-size: 45px;
    color: #808285;
    font-weight: 500;
    line-height: 1;
}
.trusted-details {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #808285;
	 line-height: 1.8;
    text-align: justify;
}
.glance-box.rooms {background-image: url("../assets/img/glance-1.png");}
.glance-box.staffs {background-image: url("../assets/img/glance-2.png");}
.glance-box.restaurant {background-image: url("../assets/img/glance-3.png");}
.glance-box.swimming-pool {background-image: url("../assets/img/glance-4.png");}

.reservation-form {
    font-family: 'Open Sans', sans-serif;
}

.reservation-form .input-field .text-field {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
}

.reservation-form .input-field {
    margin-bottom: 25px;
}

.reservation-form .input-field label {
    font-size: 15px;
    color: #808285;
}

.form-header h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.form-divider {
    font-size: 14px;
    display: block;
}

.contact-btn:hover {
    background: #333333;
}

.contact-btn {
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    background-color: #0da06b;
    text-transform: capitalize;
}

.map-boundary {
    border: 1px solid #00a651;
}
.map-boundary iframe {
    width: 100%;
    border: 1px solid #00a651;
}
.detail-box {
    border: 1px solid #c7c7c7;
    padding: 20px 30px;
    font-family: 'Open Sans', sans-serif;
}
.detail-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.detail-box ul li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    padding-top: 10px;
    font-weight: 700;
}
.detail-box ul li span {
    font-weight: 400;
}
.detail-box .name {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
}
.detail-box .details {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: inline;
}

/* image gallery start */
.img-wrapper {
    position: relative;
    /* margin-top: 15px; */
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 80%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.mb30 {
    margin-bottom: 30px;
}

.booking-card {
    background: #ededed;
}
.booking-card .title {
    background: #333333;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}
.booking-card .title h2 {
    font-size: 16px;
}
.booking-card .title h2 span {
    font-size: 35px;
}
.booking-card .title h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.cards {
    padding: 17px 10px 24px 10px;
}
.cards .card-box {
    background: #ffffff;
    padding: 5px;
    overflow: hidden;
    display: block;
    height: 100px;
    margin-bottom: 20px;
}
/* image gallery end */
.room-details .midori-field-datepicker--style-1 .midori-field-datepicker-day {
    color: #333333;
    font-family: 'Playfair Display', serif;
}
.room-details .midori-field-datepicker--style-1 .midori-field-datepicker-month-year {
    color: #333333;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
}
.room-details .form-control {
    color: #333333;
    padding: 0;
}
.room-details .midori-booking-form .form-col--arrival-date {
    border-left: none;
}
.room-details .midori-field-datepicker--style-1 {
    padding: 0;
}
.room-details .midori-field-datepicker--style-1 .midori-field-datepicker-day {
    font-size: 45px;
    margin-bottom: 20px;
}
.room-details .midori-field-datepicker--style-1::before {
    content: '';
}
.room-details .midori-field-counter-value {
    color: #333333;
}
.room-details .midori-field-counter-control {
    color: #333333;
}
#sync2 .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    background: transparent;
}

#sync2 .current .item img {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}
/* ==========================================================================
   top slider styles
   ========================================================================== */

.slide-number__style {
    position: absolute;
    bottom: 50px;
    right: 50%;
    font-size: 26px;
    color: #fff;
    margin: -5px -20px;
}

/* ---- sick arrow style start ----*/
.slider-arrow-style.slick-slider .slick-arrow {
    bottom: 25px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 45%;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 45%;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

@media only screen and (max-width: 767px) {
    .hero-bg {
        height: 500px;
    }
}

.hero-bg__style-1 {
    position: relative;
}

.hero-bg__style-1:before {
   -- top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #002715;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.hero-bg__style-1 .slider-content {
    margin-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-bg__style-1 .slider-content {
        padding-right: 100px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-bg__style-1 .slider-content {
        margin-top: 0;
    }
}

.hero-bg__style-1 .slider-content h1 {
    color: #ffffff;
    font-size: 64px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-bg__style-1 .slider-content h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-bg__style-1 .slider-content h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-bg__style-1 .slider-content h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-bg__style-1 .slider-content h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-bg__style-1 .slider-content h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-bg__style-1 .slider-content h1 {
        font-size: 26px;
    }
}

/*-------- slider area end --------*/
.hero-slider-inner {
    position: relative;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-inner .site-navigation {
        display: none;
    }
}

.hero-slider-inner .site-navigation a {
    position: relative;
}

.hero-slider-inner .site-navigation a span {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.hero-slider-inner .site-navigation a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 30px;
    content: "";
    background-color: #ffffff;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.hero-slider-inner .site-navigation a:after {
    top: calc(100% + 30px);
    left: 50%;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.hero-slider-inner .site-navigation a:hover span {
    color: #d69413;
}

.hero-slider-inner .site-navigation a:hover:before,
.hero-slider-inner .site-navigation a:hover:after {
    background-color: #d69413;
}

.hero-slider-inner .site-navigation a.button-left {
    position: absolute;
    bottom: 85px;
    left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-inner .site-navigation a.button-left {
        left: 40px;
    }
}

.hero-slider-inner .site-navigation a.button-right {
    position: absolute;
    bottom: 85px;
    right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-inner .site-navigation a.button-right {
        right: 40px;
    }
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
    bottom: 90px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}

.slick-dot-style ul.slick-dots li:before {
    content: "";
    left: 50%;
    top: 10px;
    width: 1px;
    height: 65px;
    position: absolute;
    background-color: #ffffff;
    -webkit-transform: scale(0) translate(-50%, 0);
    -ms-transform: scale(0) translate(-50%, 0);
    transform: scale(0) translate(-50%, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.slick-dot-style ul.slick-dots li:after {
    left: 50%;
    top: 65px;
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slick-dot-style ul.slick-dots li button {
    color: #ffffff;
    font-size: 16px;
    text-indent: -28px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.slick-dot-style ul.slick-dots li button:before {
    content: "0";
}

.slick-dot-style ul.slick-dots li.slick-active:before {
    -webkit-transform: scale(1) translate(-50%, 0);
    -ms-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
}

.slick-dot-style ul.slick-dots li.slick-active button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*--------- slick slider dot style end -------*/
.slick-current .slider-content h1:nth-child(1) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.slick-current .slider-content h1:nth-child(2) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.slick-current .slider-content h1:nth-child(3) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.slick-current .slider-content a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* ==========================================================================
   Slider CSS Start
   ========================================================================== */
.testimonial {
    font-family: 'Open Sans', sans-serif;
}

.testimonials {
    overflow: hidden;
    position: relative;
    max-height: 300px;
}

.testimonials {
    background: #161d25;
}

.one-slide,
.testimonial,
.message {
    border: none !important;
    outline: none !important;
}

.icon-overlay {
    position: absolute;
    opacity: 0.3;
    right: 10%;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 400px;
}

.carousel-controls .control {
    position: absolute;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .testimonials {
        max-height: 700px;
    }

    .icon-overlay {
        height: 300px;
        top: calc(50% - 150px);
    }

    .carousel-controls .control {
        width: 25px;
        height: 25px;
        top: inherit;
    }

    .control i {
        font-size: .7rem;
    }

    .testimonials .message {
        font-size: 1rem;
    }

    .testimonials h2 {
        font-size: 1.5rem;
    }
}

.blockquote-footer-logo img {
    margin: 0 auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.booking-sites img {
    max-width:150px;
    height:auto;
}

.logo-pri{
    width: auto;
    max-height: 100px;   
}

.hero-banner-area img{
    width: 100%;
    height: auto;
}
