﻿body {
    /*font-family: "Poppins", Arial, sans-serif;*/
    /*background: #fff;*/
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
}

    body.menu-show {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
    }


h1, h2, h3, h4, h5,
a {
    /*color: #8d703b;*/
    transition: .3s all ease;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        text-decoration: none !important;
        /*color: #8d703b;*/
    }

    a:not([href]):not([tabindex]) {
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

.ftco-social {
    padding: 0;
}

    .ftco-social li {
        list-style: none!important;
        margin-right: 10px;
    }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    font-family: 'Playfair'!important;
}

h7 {
    font-size: 14px;
    color: #000;
}

h8 {
    font-size: 12px;
    color: #fff;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.w-100 {
    width: 100% !important;
}

/*heading section*/
.heading-section .subheading {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.heading-section h2 {
    font-size: 38px;
    font-weight: 400;
    position: relative;
}

    .heading-section h2 strong {
        font-weight: 700;
    }

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section h2:after, .heading-section h2:before {
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #8d703b;
    content: '';
}

.heading-section h2:before {
    width: 80px;
    height: 2px;
    bottom: -19px;
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 38px;
    color: #fff;
}

    .heading-section.heading-section-white h2:after, .heading-section.heading-section-white h2:before {
        display: none;
    }

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-wo-line h2:after, .heading-section.heading-section-wo-line h2:before {
    display: none;
}


/*heading section end*/

/*navbar customization*/

/*nav toogler animation*/

/*    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}


.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    width: 20px !important;
    height: 15px !important;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}


    .navbar-toggler-icon:after,
    .navbar-toggler-icon:before {
        width: 20px;
        position: absolute;
        height: 1px;
        background-color: #fff !important;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-toggler-icon:after {
        top: 7px;
    }


.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}*/

/*@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: -40px;
    }
}

@media (max-width: 1115px) {
    .navbar-expand-lg .navbar-nav {
        margin-right:-60px;
    }
}

@media (max-width: 1075px) {
    .navbar-expand-lg .navbar-nav {
        margin-right: -30px;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav {
        margin-right: 0px;
    }
}

@media (max-width: 576px) {
    
}*/

/*nav toogler animation end*/
.ftco-navbar-light {
    background: transparent !important;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #21213c !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 10px;
    color: #fff !important;
    font-weight: 400;
    opacity: 1 !important;
}

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }

@media (max-width: 1115px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 15px;
        padding-right: 5px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #69532c;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a:last-child {
        margin-bottom: 5px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
    color: #fff;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: white;
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: /*#8d703b*/ #6e0762 !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

    .ftco-navbar-light.scrolled .nav-item.active > a {
        color: #fff !important;
    }

    .ftco-navbar-light.scrolled .nav-item.cta > a {
        color: #fff !important;
        background: #8d703b;
        border: none !important;
    }

        .ftco-navbar-light.scrolled .nav-item.cta > a span {
            display: inline-block;
            color: #fff !important;
        }

    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
        border-color: #8d703b;
    }

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 576px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 5px 30px;
    }

    .ftco-navbar-light.scrolled .navbar-brand {
        color: #000000;
        padding: 5px 30px;
    }

    .ftco-navbar-light.scrolled .navbar-toggler {
        padding: 5px 30px;
    }

    .ftco-navbar-light .navbar-toggler {
        padding: 5px 30px;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        padding: 5px 30px;
    }
}

@media (max-width: 445px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 5px 10px;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        padding: 5px 20px;
    }

    .ftco-navbar-light.scrolled .navbar-brand {
        color: #000000;
        padding: 5px 20px;
    }
}

@media (max-width: 400px) {
    .navbar-dark .navbar-brand {
        color: #fff;
        padding: 5px 0px;
    }

    .ftco-navbar-light.scrolled .navbar-brand {
        color: #000000;
        padding: 5px 0px;
    }
}


@media (max-width: 360px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 5px 10px;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        padding: 5px 0px;
    }

    .ftco-navbar-light.scrolled .navbar-brand {
        color: #000000;
        padding: 5px 0px;
    }

    .ftco-navbar-light .navbar-toggler {
        color: #fff;
        padding: 5px 0px;
    }

    .ftco-navbar-light.scrolled .navbar-toggler {
        padding: 5px 0px;
    }
}

@media (max-width: 345px) {
    .ftco-navbar-light .navbar-toggler {
        color: #fff;
        padding: 5px 0px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        padding: 5px 0px;
    }

}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000000 !important;
}

    .ftco-navbar-light.scrolled .nav-link.active {
        color: #8d703b !important;
    }

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .5s all ease-out;
    -o-transition: .5s all ease-out;
    transition: .5s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {
    -webkit-transition: .5s all ease-out;
    -o-transition: .5s all ease-out;
    transition: .5s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000000;
}
/*navbar-toggler-icon customization*/


/*.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(62,62,62, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(62 62 62);
    outline: none !important;
}*/

/*navbar-toggler-icon customization end*/


/*nav shape*/

/*.nav-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 800px;
}

@media(max-width:1115px){
    .nav-shape {
        position: absolute;
        top: 0;
        right: 0;
        width: 750px;
    }
}*/

/*nav shape end*/


/*navbar customization end*/




/*to top*/
#scrollToTopBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 1px #6e0762 solid !important;
    text-indent: 100%;
    z-index: 9;
    text-indent: -9999px;
    background-color: #6e0762;
    display: inline;
    border-radius: 3px;
}

    #scrollToTopBtn:focus {
        outline: none;
    }

    #scrollToTopBtn:hover {
        background-color: #000;
        border: 1px #ffc13b solid !important;
    }

        #scrollToTopBtn:hover:after {
            height: 15px;
            opacity: 1;
        }

    #scrollToTopBtn:before {
        display: block;
        position: absolute;
        content: "\f102" !important;
        font-family: FontAwesome !important;
        font-size: 16px !important;
        top: 50%;
        right: 0;
        left: 0;
        font-weight: normal;
        margin: 0 auto;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #fff;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        text-indent: 0;
        text-align: center;
    }

    #scrollToTopBtn:hover:before {
        transform: translateY(-65%);
    }

/* #scrollToTopBtn:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 14px;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        width: 0;
        opacity: 0;
        border: 1px solid #fff;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        transition: all .5s linear;
    }*/
/*to top end*/

/*hero cover*/
.text-center {
    text-align: center !important;
}

.hero-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero-wrap2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .hero-wrap .slider-text {
        color: #fff;
        height: 300px;
        font-family: "Playfair Display", Arial, serif;
    }

    @media(max-width:1115px){
        .hero-wrap .slider-text {
            color: #fff;
            height: 400px;
            font-family: "Playfair Display", Arial, serif;
        }
    }

@media(max-width:992px) {
    .hero-wrap .slider-text {
        color: #fff;
        height: 300px;
        font-family: "Playfair Display", Arial, serif;
    }
}

.hero-wrap2 .slider-text {
    color: #fff;
    height: 300px;
    font-family: "Playfair Display", Arial, serif;
}

.hero-wrap {
    top:-110px;
    width: 100%;
    height: 400px;
    position: relative;
}

    .hero-wrap .slider-text .bread {
        font-weight: 400;
        color: #fff;
        font-size: 60px;
    }

.hero-wrap2 {
    top: -110px;
    width: 100%;
    height: 450px;
    position: relative;
}

    .hero-wrap2 .slider-text {
        color: #fff;
        height: 270px;
        position: static;
        margin-left: 0px;
    }

    .hero-wrap2 .slider-text .bread {
        font-weight: 400;
        color: #fff;
        font-size: 40px;
    }

@media(max-width:1115px){
    .hero-wrap {
        top: -110px;
        width: 100%;
        height: 400px;
        position: relative;
    }

    .hero-wrap2 {
        top: -110px;
        width: 100%;
        height: 400px;
        position: relative;
    }

        .hero-wrap2 .slider-text {
            color: #fff;
            height: 230px;
            position: static;
            margin-left: 0px;
        }

    .hero-wrap .slider-text .bread {
        font-weight: 400;
        color: #fff;
        font-size: 40px;
    }

    .hero-wrap2 .slider-text .bread {
        font-weight: 400;
        color: #fff;
        font-size: 28px!important;
    }
}

@media(max-width:992px) {
    .hero-wrap {
        top:0;
        width: 100%;
        height: 350px;
        position: relative;
    }

    .hero-wrap2 {
        top: 0;
        width: 100%;
        height: 300px;
        position: relative;
    }

        .hero-wrap2 .slider-text {
            color: #fff;
            height: 150px;
            position: static;
            margin-left: 0px;
        }

            .hero-wrap2 .slider-text .bread {
                font-weight: 400;
                color: #fff;
                font-size: 30px!important;
            }
}

@media(max-width:767px) {
    .hero-wrap {
        top: 0;
        width: 100%;
        height: 300px;
        position: relative;
    }

    .hero-wrap2 {
        top: 0;
        width: 100%;
        height: 250px;
        position: relative;
    }

    .hero-wrap2 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .hero-wrap2 .slider-text {
            height: 150px;
            /*font-size: 20px;*/
        }

            .hero-wrap2 .slider-text .bread {
                font-size: 20px!important;
            }
}

@media(max-width:576px) {
    .hero-wrap {
        top: 0;
        width: 100%;
        height: 300px;
        position: relative;
    }

    .hero-wrap2 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .hero-wrap2 {
        top: 0;
        width: 100%;
        height: 214px;
        position: relative;
    }

        .hero-wrap .slider-text {
            color: #fff;
            height: 250px;
        }

    .hero-wrap2 .slider-text {
        color: #fff;
        height: 80px;
        position: relative;
        margin-left: -340px;
    }

        .hero-wrap2 .slider-text .bread {
            font-size: 20px !important;
        }
}

@media(max-width:445px) {
    .hero-wrap {
        top: 0;
        width: 100%;
        height: 300px;
        position: relative;
    }


    .hero-wrap2 {
        top: -2px;
        width: 100%;
        height: 158px;
        position: relative;
    }

    .hero-wrap .slider-text .bread {
        font-weight: 400;
        color: #fff;
        font-size: 40px;
    }

    .hero-wrap2 .slider-text {
        color: #fff;
        height: 70px;
        position: relative;
        margin-left: -260px;
    }

    .hero-wrap2 .slider-text .bread {
        font-weight: 400;
        color: #fff;
        font-size: 30px;
    }
}

@media(max-width:400px) {
        .hero-wrap2 {
        top: -2px;
        width: 100%;
        height: 145px;
        position: relative;
    }

            .hero-wrap2 .slider-text {
                color: #fff;
                height: 70px;
                position: relative;
                margin-left: -230px;
            }
    
    .hero-wrap2 .slider-text .bread {
        font-weight: 400;
        color: #fff;
        font-size: 30px;
    }
}

@media(max-width:360px) {
    
    .hero-wrap2 {
        top: -2px;
        width: 100%;
        height: 130px;
        position: relative;
    }

        .hero-wrap2 .slider-text {
            color: #fff;
            height: 60px;
            position: relative;
            margin-left: -200px;
        }
        
    .hero-wrap2 .slider-text .bread {
        font-weight: 400;
        color: #fff;
        font-size: 15px!important;
    }
}

@media(max-width:300px) {

    .hero-wrap2 {
        top: -1px;
        width: 100%;
        height: 110px;
        position: relative;
    }

        .hero-wrap2 .slider-text {
            color: #fff;
            height: 60px;
            position: relative;
            margin-left: -160px;
        }

        .hero-wrap2 .slider-text .bread {
            font-weight: 400;
            color: #fff;
            font-size: 30px;
        }
}

    .hero-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .2;
        background: #000000;
    }

.hero-wrap2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    background: #000000;
}

        .hero-wrap .slider-text .breadcrumbs {
            text-transform: uppercase;
            font-size: 13px;
            letter-spacing: 1px;
            margin-bottom: 20px;
            z-index: 99;
        }

.hero-wrap2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
}

            .hero-wrap .slider-text .breadcrumbs span {
                border-bottom: 2px solid rgba(255, 255, 255, 0.1);
                color: rgba(255, 255, 255, 0.7);
            }

.hero-wrap2 .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

                .hero-wrap .slider-text .breadcrumbs span a {
                    color: #fff;
                }

.hero-wrap2 .slider-text .breadcrumbs span a {
    color: #fff;
}

        

.hero-wrap2 .slider-text .bread {
    font-weight: 400;
    color: #fff;
    font-size: 40px;
}

        .hero-wrap .slider-text .btn-primary {
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 30px;
        }

.hero-wrap2 .slider-text .btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
}

            .hero-wrap .slider-text .btn-primary:hover, .hero-wrap .slider-text .btn-primary:focus {
                background: #fff !important;
                color: #000000;
            }

.hero-wrap2 .slider-text .btn-primary:hover, .hero-wrap .slider-text .btn-primary:focus {
    background: #fff !important;
    color: #000000;
}


/*hero cover end*/


/*button*/

.btn {
    cursor: pointer;
    border-radius: 0px;
    box-shadow: none !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 

}

  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
  }

  .btn:hover, .btn:focus {
    text-decoration: none;
  }

  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
  }

  .btn.disabled, .btn:disabled {
    opacity: 0.65;
  }

  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; 
  }

  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; 
  }

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
    }

.btn.btn-secondary {
    background: /*#8d703b*/ #ccc;
    padding-top: 1.8rem;
    border: none;
    border-radius:5px;
    color: #000;
}

    .btn.btn-secondary:hover {
        border: none;
        background: #bbb9b9;
        color: #000;
    }

.btn.btn-primary {
    background: /*#8d703b*/ #e09d09;
    padding-top: 1.8rem;
    border: none;
    color: #fff;
}

@media(max-width:767px){
    .btn.btn-primary {
        background: /*#8d703b*/ #e09d09;
        padding: 1rem 0.75rem;
        border: none;
        color: #fff;
    }
}

    .btn.btn-primary:hover {
        border: none;
        background: black;
        color: #fff;
    }

.btn.btn-primary1 {
    background: /*#8d703b*/ #520c4a00;
    border: 2px solid #520c4a;
    border-radius:5px;
    color: #520c4a;
}

    .btn.btn-primary1:hover {
        border: 2px solid #520c4a;
        background: #520c4a;
        color: #fff;
    }

        .btn.btn-primary.btn-outline-primary {
            border: 1px solid #8d703b;
            background: transparent;
            color: #8d703b;
        }

            .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: #8d703b;
                color: #fff;
            }

    .btn.btn-outline-white {
        border-color: rgba(255, 255, 255, 0.8);
        background: none;
        border-radius: 0px;
        border-width: 0px;
        color: #fff;
    }

        .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
            background: #fff;
            border-color: #fff;
            color: #8d703b;
        }

/*button end*/
.wrap-about {
    position: relative;
}

@media (min-width: 768px) {
    .wrap-about {
        padding-left: 6em;
    }
} 

@media (min-width: 576px) {
    .wrap-about {
        position: relative;
        padding-left: 6em;
        margin-top: 0px!important;
    }
}


.ftc-no-pt {
    padding-top: 0 !important;
}

.ftco-animate {
   /* margin-top:-100px;*/
    opacity: 0;
    visibility: hidden;
}

.ftc-no-pb {
    padding-bottom: 0 !important;
}

.ftco-booking {
    padding: 1em 0;
    width: 100%;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .ftco-booking {
        padding: 0;
        margin-top: 180px;
        margin-bottom: -40px;
    }

        .ftco-booking .container {
            margin-top: -160px;
        }
}

@media (max-width: 576px) {
    .ftco-booking {
        padding: 2em;
        width: 100%;
        border: 1px solid transparent;
    }
}

.ftco-booking .container div[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.ftco-booking h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}

.ftco-section .ftco-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #d4d4d4;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
}

.ftco-section .ftco-primary-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.ftco-section {
    padding: 1em 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 1em 0;
    }
}

@media (min-width: 768px) {
    .ftco-section .container-fluid {
        padding: 0 4em;
    }
}

/*booking form*/
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #8d703b;
    text-transform: uppercase !important;
}

.booking-form {
    width: 100%;
}

    .booking-form .form-group {
        position: relative;
        width: 100%;
        display: block;
        margin-bottom: 0;
        background: #fff;
    }

 .booking-form .form-group label {
    font-weight: 400;
    font-size: 15px;
    color: #8d703b !important;
    
    letter-spacing: 2px;
}

        .booking-form .form-group .icon {
            position: absolute;
            top: 50% !important;
            right: 0;
            font-size: 14px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .booking-form .form-group .icon span {
                color: black !important;
            }

        .booking-form .form-group .wrap {
            width: 100%;
            display: block;
        }

        .booking-form .form-group .select-wrap, .booking-form .form-group .input-wrap {
            position: relative;
        }

            .booking-form .form-group .select-wrap select, .booking-form .form-group .input-wrap select {
                display: none;
            }

        .booking-form .form-group .btn {
            width: 100%;
            display: block !important;
        }

    .booking-form .form-control {
        border: 2px solid #fff !important;
        height: 40px !important;
        padding-left: 0;
        padding-right: 0;
        color: black !important;
        font-size: 20px;
        border-radius: 0px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-family: "Playfair Display", Arial, serif;
    }


        .booking-form .form-control:focus, .booking-form .form-control:active {
            border-color: #fff;
        }

    .booking-form textarea.form-control {
        padding-top: 18px;
        height: 58px !important;
    }

    .booking-form textarea.form-control-2 {
        padding-top: 18px;
        height: inherit !important;
    }

    .booking-form .btn-primary {
        background: #7b6233;
        border: none !important;
        border-radius: 0;
    }

        .booking-form .btn-primary:hover {
            background: #000000;
            color: #fff;
        }

#room_booking {
    margin-top: -80px;
}

#room_booking .form-floating {
    position: relative;
}

#room_booking label {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-left:5px;
    color: #000;
    text-transform: capitalize !important;
}


#room_booking .form-floating > .form-control:focus, #room_booking .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}


#room_booking .form-floating > .form-control:focus ~ label, #room_booking .form-floating > .form-control:not(:placeholder-shown) ~ label, #room_booking .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);

}

#room_booking .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out;
}

#room_booking .form-select {
    display: block;
    width: 100%!important;
    /*padding: 0.375rem 2.25rem 0.375rem 0.75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666565;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    appearance: none;
}

#room_booking .form-floating > .form-control, .form-floating > .form-select {
    padding: 1rem 0.75rem;
    margin-bottom: 15px;
    height: calc(3.5rem + 2px)!important;
}

    #room_booking .col--md--8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

@media(max-width:1115px) {
    #room_booking {
        margin-top: -70px;
    }

        #room_booking .btn.btn-primary {
            border-radius: 4px;
        }

        #room_booking .col--md--8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
            max-width: 66.66667%;
        }

        #room_booking .col--lg--6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }

        #room_booking .col--lg--12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        #room_booking .pb-3, .py-3 {
            padding-bottom: 13px !important;
        }

        #room_booking .pt-3, .py-3 {
            padding-top: 14px !important;
        }
}

@media(max-width:992px){
    #room_booking {
        margin-top: 0px;
    }

        #room_booking .col--md--8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        #room_booking .col--lg--6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        #room_booking .col--lg--12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
}

@media(max-width:576px) {
    #room_booking {
        margin-top: 20px;
    }
}

/*booking form end*/

/*about*/


.img-2 {
    position: relative;
}

@media (min-width: 768px) {
    .img-2 {
        margin-top: -2px;
    }
}

@media (max-width: 767.98px) {
    .img-2 {
        height: 200px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .img-2.img-3 {
        margin-top: 0;
    }
}

.img-2 .icon {
    width: 100px;
    height: 100px;
    background: #8d703b;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .img-2 .icon span {
        color: #fff;
        font-size: 24px;
    }

#about-container{
    margin-top:-50px;
}

#about {
    padding-top: 0rem;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.rounded {
    border-radius: 2px !important;
}

.w-50 {
    width: 50% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.guest_icon {
    width: 35%;
}

@media (max-width:1115px) {
    .guest_icon {
        width: 46%;
    }
}

@media (max-width:992px) {
    #about-container {
        margin-top: 30px;
    }

    #about {
        padding-top: 0rem;
    }

    .guest_icon {
        width: 22%;
    }
}

@media (max-width:767px) {
    #about {
        padding-top: 3rem;
    }

    .guest_icon {
        width: 36%;
    }
}

@media (max-width:576px) {
    .guest_icon {
        width: 10%;
    }
}

@media (max-width:360px) {
    .guest_icon {
        width: 15%;
    }
}


/*about end*/

/*gallery1*/

/* Project filter nav */
/*.shuffle-btn-group {
    display: inline-block;
    margin: 20px 0 50px;
    width: 100%;
    background-color: #341731;
    border: 2px solid #dd971b;
}

    .shuffle-btn-group label {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 6px 25px;
        padding-top: 10px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all 0.3s;
        cursor: pointer;
        margin: 0;
    }

        .shuffle-btn-group label.active {
            color: #ffffff;
            background: #dd9726;
        }

        .shuffle-btn-group label input {
            display: none;
        }*/
/* Project shuffle Item */

/*.shuffle-item .itemBox {
    padding: 0px !important;
}

.shuffle-item .project-img-container {
    position: relative;
    overflow: hidden;
    margin: 5px;
}

    .shuffle-item .project-img-container img {
        transform: perspective(1px) scale3d(1.1, 1.1, 1);
        transition: all 400ms;
    }

    .shuffle-item .project-img-container:hover img {
        transform: perspective(1px) scale3d(1.15, 1.15, 1);
    }

    .shuffle-item .project-img-container:after {
        opacity: 0;
        position: absolute;
        content: '';
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 400ms;
    }

    .shuffle-item .project-img-container:hover:after {
        opacity: 1;
    }

    .shuffle-item .project-img-container .fancybox .gallery-icon {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 5px 12px;
        border-bottom-left-radius: 10px;
        background: #ab8239;
        color: #fff;
        opacity: 0;
        transform: perspective(1px) scale3d(0, 0, 0);
        transition: all 400ms;
    }

    .shuffle-item .project-img-container:hover .fancybox .gallery-icon {
        opacity: 1;
        transform: perspective(1px) scale3d(1, 1, 1);
    }

    .shuffle-item .project-img-container .project-item-info {
        position: absolute;*/
        /*top: 50%;*/
        /*margin-top: -10%;*/
        /*bottom: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
        z-index: 1;
    }

    .shuffle-item .project-img-container .project-item-info-content {
        opacity: 0;
        transform: perspective(1px) translate3d(0, 15px, 0);
        transition: all 400ms;
    }

        .shuffle-item .project-img-container .project-item-info-content .project-item-title {
            font-size: 20px;
        }

            .shuffle-item .project-img-container .project-item-info-content .project-item-title a {
                color: #fff;
            }

                .shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
                    color: #ffb600;
                }

        .shuffle-item .project-img-container .project-item-info-content .project-cat {
            background: #ffb600;
            display: inline-block;
            padding: 7px 8px;
            font-weight: 700;
            color: #000;
            font-size: 10px;
            text-transform: uppercase;
        }

    .shuffle-item .project-img-container:hover .project-item-info-content {
        opacity: 1;
        transform: perspective(1px) translate3d(0, 0, 0);
    }

.general-btn .btn-primary:hover {
    background: #000;
}*/

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 2px solid #fff !important;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}


.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
    background-color: #000;
}

.fancybox-slide.fancybox-slide--image {
    opacity: 0;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

    .fancybox-slide.fancybox-slide--image.fancybox-slide--complete {
        opacity: 1 !important;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
/*gallery1 end*/

/*zoom*/
#zoom {
    display: inline-block;
    overflow: hidden;
}

    #zoom img {
        display: block;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    #zoom:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

  /*  #zoom img {
        height: 320px;
        width: 300px;
    }*/

/*@media(max-width: 1200px) {
    #zoom img {
        height: 380px;
        width: 280px;
    }
}

@media(max-width: 1054px) {
    #zoom img {
        height: 400px;
        width: 290px;
    }
}

@media(max-width: 992px) {
    #zoom img {
        height: 500px;
        width: 400px;
    }
}

@media(max-width: 992px) {
    #zoom img {
        height: 400px;
        width: 300px;
    }
}*/

@media(max-width: 904px) {
    /*#zoom img {
        height: 400px;
        width: 350px;
    }*/
}

@media(max-width: 859px) {
    /*#zoom img {
        height: 320px;
        width: 250px;
    }*/
}

#zoom1 {
    display: inline-block;
    overflow: hidden;
}

    #zoom1 .card {
        border-radius: 8px !important;
    }

    #zoom1 img {
        display: block;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    #zoom1:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


/*zoom end*/

/*gallery2*/
/*.image-gallery {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}*/

#gallery2 *,*::before,*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

#gallery2 .ion-md-expand:before {
    content: "";
}

#gallery2 {
    width: 100%;
    margin-bottom: 30px;
    /*height:100vh;*/
    /*background-color:#eee;*/
    display: flex;
}

#gallery2 .container{
    width:100%;
    /*max-width:120rem;*/
    margin:auto;
    padding:0 1.5rem;
}

        #gallery2 .image-gallery a {
            width: 100%;
            height: 15rem;
            border: 3px solid #6e0762;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            display: block;
            -webkit-transition: border .2s ease-in-out;
            -o-transition: border .2s ease-in-out;
            transition: border .2s ease-in-out;
            /*-moz-transition: all 1s;
            -webkit-transition: all 1s;
            transition: all 1s;*/
        }

            /*#gallery2 .image-gallery a:hover {
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }*/

       
            #gallery2 .image-gallery a i {
                color: #fff;
                font-size: 1rem;
                position: absolute;
                top: -2px;
                right: -2px;
                z-index: 1;
                padding: 5px 12px;
                border-bottom-left-radius: 10px;
                background: #ff8100;
                opacity: 0;
                transition: opacity .5s;
            }

            #gallery2 .image-gallery a::before {
               content:'';
               position:absolute;
               width:100%;
               height:100%;
               top:0;
               left:0;
               background-color:rgba(0,0,0, .5);
               opacity:0;
               transition:opacity .5s;

            }

            #gallery2 .image-gallery a:hover i, #gallery2 .image-gallery a:hover::before {
                opacity: 1;                
            }

    #gallery2 .img-1 {
        grid-area: img-1;
        /*min-height:51.5rem;*/
        background-image: url("Images/g1.jpg");
    }

    #gallery2 .img-2 {
        grid-area: img-2;
        background-image: url("Images/restaurant2.jpg");
    }

    #gallery2 .img-3 {
        grid-area: img-3;
        background-image: url("Images/rest6.jpg");
    }

    #gallery2 .img-4 {
        grid-area: img-4;
        background-image: url("Images/deluxe2.jpg");
    }

    #gallery2 .img-5 {
        grid-area: img-5;
        background-image: url("Images/deluxe3.jpg");
    }

    #gallery2 .img-6 {
        grid-area: img-6;
        /*min-height:51.5rem;*/
        background-image: url("Images/deluxe4.jpg");
    }

    #gallery2 .img-7 {
        grid-area: img-7;
        background-image: url("Images/royal7.jpg");
    }

    #gallery2 .img-8 {
        grid-area: img-8;
        background-image: url("Images/g6.jpg");
    }

    #gallery2 .img-9 {
        grid-area: img-9;
        background-image: url("Images/g7.jpg");
    }

    #gallery2 .img-10 {
        grid-area: img-10;
        background-image: url("Images/royal5.jpg");
    }

    #gallery2 .img-11 {
        grid-area: img-11;
        background-image: url("Images/corridor.jpg");
    }

    #gallery2 .img-12 {
        grid-area: img-12;
        background-image: url("Images/wedding1.jpg");
    }

    #gallery2 .img-13 {
        grid-area: img-13;
        background-image: url("Images/wedding2.jpg");
    }

    #gallery2 .img-14 {
        grid-area: img-14;
        background-image: url("Images/3.jpg");
    }

    #gallery2 .img-15 {
        grid-area: img-15;
        background-image: url("Images/deluxe5.jpg");
    }

    #gallery2 .img-16 {
        grid-area: img-16;
        background-image: url("Images/deluxe8.jpg");
    }

    #gallery2 .img-17 {
        grid-area: img-17;
        background-image: url("Images/g9.jpg");
    }

    #gallery2 .img-18 {
        grid-area: img-18;
        background-image: url("Images/deluxe6.jpg");
    }

    #gallery2 .img-19 {
        grid-area: img-19;
        background-image: url("Images/rest1.jpg");
    }

    #gallery2 .img-20 {
        grid-area: img-20;
        background-image: url("Images/rest2.jpg");
    }

    #gallery2 .img-21 {
        grid-area: img-21;
        background-image: url("Images/rest3.jpg");
    }

    #gallery2 .img-22 {
        grid-area: img-22;
        background-image: url("Images/rest4.jpg");
    }

    #gallery2 .img-23 {
        grid-area: img-23;
        background-image: url("Images/rest5.jpg");
    }

    #gallery2 .img-24 {
        grid-area: img-24;
        background-image: url("Images/deluxe9.jpg");
    }

    #gallery2 .img-25 {
        grid-area: img-25;
        background-image: url("Images/deluxe1.jpg");
    }

    #gallery2 .img-26 {
        grid-area: img-26;
        background-image: url("Images/RestaurantFront.jpg");
    }

    #gallery2 .img-27 {
        grid-area: img-27;
        background-image: url("Images/HotelFront.jpg");
    }

    #gallery2 .img-28 {
        grid-area: img-28;
        background-image: url("Images/banq2.jpg");
    }

    #gallery2 .image-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 1.5rem;
        grid-template-areas:
            'img-26 img-26 img-27 img-27'
            'img-1 img-2 img-2 img-3'
            'img-19 img-20 img-20 img-21'
            'img-22 img-22 img-23 img-23'
            'img-24 img-24 img-24 img-25'
            'img-4 img-4 img-5 img-6'
            'img-10 img-7 img-7 img-8'
            'img-9 img-9 img-11 img-15'
            'img-12 img-12 img-13 img-13'
            'img-28 img-28 img-14 img-14'
            'img-16 img-16 img-17 img-18';
    }

@media screen and (max-width:1115px) {
    #gallery2 .image-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 1.5rem;
        grid-template-areas:
            'img-26 img-26 img-27 img-27'
            'img-1 img-2 img-2 img-3'
            'img-19 img-20 img-20 img-21'
            'img-22 img-22 img-23 img-23'
            'img-24 img-24 img-24 img-25'
            'img-4 img-4 img-5 img-6'
            'img-7 img-7 img-7 img-10'
            'img-9 img-11 img-11 img-8'
            'img-12 img-12 img-13 img-13'
            'img-28 img-28 img-14 img-14'
            'img-15 img-16 img-17 img-18';
    }

        #gallery2 .image-gallery a {
            height: 13rem;
        }

    #gallery2 .img-1 {
        /*min-height: 41.5rem;*/
    }

    #gallery2 .img-6 {
        /*min-height: 20rem;*/
    }
}


@media screen and (max-width:992px) {
    #gallery2 .image-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 1.5rem;
        grid-template-areas:
            'img-26 img-26 img-27 img-27'
            'img-1 img-2 img-2 img-3'
            'img-19 img-19 img-20 img-20'
            'img-21 img-21 img-22 img-22'
            'img-23 img-23 img-23 img-25'
            'img-24 img-24 img-24 img-24'
            'img-5 img-5 img-5 img-4'
            'img-6 img-7 img-8 img-8'
            'img-10 img-9 img-9 img-11'
            'img-12 img-12 img-13 img-13'
            'img-28 img-14 img-14 img-15'
            'img-16 img-17 img-18 img-18';
    }

    #gallery2 .image-gallery a{
        height:13rem;
    }

    #gallery2 .img-1{
        /*min-height:41.5rem;*/            
    }

    #gallery2 .img-6 {
        /*min-height: 20rem;*/
    }
}

@media (max-width:767px) {
    #gallery2 .container {
        width: 100%;
        max-width:120rem;
        margin: auto;
        padding: 0 1.5rem;
    }

    #gallery2 .image-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 1.5rem;
        grid-template-areas:
            'img-26 img-26 img-27 img-27'
            'img-1 img-1 img-2 img-2'
            'img-1 img-1 img-3 img-6'
            'img-19 img-19 img-20 img-20'
            'img-21 img-21 img-22 img-22'
            'img-23 img-23 img-23 img-25'
            'img-24 img-24 img-24 img-24'
            'img-4 img-4 img-5 img-5'
            'img-7 img-7 img-7 img-7'
            'img-8 img-10 img-11 img-11'
            'img-15 img-9 img-9 img-9'
            'img-12 img-12 img-13 img-13'
            'img-14 img-14 img-28 img-28'
            'img-16 img-17 img-18 img-18';
    }

        #gallery2 .image-gallery a {
            height: 15rem;
        }

    #gallery2 .img-1 {
        min-height: 31.5rem;
    }

    #gallery2 .img-6 {
        /*min-height: 20rem;*/
    }
}

@media screen and (max-width:576px) {
    #gallery2 .image-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 1.5rem;
        grid-template-areas:
            'img-26 img-26 img-27 img-27'
            'img-1 img-1 img-2 img-2'
            'img-3 img-3 img-3 img-3'
            'img-19 img-19 img-20 img-20'
            'img-21 img-21 img-21 img-21'
            'img-22 img-22 img-23 img-23'
            'img-24 img-24 img-24 img-24'
            'img-25 img-25 img-25 img-25'
            'img-4 img-4 img-5 img-5'
            'img-6 img-6 img-6 img-6'
            'img-7 img-7 img-8 img-8'
            'img-9 img-9 img-9 img-9'
            'img-10 img-10 img-11 img-11'
            'img-14 img-14 img-14 img-14'
            'img-12 img-12 img-13 img-13'
            'img-28 img-28 img-28 img-28'
            'img-14 img-14 img-15 img-15'
            'img-17 img-17 img-17 img-17'
            'img-16 img-16 img-18 img-18';
    }

    #gallery2 .img-1 {
        min-height: 0;
    }

    #gallery2 .image-gallery a {
        height: 13rem;
    }

        #gallery2 .image-gallery a,.img-1,.img-6 {
            /*min-height:30rem;*/
            /*height: 30rem;*/
        }
}

@media screen and (max-width:445px) {
    #gallery2 .image-gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-gap: 1.5rem;
        grid-template-areas:
            'img-26 img-26 img-26 img-26'
            'img-27 img-27 img-27 img-27'
            'img-1 img-1 img-1 img-1'
            'img-2 img-2 img-2 img-2'
            'img-3 img-3 img-3 img-3'
            'img-19 img-19 img-19 img-19'
            'img-20 img-20 img-20 img-20'
            'img-21 img-21 img-21 img-21'
            'img-22 img-22 img-22 img-22'
            'img-23 img-23 img-23 img-23'
            'img-24 img-24 img-24 img-24'
            'img-25 img-25 img-25 img-25'
            'img-4 img-4 img-4 img-4'
            'img-5 img-5 img-5 img-5'
            'img-6 img-6 img-6 img-6'
            'img-7 img-7 img-7 img-7'
            'img-8 img-8 img-8 img-8'
            'img-9 img-9 img-9 img-9'
            'img-10 img-10 img-10 img-10'
            'img-11 img-11 img-11 img-11'
            'img-12 img-12 img-12 img-12'
            'img-13 img-13 img-13 img-13'
            'img-28 img-28 img-28 img-28'
            'img-14 img-14 img-14 img-14'
            'img-15 img-15 img-15 img-15'
            'img-16 img-16 img-16 img-16'
            'img-17 img-17 img-17 img-17'
            'img-18 img-18 img-18 img-18';
    }

        #gallery2 .image-gallery a, .img-1, .img-6 {
            min-height: 15rem;
            /*height: 30rem;*/
        }
}

/*gallery2 end*/


        
/*contact form*/

/*form control*/
.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 15px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .form-control:focus, .form-control:active {
        border-color: #000000;
    }

textarea.form-control {
    height: inherit !important;
}
/*form control end*/


.form-floating {
    position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    margin-bottom: 15px;
}


.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem .75rem
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none
    }
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 3
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666565;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25,135,84,0.9);
    border-radius: 2px
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25)
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25)
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #198754
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    border-radius: 2px
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25)
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #dc3545
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25)
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #dc3545
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
    z-index: 3
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /*font-size: 15px;*/
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eaf8fd;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
  

/*contact form  end*/


/*alignments*/

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
/*alignment end*/


#coverimage {
    top: -110px;
    left: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

    #coverimage img {
        width: 100%;
        margin-top: -150px;
    }

/*slick*/
.slider1 img {
    top: -110px;
    left: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.slider1.slick-dotted.slick-slider {
    margin-bottom: -5px;
}

@media(max-width:1115px) {
    .slider1 img {
        top: -110px;
        left: 0;
        width: 100%;
        height: 400px;
        overflow: hidden;
        position: relative;
    }
}

@media(max-width:1052px) {
    .slider1 img {
        top: -110px;
        left: 0;
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 991.98px) {
    .slider1 img {
        top: 0px;
        left: 0;
        width: 100%;
        height: 350px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 767.98px) {
    .slider1 img {
        /*top: -110px;*/
        left: 0;
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 575.98px) {
    .slider1 img {
        /*top: -110px;*/
        left: 0;
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 445.98px) {
    .slider1 img {
        /*top: -110px;*/
        left: 0;
        width: 100%;
        height: 150px;
        overflow: hidden;
        position: relative;
    }
}


.slider2 img {
    display: block;
}


.slider1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

    .slider1 .slick-dots li button::before {
        font-family: 'slick';
        font-size: 10px !important;
        line-height: 20px;
        position: absolute;
        top: -50px !important;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #fff !important;
    }

.slider1 .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: transparent !important;
    border: 15px solid transparent !important;
    /*box-shadow: 0 4px 8px 0 #d2ac69 !important;*/
    z-index: 2;
    top: 45%;
}

.slider1 .slick-next:before {
    font-family: slick;
    content: "\2192" !important;
    font-size: 32px !important;
    line-height: 1;
    opacity: 1;
    color: rgb(255 126 0) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -14px;
    left: -16px;
}

.slider1 .slick-prev:before {
    font-family: slick;
    content: "\2190" !important;
    font-size: 32px !important;
    line-height: 1;
    opacity: 1;
    color: rgb(255 126 0) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -14px;
    left: -16px;
}


.slider1 .slick-next {
    right: 25px !important;
}

.slider1 .slick-prev {
    left: 25px !important;
    z-index: 2;
}

.slider1 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45% !important;
    display: block;
    width: 0px;
    height: 0px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.slider1 .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45% !important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.slider2 .slick-arrow {
    width: 0px;
    height: 0px;
    /*border-radius: 100px;*/
    background-color: #d2ac6900 !important;
    /*border: 15px solid #00000000 !important;*/
    /*box-shadow: 0 4px 8px 0 #fff !important;*/
    z-index: 2;
    top: 45%;
}

.slider2 .slick-next:before {
    font-family: slick;
    /*content: "\2192" !important;*/
    background: url(Images/arrow-l.png);
    background-repeat: no-repeat;
    font-size: 80px !important;
    line-height: 1;
    opacity: 1;
    color: #fff0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -14px;
    left: -35px;
}

.slider2 .slick-prev:before {
    font-family: slick;
    /*content: "\2190" !important;*/
    background: url(Images/arrow-r.png);
    background-repeat: no-repeat;
    font-size: 80px !important;
    line-height: 1;
    opacity: 1;
    color: #fff0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -14px;
    right: 0px;
}


.slider2 .slick-next {
    right: 0 !important;
}

.slider2 .slick-prev {
    left: 0 !important;
    z-index: 2;
}

.slider2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45% !important;
    display: block;
    width: 5px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.slider2 .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 50px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

#slider1 .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media(max-width:576px) {
    .slider2 .slick-next:before {
        font-family: slick;
        /*content: "\2192" !important;*/
        background: url(Images/arrow-l.png);
        background-repeat: no-repeat;
        font-size: 80px !important;
        line-height: 1;
        opacity: 1;
        color: #fff0 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: -14px;
        left: -35px;
    }

    #slider1 .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}


.slider3 .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #d2ac69 !important;
    border: 15px solid #000 !important;
    box-shadow: 0 4px 8px 0 #fff !important;
    z-index: 2;
    top: 45%;
}

.slider3 .slick-next:before {
    font-family: slick;
    content: "\2192" !important;
    font-size: 32px !important;
    line-height: 1;
    opacity: 1;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -14px;
    left: -16px;
}

.slider3 .slick-prev:before {
    font-family: slick;
    content: "\2190" !important;
    font-size: 32px !important;
    line-height: 1;
    opacity: 1;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -14px;
    left: -16px;
}


.slider3 .slick-next {
    right: -15px !important;
}

.slider3 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.slider3 .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    left: -15px !important;
    z-index: 2;
}

@media(max-width:576px) {

    .slider2 .slick-prev {
        margin-left: 80px;
    }

    .slider2 .slick-next {
        margin-right: 40px;
    }

    .slider3 .slick-prev {
        left: 0px !important;
    }

    .slider3 .slick-next {
        right: 0px !important;
    }
}

/*slick end*/

/*owl slider*/
.owl-carousel {
    position: relative;
}

.home-slider {
    margin-top: -110px;
}

    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
            color: #8d703b !important;
            transition: all 0.7s ease;
            opacity: 0;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 30px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 0;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 0;
        }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            top: 0px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            position: relative;
        }

            .owl-carousel .owl-dots .owl-dot:after {
                position: absolute;
                top: -2px;
                left: -2px;
                right: 0;
                bottom: 0;
                width: 14px;
                height: 14px;
                content: '';
                border: 0px solid #e6e6e6;
                border-radius: 50%;
            }

            .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
                outline: none !important;
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #ffc107;
            }

    .owl-carousel:hover .owl-nav .owl-prev,
    .owl-carousel:hover .owl-nav .owl-next {
        opacity: 1;
    }

    .owl-carousel:hover .owl-nav .owl-prev {
        left: -25px;
    }

    .owl-carousel:hover .owl-nav .owl-next {
        right: -25px;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 500px;
        z-index: 0;
        background: tertiary;
    }

        .owl-carousel.home-slider .slider-item1 {
            background-image: url(images/r1.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 500px;
            position: relative;
            z-index: 0;
        }

.owl-carousel.home-slider .slider-item2 {
    background-image: url(images/r2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    position: relative;
    z-index: 0;
}

        .owl-carousel.home-slider .slider-item3 {
            background-image: url(images/r3.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 500px;
            position: relative;
            z-index: 0;
        }

        .owl-carousel.home-slider .slider-item4 {
            background-image: url(images/r2.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 500px;
            position: relative;
            z-index: 0;
        }

        .owl-carousel.home-slider .slider-item5 {
            background-image: url(images/r4.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            height: 500px;
            position: relative;
            z-index: 0;
        }

@media (max-width: 1199.98px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        background-position: center center !important;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 550px;
        z-index: 0;
    }

}

@media (max-width: 1115px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 500px;
        position: relative;
        z-index: 0;
        margin-top: -40px;
    }

   
    .owl-carousel.home-slider {
        position: relative;
        height: 450px;
        z-index: 0;
    }

}

@media (max-width: 1054px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 500px;
        position: relative;
        z-index: 0;
        margin-top: -50px;
    }
      

    .owl-carousel.home-slider {
        position: relative;
        height: 450px;
        z-index: 0;
    }
}

@media (max-width: 1029px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 495px;
        position: relative;
        z-index: 0;
        margin-top: -50px;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 450px;
        z-index: 0;
    }
}


@media (max-width: 992px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 385px;
        position: relative;
        z-index: 0;
        margin-top: 0;
    }
       
    .owl-carousel.home-slider {
        position: relative;
        height: 480px;
        z-index: 0;
    }

}

@media (max-width: 991px) {
    .owl-carousel.home-slider .slider-item1 {
        background-image: url(images/r1noheader.jpg);
    }

    .owl-carousel.home-slider .slider-item2 {
        background-image: url(images/r2noheader.jpg);
    }

    .owl-carousel.home-slider .slider-item3 {
        background-image: url(images/r3noheader.jpg);
    }

    .owl-carousel.home-slider .slider-item4 {
        background-image: url(images/r2noheader.jpg);
    }

    .owl-carousel.home-slider .slider-item5 {
        background-image: url(images/r4noheader.jpg);
    }

    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 550px;
        position: relative;
        z-index: 0;
        margin-top: 0;
    }

        .owl-carousel.home-slider {
            position: relative;
            height: 480px;
            z-index: 0;
        }
}

@media (max-width: 865px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 540px;
        margin-top: 0;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 480px;
        z-index: 0;
    }
}

@media (max-width: 856px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 530px;
        margin-top: 0;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 450px;
        z-index: 0;
    }
}

@media (max-width: 815px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 510px;
        margin-top: 0;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 450px;
        z-index: 0;
    }
}

@media (max-width: 800px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 510px;
        margin-top: 0;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 450px;
        z-index: 0;
    }
}

@media (max-width: 776px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 515px;
        margin-top: 0;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 450px;
        z-index: 0;
    }
}

@media (max-width: 767px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 475px;
        margin-top: -10px;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 400px;
        z-index: 0;
    }
}

@media (max-width: 745px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 490px;
        margin-top: -20px;
    }
}

@media (max-width: 715px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 480px;
        margin-top: -25px;
    }
}

@media (max-width: 690px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 455px;
        margin-top: -25px;
    }
}

@media (max-width: 675px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 455px;
        margin-top: -25px;
    }
}

@media (max-width: 645px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 455px;
        margin-top: -25px;
    }
}

@media (max-width: 625px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 450px;
        margin-top: -35px;
    }
}

@media (max-width: 620px) {
    .owl-carousel.home-slider .slider-item {
        height: 445px;
        margin-top: -35px;
    }
}

@media (max-width: 610px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 440px;
        margin-top: -25px;
    }
}

@media (max-width: 605px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 440px;
        margin-top: -25px;
    }
}

@media (max-width: 600px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 438px;
        margin-top: -25px;
    }
}


@media (max-width: 585px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 438px;
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 430px;
        margin-top: 0px;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 300px;
        z-index: 0;
    }
}

@media (max-width: 550px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 420px;
        margin-top: 0px;
    }
}

@media (max-width: 540px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 415px;
        margin-top: 0px;
    }
}

@media (max-width: 530px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 415px;
        margin-top: 0px;
    }
}

@media (max-width: 520px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 405px;
        margin-top: 0px;
    }
}

@media (max-width: 495px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 400px;
        margin-top: 0px;
    }
}

@media (max-width: 485px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 395px;
        margin-top: 0px;
    }
}

@media (max-width: 467px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 390px;
        margin-top: 0px;
    }
}

@media (max-width: 460px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 380px;
        margin-top: 0px;
    }
}

@media (max-width: 445px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 380px;
        margin-top: 0px;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 280px;
        z-index: 0;
    }

}

@media (max-width: 430px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 375px;
        margin-top: 0px;
    }
}

@media (max-width: 415px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 370px;
        margin-top: 0px;
    }
}

@media (max-width: 405px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 360px;
        margin-top: 0px;
    }
}

@media (max-width: 400px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 360px;
        margin-top: 0px;
    }
}

@media (max-width: 395px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 360px;
        margin-top: 0px;
    }
}

@media (max-width: 375px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 350px;
        margin-top: 0px;
    }
}

@media (max-width: 365px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 350px;
        margin-top: 0px;
    }
}

@media (max-width: 360px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 350px;
        margin-top: 0px;
    }
}

@media (max-width: 345px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 345px;
        margin-top: 0px;
    }
}

@media (max-width: 325px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 335px;
        margin-top: 0px;
    }
}

@media (max-width: 300px) {
    .owl-carousel.home-slider .slider-item1, .owl-carousel.home-slider .slider-item2, .owl-carousel.home-slider .slider-item3, .owl-carousel.home-slider .slider-item4, .owl-carousel.home-slider .slider-item5 {
        height: 325px;
        margin-top: 0px;
    }

    .owl-carousel.home-slider {
        position: relative;
        height: 250px;
        z-index: 0;
    }
}


.owl-carousel.home-slider .slider-item1 .overlay, .owl-carousel.home-slider .slider-item2 .overlay, .owl-carousel.home-slider .slider-item3 .overlay, .owl-carousel.home-slider .slider-item4 .overlay, .owl-carousel.home-slider .slider-item5 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .2;
}

.owl-carousel.home-slider .slider-item1 .slider-text, .owl-carousel.home-slider .slider-item2 .slider-text, .owl-carousel.home-slider .slider-item3 .slider-text, .owl-carousel.home-slider .slider-item4 .slider-text, .owl-carousel.home-slider .slider-item5 .slider-text {
    height: 400px;
    position: relative;
}

    .owl-carousel.home-slider .slider-item1 .slider-text .text, .owl-carousel.home-slider .slider-item2 .slider-text .text, .owl-carousel.home-slider .slider-item3 .slider-text .text, .owl-carousel.home-slider .slider-item4 .slider-text .text, .owl-carousel.home-slider .slider-item5 .slider-text .text {
        z-index: 0;
        color: rgba(255, 255, 255, 0.9);
        margin-top: 180px;
    }

    .owl-carousel.home-slider .slider-item1 .slider-text h1, .owl-carousel.home-slider .slider-item2 .slider-text h1, .owl-carousel.home-slider .slider-item3 .slider-text h1, .owl-carousel.home-slider .slider-item4 .slider-text h1, .owl-carousel.home-slider .slider-item5 .slider-text h1 {
        font-size: 75px;
        font-weight: 400;
        color: #fff;
    }

@media (max-width: 991.98px) {
    .owl-carousel.home-slider .slider-item1 .slider-text h1, .owl-carousel.home-slider .slider-item2 .slider-text h1, .owl-carousel.home-slider .slider-item3 .slider-text h1, .owl-carousel.home-slider .slider-item4 .slider-text h1, .owl-carousel.home-slider .slider-item5 .slider-text h1 {
        font-size: 50px;
    }
}

.owl-carousel.home-slider .slider-item1 .slider-text h2, .owl-carousel.home-slider .slider-item2 .slider-text h2, .owl-carousel.home-slider .slider-item3 .slider-text h2, .owl-carousel.home-slider .slider-item4 .slider-text h2, .owl-carousel.home-slider .slider-item5 .slider-text h2 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    position: relative;
    letter-spacing: 4px;
}

    .owl-carousel.home-slider .slider-item1 .slider-text h2:before, .owl-carousel.home-slider .slider-item2 .slider-text h2:before, .owl-carousel.home-slider .slider-item3 .slider-text h2:before, .owl-carousel.home-slider .slider-item4 .slider-text h2:before, .owl-carousel.home-slider .slider-item5 .slider-text h2:before {
        position: absolute;
        top: 50%;
        left: -170px;
        width: 150px;
        height: 1px;
        content: '';
        background: rgba(255, 255, 255, 0.6);
    }

    .owl-carousel.home-slider .slider-item1 .slider-text h2:after, .owl-carousel.home-slider .slider-item2 .slider-text h2:after, .owl-carousel.home-slider .slider-item3 .slider-text h2:after, .owl-carousel.home-slider .slider-item4 .slider-text h2:after, .owl-carousel.home-slider .slider-item5 .slider-text h2:after {
        position: absolute;
        top: 50%;
        right: -170px;
        width: 150px;
        height: 1px;
        content: '';
        background: rgba(255, 255, 255, 0.6);
    }

.owl-carousel.home-slider .slider-item1 .slider-text p, .owl-carousel.home-slider .slider-item2 .slider-text p, .owl-carousel.home-slider .slider-item3 .slider-text p, .owl-carousel.home-slider .slider-item4 .slider-text p, .owl-carousel.home-slider .slider-item5 .slider-text p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

    .owl-carousel.home-slider .owl-nav .owl-prev,
    .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
        outline: none !important;
        transition: all 0.3s ease;
        opacity: 0;
    }

        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
            font-size: 30px;
            color: rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
        }

        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
            color: #fff;
        }

    .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 50%;
        margin-left: -80px;
    }

    .owl-carousel.home-slider .owl-nav .owl-next {
        right: 50%;
        margin-right: -80px;
    }

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .owl-carousel.home-slider .owl-dots {
        bottom: 5px;
    }
}

.owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

    .owl-carousel.home-slider .owl-dots .owl-dot.active {
        background: #fff;
    }


/*owl slider end*/

/*insta post*/
.insta-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.instagram .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.instagram .insta-img {
    display: block;
    height: 280px;
    position: relative;
}

    .instagram .insta-img .icon {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: all 0.3s ease;
    }

        .instagram .insta-img .icon span {
            color: #fff;
            font-size: 40px;
        }

    .instagram .insta-img:hover .icon {
        opacity: 1;
    }

.instagram .heading-section h2 {
    font-size: 30px;
}


/*insta post end*/

/*room*/
.insta-img,
.room-img,
.hero-wrap,
.img,
.img-2, 
.img-3,
.blog-img,
.user-img {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

.room-section{
    margin-top:-70px;
}

.room {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-family: "Playfair Display", Arial, serif;
}

.room-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 991.98px) {
    .room {
        margin-bottom: 30px;
    }

    .room-section {
        margin-top: 0px;
    }
}

@media (max-width: 576px) {

    .room .text {
        border: 1px solid #e6e6e6;
        border-top: 1px solid transparent;
        background: #fff;
        position: relative;
    }

        .room .text h3 {
            font-size: 16px;
            margin-bottom: 5px;
            margin-top: 10px;
        }
}

.room .img {
    display: block;
    height: 250px;
}

.room .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .room .icon span {
        color: #000000;
    }

.room:hover .icon {
    opacity: 1;
}

.room .text {
    border: 1px solid #e6e6e670;
    border-top: 1px solid transparent;
    box-shadow: 0px 1px 2px 0px #bbb;
    background: #ffffff;
    position: relative;
}

    .room .text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

        .room .text h3 a {
            color: #000000;
        }

    .room .text span.price {
        font-size: 20px;
        color: #000000;
        position: relative;
        font-family:Calibri;
    }

       /* .room .text span.price:after {
            position: absolute;
            bottom: -3px;
            left: 0;
            right: 0;
            width: 100%;
            height: 2px;
            content: '';
            background: #d1ba90;
        }*/

    .room .text span.per {
        color: #4e4e4e;
    }

    .room .text .btn-custom {
        color: #000000;
    }

    .room .text ul.list {
        padding: 0;
    }

        .room .text ul.list li {
            list-style: none;
            color: #000000;
            font-size: 14px;
        }

            .room .text ul.list li span {
                color: #8d703b;
            }

.room-img {
    height: 300px;
    margin-bottom: 2em;
}

.room-single{
    font-size:14px;
}

.room-single h2 {
    font-size: 28px;
    font-family: "Poppins", Arial, sans-serif;
}

.room-single .loc {
    margin-right: 10px;
}

    .room-single .loc a {
        color: #999999;
    }

.room-single ul {
    margin: 0;
    padding: 0;
    font-size:13px;
}

    .room-single ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .room-single ul li span{
        font-weight:500;
    }

/*room end*/

/*sidebar for booking*/
.sidebar-wrap {
    padding: 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

    .sidebar-wrap .heading {
        font-size: 18px;
    }

    .sidebar-wrap .fields {
        width: 100%;
        position: relative;
    }

        .sidebar-wrap .fields .form-control {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: transparent;
            background: #fff !important;
            color: #4d4d4d !important;
            border: 1px solid #e6e6e6;
            font-size: 14px;
            width: 100%;
            height: 52px !important;
            padding: 10px 20px;
            border-radius: 0;
        }

        .sidebar-wrap .fields .icon {
            position: absolute;
            top: 50%;
            right: 30px;
            font-size: 14px;
            transform: translateY(-50%);
            color: rgba(0, 0, 0, 0.7);
        }

@media (max-width: 767.98px) {
    .sidebar-wrap .fields .icon {
        right: 10px;
    }
}

.sidebar-wrap .fields .select-wrap {
    position: relative;
}

    .sidebar-wrap .fields .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.sidebar-wrap .form-group .btn {
    width: 100%;
    display: block !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.sidebar-wrap .range-slider {
    width: 100%;
    margin: auto;
    position: relative;
    height: 3em;
    margin-bottom: 30px;
}

    .sidebar-wrap .range-slider svg,
    .sidebar-wrap .range-slider input[type=range] {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.sidebar-wrap input[type=number] {
    border: 1px solid transparent;
    text-align: center;
    font-size: 14px;
    -moz-appearance: textfield;
    background: transparent;
    position: relative;
}

    .sidebar-wrap input[type=number]::-webkit-outer-spin-button,
    .sidebar-wrap input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .sidebar-wrap input[type=number]:invalid,
    .sidebar-wrap input[type=number]:out-of-range {
        border: 2px solid #ff6347;
    }

.sidebar-wrap input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

    .sidebar-wrap input[type=range]:focus {
        outline: none;
    }

        .sidebar-wrap input[type=range]:focus::-webkit-slider-runnable-track {
            background: #8d703b;
        }

        .sidebar-wrap input[type=range]:focus::-ms-fill-lower {
            background: #8d703b;
        }

        .sidebar-wrap input[type=range]:focus::-ms-fill-upper {
            background: #8d703b;
        }

    .sidebar-wrap input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #8d703b;
        border-radius: 1px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

    .sidebar-wrap input[type=range]::-webkit-slider-thumb {
        z-index: 2;
        position: relative;
        -webkit-box-shadow: 0px 0px 0px #000;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #8d703b;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #8d703b;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px;
    }

    .sidebar-wrap input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: #8d703b;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    .sidebar-wrap input[type=range]::-moz-range-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #8d703b;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #8d703b;
        cursor: pointer;
    }

    .sidebar-wrap input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    .sidebar-wrap input[type=range]::-ms-fill-lower,
    .sidebar-wrap input[type=range]::-ms-fill-upper {
        background: #8d703b;
        border-radius: 1px;
        box-shadow: none;
        border: 0;
    }

    .sidebar-wrap input[type=range]::-ms-thumb {
        z-index: 2;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        border: 1px solid #8d703b;
        height: 18px;
        width: 18px;
        border-radius: 25px;
        background: #8d703b;
        cursor: pointer;
    }

.sidebar-wrap .rate i {
    color: #8d703b;
    margin: 0 4px !important;
}


/*sidebar end*/


/*counter*/
#section-counter {
    position: relative;
    z-index: 0;
}

    #section-counter:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        z-index: -1;
        opacity: 1;
        background: /*#8d703b*/ #500447;
    }

.ftco-counter {
    padding: 2em 0;
}

    .ftco-counter .text strong.number {
        font-weight: 400;
        font-size: 30px;
        color: #fff;
    }

    .ftco-counter .text span {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
    }

@media (max-width: 767.98px) {
    .ftco-counter .counter-wrap {
        margin-bottom: 20px;
    }
}

.ftco-counter .ftco-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: #8d703b;
}

.ftco-counter .ftco-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
/*counter end*/

/*restaurant*/

.specials {
    overflow: hidden;
}

.section-title {
    padding-bottom: 0px;
}

    .specials .nav-tabs {
        border: 0;
    }

    .specials .nav-link {
        border: 0!important;
        padding: 12px 15px;
        transition: 0.3s;
        color: #fff;
        border-radius: 0;
        border-right: 2px solid #cda45e!important;
        font-weight: 600;
        font-size: 15px;
    }

        .specials .nav-link:hover {
            color: #cda45e!important;
            border:none;
        }

        .specials .nav-link.active {
            color: #1a1814!important;
            background: #cda45e!important;
            border-color: #cda45e!important;
        }

    .specials .tab-pane.active {
        -webkit-animation: fadeIn 0.5s ease-out;
        animation: fadeIn 0.5s ease-out;
    }

.section-title h2 {
    font-size: 14px !important;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa !important;
    font-family: "Poppins", sans-serif;
}

    .section-title h2::after {
        content: "";
        width: 120px !important;
        height: 1px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.2);
        margin: 4px 10px;
    }


    .specials .details h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #fff;
    }

    .specials .details p {
        color: #aaaaaa;
    }

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px !important;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #cda45e !important;
}


        .specials .details p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 992px) {
    .specials .nav-link {
        border: 0!important;
        padding: 15px;
    }
}

/*restaurant end*/

/*footer*/
.ftco-bg-dark {
    background: #3c312e;
}

.ftco-footer {
    font-size: 16px;
    padding: 5em 0 1em 0;
    background: #232323;
}

    .ftco-footer .ftco-footer-logo {
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .ftco-footer .ftco-footer-widget h2 {
        font-weight: normal;
        color: #fff;
        margin-bottom: 40px;
        font-size: 18px;
        font-weight: 400;
    }

    .ftco-footer .ftco-footer-widget ul li a span {
        color: #fff;
    }

    .ftco-footer .ftco-footer-widget .btn-primary {
        background: #fff !important;
        border: 2px solid #fff !important;
    }

        .ftco-footer .ftco-footer-widget .btn-primary:hover {
            background: #fff;
            border: 2px solid #fff !important;
        }

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

    .ftco-footer a {
        color: rgba(255, 255, 255, 0.7);
    }

        .ftco-footer a:hover {
            color: #fff;
        }

    .ftco-footer .ftco-heading-2 {
        font-size: 17px;
        font-weight: 400;
        color: #000000;
    }

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

    .ftco-footer-social li a {
        height: 50px;
        width: 50px;
        display: block;
        float: left;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        position: relative;
    }

        .ftco-footer-social li a span {
            position: absolute;
            font-size: 26px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .ftco-footer-social li a:hover {
            color: #fff;
        }

.footer-small-nav > li {
    display: inline-block;
}

    .footer-small-nav > li a {
        margin: 0 10px 10px 0;
    }

        .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
            color: #8d703b;
        }

.block-23 ul li {
    list-style: none;
}

@media(max-width:576px) {
    .ftco-footer-widget {
        text-align: center;
    }

}

/*footer end*/

/*button*/

.btn-secondary {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

/*button end*/

/*paddings*/

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p-sm-0 {
    padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
}

.p-sm-1 {
    padding: 0.25rem !important;
}

.pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
}

.pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
}

.pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
}

.pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
}

.p-sm-2 {
    padding: 0.5rem !important;
}

.pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
}

.pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
}

.pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
}

.pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
}

.p-sm-3 {
    padding: 1rem !important;
}

.pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
}

.pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
}

.pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
}

.pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
}

.p-sm-4 {
    padding: 1.5rem !important;
}

.pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
}

.pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
}

.pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
}

.pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
}

.p-sm-5 {
    padding: 3rem !important;
}

.pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
}

.pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
}

.pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
}

.pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
}
/*paddings end*/


/*margins*/
.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}



.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }


.m-sm-auto {
    margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
}
/*margings end*/

/*spinner*/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

/*spinner end*/

/*telrik customization*/
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    border: 1px solid #ced4da !important;
    border-radius: 2px !important;
    background: #fff;
    height: 55px !important;
    color: #333 !important;
    font-weight: 400 !important;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .riSingle .riTextBox[type="text"] {
    padding-right: 5px;
    padding-left: 10px!important;
    margin: 0;
    font-size: 15px;
    width: 100%;
}

@media (max-width:992px){
    html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {        
        width: 280px !important;
        padding:10px!important;
    }

    html body .riSingle .riTextBox[type="text"] {
        font-size: 15px!important;
    }
}

@media (max-width:767px) {
    html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
        width: 200px !important;
        padding: 10px !important;
    }

    html body .riSingle .riTextBox[type="text"] {
        font-size: 15px !important;
    }
}

@media (max-width:576px) {
    html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
        width: 180px !important;
        padding: 10px !important;
    }

    html body .riSingle .riTextBox[type="text"] {
        font-size: 15px !important;
    }
}

@media (max-width:360px) {
    html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
        width: 250px !important;
        padding: 10px !important;
    }

    html body .riSingle .riTextBox[type="text"] {
        font-size: 15px !important;
    }
}

/*calender*/
.RadCalendar_Default .rcTitlebar {
    border-color: #868686 #868686 #c4c4c4;
    background: #ffffff 0 -1000px repeat-x url(WebResource.axd?d=wwF2KCEGFEBpnq7GJgFuTFlzQMXjXL9ujF_YoU-huSGmm_O74iEWszRghrgqEQOUnovDy5yww0SN-7KC-hOrct_bDyRtTqdUhlsjL3vb3uTVkrZFNNA-eJLyO4PhHcB6J3VDduv4SVTdxsgNH7Bup_vlY8tblO9X4aLy9N9zaA01&t=637818279360011642);
    color: #000;
}

table.RadCalendar_Default {
    background: white;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
}


.RadCalendar {
    table-layout: auto;
    border-collapse: separate;
    border: 0;
    width: 220px;
    color: inherit;
}

body > .RadCalendarPopupShadows {
    padding: 0 5px 5px 0;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side:unset!important;
}

/*calender end*/

/*telrik customization end*/