body {

    /*overflow-y:scroll;
    overflow-x:hidden;*/

    /*overflow: hidden;*/
    font-family: 'montserrat';
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
}

#lg-counter {
    color: #fff !important;
}

.col-xs-6 {
    width: 50%;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #88888B;
    border: 0;
    font-size: 20px;
    width: 37%;
    padding: 5px 5px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Futura Std Light';
}

@media only screen and (max-width:743px) {
    .enquire_modal_fom .inq_submit_btn {
        background: #88888B;
        color: #fff;
        padding: 11px 24px;
        font-size: 18px;
        text-align: center;
        border: none;
        position: fixed;
        bottom: 0;
        z-index: 999;
        border-radius: 5px;
        font-weight: bold;
        letter-spacing: 0.7px;
        width: 93%;
    }

    #mobile_inquire_modal .modal-dialog {
        max-width: 1024px;
        width: 100%;
        margin: 0 !important;
    }

    #mobile_booking_modal .modal-dialog {
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

}

/*===== comman ====*/
.triton_loading {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100001;
    background: url(../images/loading.svg) no-repeat scroll 0 0 transparent;
}

.custom_container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.common-center {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

.festival-top {
    margin-top: -5%;
}

.comman_tb_padding {
    padding: 60px 0;
}

.t-dates {
    color: #111;
}

/* Aylen */
.button_effect_aylen {
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
}

.button_effect_aylen::before,
.button_effect_aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button_effect_aylen::before {
    background: #88888B;
}

.button_effect_aylen::after {
    background: #88888B;
}

.button_effect_aylen:hover {
    color: #fff;
    border: none;
}

.button_effect_aylen:hover::before,
.button_effect_aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button_effect_aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

/*==== nav ==*/
.btn_reserve {
    color: #fff;
    background: #88888B;
    border: none !important;
    border-radius: 0;
}

.reserve_mobile_btn {
    border-radius: 0;
    color: #fff;
    background: #88888B;
    padding: 17px 8px;
    position: absolute;
    right: 67px;
    font-size: 13px;
    top: 7px;
    display: none;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}

.reserve_mobile_btn:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.reserve_mobile_btn:focus {
    text-decoration: none;
    outline: none;
}

.specification {
    padding: 0em 0 4em 0;
    background-color: #fff;
}

#specification h2 {
    font-size: 35px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #202020;
    text-transform: uppercase;
}

#specification p {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 1.4;
}

#specification h2 span {
    color: #202020;
    font-weight: bold;
}

.specification-top {
    width: 100%;
    margin: 0px 0 0  0;
}

.common-top {
    width: 100%;
    margin: 40px 0 0 0;
}

.specification-widget {
    width: 100%;
}

.banner-area {
    position: relative;
}

#banner-area video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner-overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .30);
}

.banner-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 15px;
}

.banner-center {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
}

.banner-middle {
    align-self: center;
    max-width: 850px;
    width: 100%;
    margin-top: 30%;    /*text-align: center;*/
}

.banner_txt_area h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'Futura Std Light';
    font-weight: normal;
    margin: 0 0 30px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.banner_form_area {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.39);
}



.banner_booking_form .banner_form_input {
    background: none;
    border-radius: 3px;
    border: 1px solid #ededed;
    outline: none;
    box-shadow: none;
    height: 45px;
    color: #111;
    font-size: 15px;
    background-color: #0000006b;
}

.slect_form1 {
    background: url(../images/select_dropdown_icon.png) no-repeat !important;
    background-position: center right 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.banner_booking_form .btn_banner_submit-inq {
    background: #fff;
    padding: 9px 25px;
    color: #88888B;
    font-size: 16px;
    letter-spacing: 1.4px;
    transition-duration: 0.3s;
    text-align: center;
    display: block;
}

.banner_booking_form .btn_banner_submit {
    background: #88888B;
    border: none;
    padding: 4px 25px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.4px;
    transition-duration: 0.3s;
    width: 100%;
}

.banner_booking_form .btn_banner_submit-inq,
.banner_booking_form .btn_banner_submit {
    border-radius: 5px;
    font-weight: bold;
    height: 47px;
    text-decoration: none;
    outline: none;
    background-color: #88888B;
    color: #fff;
    line-height: 30px;
}

.banner_booking_form .btn_banner_submit:hover {
    background: #88888B;
    transition-duration: 0.3s;
}

.banner_booking_form .btn_banner_submit-inq:hover {
    background: #88888B;
    color: #fff;
    transition-duration: 0.3s;
}

/*=== 360 degree ===*/
.degree-overlay {
    padding: 4em 0;
}

.jarallax {
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

#degree-area {
    padding: 1em 0 3em 0;
}

.degree-area {
    margin: -6px 0 0 0;
}

.heading-title {
    font-size: 35px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #202020;
    text-transform: uppercase;
}

.heading-title span {
    color: #202020;
    font-weight: bold;
    font-weight: bold;
}

#degree-area p {
    padding: 0;
    margin: 0;
    color: #202020;
    line-height: 25px;
    font-weight: normal;
}

#degree-area .img-fluid {
    margin: 0 0 -150px 0;
}

#events-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

#events-area .no-padding {
    padding-left: 0;
    padding-right: 0;
}

#events-area .img-fluid {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

/*#events-area .heading-title {*/

/*  color:#000;*/

/*}*/
.divider {
    width: 70px;
    height: 2px;
    background: #202020;
    margin: 0 auto 20px auto;
}

.divider-white {
    width: 70px;
    height: 2px;
    background: #202020;
    margin: 0 auto 20px auto;
}

.events-area {
    padding: 60px 0 35px 0;
}

.event_activity_box {
    margin-bottom: 25px;
}

/*===== Inquiry Form  ===*/
.inquiry-overlay {
    padding: 0; /*background:rgba(0,0,0,0.20);*/
}

.form-center {
    width: 770px;
    margin: 0 auto;
    max-width: 100%;
}

.form-white {
    border-radius: 0px;
    /*background: linear-gradient(#8ca6db00, #b993d680);*/
    padding-top:30px;
}

.form-content {
    padding: 0px 30px;
}

.booking_form input[type="text"],
.booking_form input[type="email"],
.booking_form input[type="number"],
.booking_form input[type="tel"],
.booking_form select,
.booking_form textarea {
    border: 1px solid #777;
    background: transparent;
    border-radius: 0;
    resize: none;
    color: #000;
}

.booking_form .home_submit_btn {
    border: none;
    width: 70px;
    height: 70px;
    background: #88888B;
    border-radius: 50%;
    transition-duration: 0.3s;
    color: #fff;
    font-size: 27px;
    box-shadow: none;
    outline: none;
}

.booking_form .t-check-in,
.booking_form .t-check-out {
    border-color: #777;
}

/*========== footer =========*/
.footer-new {
    padding: 4em 0 3em 0;
    background: #eee;
}

.footer-center {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
}

#footer-new .img-fluid {
    margin: 0 0 15px 0;
	height: 125px !important;
}

#footer-new p {
    padding: 0;
    margin: 0;
    color: #0F1E4D;
}

#footer-new ul {
    list-style: none;
    margin: 20px 0 0 0;
}

#footer-new li {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
}

#footer-new li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0F1E4D;
    transition: width .3s;
}

#footer-new li:hover::after {
    width: 100%;    /*transition: width .3s;*/
}

#footer-new li a {
    color: #0F1E4D;
    transition: all 0.5s ease-in-out 0s;
    text-transform: uppercase;
}

#footer-new li a:hover {
    color: #0F1E4D;
    text-decoration: none;
}

.social-top {
    width: 100%;
    margin: 20px 0 0 0;
}

.social-btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #0F1E4D;
    color: #fff;
    margin: 0 5px 0 0;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0s;
    border: 2px solid transparent;
}

.social-btn a:hover {
    background: transparent;
    color: #0F1E4D;
    border: 2px dotted #0F1E4D;
    transform: scale(1.1);
}

.copyright {
    width: 100%;
    border-top: 1px solid #d6d6d6;
    padding: 25px 0 0 0;
    margin: 40px 0 0 0;
}

/*====== Stay Informed by lav=======*/
.field_block {
    margin-top: 1px;
    margin-right: 0em;
    margin-bottom: 1em;
    margin-left: 0em;
}

#form_first_name_block {
    margin-bottom: 1em;
}

label.sublabel {
    display: none;
}

.field_block label {
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #999;
    font-weight: 700;
    text-align: inherit;
    font-family: inherit;
    font-size: .9em;
    text-transform: uppercase;
}

#form_first_name,
#form_last_name,
#form_email {
    border-radius: 0;
    border: 0px solid rgba(0, 0, 0, 0.3);
    border-bottom: #0F1E4D 1px solid;
    background-color: transparent;
    text-align: center;
}

#form_last_name_block {
    width: 100%;
    padding: 0;
    margin: 0;
}

.field_block .form_control {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 1.42857;
    background-image: none;
    box-shadow: none;
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-image: initial;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #fff;
    color: #333;
    font-weight: 400;
    text-align: inherit;
    font-family: inherit;
    font-size: 1em;
    text-transform: inherit;
}

.field_block .submit_field_block {
    margin-top: 10px;
}

.field_block .submit_field_block {
    text-align: center;
    margin-top: 2.5em;
    margin-right: 0em;
    margin-bottom: 1em;
    margin-left: 0em;
}

.field_block .submit_field_block a {
    max-width: 160px;
    background-color: #88888B;
    font-size: 1.1em;
    letter-spacing: .15rem;
}

.field_block .form_submit {
    width: 100%;
    font-size: 1.5em;
    color: #fff;
    border-color: transparent;
    border-radius: 0px;
    border-style: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: .75em;
    padding-right: .5em;
    padding-bottom: .75em;
    padding-left: .5em;
    background-color: #0f86be;
}

.field_block .ss_btn {
    display: inline-block;
    text-decoration: none;
    border-color: transparent;
    border-radius: 0px;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background-color: #0f86be;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    padding-top: .75em;
    padding-right: 1em;
    padding-bottom: .75em;
    padding-left: 1em;
    box-shadow: none;
}

.form-titl h2 {

    /*font-family: FuturaStd-Light;*/
    color: #202020;
    font-size: 45px;
    font-weight: 300;
    text-align: center;
}

.btn_banner_submit svg {
    width: 24px;
    margin-right: 10px;
}

/*====== Stay Informed End=======*/

/*====== Inquiry form start by lav=======*/
.inq-form-head {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 27px 15px 9px 15px;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}

.inq-form-head span.conta {
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 5px;
    height: 44px;
    margin-top: 4px;
}

.inq-form-head a {
    color: #fff;
}

.inq-form-head a:hover {
    color: #fff;
    text-decoration: none;
}

.inq-form-head2 {
    padding: 0px 0px 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.inq-form-head2 .price {
    color: #333131;
    font-size: 15px;
    font-weight: 900;
}

.inq-form-head2 .price b {
    font-size: 17px;
    font-family: FuturaStd-Bold;
}

.inq-form-head2 .revi {
    color: #333131;
    font-size: 15px;
    font-weight: 900;
}

.hr1 {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.popup {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    width: 615px;
    height: auto;
    right: 0px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: .64s ease-in-out;
}

.popup-inner {
    position: relative;
    top: 11vw;
    right: -50vh;
    display: flex;
    align-items: center;
    max-width: 370px;
    max-height: 600px;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.54);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .64s ease-in-out;
}

.popup-inner a:hover {
    color: #fff;
    text-decoration: none;
}

.popup:target {
    visibility: visible;
    opacity: 1;
}

.popup:target .popup-inner {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.inq-form-head h6 {
    margin: 0 0 0 0;
    margin-top: 0px;
    font-size: 17px;
    line-height: 1.5;
    color: #d4cdcd;
}

.inq-form-head h6 span {
    font-size: 21px;
    color: #fff;
}

.popup__close {
    position: absolute;
    left: 6.7px;
    top: 2px;
    width: 2rem;
    height: 1.5rem;
    background-color: transparent;
    z-index: 4;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.banner_booking_form .form-group {
    margin-bottom: 6px;
    position: relative;
}

.banner_booking_form p {
    color: #272727;
    margin-bottom: 6px;
    font-weight: bold;
}

.t-datepicker {
    margin-bottom: 9px;
}


.body_scroll .popup-inner {
    background-color: rgba(0, 0, 0, 0.96);
}



.home_gallery #lightgallery li.lav1 {
    height: 500px;
    width: 69%;
    overflow: hidden;
}

.home_gallery #lightgallery li.lav1 img,
.home_gallery #lightgallery li.lav2 img,
.home_gallery #lightgallery li.lav3 img {
    width: 100%;
    object-fit: cover;
}

.home_gallery #lightgallery li.lav2 {
    height: 270px;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;    /* padding-bottom: 10px; */
}

.home_gallery #lightgallery li.lav3 {
    height: 270px;
    width: 30%;
    position: absolute;
    right: 0;
    top: 259px;
}



.home_gallery #lightgallery li.lav2 img {
    height: 240px;
    width: 100%;
}

.home_gallery #lightgallery li.lav3 img {
    height: 240px;
    width: 100%;
}

/*====== Inquiry form End=======*/

/*=====  innerpages style ====*/

/*======= inner_banner_sec =====*/
.inner_banner_sec {
    text-align: center;
    height: 700px;
    position: relative;
    align-items: center;
    display: flex;
    background-size: cover !important;
}

.inner_banner_heading {
    color: #fff;
    font-size: 60px;
    font-family: 'Futura Std Light';
    font-weight: normal;
    margin: 0 0 0px 0;    /*text-shadow: 1px 1px 3px rgba(0,0,0,0.55);*/

    /*text-transform: uppercase;*/
    text-align: center;
    letter-spacing: 2px;
    z-index: 9;
    position: relative;
}

.inner_banner_brn_row .i_banner_btn {
    color: #fff;
    position: relative;
    padding: 12px 30px;
    background: #88888B;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    font-size: 18px;
}

.inner_banner_sec .i_banner_overlay {
    padding: 5em 0;    /*background: rgba(0,0,0,0.3);*/
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.inner_banner_sec2 {
    text-align: center;
    position: relative;    /*height:85vh;*/
    overflow: hidden;
}

.inner_banner_sec2 img {
    width: 100%;
}

.inner_banner_sec2 .i_banner_overlay2 {
    padding: 5em 0;    /*background: rgba(0,0,0,0.11);*/
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
}

/*===========*/
.txt_color_red {
    color: #f00;
}

.txt_font_bold {
    font-weight: bold;
}

.comman_heading h2 {
    font-size: 35px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #202020;
    text-transform: uppercase;
}

.comman_heading h2 span {
    color: #202020;
    font-weight: bold;
}

.mb_30 {
    margin-bottom: 30px;
}

.mt_30 {
    margin-bottom: 30px;
}

.event_page_top {
    padding: 70px 0 0 0;
}



.page_comman_content h2 {
    font-size: 40px;
    padding: 0;
    margin: -4px 0 15px 0;
    color: #202020;
}

.page_comman_content p {
    padding: 0;
    margin: 0 0 15px 0;
    color: #88888B;
    font-size: 17px;
}

/*============ event_testimonial_sec ========*/
.event_testimonial_sec {
    padding: 70px 0;
}

.event_testimonial_inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 30px;
}

.testi_box {
    text-align: center;
}

.testi_box h4 {
    font-size: 20px;
    padding: 0;
    margin: 0 0 30px 0;
    color: #202020;
    font-weight: bold;
}

.testi_box p {
    padding: 0;
    margin: 0 0 25px 0;
    color: #202020;
    font-size: 17px;
}

/*============ attimi_photography_sec ==============*/
.attimi_photography_sec {
    padding: 70px 0;
}

.attimi_photo_img_area {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*============= contact_page_sec ===========*/
.contact_map_sec {
    padding: 60px 0 60px 0;
}

.contact_inner_area {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}



.map_box iframe {
    width: 100%;
    height: 530px;
}

.contact_page_details_sec {
    padding: 50px 0;
    margin-top: 110px;
}

@media only screen and (min-width: 2560px) {
    .contact_page_details_sec {
		margin-top: 350px;
    }
}
.contact_area {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}



.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="number"],
.contact_form input[type="tel"],
.contact_form textarea {
    resize: none;
    border-radius: 0;
    border: 1px solid #9a9898;
    background: #fff;
    box-shadow: none;
    outline: none;
    color: #000;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="number"],
.contact_form input[type="tel"] {
    height: 44px;
}

.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form input[type="number"],
.contact_form input[type="tel"],
.contact_form textarea:focus {
    box-shadow: none;
    outline: none;
}

.contact_form .btn_box {
    text-align: center;
}

.contact_form .btn_f_submit {
    background: #88888B;
    padding: 12px 30px;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    margin-top: 26px;
    text-align: right;
    border: none;
    outline: none;
    box-shadow: none;
}

.contact_form .btn_f_submit span {
    padding-left: 10px;
}

.contact_form::-webkit-input-placeholder {

    /* Chrome */
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.contact_form:-ms-input-placeholder {

    /* IE 10+ */
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.contact_form::-moz-placeholder {

    /* Firefox 19+ */
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.contact_form:-moz-placeholder {

    /* Firefox 4 - 18 */
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.list_contact_details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_contact_details li {
    display: block;
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}

.list_contact_details li .c_icon {
    position: absolute;
    left: 0;
    top: 0;
    color: red;
    font-size: 25px;
}

.cl_box h4 {
    font-size: 22px;
    color: #202020;
    margin: 0 0 7px 0;
    padding: 0;
    font-weight: 600;
}

.cl_box p {
    font-size: 18px;
    color: #444;
    margin: 0 0 0px 0;
    padding: 0;
    line-height: 1.3;
}

.cl_box p a {
    color: #000;
    text-decoration: none;
}

/*========= hotel_amenties_sec =======*/
.hotel_amenties_sec {
    padding: 70px 0 50px 0;
}

.amenties_left {
    background: #4da2b4;
    padding: 30px 20px;
    min-height: 225px;
}

.amenties_left h2 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0 0 11px 0;
}

.amenties_left p {
    color: #fff;
}

.amenties_box_main {
    display: flex;
}

.amenties_box {
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 20px;
    background-color: rgb(255, 250, 250);    /* background-image: linear-gradient(to left, transparent, transparent 50%, #fff 50%, #eee); */

    /* background-position: 100% 0; */
    background-size: 200% 100%;    /* transition: all 0.25s ease-in; */
    text-align: center;
}

.amenties_box:hover {
    background-position: 0 0;
    color: #333;
}

.amenties_box .am_icon {
    font-size: 40px;
    color: rgb(136, 196, 232);    /*border: 1px solid red;*/
    width: 70px;
    height: 70px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.amenties_box h3 {
    font-size: 21px;
    padding: 0 0 0px 0;
    margin: 15px 0 10px 0;
    color: #202020;
    position: relative;
    font-weight: bold;
}

.amenties_box h3:before {
    content: "";
    width: 30px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.amenties_box p {
    padding: 0 0 0px 0;
    margin: 0 0 15px 0;
    color: #212020;
    font-size: 17px;
}

/*==== villa_info_sec2 ====*/


.long_by_repeat {
    margin-bottom: 30px;
}

/*======= review_slider_sec =====*/
.review_slider_sec {
    padding: 60px 0 60px 0;
}

.review_item_box {
    text-align: center;
    background: #f9f9f9;
    padding: 40px 20px;
}

.review_item_box h3 {
    font-weight: 600;
}

.review_item_box .list_review_item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.review_item_box .list_review_item li {
    color: #88888B;
    display: inline-block;
    padding: 0 2px;
}

#review_slider .owl-dots.disabled {
    display: block;
}

#review_slider .owl-dots .owl-dot span {
    height: 13px;
    width: 13px;
    border-radius: 0;
    display: none;
}

#review_slider .owl-dots .owl-dot.active span,
#review_slider .owl-dots .owl-dot:hover span {
    background: #e867b7;
}

#review_slider.owl-theme .owl-nav.disabled+.owl-dots {

    /*position: absolute;
        right: 0;
        bottom: 70px;*/
    display: none;
}

#review_slider .owl-dots {
    counter-reset: dots;
    position: absolute;
    right: 0;
    margin-top: 20px;
}

#review_slider .owl-dots .owl-dot::before {
    counter-increment: dots;
    content: counter(dots);
    background: #09f;
    padding: 5px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

#review_slider .owl-dots .owl-dot.active::before {
    background: #009966;
}

/*======= how_to_get_sec2 =====*/
#how_to_get_sec1 {
    background-color: #fff;
}

.list_website_link {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.list_website_link li {
    color: #000;
    display: block;
    padding: 0px 0 0 0px;
    margin: 0 0 6px 0;
    position: relative;
}

.list_website_link.list_fa_icon_only li {
    padding: 0px 0 0 25px;
}

.list_website_link li a {
    color: #0c7ee0;
    text-decoration: none;
}

.list_website_link li a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.list_website_link.list_fa_icon_only li:before {
    content: "\f0ac";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #1d1f6f;
    position: absolute;
    left: 0;
    top: 0;
}

#how_to_get_sec2 {
    background-color: #f9f9f9;
}

/*========= blog ==========*/
.blog_page_sec {
    padding: 30px 0 30px 0;
}

.blog_box .readmore_blog .readmore_blog_btn {
    color: #000;
    text-decoration: none;
}

.blog_box {
    margin-bottom: 30px;
}

.blog_box h3 {
    margin: 20px 0 20px 0;
    font-size: 22px;
}

.blog_box h3 a {
    text-decoration: none;
    outline: none;
}

.move {
    margin-top: 0%; 
}


/*====== gallery ====*/
.lg-outer .lg-inner {
    right: 0;
    margin: 0 auto;
    max-width: 688px;
}

.lg-outer .lg-thumb-outer {
    max-width: 657px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.lg-object.lg-image {
    width: 100% !important;
    max-width: 105vh;
   /* margin-top: 8px;*/
}

.lg-outer {
    z-index: 9999999;
    background: #404040;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    font-size: 110px;
    background: transparent;
    color: #fff;
    top: 43%;
}

.lg-toolbar {

    /*  z-index: -1;*/
    background: none;
}



.video_gall_box {
    margin-bottom: 20px;
}

.video_gall_box .video_iframe {
    width: 100%;
    height: 300px;
    border: none;
}


.gallery_tab_area .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.gallery_tab_area .nav-tabs .nav-item {
    padding: 8px 20px 0 20px;
    border-right: solid 1px #979797;
    margin: 0 0 9px 0;
}

.gallery_tab_area .nav-tabs .nav-item:last-child {
    border-right: none;
}

.gallery_tab_area .nav-tabs .nav-link {
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5em;
    font-family: FuturaStd-Bold;
    letter-spacing: 4.5px;
    color: #0f1e4d;
    padding: 0 0px;
    outline: none;
    border-radius: 0;
}

.gallery_tab_area .nav-tabs .nav-item.show .nav-link,
.gallery_tab_area .nav-tabs .nav-link.active {
    color: #4da2b4;
    border-bottom: 4px solid #4da2b4;
    padding: 0 0 8px 0;
}

.gallery_img_box {
    margin-bottom: 25px;
}




.gallery_img_box .img-fluid {
    height: 180px;
    object-fit: cover;
}

#gallery_page .tab-content {
    margin-top: 30px;
}

.demo-gallery > ul {
    margin-bottom: 0;
}

.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 0px;
    width: 200px;
}

.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }

}

/*============ activities_page_sec ==========*/
.activities_page_sec {
    padding: 60px 0 30px 0;
}

.activities_box {
    margin-bottom: 30px;
    border-bottom: 1px solid #4da2b4;
    padding-bottom: 20px;
}

.activities_box .activities_img {
    position: relative;
}

.activities_box .activities_img .activities_overlay {
    position: relative;
    left: 0;
    bottom: 0;
    background: #f3f3f3;
    width: 100%;
    padding: 14px 20px;
}

.activities_box .specification-top {
    margin: 0px 0 0 0;
    background: #fbfbfb;
    padding: 10px 20px;
}

.activities_overlay .a_overlay_inner {
    position: relative;
   /*  padding-left: 140px; */
    text-align: center;
}

.acti_logo_area {
    position: absolute;
    left: 0;
    top: 0;
}

.activities_overlay .a_overlay_inner h5 {
    font-weight: 600;
    margin: 0 0 0 0;
}

.activities_box .body-widget {
    text-align: left;
}

.activities_box .body-widget h3 {
    margin: 10px 0 10px 0;
    font-size: 27px;
}

.activities_box .body-widget h3 a {
    text-decoration: none;
}

.activities_box .acti_logo_area img {
    opacity: 1;
}

/*===== general_information page ====*/
.general_information_sec {
    padding: 50px 0;
}

.providenciale_sec {
    padding: 50px 0;
    background-color: #f3fdff;
}

.the_climate_sec {
    padding: 50px 0;
}

.climate_tbl {
    border: 1px solid #ccc;
}

.climate_tbl thead {
    background: #4da2b4;
    color: #fff;
}

.climate_tbl tbody td,
.climate_tbl thead td {
    font-size: 14px;
}

.faq_sec {
    padding: 50px 0;
    background-color: #f3fdff;
}

.faq_box .faq_repeat {
    background: #fff;
    padding: 10px 10px;
    margin: 9px 0;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.26);
    border-radius: 4px;
}

.faq_repeat h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}

.faq_repeat p {
    margin: 0 0 10px 0;
}

/*===================== CLIENT TESTIMONIAL home page by lav=====================*/
#lav {
    background-image: url(https://www.tritonluxuryvilla.com/wp-content/gallery/activities/downwinder-Turks-and-Caicos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#lav .carousel-inner .carousel-item .img-box {
    width: 100px;
    height: 100px;
}

#lav .carousel-control-prev {
    left: -100px;
}

#lav .carousel-control-next {
    right: -100px;
}

#lav .carousel-indicators {
    top: 288px;
}

@media only screen and (max-width:600px) {
    .inner_banner_sec2 img {
        width: 100%;
        height: 35vh;
    }

    .lg-actions .lg-prev:after {

        /*content: "104";
        font-family: 'FontAwesome';*/
        content: "";
        background-image: url('../images/left_gallry_icon.png');
        width: 25px !important;
        height: 77px;
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .lg-actions .lg-next:before {

        /*content: "105";
        font-family: 'FontAwesome';*/
        content: "";
        background-image: url('../images/right_gallry_icon.png');
        width: 25px !important;
        height: 77px;
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
    }

}

@media (min-width:320px) and (max-width:640px) {
    #lav .carousel-inner .carousel-item p {
        font-size: 14px;
    }

    #lav .carousel-control-prev {
        left: -40px;
    }

    #lav .carousel-control-next {
        right: -40px;
    }

    #lav .carousel-indicators {
        top: 400px;
    }

}

#lav .testi-bg {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 80px 30px;
}

#lav p.m-0.pt-3 {
    color: #0F1E4D;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }

    .lg-actions .lg-prev:after {

        /*content: "104";
        font-family: 'FontAwesome';*/
        content: "";
        background-image: url('../images/left_gallry_icon.png');
        width: 20px !important;
        height: 50px;
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .lg-actions .lg-next:before {

        /*content: "105";
        font-family: 'FontAwesome';*/
        content: "";
        background-image: url('../images/right_gallry_icon.png');
        width: 20px !important;
        height: 50px;
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
    }

}

/*===================== CLIENT TESTIMONIAL home page end=====================*/

/*=========== home page TRITON LUXURY BEACH VILLA by lav=======*/


.gall-new img {
    padding: 0 0 0 8px;
    cursor: pointer;
}

.gall-new .scale {
    transform: scaleY(1.05);
    padding-top: 5px;
}

#beach-villa {
    display: flex;
    align-items: center;
    height: 90vh;
    width: 100%;
}

.slide {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all 1.0s;
}

.slide.last-viewed .btn-close:after {
    transition-delay: 0s;
}

.slide.last-viewed .btn-close:before {
    transition-delay: 0.1s;
}

.slide.last-viewed .content .city-info {
    transition-delay: 0s;
}

.slide.last-viewed .content .city-info li:nth-of-type(1) {
    transition-delay: 0.2s;
}

.slide.last-viewed .content .city-info li:nth-of-type(2) {
    transition-delay: 0.4s;
}

.slide.last-viewed .content .city-info li:nth-of-type(3) {
    transition-delay: 0.6s;
}

.slide.last-viewed .content .emblem {
    transition: all 0.5s;
    transition-delay: 0s;
}

.slide.last-viewed .image,
.slide.active .image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slide.active {
    cursor: default;
}

.slide.active .overlay {
    width: 25%;
    background-size: 100% 100%;
    transition: all 1.25s;
    transition-delay: 1.75s;
}

.slide.active .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slide.active .content .title {
    width: 25%;
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 1s;
    transition-delay: 1.25s;
}

.slide.active .content .title:after {
    height: 100%;
    color: white;
    overflow: initial;
}

.slide.active .content .title:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 2s;
}

.slide.active .content .city-info {
    opacity: 1;
}

.slide.active .content .city-info li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slide.active .content .emblem {
    opacity: 0.8;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.slide.active .btn-close {
    cursor: pointer;
    pointer-events: auto;
}

.slide.active .btn-close:before,
.slide.active .btn-close:after {
    opacity: 1;
}

.slide.active .btn-close:after {
    -webkit-transform: rotate(45deg) translateX(0px);
    transform: rotate(45deg) translateX(0px);
}

.slide.active .btn-close:before {
    -webkit-transform: rotate(-45deg) translateX(0px);
    transform: rotate(-45deg) translateX(0px);
}

.slide.anim-in {
    transition-delay: 0.5s;
}

.slide.anim-in .image {
    top: -20%;
    left: -140%;
    height: 140%;
    width: 140%;
    -webkit-animation: img-anim-in 1.2s forwards;
    animation: img-anim-in 1.2s forwards;
}

.slide.anim-out {
    flex: 0;
    cursor: default;
    transition-delay: 0.5s;
}

.slide.anim-out .image {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-animation: img-anim-out 1.2s forwards;
    animation: img-anim-out 1.2s forwards;
}

.slide:nth-of-type(1).anim-in .image {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.slide:nth-of-type(1).anim-out .image {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.slide:nth-of-type(2).anim-in .image {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.slide:nth-of-type(2).anim-out .image {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.slide:nth-of-type(3).anim-in .image {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.slide:nth-of-type(3).anim-out .image {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.slide:nth-of-type(4).anim-in .image {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.slide:nth-of-type(4).anim-out .image {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.slide .image {

    /*position: absolute;*/
    background-size: cover;
    background-position: center center;
    pointer-events: none;
    transition: all 1s;
}

.slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;  /*background-image: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0));*/
    background-position: 0 0;
    background-size: 100% 200%;
    opacity: 1;
    pointer-events: none;
    transition: all 0.5s;
}

.slide .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.slide .content .title {
    position: absolute;
    top: -10px;
    height: 65px;
    width: 100%;
    box-sizing: border-box;
    font-size: 3em;
    text-align: center;
    text-shadow: 0 2px 2px #2f2f2f;
    color: #3f3f3f;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}

.slide .content .title:after {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    display: block;
    content: attr(data-title);
    overflow: hidden;
    color: #fff59d;
    transition: all 0.85s;
}

.slide .content .title:before {
    position: absolute;
    bottom: 15px;
    display: block;
    content: "";
    height: 2px;
    width: 85%;
    background: white;
    box-shadow: 0 2px 6px #2f2f2f;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 1.25s;
    transition: transform 1.25s;
    transition: transform 1.25s, -webkit-transform 1.25s;
}

.slide .content .emblem {
    position: absolute;
    height: 200px;
    width: 25%;
    opacity: 0;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    transition: all 1s;
    transition-delay: 1.75s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.slide .content .city-info {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 30px 30px 30px 120px;
    font-size: 1.25em;
    color: white;
    text-shadow: 0 1px 4px #0f0f0f;
    background-image: linear-gradient(90deg, rgba(20, 20, 20, 0), rgba(20, 20, 20, 0.7));
    opacity: 0;
    transition: all 1s;
    transition-delay: 2s;
}

.slide .content .city-info li {
    position: relative;
    margin-bottom: 5px;
    text-align: justify;
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: all 0.75s;
}

.slide .content .city-info li:nth-of-type(1) {
    transition-delay: 2.7s;
}

.slide .content .city-info li:nth-of-type(2) {
    transition-delay: 2.9s;
}

.slide .content .city-info li:nth-of-type(3) {
    transition-delay: 3.1s;
}

.slide .btn-close {
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 20px;
    height: 24px;
    width: 24px;
    pointer-events: none;
}

.slide .btn-close:before,
.slide .btn-close:after {
    position: absolute;
    top: 12px;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background-color: white;
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s;
}

.slide .btn-close:after {
    -webkit-transform: rotate(45deg) translateX(-12px);
    transform: rotate(45deg) translateX(-12px);
    transition-delay: 3s;
}

.slide .btn-close:before {
    -webkit-transform: rotate(-45deg) translateX(12px);
    transform: rotate(-45deg) translateX(12px);
    transition-delay: 3.2s;
}

.slide:hover:not(.active):not(.anim-out) .image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.slide:hover:not(.active):not(.anim-out) .overlay {
    opacity: 0.6;
}

.slide:hover:not(.active):not(.anim-out) .content .title {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.slide:hover:not(.active):not(.anim-out) .content .title:after {
    height: 100%;
}

@-webkit-keyframes img-anim-in {
    to {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

}

@keyframes img-anim-in {
    to {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

}

@-webkit-keyframes img-anim-out {
    to {
        left: -100%;
    }

}

@keyframes img-anim-out {
    to {
        left: -100%;
    }

}

.text-center.gallery-btn {
    padding: 20px 0 0em 0;
}

.button-three {
    text-align: center;
    cursor: pointer;
    font-size: 24px;
}

.button-three {
    position: relative;
    color: #fff;
    background-color: #88888B;
    border: 1px solid #88888B;
    padding: 10px 15px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
}

.button-three:hover {
    background: #88888B;   /*box-shadow:0px 2px 10px 5px #97B1BF;*/
    color: #fff;
}

.button-three:after {
    content: "";
    display: block;
    opacity: 0;
    transition: all 0.8s
}

.button-three:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

/*=========== home page TRITON LUXURY BEACH VILLA End=======*/

/*========== WHY CHOOSE OUR RESORT by lav========*/

/*.with-overlay {*/

/*  background: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0,0.5)), url('url here');*/

/*  background-position: right;*/

/*  background-repeat: no-repeat;*/

/*}*/

/*.blog-sec {*/

/*  margin: 0;*/

/*  display: flex;*/

/*  flex-grow: 1;*/

/*  width: 100%;*/

/*}*/

/*.blog-sec2 {*/

/*  background: url('https://www.tritonluxuryvilla.com/wp-content/gallery/activities/activites14.jpg');*/

/*  background-repeat: no-repeat;*/

/*  background-size: cover;*/

/*  background-position: center;*/

/*}*/

/*.blog-sec2 {*/

/*  margin: 0;*/

/*  display: flex;*/

/*  flex-grow: 1;*/

/*  width: 100%;*/

/*}*/

/*.blog-sec3 {*/

/*  background: url('https://www.tritonluxuryvilla.com/wp-content/gallery/inside-outside/Triton1350s.jpg');*/

/*  background-repeat: no-repeat;*/

/*  background-size: cover;*/

/*  background-position: center;*/

/*}*/

/*.blog-sec3 {*/

/*  margin: 0;*/

/*  display: flex;*/

/*  flex-grow: 1;*/

/*  width: 100%;*/

/*}
.blog-text {
height: 60vh;
width: 50%;
background-size: 100vw;
    display: flex;
  align-items: center;
}*/
.home_blog_even {
    margin-top: 35px;
    margin-bottom: 35px;
}

.blog-text h3 {
    font-size: 35px;
    padding: 0 0 17px 0;
    margin: 0;
    color: #0F1E4D;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-text p {

    /*padding: 0 25px;*/
    margin: 0;
    color: #0F1E4D;
    line-height: 25px;
    font-weight: normal;
}

/*========== WHY CHOOSE OUR RESORT End========*/

/*========== WELCOME TO TRITON LUXURY BEACH VILLA by lav========*/
#welcome-triton {
    padding: 8em 0 0 0;
}

@media screen and (max-width: 768px){
	
#welcome-triton {
    padding: 2em 0 4em 0;
}
}

/*========== Scroll icon by lav========*/

/*.demo-arr a {*/

/*  position: absolute;*/

/*  bottom: 20px;*/

/*  left: 50%;*/

/*  z-index: 2;*/

/*  display: inline-block;*/

/*  -webkit-transform: translate(0, -50%);*/

/*  transform: translate(0, -50%);*/

/*  color: #fff;*/

/*  font : normal 400 20px/1 'Josefin Sans', sans-serif;*/

/*  letter-spacing: .1em;*/

/*  text-decoration: none;*/

/*  transition: opacity .3s;*/

/*}*/

/*.demo-arr a:hover {*/

/*  opacity: .5;*/

/*}*/

/*#banner-area a {*/

/*  padding-top: 70px;*/

/*}*/

/*#banner-area a span {*/

/*  position: absolute;*/

/*  top: 0;*/

/*  left: 50%;*/

/*  width: 24px;*/

/*  height: 24px;*/

/*  margin-left: -12px;*/

/*  border-left: 1px solid #fff;*/

/*  border-bottom: 1px solid #fff;*/

/*  -webkit-transform: rotate(-45deg);*/

/*  transform: rotate(-45deg);*/

/*  -webkit-animation: sdb05 1.5s infinite;*/

/*  animation: sdb05 1.5s infinite;*/

/*  box-sizing: border-box;*/

/*}*/

/*@-webkit-keyframes sdb05 {*/

/*  0% {*/

/*    -webkit-transform: rotate(-45deg) translate(0, 0);*/

/*    opacity: 0;*/

/*  }*/

/*  50% {*/

/*    opacity: 1;*/

/*  }*/

/*  100% {*/

/*    -webkit-transform: rotate(-45deg) translate(-20px, 20px);*/

/*    opacity: 0;*/

/*  }*/

/*}*/

/*@keyframes sdb05 {*/

/*  0% {*/

/*    transform: rotate(-45deg) translate(0, 0);*/

/*    opacity: 0;*/

/*  }*/

/*  50% {*/

/*    opacity: 1;*/

/*  }*/

/*  100% {*/

/*    transform: rotate(-45deg) translate(-20px, 20px);*/

/*    opacity: 0;*/

/*  }*/

/*}*/

/*========== Scroll icon end========*/


#desktop_booking_modal .modal-dialog {
    max-width: 390px;
    width: 100%;
}

#desktop_booking_modal {
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.7);
}

#desktop_booking_modal .modal-footer {
    display: block;
    text-align: center;
    padding: 9px 15px;
}

#desktop_booking_modal .modal-footer h5 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 0 0;
    font-weight: 600;
}

#desktop_booking_modal .modal-content {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.41);
}

#desktop_booking_modal .modal-header {
    border: none;
}

#desktop_booking_modal .modal-header .close {
    padding: 5px 15px;
    left: 0;
    position: absolute;
}

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

/*========== mobile_booking_sec ==========*/
.mobile_booking_sec {
    padding: 10px 0;
    background: #fff;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: none;
}



.m_booing_left h4 {
    font-size: 13px;
    padding: 0;
    margin: 0 0 2px 0;
    color: #111;
    font-weight: 600;
}

.m_booing_left h3 {
    font-size: 18px;
    padding: 0;
    margin: 0 0 0px 0;
    color: #111;
    font-family: FuturaStd-Bold;
}

.m_booing_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.m_booing_right ul li {
    display: inline-block;
    padding: 0 5px;
    width: 100%;
}

.m_booing_right ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
    border: 2px solid #88888B;
    text-decoration: none;
    padding: 9px 10px;
    text-align: center;
    font-weight: 900;
    width: 100%;
    border-radius: 5px;
    background: #88888B;
}

.m_booing_right ul li .m_book_btn {
    background: #88888B;
    color: #fff;
}

#mobile_booking_modal .modal-content {
    border-radius: 0;   /*height: 100%;*/
    border: none;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.08);
}

#mobile_booking_modal .modal-dialog {
    max-width: 376px;
    width: 100%;    /*height: 100%;*/

    /*margin: 0 auto;*/
}



#mobile_booking_modal {
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.82);
    /*overflow: scroll;*/
}

#mobile_booking_modal .modal-footer {
    display: block;
    text-align: center;
    padding: 15px 15px;
}

#mobile_booking_modal .modal-footer h5 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 0 0;
    font-weight: 600;
}

#mobile_booking_modal .modal-header .close {
    padding: 18px 18px;
    position: absolute;
    left: 0;
    color: #313131;
    opacity: 1;
}

#mobile_booking_modal .modal-header .close span {
    font-size: 43px;
    color: #888585;
}

#mobile_booking_modal .modal-header {
    border: none;
}

#mobile_inquire_modal .modal-content {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 10px 0px;
    padding: 47px 33px 20px 50px;
}

#mobile_inquire_modal .modal-dialog {
    max-width: 1032px;
    width: 100%;
    margin: 63px auto;
}

#mobile_inquire_modal {
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.82);
    padding-right: 0 !important;
}

#mobile_inquire_modal .modal-header {
    border: none;
    padding-bottom: 4px;
}

#mobile_inquire_modal .modal-header .close {
    padding: 0px 48px;
    position: absolute;
    left: 0;
    color: #313131;
    opacity: 1;
}

#mobile_inquire_modal .modal-header .close span {
    font-size: 43px;
    color: #888585;
}

#mobile_inquire_modal .modal-header .close.book {
    padding: 0px 48px;
    position: absolute;
    left: 0;
    color: #313131;
    opacity: 1;
}

#mobile_inquire_modal .modal-header .close.book span {
    font-size: 43px;
    color: #888585;
}

.enquire_modal_fom .enq_txt_style,
.enquire_modal_fom textarea, .enquire_modal_fom .input-type {
    border: 1px solid #ccc6;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

.enquire_modal_fom .enq_txt_style:focus,
.enquire_modal_fom textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #88888B;
}

.enquire_modal_fom .enq_txt_style, .enquire_modal_fom .input-type .form-control {
    height: 37px;
}

.enquire_modal_fom textarea {
    resize: none;
}

.enquire_heading h2 {
    font-size: 32px;
    padding: 0;
    margin: 0 0 15px 0;
    color: #3c3a3a;
    font-weight: bolder;
}

.enquire_heading h4 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 22px 0;
    color: #1d1c1c;
    font-weight: 600;
}

.banner_booking_form label {
    color: rgb(72, 72, 72);
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
}

.enquire_modal_fom .inq_submit_btn {
    background: #88888B;
    color: #fff;
    padding: 11px 24px;
    font-size: 18px;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0.7px;
}

.enqu_desc_txt h4 {
    font-size: 16px;
    padding: 0;
    margin: 10px 0 15px 0;
    color: #424040;
    font-weight: bolder;
}

.enqu_desc_txt p {
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px 0;
}

.custom_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 7px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: rgb(72, 72, 72);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 15px;
}

@media screen and (max-width: 569px) {
	.custom_checkbox {
		    margin-top: 20% !important;
			margin-bottom: 10% !important;
	}
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid rgb(176, 176, 176);
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
    background-color: #88888B;
    border-color: #88888B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ami-box {
    border: 1px solid #000;
    height: 100%;
}

.ami-box .body-widget ul li {
    list-style: none;
    padding: 5px 0;
    text-align: left;
}

.amit-sec {
    background-color: #88888B;
}

.ami-img img {
    width: 100%;
    height: 18vw;
    object-fit: fill;
}

.amit-sec h5 {
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    font-size: 23px;
    margin-bottom: 0;
}

p.text-white.text-center.ml-5.mr-5.mt-3.sub_dec {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.7));
}

span.sub_dr_txt {
    font-size: 13px;
    font-weight: 100;
}

.guests:focus {
    border: 1px solid #88888B;
    outline: 0;
}

.banner_booking_form label p {
    font-size: 14px;
}

button.drop_close {
    border: 0;
    background: transparent;
    float: right;
    color: #88888B;
    font-weight: bolder;
    font-size: 16px;
}

div#form_submit_block button {
    max-width: 160px;
    background-color: #88888B;
    font-size: 1.1em;
    letter-spacing: .15rem;
}

.ui-widget-header {
    border: 0px solid #aaa !important;
    background: transparent !important;
    color: #222;
    font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px double rgb(228, 231, 231) !important;
    background: transparent !important;
    color: #212529 !important;
    font-size: 13px !important;
    text-align: center !important;
    width: 39px !important;
    height: 34px !important;
    padding-top: 6px !important;
    font-weight: 600 !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-size: 13px !important;
    border: 0;
    font-weight: 600 !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid rgb(228, 231, 231) !important;
    background: transparent !important;
    color: #212529 !important;
    font-weight: 800 !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 0px solid #999 !important;
    background: transparent !important;
    font-weight: normal;
    color: #212121;
}

.amenties_box.acti {
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.26);
    border-radius: 4px;
}

.owl-nav .owl-prev {
    left: -12px;
    position: absolute;
    top: 40%;
    background-image: url(../images/owl-left-icon.png) !important;
    width: 25px;
    height: 77px;
    display: block;
    background-repeat: no-repeat;
}

.owl-nav .owl-next {
    right: -12px;
    position: absolute;
    top: 40%;
    background-image: url(../images/owl-right-icon.png) !important;
    width: 25px;
    height: 77px;
    display: block;
    background-repeat: no-repeat;
}

.owl-prev i,
.owl-next i {
    display: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset !important;
}

@media only screen and (min-width:1400px) and (max-width:2360px) {
    /*.lg-outer .lg-thumb-outer {
        max-width: 685px;
    }

    #lg-counter {
        padding-left: 2px;
        bottom: 98px;
    }*/

}

@media only screen and (max-width:1326px) {
    /*.lg-object.lg-image {
        margin-top: 22px !important;
    }*/

    /*.lg-outer .lg-thumb {
        padding: 25px 0 !important;
    }*/

    /*.lg-sub-html {
        bottom: 80px !important;
    }*/

    /*#lg-counter {
        bottom: 88px !important;
        left: 45px !important;
    }*/

    /*.lg-sub-html {
        bottom: 80px !important;
        left: 0;
        padding: 10px 10px 10px 98px !important;
    }*/

    /*.lg-outer .lg-thumb-outer {
        max-width: 567px !important;
    }*/

}

@media only screen and (max-width:685px) {
    /*#lg-counter {
        left: 42px !important;
    }

    .lg-object.lg-image {
        margin-top: 49px !important;
        height: 79% !important;
    }

    .lg-outer .lg-thumb {
        padding: 71px 0 !important;     height: 100%; 
        margin-bottom: -5px;
    }

    #lg-counter {
        bottom: 43px !important;
        font-size: 12px !important;
    }

    .lg-sub-html {
        bottom: 35px !important;
        font-size: 12px !important;
    }*/

    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        top: 49% !important;
    }
/*
    .lg-actions .lg-prev {
        left: 48px !important;
    }

    .lg-actions .lg-next {
        right: 54px !important;
    }*/

}

@media only screen and (max-width:640px) {
    /*.lg-object.lg-image {
        margin-top: 49px !important;
        height: auto !important;
    }

    .lg-outer .lg-thumb {
        padding: 24px 0 !important;
        margin-bottom: -5px;
    }

    #lg-counter {
        bottom: 86px !important;
        left: 0px !important;
        font-size: 12px !important;
    }

    .lg-sub-html {
        bottom: 80px !important;
        left: 0;
        padding: 10px 10px 10px 67px !important;
    }*/

    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        top: 41% !important;
    }

}

/*==== calendar style ====*/
.available.cur-month,
.datetimepicker table tbody td:hover,
.available {
    color: #000;
    background: #90de7d;
}

.check_in_box1{
background: linear-gradient(135deg, #90de7d 50%, #ed5d5d  50%);}
.check_out_box1{
background: linear-gradient(135deg, #ed5d5d  50%, #90de7d 50%);}

.check_in_box2{
background: linear-gradient(141deg, #90de7d 50%, #ed5d5d 50%);}
.check_out_box2{
background: linear-gradient(141deg, #ed5d5d 50%, #90de7d 50%);}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    border-color: #a5a3a3;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    border: 1px solid #a5a3a3;
}

@media only screen and (max-width:991px) {
    .datetimepicker+.datetimepicker {
        margin-left: 0px;
    }

}

@media only screen and (max-width:770px) {
    .available-box {
        left: 10px;
		top: -118px;
    }

}

/*======= blog detail page =======*/
.search-container input[type=text] {
  padding: 5px 15px;
  font-size: 17px;
  border: 1px solid #88888B;
  float: left;
  background: #fff;
}

.search-container button {
  float: left;
  padding: 6px 11px;
  background: #88888B;
  color: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
input[type="text"]:focus {
    outline: 0 !important;
}
.pre-next span {
    margin-bottom: 15px;
}

.blog-listing ul li {
    list-style: none;
    border-bottom: 1px solid #9999995c;
    padding: 5px 0;
}

.blog-title h2 {
    font-size: 34px;
    padding: 15px 0px;
}

.blog-listing h6 {
    padding-top: 55px;
}

/*======= 09 March 2020 =======*/
.lightpick__day.is-disabled {
    color: rgb(216, 216, 216) !important;
    text-decoration: line-through !important;
    opacity: 1;
}

.lightpick__month-title-bar {
    align-items: center;
}

.lightpick__month-title {
    text-align: center;
    color: rgb(72, 72, 72) !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0 0 10px;
    width: 100%;
    display: block;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    direction: ltr;
    text-align-last: center;
    margin: 0;
}

.lightpick__month-title > .lightpick__select {
    font-weight: bold;
}

.lightpick__toolbar button:hover {
    border-color: #ccc;
}

.lightpick__toolbar button.lightpick__previous-action {
    left: 0;
    position: absolute;
    top: -4px;
    margin: 0;
}

.lightpick__toolbar button.lightpick__next-action {
    position: absolute;
    right: 0;
    top: -4px;
}

#t-start,
#t-end,
#t-start-book,
#t-end-book {
    display: inline-block;
    width: 50%;
    margin-right: 0;
    float: left;
    border: 0;
}
.enquire_modal_fom .input-type #t-start, .enquire_modal_fom .input-type #t-end {
    width: 130px;
}
.input-type {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.form-group .sort-arrow {
    right: 15px;
    top: 14px;
    font-size: 16px;
    display: none;
}
.banner_booking_form select {
    background: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.display_span.width-50 {
    font-size: 14px;
    font-weight: bold;
}
.guests-container {
    top: 44px;
    z-index: 1;
    background: white;
    display: none;
    border-top: 1px solid #88888B !important;
}
.guests-container .form-group {
    margin: 0 0 15px;
}
.display_span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
}
.lightpick__day.is-in-range {
    background-color: #88888B;
    border: 1px solid #88888B;
    color: #fff;
    font-weight: bold;
}
.lightpick__day.is-available.is-today.is-start-date.is-in-range {
    color: #fff;
}
.lightpick {
    position: absolute;
    z-index: 1000000001;
    padding: 15px;
    margin-top: 10px;
    top: 45px !important;
    left: 0 !important;
}
#mobile_inquire_modal .lightpick { 
    top: 38px !important;
}
.lightpick:after {
    position: absolute;
    top: -10px;
    left: 18px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    /* border-bottom-color: rgba(0, 0, 0, 0.15); */
    content: '';
    z-index: 5;
}
.lightpick:before {
    position: absolute;
    top: -9px;
    left: 19px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    content: '';
    z-index: 6;
}
.book-page {
    background-image: url(../images/gallery_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
}


/* GALLERY CSS 13 MArch 2020 */

.lg-sub-html h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
.lg-sub-html {
    bottom: auto !important;
    top: 78vh;
    padding: 2px 10px 10px;
    left: 85px;
    max-width: 105vh;
}
#lg-counter {
    font-size: 14px;
    bottom: auto;
    top: 78vh;
    padding: 2px 10px 10px 0;
    line-height: normal;
        word-spacing: -5px;
}
.lg-outer .lg-thumb-outer {
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    bottom: auto;
    top: 82vh;
    width: 100% !important;
    max-width: 105vh !important;
    margin: 0px auto !important;
}
.lg-outer .lg {
    max-width: 100%;
    max-height: 100%;
}
.lg-outer .lg-inner {
    right: 0;
    margin: 0 auto;
    width: 100% !important;
    max-width: 105vh !important;
    margin: 0px auto !important;
}
.lg-actions .lg-prev:after,.lg-actions .lg-next:before {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.lg-actions .lg-prev {
    left: 40px;
}
.lg-actions .lg-next {
    right: 40px;
}
.lg-outer .lg-thumb-item {
    margin-right: 10px !important;
}
.lg-outer .lg-thumb {
    display: flex;
}


/*
    MEDIA CSS
----------------------------- */


@media (min-width:2000px) {
    .lg-outer .lg-thumb-outer {
        top: 80vh;
    }
} 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .gallery_tab_body .gallery_img_box {
        height: 100%;
        padding: 0 7px;
        margin-bottom: 14px;
    }
    
    .lg-outer .lg-inner {
        width: 87% !important;
    }
    #lg-counter, .lg-sub-html {
        font-size: 14px;
        bottom: auto;
        top: 65vh;
        width: 87%;
    }
    .lg-outer .lg-thumb-outer {
        top: 68vh;
        width: 87% !important;
    }
    .lg-actions .lg-prev:after, .lg-actions .lg-next:before {
        content: "";
        width: 2.8rem;
        height: 2.8rem;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .lg-outer .lg-thumb-outer {
        top: 83vh !important;
    }
    #lg-counter, .lg-sub-html {
        top: 78vh !important;
    }
}

@media (max-width: 992px) {
    .gallery_tab_body .gallery_img_box {
        height: 100%;
        padding: 0 7px;
        margin-bottom: 14px;
    }
    
    .lg-outer .lg-inner {
        width: 87% !important;
    }
    .lg-actions .lg-next, .lg-actions .lg-prev {
        font-size: 24px;
    }
    #lg-counter, .lg-sub-html {
        font-size: 14px;
        bottom: auto;
        top: 65vh;
        width: 87%;
    }
    .lg-outer .lg-thumb-outer {
        top: 68vh;
        width: 87% !important;
    }
}
@media (max-width: 525px){
.lg-outer .lg-thumb-outer {
    top: 57vh !important;
    width: 75% !important;
}
#lg-counter, .lg-sub-html {
    font-size: 12px;
    bottom: auto;
    top: 54vh !important;
}
}
@media (max-width: 415px){
.lg-outer .lg-thumb-outer {
    top: 61vh !important;
    width: 75% !important;
}
#lg-counter, .lg-sub-html {
    font-size: 12px;
    bottom: auto;
    top: 58vh !important;
}
}
@media (max-width: 325px){
.lg-outer .lg-thumb-outer {
    top: 63vh  !important;
    width: 75% !important;
}
#lg-counter, .lg-sub-html {
    font-size: 12px;
    bottom: auto;
    top: 58vh !important;
}
}
@media (max-width:767px) {
    #t-start, #t-end, #t-start-book, #t-end-book {
        width: 50% !important;
        margin: 0 !important;
    }
    #mobile_inquire_modal .modal-content {
        padding: 10px 10px 10px 20px;
    }
    #mobile_inquire_modal .modal-header .close {
        padding: 0px 25px;
    }
/*     .lightpick__month {
        width: 270px !important;
    } */
    .lightpick__day.is-available.is-today.is-start-date {
        color: #fff;
    }
    .lightpick {
        z-index: 999 !important;
    }
    .lg-outer .lg-inner {
        width: 75% !important;
    }
    #lg-counter, .lg-sub-html {
        font-size: 12px;
        bottom: auto;
        top: 57vh;
    }
    .lg-sub-html h4 {
        margin: 0;
        font-size: 12px;
    }
    .lg-outer .lg-thumb-outer { 
        top: 61vh;
        width: 75% !important;
    }
    .lg-actions .lg-prev:after, .lg-actions .lg-next:before {
        content: "";
        width: 1.8rem !important;
        height: 1.8rem !important;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}
/* Landscape */
@media only screen and (min-device-width: 480px) and (max-device-width: 900px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .lg-outer .lg-thumb-outer {
        top: 83vh !important;
    }
    #lg-counter, .lg-sub-html {
        top: 78vh !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .lg-outer .lg-thumb-outer {
        top: 82vh !important;
    }
    #lg-counter, .lg-sub-html {
        top: 78vh !important;
    }
}

figure.effect-bubba1 {
    position: relative;
}
.body-widget.ac h3 {
    color: #007bff;
}