@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&amp;family=Poppins:wght@300;400;500;600;700;800&amp;display=swap";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    scroll-behavior: smooth;
}

:focus, button:focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a, button, input[type=submit] {
    cursor: pointer;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.added-to-cart {
    background-color: #333; /* Change to your desired dark color */
    color: #fff; /* Change text color to be readable on dark background */
}

a {
    color: #000;
    cursor: pointer;
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    a:hover, a :focus {
        text-decoration: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #000;
    }

    a:focus {
        outline: 0 solid;
    }

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.3;
    color: #2e2e2e;
    font-family: poppins, sans-serif;
}

body {
    font-size: 16px;
    font-family: nunito sans, sans-serif;
    color: #666;
}

p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

    p:last-child {
        margin-bottom: 0;
    }

/*select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 94% 50%;
}*/

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-130 {
    padding-bottom: 130px;
}

.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mmt-10 {
    margin-top: -10px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.z-0 {
    z-index: 0;
    position: relative;
}


.m-show {
    display: none;
}

.desktop-show {
    display: block;
}

.s-mobile-show {
    display: none;
}

.s-desktop-show {
    display: block;
    background: #000;
}

.my-video-bannr {
    width: 100%;
    height: fit-content;
    position: absolute;
    /*    left: 0;
    top: 0;*/
    overflow: hidden;
}

    .my-video-bannr video {
        /*  min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
        /*   opacity: 0.2;*/
    }



video {
    display: inline-block;
    vertical-align: baseline;
    object-fit: fill;
    width: 100%;
    height: 100%;
}


.mobile_contactfooter.vert_move {
    display: none;
}

.footer_contact {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    background-color: #25d366;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    color: #fff;
    font-weight: 400;
    font-size: 34px;
    line-height: 31px;
    padding-top: 7px;
}


#message {
    padding: 0;
    margin: 0;
}

.help-block {
    color: #e31c25;
}

.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .list-style li {
        list-style: none;
    }

.page-wrapper {
    overflow-x: hidden;
}

.btn.fb span, .btn.twitter span, .btn.linkedin span, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, #signIn .modal-content .modal-header .btn-close, #signUp .modal-content .modal-header .btn-close, .counter-card-wrap .counter-card .counter-icon, .contact-item .contact-icon, .property-thumb-item, .agent-info-box .agent-name-wrap, .hero-wrap.style3 .hero-content .client-feedback, .property-card .property-info .property-status-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .counter-card-wrap .counter-card, .post-navigation, .wp-block-quote, .agent-details-wrap .agent-info-wrap .agent-social, .select-lang .navbar-language .dropdown-toggle, .property-card .property-info .property-metainfo, .testimonial-card .quote-wrap .client-info-wrap, .owl-carousel .owl-nav, .pp-post-item, .hero-wrap.style3 .hero-content .property-search-form, .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap, .search-property .property-search-form, .counter-card-wrap, .newsletter-form, .post-author, .comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}





    .btn.fb span, .btn.twitter span, .btn.linkedin span, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, #signIn .modal-content .modal-header .btn-close, #signUp .modal-content .modal-header .btn-close, .counter-card-wrap .counter-card .counter-icon, .contact-item .contact-icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .property-thumb-item, .agent-info-box .agent-name-wrap, .hero-wrap.style3 .hero-content .client-feedback, .property-card .property-info .property-status-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .counter-card-wrap .counter-card, .post-navigation, .wp-block-quote, .agent-details-wrap .agent-info-wrap .agent-social, .select-lang .navbar-language .dropdown-toggle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

.property-card .property-info .property-status-wrap, .property-card .property-info .property-metainfo, .testimonial-card .quote-wrap .client-info-wrap, .post-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-wrap.style3 .hero-content .client-feedback {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now {
    position: relative;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 57px;
    background-color: #fff;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    padding-left: 2px;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
}

    .play-now i {
        color: #d09925;
        font-size: 24px;
    }

    .play-now .ripple:before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
        content: "";
        position: absolute;
    }

    .play-now .ripple:after {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        content: "";
        position: absolute;
    }

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}





.play-now-d .ripple, .play-now .ripple:before, .play-now-d .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now-d {
    position: relative;
    height: 50px;
    width: fit-content;
    text-align: center;
    line-height: 57px;
    background-color: #d09925;
    color: #fff;
    z-index: 1;
    font-size: 15px;
    /*display: block;*/
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 15px;
}

    .play-now-d i {
        color: #d09925;
        font-size: 24px;
    }

    .play-now-d .ripple:before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
        content: "";
        position: absolute;
    }

    .play-now-d .ripple:after {
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
        content: "";
        position: absolute;
    }





.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 230px;
    right: 20px;
    z-index: 999;
    border-radius: 5px;
    background: #d09925;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .back-to-top.open {
        bottom: 60px;
    }

    .back-to-top i {
        color: #fff;
    }

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .loader img {
        max-width: 100px;
    }


    .loader div {
        width: 12px;
        height: 12px;
        margin: 0 10px 0 0;
        border-radius: 50px;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        display: inline-block;
        -webkit-animation: bouncing 1.4s linear infinite;
        animation: bouncing 1.4s linear infinite;
    }

        .loader div:last-child {
            margin: 0;
        }

        .loader div:nth-child(1) {
            background: rgba(236, 51, 35, .9);
        }

        .loader div:nth-child(2) {
            background: rgba(236, 51, 35, .7);
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .loader div:nth-child(3) {
            background: rgba(236, 51, 35, .5);
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

@-webkit-keyframes bouncing {
    0%, 100% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    50% {
        -webkit-transform: translateY(80px) scale(1.5, .5);
        transform: translateY(80px) scale(1.5, .5);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    55% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bouncing {
    0%, 100% {
        -webkit-transform: translateY(0) scale(1, 1);
        transform: translateY(0) scale(1, 1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    50% {
        -webkit-transform: translateY(80px) scale(1.5, .5);
        transform: translateY(80px) scale(1.5, .5);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    55% {
        -webkit-transform: translateY(80px) scale(1, 1);
        transform: translateY(80px) scale(1, 1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}

    .btn i {
        position: relative;
        top: 3px;
        font-size: 16px;
        margin-left: 7px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 50%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 50%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn:hover {
        color: #fff;
    }

        .btn:hover:after, .btn:hover:before {
            width: 100%;
            height: 100%;
            visibility: visible;
            opacity: 1;
        }

    .btn.style1 {
        background-color: #002172;
    }

        .btn.style1:after, .btn.style1:before {
            background: #d09925;
        }

    .btn.style2 {
        background-color: #d09925;
        color: #fff;
    }

        .btn.style2:after, .btn.style2:before {
            background: #161616;
        }

        .btn.style2:hover {
            color: #fff;
        }





        .btn-wishlist {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
        text-transform: capitalize;
}

    .btn-wishlist i {
        position: relative;
        top: 3px;
        font-size: 25px;
        margin-left: 7px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-wishlist:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 50%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-wishlist:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 50%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-wishlist:hover {
        color: #fff;
    }

        .btn-wishlist:hover:after, .btn-wishlist:hover:before {
            width: 100%;
            height: 100%;
            visibility: visible;
            opacity: 1;
        }


        .btn-wishlist.style2 {
        background-color: #d09925;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        /* z-index: 9999 !important; */
    }

        .btn-wishlist.style2:after, .btn-wishlist.style2:before {
            background: #161616;
        }

        .btn-wishlist.style2:hover {
            color: #fff;
        }






    .btn.style3 {
        background-color: transparent;
        border: 1px solid #002172;
        color: #002172;
    }

        .btn.style3:after, .btn.style3:before {
            background: #d09925;
        }

        .btn.style3:hover {
            color: #fff;
            border-color: transparent;
        }

    .btn.style4 {
        background-color: #fff;
        color: #d09925;
    }

        .btn.style4:after, .btn.style4:before {
            background: #002172;
        }

        .btn.style4:hover {
            color: #fff;
        }

    .btn.style5 {
        background-color: transparent;
        border: 1px solid #d09925;
        color: #d09925;
    }

        .btn.style5:after, .btn.style5:before {
            background: #d09925;
        }

        .btn.style5:hover {
            color: #fff;
        }

    .btn.style6 {
        background-color: #fff;
        color: #d09925;
    }

        .btn.style6:after, .btn.style6:before {
            background: #d09925;
        }

        .btn.style6:hover {
            color: #fff;
        }






.btn-download {
    display: inline-block;
    line-height: 26px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    padding: 7px 15px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
}

    .btn-download i {
        position: relative;
        top: 3px;
        font-size: 24px;
        margin-left: 0px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-download:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 50%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-download:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        width: 50%;
        height: 0;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .btn-download:hover {
        color: #fff;
    }

        .btn-download:hover:after, .btn-download:hover:before {
            width: 100%;
            height: 100%;
            visibility: visible;
            opacity: 1;
        }

    .btn-download.style2 {
        background-color: #d09925;
        color: #fff;
        width: 250px;
    }

        .btn-download.style2:after, .btn-download.style2:before {
            background: #161616;
        }

        .btn-download.style2:hover {
            color: #fff;
        }



.btn.fb, .btn.twitter, .btn.linkedin {
    display: block;
    width: 100%;
    text-align: left;
}

    .btn.fb span, .btn.twitter span, .btn.linkedin span {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        text-align: center;
    }

        .btn.fb span i, .btn.twitter span i, .btn.linkedin span i {
            font-size: 22px;
            position: relative;
            top: -1px;
            margin: 0;
        }

.btn.fb {
    background-color: #1976d3;
}

    .btn.fb span {
        background-color: #156abd;
    }

.btn.linkedin {
    background-color: #ff641a;
}

    .btn.linkedin span {
        background-color: #e55a17;
    }

.btn.twitter {
    background-color: #03a9f5;
}

    .btn.twitter span {
        background-color: #0398dc;
    }

.link {
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #d09925;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .link:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 0;
        height: 1px;
        background: #d09925;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .link i {
        position: relative;
        top: 3px;
        margin-left: 5px;
        font-size: 14px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .link:hover {
        color: #d09925;
    }

        .link:hover:after {
            visibility: visible;
            opacity: 1;
            width: 100%;
        }

        .link:hover i {
            margin-left: 10px;
        }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
        font-size: 18px;
        line-height: .8;
        display: inline-block;
        position: relative;
        top: 1px;
        color: #666;
        margin: 0 auto;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
        background-color: #d09925;
        border-color: transparent;
    }

        .owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
            color: #fff;
        }

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    bottom: -5px;
}

    .owl-carousel .owl-dots button.owl-dot span {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: 0 0;
        border: 1px solid transparent;
        position: relative;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        .owl-carousel .owl-dots button.owl-dot span:after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background-color: rgba(0, 0, 0, .2);
        }

    .owl-carousel .owl-dots button.owl-dot.active span {
        border-color: #d09925;
    }

        .owl-carousel .owl-dots button.owl-dot.active span:after {
            background-color: #d09925;
            width: 7px;
            height: 7px;
        }

.section-title, .content-title {
    position: relative;
}

    .section-title h2, .content-title h2 {
        font-size: 36px;
        font-weight: 500;
        margin: 0;
    }

.section-title-villa syle1 h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}


.section-title p, .content-title p {
    margin: 12px 0 0;
}

.section-title span, .content-title span {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.section-title.style1 span, .content-title.style1 span {
    color: #d09925;
    font-size: 20px;
}

.section-title.style2 span, .content-title.style2 span {
    letter-spacing: 8px;
    color: #d09925;
}

.bg-transparent {
    background-color: transparent;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-athens {
    background-color: #f3f4f6;
}

.bg-albastor {
    background-color: #f9f9f9;
}

.bg-seashell {
    background-color: #f9f9f9;
}

.bg-reso {
    background-color: #002172;
}


.bg-offer {
    background-color: #ffe7b3;
}

.bg-terms {
    background: url(../img/bg/terms-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}


.bg-host-villa {
    background: url(../img/bg/host-a-villa-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.bg-places-to-visit {
    background: url(../img/bg/places-to-visit.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    background-position: center bottom;
}

.bg-buy-sell {
    background: url(../img/bg/host-a-villa-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.site-bg-buy-sell {
    background-color: #fff;
}


.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-bg-secondry-v {
    background-color: #141414;
}


.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}



.site-bg-secondry-terms {
    background-color: #fff;
}


.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .body_overlay.open {
        visibility: visible;
        opacity: 1;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.op-1 {
    opacity: .1;
}

.op-2 {
    opacity: .2;
}

.op-3 {
    opacity: .3;
}

.op-4 {
    opacity: .4;
}

.op-5 {
    opacity: .5;
}

.op-6 {
    opacity: .6;
}

.op-7 {
    opacity: .7;
}

.op-75 {
    opacity: .75;
}

.op-8 {
    opacity: .8;
}

.op-85 {
    opacity: .85;
}

.op-9 {
    opacity: .9;
}

.op-95 {
    opacity: .95;
}

.op-10 {
    opacity: 1;
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color:#ddd*/
}

.bg-host-villa2 {
    padding: 15px;
}

.pos-rel {
    position: relative;
    z-index: 1;
}

.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
    -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
    animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
    -webkit-animation: moveVertical 3000ms infinite ease-in-out;
    animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
    -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
    animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
    -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
    animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
    -webkit-animation: waving_left 7s infinite linear;
    animation: waving_left 7s infinite linear;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.waving_right {
    -webkit-animation: waving_right 7s infinite linear;
    animation: waving_right 7s infinite linear;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}

@-webkit-keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(3deg);
    }

    50% {
        -webkit-transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(3deg);
    }

    50% {
        -webkit-transform: rotate(6deg);
    }

    75% {
        -webkit-transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-3deg);
    }

    50% {
        -webkit-transform: rotate(-6deg);
    }

    75% {
        -webkit-transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-3deg);
    }

    50% {
        -webkit-transform: rotate(-6deg);
    }

    75% {
        -webkit-transform: rotate(-3deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveHorizontal_reverse {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.social-profile li {
    display: inline-block;
    margin: 0 4px;
}

    .social-profile li:first-child {
        margin-left: 0;
    }

    .social-profile li:last-child {
        margin-right: 0;
    }

    .social-profile li:last-child {
        margin-right: 0;
    }

    .social-profile li a {
        display: block;
        text-align: center;
        border: 1px solid transparent;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .social-profile li a i {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            font-size: 16px;
            line-height: .8;
        }

        .social-profile li a:hover {
            border-color: transparent;
            color: #d09925;
        }

.social-profile.style1 li a, .social-profile.style2 li a {
    width: 35px;
    height: 35px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
}

    .social-profile.style1 li a i {
        color: #d09925;
    }

    .social-profile.style1 li a:hover {
        background-color: #d09925;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

        .social-profile.style1 li a:hover i {
            color: #fff;
        }

.social-profile.style2 li a {
    background: #f9f9f9;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .01);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .01);
}

    .social-profile.style2 li a i {
        color: #002172;
    }

    .social-profile.style2 li a:hover {
        background-color: #d09925;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

        .social-profile.style2 li a:hover i {
            color: #fff;
        }

.social-profile.style3 li a {
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
}

    .social-profile.style3 li a i {
        color: #d09925;
    }

    .social-profile.style3 li a:hover {
        background-color: #d09925;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

        .social-profile.style3 li a:hover i {
            color: #fff;
        }

.page-nav {
    text-align: center;
}

    .page-nav li {
        margin: 0 5px;
        display: inline-block;
    }

        .page-nav li a {
            display: block;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 16px;
            line-height: 44px;
            font-weight: 400;
            opacity: .7;
            color: #666;
            background: #f9f9f9;
            text-align: center;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

            .page-nav li a i {
                font-size: 14px;
                line-height: 42px;
                position: relative;
                top: 1px;
                color: #002172;
                margin: 0 auto;
                -webkit-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

            .page-nav li a.active, .page-nav li a:hover {
                color: #fff;
                opacity: 1;
                background-color: #d09925;
                border-color: transparent;
            }

                .page-nav li a.active i, .page-nav li a:hover i {
                    color: #fff;
                }

.btn.fb span, .btn.twitter span, .btn.linkedin span, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, #signIn .modal-content .modal-header .btn-close, #signUp .modal-content .modal-header .btn-close, .counter-card-wrap .counter-card .counter-icon, .contact-item .contact-icon, .property-thumb-item, .agent-info-box .agent-name-wrap, .hero-wrap.style3 .hero-content .client-feedback, .property-card .property-info .property-status-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .counter-card-wrap .counter-card, .post-navigation, .wp-block-quote, .agent-details-wrap .agent-info-wrap .agent-social, .select-lang .navbar-language .dropdown-toggle, .property-card .property-info .property-metainfo, .testimonial-card .quote-wrap .client-info-wrap, .owl-carousel .owl-nav, .pp-post-item, .hero-wrap.style3 .hero-content .property-search-form, .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap, .search-property .property-search-form, .counter-card-wrap, .newsletter-form, .post-author, .comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .btn.fb span, .btn.twitter span, .btn.linkedin span, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, #signIn .modal-content .modal-header .btn-close, #signUp .modal-content .modal-header .btn-close, .counter-card-wrap .counter-card .counter-icon, .contact-item .contact-icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .property-thumb-item, .agent-info-box .agent-name-wrap, .hero-wrap.style3 .hero-content .client-feedback, .property-card .property-info .property-status-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .counter-card-wrap .counter-card, .post-navigation, .wp-block-quote, .agent-details-wrap .agent-info-wrap .agent-social, .select-lang .navbar-language .dropdown-toggle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: .4s;
    transition: .4s;
    background: #fff;
}

    .header-wrap.sticky {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
        -webkit-transition: .4s;
        transition: .4s;
        background: #fff;
    }

        .header-wrap.sticky.style1 .header-bottom {
            background-color: transparent;
        }

    .header-wrap .header-btn button {
        border: 1px solid transparent;
    }

        .header-wrap .header-btn button.btn.style3 {
            border-color: #002172;
            margin-right: 15px;
        }

        .header-wrap .header-btn button.btn:hover {
            border-color: transparent;
        }

@media only screen and (max-width:767px) {
    .navbar-brand img {
        max-width: 120px;
    }
}

@media only screen and (max-width:991px) {
    .header-wrap.style1 {
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
        box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    }

    .header-wrap .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-wrap .navbar .navbar-brand img {
        max-width: 400px;
    }

    .header-wrap .navbar .navbar-collapse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .header-wrap .navbar .navbar-nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .header-wrap .navbar .navbar-nav .nav-item {
            position: relative;
        }

            .header-wrap .navbar .navbar-nav .nav-item .menu-expand {
                position: absolute;
                right: 0;
                top: 14px;
                cursor: pointer;
            }

                .header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
                    color: #000;
                    font-size: 18px;
                    line-height: 1;
                    position: relative;
                    top: 7px;
                }

            .header-wrap .navbar .navbar-nav .nav-item a {
                border-bottom: 1px solid #f3f4f6;
                padding-top: 15px;
                padding-bottom: 15px;
            }

                .header-wrap .navbar .navbar-nav .nav-item a i {
                    display: none;
                }

                .header-wrap .navbar .navbar-nav .nav-item a.active {
                    color: #d09925;
                }

            .header-wrap .navbar .navbar-nav .nav-item .btn {
                margin-top: 15px;
                display: block;
                width: 100%;
            }

                .header-wrap .navbar .navbar-nav .nav-item .btn:after {
                    display: none;
                }

            .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
                width: 100%;
                background-color: #fff;
                border: none;
                padding: 0;
            }

                .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
                    font-size: 14px;
                    padding-left: 10px;
                    margin-left: 10px;
                }

                    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                        color: #002172;
                    }

                .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
                    margin-left: 20px;
                }

            .header-wrap .navbar .navbar-nav .nav-item .btn.style1 {
                margin-top: 15px;
                color: #fff;
            }

    .mobile-bar-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        /*position: relative;
        top: 4px;*/
         position:absolute;
        top: 20px;
        right:20px;
    }

    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }

        .menu-close i {
            color: #000;
            font-size: 25px;
        }

    .mobile-menu {
        text-align: right;
    }

        .mobile-menu a {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            background-color: #d09925;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .mobile-menu a i {
                font-size: 22px;
                color: #fff;
                margin: 0 auto;
            }

    .mobile-menu {
        display: inline-block;
        position: relative;
        top: -1px;
    }

    .mobile-top-bar {
        display: inline-block;
        margin-right: 6px;
        cursor: pointer;
        position: relative;
        top: 0;
    }

        .mobile-top-bar span {
            display: block;
            width: 20px;
            height: 2px;
            background-color: #000;
            border-radius: 20px;
            margin: 5.9px 0;
        }

            .mobile-top-bar span:nth-child(1) {
                margin-top: 0;
            }

            .mobile-top-bar span:nth-child(2) {
                width: 12px;
                margin-left: 8px;
            }

    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: .5s;
        transition: .5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .main-menu-wrap.open {
            left: 0;
        }

    .main-menu > li.has-children.menu-open > span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .main-menu > li.has-children.menu-open > span.menu-expand i {
            color: #000;
        }

    .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-menu li {
        position: relative;
    }

        .main-menu li:last-child {
            margin: 0;
        }

        .main-menu li > span.menu-expand {
            position: absolute;
            right: 0;
            top: 13px;
            cursor: pointer;
        }

            .main-menu li > span.menu-expand i {
                color: #000;
                font-size: 18px;
            }

            .main-menu li > span.menu-expand:hover {
                color: #000;
            }

        .main-menu li a.active {
            color: #002172;
        }

        .main-menu li > a {
            font-size: 14px;
            font-weight: 400;
            color: #000;
            text-transform: capitalize;
            display: block;
            padding: 12px 0;
            border-bottom: 1px solid rgba(0, 0, 0, .3);
        }

            .main-menu li > a:hover {
                color: #000;
            }

        .main-menu li > ul.sub-menu {
            padding-left: 20px;
        }

    .header-wrap .header-bottom .main-menu-wrap #menu > ul > li > a::after {
        display: none;
    }

    .main-menu li a.active {
        font-weight: 600;
        color: #000;
        border-color: rgba(0, 0, 0, .3);
    }
}

@media only screen and (min-width:992px) {
    .menu-expand i {
        display: none;
    }

    .header-wrap .navbar {
        padding: 0;
    }

        .header-wrap .navbar .navbar-brand {
            padding: 0 20px 0 0;
        }

        .header-wrap .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

    .header-wrap .navbar {
        padding: 0;
    }

        .header-wrap .navbar .navbar-brand {
            padding: 0 20px 0 0;
        }

        .header-wrap .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

        .header-wrap .navbar .navbar-nav {
            margin-right: 30px;
        }

            .header-wrap .navbar .navbar-nav > .nav-item > a:after {
                position: absolute;
                bottom: 30px;
                left: 0;
                content: "";
                width: 0;
                height: 2px;
                background-color: #d09925;
                visibility: hidden;
                opacity: 0;
                -webkit-transition: .4s;
                transition: .4s;
            }

            .header-wrap .navbar .navbar-nav .nav-item {
                position: relative;
                margin: 0 5px;
            }

                .header-wrap .navbar .navbar-nav .nav-item.first-child {
                    margin-left: 0;
                }

                .header-wrap .navbar .navbar-nav .nav-item a {
                    color: #000;
                    font-weight: 500;
                    padding: 30px 0;
                    -webkit-transition: .4s;
                    transition: .4s;
                    position: relative;
                }

                    .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active {
                        color: #d09925;
                    }

                        .header-wrap .navbar .navbar-nav .nav-item a:hover:after, .header-wrap .navbar .navbar-nav .nav-item a:focus:after, .header-wrap .navbar .navbar-nav .nav-item a.active:after {
                            visibility: visible;
                            opacity: 1;
                            width: 100%;
                        }

                    .header-wrap .navbar .navbar-nav .nav-item a i {
                        font-size: 16px;
                        line-height: 1;
                        position: relative;
                        top: 3px;
                        display: inline-block;
                        margin-left: -2px;
                        -webkit-transition: .4s;
                        transition: .4s;
                    }

                    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

                .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
                    display: block !important;
                    border: none;
                    top: 95px;
                    left: -23px;
                    z-index: 99;
                    opacity: 0;
                    width: 265px;
                    padding: 10px 0;
                    display: block;
                    border-radius: 0;
                    border-left: 2px solid #d09925;
                    border-radius: 0 0 5px 5px;
                    position: absolute;
                    visibility: hidden;
                    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
                    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
                    -webkit-transition: .5s;
                    transition: .5s;
                }

                    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
                        margin: 0;
                    }

                        .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
                            padding: 9px 20px;
                            position: relative;
                            display: block;
                            font-size: 16px;
                            font-weight: 500;
                            -webkit-transition: .3s;
                            transition: .3s;
                        }

                            .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
                                position: absolute;
                                top: 18px;
                                left: 20px;
                                content: "";
                                width: 5px;
                                height: 5px;
                                border-radius: 50%;
                                background-color: #d09925;
                                visibility: hidden;
                                opacity: 0;
                                -webkit-transition: .4s;
                                transition: .4s;
                            }

                            .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
                                color: #d09925;
                                padding-left: 32px;
                            }

                                .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
                                    visibility: visible;
                                    opacity: 1;
                                }

                            .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                                width: 100%;
                                right: auto;
                                left: 0;
                            }

                            .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
                                margin: 0;
                                position: absolute;
                                top: 55%;
                                font-size: 16px;
                                line-height: 1;
                                -webkit-transform: translateY(-50%);
                                transform: translateY(-50%);
                                right: 15px;
                            }

                        .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                            top: 0;
                            opacity: 0;
                            left: -250px;
                            right: auto;
                            visibility: hidden;
                        }

                        .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                        }

                .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                    top: 85px;
                    opacity: 1;
                    visibility: visible;
                }

        .header-wrap .navbar .others-options {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        height: 100vh;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-wrap .navbar .navbar-brand img {
        /*max-width:130px*/
    }

    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 7px;
    }

        .header-wrap .navbar .navbar-nav .nav-item a {
            font-size: 15px;
        }

        .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
            font-size: 14px;
        }

    .header-wrap .header-btn button.btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 15px;
    }

    .header-wrap .header-btn button.btn {
        padding: 12px 25px;
    }
}

@media only screen and (min-width:1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 15px;
    }

        .header-wrap .navbar .navbar-nav .nav-item a {
            font-size: 18px;
        }
}

@media only screen and (min-width:1600px) {
    .header-wrap .container {
        /*max-width:1520px;*/
        max-width: 1520px;
    }
}

@media only screen and (min-width:1200px) {
    .header-wrap .container {
        /*max-width:1520px;*/
        max-width: 1520px;
    }
}


.content-wrapper {
    /*margin-top:85px*/
    /*margin-top:125px*/
    margin-top: 90px;
}

.br-1 {
    background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.br-2 {
    background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
}

.br-3 {
    background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
}

.br-4 {
    background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    overflow: hidden;
    z-index: 1;
}

    .breadcrumb-wrap:after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .76);
        z-index: -1;
    }

.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
}

    .breadcrumb-title h2 {
        font-size: 40px;
        font-weight: 600;
        margin: 0 0 15px;
        color: #fff;
    }

    .breadcrumb-title .breadcrumb-menu li {
        display: inline-block;
        margin: 0 10px;
        position: relative;
        color: #fff;
        font-weight: 500;
    }

        .breadcrumb-title .breadcrumb-menu li:after {
            position: absolute;
            top: 1px;
            right: -13px;
            content: "/";
            font-size: 16px;
            background-color: transparent;
            color: rgba(255, 255, 255, .8);
        }

        .breadcrumb-title .breadcrumb-menu li:first-child {
            margin-left: 0;
        }

            .breadcrumb-title .breadcrumb-menu li:first-child a {
                padding-left: 0;
            }

        .breadcrumb-title .breadcrumb-menu li:last-child {
            margin-right: 0;
            color: #d09925;
        }

            .breadcrumb-title .breadcrumb-menu li:last-child:after {
                display: none;
            }

        .breadcrumb-title .breadcrumb-menu li a {
            font-size: 16px;
            line-height: 22px;
            display: inline-block;
            padding: 0 5px;
            transition: .3s;
            -webkit-transition: .3s;
            position: relative;
            color: #fff;
        }

            .breadcrumb-title .breadcrumb-menu li a:hover {
                color: #d09925;
            }

        .breadcrumb-title .breadcrumb-menu li:last-child a:after {
            display: none;
        }

.breadcrumb-img img {
    display: block;
    margin-left: auto;
}

.content-feature-list {
    margin: 0 0 15px;
}

    .content-feature-list li {
        position: relative;
        padding-left: 25px;
        margin: 0 0 18px;
    }

        .content-feature-list li:last-child {
            margin-bottom: 0;
        }

        .content-feature-list li i {
            position: absolute;
            top: 3px;
            left: 0;
            color: #d09925;
            font-size: 15px;
            line-height: .8;
        }

.modal-backdrop {
    opacity: .8 !important;
}

.login-bg {
    /*background-image: url(../img/signup-bg.jpg);*/
    height: 660px;
}

#signIn .modal-content, #signUp .modal-content {
    border-radius: 20px;
    padding: 15px;
}

    #signIn .modal-content .modal-header, #signUp .modal-content .modal-header {
        padding: 0;
    }

        #signIn .modal-content .modal-header .btn-close, #signUp .modal-content .modal-header .btn-close {
            position: absolute;
            top: 15px;
            right: 15px;
            background: 0 0;
            opacity: 1;
            border-radius: 0;
            z-index: 9;
        }

            #signIn .modal-content .modal-header .btn-close:focus, #signUp .modal-content .modal-header .btn-close:focus {
                outline: 0;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            #signIn .modal-content .modal-header .btn-close i, #signUp .modal-content .modal-header .btn-close i {
                font-size: 22px;
                line-height: 1;
                display: inline-block;
                color: #000;
            }

    #signIn .modal-content .modal-body, #signUp .modal-content .modal-body {
        padding: 0;
    }

.login-content {
    padding: 0 0px 0 0;
}

    .login-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }

    .login-content p {
        margin-bottom: 25px;
    }

    .login-content .user-form .form-group {
        margin-bottom: 10px;
    }

        .login-content .user-form .form-group:last-child {
            margin-bottom: 5px;
        }

    .login-content .user-form input {
        width: 100%;
        background: 0 0;
        border: 1px solid rgba(0, 0, 0, .1);
        height: 54px;
        padding: 10px 15px;
    }

    .login-content .user-form button {
        display: block;
        width: 100%;
        margin-top: 5px;
        font-size: 20px;
    }

        .login-content .user-form button.fb, .login-content .user-form button.linkedin, .login-content .user-form button.twitter {
            margin: 0;
        }

    .login-content .social-profile {
        margin: 20px 0;
    }

.error-wrap {
    border-top: 1px solid rgba(0, 0, 0, .07);
}

.error-content {
    text-align: center;
}

    .error-content img {
        display: block;
        margin: 0 auto 20px;
        max-width: 600px;
    }

    .error-content p {
        margin: 0 auto 20px;
        max-width: 520px;
    }

.sidebar .sidebar-widget {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    padding: 25px;
    background: #fff2d5;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .09);
    box-shadow: 0 0 25px rgba(0, 0, 0, .09);
}

    .sidebar .sidebar-widget h4 {
        margin: 0 0 15px;
        font-size: 20px;
        position: relative;
        line-height: 1;
        position: relative;
    }

    .sidebar .sidebar-widget:last-child {
        margin: 0;
    }

.search-box {
    position: relative;
}

    .search-box .form-group {
        position: relative;
    }

        .search-box .form-group input {
            width: 100%;
            height: 54px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, .1);
            color: #000;
            font-size: 15px;
            line-height: 21px;
            padding: 10px 60px 10px 20px;
            border-radius: 5px;
        }

            .search-box .form-group input:focus {
                border-color: #888;
            }

        .search-box .form-group button {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0 18px;
            height: 100%;
            border: none;
            border-radius: 0 5px 5px 0;
            text-align: center;
            background: #d09925;
        }

            .search-box .form-group button i {
                color: #fff;
                top: 4px;
                left: 1px;
                font-size: 20px;
                position: relative;
            }


.sidebar-events .sidebar-widget {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .09);
    box-shadow: 0 0 25px rgba(0, 0, 0, .09);
}

    .sidebar-events .sidebar-widget h4 {
        margin: 0 0 15px;
        font-size: 20px;
        position: relative;
        line-height: 1;
        position: relative;
    }

    .sidebar-events .sidebar-widget:last-child {
        margin: 0;
    }

.category-box-events ul li {
    position: relative;
    border-bottom: 1px dashed #dedede;
}

    .category-box-events ul li:first-child a {
        padding-top: 0;
    }

        .category-box-events ul li:first-child a i {
            top: 6px;
        }

    .category-box-events ul li:last-child a {
        border-bottom: none;
        padding-bottom: 0;
    }

    .category-box-events ul li a {
        font-weight: 600;
        padding: 8px 0 8px 20px;
        display: block;
        font-size: 18px;
        color: #2e2e2e;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .category-box-events ul li a.active {
            color: #d09925;
        }

        .category-box-events ul li a i {
            position: absolute;
            top: 16px;
            left: 0;
            font-size: 10px;
            line-height: .8;
            color: #666;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .category-box-events ul li a span {
            float: right;
            font-weight: 400;
            margin-left: 4px;
            font-size: 16px;
            color: #666;
        }

        .category-box-events ul li a:hover {
            color: #d09925;
            padding-left: 25px;
        }

            .category-box-events ul li a:hover i {
                color: #d09925;
            }

















.category-box ul li {
    position: relative;
}

    .category-box ul li:first-child a {
        padding-top: 0;
    }

        .category-box ul li:first-child a i {
            top: 6px;
        }

    .category-box ul li:last-child a {
        border-bottom: none;
        padding-bottom: 0;
    }

    .category-box ul li a {
        font-weight: 600;
        padding: 8px 0 8px 20px;
        display: block;
        font-size: 16px;
        color: #666;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .category-box ul li a i {
            position: absolute;
            top: 16px;
            left: 0;
            font-size: 10px;
            line-height: .8;
            color: #666;
            -webkit-transition: .4s;
            transition: .4s;
        }

        .category-box ul li a span {
            float: right;
            font-weight: 400;
            margin-left: 4px;
            font-size: 16px;
            color: #666;
        }

        .category-box ul li a:hover {
            color: #d09925;
            padding-left: 25px;
        }

            .category-box ul li a:hover i {
                color: #d09925;
            }

.popular-post-slider.owl-carousel .owl-dots {
    text-align: center;
}

    .popular-post-slider.owl-carousel .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        border: 1px solid transparent;
        background-color: #fff;
        position: relative;
        border: none;
    }

        .popular-post-slider.owl-carousel .owl-dots .owl-dot span:after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #d09925;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: .4s;
            transition: .4s;
        }

    .popular-post-slider.owl-carousel .owl-dots .owl-dot.active span {
        background-color: #fff;
    }

        .popular-post-slider.owl-carousel .owl-dots .owl-dot.active span:after {
            visibility: visible;
            opacity: 1;
        }

.tag-list {
    margin-top: -12px;
}

    .tag-list li {
        display: inline-block;
        margin: 12px 8px 0 0;
    }

        .tag-list li a {
            display: inline-block;
            font-size: 16px;
            line-height: 16px;
            padding: 10px 15px;
            color: #666;
            background-color: transparent;
            border: 1px solid rgba(0, 0, 0, .1);
            -webkit-transition: .3s;
            transition: .3s;
        }

            .tag-list li a:hover {
                background-color: #d09925;
                color: #fff;
                border-color: transparent;
            }

            .tag-list li a i {
                font-size: 20px;
                line-height: 12px;
                padding: 10px 5px;
                vertical-align: sub;
            }

    /*
.tag-list li a i:hover {
    color: #fff;
}*/



    .tag-list.style2 li a {
        padding: 0;
        color: #666;
        background-color: transparent;
        border: none;
    }

        .tag-list.style2 li a:hover {
            background-color: transparent;
            color: #d09925;
        }

.property-thumb-item {
    margin: 0 0 15px;
}

    .property-thumb-item:last-child {
        margin-bottom: 0;
    }

    .property-thumb-item .property-thumb-img {
        width: 80px;
        border-radius: 5px;
    }

        .property-thumb-item .property-thumb-img img {
            border-radius: 5px;
        }

    .property-thumb-item .property-thumb-info {
        width: calc(100% - 95px);
        margin-left: 15px;
    }

        .property-thumb-item .property-thumb-info h6 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .property-thumb-item .property-thumb-info p {
            font-family: poppins, sans-serif;
            font-weight: 700;
            color: #d09925;
            margin-bottom:0px;
        }

            .property-thumb-item .property-thumb-info p span {
                font-family: nunito sans, sans-serif;
                font-weight: 600;
                color: #666;
                margin-left: 2px; 
                margin-bottom:5px;
            }

.agent-info-box .agent-name-wrap {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

    .agent-info-box .agent-name-wrap .agent-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

        .agent-info-box .agent-name-wrap .agent-img img {
            border-radius: 50%;
        }

    .agent-info-box .agent-name-wrap .agent-name {
        /*	width:calc(100% - 85px);
	margin-left:15px*/
        width: calc(100% - 0px);
        margin-left: 15px;
        text-align: center;
    }

        .agent-info-box .agent-name-wrap .agent-name h6 {
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 5px;
        }

        .agent-info-box .agent-name-wrap .agent-name span {
            font-size: 14px;
        }

        .agent-info-box .agent-name-wrap .agent-name .property-price {
            color: #d09925;
            font-size: 18px;
            font-weight: 700;
            font-family: poppins, sans-serif;
            text-align: left;
            margin: 0;
            position: relative;
            top: 7px;
        }

            .agent-info-box .agent-name-wrap .agent-name .property-price span {
                font-weight: 400;
                color: #666;
                font-size: 15px;
                margin-left: 2px;
                font-family: nunito sans, sans-serif;
            }




.agent-info-box .agent-address {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

    .agent-info-box .agent-address li {
        position: relative;
        margin-bottom: 5px;
        text-align: center;
        font-weight: 600;
    }

        .agent-info-box .agent-address li:last-child {
            margin-bottom: 0;
        }

        .agent-info-box .agent-address li i {
            color: #d09925;
            position: relative;
            top: 2px;
            margin-right: 6px;
        }

.agent-info-box .agent-contact .form-group {
    margin-bottom: 15px;
}

    .agent-info-box .agent-contact .form-group input, .agent-info-box .agent-contact .form-group textarea {
        width: 100%;
        background-color: #f9f9f9;
        border: none;
        padding: 12px 15px;
        border-radius: 5px;
    }

    .agent-info-box .agent-contact .form-group input {
        height: 45px;
    }

    .agent-info-box .agent-contact .form-group textarea {
        height: 100px;
        resize: none;
    }

.agent-info-box .agent-contact button {
    width: 100%;
    display: block;
}














.agent-info-box-price .agent-name-wrap {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

    .agent-info-box-price .agent-name-wrap .agent-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

        .agent-info-box-price .agent-name-wrap .agent-img img {
            border-radius: 50%;
        }

    .agent-info-box-price .agent-name-wrap .agent-name {
        width: calc(100% - 0px);
        margin-left: 0px;
    }

        .agent-info-box-price .agent-name-wrap .agent-name h6 {
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 5px;
        }

        .agent-info-box-price .agent-name-wrap .agent-name span {
            font-size: 14px;
        }

        .agent-info-box-price .agent-name-wrap .agent-name .property-price {
            color: #d09925;
            font-size: 18px;
            font-weight: 700;
            font-family: poppins, sans-serif;
            text-align: left;
            margin: 0;
            position: relative;
            top: 7px;
        }

            .agent-info-box-price .agent-name-wrap .agent-name .property-price span {
                font-weight: 400;
                color: #666;
                font-size: 15px;
                margin-left: 2px;
                font-family: nunito sans, sans-serif;
            }




.agent-info-box-price .agent-address {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

    .agent-info-box-price .agent-address li {
        position: relative;
        margin-bottom: 5px;
        text-align: center;
        font-weight: 600;
    }

        .agent-info-box-price .agent-address li:last-child {
            margin-bottom: 0;
        }

        .agent-info-box-price .agent-address li i {
            color: #d09925;
            position: relative;
            top: 2px;
            margin-right: 6px;
        }

.agent-info-box-price .agent-contact .form-group {
    margin-bottom: 15px;
}

    .agent-info-box-price .agent-contact .form-group input, .agent-info-box-price .agent-contact .form-group textarea {
        width: 100%;
        background-color: #f3e2bb;
        border: none;
        padding: 12px 15px;
        border-radius: 5px;
    }

    .agent-info-box-price .agent-contact .form-group input {
        height: 45px;
    }


    .agent-info-box-price .agent-contact .form-group label {
        font-size: 16px;
        color: #2e2e2e;
        display: inline-block;
        padding-bottom: 5px;
        font-weight: 600;
    }


    .agent-info-box-price .agent-contact .form-group span {
        font-size: 12px;
        color: #969696;
        display: block;
        padding-bottom: 5px;
    }


    .agent-info-box-price .agent-contact .form-group textarea {
        height: 100px;
        resize: none;
    }

.agent-info-box-price .agent-contact button {
    width: 100%;
    display: block;
}



.pp-post-item {
    margin: 0 0 20px;
}

    .pp-post-item .pp-post-img {
        width: 85px;
        border-radius: 4px;
    }

        .pp-post-item .pp-post-img img {
            border-radius: 4px;
        }

    .pp-post-item .pp-post-info {
        width: calc(100% - 100px);
        margin-left: 15px;
        margin-top: 2px;
    }

        .pp-post-item .pp-post-info h6 {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 600;
            margin-bottom: 0;
        }

            .pp-post-item .pp-post-info h6 a {
                color: #000;
            }

        .pp-post-item .pp-post-info span {
            font-size: 14px;
            line-height: 1;
            display: block;
            position: relative;
            padding-left: 22px;
            color: #888;
            margin-bottom: 12px;
        }

            .pp-post-item .pp-post-info span i {
                position: absolute;
                top: -1px;
                left: 0;
                font-size: 13px;
                line-height: .8;
                color: #d09925;
            }

    .pp-post-item:last-child {
        margin: 0;
    }

    .pp-post-item:hover .pp-post-info h6 a {
        color: #d09925;
    }

.hero-bg-one {
    background-image: url(../img/hero/hero-bg-1.jpg);
}

.hero-slide-1 {
    background-image: url(../img/hero/hero-slider-1.jpg);
}

.hero-slide-2 {
    background-image: url(../img/hero/hero-slider-2.jpg);
}

.hero-slide-3 {
    background-image: url(../img/hero/hero-slider-3.jpg);
}

.hero-slide-4 {
    background-image: url(../img/hero/hero-bg-1.jpg);
}

.hero-slide-5 {
    background-image: url(../img/hero/hero-slider-5.jpg);
}

.hero-slide-6 {
    background-image: url(../img/hero/hero-slider-6.jpg);
}

.make-yourself {
    background-image: url(../img/Home-Slider-thumb.jpg);
}


.host-villa1 {
    background-image: url(../img/host-villa/1.jpg);
}


.host-villa2 {
    background-image: url(../img/host-villa/2.jpg);
}


.host-villa3 {
    background-image: url(../img/host-villa/3.jpg);
}


.buy-real-estate1 {
    background-image: url(../img/buy-sell-real-estate/1.jpg);
}

.buy-real-estate2 {
    background-image: url(../img/buy-sell-real-estate/2.jpg);
}


.buy-real-estate3 {
    background-image: url(../img/buy-sell-real-estate/3.jpg);
}





.hero-wrap {
    /*margin-top:86px*/
    margin-top: 110px;
}

    .hero-wrap .client-feedback ul {
        line-height: 1;
        padding-left: 8px;
    }

        .hero-wrap .client-feedback ul li {
            display: inline-block;
        }

            .hero-wrap .client-feedback ul li a {
                display: inline-block;
                width: 35px;
                height: 35px;
                border-radius: 50%;
                margin-left: -8px;
                border: 2px solid #fff;
            }

                .hero-wrap .client-feedback ul li a img {
                    border-radius: 50%;
                }

    .hero-wrap .client-feedback span {
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0 0;
        display: inline-block;
        color: #fff;
    }

    .hero-wrap .hero-content h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: 10px;
        text-align: center;
        padding-left: 0px;
    }

    .hero-wrap .hero-content p {
        margin-bottom: 10px;
    }

    .hero-wrap.style1 {
        padding: 0 0 100px;
    }

        .hero-wrap.style1 .hero-content {
            position: relative;
        }

            .hero-wrap.style1 .hero-content .hero-shape-one {
                position: absolute;
                top: -20px;
                right: 50px;
            }

            .hero-wrap.style1 .hero-content img {
                margin: 0 0 10px;
                display: block;
            }

            .hero-wrap.style1 .hero-content h1 {
                font-size: 56px;
            }

            .hero-wrap.style1 .hero-content form {
                position: relative;
                width: 90%;
            }

                .hero-wrap.style1 .hero-content form input {
                    width: 100%;
                    height: 64px;
                    background-color: #f9f9f9;
                    border: none;
                    padding: 10px 115px 10px 47px;
                    border-radius: 10px;
                }

                .hero-wrap.style1 .hero-content form i {
                    position: absolute;
                    top: 23px;
                    left: 20px;
                    color: #002172;
                }

                .hero-wrap.style1 .hero-content form button {
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 100%;
                    background-color: #d09925;
                    color: #fff;
                    border: none;
                    padding: 10px 25px;
                    border-radius: 10px;
                }

        .hero-wrap.style1 .hero-img-wrap {
            position: relative;
        }

            .hero-wrap.style1 .hero-img-wrap .client-feedback {
                position: absolute;
                top: 25px;
                left: 110px;
            }

            .hero-wrap.style1 .hero-img-wrap .hero-bg-one {
                height: 750px;
                border-radius: 10px;
                width: calc(100% - 80px);
                margin-left: auto;
            }

            .hero-wrap.style1 .hero-img-wrap .hero-property-slider {
                position: absolute;
                bottom: 25px;
                left: 0;
                width: calc(100% - 100px);
                margin-left: auto;
            }

                .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav {
                    position: absolute;
                    bottom: 0;
                }

                    .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next {
                        position: relative;
                        border: none;
                        border-radius: 0;
                        background-color: transparent;
                        z-index: 1;
                    }

                        .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev i, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next i {
                            margin: 0;
                            font-size: 22px;
                        }

                        .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev:hover, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next:hover {
                            background-color: transparent;
                        }

                            .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev:hover i, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next:hover i {
                                color: #d09925;
                            }

                        .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev.owl-prev, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next.owl-prev {
                            text-align: left;
                        }

                            .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev.owl-prev:after, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next.owl-prev:after {
                                left: 15px;
                            }

                        .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev.owl-next, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next.owl-next {
                            text-align: right;
                        }

                            .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev.owl-next:after, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next.owl-next:after {
                                right: 15px;
                            }

                        .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-prev:after, .hero-wrap.style1 .hero-img-wrap .hero-property-slider .owl-nav button.owl-next:after {
                            position: absolute;
                            top: 13px;
                            content: "";
                            width: 25px;
                            height: 25px;
                            border-radius: 50%;
                            background-color: #f9f9f9;
                            z-index: -1;
                        }

    .hero-wrap.style2 {
        /*padding:0;*/
        position: relative;
    }

        .hero-wrap.style2 .container-fluid {
            position: relative;
        }

            .hero-wrap.style2 .container-fluid .client-feedback {
                position: absolute;
                top: 25px;
                left: auto;
                right: 125px;
                z-index: 9;
                text-align: center;
            }

                .hero-wrap.style2 .container-fluid .client-feedback ul li a {
                    width: 35px;
                    height: 35px;
                    border: 2px solid #fff;
                }

                .hero-wrap.style2 .container-fluid .client-feedback span {
                    color: #002172;
                    font-size: 14px;
                }

        .hero-wrap.style2 .hero-slide-item {
            position: relative;
            z-index: 1;
            /*padding:160px 0 220px;*/
            padding: 260px 0 70px;
            border-radius: 0px;
            height: 598px;
        }

            .hero-wrap.style2 .hero-slide-item:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                /*background:-webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, 0.9)), color-stop(66%, rgba(10, 10, 10, 0.02)), color-stop(67%, rgba(10, 10, 10, 0.04)));
	background:linear-gradient(90deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.02) 66%, rgba(10, 10, 10, 0.04) 67%);*/
                background: rgba(0, 0, 0, 0.5);
                z-index: -1;
                border-radius: 10px;
            }

            .hero-wrap.style2 .hero-slide-item .hero-content h1 {
                color: #fff;
                font-weight: 500;
                font-size: 28px;
            }

                .hero-wrap.style2 .hero-slide-item .hero-content h1 span {
                    color: #d09925;
                    position: relative;
                    z-index: 1;
                }

                    .hero-wrap.style2 .hero-slide-item .hero-content h1 span img {
                        position: absolute;
                        left: 0;
                        bottom: 12px;
                        width: 100%;
                        z-index: -1;
                    }

            .hero-wrap.style2 .hero-slide-item .hero-content p {
                color: rgba(255, 255, 255, .8);
                margin: 0 0 30px;
                font-size: 15px;
            }

            .hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:before, .hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:after {
                background-color: #161616;
            }

            .hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:hover {
                color: #fff;
            }

    .hero-wrap.style3 {
        padding: 0;
        position: relative;
    }

        .hero-wrap.style3 .hero-slider-two .hero-slide-item {
            /*height:840px;*/
            height: 598px;
            position: relative;
            z-index: 1;
        }

            .hero-wrap.style3 .hero-slider-two .hero-slide-item:after {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                background-color: rgba(255, 255, 255, 0.1);
                z-index: -1;
            }

        .hero-wrap.style3 .hero-content {
            position: absolute;
            /*top: 50%;*/
            top: 65%;
            left: 50%;
            /*width:100%;*/
            width: 90%;
            text-align: center;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 1;
        }

            .hero-wrap.style3 .hero-content h1 {
                color: #fff;
            }

            .hero-wrap.style3 .hero-content p {
                color: rgba(255, 255, 255, .8);
                padding: 0 20px;
                font-size: 15px;
            }

            .hero-wrap.style3 .hero-content .client-feedback {
                position: relative;
                top: auto;
                left: auto;
                margin: 25px 0 0;
            }

                .hero-wrap.style3 .hero-content .client-feedback span {
                    margin: 0 0 0 15px;
                }

            .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap {
                /*width:calc(100% - 225px);*/
                width: 100%;
                margin-right: 35px;
                margin-left: 35px;
                background-color: #fff;
                border-radius: 15px;
                border: 0px solid #d09925;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group {
                    width: 100%;
                    border-right: 1px solid rgba(0, 0, 0, .1);
                }


                 .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group label {
                    width: 100%;
                    text-align:left; 
                    color:#424242;
                    font-size: 14px;
                }



                    .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input, .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group select {
                        border: none;
                        height: 50px;
                        background-color: transparent;
                        width: 100%;
                        /*padding:15px 10px 10px;*/
                        padding: 5px 2px 5px;
                        border-radius: 0;
                        font-size: 15px;
                    }

                        .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input::-webkit-input-placeholder {
                            opacity: 1;
                        }

                        .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input:-ms-input-placeholder {
                            opacity: 1;
                        }

                        .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input::-ms-input-placeholder {
                            opacity: 1;
                        }

                        .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group input::placeholder {
                            opacity: 1;
                        }

                    .hero-wrap.style3 .hero-content .property-search-form .form-group-wrap .form-group select {
                        background-position: 95% 57%;
                        font-size: 15px;
                    }

            .hero-wrap.style3 .hero-content .property-search-form button {
                width: 160px;
                /*display:block;*/
                padding: 10px 15px;
                font-size: 18px;

            }

.hero-property-slider {
    margin: -10px;
}

    .hero-property-slider .property-card {
        margin: 10px;
    }

/*----Main Slider start---*/



.hero-wrap.style3 {
    padding: 0;
    position: relative;
}

.hero-wrap.style3-main .hero-slider-two .hero-slide-item {
    height: 840px;
    position: relative;
    z-index: 1;
}

    .hero-wrap.style3-main .hero-slider-two .hero-slide-item:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, .8);
        z-index: -1;
    }

.hero-wrap.style3-main .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

    .hero-wrap.style3-main .hero-content h1 {
        color: #fff;
    }

    .hero-wrap.style3-main .hero-content p {
        color: rgba(255, 255, 255, .8);
        padding: 0 60px;
    }

    .hero-wrap.style3-main .hero-content .client-feedback {
        position: relative;
        top: auto;
        left: auto;
        margin: 25px 0 0;
    }

        .hero-wrap.style3-main .hero-content .client-feedback span {
            margin: 0 0 0 15px;
        }

    .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap {
        width: calc(100% - 225px);
        margin-right: 22px;
        background-color: #fff;
        border-radius: 5px;
    }

        .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap .form-group {
            width: 33.33%;
            border-right: 1px solid rgba(0, 0, 0, .1);
        }

            .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap .form-group input, .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap .form-group select {
                border: none;
                height: 57px;
                background-color: transparent;
                width: 100%;
                padding: 15px 15px 10px;
                border-radius: 0;
            }

                .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap .form-group input::-webkit-input-placeholder {
                    opacity: 1;
                }

                .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap .form-group input:-ms-input-placeholder {
                    opacity: 1;
                }

                .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap .form-group input::-ms-input-placeholder {
                    opacity: 1;
                }

                .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap .form-group input::placeholder {
                    opacity: 1;
                }

            .hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap .form-group select {
                background-position: 95% 57%;
            }

    .hero-wrap.style3-main .hero-content .property-search-form button {
        width: 200px;
        display: block;
        padding: 15px;
    }



.hero-slider-one-main.owl-carousel .owl-nav button.owl-prev, .hero-slider-one-main.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    border: 2px solid #fff;
}

    .hero-slider-one-main.owl-carousel .owl-nav button.owl-prev i, .hero-slider-one-main.owl-carousel .owl-nav button.owl-next i {
        color: #666;
        font-size: 30px;
    }

    .hero-slider-one-main.owl-carousel .owl-nav button.owl-prev:hover, .hero-slider-one-main.owl-carousel .owl-nav button.owl-next:hover {
        background-color: #d09925;
    }

        .hero-slider-one-main.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-one-main.owl-carousel .owl-nav button.owl-next:hover i {
            color: #fff;
        }

.hero-slider-one-main.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.hero-slider-one-main.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}



.hero-slider-two-main.owl-carousel .owl-nav button.owl-prev, .hero-slider-two-main.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .2);
    z-index: 1;
}

    .hero-slider-two-main.owl-carousel .owl-nav button.owl-prev i, .hero-slider-two-main.owl-carousel .owl-nav button.owl-next i {
        color: #fff;
        font-size: 30px;
    }

    .hero-slider-two-main.owl-carousel .owl-nav button.owl-prev:hover, .hero-slider-two-main.owl-carousel .owl-nav button.owl-next:hover {
        background-color: #d09925;
    }

        .hero-slider-two-main.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-two-main.owl-carousel .owl-nav button.owl-next:hover i {
            color: #fff;
        }

.hero-slider-two-main.owl-carousel .owl-nav button.owl-prev {
    left: 40px;
    z-index: 1;
}

.hero-slider-two-main.owl-carousel .owl-nav button.owl-next {
    right: 40px;
    z-index: 1;
}

/*----Main Slider end---*/












.hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-slider-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    border: 2px solid #fff;
}

    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i, .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        color: #002172;
        font-size: 30px;
    }

    .hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover {
        background-color: #d09925;
    }

        .hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
            color: #fff;
        }

.hero-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev, .hero-slider-two.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .2);
    z-index: 1;
}

    .hero-slider-two.owl-carousel .owl-nav button.owl-prev i, .hero-slider-two.owl-carousel .owl-nav button.owl-next i {
        color: #fff;
        font-size: 30px;
    }

    .hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover, .hero-slider-two.owl-carousel .owl-nav button.owl-next:hover {
        background-color: #d09925;
    }

        .hero-slider-two.owl-carousel .owl-nav button.owl-prev:hover i, .hero-slider-two.owl-carousel .owl-nav button.owl-next:hover i {
            color: #fff;
        }

.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: 40px;
    z-index: 1;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-next {
    right: 40px;
    z-index: 1;
}

.search-property {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    /*margin-top:-40px;*/
    /*margin-top:-85px*/
}

    .search-property .property-search-form .form-group {
        /*width:calc(27% - 15px);*/
        width: calc(20% - 15px);
        margin-right: 21px;
        margin-bottom: 15px;
    }

        .search-property .property-search-form .form-group:last-child {
            /*width: 17%;*/
            width: 100%;
            margin-right: 0;
        }

            .search-property .property-search-form .form-group:last-child button.btn {
                width: 100%;
                display: block;
            }

        .search-property .property-search-form .form-group input, .search-property .property-search-form .form-group select {
            border: 1px solid rgba(0, 0, 0, .1);
            height: 57px;
            background-color: transparent;
            width: 100%;
            padding: 10px 15px;
            border-radius: 5px;
        }

        .search-property .property-search-form .form-group button {
            padding: 15px;
        }

        .search-property .property-search-form .form-group input::-webkit-input-placeholder {
            opacity: 1;
        }

        .search-property .property-search-form .form-group input:-ms-input-placeholder {
            opacity: 1;
        }

        .search-property .property-search-form .form-group input::-ms-input-placeholder {
            opacity: 1;
        }

        .search-property .property-search-form .form-group input::placeholder {
            opacity: 1;
        }

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1, .hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p, .hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn, .hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.about-bg-1 {
    background-image: url(../img/about/about-img-3.jpg);
}

.about-bg-2 {
    background-image: url(../img/about/about-img-4.jpg);
}

.about-bg-3 {
    background-image: url(../img/about/about-img-5.jpg);
}

.about-bg-4 {
    background-image: url(../img/about/about-img-6.jpg);
}

.about-wrap .about-content .content-title {
    margin-bottom: 25px;
}


    .about-wrap .about-content .content-title.style1 p {
        font-size: 18px;
    }


.about-wrap .about-content .content-feature-list {
    margin-bottom: 35px;
}

    .about-wrap .about-content .content-feature-list li {
        font-weight: 600;
        color: #000;
    }

.about-wrap.style1 {
    position: relative;
}

    .about-wrap.style1 .about-shape-three {
        position: absolute;
        bottom: 50px;
        right: 50px;
    }

    .about-wrap.style1 .about-img-wrap {
        position: relative;
        z-index: 1;
        padding-bottom: 150px;
    }

        .about-wrap.style1 .about-img-wrap .about-shape-one {
            position: absolute;
            bottom: 0;
            left: 50px;
            z-index: 1;
        }

        .about-wrap.style1 .about-img-wrap .about-shape-two {
            position: absolute;
            top: 60px;
            right: 50px;
            z-index: -1;
        }

        .about-wrap.style1 .about-img-wrap .about-img-one {
            margin-right: auto;
            width: calc(100% - 260px);
            border-radius: 5px;
        }

        .about-wrap.style1 .about-img-wrap .about-img-two {
            position: absolute;
            bottom: 0;
            right: 0;
            border-radius: 5px;
        }

.about-wrap.style2 .about-box {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

    .about-wrap.style2 .about-box .about-shape-three {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .about-wrap.style2 .about-box .about-content {
        padding-right: 40px;
    }

    .about-wrap.style2 .about-box .about-img-wrap {
        position: relative;
        height: 640px;
    }

        .about-wrap.style2 .about-box .about-img-wrap:before {
            position: absolute;
            top: 0;
            left: calc(50% - 10px);
            -webkit-transform: trasnlateX(-50%);
            transform: trasnlateX(-50%);
            content: "";
            width: 20px;
            height: 100%;
            background-color: #fff;
        }


.about-wrap-host-villa.style2 .about-box {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

    .about-wrap-host-villa.style2 .about-box .about-shape-three {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .about-wrap-host-villa.style2 .about-box .about-content {
        padding-right: 40px;
    }
/*.about-wrap-host-villa.style2 .about-box .about-img-wrap {
	position:relative;
	height:640px
}
.about-wrap-host-villa.style2 .about-box .about-img-wrap:before {
	position:absolute;
	top:0;
	left:calc(50% - 10px);
	-webkit-transform:trasnlateX(-50%);
	transform:trasnlateX(-50%);
	content:"";
	width:20px;
	height:100%;
	background-color:#fff
}*/





.about-wrap.style3 .about-img-wrap {
    margin: 0;
}

    .about-wrap.style3 .about-img-wrap .about-bg-2, .about-wrap.style3 .about-img-wrap .about-bg-3, .about-wrap.style3 .about-img-wrap .about-bg-4 {
        height: 500px;
        border-radius: 5px;
    }

.adv-card {
    margin: 0 0 25px;
}

    .adv-card .adv-img {
        position: relative;
        z-index: 1;
        margin-bottom: 35px;
    }

        .adv-card .adv-img:after {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "";
            width: 215px;
            height: 215px;
            border-radius: 50%;
            background-color: #fdebe9;
            z-index: -1;
        }

        .adv-card .adv-img img {
            display: block;
            margin: 0 auto;
        }

    .adv-card .adv-info {
        text-align: center;
        padding: 0 30px;
    }

        .adv-card .adv-info h3 {
            font-size: 22px;
            margin: 0 0 12px;
        }

        .adv-card .adv-info p {
            margin: 0;
        }

.simple-card {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 25px;
    -webkit-transition: .4s;
    transition: .4s;
    background: #fff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

    .simple-card img {
        max-width: 100%;
        width: 420px;
    }

    .simple-card .simple-card-info {
        padding: 25px;
    }

        .simple-card .simple-card-info h3 {
            font-size: 22px;
            margin: 0 0 5px;
        }

        .simple-card .simple-card-info p {
            margin-bottom: 5px;
        }

    .simple-card:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.add-listing-bg {
    /*background-image: url(../img/add-listing-bg.jpg);*/
    height: 100%;
}

.add-listing-wrap .listing-content {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    background-color: #d09925;
}

    .add-listing-wrap .listing-content .add-listing-shape {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .add-listing-wrap .listing-content .content-title {
        margin-bottom: 25px;
    }

        .add-listing-wrap .listing-content .content-title h2 {
            color: #fff;
        }

        .add-listing-wrap .listing-content .content-title p {
            color: rgba(255, 255, 255, .8);
        }

.video-bg-1 {
    background-image: url(../img/promo-video-bg.jpg);
}

.video-bg-2 {
    background-image: url(../img/promo-video-bg-2.jpg);
}

.video-bg-3 {
    background-image: url(../img/promo-video-bg-3.jpg);
}

.video-bg-4 {
    background-image: url(../img/promo-video-bg-4.jpg);
}

.video-wrap .video-content {
    padding: 70px;
    position: relative;
    z-index: 1;
}

    .video-wrap .video-content:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .86);
        z-index: -1;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .video-wrap .video-content .content-title {
        margin-bottom: 25px;
    }

.video-wrap.style2 {
    position: relative;
    z-index: 1;
}

    .video-wrap.style2:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #002172;
        opacity: .74;
        z-index: -1;
    }

    .video-wrap.style2 .video-content {
        padding: 0 0 100px;
    }

        .video-wrap.style2 .video-content:after {
            display: none;
        }

        .video-wrap.style2 .video-content .content-title {
            text-align: center;
            margin: 35px 0 0;
        }

            .video-wrap.style2 .video-content .content-title span, .video-wrap.style2 .video-content .content-title h2 {
                color: #fff;
            }

.video-wrap.style3 .video-bg {
    /*height:500px;*/
    height: auto;
    /*position:relative;*/
    z-index: 1;
}

    .video-wrap.style3 .video-bg:after {
        /*	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background-color:#002172;
	opacity:.4;
	z-index:-1*/
    }

    .video-wrap.style3 .video-bg .play-now {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .video-wrap.style3 .video-bg .play-now-d {
        /*position: absolute;*/
        top: 100%;
        left: 0%;
        /*-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
        bottom: 0;
    }

.video-slider .video-item {
    border-radius: 8px;
}

    .video-slider .video-item img {
        border-radius: 8px;
    }

#big1 .video-bg {
    border-radius: 5px;
}

#big2.owl-carousel .owl-item {
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}


.owl-carousel .owl-item {
    text-align: center;
}

.owl-carousel .item {
    float: none;
    display: inline-block;
}

.property-card.style2 .owl-carousel .owl-item .item {
    float: none;
    display: block;
}


    .property-card.style2 .owl-carousel .owl-item .item .p-image {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 275px;
        left: 0;
        top: 0;
    }



#big1 img {
    /*max-height:860px*/
    height: 75vh;
    width: unset;
    margin: 0 auto;
}

#big1 .video-bg:after {
    border-radius: 5px;
}


#big1 .video-bg img {
    width: max-content;
    /*height:650px;*/
    margin: 0 auto;
}


#thumbs {
    margin: 15px 0 0;
    cursor: pointer;
}

    #thumbs .video-item {
        border-radius: 5px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }

        #thumbs .video-item img {
            border-radius: 0px;
            cursor: pointer;
            /*max-height:100px;*/
            max-width: 99999px !important;
            max-height: 99999px !important;
            min-width: 0 !important;
            min-height: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            padding: 0 !important;
        }

    #thumbs.owl-carousel .owl-item {
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
        height: 78px;
    }



    #thumbs.owl-carousel .owl-nav button.owl-prev, #thumbs.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: none;
        width: auto;
        border-radius: 0;
    }

        #thumbs.owl-carousel .owl-nav button.owl-prev i, #thumbs.owl-carousel .owl-nav button.owl-next i {
            font-size: 50px;
            color: #d09925;
        }

        #thumbs.owl-carousel .owl-nav button.owl-prev:hover, #thumbs.owl-carousel .owl-nav button.owl-next:hover {
            background-color: transparent;
        }

    #thumbs.owl-carousel .owl-nav button.owl-prev {
        left: -50px;
        font-size: 60px;
        color: #d09925;
    }

    #thumbs.owl-carousel .owl-nav button.owl-next {
        right: -50px;
        font-size: 60px;
        color: #d09925;
    }





.city-wrap {
    position: relative;
    z-index: 1;
}

    .city-wrap .city-shape-one {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .city-wrap .city-shape-two {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        z-index: -1;
    }

.city-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 25px;
    border-radius: 10px;
}

    .city-card:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(60%, rgba(0, 0, 0, 0.15)));
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.15) 80%);
    }

    .city-card img {
        -webkit-transition: .4s;
        transition: .4s;
    }

    .city-card h3 {
        font-size: 22px;
    }

    .city-card .city-info {
        position: absolute;
        bottom: 15px;
        left: 15px;
        z-index: 1;
        right: 15px;
    }

        .city-card .city-info h3 {
            font-size: 18px;
            margin: 0 0 8px;
        }

            .city-card .city-info h3 a {
                color: #fff;
                position: relative;
                padding-bottom: 5px;
            }

                .city-card .city-info h3 a:after {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    content: "";
                    width: 0;
                    height: 2px;
                    background-color: #fff;
                    visibility: hidden;
                    opacity: 0;
                    -webkit-transition: .4s;
                    transition: .4s;
                }

        .city-card .city-info p {
            color: #fff;
            margin: 0;
            word-break: break-all;
        }

            .city-card .city-info p a {
                color: #fff;
                margin: 0;
                word-break: break-all;
            }

    .city-card.style1:hover .city-info h3 a:after {
        width: 100%;
        visibility: visible;
        opacity: 1;
    }

    .city-card.style2 h3 a {
        position: relative;
        padding-bottom: 5px;
    }

        .city-card.style2 h3 a:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 0;
            height: 2px;
            background-color: #fff;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .city-card.style2:hover h3 a:after {
        width: 100%;
        visibility: visible;
        opacity: 1;
    }

    .city-card.style2:after, .city-card.style3:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(1, 34, 115, 0.9)), color-stop(66%, rgba(1, 34, 115, 0.02)), color-stop(67%, rgba(1, 34, 115, 0.04)));
        background: linear-gradient(0deg, rgba(1, 34, 115, 0.9) 0%, rgba(1, 34, 115, 0.02) 66%, rgba(1, 34, 115, 0.04) 67%);
    }

    .city-card.style2 p, .city-card.style3 p {
        position: absolute;
        top: 25px;
        right: 25px;
        display: inline-block;
        padding: 5px 12px 4px;
        border-radius: 5px;
        font-size: 14px;
        background-color: #d09925;
        color: #fff;
    }

    .city-card.style2 h3, .city-card.style3 h3 {
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 1;
    }

        .city-card.style2 h3 a, .city-card.style3 h3 a {
            color: #fff;
        }

    .city-card.style3 h3 {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .city-card.style3:hover h3 {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .city-card:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.city-slider-one.owl-carousel .owl-dots {
    margin: 20px 0 0;
    text-align: center;
}

.agent-tablist, .property-tablist {
    border: none;
    margin-bottom: 30px;
}

    .agent-tablist .nav-item, .property-tablist .nav-item {
        margin-right: 25px;
    }

        .agent-tablist .nav-item:last-child, .property-tablist .nav-item:last-child {
            margin-right: 0;
        }

        .agent-tablist .nav-item .nav-link, .property-tablist .nav-item .nav-link {
            background-color: transparent;
            border: none;
            position: relative;
            color: #002172;
            font-weight: 600;
            display: inline-block;
            padding: 0 0 10px;
            font-size: 18px;
        }

            .agent-tablist .nav-item .nav-link:after, .property-tablist .nav-item .nav-link:after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                width: 0;
                height: 2px;
                background-color: #d09925;
                -webkit-transition: .4s;
                transition: .4s;
            }

            .agent-tablist .nav-item .nav-link.active, .property-tablist .nav-item .nav-link.active {
                color: #d09925;
            }

                .agent-tablist .nav-item .nav-link.active:after, .property-tablist .nav-item .nav-link.active:after {
                    width: 100%;
                }

.property-card {
    margin-bottom: 25px;
}

    .property-card .property-img {
        overflow: hidden;
        position: relative;
    }

        .property-card .property-img img {
            -webkit-transition: .4s;
            transition: .4s;
        }

    .property-card .property-img-slider {
        overflow: hidden;
    }

        .property-card .property-img-slider img {
            -webkit-transition: .4s;
            transition: .4s;
        }

        .property-card .property-img-slider.owl-carousel .owl-nav button.owl-prev, .property-card .property-img-slider.owl-carousel .owl-nav button.owl-next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 38px;
            height: 38px;
            border: none;
            background-color: rgba(0, 33, 114, .45);
        }

            .property-card .property-img-slider.owl-carousel .owl-nav button.owl-prev i, .property-card .property-img-slider.owl-carousel .owl-nav button.owl-next i {
                color: #fff;
            }

            .property-card .property-img-slider.owl-carousel .owl-nav button.owl-prev:hover, .property-card .property-img-slider.owl-carousel .owl-nav button.owl-next:hover {
                background: #d09925;
            }

        .property-card .property-img-slider.owl-carousel .owl-nav button.owl-prev {
            left: 10px;
        }

        .property-card .property-img-slider.owl-carousel .owl-nav button.owl-next {
            right: 10px;
        }

    .property-card .property-status {
        display: inline-block;
        padding: 5px 12px 4px;
        border-radius: 5px;
    }

    .property-card .property-price {
        font-weight: 700;
        margin: 0;
    }

        .property-card .property-price span {
            color: #666;
            margin-left: 3px;
            font-size: 12px;
            font-weight:600;
        }

        .property-card .property-price .tax {
            color: #d09925;
            margin-left: 3px;
            font-size: 14px;
            font-weight: 600;
            display: block;
        }


.property-details .property-price .tax {
    color: #d09925;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.property-thumb-item .property-thumb-info p .tax {
    color: #d09925;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.blog-card-up .blog-info .blog-metainfo li a .tax {
    color: #d09925;
    margin-left: 3px;
    font-size: 14px;
    font-weight: 600;
}


.property-card .property-info {
    padding: 25px 15px;
}

    .property-card .property-info .property-status-wrap {
        margin-bottom: 20px;
    }

        .property-card .property-info .property-status-wrap .property-status {
            background-color: #d09925;
            color: #fff;
        }

        .property-card .property-info .property-status-wrap .property-price {
            color: #002172;
            margin: 0;
            font-size: 16px;
        }

        .property-card .property-info .property-status-wrap .property-price-old {
            color: #666;
            margin: 0;
            text-decoration: line-through;
        }

.property-card .property-price-old {
    font-weight: 700;
    margin: 0;
}

    .property-card .property-price-old span {
        color: #666;
        margin-left: 3px;
        font-size: 12px;
        font-weight: 400;
    }

.property-card .property-info h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    text-align: left;
}

    .property-card .property-info h3 a:hover {
        color: #d09925;
    }

.property-card .property-info p {
    margin: 0 0 10px;
    font-size: 15px;
    text-align: left;
}

    .property-card .property-info p i {
        position: relative;
        top: 2px;
        color: #296667;
        font-size: 15px;
        margin-right: 5px;
    }

        .property-card .property-info p.offer-date {
     color: #d09925;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 700;
    }

.property-card .property-info .property-metainfo {
    border: 1px solid rgba(0, 0, 0, .09);
}

    .property-card .property-info .property-metainfo li {
        width: 30.33%;
        padding: 10px 2px;
        position: relative;
        border-right: 1px solid rgba(0, 0, 0, .09);
        text-align: center;
        font-size: 12px;
    }

        .property-card .property-info .property-metainfo li:last-child {
            width: 36.33%;
            border-right: none;
        }

        .property-card .property-info .property-metainfo li i {
            color: #296667;
            position: relative;
            top: 1px;
            font-size: 18px;
            margin-right: 5px;
        }

.property-card:hover .property-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.property-card.style1 {
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
}

    .property-card.style1 .property-img {
        border-radius: 5px 5px 0 0;
    }

        .property-card.style1 .property-img img {
            border-radius: 5px 5px 0 0;
        }

    .property-card.style1 .property-info {
        padding: 22px 25px;
    }

        .property-card.style1 .property-info h3 {
            margin: 0 0 12px;
        }

        .property-card.style1 .property-info p {
            margin: 0 0 15px;
        }

        .property-card.style1 .property-info .ratings {
            font-size: 14px;
            font-weight: 600;
            color: #002172;
        }

            .property-card.style1 .property-info .ratings i {
                color: #ffc422;
                position: relative;
                top: 2px;
                margin-right: 5px;
            }




















.property-card-exp.style1 {
    /*border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);*/
}

    .property-card-exp.style1 .property-img {
        border-radius: 5px 5px 0 0;
        width: 100px;
        text-align: center;
        margin: 0 auto;
    }

        .property-card-exp.style1 .property-img img {
            border-radius: 5px 5px 0 0;
        }

    .property-card-exp.style1 .property-info {
        padding: 10px;
    }

        .property-card-exp.style1 .property-info h3 {
            margin: 0 0 5px;
            font-size: 16px;
            font-weight: 600;
        }

        .property-card-exp.style1 .property-info p {
            margin: 0 0 5px;
            font-size: 14px;
            font-weight: 600;
            color: #666;
            word-break: break-all;
        }

            .property-card-exp.style1 .property-info p a {
                margin: 0 0 15px;
                font-size: 14px;
                font-weight: 600;
                color: #666;
                word-break: break-all;
            }

        .property-card-exp.style1 .property-info .ratings {
            font-size: 14px;
            font-weight: 600;
            color: #002172;
        }

            .property-card-exp.style1 .property-info .ratings i {
                color: #ffc422;
                position: relative;
                top: 2px;
                margin-right: 5px;
            }

.property-card.style2 .property-img-slider {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .property-card.style2 .property-img-slider img {
        -webkit-transition: .4s;
        transition: .4s;
    }

.property-card.style2:hover .property-img-slider img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.property-card.style2, .property-card.style5 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
}

    .property-card.style2 .owl-carousel .owl-item {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }

        .property-card.style2 .owl-carousel .owl-item img {
            max-width: 99999px !important;
            max-height: 99999px !important;
            min-width: 0 !important;
            min-height: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            padding: 0 !important;
        }

    .property-card.style2 .owl-carousel .owl-stage-outer {
        height: 275px;
    }

    .property-card.style5 .property-info .property-metainfo {
        background-color: #f9f9f9;
        border: none;
    }

.property-card.style3, .property-card.style6 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
}

    .property-card.style3 .property-img, .property-card.style6 .property-img {
        position: relative;
    }

        .property-card.style3 .property-img .property-status, .property-card.style6 .property-img .property-status {
            position: absolute;
            top: 25px;
            right: 25px;
            display: inline-block;
            background-color: #002172;
            font-size: 14px;
            padding: 4px 15px;
            border-radius: 5px;
            color: #fff;
        }

        .property-card.style3 .property-img .property-condo, .property-card.style6 .property-img .property-condo {
            position: absolute;
            top: 15px;
            left: -70px;
            display: inline-block;
            background-color: #d09925;
            font-size: 14px;
            font-weight: 600;
            width: 200px;
            padding: 4px 15px;
            border-radius: 5px;
            color: #fff;
            text-align: center;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .property-card.style3 .property-info .property-status-wrap, .property-card.style6 .property-info .property-status-wrap {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

        .property-card.style3 .property-info .property-status-wrap .property-state i, .property-card.style6 .property-info .property-status-wrap .property-state i {
            color: #d09925;
            position: relative;
            top: 1px;
            margin-right: 6px;
        }

    .property-card.style3 .property-info .property-metainfo, .property-card.style6 .property-info .property-metainfo {
        border: none;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
        box-shadow: 0 0 15px rgba(0, 0, 0, .06);
        margin-bottom: 10px;
    }

.property-card.style4 {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
}

    .property-card.style4 .property-img {
        border-radius: 10px 10px 0 0;
    }

        .property-card.style4 .property-img img {
            border-radius: 10px 10px 0 0;
        }

        .property-card.style4 .property-img .property-status {
            position: absolute;
            top: 25px;
            left: 25px;
            background-color: #d09925;
            color: #fff;
        }

    .property-card.style4 .property-info {
        padding: 22px 20px 20px;
    }

        .property-card.style4 .property-info .property-price {
            margin: 18px 0 0;
            color: #d09925;
        }

.property-card.style5 {
    border-radius: 5px 5px 20px 20px;
}

    .property-card.style5 .property-info {
        border-radius: 20px 20px 8px 8px;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
        box-shadow: 0 0 25px rgba(0, 0, 0, .06);
        background-color: #fff;
        margin-top: -30px;
        position: relative;
        z-index: 1;
    }

.property-card.style6 {
    border-radius: 5px 5px 20px 20px;
}

    .property-card.style6 .property-info {
        border-radius: 20px 20px 8px 8px;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .06);
        box-shadow: 0 0 25px rgba(0, 0, 0, .06);
        background-color: #fff;
        margin-top: -30px;
        position: relative;
        z-index: 1;
    }

.property-slider-one {
    margin: -10px 0;
}

    .property-slider-one .property-card {
        margin: 10px 0;
    }


        .property-slider-one .property-card .p-image {
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 275px;
            left: 0;
            top: 0;
        }




    .property-slider-one.owl-carousel .owl-dots {
        margin: 20px 0 10px;
        text-align: center;
    }

.property-slider-two {
    margin: -10px 0;
}

    .property-slider-two .property-card {
        margin: 10px 0;
    }

    .property-slider-two.owl-carousel .owl-dots .owl-dot span:after {
        display: none;
    }

.filter-item-num select, .filter-item-cat select {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    color: #393939;
    background-color: #f9f9f9;
    border: none;
    font-size: 14px;
    height: 54px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 90% 60%;
}

.city-slider-two.owl-carousel .owl-dots, .property-slider-two.owl-carousel .owl-dots, .property-slider-three.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.testimonial-slider-three.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0px;
}


    .city-slider-two.owl-carousel .owl-dots .owl-dot span, .testimonial-slider-three.owl-carousel .owl-dots .owl-dot span, .property-slider-two.owl-carousel .owl-dots .owl-dot span, .property-slider-three.owl-carousel .owl-dots .owl-dot span {
        width: 24px;
        height: 6px;
        border-radius: 50px;
        background-color: rgba(0, 0, 0, .1);
    }

        .city-slider-two.owl-carousel .owl-dots .owl-dot span:after, .testimonial-slider-three.owl-carousel .owl-dots .owl-dot span:after, .property-slider-two.owl-carousel .owl-dots .owl-dot span:after, .property-slider-three.owl-carousel .owl-dots .owl-dot span:after {
            display: none;
        }

    .city-slider-two.owl-carousel .owl-dots .owl-dot.active span, .testimonial-slider-three.owl-carousel .owl-dots .owl-dot.active span, .property-slider-two.owl-carousel .owl-dots .owl-dot.active span, .property-slider-three.owl-carousel .owl-dots .owl-dot.active span {
        background-color: #d09925;
    }

.hw-card {
    margin-bottom: 25px;
}

    .hw-card .hw-img {
        position: relative;
        z-index: 1;
        margin: 0 0 35px;
    }

        .hw-card .hw-img img {
            display: block;
            margin: 0 auto;
        }

        .hw-card .hw-img .hw-shape-one {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .hw-card .hw-img span {
            z-index: 1;
            font-size: 60px;
            font-weight: 700;
            position: absolute;
            top: 0;
            right: 70px;
            color: rgba(0, 0, 0, .14);
            font-family: poppins, sans-serif;
        }

    .hw-card .hw-info {
        padding: 0 20px;
        text-align: center;
    }

        .hw-card .hw-info h3 {
            font-size: 22px;
            margin: 0 0 10px;
        }

        .hw-card .hw-info p {
            margin: 0;
        }

    .hw-card.style2 .hw-img .hw-shape-one {
        max-width: 300px;
    }







.hw-card-host-villa {
    margin-bottom: 10px;
}

    .hw-card-host-villa .hw-img {
        position: relative;
        z-index: 1;
        margin: 0 0 15px;
    }

        .hw-card-host-villa .hw-img img {
            display: block;
            margin: 0 auto;
            max-width: 100px;
        }

        .hw-card-host-villa .hw-img .hw-shape-one {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
            width: 160px;
        }

        .hw-card-host-villa .hw-img span {
            z-index: 1;
            font-size: 36px;
            font-weight: 700;
            position: absolute;
            top: 0;
            right: 130px;
            color: rgba(0, 0, 0, .14);
            font-family: poppins, sans-serif;
        }

    .hw-card-host-villa .hw-info {
        padding: 0 20px;
        text-align: center;
    }

        .hw-card-host-villa .hw-info h3 {
            font-size: 22px;
            margin: 0 0 10px;
        }

        .hw-card-host-villa .hw-info p {
            margin: 0;
        }

.partner-item {
    padding: 0 20px;
}

    .partner-item img {
        display: block;
        margin: 0 auto;
        max-width: 150px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .4;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .partner-item:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
    }

.testimonial-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonial-wrap .testimonial-shape-one {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

.testimonial-card .client-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 35px;
}

    .testimonial-card .client-img img {
        border-radius: 50%;
    }

.testimonial-card .quote-wrap {
    padding: 25px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    position: relative;
    background-color: #fff;
}

    .testimonial-card .quote-wrap:before {
        position: absolute;
        top: -25px;
        left: 50%;
        content: "";
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-bottom: 25px solid #fff;
        border-right: 20px solid transparent;
        -webkit-box-shadow: -11px 14px 46px -2px rgba(0, 0, 0, .1);
        box-shadow: -11px 14px 46px -2px rgba(0, 0, 0, .1);
    }

    .testimonial-card .quote-wrap .client-quote {
        margin: 0 0 15px;
    }

    .testimonial-card .quote-wrap .client-info-wrap {
        background-color: #fff;
        position: relative;
    }

        .testimonial-card .quote-wrap .client-info-wrap .client-info h5 {
            font-size: 20px;
            margin: 0 0 6px;
        }

        .testimonial-card .quote-wrap .client-info-wrap .client-info span {
            color: #666;
        }

        .testimonial-card .quote-wrap .client-info-wrap .ratings {
            font-weight: 600;
            color: #002172;
            position: relative;
            top: 2px;
        }

            .testimonial-card .quote-wrap .client-info-wrap .ratings i {
                color: #ffc422;
                position: relative;
                top: 2px;
                margin-right: 5px;
            }

.testimonial-card.style1 {
    padding: 0;
}

.testimonial-card.style2 h6 {
    line-height: 1.5;
}

.testimonial-card.style2 .client-info-wrap .client-img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0;
}

    .testimonial-card.style2 .client-info-wrap .client-img img {
        border-radius: 50%;
    }

.testimonial-card.style2 .client-info-wrap .client-info {
    width: calc(100% - 130px);
    margin-left: 15px;
}

    .testimonial-card.style2 .client-info-wrap .client-info h5 {
        font-size: 20px;
        margin: 0 0 5px;
        text-align: left;
    }

    .testimonial-card.style2 .client-info-wrap .client-info span {
        font-size: 14px;
    }

.testimonial-card.style2 .client-info-wrap .ratings {
    width: 53px;
    text-align: right;
}

    .testimonial-card.style2 .client-info-wrap .ratings i {
        color: #ffc422;
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

.testimonial-card.style2, .testimonial-card.style3 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    padding: 25px;
    background-color: #fff;
    min-height: 250px;
}

    .testimonial-card.style2 h6, .testimonial-card.style3 h6 {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .testimonial-card.style2 .client-quote, .testimonial-card.style3 .client-quote {
        margin: 0 0 15px;
    }

    .testimonial-card.style3 .client-info-wrap .client-img {
        width: 62px;
        height: 62px;
        border-radius: 50%;
        margin: 0;
    }

        .testimonial-card.style3 .client-info-wrap .client-img img {
            border-radius: 50%;
        }

    .testimonial-card.style3 .client-info-wrap .client-info {
        width: calc(100% - 77px);
        margin-left: 15px;
    }

        .testimonial-card.style3 .client-info-wrap .client-info h5 {
            font-size: 20px;
            margin: 0 0 5px;
        }

        .testimonial-card.style3 .client-info-wrap .client-info span {
            font-size: 14px;
        }

.testimonial-slider-one {
    margin: -10px 0;
}

    .testimonial-slider-one .testimonial-card {
        margin: 10px 0;
    }

    .testimonial-slider-one.owl-carousel .owl-dots {
        margin: 20px 0 10px;
        text-align: center;
    }

.testimonial-slider-two {
    margin: -10px;
}

    .testimonial-slider-two .testimonial-card {
        margin: 10px;
    }

    .testimonial-slider-two.owl-carousel .owl-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 25px 0 0 -100px;
    }

        .testimonial-slider-two.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-two.owl-carousel .owl-nav button.owl-next {
            padding-left: 19px !important;
            width: 47px;
            height: 49px;
            margin: 0 7px;
            border-radius: 50%;
            background-color: #d09925;
            border: lime;
            font-size: xx-large;
            color: white;
        }
            /*.testimonial-slider-two.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-two.owl-carousel .owl-nav button.owl-next {
            width: 50px;
            height: 50px;
            margin: 0 7px;
            border-radius: 50%;
            background-color: #d09925;
            border: none;
        }*/

            .testimonial-slider-two.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-two.owl-carousel .owl-nav button.owl-next:hover {
                background-color: #d09925;
            }

                .testimonial-slider-two.owl-carousel .owl-nav button.owl-prev:hover i, .testimonial-slider-two.owl-carousel .owl-nav button.owl-next:hover i {
                    color: #fff;
                }

            .testimonial-slider-two.owl-carousel .owl-nav button.owl-prev i, .testimonial-slider-two.owl-carousel .owl-nav button.owl-next i {
                color: #002172;
                font-size: 22px;
            }




.counter-area {
    position: relative;
    z-index: 1;
}

    .counter-area.style4:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 50%;
        z-index: -1;
        background-color: #f9f9f9;
    }

.counter-card-wrap .counter-card {
    width: 33.333%;
    position: relative;
    margin-bottom: 15px;
}

    .counter-card-wrap .counter-card .counter-icon {
        position: relative;
        top: 5px;
        display: inline-block;
        text-align: center;
        width: 40px;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .counter-card-wrap .counter-card .counter-icon i {
            display: inline-block;
            font-size: 32px;
            line-height: .8;
            color: #2c2c2c;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .counter-card-wrap .counter-card .counter-text {
        width: calc(100% - 75px);
        margin-left: 10px;
    }

        .counter-card-wrap .counter-card .counter-text h2 {
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0px;
            line-height: 1;
            margin: 0 0 5px;
            color: #d09925;
        }

            .counter-card-wrap .counter-card .counter-text h2 .target {
                font-size: 54px;
                line-height: .8;
                position: relative;
                top: 4px;
                left: 0;
            }

        .counter-card-wrap .counter-card .counter-text p {
            margin-bottom: 0;
            line-height: 1;
            font-size: 14px;
        }





.hover1 {
    -webkit-transition: .4s;
    transition: .4s;
}

    .hover1:hover {
        /*background:#fbe9b4; 
border-radius:10px; */
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }


.counter-card-wrap .counter-card .counter-icon2 {
    position: relative;
    top: 5px;
    display: inline-block;
    text-align: center;
    width: 40px;
    -webkit-transition: .4s;
    transition: .4s;
}

    .counter-card-wrap .counter-card .counter-icon2 i {
        display: inline-block;
        font-size: 50px;
        line-height: .8;
        color: #2c2c2c;
        -webkit-transition: .4s;
        transition: .4s;
    }

.counter-card-wrap .counter-card .counter-text2 {
    width: calc(100% - 75px);
    margin-left: 20px;
}

    .counter-card-wrap .counter-card .counter-text2 h2 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1;
        margin: 0 0 5px;
        color: #2e2e2e;
    }

        .counter-card-wrap .counter-card .counter-text2 h2 .target {
            font-size: 20px;
            line-height: .8;
            position: relative;
            top: 4px;
            left: 0;
        }

    .counter-card-wrap .counter-card .counter-text2 p {
        margin-bottom: 0;
        line-height: 1;
        font-size: 14px;
    }


.counter-card-wrap.style1 .counter-card:after, .counter-card-wrap.style4 .counter-card:after {
    position: absolute;
    top: 50%;
    right: 45px;
    content: "";
    width: 1px;
    height: 65px;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}

.counter-card-wrap.style1 .counter-card:last-child:after, .counter-card-wrap.style4 .counter-card:last-child:after {
    display: none;
}

.counter-card-wrap.style2 {
    background-color: #fff;
    padding: 60px 60px 35px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

    .counter-card-wrap.style2 .counter-card {
        position: relative;
        z-index: 1;
        text-align: center;
    }

        .counter-card-wrap.style2 .counter-card .counter-card-shape {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .counter-card-wrap.style2 .counter-card .counter-text {
            margin: 0;
            text-align: center;
            width: 100%;
        }

.counter-card-wrap.style3 .counter-card:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 1px;
    height: 100px;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}

.counter-card-wrap.style3 .counter-card:last-child:after {
    display: none;
}

.counter-card-wrap.style3 .counter-card .counter-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

    .counter-card-wrap.style3 .counter-card .counter-icon i {
        font-size: 125px;
        line-height: .8;
        opacity: .06;
    }

.counter-card-wrap.style3 .counter-card .counter-text {
    margin: 0;
    width: 100%;
    text-align: center;
}

.counter-card-wrap.style4 {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    padding: 70px 70px 45px;
}

    .counter-card-wrap.style4 .counter-card:after {
        display: none;
    }

.faq-wrap .faq-content .content-title {
    margin-bottom: 25px;
}

.faq-wrap.style1 .accordion-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .06);
    box-shadow: 0 0 20px rgba(0, 0, 0, .06);
}

    .faq-wrap.style1 .accordion-item .accordion-button {
        background-color: #fff;
        border: none;
    }

.faq-wrap.style2 .accordion-item {
    background-color: #fff;
}

    .faq-wrap.style2 .accordion-item .accordion-button {
        background-color: #fff;
        border: none;
    }

.faq-wrap.style3 .accordion-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}

    .faq-wrap.style3 .accordion-item .accordion-button {
        background-color: #fff;
        border: none;
    }

.faq-wrap.style4 .accordion-item {
    border: 1px solid rgba(0, 0, 0, .09);
}

    .faq-wrap.style4 .accordion-item .accordion-button {
        border: 1px solid rgba(0, 0, 0, .09);
    }

.accordion-item {
    border: none;
    margin: 0 0 15px;
    background: 0 0;
}

    .accordion-item:last-child {
        margin-bottom: 0;
    }

    .accordion-item .accordion-header {
        margin-bottom: 0;
    }

        .accordion-item .accordion-header .accordion-button {
            border-radius: 5px 5px 0 0;
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            border-radius: 5px;
            color: #000;
            text-align: left;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px 65px 20px 20px;
            -webkit-transition: .4s;
            transition: .4s;
            background-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            position: relative;
        }

            .accordion-item .accordion-header .accordion-button:after {
                display: none;
            }

            .accordion-item .accordion-header .accordion-button:focus {
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: none;
            }

            .accordion-item .accordion-header .accordion-button.collapsed {
                border: 1px solid rgb(245 245 245 / 98%);
            }

                .accordion-item .accordion-header .accordion-button.collapsed span i {
                    color: #002172;
                }

            .accordion-item .accordion-header .accordion-button:not(collapsed) {
                border: 1px solid rgb(245 245 245 / 98%);
            }

                .accordion-item .accordion-header .accordion-button:not(collapsed) span i {
                    color: #d09925;
                }

            .accordion-item .accordion-header .accordion-button span {
                display: inline-block;
                min-width: 50px;
                text-align: center;
                position: absolute;
                top: 32px;
                right: 4px;
                border-radius: 5px;
            }

                .accordion-item .accordion-header .accordion-button span i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    font-size: 15px;
                    line-height: .8;
                    color: #002172;
                }

                    .accordion-item .accordion-header .accordion-button span i.minus {
                        visibility: hidden;
                        opacity: 0;
                    }

                    .accordion-item .accordion-header .accordion-button span i.minus {
                        visibility: hidden;
                        opacity: 0;
                    }

    .accordion-item .accordion-body {
        border: none;
        padding: 20px 20px 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

        .accordion-item .accordion-body p {
            margin: 0;
        }

.accordion-collapse {
    border: none;
}

.accordion-item .accordion-collapse .accordion-body {
    border: 1px solid rgba(255, 255, 255, .8);
    border-top: none;
    padding: 0 20px 20px;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: 0 0 !important;
    border-bottom: 1px solid rgb(245 245 245 / 98%);
}

.accordion-button:not(.collapsed) span i.plus {
    visibility: hidden;
    opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
}

.newsletter-wrap {
    position: relative;
    z-index: 1;
}

    .newsletter-wrap .newsletter-shape-one {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

.newsletter-form {
    position: relative;
    z-index: 1;
}

    .newsletter-form .form-group {
        width: calc(39% - 15px);
        margin-right: 25px;
    }

        .newsletter-form .form-group input {
            height: 54px;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
            box-shadow: 0 0 15px rgba(0, 0, 0, .09);
            width: 100%;
            border: none;
            background-color: #fff;
            padding: 10px 20px;
        }

        .newsletter-form .form-group:last-child {
            margin-right: 0;
            width: 20%;
        }

            .newsletter-form .form-group:last-child button.btn {
                width: 100%;
                display: block;
            }

.price-range .ui-slider-handle.ui-corner-all.ui-state-default {
    background: #d09925;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: none;
    -webkit-box-shadow: 0 5px 13px rgba(167, 167, 167, .7);
    box-shadow: 0 5px 13px rgba(167, 167, 167, .7);
    cursor: pointer;
}

.price-range.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 4px;
    background: #d09925;
}

#amount_one {
    margin-top: 31px;
    background: 0 0;
    padding: 0;
    height: auto;
}

.ui-slider-horizontal {
    height: 4px;
    background: #ddd;
}

.price-range.ui-widget.ui-widget-content {
    border: none;
    position: relative;
    top: 15px;
}

.filter-widget .form-group {
    margin-bottom: 20px;
}

    .filter-widget .form-group:last-child {
        margin-bottom: 0;
    }

    .filter-widget .form-group input, .filter-widget .form-group textarea, .filter-widget .form-group select {
        width: 100%;
        padding: 15px;
        background-color: #f9f9f9;
        border: none;
        border-radius: 5px;
    }

    .filter-widget .form-group input, .filter-widget .form-group select {
        height: 55px;
    }

    .filter-widget .form-group select {
        opacity: .7;
    }

    .filter-widget .form-group input::-webkit-input-placeholder, .filter-widget .form-group textarea::-webkit-input-placeholder {
        opacity: .7;
    }

    .filter-widget .form-group input:-ms-input-placeholder, .filter-widget .form-group textarea:-ms-input-placeholder {
        opacity: .7;
    }

    .filter-widget .form-group input::-ms-input-placeholder, .filter-widget .form-group textarea::-ms-input-placeholder {
        opacity: .7;
    }

    .filter-widget .form-group input::placeholder, .filter-widget .form-group textarea::placeholder {
        opacity: .7;
    }

    .filter-widget .form-group textarea {
        height: 120px;
        resize: none;
    }

.blog-card {
    margin-bottom: 25px;
    background: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, .07);
    box-shadow: 0 6px 50px rgba(0, 0, 0, .07);
    -webkit-transition: .4s;
    transition: .4s;
}

    .blog-card .blog-img {
        overflow: hidden;
        position: relative;
    }

        .blog-card .blog-img img {
            -webkit-transition: .7s;
            transition: .7s;
        }

    .blog-card .blog-info {
        padding: 22px 25px;
    }

        .blog-card .blog-info .blog-metainfo {
            margin-bottom: 12px;
        }

            .blog-card .blog-info .blog-metainfo li {
                display: inline-block;
                position: relative;
                padding-left: 22px;
                margin-right: 18px;
                font-size: 14px;
            }

                .blog-card .blog-info .blog-metainfo li:last-child {
                    margin-right: 0;
                }

                .blog-card .blog-info .blog-metainfo li a {
                    font-size: 16px;
                    color: #666;
                }

                    .blog-card .blog-info .blog-metainfo li a:hover {
                        color: #d09925;
                    }

                .blog-card .blog-info .blog-metainfo li i {
                    position: absolute;
                    top: 2px;
                    left: 0;
                    font-size: 14px;
                    color: #d09925;
                }

        .blog-card .blog-info h3 {
            font-size: 22px;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        .blog-card .blog-info p {
            margin: 0 0 15px;
        }

        .blog-card .blog-info .link {
            color: #d09925;
            font-family: poppins, sans-serif;
        }

            .blog-card .blog-info .link i {
                margin-left: 4px;
            }

            .blog-card .blog-info .link:hover {
                color: #002172;
            }

                .blog-card .blog-info .link:hover i {
                    margin-left: 8px;
                }

    .blog-card:hover {
        -webkit-box-shadow: 0 40px 51px -16px rgba(0, 0, 0, .1);
        box-shadow: 0 40px 51px -16px rgba(0, 0, 0, .1);
        border-color: transparent;
    }

        .blog-card:hover .blog-img img {
            -webkit-transform: scale(1.08) rotate(3deg);
            transform: scale(1.08) rotate(3deg);
        }

        .blog-card:hover .blog-info h3 a {
            color: #d09925;
        }

.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
}

    .post-cat-title span {
        font-weight: 600;
        color: #d09925;
    }

article p, .terms-wrap p {
    margin-bottom: 15px;
}

    article p strong, .terms-wrap p strong {
        color: #000;
    }

    article p a, .terms-wrap p a {
        color: #d09925;
    }

        article p a:hover, .terms-wrap p a:hover {
            text-decoration: underline;
            color: #d09925;
        }

article h1, .terms-wrap h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

article h2, .terms-wrap h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

article h3, .terms-wrap h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

article h4, .terms-wrap h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

article h5, .terms-wrap h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

article h6, .terms-wrap h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

article ol, .terms-wrap ol {
    margin-top: 20px;
    margin-bottom: 25px;
}

    article ol li, .terms-wrap ol li {
        margin-bottom: 15px;
        color: #666;
        padding-left: 3px;
    }

article .content-feature-list, .terms-wrap .content-feature-list {
    margin: 25px 0;
}

article {
    margin-bottom: 25px;
}

    article .content-feature-list li i {
        font-size: 10px;
        top: 6px;
    }

.post-navigation {
    margin: 0 0 25px;
}

    .post-navigation .next-post, .post-navigation .prev-post {
        width: 50%;
        display: block;
        font-size: 12px;
        position: relative;
        font-weight: 600;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .post-navigation .next-post span, .post-navigation .prev-post span {
            display: block;
            font-size: 16px;
            line-height: 1.2;
            -webkit-transition: .3s;
            transition: .3s;
        }

        .post-navigation .next-post:hover, .post-navigation .prev-post:hover {
            color: #002172;
        }

            .post-navigation .next-post:hover span, .post-navigation .prev-post:hover span {
                color: #002172;
            }

    .post-navigation .next-post {
        text-align: right;
    }

    .post-navigation .prev-post {
        text-align: left;
    }

.post-metainfo {
    margin-bottom: 18px;
}

    .post-metainfo li {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        margin-right: 18px;
        font-size: 14px;
    }

        .post-metainfo li:last-child {
            margin-right: 0;
        }

        .post-metainfo li a {
            font-size: 14px;
            color: #666;
        }

            .post-metainfo li a:hover {
                color: #d09925;
            }

        .post-metainfo li i {
            position: absolute;
            top: 2px;
            left: 0;
            font-size: 14px;
            line-height: .8;
            color: #d09925;
        }

.post-img {
    position: relative;
    margin: 0 0 25px;
    display: block;
}

    .post-img .blog-date {
        display: inline-block;
        -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
        box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
        padding: 7px 32px 8px;
        position: absolute;
        top: -10px;
        left: 20px;
        z-index: 1;
        background-color: #002172;
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .post-img .blog-date:hover {
            background: #d09925;
            color: #fff;
        }

.wp-block-quote {
    position: relative;
    padding: 35px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .09);
    margin: 30px 0;
}

    .wp-block-quote .wp-quote-text {
        width: calc(100% - 100px);
        margin-left: 30px;
        text-align: center;
    }

        .wp-block-quote .wp-quote-text p {
            font-weight: 500;
            color: #666;
            font-weight: 500;
            margin-bottom: 0;
        }

    .wp-block-quote .wp-quote-icon {
        width: 70px;
        height: 100px;
        position: relative;
        z-index: 1;
    }

        .wp-block-quote .wp-quote-icon i {
            color: #d09925;
            font-size: 68px;
            line-height: .8;
            opacity: .7;
            margin: 0 auto;
        }

.post-meta-option {
    border: 1px solid rgba(0, 0, 0, .09);
    padding: 20px;
    margin-bottom: 25px;
}

.post-tag ul {
    display: inline-block;
}

    .post-tag ul li {
        display: inline-block;
    }

        .post-tag ul li a {
            color: #555;
            font-size: 16px;
            border-radius: 3px;
        }

            .post-tag ul li a:hover {
                color: #002172;
            }

.post-tag span {
    margin-right: 10px;
    font-weight: 500;
    color: #000;
}

    .post-tag span i {
        position: relative;
        top: 1px;
        color: #002172;
        margin-right: 3px;
    }

.post-share {
    display: inline-block;
}

    .post-share span {
        font-weight: 500;
        color: #000;
    }

    .post-share ul {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 2px;
    }

.post-author {
    padding: 15px 10px;
    margin: 10px 0 0px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .09);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 6%);
    box-shadow: 0 0 25px rgb(0 0 0 / 6%);
}

    .post-author:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .post-author .post-author-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

        .post-author .post-author-img img {
            border-radius: 10%;
        }

    .post-author .post-author-info {
        width: calc(100% - 125px);
        margin-left: 10px;
    }

        .post-author .post-author-info h4 {
            font-size: 18px;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 5px;
        }

        .post-author .post-author-info p {
            margin: 0 0 5px;
        }

            .post-author .post-author-info p a {
                margin: 0 0 15px;
                word-break: break-all;
                color: #2c2c2c;
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
            }


.comment-box-wrap {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.comment-item-wrap .comment-item {
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

    .comment-item-wrap .comment-item.reply {
        margin-left: 40px;
    }

    .comment-item-wrap .comment-item:last-child {
        margin-bottom: 0;
    }

    .comment-item-wrap .comment-item .comment-author-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: relative;
        top: 4px;
    }

        .comment-item-wrap .comment-item .comment-author-img img {
            border-radius: 50%;
        }

    .comment-item-wrap .comment-item .comment-author-wrap {
        width: calc(100% - 120px);
        margin-left: 20px;
    }

        .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
            margin: 0 0 9px;
        }

            .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
                line-height: 1;
                margin: 0 20px 0 0;
                font-size: 18px;
                font-weight: 600;
                display: inline-block;
            }

            .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
                display: block;
                font-size: 14px;
                font-weight: 500;
                line-height: 1;
                color: #888;
                margin-top: 12px;
            }

        .comment-item-wrap .comment-item .comment-author-wrap .comment-text {
            margin: 0 0 10px;
        }

            .comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
                margin: 0 0 5px;
            }

.comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    background-color: #d09925;
    color: #fff;
    padding: 10px 14px;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
}

    .comment-item-wrap .reply-btn i {
        position: relative;
        margin-right: 4px;
    }

    .comment-item-wrap .reply-btn:hover {
        background: #002172;
        color: #fff;
    }

.comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1;
}

.comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0;
}

#cmt-form {
    margin-top: 35px;
}

    #cmt-form label {
        color: #888;
        padding-left: 20px;
    }

    #cmt-form .comment-form .form-group {
        margin: 0 0 20px;
        position: relative;
    }

        #cmt-form .comment-form .form-group > label {
            font-weight: 500;
            display: block;
            margin: 0 0 5px;
            padding-left: 0;
            color: #888;
        }

        #cmt-form .comment-form .form-group input, #cmt-form .comment-form .form-group textarea {
            width: 100%;
            background-color: #f9f9f9;
            border: none;
            border-radius: 5px;
            padding: 15px;
            color: #000;
        }

            #cmt-form .comment-form .form-group input:focus, #cmt-form .comment-form .form-group textarea:focus {
                -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
                box-shadow: 0 0 10px rgba(0, 0, 0, .1);
            }

        #cmt-form .comment-form .form-group input {
            height: 60px;
        }

        #cmt-form .comment-form .form-group textarea {
            height: 145px;
            resize: none;
        }

.post-cat-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

    .post-cat-title span {
        font-weight: 600;
        color: #d09925;
    }

.post-cat-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 25px;
}

    .post-cat-title span {
        font-weight: 600;
        color: #d09925;
    }


.blog-card-up {
    margin-bottom: 25px;
    background: #fff;
    -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, .07);
    box-shadow: 0 6px 50px rgba(0, 0, 0, .07);
    -webkit-transition: .4s;
    transition: .4s;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 4px solid #d09925;
}

    .blog-card-up .blog-img {
        /*overflow: hidden;
        position: relative;*/
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 275px;
        left: 0;
        top: 0;
    }

        .blog-card-up .blog-img img {
            -webkit-transition: .7s;
            transition: .7s;
        }

    .blog-card-up .blog-info {
        padding: 22px 25px;
    }

        .blog-card-up .blog-info .blog-metainfo {
            margin-bottom: 12px;
            border-bottom: 1px solid rgba(0,0,0,.1);
            padding-bottom: 15px;
        }

            .blog-card-up .blog-info .blog-metainfo li {
                display: inline-block;
                position: relative;
                padding-left: 0px;
                margin-right: 18px;
                font-size: 14px;
            }

                .blog-card-up .blog-info .blog-metainfo li:last-child {
                    margin-right: 0;
                }

                .blog-card-up .blog-info .blog-metainfo li a {
                    font-size: 16px;
                    color: #000;
                    font-weight: 700;
                }

                    .blog-card-up .blog-info .blog-metainfo li a:hover {
                        color: #d09925;
                    }

                    .blog-card-up .blog-info .blog-metainfo li a span {
                        color: #666;
                        margin-left: 3px;
                        font-size: 12px;
                        font-weight: 400;
                    }


                .blog-card-up .blog-info .blog-metainfo li i {
                    position: absolute;
                    top: 2px;
                    left: 0;
                    font-size: 14px;
                    color: #d09925;
                }

        .blog-card-up .blog-info h3 {
            font-size: 22px;
            line-height: 1.6;
            margin-bottom: 5px;
            text-align: center;
        }

        .blog-card-up .blog-info p {
            margin: 0 0 15px;
            font-size: 16px;
            line-height: 1.8;
            color: #666;
            text-align: justify;
        }

        .blog-card-up .blog-info .download {
            margin: 0 0 5px;
            font-size: 16px;
            line-height: 1.8;
            color: #666;
            text-align: center;
        }

        .blog-card-up .blog-info .link {
            color: #d09925;
            font-family: poppins, sans-serif;
        }

            .blog-card-up .blog-info .link i {
                margin-left: 4px;
            }

            .blog-card-up .blog-info .link:hover {
                color: #002172;
            }

                .blog-card-up .blog-info .link:hover i {
                    margin-left: 8px;
                }

    .blog-card-up:hover {
        -webkit-box-shadow: 0 40px 51px -16px rgba(0, 0, 0, .1);
        box-shadow: 0 40px 51px -16px rgba(0, 0, 0, .1);
        border-color: transparent;
    }

        .blog-card-up:hover .blog-img img {
            -webkit-transform: scale(1.08) rotate(3deg);
            transform: scale(1.08) rotate(3deg);
        }

        .blog-card-up:hover .blog-info h3 a {
            color: #d09925;
        }





.agent-card {
    margin-bottom: 25px;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, .07);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}

    .agent-card:after {
        position: absolute;
        bottom: -2px;
        left: 50%;
        content: "";
        width: 0%;
        height: 3px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #002172;
        border-radius: 0 0 5px 5px;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .agent-card .agent-img {
        overflow: hidden;
        position: relative;
        border-radius: 5px 5px 0 0;
    }

        .agent-card .agent-img img {
            -webkit-transition: .7s;
            transition: .7s;
        }

    .agent-card .agent-info {
        padding: 22px 25px;
        text-align: center;
    }

        .agent-card .agent-info h3 {
            font-size: 22px;
            margin-bottom: 5px;
        }

            .agent-card .agent-info h3 a {
                color: #002172;
            }

                .agent-card .agent-info h3 a:hover {
                    color: #d09925;
                }

        .agent-card .agent-info span {
            color: #666;
        }

        .agent-card .agent-info .social-profile {
            margin-top: 25px;
            text-align: center;
        }

            .agent-card .agent-info .social-profile li {
                display: inline-block;
                margin: 0 5px;
            }

                .agent-card .agent-info .social-profile li:last-child {
                    margin-bottom: 0;
                }

                .agent-card .agent-info .social-profile li a {
                    width: 42px;
                    height: 42px;
                    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
                    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
                }

                    .agent-card .agent-info .social-profile li a i {
                        color: #002172;
                    }

                    .agent-card .agent-info .social-profile li a:hover i {
                        color: #fff;
                    }

    .agent-card:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .agent-card:hover:after {
            width: 85%;
        }

        .agent-card:hover .team-img:after {
            visibility: visible;
            opacity: 1;
        }

        .agent-card:hover .team-img .social-profile li {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            visibility: visible;
            opacity: 1;
        }

.agent-details-wrap {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px rgba(0, 0, 0, .09);
    padding: 25px;
}

    .agent-details-wrap .agent-img {
        border-radius: 5px;
    }

        .agent-details-wrap .agent-img img {
            border-radius: 5px;
        }

    .agent-details-wrap .agent-info-wrap .agent-name {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, .09);
    }

        .agent-details-wrap .agent-info-wrap .agent-name h2 {
            font-size: 34px;
            margin: 0 0 5px;
        }

    .agent-details-wrap .agent-info-wrap .agent-info {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, .09);
        height: 350px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        .agent-details-wrap .agent-info-wrap .agent-info::-webkit-scrollbar {
            width: 5px;
        }

        .agent-details-wrap .agent-info-wrap .agent-info::-webkit-scrollbar-thumb {
            background: #d09925;
        }

        .agent-details-wrap .agent-info-wrap .agent-info::-webkit-scrollbar-track {
            background: #f1f1f1;
        }


        .agent-details-wrap .agent-info-wrap .agent-info li {
            margin-bottom: 15px;
        }

            .agent-details-wrap .agent-info-wrap .agent-info li:last-child {
                margin-bottom: 0;
            }

            .agent-details-wrap .agent-info-wrap .agent-info li b {
                color: #000;
                /*min-width:100px;*/
                min-width: 200px;
                display: inline-block;
            }

            .agent-details-wrap .agent-info-wrap .agent-info li span {
                margin-left: 5px;
            }

    .agent-details-wrap .agent-info-wrap .agent-social span {
        color: #000;
        margin-right: 15px;
        font-weight: 600;
        font-family: poppins, sans-serif;
    }

    .agent-details-wrap .agent-info-wrap .agent-social .social-profile li a {
        width: 45px;
        height: 45px;
        background-color: #f9f9f9;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .agent-details-wrap .agent-info-wrap .agent-social .social-profile li a i {
            font-size: 20px;
            color: #002172;
        }

        .agent-details-wrap .agent-info-wrap .agent-social .social-profile li a:hover {
            background-color: #d09925;
        }

            .agent-details-wrap .agent-info-wrap .agent-social .social-profile li a:hover i {
                color: #fff;
            }

    .agent-details-wrap .agent-desc {
        margin-top: 5px;
    }

        .agent-details-wrap .agent-desc h4 {
            font-weight: 600;
            margin: 0 0 10px;
        }

.property-details .property-title {
    margin: 0 0 10px;
}

    .property-details .property-title h2 {
        font-size: 20px;
        margin: 0 0 12px;
    }

    .property-details .property-title .property-metainfo li {
        display: inline-block;
        position: relative;
        margin-right: 10px;
        font-weight: 600;
    }

        .property-details .property-title .property-metainfo li:last-child {
            margin-right: 0;
        }

        .property-details .property-title .property-metainfo li i {
            font-size: 14px;
            color: #d09925;
            position: relative;
            top: 1px;
            margin-right: 7px;
        }

.property-details .property-status-wrap {
    margin-bottom: 20px;
    text-align: right;
}

.property-details .property-price {
    color: #d09925;
    font-size: 18px;
    font-weight: 700;
    font-family: poppins, sans-serif;
    text-align: right;
    margin: 0;
    position: relative;
    top: 7px;
}

.property-details .property-price-old {
    color: #666;
    margin: 0;
    text-decoration: line-through;
        text-align: right;
    position: relative;
    top: 7px;
}

    .property-details .property-price span {
        font-weight: 400;
        color: #666;
        font-size: 15px;
        margin-left: 2px;
        font-family: nunito sans, sans-serif;
    }



.property-details .property-status-wrap .property-price-old {
    color: #666;
    margin: 0;
    text-decoration: line-through;
}

.property-details .property-price-old span {
    color: #666;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 400;
}



.property-details .property-img {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
}

    .property-details .property-img img {
        border-radius: 5px;
    }

    .property-details .property-img .property-status {
        position: absolute;
        top: 25px;
        left: 25px;
        display: inline-block;
        background-color: #d09925;
        border-radius: 5px;
        color: #fff;
        padding: 3px 12px;
    }

.property-details .property-desc {
    margin-bottom: 25px;
}

    .property-details .property-desc:last-child {
        margin-bottom: 0;
    }

    .property-details .property-desc h4 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .property-details .property-desc .property-features li {
        font-weight: 700;
        color: #000;
        margin-bottom: 10px;
    }

        .property-details .property-desc .property-features li:last-child {
            margin-bottom: 0;
        }

        .property-details .property-desc .property-features li span {
            font-weight: 700;
            color: #666;
        }

    .property-details .property-desc .property-video {
        position: relative;
        border-radius: 5px;
    }

        .property-details .property-desc .property-video img {
            border-radius: 5px;
        }

        .property-details .property-desc .property-video .play-video {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .property-details .property-desc .floor-plan {
        background-color: #f9f9f9;
        padding: 50px;
    }

        .property-details .property-desc .floor-plan img {
            display: block;
            margin: 0 auto;
        }

    .property-details .property-desc .property-annuties li {
        position: relative;
        margin-bottom: 10px;
    }

        .property-details .property-desc .property-annuties li:last-child {
            margin-bottom: 0;
        }

        .property-details .property-desc .property-annuties li i {
            position: relative;
            top: 8px;
            color: #d09925;
            margin-right: 7px;
        }







    .property-details .property-desc .property-annuties {
        position: relative;
        margin-bottom: 10px;
        display: inline-flex;
    }

        .property-details .property-desc .property-annuties:last-child {
            margin-bottom: 0;
        }

        .property-details .property-desc .property-annuties i {
            position: relative;
            /*top:8px;*/
            top: 0px;
            color: #d09925;
            margin-right: 7px;
        }





.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-img, .property-desc .property-review.comment-item-wrap .comment-item .comment-author-img {
    top: 2px;
}

.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings, .property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings {
    line-height: 1;
}

    .agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings li, .property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings li {
        display: inline-block;
    }

        .agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings li i, .property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .ratings li i {
            color: #ffc422;
            font-size: 18px;
        }

.agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text, .property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin: 0 0 10px;
}

    .agent-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p, .property-desc .property-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
        margin: 0;
    }

.agent-desc .review-form, .property-desc .review-form {
    background-color: rgb(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 25px;
}

.buy-sell {
    background-color: rgb(0, 0, 0, 0.7) !important;
}

.agent-desc .review-form, .property-desc .review-form .form-group label {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 600;
}

.agent-desc .review-form, .property-desc .review-form .form-group select {
    width: 100%;
    padding: 15px;
    background-color: #323232 !important;
    border: none;
    border-radius: 5px;
    color: #fff;
}

    .agent-desc .review-form, .property-desc .review-form .form-group select option {
        color: #fff;
    }



.user-form .form-group label {
    font-size: 16px;
    color: #666;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 500;
}

.red {
    color: #fb0101;
    font-size: 20px;
    padding-left: 5px;
}

.user-form .form-group input {
    background-color: #f5f5f5 !important;
    color: #666;
    width: 100%;
    border: none;
    padding: 10px 15px;
    height: 50px;
    border-radius: 5px;
}

.user-form .form-group textarea {
    background-color: #f5f5f5 !important;
    color: #666;
    width: 100%;
    border: none;
    padding: 10px 15px;
    height: 80px;
    resize: none;
    border-radius: 5px;
}

.user-form .form-group select {
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5 !important;
    border: none;
    border-radius: 5px;
    color: #666;
}

    .user-form .form-group select option {
        color: #666;
    }

.agent-desc .review-form, .property-desc .review-form .form-group input, .agent-desc .review-form, .property-desc .review-form .form-group textarea {
    background-color: #323232 !important;
    color: #fff;
}

    .agent-desc .review-form, .property-desc .review-form .form-group input::placeholder, .agent-desc .review-form, .property-desc .review-form .form-group textarea::placeholder {
        color: #fff;
    }


        .agent-desc .review-form p, .property-desc .review-form p {
            margin: 0;
        }

        .agent-desc .review-form .star-rating, .property-desc .review-form .star-rating {
            position: relative;
            top: 5px;
            direction: rtl;
            display: inline-block;
            cursor: default;
        }

            .agent-desc .review-form .star-rating label, .property-desc .review-form .star-rating label {
                color: #ddd;
                font-size: 18px;
                padding: 0;
                cursor: pointer;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

        .agent-desc .review-form .form-group, .property-desc .review-form .form-group {
            margin-bottom: 15px;
        }

            .agent-desc .review-form .form-group input, .agent-desc .review-form .form-group textarea, .property-desc .review-form .form-group input, .property-desc .review-form .form-group textarea {
                width: 100%;
                border: none;
                background-color: #fff;
                padding: 10px 15px;
            }

            .agent-desc .review-form .form-group input, .property-desc .review-form .form-group input {
                height: 57px;
                border-radius: 15px;
            }

            .agent-desc .review-form .form-group textarea, .property-desc .review-form .form-group textarea {
                height: 100px;
                resize: none;
                border-radius: 15px;
            }

.file {
    position: relative;
}

    .file input {
        display: none;
    }

    .file label {
        cursor: pointer;
        outline: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 4px;
        background-color: #d09925;
        color: #fff;
        padding: 15px 25px;
    }

.review-form .star-rating input[type=radio] {
    display: none;
}

    .review-form .star-rating label:hover, .review-form .star-rating label:hover ~ label, .review-form .star-rating input[type=radio]:checked ~ label {
        color: #f2b600;
    }

.contact-item {
    padding: 25px;
    border-radius: 0;
    margin: 45px 0 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    box-shadow: 0 0 20px rgba(0, 0, 0, .09);
    min-height: 170px;
}

    .contact-item .contact-icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        background-color: #d09925;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
        -webkit-transition: .4s;
        transition: .4s;
        margin: -70px auto 20px;
    }

        .contact-item .contact-icon i {
            color: #fff;
            line-height: .8;
            font-size: 36px;
            position: relative;
            -webkit-transition: .34s;
            transition: .34s;
        }

    .contact-item .contact-info {
        -webkit-transition: .3s;
        transition: .3s;
    }

        .contact-item .contact-info h3 {
            font-size: 24px;
            margin: 0 0 10px;
            font-weight: 600;
            -webkit-transition: .3s;
            transition: .3s;
        }

        .contact-item .contact-info a, .contact-item .contact-info p {
            display: block;
            margin: 0;
            line-height: 1.5;
            color: #666;
            -webkit-transition: .3s;
            transition: .3s;
        }

    .contact-item:hover .contact-icon {
        background-color: #002172;
    }

        .contact-item:hover .contact-icon i {
            color: #fff;
        }

#contactForm {
    margin-bottom: -10px;
}

    #contactForm .form-group {
        margin: 0 0 20px;
    }

        #contactForm .form-group input, #contactForm .form-group textarea {
            width: 100%;
            background: #f9f9f9;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
        }

            #contactForm .form-group input:focus, #contactForm .form-group textarea:focus {
                border: 1px solid rgba(0, 0, 0, .09);
            }

        #contactForm .form-group input {
            height: 60px;
        }

        #contactForm .form-group textarea {
            height: 163px;
            resize: none;
            padding-top: 18px;
        }

.contact-content .content-title {
    margin-bottom: 30px;
}

.contact-content .social-profile li a {
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .contact-content .social-profile li a i {
        color: #002172;
        font-size: 20px;
    }

.btn.disabled {
    opacity: 1;
}

.checkbox {
    display: block;
}

    .checkbox.form-check {
        padding-left: 0;
    }

    .checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .checkbox label {
        position: relative;
        cursor: pointer;
        padding-left: 20px;
    }

        .checkbox label:before {
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 1px solid #d09925;
            display: inline-block;
            width: 15px;
            height: 15px;
            position: absolute;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            position: absolute;
            left: 0;
            top: 5px;
        }

    .checkbox a {
        color: #d09925;
    }

    .checkbox.style2 label:before {
        border-radius: 50%;
        border-color: #888;
    }

    .checkbox input:checked + label:before {
        border-color: #d09925;
    }

    .checkbox input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 3px;
        width: 9px;
        height: 9px;
        border: none;
        background: #d09925;
    }

    .checkbox.style2 input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 3px;
        width: 9px;
        height: 9px;
        border: none;
        background: #d09925;
    }

.btn.fb span, .btn.twitter span, .btn.linkedin span, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, #signIn .modal-content .modal-header .btn-close, #signUp .modal-content .modal-header .btn-close, .counter-card-wrap .counter-card .counter-icon, .contact-item .contact-icon, .property-thumb-item, .agent-info-box .agent-name-wrap, .property-card .property-info .property-status-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .counter-card-wrap .counter-card, .post-navigation, .wp-block-quote, .agent-details-wrap .agent-info-wrap .agent-social, .select-lang .navbar-language .dropdown-toggle, .property-card .property-info .property-metainfo, .testimonial-card .quote-wrap .client-info-wrap, .owl-carousel .owl-nav, .pp-post-item, .counter-card-wrap, .newsletter-form, .post-author, .comment-item-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-property .property-search-form {
    display: block;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}


.hero-wrap.style3-main .hero-content .property-search-form .form-group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}




.btn.fb span, .btn.twitter span, .btn.linkedin span, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, #signIn .modal-content .modal-header .btn-close, #signUp .modal-content .modal-header .btn-close, .counter-card-wrap .counter-card .counter-icon, .contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.property-thumb-item, .agent-info-box .agent-name-wrap, .hero-wrap.style3 .hero-content .client-feedback, .property-card .property-info .property-status-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .counter-card-wrap .counter-card, .post-navigation, .wp-block-quote, .agent-details-wrap .agent-info-wrap .agent-social, .select-lang .navbar-language .dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}



.property-thumb-item, .agent-info-box .agent-name-wrap, .hero-wrap.style3-main .hero-content .client-feedback, .property-card .property-info .property-status-wrap, .testimonial-card.style2 .client-info-wrap, .testimonial-card.style3 .client-info-wrap, .counter-card-wrap .counter-card, .post-navigation, .wp-block-quote, .agent-details-wrap .agent-info-wrap .agent-social, .select-lang .navbar-language .dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}


.footer-wrap .footer-top .social-profile {
    text-align: left;
}

    .footer-wrap .footer-top .social-profile li a {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .footer-wrap .footer-top .social-profile li a i {
            font-size: 19px;
            color: #002172;
            -webkit-transition: .4s;
            transition: .4s;
        }



.footer-wrap {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    overflow: hidden;
}

    .footer-wrap .container {
        position: relative;
    }

    .footer-wrap .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding: 15px 0;
    }

        .footer-wrap .footer-bottom .social-profile {
            text-align: right;
        }

            .footer-wrap .footer-bottom .social-profile li a {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .footer-wrap .footer-bottom .social-profile li a i {
                    font-size: 19px;
                    color: #002172;
                    -webkit-transition: .4s;
                    transition: .4s;
                }

    .footer-wrap .footer-widget {
        margin-bottom: 25px;
    }

        .footer-wrap .footer-widget .footer-logo {
            display: block;
        }

        .footer-wrap .footer-widget .footer-widget-title {
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 25px;
            padding-bottom: 15px;
            position: relative;
        }

            .footer-wrap .footer-widget .footer-widget-title:after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                width: 55px;
                height: 2px;
                background-color: #002172;
            }

        .footer-wrap .footer-widget .comp-desc {
            margin: 25px 0 16px;
            padding-right: 10px;
        }

        .footer-wrap .footer-widget h6 {
            margin: 0 0 15px;
            font-weight: 500;
        }

        .footer-wrap .footer-widget .select-lang {
            display: inline-block;
            padding: 0;
        }

            .footer-wrap .footer-widget .select-lang .navbar-language {
                border-radius: 5px;
            }

                .footer-wrap .footer-widget .select-lang .navbar-language .dropdown-toggle {
                    padding: 16px 100px 16px 15px;
                    border-radius: 5px;
                }

                    .footer-wrap .footer-widget .select-lang .navbar-language .dropdown-toggle:before {
                        top: 16px;
                        right: 15px;
                    }

        .footer-wrap .footer-widget .footer-menu li {
            margin-bottom: 15px;
        }

            .footer-wrap .footer-widget .footer-menu li:last-child {
                margin-bottom: 0;
            }

            .footer-wrap .footer-widget .footer-menu li a {
                position: relative;
                padding-left: 20px;
            }

                .footer-wrap .footer-widget .footer-menu li a i {
                    position: absolute;
                    top: 3px;
                    left: -4px;
                    font-size: 18px;
                    line-height: .8;
                    color: #d09925;
                    -webkit-transition: .5s;
                    transition: .5s;
                }

                .footer-wrap .footer-widget .footer-menu li a:hover {
                    color: #d09925;
                    padding-left: 25px;
                }

                    .footer-wrap .footer-widget .footer-menu li a:hover i {
                        color: #d09925;
                    }

    .footer-wrap.style1 .footer-widget .select-lang .navbar-language {
        background-color: #dedede;
    }

        .footer-wrap.style1 .footer-widget .select-lang .navbar-language .dropdown-toggle {
            color: #666;
        }

    .footer-wrap.style1 .footer-widget .footer-menu li a {
        color: #666;
    }

        .footer-wrap.style1 .footer-widget .footer-menu li a:hover {
            color: #d09925;
        }

    .footer-wrap.style1 .footer-bottom {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

        .footer-wrap.style1 .footer-bottom .social-profile li a i {
            color: #002172;
        }

        .footer-wrap.style1 .footer-bottom .social-profile li a:hover {
            background-color: #d09925;
        }

            .footer-wrap.style1 .footer-bottom .social-profile li a:hover i {
                color: #fff;
            }



.footer-wrap-exp .container {
    position: relative;
}

.footer-wrap-exp .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 15px 0;
}

    .footer-wrap-exp .footer-bottom .social-profile {
        text-align: right;
    }

        .footer-wrap-exp .footer-bottom .social-profile li a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .footer-wrap-exp .footer-bottom .social-profile li a i {
                font-size: 19px;
                color: #002172;
                -webkit-transition: .4s;
                transition: .4s;
            }

.footer-wrap-exp .footer-widget {
    margin-bottom: 25px;
}

    .footer-wrap-exp .footer-widget .footer-logo {
        display: block;
    }

    .footer-wrap-exp .footer-widget .footer-widget-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 25px;
        padding-bottom: 15px;
        position: relative;
    }

        .footer-wrap-exp .footer-widget .footer-widget-title:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 55px;
            height: 2px;
            background-color: #002172;
        }

    .footer-wrap-exp .footer-widget .comp-desc {
        margin: 25px 0 16px;
        padding-right: 10px;
    }

    .footer-wrap-exp .footer-widget h6 {
        margin: 0 0 15px;
        font-weight: 500;
    }

    .footer-wrap-exp .footer-widget .select-lang {
        display: inline-block;
        padding: 0;
    }

        .footer-wrap-exp .footer-widget .select-lang .navbar-language {
            border-radius: 5px;
        }

.footer-wrap .footer-widget .select-lang .navbar-language .dropdown-toggle {
    padding: 16px 100px 16px 15px;
    border-radius: 5px;
}

.footer-wrap-exp .footer-widget .select-lang .navbar-language .dropdown-toggle:before {
    top: 16px;
    right: 15px;
}

.footer-wrap-exp .footer-widget .footer-menu li {
    margin-bottom: 15px;
}

    .footer-wrap-exp .footer-widget .footer-menu li:last-child {
        margin-bottom: 0;
    }

    .footer-wrap-exp .footer-widget .footer-menu li a {
        position: relative;
        padding-left: 20px;
        display: block;
    }

        .footer-wrap-exp .footer-widget .footer-menu li a i {
            position: absolute;
            top: 3px;
            left: -4px;
            font-size: 18px;
            line-height: .8;
            color: #d09925;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .footer-wrap-exp .footer-widget .footer-menu li a:hover {
            color: #d09925;
            padding-left: 25px;
        }

            .footer-wrap-exp .footer-widget .footer-menu li a:hover i {
                color: #d09925;
            }


.footer-wrap-exp {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    overflow: hidden;
}


    .footer-wrap-exp.style2 {
        background-color: #1e1e1e;
        position: relative;
        z-index: 1;
    }

        .footer-wrap-exp.style2 .footer-shape-one {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .footer-wrap-exp.style2 .footer-widget .footer-widget-title {
            color: #fff;
        }

            .footer-wrap-exp.style2 .footer-widget .footer-widget-title:after {
                background-color: #fff;
            }

        .footer-wrap-exp.style2 .footer-widget .comp-desc {
            color: rgba(255, 255, 255, .8);
        }

        .footer-wrap-exp.style2 .footer-widget h6 {
            color: #fff;
        }

        .footer-wrap-exp.style2 .footer-widget .select-lang .navbar-language .dropdown-toggle {
            background-color: rgba(255, 255, 255, .1);
        }

        .footer-wrap-exp.style2 .footer-widget .footer-menu li a {
            color: rgba(255, 255, 255, .8);
        }

            .footer-wrap-exp.style2 .footer-widget .footer-menu li a i {
                color: #d09925;
            }

            .footer-wrap-exp.style2 .footer-widget .footer-menu li a:hover {
                color: #d09925;
            }

        .footer-wrap-exp.style2 .footer-bottom .social-profile li a {
            background-color: rgba(255, 255, 255, .09);
        }

            .footer-wrap-exp.style2 .footer-bottom .social-profile li a i {
                color: #fff;
            }

            .footer-wrap-exp.style2 .footer-bottom .social-profile li a:hover {
                background-color: #d09925;
            }

        .footer-wrap-exp.style2 .footer-top .social-profile li a {
            background-color: rgba(255, 255, 255, .09);
        }

            .footer-wrap-exp.style2 .footer-top .social-profile li a i {
                color: #fff;
            }

            .footer-wrap-exp.style2 .footer-top .social-profile li a:hover {
                background-color: #d09925;
            }

        .footer-wrap-exp.style2 .copyright-text {
            color: rgba(255, 255, 255, .8);
        }

            .footer-wrap-exp.style2 .copyright-text a {
                color: #d09925;
            }



.footer-wrap.style2 {
    background-color: #1e1e1e;
    position: relative;
    z-index: 1;
}

    .footer-wrap.style2 .footer-shape-one {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .footer-wrap.style2 .footer-widget .footer-widget-title {
        color: #fff;
    }

        .footer-wrap.style2 .footer-widget .footer-widget-title:after {
            background-color: #fff;
        }

    .footer-wrap.style2 .footer-widget .comp-desc {
        color: rgba(255, 255, 255, .8);
    }

    .footer-wrap.style2 .footer-widget h6 {
        color: #fff;
    }

    .footer-wrap.style2 .footer-widget .select-lang .navbar-language .dropdown-toggle {
        background-color: rgba(255, 255, 255, .1);
    }

    .footer-wrap.style2 .footer-widget .footer-menu li a {
        color: rgba(255, 255, 255, .8);
    }

        .footer-wrap.style2 .footer-widget .footer-menu li a i {
            color: #d09925;
        }

        .footer-wrap.style2 .footer-widget .footer-menu li a:hover {
            color: #d09925;
        }

    .footer-wrap.style2 .footer-bottom .social-profile li a {
        background-color: rgba(255, 255, 255, .09);
    }

        .footer-wrap.style2 .footer-bottom .social-profile li a i {
            color: #fff;
        }

        .footer-wrap.style2 .footer-bottom .social-profile li a:hover {
            background-color: #d09925;
        }

    .footer-wrap.style2 .footer-top .social-profile li a {
        background-color: rgba(255, 255, 255, .09);
    }

        .footer-wrap.style2 .footer-top .social-profile li a i {
            color: #fff;
        }

        .footer-wrap.style2 .footer-top .social-profile li a:hover {
            background-color: #d09925;
        }

    .footer-wrap.style2 .copyright-text {
        color: rgba(255, 255, 255, .8);
    }

        .footer-wrap.style2 .copyright-text a {
            color: #d09925;
        }

.select-lang {
    padding-left: 18px;
    position: relative;
}

    .select-lang .navbar-language .dropdown-toggle {
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 14px;
        padding-right: 16px;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .select-lang .navbar-language .dropdown-toggle:after {
            display: none;
        }

        .select-lang .navbar-language .dropdown-toggle:before {
            position: absolute;
            top: 2px;
            right: 0;
            content: "\EA4E";
            font-family: remixicon;
            font-weight: 400;
            border: 0;
            margin-left: 8px;
            font-size: 16px;
        }

    .select-lang .navbar-language .dropdown-menu {
        margin: 0;
        padding: 5px 0;
        -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
        box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
        left: auto;
        right: 0;
        inset: 54px 0 auto -19px !important;
        border: none;
        border-radius: 0;
        -webkit-transform: translateX(45px) !important;
        transform: translateX(45px) !important;
        display: block;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .select-lang .navbar-language .dropdown-menu a {
            padding: 5px 10px;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            font-size: 15px;
        }

            .select-lang .navbar-language .dropdown-menu a img {
                width: 20px;
                margin-right: 10px;
            }

        .select-lang .navbar-language .dropdown-menu.show {
            -webkit-transform: translateX(20px) !important;
            transform: translateX(20px) !important;
            opacity: 1;
            pointer-events: all;
        }

.comp-map {
    height: 285px;
}

    .comp-map iframe {
        width: 100%;
        height: 100%;
    }

.copyright-text {
    text-align: center;
    margin: 0;
}

    .copyright-text i {
        position: relative;
        top: 2px;
        margin-right: 2px;
    }

    .copyright-text span {
        color: #d09925;
    }

    .copyright-text a {
        color: #d09925;
        font-weight: 600;
    }

        .copyright-text a:hover {
            text-decoration: underline;
        }

@media only screen and (max-width:767px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .footer-wrap .footer-widget .comp-desc {
        font-size: 14px;
        padding-right: 10px;
        margin: 12px 0;
    }

    .footer-wrap .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }

        .footer-wrap .footer-widget .footer-menu li a {
            font-size: 14px;
            padding-left: 16px;
        }

            .footer-wrap .footer-widget .footer-menu li a i {
                font-size: 16px;
                top: 3px;
            }

    .footer-wrap .footer-bottom .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-wrap .footer-bottom .social-profile {
        text-align: center;
    }

        .footer-wrap .footer-bottom .social-profile li a {
            width: 40px;
            height: 40px;
        }

            .footer-wrap .footer-bottom .social-profile li a i {
                font-size: 16px;
            }


    .footer-wrap-exp .footer-widget .footer-widget-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .footer-wrap-exp .footer-widget .comp-desc {
        font-size: 14px;
        padding-right: 10px;
        margin: 12px 0;
    }

    .footer-wrap-exp .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }

        .footer-wrap-exp .footer-widget .footer-menu li a {
            font-size: 14px;
            padding-left: 16px;
        }

            .footer-wrap-exp .footer-widget .footer-menu li a i {
                font-size: 16px;
                top: 3px;
            }

    .footer-wrap-exp .footer-bottom .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-wrap-exp .footer-bottom .social-profile {
        text-align: center;
    }

        .footer-wrap-exp .footer-bottom .social-profile li a {
            width: 40px;
            height: 40px;
        }

            .footer-wrap-exp .footer-bottom .social-profile li a i {
                font-size: 16px;
            }


    .footer-wrap-events .footer-widget .footer-widget-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .footer-wrap-events .footer-widget .comp-desc {
        font-size: 14px;
        padding-right: 10px;
        margin: 12px 0;
    }

    .footer-wrap-events .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }

        .footer-wrap-events .footer-widget .footer-menu li a {
            font-size: 14px;
            padding-left: 16px;
        }

            .footer-wrap-events .footer-widget .footer-menu li a i {
                font-size: 16px;
                top: 3px;
            }

    .footer-wrap-events .footer-bottom .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-wrap-events .footer-bottom .social-profile {
        text-align: center;
    }

        .footer-wrap-events .footer-bottom .social-profile li a {
            width: 40px;
            height: 40px;
        }

            .footer-wrap-events .footer-bottom .social-profile li a i {
                font-size: 16px;
            }


    .footer-wrap-events-details .footer-widget .footer-widget-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .footer-wrap-events-details .footer-widget .comp-desc {
        font-size: 14px;
        padding-right: 10px;
        margin: 12px 0;
    }

    .footer-wrap-events-details .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }

        .footer-wrap-events-details .footer-widget .footer-menu li a {
            font-size: 14px;
            padding-left: 16px;
        }

            .footer-wrap-events-details .footer-widget .footer-menu li a i {
                font-size: 16px;
                top: 3px;
            }

    .footer-wrap-events-details .footer-bottom .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-wrap-events-details .footer-bottom .social-profile {
        text-align: center;
    }

        .footer-wrap-events-details .footer-bottom .social-profile li a {
            width: 40px;
            height: 40px;
        }

            .footer-wrap-events-details .footer-bottom .social-profile li a i {
                font-size: 16px;
            }
}


@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 12px;
    }

    .footer-wrap .footer-widget .comp-desc {
        padding-right: 40px;
        margin: 15px 0;
    }

    .footer-wrap-exp .footer-widget .footer-widget-title {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 12px;
    }

    .footer-wrap-exp .footer-widget .comp-desc {
        padding-right: 40px;
        margin: 15px 0;
    }

    .footer-wrap-events .footer-widget .footer-widget-title {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 12px;
    }

    .footer-wrap-events .footer-widget .comp-desc {
        padding-right: 40px;
        margin: 15px 0;
    }



    .footer-wrap-events-details .footer-widget .footer-widget-title {
        font-size: 20px;
        margin-bottom: 25px;
        padding-bottom: 12px;
    }

    .footer-wrap-events-details .footer-widget .comp-desc {
        padding-right: 40px;
        margin: 15px 0;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 22px;
    }

    .footer-wrap .footer-widget .comp-desc {
        padding-right: 25px;
    }

    .footer-wrap-exp .footer-widget .footer-widget-title {
        font-size: 22px;
    }

    .footer-wrap-exp .footer-widget .comp-desc {
        padding-right: 25px;
    }

    .footer-wrap-events .footer-widget .footer-widget-title {
        font-size: 22px;
    }

    .footer-wrap-events .footer-widget .comp-desc {
        padding-right: 25px;
    }



    .footer-wrap-events-details .footer-widget .footer-widget-title {
        font-size: 22px;
    }

    .footer-wrap-events-details .footer-widget .comp-desc {
        padding-right: 25px;
    }
}

@media only screen and (max-width:1199px) {
    .footer-wrap .footer-top .footer-widget .footer-widget-title {
        margin-bottom: 18px;
    }

    .footer-wrap-exp .footer-top .footer-widget .footer-widget-title {
        margin-bottom: 18px;
    }

    .footer-wrap-events .footer-top .footer-widget .footer-widget-title {
        margin-bottom: 18px;
    }

    .footer-wrap-events-details .footer-top .footer-widget .footer-widget-title {
        margin-bottom: 18px;
    }
}

@media only screen and (min-width:1200px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 30px;
    }

    .footer-wrap .footer-widget .footer-widget-title {
        margin-top: 15px;
    }

    .footer-wrap .footer-widget .comp-map {
        margin-top: 15px;
    }



    .footer-wrap-exp .footer-widget .comp-desc {
        padding-right: 30px;
    }

    .footer-wrap-exp .footer-widget .footer-widget-title {
        margin-top: 15px;
    }

    .footer-wrap-exp .footer-widget .comp-map {
        margin-top: 15px;
    }



    .footer-wrap-events .footer-widget .comp-desc {
        padding-right: 30px;
    }

    .footer-wrap-events .footer-widget .footer-widget-title {
        margin-top: 15px;
    }

    .footer-wrap-events .footer-widget .comp-map {
        margin-top: 15px;
    }




    .footer-wrap-events-details .footer-widget .comp-desc {
        padding-right: 30px;
    }

    .footer-wrap-events-details .footer-widget .footer-widget-title {
        margin-top: 0px;
    }

    .footer-wrap-events-details .footer-widget .comp-map {
        margin-top: 15px;
    }
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600;
}

    .buy-now-btn img {
        top: 50%;
        left: 20px;
        width: 15px;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .buy-now-btn:hover {
        color: #fff;
        background-color: #94be5d;
    }


/*------------Experiences & Events start---*/


.footer-wrap-events .container {
    position: relative;
}

.footer-wrap-events .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 15px 0;
}

    .footer-wrap-events .footer-bottom .social-profile {
        text-align: right;
    }

        .footer-wrap-events .footer-bottom .social-profile li a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .footer-wrap-events .footer-bottom .social-profile li a i {
                font-size: 19px;
                color: #002172;
                -webkit-transition: .4s;
                transition: .4s;
            }

.footer-wrap-events .footer-widget {
    margin-bottom: 25px;
}

    .footer-wrap-events .footer-widget .footer-logo {
        display: block;
    }

    .footer-wrap-events .footer-widget .footer-widget-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 25px;
        padding-bottom: 15px;
        position: relative;
    }

        .footer-wrap-events .footer-widget .footer-widget-title:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 55px;
            height: 2px;
            background-color: #002172;
        }

    .footer-wrap-events .footer-widget .comp-desc {
        margin: 25px 0 16px;
        padding-right: 10px;
    }

    .footer-wrap-events .footer-widget h6 {
        margin: 0 0 15px;
        font-weight: 500;
    }

    .footer-wrap-events .footer-widget .select-lang {
        display: inline-block;
        padding: 0;
    }

        .footer-wrap-events .footer-widget .select-lang .navbar-language {
            border-radius: 5px;
        }

            .footer-wrap-events .footer-widget .select-lang .navbar-language .dropdown-toggle {
                padding: 16px 100px 16px 15px;
                border-radius: 5px;
            }

                .footer-wrap-events .footer-widget .select-lang .navbar-language .dropdown-toggle:before {
                    top: 16px;
                    right: 15px;
                }

    .footer-wrap-events .footer-widget .footer-menu li {
        margin-bottom: 15px;
    }

        .footer-wrap-events .footer-widget .footer-menu li:last-child {
            margin-bottom: 0;
        }

        .footer-wrap-events .footer-widget .footer-menu li a {
            position: relative;
            padding-left: 20px;
            display: block;
        }

            .footer-wrap-events .footer-widget .footer-menu li a i {
                position: absolute;
                top: 3px;
                left: -4px;
                font-size: 18px;
                line-height: .8;
                color: #d09925;
                -webkit-transition: .5s;
                transition: .5s;
            }

            .footer-wrap-events .footer-widget .footer-menu li a:hover {
                color: #d09925;
                padding-left: 25px;
            }

                .footer-wrap-events .footer-widget .footer-menu li a:hover i {
                    color: #d09925;
                }


.footer-wrap-events {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    overflow: hidden;
}


    .footer-wrap-events.style2 {
        background-color: #1e1e1e;
        position: relative;
        z-index: 1;
    }

        .footer-wrap-events.style2 .footer-shape-one {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .footer-wrap-events.style2 .footer-widget .footer-widget-title {
            color: #fff;
        }

            .footer-wrap-events.style2 .footer-widget .footer-widget-title:after {
                background-color: #ce8a36;
            }

        .footer-wrap-events.style2 .footer-widget .comp-desc {
            color: rgba(255, 255, 255, .8);
        }

        .footer-wrap-events.style2 .footer-widget h6 {
            color: #fff;
        }

        .footer-wrap-events.style2 .footer-widget .select-lang .navbar-language .dropdown-toggle {
            background-color: rgba(0, 0, 0, .1);
        }

        .footer-wrap-events.style2 .footer-widget .footer-menu li a {
            color: rgba(255, 255, 255, .8);
            font-weight: 600;
        }

            .footer-wrap-events.style2 .footer-widget .footer-menu li a i {
                color: #d09925;
            }

            .footer-wrap-events.style2 .footer-widget .footer-menu li a:hover {
                color: #d09925;
            }

        .footer-wrap-events.style2 .footer-bottom .social-profile li a {
            background-color: rgba(255, 255, 255, .09);
        }

            .footer-wrap-events.style2 .footer-bottom .social-profile li a i {
                color: #fff;
            }

            .footer-wrap-events.style2 .footer-bottom .social-profile li a:hover {
                background-color: #d09925;
            }

        .footer-wrap-events.style2 .footer-top .social-profile li a {
            background-color: rgba(255, 255, 255, .09);
        }

            .footer-wrap-events.style2 .footer-top .social-profile li a i {
                color: #fff;
            }

            .footer-wrap-events.style2 .footer-top .social-profile li a:hover {
                background-color: #d09925;
            }

        .footer-wrap-events.style2 .copyright-text {
            color: rgba(255, 255, 255, .8);
        }

            .footer-wrap-events.style2 .copyright-text a {
                color: #d09925;
            }


/*------------Experiences & Events end---*/




/*------------Experiences & Events 2 start---*/


.footer-wrap-events2 .container-fluid {
    position: relative;
}

.footer-wrap-events2 .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 15px 0;
}

    .footer-wrap-events2 .footer-bottom .social-profile {
        text-align: right;
    }

        .footer-wrap-events2 .footer-bottom .social-profile li a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .footer-wrap-events2 .footer-bottom .social-profile li a i {
                font-size: 19px;
                color: #002172;
                -webkit-transition: .4s;
                transition: .4s;
            }

.footer-wrap-events2 .footer-widget {
    margin-bottom: 25px;
}

    .footer-wrap-events2 .footer-widget .footer-logo {
        display: block;
    }

    .footer-wrap-events2 .footer-widget .footer-widget-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 25px;
        padding-bottom: 15px;
        position: relative;
    }

        .footer-wrap-events2 .footer-widget .footer-widget-title:after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 55px;
            height: 2px;
            background-color: #002172;
        }

    .footer-wrap-events2 .footer-widget .comp-desc {
        margin: 25px 0 16px;
        padding-right: 10px;
    }

    .footer-wrap-events2 .footer-widget h6 {
        margin: 0 0 15px;
        font-weight: 500;
    }

    .footer-wrap-events2 .footer-widget .select-lang {
        display: inline-block;
        padding: 0;
    }

        .footer-wrap-events2 .footer-widget .select-lang .navbar-language {
            border-radius: 5px;
        }

            .footer-wrap-events2 .footer-widget .select-lang .navbar-language .dropdown-toggle {
                padding: 16px 100px 16px 15px;
                border-radius: 5px;
            }

                .footer-wrap-events2 .footer-widget .select-lang .navbar-language .dropdown-toggle:before {
                    top: 16px;
                    right: 15px;
                }

    .footer-wrap-events2 .footer-widget .footer-menu li {
        margin-bottom: 15px;
    }

        .footer-wrap-events2 .footer-widget .footer-menu li:last-child {
            margin-bottom: 0;
        }

        .footer-wrap-events2 .footer-widget .footer-menu li a {
            position: relative;
            padding-left: 20px;
            display: block;
        }

            .footer-wrap-events2 .footer-widget .footer-menu li a i {
                position: absolute;
                top: 3px;
                left: -4px;
                font-size: 18px;
                line-height: .8;
                color: #d09925;
                -webkit-transition: .5s;
                transition: .5s;
            }

            .footer-wrap-events2 .footer-widget .footer-menu li a:hover {
                color: #d09925;
                padding-left: 25px;
            }

                .footer-wrap-events2 .footer-widget .footer-menu li a:hover i {
                    color: #d09925;
                }


.footer-wrap-events2 {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    overflow: hidden;
}


    .footer-wrap-events2.style2 {
        background-color: #1e1e1e;
        position: relative;
        z-index: 1;
    }

        .footer-wrap-events2.style2 .footer-shape-one {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .footer-wrap-events2.style2 .footer-widget .footer-widget-title {
            color: #2e2e2e;
        }

            .footer-wrap-events2.style2 .footer-widget .footer-widget-title:after {
                background-color: #ce8a36;
            }

        .footer-wrap-events2.style2 .footer-widget .comp-desc {
            color: rgba(255, 255, 255, .8);
        }

        .footer-wrap-events2.style2 .footer-widget h6 {
            color: #fff;
        }

        .footer-wrap-events2.style2 .footer-widget .select-lang .navbar-language .dropdown-toggle {
            background-color: rgba(0, 0, 0, .1);
        }

        .footer-wrap-events2.style2 .footer-widget .footer-menu li a {
            color: rgba(46, 46, 46, .8);
            font-weight: 600;
        }

            .footer-wrap-events2.style2 .footer-widget .footer-menu li a i {
                color: #d09925;
            }

            .footer-wrap-events2.style2 .footer-widget .footer-menu li a:hover {
                color: #d09925;
            }

        .footer-wrap-events2.style2 .footer-bottom .social-profile li a {
            background-color: rgba(255, 255, 255, .09);
        }

            .footer-wrap-events2.style2 .footer-bottom .social-profile li a i {
                color: #fff;
            }

            .footer-wrap-events2.style2 .footer-bottom .social-profile li a:hover {
                background-color: #d09925;
            }

        .footer-wrap-events2.style2 .footer-top .social-profile li a {
            background-color: rgba(255, 255, 255, .09);
        }

            .footer-wrap-events2.style2 .footer-top .social-profile li a i {
                color: #fff;
            }

            .footer-wrap-events2.style2 .footer-top .social-profile li a:hover {
                background-color: #d09925;
            }

        .footer-wrap-events2.style2 .copyright-text {
            color: rgba(255, 255, 255, .8);
        }

            .footer-wrap-events2.style2 .copyright-text a {
                color: #d09925;
            }


/*------------Experiences & Events2 end---*/



/*------------Experiences & Events Details Start---*/


.footer-wrap-events-details .container {
    position: relative;
}

.footer-wrap-events-details .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 15px 0;
}

    .footer-wrap-events-details .footer-bottom .social-profile {
        text-align: right;
    }

        .footer-wrap-events-details .footer-bottom .social-profile li a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .footer-wrap-events-details .footer-bottom .social-profile li a i {
                font-size: 19px;
                color: #fff;
                -webkit-transition: .4s;
                transition: .4s;
            }

.footer-wrap-events-details .footer-widget {
    margin-bottom: 15px;
}

    .footer-wrap-events-details .footer-widget .footer-logo {
        display: block;
    }

    .footer-wrap-events-details .footer-widget .footer-widget-title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 5px;
        padding-bottom: 0px;
        position: relative;
    }

        .footer-wrap-events-details .footer-widget .footer-widget-title:after {
            /*	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:55px;
	height:2px;
	background-color:#002172*/
        }

    .footer-wrap-events-details .footer-widget .comp-desc {
        margin: 25px 0 16px;
        padding-right: 10px;
    }

    .footer-wrap-events-details .footer-widget h6 {
        margin: 0 0 15px;
        font-weight: 500;
    }

    .footer-wrap-events-details .footer-widget .select-lang {
        display: inline-block;
        padding: 0;
    }

        .footer-wrap-events-details .footer-widget .select-lang .navbar-language {
            border-radius: 5px;
        }

            .footer-wrap-events-details .footer-widget .select-lang .navbar-language .dropdown-toggle {
                padding: 16px 100px 16px 15px;
                border-radius: 5px;
            }

                .footer-wrap-events-details .footer-widget .select-lang .navbar-language .dropdown-toggle:before {
                    top: 16px;
                    right: 15px;
                }

    .footer-wrap-events-details .footer-widget .footer-menu li {
        margin-bottom: 5px;
    }

        .footer-wrap-events-details .footer-widget .footer-menu li:last-child {
            margin-bottom: 0;
        }

        .footer-wrap-events-details .footer-widget .footer-menu li a {
            position: relative;
            padding-left: 0px;
            display: block;
            font-size: 16px;
            word-break: break-all;
        }

            .footer-wrap-events-details .footer-widget .footer-menu li a i {
                position: absolute;
                top: 3px;
                left: -4px;
                font-size: 18px;
                line-height: .8;
                color: #d09925;
                -webkit-transition: .5s;
                transition: .5s;
            }

            .footer-wrap-events-details .footer-widget .footer-menu li a:hover {
                color: #d09925;
                padding-left: 25px;
            }

                .footer-wrap-events-details .footer-widget .footer-menu li a:hover i {
                    color: #d09925;
                }


.footer-wrap-events-details {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    overflow: hidden;
}


    .footer-wrap-events-details .footer-widget .footer-menu2 li {
        margin-bottom: 5px;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .footer-wrap-events-details .footer-widget .footer-menu2 li:last-child {
            margin-bottom: 0;
        }

    .footer-wrap-events-details .footer-widget .footer-menu2 li {
        position: relative;
        padding-left: 0px;
        display: block;
        font-size: 16px;
        word-break: break-all;
    }

        .footer-wrap-events-details .footer-widget .footer-menu2 li i {
            position: absolute;
            top: 3px;
            left: -4px;
            font-size: 18px;
            line-height: .8;
            color: #d09925;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .footer-wrap-events-details .footer-widget .footer-menu2 li:hover {
            color: #fff;
            padding-left: 0px;
            -webkit-transition: .5s;
            transition: .5s;
        }

            .footer-wrap-events-details .footer-widget .footer-menu2 li:hover i {
                color: #d09925;
            }



    .footer-wrap-events-details.style2 {
        background-color: #1e1e1e;
        position: relative;
        z-index: 1;
    }

        .footer-wrap-events-details.style2 .footer-shape-one {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
        }

        .footer-wrap-events-details.style2 .footer-widget .footer-widget-title {
            color: #fff;
        }

            .footer-wrap-events-details.style2 .footer-widget .footer-widget-title:after {
                background-color: #ce8a36;
            }

        .footer-wrap-events-details.style2 .footer-widget .comp-desc {
            color: rgba(255, 255, 255, .8);
        }

        .footer-wrap-events-details.style2 .footer-widget h6 {
            color: #fff;
        }

        .footer-wrap-events-details.style2 .footer-widget .select-lang .navbar-language .dropdown-toggle {
            background-color: rgba(0, 0, 0, .1);
        }

        .footer-wrap-events-details.style2 .footer-widget .footer-menu li a {
            color: rgba(255, 255, 255, .9);
            font-weight: 600;
        }

            .footer-wrap-events-details.style2 .footer-widget .footer-menu li a i {
                color: #d09925;
            }

            .footer-wrap-events-details.style2 .footer-widget .footer-menu li a:hover {
                color: #d09925;
            }






        .footer-wrap-events-details.style2 .footer-widget .footer-menu2 li {
            color: rgba(255, 255, 255, .9);
            font-weight: 600;
        }

            .footer-wrap-events-details.style2 .footer-widget .footer-menu2 li i {
                color: #d09925;
            }

            .footer-wrap-events-details.style2 .footer-widget .footer-menu2 li:hover {
                color: #d09925;
            }

        .footer-wrap-events-details.style2 .footer-bottom .social-profile li a {
            background-color: rgba(255, 255, 255, .09);
        }

            .footer-wrap-events-details.style2 .footer-bottom .social-profile li a i {
                color: #fff;
            }

            .footer-wrap-events-details.style2 .footer-bottom .social-profile li a:hover {
                background-color: #d09925;
            }

        .footer-wrap-events-details.style2 .footer-top .social-profile li a {
            background-color: rgba(255, 255, 255, .09);
        }

            .footer-wrap-events-details.style2 .footer-top .social-profile li a i {
                color: #fff;
            }

            .footer-wrap-events-details.style2 .footer-top .social-profile li a:hover {
                background-color: #d09925;
            }

.footer-wrap-events.style2 .copyright-text {
    color: rgba(255, 255, 255, .8);
}

.footer-wrap-events-details.style2 .copyright-text a {
    color: #d09925;
}

.search-box ul li a.active {
    background-color: #15151c;
    color: #fff;
}

/*.owl-navigation {
    font-size: 55px;
    color: #ddae74;
}*/

/*------------Experiences & Events Details start---*/

.btn.btn-dark {
    background-color: black;
}

.form-group input::placeholder {
  color: #000000;
}

.form-group label{
    font-weight: 600;
}

.breadcrumb-wraps{
    position: relative;
    width: 100%;
    height: 150px;
    padding: 30px 0;
    overflow: hidden;
    z-index: 1;
    
}

#ddlSelect{
    border:none !important;
}
.multiselect {
  /*width: 200px;*/
  border: 1px solid rgba(0, 0, 0, .1);
    height: 57px;
    background-color: transparent;
    width: 100%;
    padding: 10px 1px;
    border-radius: 5px;
}

.multiselect:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.selectBox {
  position: relative;
   /*border: none !important;*/
}

.selectBox select {
  width: 100%;
  /*font-weight: bold;*/
  color: #212529 !important;
  padding-top: 3px;
}


.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #fff !important;
}

#checkboxes {
    width:-webkit-fill-available;
    height:240px;
  display: none;
  background: #fff;
  border: 1px solid #000;
  overflow-y: scroll;
  margin-top: 17px;
 position: relative;
  left: 1px;
  text-align: start;
  /*border: 1px #dadada solid;*/
}

/*.chkbox{
    width:150px !important;
}*/

#checkboxes label {
  display: block;
  padding:0px 8px;
  color: #000;
}

#checkboxes label input{
    margin-right: 10px
}

#checkboxes label:hover {
  background-color: #1e90ff;
}


@media screen and (max-width:768px){
   .multiselect {
  /*width: 200px;*/
  border: 1px solid rgba(0, 0, 0, .1);
    height: 57px;
    background-color: transparent;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.multiselect:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.selectBox {
  position: relative;
   /*border: none !important;*/
}

.selectBox select {
  width: 100%;
  /*font-weight: bold;*/
  color: #212529 !important;
  padding-top: 3px;
  border : 1px solid #fff;
  font-size:16px
}


.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0px solid #fff;
 z-index:9999;
}

#checkboxes {
    width:320px!important;
    height:200px;
  display: none;
  background: #fff;
  border: 1px solid #000;
  overflow-y: scroll;
  margin-top: 17px;
 position: relative;
  left:-13px;
  z-index: 99;
  
}
/*.chkbox{
    width:100px !important;
}*/

#checkboxes label {
  display: block;
  padding:0px 8px;
  color: #000;
  
}

#checkboxes label input{
    margin-right: 10px
}

#checkboxes label:hover {
  background-color: #1e90ff;
}
}



.multiselect4 {
    /* width: 200px; */
     border: none; 
    /* height: 57px; */
    background-color: transparent;
    width: 100%;
    margin: 10px 0 !important;
    /* padding: 10px 15px; */
    border-radius: 5px;
}