/* Css Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strong, sub,
var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}

ul, ol {
    list-style: none;
}

img, fieldset {
    border: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

article, aside, details, figcaption, figure, footer,
header, main, nav, section, summary {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

embed, iframe, object, video {
    max-width: 100%;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: none;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/*==============================
	Page structure      
================================*/
#wrapper {
    overflow: hidden;
    width: 100%;
}

.container {
    max-width: 1320px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler {
    background: url('assets/images/icon-toggler.png') no-repeat 0 0 !important;
}

/*==============================
	header-top 
================================*/
.header-top {
    background-color: #13172B;
    padding: 18px 0;
}

    .header-top ul li {
        position: relative;
        line-height: 26px;
    }

        .header-top ul li a {
            color: #fff;
        }

        .header-top ul li.tel {
            margin-right: 30px;
        }

            .header-top ul li.tel a {
                background: url('assets/images/tel-icon.png') no-repeat 0 center;
                padding: 5px 0 5px 40px;
            }

        .header-top ul li.email a {
            background: url('assets/images/envelope-icon.png') no-repeat 2px center;
            padding: 5px 0 5px 40px;
        }

    .header-top ul.user {
        margin-right: 4px;
    }

        .header-top ul.user li:not(:last-child)::before {
            position: absolute;
            content: "";
            top: 7px;
            right: 0;
            width: 1px;
            height: 16px;
            background-color: #fff;
        }

        .header-top ul.user li a {
            padding: 0 12px;
        }

    .header-top ul li:hover a {
        color: #D98600 !important;
    }

.hover-underline-animation {
    display: inline-block;
    position: relative;
}

    .hover-underline-animation::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #D98600;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

/*==============================
	header-area 
================================*/
header {
    background-color: #111111;
}

.navbar-light .navbar-toggler {
    border: 0;
    border-radius: 0;
    border-color: transparent;
}

    .navbar-light .navbar-toggler:focus {
        outline: 0;
    }

.header-area {
    background-color: #111111;
    padding: 25px 0;
}

    .header-area ul li {
        text-transform: uppercase;
        line-height: 29px;
        margin: 0 13px;
    }

        .header-area ul li.active {
            margin-right: 16px;
        }

.logo {
    max-width: 140px;
    padding: 0 12px;
}

    .logo a {
        display: inline-block;
    }

.header-area ul li.nav-item > a {
    color: #fff;
}

.header-area ul li.active a {
    color: #D98600 !important;
}

.header-area ul li.nav-item > a:hover {
    color: #D98600 !important;
}

.header-area ul li.dropdown ul.dropdown-menu li {
    font-size: 12px;
}

    .header-area ul li.dropdown ul.dropdown-menu li a {
        color: #333 !important;
    }

    .header-area ul li.dropdown ul.dropdown-menu li:hover a {
        color: #D98600 !important;
    }

.header-area ul li.dropdown:hover > .dropdown-menu {
    display: block;
}

.header-area ul li.dropdown .dropdown-menu {
    min-width: 260px;
}

.dropdown-toggle::after {
    display: none;
}

.book-now-btn {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 47px;
    line-height: 43px !important;
    background-color: #FFFFFF00;
    border: 2px solid #D98600;
    border-radius: 5px 5px 5px 5px;
    margin-left: 36px !important;
    text-align: center;
}

    .book-now-btn a {
        display: block;
        color: #D98600 !important;
        padding: 0 32px !important;
    }

    .book-now-btn:hover {
        background: #D98600;
    }

        .book-now-btn:hover a {
            color: #fff !important;
        }

.header-area ul li.book-now-btn:hover a {
    color: #fff !important;
}

.arrow {
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: transparent;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.header-area ul li:hover .arrow,
.header-area ul li.active .arrow {
    border-color: #D98600 !important;
}

.arrow::before {
    display: block;
    height: 10px;
    width: 10px;
    margin-left: 0;
    margin-top: 0;
    content: "";
    transform: rotate(45deg);
}

.arrow.down {
    transform: rotate(-135deg);
    right: -9px;
    top: 18px;
}

/*==============================
	banner 
================================*/
.banner {
    position: relative;
}

    .banner > figure {
        overflow: hidden;
    }

        .banner > figure img {
            width: 100%;
            height: 100%;
        }

.banner-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-info {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-content {
    display: table-cell;
    vertical-align: middle;
}

.banner-content-inner h1 {
    font-family: 'Gilda Display', serif;
    font-size: 80px;
    line-height: 96px;
    color: #fff;
    margin-bottom: 9px;
}

.banner-content-inner p {
    font-size: 32px;
    line-height: 52px;
    color: #fff;
}

.banner-content-inner .book-now-btn {
    max-width: 169px;
    margin-top: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #D98600;
}

    .banner-content-inner .book-now-btn a {
        padding: 0 15px !important;
        color: #fff !important;
    }

    .banner-content-inner .book-now-btn:hover {
        background: transparent;
    }

        .banner-content-inner .book-now-btn:hover a {
            color: #D98600 !important;
        }

/* -- */
.banner.room figure img {
    width: 100%;
    height: 100%;
    max-width: initial;
}

.banner.room .banner-area {
}

    .banner.room .banner-area h1 {
        font-family: "Gilda Display", Sans-serif;
        font-size: 46px;
        line-height: 50px;
        text-transform: capitalize;
    }

    .banner.room .banner-area .breadcrumb {
        display: table;
    }

    .banner.room .banner-area ul li {
        color: #FFFFFF;
        font-weight: 500;
        text-transform: capitalize;
        padding-right: 5px;
        display: inline-block;
    }

        .banner.room .banner-area ul li a {
            color: #FFFFFF;
        }

            .banner.room .banner-area ul li a:hover {
                color: #d98600;
            }

        .banner.room .banner-area ul li.li_separator span {
            display: inline-block;
            background: url('assets/images/icon-separtor.png') no-repeat 0 0;
            width: 6px;
            height: 10px;
        }
/*==============================
	room-details 
================================*/
.room-details {
    padding: 110px 0 100px 0;
}

.room-details-area {
    position: relative;
    margin-bottom: 70px;
}

.room-img {
    position: relative;
    width: 58%;
}

    .room-img img {
        display: block;
        width: 100%;
        max-height: 460px;
        object-fit: cover;
        object-position: center;
    }

.room-container {
    position: absolute;
    padding: 30px;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 46%;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.room-details-area:nth-child(2n) .room-img {
    margin-left: auto;
}

.room-details-area:nth-child(2n) .room-container {
    right: unset;
    left: 0%;
}

.room-price {
    margin-bottom: 10px;
}

    .room-price span.price-amount {
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        color: #d98600;
    }

.room-container h2 {
    margin: 0;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
}

.room-container p {
    margin: 0 0 30px 0;
    max-width: 460px;
    color: #090909;
}

.room-container ul {
    margin: 0 0 15px 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.16);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

    .room-container ul li {
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 1.2;
        color: var(--heading);
        margin: 0 10px 10px 0;
    }

        .room-container ul li span {
            display: inline-block;
            padding: 2px 0 2px 30px;
            line-height: 16px;
        }

            .room-container ul li span.man {
                background: url('assets/images/man.png') no-repeat 0 0;
            }

            .room-container ul li span.daughter {
                background: url('assets/images/daughter.png') no-repeat 0 0;
            }

            .room-container ul li span.measure {
                background: url('assets/images/measure.png') no-repeat 0 0;
            }

            .room-container ul li span.bed {
                background: url('assets/images/bed.png') no-repeat 0 0;
            }

            .room-container ul li span.bathtub {
                background: url('assets/images/bathtub.png') no-repeat 0 0;
            }

            .room-container ul li span.parking {
                background: url('assets/images/parking.png') no-repeat 0 0;
            }

            .room-container ul li span.liItem {
                background: url('assets/images/arrow-b.png') no-repeat left center;
                font-size: 13px;
            }

.room-container-footer {
    border-top: 1px solid #E6E6E6;
    padding-top: 25px;
}

.room-button-view-deals a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    background: url('assets/images/arrow-b.png') no-repeat right center;
    padding-right: 24px;
}

    .room-button-view-deals a:hover {
        color: #d98600;
    }

.room-button {
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #d98600;
    padding: 16px 28px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    border: 2px solid #d98600;
    border-radius: 5px;
}

    .room-button a {
        color: #fff;
    }

    .room-button:hover {
        background: transparent;
    }

        .room-button:hover a {
            color: #d98600;
        }

.room-button-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.room-video-gallery-wrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
}

.room-video-gallery {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

    .room-video-gallery span {
        display: inline-block;
        transition: all 0.3s ease;
        font-size: 14px;
        color: #333;
        line-height: 1;
        padding: 6px 0 8px 30px;
    }

.room-video-gallery-wrapper a {
    padding: 0 8px;
}

.room-video-gallery span.play {
    background: url('assets/images/play.png') no-repeat 0 center;
}

.room-video-gallery span.image-gallery {
    background: url('assets/images/image-gallery.png') no-repeat 0 center;
}

.room-details-area:nth-child(2n) .room-video-gallery-wrapper {
    left: unset;
    right: 30px;
}

.pagination {
    display: table;
}

    .pagination ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .pagination ul li {
            cursor: pointer;
            margin: 0 2px;
        }

            .pagination ul li span {
                padding: 0px 10px;
                min-width: 54px;
                font-size: 1em;
                color: var(--heading);
                height: 40px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .pagination ul li span.next {
                    background: url('assets/images/angle-r.png') no-repeat center center;
                }

                .pagination ul li .current,
                .pagination ul li span:hover {
                    background-color: #d98600;
                    color: #fff;
                }
/*==============================
	search 
================================*/
.search-form {
    display: flex;
    justify-content: center;
    margin-top: -55px;
    position: relative;
    z-index: 99;
}

.search-field-area {
    display: inline-flex;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.search-field {
    position: relative;
    width: 100%;
    padding: 30px 30px 30px 50px;
    border-right: 1px solid #E6E6E6;
}

    .search-field:last-child {
        border-right: none;
    }

    .search-field span {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4px;
        color: #000;
    }

.search-field-input {
    display: flex;
    align-items: center;
    position: relative;
}

    .search-field-input input {
        border: none;
        padding: 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        max-width: 130px;
        cursor: pointer;
        background-color: transparent;
        border-radius: 5px;
        padding: 12px 15px;
        border: 0;
        background-color: #ffffff;
        -webkit-appearance: none;
        box-sizing: border-box;
        outline: 0;
        transition: all ease-in-out 0.3s;
        padding: 0 0;
    }

.guestspicker {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #888787;
}

    .guestspicker span {
        color: #888787;
    }

.gueststotal {
    display: inline-block;
    width: 11px;
    margin-right: 3px;
}

.guests-button {
    display: flex;
    align-items: center;
}

.guests-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-align: center;
    border: none;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #090909;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.guests-button input {
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border: none;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.guestspicker .dropdown .dropdown-menu {
    min-width: 245px;
    top: 40px !important;
    left: -50px !important;
    z-index: 2;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #EAE9E9;
    box-sizing: border-box;
    box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.search-form-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    height: 100%;
    width: 100%;
    min-width: 155px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    background-color: #d98600;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    padding: 30px;
    border: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .search-form-btn button span {
        background: url('assets/images/icon-search.png') no-repeat 0 center;
        padding: 0 0 0 25px;
    }

    .search-form-btn button:hover {
        background: #000;
    }
/* .search-field-input.check-in::before {
	content: '';
	position: absolute;
	top: -6px;
	left: -28px;
	width: 22px;
	height: 23px;
	background: url('assets/images/icon-calender.png') no-repeat 0 0;
} */
.guestspicker {
    position: relative;
}

    .guestspicker::before {
        content: '';
        position: absolute;
        top: -6px;
        left: -37px;
        width: 30px;
        height: 23px;
        background: url('assets/images/icon-people.png') no-repeat 0 0;
    }

.beds-button {
    position: relative;
}

    .beds-button::before {
        content: '';
        position: absolute;
        top: -6px;
        left: -28px;
        width: 22px;
        height: 23px;
        background: url('assets/images/icon-bed.png') no-repeat 0 0;
    }

.baths-button {
    position: relative;
}

    .baths-button::before {
        content: '';
        position: absolute;
        top: -6px;
        left: -28px;
        width: 22px;
        height: 23px;
        background: url('assets/images/icon-bath.png') no-repeat 0 0;
    }

.guests-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*==============================
	intro 
================================*/
.intro {
    padding: 180px 0px 120px 0px;
}

.intro-item {
    padding: 0px 40px 22px 0px;
}

.intro-item-inner {
    max-width: 590px;
}

    .intro-item-inner span {
        display: block;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 6px;
        text-transform: uppercase;
        margin-bottom: 9px;
    }

    .intro-item-inner h2 {
        font-family: 'Gilda Display', serif;
        font-size: 45px;
        line-height: 54px;
        margin-bottom: 40px;
    }

    .intro-item-inner h3 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 13px;
        font-weight: 400;
        margin-bottom: 40px;
    }

.intro-item p {
    line-height: 26px;
    color: #333;
}

.img-gallery .img-box:nth-child(even) {
    margin-top: 60px;
    margin-left: 15px;
}

.img-gallery .img-box:nth-child(odd) {
    margin-left: -15px;
}

.intro-item-bottom {
    margin-top: 40px;
}

    .intro-item-bottom figure {
        overflow: hidden;
        height: 110px;
        width: 110px;
        border-radius: 50%;
    }

    .intro-item-bottom .name {
        padding: 20px 0;
    }

        .intro-item-bottom .name h4 {
            font-family: 'Gilda Display', serif;
            font-size: 30px;
            line-height: 29px;
            margin-bottom: 6px;
        }

        .intro-item-bottom .name p {
            font-size: 18px;
            font-weight: 500;
            line-height: 21px;
            color: #D98600;
        }

    .intro-item-bottom span {
        display: block;
        font-family: "Homemade Apple", Sans-serif;
        font-size: 30px;
        padding: 20px 0;
    }

/*==============================
	favorite 
================================*/
.favorite {
    background: #13172B;
    padding: 80px 0px 120px 0px;
}

    .favorite .heading {
        margin-bottom: 65px;
    }

        .favorite .heading p {
            font-size: 15px;
            line-height: 29px;
            letter-spacing: 6px;
            margin-bottom: 6px;
        }

        .favorite .heading h2 {
            font-family: 'Gilda Display', serif;
            font-size: 45px;
            line-height: 54px;
            margin-bottom: 9px;
        }

.favorite-area {
    max-width: 1822px;
    margin: 0 auto;
    padding: 0 15px;
}

.favorite-area {
    padding: 0 15px;
}

.descr-list {
    display: table;
}

    .descr-list ul {
        margin: 20px 0;
    }

        .descr-list ul li {
            position: relative;
            line-height: 26px;
            color: #fff;
            padding: 0 12px;
        }

            .descr-list ul li:not(:last-child)::before {
                position: absolute;
                content: "";
                top: 50%;
                right: -3px;
                width: 5px;
                height: 5px;
                background-color: #fff;
                border-radius: 50%;
            }

.favorite-item h3 {
    font-family: 'Gilda Display', serif;
    font-size: 33px;
    line-height: 33px;
    color: #fff;
    padding-bottom: 23px;
}

.favorite-item span {
    position: relative;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
}

    .favorite-item span.price {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 12px;
        color: #ffba00;
    }

.owl-theme .owl-dots .owl-dot span {
    width: 21px;
    height: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 36px;
    height: 5px;
    background: #d98600;
}

.favorite-item a {
    position: relative;
    display: block;
    padding: 20px 0 0 0;
}

.favorite-item figure {
    border-radius: 5px;
    height: 346px;
    width: 403px;
}

.favorite-item a:hover h3 {
    color: #d98600;
    transition: all 0.3s ease;
}

.favorite-item a figure img {
    position: absolute;
    top: 15px;
    left: 0;
    transition: all 0.3s ease;
}

.favorite-item a:hover figure img {
    top: 0;
    transition: all 0.3s ease;
}
/*==============================
	facilities 
================================*/
.facilities {
    padding: 110px 0px 120px 0px;
}

    .facilities .heading {
        margin-bottom: 25px;
    }

        .facilities .heading p {
            font-size: 15px;
            line-height: 29px;
            letter-spacing: 6px;
            margin-bottom: 6px;
        }

        .facilities .heading h2 {
            font-family: 'Gilda Display', serif;
            font-size: 45px;
            line-height: 54px;
            margin-bottom: 9px;
        }

.facilities-area {
}

.facilities-item {
    padding: 29px 22px 28px 30px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .facilities-item .inner {
        max-width: 270px;
    }

        .facilities-item .inner h4 {
            font-family: 'Gilda Display', serif;
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 12px;
        }

        .facilities-item .inner p {
            line-height: 26px;
            color: #333;
        }

    .facilities-item figure {
        margin-left: auto;
        display: inline-block;
        align-self: flex-end;
        min-width: 40px;
    }

/*==============================
	explore 
================================*/
.explore {
    background: url('assets/images/count-bg-home-1.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0 200px 0;
    position: relative;
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.54;
}

.explore .heading {
    margin-bottom: 20px;
    position: relative;
}

    .explore .heading p {
        font-size: 15px;
        line-height: 29px;
        letter-spacing: 6px;
        margin-bottom: 6px;
        color: #fff;
    }

    .explore .heading h2 {
        font-family: 'Gilda Display', serif;
        font-size: 45px;
        line-height: 54px;
        margin-bottom: 9px;
        color: #fff;
    }

.explore-area {
    position: relative;
}

.video {
    position: relative;
    display: table;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-bottom: 100px;
}

    .video::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: 4px solid #fff;
        -webkit-animation: lineScale 2.5s linear infinite;
        -moz-animation: lineScale 2.5s linear infinite;
        animation: lineScale 2.5s linear infinite;
    }

    .video figure {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.counter span {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 70px;
    line-height: 75px;
    color: #d98600;
}

.counter p {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.ova-video {
    display: table;
    position: relative;
    margin-bottom: 100px;
}

    .ova-video .icon-content-view.video_active {
        cursor: pointer;
    }

    .ova-video .icon-content-view {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

        .ova-video .icon-content-view .content {
            position: relative;
            width: 120px;
            height: 120px;
            /* min-width: 64px; */
            /* min-height: 64px; */
            border-radius: 50%;
        }

            .ova-video .icon-content-view .content::before {
                border: 4px solid #ffffff;
                position: absolute;
                content: "";
                top: 50%;
                left: 50%;
                border-radius: 50%;
                transform: translate(-50%, -50%);
                width: 100%;
                height: 100%;
                -webkit-animation: lineScale 2.5s linear infinite;
                -moz-animation: lineScale 2.5s linear infinite;
                animation: lineScale 2.5s linear infinite;
            }

.video-btn figure {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 36px;
    z-index: 1;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: lineScale 2.5s linear infinite;
}

@keyframes lineScale {
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        -moz-animation: translate(-50%, -50%)scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -moz-animation: translate(-50%, -50%)scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
}


/*==============================
	team 
================================*/
.team {
    background-color: #FFF2DE;
    position: relative;
    padding: 120px 0 140px 0;
}

    .team .heading {
        margin-bottom: 20px;
    }

        .team .heading p {
            font-size: 15px;
            line-height: 29px;
            letter-spacing: 6px;
            margin-bottom: 6px;
        }

        .team .heading h2 {
            font-family: 'Gilda Display', serif;
            font-size: 45px;
            line-height: 54px;
            margin-bottom: 9px;
        }

.team-item {
    transition: all 0.3s ease;
    box-shadow: 0px 8px 30px 0px #04064214;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .team-item .info {
        background-color: transparent;
        padding: 20px;
        text-align: center;
        position: absolute;
        width: 100%;
        height: auto;
        bottom: -43px;
        background: linear-gradient(180deg, rgba(77, 77, 77, 0) 0%, #060606 100%);
        transition: all 0.3s ease;
    }

.name-job .name {
    transition: all 0.3s ease;
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4;
}

.name-job .job {
    color: #ffffff;
    transition: all 0.3s ease;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: var(--primary-font);
}

.box-list-icon {
    display: table;
}

    .box-list-icon ul {
        margin-top: 16px;
    }

        .box-list-icon ul li {
            margin: 0 8px 0 0;
        }

.team-item:hover .info {
    bottom: 0;
    transition: all 0.3s ease;
}
/*==============================
	testimonial 
================================*/
.testimonial {
    position: relative;
    padding: 120px 0 140px 0;
}

    .testimonial .heading {
        margin-bottom: 20px;
    }

        .testimonial .heading p {
            font-size: 15px;
            line-height: 29px;
            letter-spacing: 6px;
            margin-bottom: 6px;
        }

        .testimonial .heading h2 {
            font-family: 'Gilda Display', serif;
            font-size: 45px;
            line-height: 54px;
            margin-bottom: 9px;
        }

.testimonial-wrap {
    max-width: 920px;
    margin: 0 auto;
}

.testimonial-area p {
    font-family: 'Gilda Display', serif;
    font-size: 40px;
    line-height: 56px;
    color: #333;
}

.testimonial-area .name {
    display: table;
    margin: 60px auto 0 auto;
}

    .testimonial-area .name h5 {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        color: #222;
        letter-spacing: 0.2px;
    }

    .testimonial-area .name h6 {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        color: #888;
    }

.testimonial-area .flex-direction-nav .flex-prev {
    left: 0;
    background: url('assets/images/prev.png') no-repeat center center;
    font-size: 0;
}

.testimonial-area .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
    background: url('assets/images/next.png') no-repeat center center;
    font-size: 0;
}

.testimonial-area .flex-control-nav {
    display: block;
    bottom: -76px;
}

.ova-testimonial .slide-testimonials .slick-dots button {
    display: block;
    width: 15px;
    height: 5px;
    padding: 0;
    border: none;
    border-radius: 2px;
    background-color:;
    text-indent: -9999px;
}

.testimonial-area .flex-control-paging li a {
    width: 15px;
    height: 5px;
    display: block;
    background: #E3E1E1;
    border: 0;
}

    .testimonial-area .flex-control-paging li a.flex-active {
        width: 30px;
        background: #d98600;
    }

.testimonial ul.img-content {
    display: table;
    overflow: hidden;
    /*margin-top: 100px;*/
    margin-bottom: 35px;
}

    .testimonial ul.img-content li {
        float: left;
        margin-left: -20px;
    }

.testimonial ul li:first-child {
    margin-left: 0;
}

.testimonial ul li figure {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 50%;
}

.testimonial-item {
    max-width: 950px;
    margin: 0 auto;
}

.customer {
    display: table;
    overflow: hidden;
    position: absolute;
    top: -119px;
    left: 50%;
    transform: translateX(-50%);
    width: 235px;
    height: 235px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
}

    .customer span {
        font-family: 'Gilda Display', serif;
        display: block;
        font-size: 45px;
    }

    .customer h4 {
        font-size: 16px;
        padding: 0 20px;
    }

    .customer .inner {
        display: table-cell;
        vertical-align: middle;
    }

/*==============================
	service 
================================*/
.service {
    background-color: #FFF2DE;
}

.service-item {
    overflow: hidden;
}

    .service-item h4 {
        font-size: 15px;
        line-height: 29px;
        letter-spacing: 6px;
        margin-bottom: 6px;
    }

    .service-item h3 {
        font-family: 'Gilda Display', serif;
        font-size: 45px;
        line-height: 54px;
        margin-bottom: 9px;
    }

    .service-item p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
        color: #333;
    }

    .service-item figure {
        overflow: hidden;
    }

        .service-item figure img {
            width: 100%;
            transform: scale(1.1);
            min-height: 500px;
            max-height: 500px;
            object-fit: cover;
            object-fit: cover;
            transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

    .service-item a:hover figure img {
        transform: scale(1.1);
    }

.read-more-btn {
    display: table;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    height: 56px;
    line-height: 56px !important;
    background-color: #D98600;
    margin-top: 30px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .read-more-btn:hover {
        background: #000;
    }

    .read-more-btn a {
        display: block;
        color: #fff;
        padding: 0 36px;
    }

.service-item-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.service-item-content {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 60px;
}

/*==============================
	news 
================================*/
.news {
    padding: 116px 0px 70px 0px;
}

    .news .heading {
        margin-bottom: 20px;
    }

        .news .heading p {
            font-size: 15px;
            line-height: 29px;
            letter-spacing: 6px;
            margin-bottom: 6px;
        }

        .news .heading h2 {
            font-family: 'Gilda Display', serif;
            font-size: 45px;
            line-height: 54px;
            margin-bottom: 9px;
        }

.news-area {
    position: relative;
}

.news-item {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

    .news-item figure {
        overflow: hidden;
    }

        .news-item figure img {
            height: 331px;
            object-fit: cover;
            transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

    .news-item > a:hover figure img {
        transform: scale(1.1);
    }

.news-item-content {
    padding: 26px;
    border: 1px solid #E3E2E2;
    border-top: unset;
    border-radius: 0px 0px 5px 5px;
}

    .news-item-content h3 {
        font-family: 'Gilda Display', serif;
        font-size: 29px;
        line-height: 33px;
        color: #000;
        margin-bottom: 17px;
    }

.news-item a:hover h3 {
    color: #d98600;
}

.news-item-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #333;
}

.news-item-content ul {
    margin-bottom: 16px;
}

    .news-item-content ul li {
        font-size: 14px;
        line-height: 14px;
        color: #000;
        padding: 0 0 0 25px;
        margin-right: 25px;
    }

        .news-item-content ul li.icon2 {
            background: url('assets/images/icon2.png') no-repeat 0 center;
        }

        .news-item-content ul li.icon1 {
            background: url('assets/images/icon1.png') no-repeat 0 center;
        }

.read-more {
    font-size: 16px;
    line-height: 26px;
    color: #D98600;
}

    .read-more a {
        color: #D98600;
        background: url('assets/images/arrow-r.png') no-repeat right center;
        padding: 0 30px 5px 0;
    }

.news-area.owl-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 0px;
    border-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 1px 0px #00000040;
    font-size: 60px;
    color: #d98600;
    padding-bottom: 13px !important;
}

.news-area.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -112px;
}

/*==============================
	footer 
================================*/
footer {
    background-color: #13172B;
}

.footer-top {
    padding: 76px 0px 89px 0px;
}

.footer-logo {
    max-width: 317px;
}

    .footer-logo figure {
        margin-bottom: 20px;
    }

    .footer-logo p {
        font-size: 16px;
        line-height: 28.8px;
        color: #fff;
        margin-bottom: 20px;
    }

    .footer-logo select {
        background: transparent;
        border: 2px solid #fff;
        font-weight: 600;
        color: #fff;
        padding: 10px 15px 10px 23px;
    }

.footer-item h4 {
    font-family: 'Gilda Display', serif;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-item ul li {
    font-size: 16px;
    line-height: 26px;
}

.footer-item address {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-item ul li a {
    color: #fff;
}

.copyright {
    border-top: 1px solid #333;
    padding: 30px 0px 30px 0px;
}

    .copyright p {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
    }

        .copyright p a {
            color: #d98600;
        }

.footer-right {
    padding-top: 20px;
}

.footer-item ul li.tel {
    margin-bottom: 20px;
}

    .footer-item ul li.tel a {
        background: url('assets/images/tel-icon1.png') no-repeat 0 center;
        padding: 5px 0 5px 40px;
    }

.footer-item ul li.email {
    margin-bottom: 20px;
}

    .footer-item ul li.email a {
        background: url('assets/images/envelope-icon1.png') no-repeat 2px center;
        padding: 5px 0 5px 40px;
    }

.footer-item ul.social {
    background: url('assets/images/icon3.png') no-repeat 0 center;
    padding: 0 0 0 40px;
}

    .footer-item ul.social li {
        font-size: 16px;
        line-height: 26px;
        margin-right: 10px;
    }
/* back to top */
#back-top {
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
    z-index: 999999;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #d98600;
    border-radius: 4px;
    overflow: hidden;
}

    #back-top:hover {
        background: #333;
    }

    #back-top a {
        background: url('assets/images/arrow-up.png') no-repeat center center;
        display: block;
        text-align: center;
        width: 36px;
        height: 41px;
        border-radius: 3px;
        padding: 12px 8px 8px 7px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.back-top-animation {
    right: 20px !important;
    opacity: 1 !important;
    -webkit-transition: all 0.4s ease-in !important;
    -moz-transition: all 0.4s ease-in !important;
    -o-transition: all 0.4s ease-in !important;
    transition: all 0.4s ease-in !important;
}
