@import url(../css/bootstrap-select.css);
@import url(../css/icoonmoon.css);
@import url(../css/cms.css);

/*fonts*/


@import url(../css/bootstrap-select.css);
@import url(../css/icoonmoon.css);
@import url(../css/cms.css);

/*fonts*/

:root {
    --base-color: #20c7d2;
    --golden: #d3b16a;
    --light-black: #242320;
    --light-blue: #dcffff;
}

/*
font-family: 'Montserrat', sans-serif;
*/

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'adelle-sans', sans-serif !important;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-repeat: repeat;
    background-position: center top;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #001A27;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
}

.ac-loader {
    overflow: hidden;
    vertical-align: middle;
    position: fixed;
    display: table;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.ac-loader .ac-loader__container {
    position: relative;
    vertical-align: middle;
    z-index: 9;
    width: 100%;
    height: 100vh;
    display: table-cell;
}

.spinnerr {
    margin: 0 auto;
    text-align: center;
}

.wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.p-0 {
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #d3b16a;
}

a:focus {
    text-decoration: none;
}

.tab-content>.active {
    display: block !important;
}

.tab-pane.fade {
    opacity: 0;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.tab-pane.fade.in {
    opacity: 1;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

/*
.primary_button {
    font-size: 14px;
    position: relative;
    color: #101010;
    font-weight: 600;
    padding: 15px 60px 15px 30px;
    z-index: 1;
    border: 1px solid #8CE4F4;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}*/

.primary_button i {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #101010;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

.primary_button.disabled {
    background: #eeeeee !important;
    color: #ccc !important;
    border: 1px solid #ccc;
}

.primary_button.disabled i {
    background: #adadad !important;
}

.second-btn {
    border: 1px solid #8CE4F4;
    color: #8CE4F4;
    background: transparent;
}

.second-btn i {
    color: #8CE4F4;
}

@media(min-width:1200px) {
    .primary_button:hover {
        background: #8CE4F4;
        color: #101010;
    }

    .primary_button:hover i {
        color: #101010;
        right: -10px;
    }
}

@media(max-width:1199px) {
    .primary_button {
        padding: 10px 40px 10px 10px;
    }
}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-default {
    border-color: #fff;
    border-radius: 0;
}

.btn-default:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d3b16a;
    border: 2px solid #d3b16a;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #d3b16a;
    background: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

button.btn {
    outline: none;
}

.thumbnail_container {
    padding-bottom: 100%;
    position: relative;
    background: #f7f7f7;
}

p {
    color: #8CE4F4;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .5px;
}

@media(min-width:1366px) {
    .container {
        max-width: 1310px;
        width: 100%;
    }
}

@media(min-width:1920px) {
    .container {
        max-width: 1560px;
        width: 100%;
    }
}

.thumbnail_container .thumbnail {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0;
    line-height: 0;
    background: 0 0;
    border: 0px;
    border-radius: 0px;
}

.thumbnail_container .thumbnail img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 35%;
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}*/
/*
.owl-carousel .owl-nav button {
    outline: none;
    background: transparent !important;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    left: 15px;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    right: 15px;
    width: auto;
    cursor: pointer;
    width: auto;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.owl-carousel .owl-nav i {
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #8CE4F4;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media(min-width: 1200px) {
    .owl-carousel .owl-nav i:hover {
        background: #8CE4F4;
    }
}

@media(max-width: 1440px) {
    .owl-carousel .owl-nav i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
}

@media(max-width:1199px) {
    .owl-carousel .owl-nav {
        position: relative;
        opacity: 1;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 140px;
        margin: 10px auto 70px;
    }
}

.owl-carousel .owl-nav i {
    color: #ffffff;
    background: #8CE4F4;
}*/

.buorg {
    display: none;
}

.buorg__text {
    background-color: #8CE4F4;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.buorg__text a {
    color: var(--light-black);
}

.buorg__text a:hover {
    color: #fff;
}

body #back-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    cursor: pointer;
    z-index: 99999;
}

@media(max-width: 767px) {
    body #back-top {
        display: none !important;
    }
}

body #back-top i {
    background-color: #8CE4F4;
    box-shadow: 3px 4px 21px 9px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}

@media(max-width:568px) {
    .col-xss-12 {
        width: 100%;
    }
}

ul.dots-list li {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

ul.dots-list li:before {
    position: absolute;
    content: '';
    background: var(--light-black);
    height: 8px;
    width: 8px;
    left: 0;
    top: 6px;
    border-radius: 100%;
}

button.btn:focus {
    outline: none;
}

.icon-building {
    font-size: 40px;
    color: #8CE4F4;
}

.error,
.required {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    color: red;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sec-border {
    position: relative;
}

.common-title {
    /*padding-bottom: 50px;*/
}

.btn_view {}

.common-title .section-title {
    font-size: 30px;
    line-height: 120%;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: var(--light-black);
    /*text-transform: uppercase;*/
}

/*.common-title .small-title {
    position: relative;
    color: #686868;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    z-index: 1;
    max-width: 500px;
}*/

@media(max-width:1199px) {
    .common-title {
        padding-bottom: 30px;
    }

    .common-title .section-title {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .common-title {
        padding-bottom: 20px;
    }

    .common-title .section-title {
        font-size: 26px;
    }

    .common-title .small-title {
        /*margin-top: 20px;*/
        font-size: 16px;
    }
}


/*Header fixed css*/

.fixed .header-section .menu .sub-menu li {
    padding: 0;
}


/*Heder fixed css end*/

/* remax button start */

.primary_btn {
    border: 1px solid #d3b16a;
    border-radius: 7px;
    padding: 10px 30px;
    background: transparent;
    color: #d3b16a;
    transition: all 0.3s ease-in;
}

.secondary_btn {
    border: 1px solid #d3b16a;
    border-radius: 7px;
    padding: 12px 60px;
    background: #d3b16a;
    color: #ffffff;
    transition: all 0.3s ease-in;
}

.secondary_btn:hover {
    background-color: #ffffff;
    color: #d3b16a;
}

/* remax button end */

.main-header {
    position: relative;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
    background: transparent;
}

.head-pad .main-header.fadeInDown {
    background-color: #ffffffed;
}

.header-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}


/*     
    .header-section .logo {
        max-width: 180px;
    }
     */

.header-section .logo a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 28px;
    font-weight: 800;
}

.header-section .logo a .logo-head {
    max-width: 116px;
}

.header-section .menu ul li {
    display: inline-block;
}

.header-section .menu ul li+li {
    margin: 0 0 0 30px;
}

.header-section .menu ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: var(--base-color);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    /*    font-family: 'Montserrat', sans-serif;*/
    padding: 18px 6px;
}

.header-section .menu ul li.active>a {
    color: #d3b16a;
    position: relative;
}

.menu ul .sub-menu li+li {
    margin-left: 0;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-social {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header-social li+li {
    margin: 0 0 0 15px;
}

.header-social li {
    line-height: 100%;
}

.header-social li a {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .main-header {
        padding: 10px 0;
    }

    .header-social {
        margin: 0 40px 0 0;
    }

    .main-header .container {
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .header-section .menu {
        display: flex;
        align-items: center;
    }

    .fixed.main-header {
        position: fixed;
        -webkit-animation: smoothScroll .5s forwards;
        -khtml-animation: smoothScroll .5s forwards;
        -moz-animation: smoothScroll .5s forwards;
        -ms-animation: smoothScroll .5s forwards;
        -o-animation: smoothScroll .5s forwards;
        animation: smoothScroll .5s forwards;
        box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
        padding: 10px 0;
    }

    @keyframes smoothScroll {
        0% {
            -webkit-transform: translateY(-100px);
            -khtml-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px);
        }

        100% {
            -webkit-transform: translateY(0);
            -khtml-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .header-section .menu ul li a:hover {
        color: #d3b16a;
    }

    .menu ul .sub-menu {
        display: initial;
        position: absolute;
        margin-top: 13px;
        opacity: 0;
        visibility: hidden;
        left: 0;
        top: 31px;
        text-align: left;
        -webkit-transition: all 0.2s ease-in-out;
        -khtml-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        list-style: none;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
    }

    .menu ul li:hover>.sub-menu {
        display: inherit;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    /* Dropdown inside dropdown */
    .menu ul li>.sub-menu>li>.sub-menu {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 15px;
        scrollbar-width: thin;
        scrollbar-color: #d3b16a #20c7d2;
        padding-right: 6px;
    }

    .menu>ul .sub-menu .sub-menu {
        top: 0 !important;
        left: 180px;
        padding: 0;
    }

    .menu ul .sub-menu li {
        padding: 0;
        margin: 0px;
        width: 180px;
        float: none;
        display: list-item;
        position: relative;
        -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -khtml-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -ms-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        -o-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.03), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.03);
    }

    .menu ul .sub-menu li a {
        display: block;
        padding: 12px 10px;
        font-size: 13px;
        font-weight: 600;
        line-height: 150%;
        color: #ffffff;
        border-bottom: 1px solid rgb(223 223 223 / 10%);
    }

    .menu>ul .sub-menu .dropdown>a:after {
        position: absolute;
        content: "\e911";
        font-family: icomoon !important;
        right: 8px;
        top: 11px;
        font-size: 10px;
    }

    .menu ul .sub-menu li a.active {
        color: #fff;
        background-color: #d3b16a;
    }

    .menu ul .sub-menu li a:hover {
        color: #fff;
        background-color: #d3b16a;
    }

    .menu>ul>.dropdown>a:after {
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        content: "\e909";
        top: 23px;
        right: -10px;
        font-family: icomoon !important;
        font-size: 12px;
        font-weight: 600;
        line-height: 100%;
        color: #d3b16a;
    }
}

@media (max-width: 1640px) {
    .menu ul .sub-menu li+li {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-section .logo a {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .header-section .logo a {
        font-size: 12px;
    }
}

.menu ul .sub-menu {
    border-radius: 15px;
}

.menu ul .sub-menu>li:first-child>a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.menu ul .sub-menu>li:last-child>a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.menu ul .sub-menu li {
    background: transparent;
    box-shadow: none;
}

.menu ul .sub-menu li a {
    background-color: #20c7d2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.menu ul .sub-menu li:last-child a {
    border-bottom: none;
}

.menu>ul .sub-menu .sub-menu {
    padding-right: 4px;
    box-sizing: content-box;
}

/* Banner csss */

.home-banner-02 {
    background: linear-gradient(175deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 50%), url('../images/banner-photo.jpg');
    background-position: 0px;
    background-size: cover;
    position: relative;
    z-index: 1;
        background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat;
}

.home-banner-02 .banner-center {
    display: flex;
    justify-content: space-between;
}

.home-banner-02 .carousel-caption.h-b_caption {
    padding-top: 60px;
    position: relative;
    left: 0;
    right: auto;
}

.home-banner-02 .carousel-caption .h-b_item .title {
    color: var(--base-color);
    font-size: 80px;
    font-weight: 800;
    line-height: 120%;
    position: relative;
    padding-top: 70px;
    font: normal normal normal 80px/120px Alfarn;
}

.home-banner-02 .carousel-caption .h-b_item .title span {
    color: #d3b16a;
    font: normal normal normal 80px/120px Alfarn;
}

.home-banner-02 .carousel-caption {
    text-shadow: none;
}

.home-banner-02 .carousel-caption .h-b_item .banner-desc {
    color: #101010;
    font-size: 25px;
    font-weight: 400;
    line-height: 180%;
    /*margin: 40px 0 20px;*/
}

.home-banner-02 .carousel-caption .banner-btn {
    margin-top: 20px;
    display: flex;
}

.banner_text_img {
    width: 370px;
    margin-bottom: 10px;
}

@media(max-width: 1200px) {
    .banner_text_img {
        width: 140px;
        margin-bottom: 0px;
    }
}

.home-banner-02 .carousel .h-b_fill {
    height: 800px;
    width: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.home-banner-02 .carousel-control {
    width: 40px;
    height: 40px;
    margin: auto;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
}

.home-banner-02 .carousel-indicators li {
    border-radius: 50px;
    height: 15px;
    width: 15px;
    margin-top: 0;
    border: 0;
    opacity: 1;
    display: none;
    position: relative;
}

.home-banner-02 .carousel-indicators li::after {
    position: absolute;
    content: '';
    border: 2px solid #ffffff;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    left: -5px;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.home-banner-02 .carousel-indicators {
    margin: 20px 0;
    left: 0;
    right: 0;
    text-align: center;
    width: auto;
}

.home-banner-02 .carousel-indicators li.active {
    background: #8CE4F4;
}

.home-banner-02 .carousel-indicators li.active::after {
    border: 2px solid #8CE4F4;
}

.home-banner-02 .carousel-indicators li+li {
    margin-left: 20px;
}

.home-banner-02 .carousel-control i {
    line-height: 40px;
}

@media(min-width:1200px) {
    .home-banner-02 .carousel-control {
        opacity: 0;
    }

    .home-banner-02:hover .carousel-control {
        opacity: 1;
    }
}

@media(max-width:1199px) {
    .home-banner-02 .carousel-caption.h-b_caption {
        padding-top: 50px;
    }

    .home-banner-02 .carousel-caption .h-b_item .title {
        font-size: 40px;
        padding-top: 20px;
    }

    .home-banner-02 .carousel-inner {
        overflow: visible;
    }

    .home-banner-02 .carousel .h-b_fill {
        position: absolute;
        width: 100%;
        background-size: contain;
        height: 450px;
    }
}

@media(max-width:767px) {
    .home-banner-02 .carousel-caption.h-b_caption {
        padding-top: 40px;
    }

    .home-banner-02 .carousel-caption .h-b_item .title {
        font-size: 30px;
        padding-top: 20px;
        height: 90px;
    }

    .home-banner-02 .carousel-caption .h-b_item .title span {
        font-size: 35px;
    }

    .home-banner-02 .carousel-caption .h-b_item .banner-desc {
        font-size: 20px;
        margin-top: 15px;
    }

    .home-banner-02 {
        background-position: -340px;
    }
}

/*Banner css end*/


/*nav mobile*/

.nav-mobile {
    background: var(--light-black);
    padding-top: 40px;
}

#nav-mobile-btn i {
    display: block;
    position: relative;
    color: #ffe0e2;
    font-size: 24px;
}

#nav-mobile-btn .icon-close {
    display: none;
}

.wrapper.open #nav-mobile-btn .icon-menu {
    display: none;
}

.wrapper.open #nav-mobile-btn .icon-close {
    display: block;
}

.nav-mobile.open {
    background-color: var(--base-color);
}

.nav-mobile>ul li>a {
    /*font-family: 'Montserrat', sans-serif;*/
}

.nav-mobile>ul ul {
    border: none;
}

.nav-mobile h2 i {
    font-size: 21px;
    margin-right: 10px;
    display: none;
}

.nav-mobile a:hover,
.nav-mobile a.active {
    color: #8CE4F4;
    background: none !important;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .animated {
        animation-duration: 0s;
    }

    #nav-mobile-btn,
    .nav-mobile {
        display: block;
        /*background: transparent;*/
    }

    .menu {
        display: none;
    }
}


/* common css */

.thumbnail_container .box-link {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.thumbnail_container .box-link .link {
    color: #fff;
    font-size: 18px;
}

.thumbnail_container .box-link .link i {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition-duration: .2s;
    font-size: 18px;
    display: inline-block;
}

.form-control {
    border-radius: 0;
    height: 55px;
    border: 0;
    border-bottom: 1px solid rgba(0, 33, 52, 0.502);
    background: transparent;
    box-shadow: none;
    color: #101010;
    font-weight: 400;
    padding: 15px 0;
}

textarea.form-control {
    height: 90px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: inherit;
}

@media (min-width:1200px) {
    .thumbnail_container:hover .box-link {
        opacity: 1;
    }

    .thumbnail_container .box-link .link:hover i {
        background: #fff;
        color: #005475;
    }
}

@media (max-width:991px) {
    h2 {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 22px;
    }
}


/* common select css*/

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-default {
    border-color: #fff;
    border-radius: 0;
}

.select-group {
    margin-bottom: 30px
}

.select-group .dropdown-toggle {
    background: transparent !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(100 116 177);
    font-weight: 500;
    font-size: 14px;
    color: var(--base-color);
}

.open>.dropdown-toggle.btn-default .cvbrff {
    color: var(--base-color);
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    display: inherit;
}

.select-group .check-mark::before {
    content: "\e903";
    display: inline-block;
    font-family: 'icomoon' !important;
    position: absolute;
    left: -5px;
    top: 8px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret::after {
    font-family: 'icomoon';
    position: absolute;
    content: "\e909";
    top: -2px;
    right: 0;
    font-weight: 700;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    margin-top: 0;
}

.select-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    padding-right: 20px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li+li {
    border-top: 1px solid #EFEFEF;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:hover {
    background: #f5f5f5;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li:before {
    left: 10px;
    top: 12px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 10px;
}

.select-group .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background: transparent;
}

.btn-default:hover {
    outline: none !important;
    box-shadow: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}


/*Inner banner css*/

.inner-banner {
    position: relative;
    z-index: 3;
}

.inner-banner .i-b_fill {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
}

.inner-banner .i-b_fill:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--light-black);
    opacity: .3;
}


.inner-banner .inner-title-main {
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 70px;
    z-index: 1;
}

.inner-banner .inner-title-main h1 {
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: left;
    display: inline-block;
    /*font-family: 'Montserrat', sans-serif;*/
}

.inner-banner .back-list {
    text-align: right;
    position: relative;
    bottom: -10px;
}

.inner-banner .back-list a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 600;
}

.inner-banner .back-list a i {
    margin-right: 5px;
    font-weight: 700;
}

@media(min-width:1200px) {
    .inner-banner .back-list a:hover {
        color: #101010;
    }
}

@media(max-width:1199px) {
    .inner-banner .inner-title-main h1 {
        font-size: 36px;
    }
}

@media(max-width:767px) {
    .inner-banner .i-b_fill {
        height: 200px;
    }

    .inner-banner .inner-title-main h1 {
        font-size: 28px
    }
}

@media(max-width:479px) {
    .inner-banner .inner-title-main h1 {
        font-size: 24px
    }
}


/*Inner banner End*/

.inner-page-conatiner {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

@media(max-width:1199px) {
    .inner-page-conatiner {
        padding: 60px 0 30px;
    }
}

@media(max-width:767px) {
    .inner-page-conatiner {
        padding: 25px 0 30px;
    }
}


/* Design css S */

.design-sec-main {
    position: relative;
    top: -230px;
    z-index: 1;
}

.design-sec-main .box-wrap {
    display: flex;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: -230px;
}

.design-sec-main .box-wrap:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    max-width: 385px;
    height: 75px;
    width: 100%;
    background: #8CE4F4;
    z-index: -1;
}

.design-sec-main .box-wrap .box {
    max-width: 400px;
    min-height: 400px;
    padding: 20px 25px 35px;
    background: #ffffff;
    box-shadow: 0px 0px 30px var(--light-black)29;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.design-sec-main .box-wrap .box:first-child {
    box-shadow: 0px 10px 50px 1px rgb(0 0 0 / 30%);
}

.design-sec-main .box-wrap .box+.box {
    margin-left: 30px;
}

.design-sec-main .box-wrap .box i {
    font-size: 60px;
    color: #8CE4F4;
    font-weight: 500;
}

.design-sec-main .box-wrap .box .title {
    font-size: 22px;
    color: #101010;
    font-weight: 600;
    margin: 60px 0 20px;
    padding-bottom: 10px;
    position: relative;
}

.design-sec-main .box-wrap .box .title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ffffff
}

.design-sec-main .box-wrap .box .desc {
    font-size: 14px;
    color: #101010;
    font-weight: 500;
    line-height: 160%;
    height: 65px;
    overflow: hidden;
}

@media(min-width:1200px) {
    .design-sec-main .box-wrap .box:hover {
        background: #8CE4F4;
        box-shadow: 0px 10px 50px 1px rgb(0 0 0 / 30%);
    }

    .design-sec-main .box-wrap .box:hover .title,
    .design-sec-main .box-wrap .box:hover .desc,
    .design-sec-main .box-wrap .box:hover .title,
    .design-sec-main .box-wrap .box:hover .title::after,
    .design-sec-main .box-wrap .box:hover i {
        color: #ffffff;
    }
}

@media(max-width:1199px) {
    .design-sec-main {
        top: 0;
        padding-bottom: 50px;
    }

    .design-sec-main .box-wrap .box+.box {
        margin-left: 0;
    }

    .design-sec-main .box-wrap .box {
        padding: 20px;
        min-height: auto;
    }

    .design-sec-main .box-wrap {
        margin: 0;
    }

    .design-sec-main .box-wrap .box i {
        font-size: 40px;
    }

    .design-sec-main .box-wrap .box .title {
        margin: 20px 0;
        font-size: 18px;
    }
}

@media(max-width:991px) {
    .design-sec-main .box-wrap {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }

    .design-sec-main .box-wrap .box+.box {
        margin-top: 20px;
    }

    .design-sec-main .box-wrap:after {
        content: none;
    }
}

@media(max-width:479px) {
    .design-sec-main .box-wrap .box .title {
        margin: 15px 0 10px;
    }
}


/* Design css E */


/* list-sec-main css S */

.list-sec-main {
    padding: 100px 0;
}

.list-sec-main.sec-border:after {
    top: -40px;
}

.list-sec-main .common-title {
    align-items: flex-start;
    padding-top: 40px;
    position: relative;
    text-align: left;
}

.list-sec-main .common-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #8CE4F4;
}

.list-sec-main .common-title .small-title {
    text-align: left;
}

.list-sec-main .list-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -10px;
}

.list-sec-main .list-box li {
    width: 31%;
    margin: 10px;
    overflow: hidden;
}

.list-sec-main .list-box li a {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 800;
    background: #F3F3F3;
    padding: 40px 30px;
    color: #003843;
    position: relative;
}

.list-sec-main .list-box li a .title {
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-sec-main .list-box li a .icon-site-shape {
    position: absolute;
    top: 40px;
    left: -25px;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.50);
    font-weight: 500;
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.list-sec-main .list-box li i {
    font-weight: 600;
    line-height: 24px;
}

@media(min-width:1200px) {
    .list-sec-main .list-box li a:hover {
        background: #8CE4F4;
        color: #003843;
    }

    .list-sec-main .list-box li a:hover .title {
        margin-left: 30px;
    }

    .list-sec-main .list-box li a:hover .icon-site-shape {
        transform: scale(1);
    }
}

@media(max-width:1199px) {
    .list-sec-main.sec-border:after {
        top: -80px;
    }

    .list-sec-main {
        padding: 30px 0 50px;
    }

    .list-sec-main .list-box {
        margin-top: 0;
    }

    .list-sec-main .list-box li a {
        font-size: 16px;
        padding: 20px 15px;
    }
}

@media(max-width:991px) {
    .list-sec-main .list-box li {
        width: 30%;
    }
}

@media(max-width:767px) {
    .list-sec-main .list-box li {
        margin-top: 10px;
        width: 46%;
    }
}

@media(max-width:600px) {
    .list-sec-main .list-box li {
        width: 44%;
    }
}

@media(max-width:568px) {
    .list-sec-main .list-box li {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .list-sec-main .list-box {
        margin: 0;
    }

    .list-sec-main .list-box li a {
        font-size: 14px;
    }
}


/* list-sec-main css E */


/* selected-sec-main css E */

.selected-sec-main {
    padding: 100px 0;
    background: #ECFCFF;
}

.selected-sec-main .common-title .small-title {
    color: #101010;
}

.selected-sec-main .box-img {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.selected-sec-main .box-img .image {
    width: 31.2%;
    background: #ffffff;
    margin: 10px;
    -webkit-transition: all .2s ease-in-out;
    -khtml-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.selected-sec-main .box-img .image .thumbnail_container {
    background: transparent;
    padding-bottom: 66.6%;
}

@media(min-width:1200px) {
    .selected-sec-main .box-img .image:hover {
        transform: translateY(-10px)
    }

    .selected-sec-main .container {
        max-width: 1030px;
        width: 100%;
    }
}

@media(max-width:1199px) {
    .selected-sec-main {
        padding: 50px 0;
    }

    .selected-sec-main .box-img {
        margin: 0;
    }

    .selected-sec-main .box-img .image {
        margin-top: 10px;
    }
}

@media(max-width:991px) {
    .selected-sec-main .box-img .image {
        width: 29.5%;
    }
}

@media(max-width:568px) {
    .selected-sec-main .box-img .image {
        width: 45%;
    }
}

@media(max-width:479px) {
    .selected-sec-main .box-img .image {
        width: 44%;
    }
}

@media(max-width:379px) {
    .selected-sec-main .box-img .image {
        width: 43%;
    }
}


/* selected-sec-main css E */


/* About Section Css S */

.about-sec-main {
    padding: 70px 0;
    /*background: linear-gradient(rgb(255 255 255 / 30%), rgba(255, 255, 255, 0.5)), url(../images/about_bg.svg);*/
    background-position-y: -332px;
    background-position-x: 117px;
}

.about-sec-main .about-content {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 30px var(--light-black)29;
    border-radius: 6px;
    overflow: hidden;
    background: #002B33;
}

.about-sec-main .about-content .left-side {
    max-width: 570px;
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.about-sec-main .about-content .left-side:after {
    position: absolute;
    content: "\e904";
    font-family: 'icomoon' !important;
    font-size: 80px;
    left: 0;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.50);
    z-index: -1;
}

.about-sec-main .section-title {
    font-size: 30px;
    width: 490px;
    /*font-weight: 800;*/
}

.about-sec-main .about-content .left-side .desc {
    font-size: 16px;
    color: #f2f2f2;
    margin: 0 0 50px;
    line-height: 160%;
    font-weight: 400;
}

.about-sec-main ul {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.about-sec-main ul li {
    background: white;
    border: 1px solid var(--base-color);
    border-radius: 27px;
    padding: 30px 25px 20px 25px;
    font-size: 13px;
    color: #d3b16a;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-sec-main ul li span {
    display: block;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    color: var(--base-color);
    font-weight: 600;
}

.about-sec-main .about-content .right-side {
    max-width: 600px;
    width: 100%;
    margin-left: 30px;
}

@media(max-width:1199px) {
    .about-sec-main {
        padding: 50px 0;
    }

    .about-sec-main .section-title {
        font-size: 30px;
    }

    .about-sec-main .about-content .left-side .desc {
        margin: 0 0 20px 0;
    }

    .about-sec-main ul li+li {
        margin-left: 15px;
    }
}

@media(max-width:991px) {
    .about-sec-main .about-content .left-side {
        padding: 30px 15px;
    }

    .about-sec-main .section-title {
        font-size: 26px;
    }

    .about-sec-main .about-content .left-side .desc {
        font-size: 14px;
    }

    .about-sec-main ul li {
        font-size: 26px;
    }
}

@media(max-width:767px) {
    .about-sec-main .section-title {
        font-size: 24px;
    }

    .about-sec-main .about-content {
        flex-direction: column-reverse;
    }

    .about-sec-main .about-content .right-side {
        margin: 0;
        max-width: 100%;
    }

    .about-sec-main .about-content .left-side:after {
        right: -20px;
        left: auto;
    }

    .about-sec-main ul li {
        font-size: 13px;
        padding: 15px;
        text-align: center;
    }
}

@media(max-width:568px) {
    .about-sec-main ul li+li {
        /*margin: 20px 0 0;*/
    }
}


/* About Section Css E */


/* Testimonial Section Css S */

.testimonial-sec-main {
    padding: 70px 0px;
    background: #ffffff;
    position: relative;
}

.testimonial-sec-main .section-title {
    text-align: center;
}

.testimonial-sec-main .section-title {
    text-align: center;
}

.testimonial_main_box {
    background-color: #dcffff;
    border-radius: 35px;
    padding: 30px;
    width: 89%;
    margin: auto;
}

.testimonial_img {
    position: relative;
}

.testimonial_main_box .image {
    float: right;
    width: 300px;
    height: 400px;
    position: absolute;
    top: -87px;
    right: 30px;
    border-radius: 35px;
    overflow: hidden;
}

.testimonial_main_box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
}

.testimonial-slider .testi-box {
    display: flex;
    justify-content: center;
}

.testimonial_main_box span {
    color: var(--base-color);
    font-size: 18px;
}

.testimonial_main_box h3 {
    font-size: 35px;
    color: var(--light-black);
    font-weight: 600;
    max-width: 335px;
    margin: 14px 0px;
}

.testimonial-slider .testi-box .desc {
    color: #494949;
    font-size: 14px;
}

.testi_bottom {
    margin-top: 25px;
    display: flex;
    padding-bottom: 15px;
    justify-content: space-between;
}

.testi_name {
    color: #d3b16a;
    font-weight: 600;
}

/*
.testimonial-slider video, .testimonial-slider img{
    width: 100px !important;
    height: auto;
}*/

.testimonial-slider .testi-box .image img {
    height: 750px;
    width: 750px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    top: -50px;
    z-index: 99;
}

.testi-box
/*
.testimonial-slider .testi-box .image img {
    height: 75px;
    width: 75px;
    border-radius: 100%;
    margin: 0 auto;
}*/

.icon-star.fill {
    color: #ffd52d;
    font-size: 13px;
}

.icon-star {
    color: #697488;
    font-size: 13px;
}

@media(max-width:1199px) {
    .testimonial-sec-main {
        padding: 50px 0;
    }

    .testimonial-slider .testi-box .short-desc {
        margin: 10px 0;
    }

    .testimonial-slider .testi-box .desc {
        font-size: 14px;
    }

    .testi_bg {
        display: none;
    }

    .testimonial_main_box {
        position: static;
        margin: auto;
    }

    .testimonial_main_box .image {
        position: static;
    }
}


/* Testimonial Section Css E */


/* OUR blog Section Css S */

.blog-sec-main {
    padding: 70px 0;
}

/*@media(min-width:1366px) {*/
/*    .blog-sec-main .container {*/
/*        max-width: 1230px;*/
/*        width: 100%;*/
/*    }*/
/*}*/

.blog-sec-main .blog-box {
    -webkit-transition: all .2s ease-in-out;
    -khtml-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog-sec-main .blog-box .image .thumbnail_container {
    padding-bottom: 66.6%;
}

.blog-sec-main .blog-box .image .thumbnail_container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.blog-box:hover img {}

.blog-sec-main .blog-box:hover .blog-desc-box .blog-head .left .small-title {
    color: #d3b16a;
}


.read_more {
    margin-top: 10px;
    display: flex;
    /*justify-content: end;*/
    align-items: center;
    color: var(--base-color);
}

.read_more i {
    margin-left: 10px;
}

.blog-sec-main .blog-desc-box {
    /*padding: 20px;*/
}

.blog-sec-main .blog-desc-box .blog-head {
    display: flex;
    justify-content: space-between;
}

.blog-sec-main .blog-desc-box .blog-head .left .author-list {
    margin-left: 10px;
}

.blog-sec-main .blog-box .blog-desc-box .blog-head .left .small-title {
    font-size: 16px;
    color: var(--light-black);
    font-weight: 600;
}

.blog-sec-main .blog-desc-box .blog-head .left .blog-date,
.blog-sec-main .blog-desc-box .blog-head .left span {
    font-size: 14px;
    color: #d3b16a;
    display: block;
    font-weight: 400;
    margin: 12px 0px;
}

.blog-sec-main .blog-desc-box .blog-head .right .blog-read {
    font-size: 14px;
    font-weight: 400;
}

.blog-sec-main .blog-content {
    margin-top: 15px;
}

.blog-sec-main .small-title {
    font-size: 18px;
    color: #333333;
    /*font-weight: 600;*/
    line-height: 120%;
    /*height: 70px;*/
    overflow: hidden;
}

.blog-sec-main .desc {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}

.blog-sec-main .read-more a {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.blog-sec-main .read-more a i {
    margin-left: 5px;
    margin-bottom: -4px;
}

@media(min-width:1200px) {
    .footer-main .footer-btn {
        margin-left: -60px;
    }
}

@media(max-width:1199px) {
    .blog-sec-main {
        padding: 50px 0;
    }

    .blog-sec-main .blog-desc-box .blog-head .left .small-title {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .blog-sec-main .blog-desc-box .blog-head .left .blog-date {
        font-size: 12px;
    }

    .blog-sec-main .blog-content .small-title {
        font-size: 16px;
    }

    .blog-sec-main .blog-desc-box .blog-head .right {
        text-align: right;
    }

    .blog-sec-main .blog-desc-box .blog-head {
        flex-direction: column;
    }

    .blog-sec-main .read-more a {
        font-size: 14px;
    }
}


/* OUR blog Section Css E */


/* Footer css S */

.footer-main {
    padding: 80px 0;
    background-position: bottom;
    background-size: 104%;
    background-repeat: no-repeat;
}

.footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/footer.jpg') no-repeat bottom center;
    background-size: 104%;
    transform: scaleX(-1);
    z-index: -1;
}

.footer_bottom {
    padding: 20px 0;
    position: relative;
}

.f-b-content p {
    font-size: 14px;
    color: #ffffff;
    /*text-align: center;*/
    font-weight: 300;
    margin: 0;
}

/* @media(min-width:1366px) {
    .footer-main .container {
        max-width: 1230px;
        width: 100%;
    }
} */

.footer_title {
    color: var(--base-color);
    position: relative;
    font-size: 24px;
    font-weight: bold;
}

.footer_title:hover {
    color: #d3b16a;
}

.f-b-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_title:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 20px;
    height: 2px;
    background: #d3b16a;
}

.quick_links {
    padding-top: 20px;
}

.quick_links li {
    color: white;
    font-size: 16px;
    padding: 4px 0px;
    opacity: 0.9;
    /* font-weight: bold; */
}

.quick_links li a:hover {
    color: var(--base-color);
}

.quick_links ul li+li {
    margin-top: 0px;
}

.footer_logo {
    position: relative;
    top: -30px;
}

.footer_logo img {
    max-width: 40%;
}

.footer-main .footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-main .footer-social {
    display: flex;
    align-items: center;
}

.footer-main .footer-social li {
    margin: 0;
}

.footer-social img {
    max-width: 35px;
    margin-right: 10px;
}

.footer-main .footer-center-title {
    margin: 0;
    color: #8CE4F4;
    font-size: 40px;
    font-weight: 800;
}

.footer-main .footer-btn .primary_button {
    color: #8CE4F4;
}

.footer-main .footer-btn .primary_button i {
    color: #8CE4F4;
}

@media(min-width:1200px) {
    .footer-main .footer-btn .primary_button:hover {
        background: #ffffff;
        color: #101010;
    }

    .footer-main .footer-btn .primary_button:hover i {
        color: #8CE4F4;
    }

    .footer-main .footer-social li a:hover {
        color: #ffffff;
    }
}

@media(max-width:1199px) {
    .footer-main {
        padding: 50px 0;
        background: none;
    }

    .footer-main .footer-center-title {
        font-size: 30px;
    }

    .footer-main .footer-social li+li {
        margin-left: 0px;
    }

    .footer-main .footer-social li a {
        font-size: 24px;
    }

    .quick_links li {
        padding: 7px;
        margin: 0px;
    }

    .footer_title {
        margin-top: 25px;
    }
}

@media(max-width:767px) {
    .footer-main .footer-center-title {
        font-size: 26px;
    }

    .footer-main .footer-social li a {
        font-size: 20px;
    }
}

@media(max-width:568px) {
    .footer-main .footer-box {
        flex-direction: column;
    }

    .footer-main .footer-center-title {
        margin: 30px 0;
    }

    .f-b-content {
        flex-direction: column;
    }
}


/* Footer css E */


/* Blog Listing S*/

.blog-list-main {
    padding: 20px 0 50px;
}

.blog-sec-main .blog-box {
    margin-top: 20px;
    padding-bottom: 20px;
}


/* Blog Listing E*/

/* Testimonial S */

.testimonial-listing {
    padding: 50px 0;
    background: transparent;
}

.testimonial-listing .testimonial-list.grid .grid-sizer {
    display: none;
}

.testimonial-listing .testimonial-list .grid-item {
    width: 33%;
    padding: 25px 10px;
}

.testimonial-listing .testimonial-list .testi-box {
    background: #F3F3F3;
    border-radius: 6px;
    padding: 20px 15px;
    border: 1px solid rgba(0, 0, 0, 0.102);
    -webkit-transition: all .2s ease-in-out;
    -khtml-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.testimonial-listing .testimonial-slider .testi-box .image {
    margin: -50px 0 30px;
}

@media(min-width:1200px) {
    .testimonial-listing .testimonial-list .testi-box:hover {
        background: #002B33;
    }

    .testimonial-listing .testimonial-slider .testi-box:hover .short-desc .label-text {
        color: #8CE4F4;
    }

    .testimonial-listing .testimonial-slider .testi-box:hover .short-desc span {
        color: #8CE4F4;
    }

    .testimonial-listing .testimonial-slider .testi-box:hover .desc {
        color: #ffffff;
    }
}

@media(max-width:1199px) {
    .testimonial-listing .testimonial-list .grid-item {
        width: 50%;
    }
}

@media(max-width:479px) {
    .testimonial-listing .testimonial-list .grid-item {
        width: 100%;
        padding: 20px 0;
    }
}


/* Testimonial E */


/* services Detail S */

.detail-main .detail-content {
    display: flex;
    background: #ECFCFF;
    border-radius: 6px;
    align-items: center;
    padding: 30px;
}

.detail-main .detail-content .image {
    float: left;
    margin: 0 0 25px 25px;
    position: relative;
    height: 100%;
    width: 50%;
}

.detail-main .detail-content .image .label-img {
    position: absolute;
    top: 15px;
}

.detail-main .detail-content .image img {
    width: 100%;
    margin: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.102);
    float: none;
}

.detail-main .detail-content .detail-desc {
    width: 50%;
}

.detail-main .detail-content .detail-desc .common-title {
    padding-bottom: 40px;
    align-items: flex-start;
    position: relative;
    text-align: left;
}

.detail-main .detail-content .detail-desc .common-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #8CE4F4;
}

.detail-main .detail-content .detail-desc .common-title .section-title {
    font-size: 30px;
    padding-top: 30px;
}

.detail-main .detail-desc .common-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.detail-main .detail-desc .common-detail .author-list {
    width: 100%;
    display: flex;
    align-items: center;
}

.detail-main .detail-desc .common-detail .author-list img {
    height: 40px;
    width: 40px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    border-radius: 100%;
}

.detail-main .detail-desc .common-detail .small-title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.detail-main .detail-content .image .blog-date {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    top: 0;
    background: #002B33;
    padding: 10px;
    color: #fff;
    border-radius: 0 0 6px 0;
}

.detail-main .detail-content .image .blog-date i {
    font-size: 22px;
    margin-right: 10px;
    color: #8CE4F4;
}

.detail-main .detail-desc .common-detail .right {
    min-width: 100px;
    text-align: right;
}

.detail-main .detail-desc .common-detail .right .blog-read {
    font-size: 14px;
    font-weight: 500;
}

.detail-main .detail-btn {
    margin-top: 30px;
}

.detail-main .detail-btn .primary_button {
    max-width: 200px;
}

.detail-box-main .box-contact-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-box-main .box-contact-main .box-pattern {
    display: flex;
    position: relative;
    z-index: 1;
}

.detail-box-main .box-contact-main .box-pattern::after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -10px;
    max-width: 410px;
    height: 75px;
    width: 100%;
    background: #8CE4F4;
    z-index: -1;
}

.detail-box-main .box-contact-main .box {
    position: relative;
    max-width: 400px;
    padding: 50px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 30px var(--light-black)29;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.detail-box-main .box-contact-main .box+.box {
    margin-left: 30px;
}

.detail-box-main .box-contact-main .box .icon {
    margin-bottom: 30px;
}

.detail-box-main .box-contact-main .box .icon i {
    font-size: 60px;
}

.detail-box-main .box-contact-main .box .title {
    color: #002B33;
}

.detail-box-main .box-contact-main .box .desc {
    margin: 50px 0;
}

@media(min-width:1200px) {
    .detail-box-main .box-contact-main .box:hover {
        background: #002B33;
    }

    .detail-box-main .box-contact-main .box:hover .icon i {
        color: rgba(255, 255, 255, 0.80);
    }

    .detail-box-main .box-contact-main .box:hover .title {
        color: #8CE4F4;
    }

    .detail-box-main .box-contact-main .box:hover .desc {
        color: #ffffff;
    }

    .detail-box-main .box-contact-main .box:hover .primary_button {
        color: #ffffff;
    }

    .detail-box-main .box-contact-main .box:hover .primary_button i {
        color: #ffffff;
    }
}

@media(max-width:991px) {
    .detail-box-main .box-contact-main .box-pattern::after {
        bottom: -5px;
        right: -5px;
        max-width: 280px;
    }
}

@media(max-width:767px) {
    .detail-box-main {
        padding: 30px 0 50px;
    }

    .detail-main .detail-content {
        flex-direction: column-reverse;
        padding: 30px 15px;
    }

    .detail-main .detail-content .image {
        float: none;
        margin: 0 0 25px 0;
        height: 100%;
        width: 100%;
    }

    .detail-main .detail-content .detail-desc {
        width: 100%;
    }

    .detail-main .detail-content .detail-desc .common-title .section-title {
        font-size: 24px;
    }

    .detail-main .detail-desc .common-detail {
        margin-bottom: 20px;
    }

    .detail-box-main .box-contact-main .box {
        padding: 20px;
    }

    .detail-box-main .box-contact-main .box .desc {
        margin: 30px 0;
    }

    .detail-box-main .box-contact-main .box+.box {
        margin-left: 15px;
    }

    .detail-box-main .box-contact-main .box .icon {
        margin-bottom: 15px;
    }

    .detail-box-main .box-contact-main .box .icon i {
        font-size: 40px;
    }
}

@media(max-width:568px) {
    .detail-box-main .box-contact-main .box-pattern {
        flex-direction: column;
    }

    .detail-box-main .box-contact-main .box {
        margin-left: 0 !important;
        margin-top: 20px;
    }
}

@media(max-width:479px) {
    .detail-main .detail-desc .common-detail .small-title {
        font-size: 14px;
    }
}


/* services Detail E */


/* Thank you S */

.thank_you_main {
    padding: 50px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.thank_you_main .center-box {
    max-width: 700px;
    background: #dcffff;
    padding: 50px 30px;
    border-radius: 6px;
    box-shadow: 0px 7px 15px var(--light-black)1a;
    margin: auto;
    text-align: center;
    position: relative;
}

.thank_you_main .center-box::before {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background: var(--golden);
    z-index: -1;
    border-radius: 0 4px 4px 0;
    rotate: z -4deg;
}

.thank_you_main .center-box .common-title {
    padding-bottom: 20px;
}

.thank_you_main .center-box .small-title {
    font-size: 70px;
    line-height: 100%;
    color: var(--golden);
    margin: auto;
    font-weight: 700;
}

.thank_you_main .center-box .small-title span {
    color: var(--base-color);
}

.thank_you_main .center-box .short-desc {
    margin-bottom: 20px;
    color: var(--light-black);
}

.thank_you_main .center-box .box-btn {
    max-width: 200px;
    margin: 40px auto 0;
}

@media(max-width:767px) {
    .thank_you_main .center-box {
        padding: 50px 15px 30px;
    }

    .thank_you_main .center-box .small-title {
        font-size: 50px;
        padding: 0 15px;
    }

    .thank_you_main .center-box .short-desc {
        margin: 10px 0;
    }

    .thank_you_main .center-box::before {
        bottom: 0px;
        right: 0px;
        height: 211px;
    }
}

@media(max-width:479px) {
    .thank_you_main .center-box .small-title {
        font-size: 30px;
    }
}


/* Thank you E */

/* 404 S*/

.not-found-page {
    padding: 80px 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.not-found-page .center-box {
    max-width: 93%;
    background: #dcffff;
    padding: 50px 30px;
    border-radius: 35px;
    box-shadow: 0px 7px 15px var(--light-black)1a;
    margin: auto;
    text-align: center;
    position: relative;
}

.error_bg {
    position: absolute;
    top: -50px;
}

.error_bg img {
    max-width: 100%;
    width: 100%;
    margin: 0px;
}

.error_bg_bottom {
    position: absolute;
    bottom: 20px;
    right: -10px;
}

.error_bg_bottom img {
    margin: 0px;
}

.not-found-page .center-box .small-title {
    font-size: 70px;
    line-height: 100%;
    color: var(--golden);
    margin: auto;
    font-weight: 700;
}

.not-found-page .center-box .small-title span {
    color: var(--base-color);
}

.not-found-page .center-box .short-desc {
    margin-bottom: 20px;
    color: var(--light-black);
}


.error-btn .primary_button {
    color: #ffffff;
}

.error-btn .primary_button i {
    color: #ffffff;
}

@media(min-width:1200px) {
    .error-btn .primary_button:hover {
        color: var(--light-black);
    }
}

@media(max-width:1199px) {
    .not-found-page .error-center .error-text .title {
        font-size: 150px;
    }

    .not-found-page .error-center .error-desc {
        margin: 50px 0;
    }
}

@media(max-width:479px) {
    .not-found-page .error-center .error-text .title {
        font-size: 100px;
    }

    .not-found-page .error-center .error-desc {
        font-size: 14px;
    }
}


/* 404 E */


/* Service Listing S */

.service-list {
    padding: 20px 0 50px;
}

.service-list .service-box {
    position: relative;
    margin-top: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 1px rgb(0 0 0 / 30%);
    -webkit-transition: all .2s ease-in-out;
    -khtml-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service-list [class*="col-"]:nth-child(3):after,
.service-list [class*="col-"]:nth-child(6):after,
.service-list [class*="col-"]:nth-child(9):after,
.service-list [class*="col-"]:nth-child(12):after,
.service-list [class*="col-"]:nth-child(15):after,
.service-list [class*="col-"]:nth-child(18):after,
.service-list [class*="col-"]:nth-child(21):after,
.service-list [class*="col-"]:nth-child(24):after,
.service-list [class*="col-"]:nth-child(27):after {
    position: absolute;
    content: '';
    bottom: -15px;
    right: 0;
    max-width: 400px;
    height: 75px;
    width: 100%;
    background: #8CE4F4;
    z-index: -1;
}

.service-list .service-box .image .thumbnail_container {
    padding-bottom: 66.6%;
}

.service-list .service-box .image .thumbnail_container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.service-list .service-box .service-desc-box {
    padding: 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-list .service-box .service-desc-box:after {
    position: absolute;
    content: "\e904";
    font-family: 'icomoon' !important;
    font-size: 50px;
    right: -10px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.50);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.service-list .service-box .service-content .small-title {
    position: relative;
    font-size: 18px;
    padding-top: 15px;
    color: #333333;
    font-weight: 600;
    line-height: 120%;
    height: 60px;
    overflow: hidden;
}

.service-list .service-box .service-content .small-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    background: #8CE4F4;
}

.service-list .service-box .service-content .desc {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
    height: 62px;
    overflow: hidden;
}

.service-list .service-box .read-more {
    margin-top: 20px;
}

.service-list .service-box .read-more a {
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
}

.service-list .service-box .read-more a i {
    margin-left: 5px;
    vertical-align: -3px;
}

@media(min-width:1200px) {
    .service-list .service-box:hover {
        box-shadow: 0px 7px 15px var(--light-black)1a;
    }

    .service-list .service-box:hover .service-content .small-title:after {
        background: #ffffff;
    }

    .service-list .service-box:hover .service-desc-box {
        background: #8CE4F4;
    }

    .service-list .service-box:hover .service-desc-box:after {
        transform: scale(1);
    }

    .service-list .service-box .read-more a:hover {
        color: #ffffff;
    }
}

@media(max-width:1199px) {
    .service-list {
        padding: 50px 0;
    }
}

@media(max-width:767px) {
    .service-list .service-box .service-content .small-title {
        font-size: 16px;
    }

    .service-list .service-box .service-desc-box {
        padding: 20px 15px;
    }

    .service-list .service-box .read-more a {
        font-size: 14px;
    }
}

@media(max-width:568px) {
    .service-list .service-box .service-content .small-title {
        height: 100%;
    }
}


/* Service Listing E */


/* Project list S */

.project-list {
    background: #ECFCFF;
}

.project-list .project-box {
    margin-top: 30px;
}

.project-list .project-box .image {
    background: #ffffff;
}

.project-list .project-box .image .thumbnail_container {
    background: transparent;
    padding-bottom: 66.6%;
}

.project-list .project-box .small-title {
    position: relative;
    z-index: 1;
    color: var(--light-black);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-list .project-box .small-title:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 50px;
    background: #8CE4F4;
}


/* project list E */





.search_box {
    background: var(--base-color);
    padding: 12px 30px;
    margin: 65px 15px 0px 15px;
    border-radius: 15px 15px 0px 0px;
}

.search_box .search_menu li {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    opacity: 0.46;
    cursor: pointer;
}

.search_box .search_menu li:hover {
    opacity: 1;
}

.search_box .search_menu li a:hover,
.search_box .search_menu li a:focus {
    color: #ffffff;
}

.search_box .search_menu li.active:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 100%;
    background-color: #d3b16a;
    bottom: -25px;
    left: 0px;
    z-index: 99;
}

.search_box .search_menu li.active {
    opacity: 1;
    position: relative;
}

.search_box .search_menu li+li {
    margin-left: 20px;
}

.search_box p {
    color: #ffffff;
    margin: 0px;
    text-align: center;
    font-size: 18px;
}

.search_box hr {
    opacity: 0.46;
}

.search_property {
    width: 34%;
    border-radius: 7px 0px 0px 7px !important;
    background: #ffffff;
    color: #d3b16a;
    height: 45px;
    padding: 0px 10px;
    border: none;
    font-weight: 600;
}

.search_name_mls {
    height: 45px;
    border: none;
    width: 65%;
    border-radius: 0px 7px 7px 0px !important;
    padding: 0px 10px;
    font-weight: 600;
}

.search_country,
.search_price {
    height: 45px;
    border: none;
    border-radius: 7px;
    padding: 0px 10px;
    color: var(--light-black);
    font-weight: 600;
}

.search_price {
    margin: 0px 10px;
    position: relative;
}

.search_country {
    width: 170px;
}

.search_price {
    width: 192px;
    background-color: #ffffff;
    text-align: left;
}

.button_2 {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 50px 15px 20px;
    z-index: 1;
    background: #d3b16a 0% 0% no-repeat padding-box;
    transition: all 0.3s ease-in;
    overflow: hidden;
    border-radius: 7px;
    height: 50px;
    display: inline-flex;
    width: 175px;
    text-align: center;
}

@media(max-width: 1300px) {

    .search_country,
    .search_price,
    .search_name_mls,
    .search_property,
    .secondary_btn {
        width: 100%;
        border-radius: 7px;
        margin: 4px 0px;
    }

    .search_box .left {
        padding-right: 15px !important;
    }

    .search_box {
        border-radius: 15px;
        margin: 0px 15px;
        margin-bottom: 40px;
    }

    .search_box p {
        display: none;
    }

    .search_box .secondary_btn {
        display: block;
        text-align: center;
    }
}

.about-sec-main .common-title .small-title {
    color: var(--base-color);
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}

.about-sec-main .section-title {
    color: var(--light-black);
    margin: 15px 0px;
}

.about-sec-main .desc p {
    color: #212428;
    font-size: 17px;
}

.featured_listing {
    padding: 70px 0;
    background: #dcffff;
}

.just_listing {
    background: inherit;
}

.featured_listing .common-title {
    padding-left: 10px;
}

.featured_listing .image {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.featured_listing .image .thumbnail_container {
    padding-bottom: 66.6%;
}

.featured_listing .image .thumbnail_container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.feature-box {
    /* padding-top: 23px;
    padding-left: 10px; */
    padding: 30px;
    background-color: white;
}

.feature-box .small-title {
    font-size: 20px;
}

.feature-box .feature_location {
    color: var(--light-black);
}

.feature-box .feature_code {
    color: #d3b16a;
    font-size: 15px;
}

.feature-box .feature_price {
    color: var(--base-color);
    font-size: 18px;
    font-weight: 600;
}

.just_listing .feature-box .small-title {
    font-size: 18px !important;
}

.feature_amenities ul {
    height: 29px;
}

.feature-box .feature_amenities ul li {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.feature-box .feature_amenities ul li+li {
    margin-left: 7px;
}

.feature-box .feature_amenities ul li img {
    display: inherit;
    width: auto;
}

/*.features-slider .owl-stage{
    transform: translate3d(-921px, 0px, 0px) !important;
}*/


/*.features-slider .owl-item.active{
    width: 615px !important;
    height: 350px !important;
}

.features-slider .owl-item.cloned {
    width: 300px !important;
}

.features-slider .owl-item{
    margin-left: 20px;
}*/

.featured_listing .feature-box .small-title {
    color: var(--light-black);
    font-size: 22px;
    font-weight: 600;
}

.features-desc-box .left {
    margin-top: 12px;
}

.featured_listing .right_side ul {
    display: inline-block;
    position: relative;
    right: 30px;
}

.featured_listing .right_side ul:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #686868;
}

.featured_listing .right_side ul li {
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.features-slider {
    margin-top: 7px;
}

.featured_listing .right_side ul li+li {
    margin-left: 20px;
}

.featured_listing .right_side ul li:hover {
    color: #d3b16a;
}

.featured_listing .right_side ul li.active {
    color: #d3b16a;
    position: relative;
}

.featured_listing .right_side ul li.active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #d3b16a;
    bottom: -11px;
    left: 0px;
    z-index: 99;
}

.feature_location i {
    color: var(--base-color);
    margin-right: 5px;
}

.feature-box .image_top {
    position: absolute;
    padding: 8px 21px 0px 1px;
    color: #ffffff;
    right: -10px;
    top: 6px;
    height: 33px;
    /*z-index: 99 !important;*/
}

.image_top.red {
    background-color: #f73030;
}

.image_top.red:before {
    border-color: #f73030;
}

.image_top.green {
    background-color: #11c035;
}

.image_top.green:before {
    border-color: #11c035;
}

.image_top.blue {
    background-color: #f73030;
}

.image_top.blue:before {
    border-color: #f73030;
}

.feature-box .image_top:before {
    content: '';
    position: absolute;
    border-style: solid;
    left: -33px;
    top: 0px;
    border-left-color: transparent;
    border-width: 17px;
    display: none;
}



.feature-box .image_top:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 6px solid #092350;
    right: 2px;
    bottom: -4px;
    transform: rotate(70deg);
}

.feature-box .image_bottom:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 6px solid #092350;
    left: 2px;
    top: -5px;
    transform: rotate(55deg);
}

/***********/

.feature-box .image_bottom {
    position: absolute;
    padding: 7px;
    padding-left: 21px;
    padding-right: 21px;
    color: white !important;
    background-color: var(--golden) !important;
    left: 10px;
    bottom: 10px !important;
    height: 33px;
}

.image_bottom.red {
    background-color: #f73030;
}

.image_bottom.red:before {
    border-color: #f73030;
}

.image_bottom.green {
    background-color: #11c035;
}

.image_bottom.green:before {
    border-color: #11c035;
}

.image_bottom.blue {
    background-color: #f73030;
}

.image_bottom.blue:before {
    /*background-color: #f73030;*/
}

.feature-box .image_bottom:before {
    content: '';
    position: absolute;
    border-style: solid;
    right: -33px;
    top: 0px;
    border-right-color: transparent;
    border-width: 17px;
    display: none;
}

.primary_btn:hover {
    background: #d3b16a;
    color: #ffffff;
}

.about_flex {
    display: flex;
    align-items: center;
}

.features-desc-box {
    padding: 14px 7px;
    border-radius: 15px;
}

.footer_box {
    display: flex;
    justify-content: space-between;
}

@media(max-width: 767px) {
    .about-sec-main .section-title {
        margin: 0px;
    }

    .about-sec-main .common-title {
        margin-top: 20px;
    }

    .feature-box .image_bottom {
        bottom: 125px;
    }

    .featured_listing {
        padding: 50px 0px;
    }

    .featured_listing .right_side ul {
        right: 0px;
    }

    .owl-carousel .owl-stage-outer {
        overflow: inherit !important;
    }

    .features-slider {
        margin-top: 30px;
    }

    .featured_listing .common-title {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .about_flex {
        flex-direction: column;
        align-items: inherit;
    }

    .about-sec-main .section-title {
        width: auto;
    }

    .about-sec-main ul li+li {
        margin-top: 0px;
    }

    .footer_box {
        display: block;
        padding: 20px;
    }

    .footer_box li {
        margin-top: 20px;
    }

    .quick_links li {
        margin-top: 0px;
    }

}

.footer_bottom .container:after {
    content: '';
    position: absolute;
    width: 91%;
    height: 1px;
    margin: auto;
    background-color: #ffffff;
    opacity: 0.13;
    top: 0px;
}

.quick_links li a i {
    font-size: 16px;
    margin-right: 10px;
}





.range-slider {
    display: none;
    background: #fff;
    border-radius: 7px;
    width: 50%;
    padding-top: 7px;
    text-align: center;
    position: relative;
    left: 183px;
    height: 50px;
    margin-top: 10px;
}

.range-slider .rangeValues {
    display: block;
    margin-bottom: 15px;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 95%;
    position: absolute;
    left: 5px;
    top: 35px;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #d3b16a;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}



.range-slider-home {
    display: none;
    background: #fff;
    border-radius: 7px;
    width: 48%;
    padding-top: 7px;
    text-align: center;
    position: relative;
    left: 151px;
    height: 85px;
    margin-top: 10px;
}

.range-slider-home .rangeValue {
    display: block;
    margin-bottom: 15px;
}

.range-slider-home input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 95%;
    position: absolute;
    left: 5px;
    top: 35px;
}

.range-slider-home input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider-home input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #d3b16a;
    margin-top: -5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider-home input[type=range]:focus {
    outline: none;
}

.range-slider-home input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.range-slider-home input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider-home input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

@media(max-width:767px) {
    .range-slider {
        left: 0px;
        width: 100%;
        margin: 4px 0px;
    }

    .just-listed-slider {
        margin-top: 30px;
    }

    .testimonial_main_box .image {
        width: auto;
        height: auto;
    }

    .testimonial_main_box {
        margin: 0px;
        width: 100%;
        padding: 15px;
        min-height: 645px;
    }

    .testimonial_main_box span {
        padding: 20px 0px;
        position: relative;
        top: 14px;
    }

    .testimonial-sec-main {
        padding: 0px;
    }
}

/*--- /.price-range-slider ---*/

/*.testimonial-slider .owl-nav span{
    position: absolute;
    left: 0px;
    color: red;
    font-size: 30px;
}*/

.small-title {
    color: #686868;
}

.testi_bg {
    position: absolute;
    top: 20px;
}

.testi_bg img {
    max-width: inherit;
}

select:focus-visible {
    outline: none !important;
}

input:focus-visible {
    outline: none !important;
}


/*hover effects S*/
.feature-box:hover .image {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 15px;
}

.feature-box:hover .image img {
    transition: .5s all;
    transform: scale(1.1);
}

.featured_listing .feature-box {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.featured_listing .feature-box:hover {
    /* background-color: #b9e3f5; */
    /* border-top-left-radius: 0px;
    border-top-right-radius: 0px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 15px;
}

.featured_listing .feature-box:hover .small-title {
    color: #d3b16a;
}

.owl-stage-outer {
    overflow: visible !important;
}

.testimonial-slider.owl-carousel .owl-nav {
    position: absolute;
    left: 110px;
    bottom: 40px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 40px;
    color: var(--base-color);
    border: 2px solid var(--base-color);
    border-radius: 33px;
    padding: 1px 17px 10px !important;
}



/*listing page S*/

.listing-main .top-list-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.top-list-bar .dataTables_info {
    color: var(--golden);
    font-size: 14px;
}

.listing-main .top-list-bar .form-group {
    margin: 0 0 0 20px;
    min-width: 200px;
}

.item-list {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 15px;
}

.item-list .thumbnail_container {
    padding-bottom: 70%;
}

.item-list .item-desc {
    margin-top: 14px;
}

.item-list .item-desc .small-title {
    margin-top: 14px;
    vertical-align: middle;

}

.item-list .feature_amenities ul li {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 12px;
    box-shadow: 0px 3px 6px #A3A3A329;
}

.item-list .feature_amenities ul li img {
    display: inherit;
    width: auto;
}

.item-list .item_price {
    color: var(--base-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.item-list .small-title {
    color: var(--light-black);
    font-weight: 600;
    font-size: 18px;
    /*    height: 48px;
    overflow: hidden;*/
}

.item-list:hover .small-title {
    color: var(--golden);
}

.item_location i {
    color: var(--base-color);
}

.panel-default {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.panel-group .panel {
    border: 0;
    background: transparent;
}

.panel-title {
    line-height: 1 !important;
}

.panel-title a {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px 0 !important;
    margin: 0;
    color: var(--golden);
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}

.panel-title a[aria-expanded="true"] {
    color: var(--base-color);
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-heading a:before {
    content: '';
    height: 2px;
    width: 10px;
    float: right;
    background: var(--golden);
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.panel-heading a.collapsed:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 2px;
    background: var(--golden);
    right: 4px;
    border-radius: 5px;
    top: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.panel-default>.panel-heading {
    color: #282b2f;
    padding: 0;
    background: transparent;
}

.panel-body {
    padding: 20px 0;
    max-height: 300px;
    overflow-y: auto;
}

.panel-body .click-option li+li {
    margin-top: 10px;
}

.panel-body .click-option li a {
    font-size: 14px;
}

.item-list .item_type {
    /*   position: absolute;
   top: 30px;
   left: 10px;*/
    padding: 4px 7px;
    background-color: #dcffff;
    color: var(--base-color);
    border-radius: 7px;
}

.item-list .item_code {
    color: #d3b16a;
    font-size: 15px;
}

.item-list .img_overlay,
.item-list-blog .img_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    opacity: 1;
    top: 0px;
    left: 0px;
    border-radius: 15px;
    transition: .5s;
}

.item-list:hover .img_overlay,
.item-list-blog:hover .img_overlay {
    opacity: 0;
}


.item-list .image img {
    border-radius: 15px;
}

.item-list .image_top {
    position: absolute;
    padding: 7px;
    padding-right: 15px;
    padding-left: 15px;
    color: #ffffff;
    right: 45px;
    top: 45px;
    height: 34px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px;
}

.item-list .image_top:before {
    content: '';
    position: absolute;
    border-style: solid;
    left: -27px;
    top: 0px;
    border-left-color: transparent;
    border-width: 17px;
    display: none;
}

.item-list .image_top:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 6px solid #092350;
    right: 2px;
    bottom: -4px;
    transform: rotate(70deg);
    display: none;
}

.item-list .image_bottom:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 6px solid #092350;
    left: 2px;
    top: -5px;
    transform: rotate(55deg);
    display: none;
}

.item-list .image_bottom {
    position: absolute;
    padding: 5px;
    padding-left: 21px;
    padding-right: 21px;
    color: #ffffff;
    left: 45px;
    bottom: 210px;
    height: 30px;
    border-radius: 7px;
}

.item-list .image_bottom:before {
    content: '';
    position: absolute;
    border-style: solid;
    right: -30px;
    top: 0px;
    border-right-color: transparent;
    border-width: 15px;
    display: none;
}

.filters-text {
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 12px;
    font-weight: 600;
}

.filter-span {
    color: #db1a2d;
}

.list-side-bar {
    margin-top: 20px;
}

.list-side-bar .range-slider {
    display: block;
    position: static;
}

.list-side-bar .range-slider input[type=range] {
    top: initial;
}

.top-list-bar label {
    margin-bottom: 0px;
    text-align: center;
}

@media(max-width:1200px) {

    .panel-heading a.collapsed:after {
        top: 12px;
    }

    .lsit-item-main .item-list .item-desc {
        padding: 15px 10px;
    }

    .lsit-item-main .item-list .item-desc p {
        font-size: 18px;
    }

    .lsit-item-main .item-list .item-desc .price-list .price {
        font-size: 14px;
    }

    /* .lsit-item-main .item-list {
        margin: 15px 0;
    } */

    .panel-title>a,
    .panel-title>a:active {
        font-size: 13px;
        letter-spacing: 0;
        text-align: left;
    }

    .top-pagination {
        display: none;
    }

    .list-side-bar .panel-group {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }

    .list-side-bar .panel-group .panel {
        width: 48%;
    }

    .filters-text {
        background: #fff;
        border: 1px solid #d5d5d5;
        margin-bottom: 13px;
        border-radius: 4px;
        margin-top: -65px;
        padding: 7px;
        font-weight: 600;
    }

    .filter-span {
        font-weight: initial;
    }

    .showing_records {
        display: none;
    }

    .listing-main .top-list-bar .form-group {
        margin: 0px;
    }

    .list-side-bar {
        margin-top: 60px;
    }

    .listing-main .top-list-bar {
        display: block;
    }

    .list-side-bar .mobile-show {
        display: none;
    }

    .select-group .dropdown-toggle {
        background: #f7f7f9 !important;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #d5d5d5;
    }

    .panel-group .panel+.panel {
        margin-top: 0px;
    }

    .item-list .image_bottom {
        bottom: 250px;
    }

    .item-list .image_bottom:before {
        right: -33px;
    }
}

/*listing page E*/

/*Detail page S*/
.property-title-price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.property-title-price-wrap h1 {
    font-size: 34px;
}

.detail_description,
.property_detail,
.agent_detail,
.property_amenities,
.detail_overview,
.map_section {
    padding-top: 50px;
}

.property-title-price-wrap .page-title h3 {
    color: var(--light-black);
    font-weight: 600;
    font-size: 22px;
}

.main_detail_top .feature_amenities ul li {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 14px;
    box-shadow: 0px 3px 6px #A3A3A329;
}

.main_detail_top .feature_amenities ul li+li {
    margin-left: 7px;
}

.main_detail_top .feature_amenities ul li img {
    display: inherit;
    width: auto;
}

.main_detail_top .item_type {
    padding: 4px 7px;
    background-color: #dcffff;
    color: #003da4;
    border-radius: 7px;
}

.item-price-wrap li {
    display: inline-block;
    color: var(--base-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.item-price-wrap li+li {
    margin-left: 7px;
}

.detail_content {
    line-height: 25px;
    font-size: 15px;
}

.detail-wrap {
    border: 1px solid;
    padding: 30px;
    background-color: rgba(201, 201, 201, 0.15);
    border-color: #dbdbdb;
    border-radius: 15px;
}

.list-2-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.detail-wrap li {
    border-color: rgba(0, 0, 0, .05);
}

.property_detail .list-2-cols li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    margin: 0px 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.detail-wrap li strong {
    white-space: nowrap;
}

.detail-wrap li span {
    max-width: 150px;
    text-align: right;
}

.property_features_content .list-unstyled {
    flex-wrap: wrap;
    display: flex;
    flex: 1 1 auto;
}

.property_features_content .list-unstyled li {
    width: 42%;
    margin: 0px 30px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
}

.property_features_content .list-unstyled li span li {
    width: initial;
    margin: 0px;
    float: right;
    padding: 0px;
    border: none;
}

@media(max-width: 767px) {
    .right_side {
        padding-top: 0px;
    }

    .property-title-price-wrap .item_location {
        width: 100%;
        margin-bottom: 7px;
    }

    .property-title-price-wrap img {
        margin-left: 0px !important;
    }
}

.detail_agent_wrap {
    margin-bottom: 20px;
    margin-top: 50px;
}

.agent_list {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
    padding: 30px 20px;
    margin: 30px 0px;
    transition: 0.2s all linear;
}

.content {
    max-height: 410px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.agent_list:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.detail_agent_wrap .image {
    width: 200px;
    height: 200px;
    flex: 0 0 60px;
    background-color: rgba(49, 106, 185, .2);
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}

.detail_agent_wrap .agent_box h4 {
    margin-top: 20px;
}

.agent_box .image:before {
    content: url(../images/pin.png);
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #dcffff;
    border-radius: 7px;
    /*z-index: -1;*/
}

.agent_box .image:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 40px;
    height: 40px;
    border-left: 2px solid var(--base-color);
    border-top: 2px solid var(--base-color);
    z-index: -1;
}


.detail_agent_wrap .image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
}


.agent_box {
    display: flex;
    justify-content: start;
    padding: 20px 0 0;
}

.detail_agent_wrap .agent_box {
    display: block;
    text-align: center;
}

.detail_agent_wrap .agent_box .image {
    margin: auto;
}


.highlights_grid {
    position: relative;
    z-index: 999;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 12px;
    display: inline-flex;
    flex-wrap: wrap;
}

.rh_property__additional {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
    column-gap: 40px;
    box-sizing: border-box;
    margin-left: 20px;
}

.rh_property__additional li {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    column-gap: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.rh_property__additional li .title {
    font-size: 15px;
    font-weight: 600;
    width: 30%;
}

.rh_property__additional li:nth-child(odd) {
    background: #dcffffb5;
}

.rh_property__additional li .value {
    text-align: left;
    color: var(--rh-global-color-text);
    font-size: 15px;
    font-weight: 400;
    width: 70%;
}

.rh-property-agent-info-sidebar .contact {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 0;
    align-items: center;
    margin-bottom: 15px;
    /*justify-content: space-evenly;*/
}

.rh-property-agent-info-sidebar .contact span {
    width: 30%;
    max-width: 120px;
    text-align: right;
    font-weight: 700;
    align-items: center;
    display: flex;
    /*    justify-content: space-between;
    justify-content: space-evenly;*/
}

.rh-property-agent-info-sidebar .contact span i {
    float: left;
}

.rh-property-agent-info-sidebar .contact a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s all linear;
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.rh_property__features {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
    column-gap: 2%;
}

.rh_property__features li {
    display: flex;
    width: 32%;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 20px;
}

.rh_property__features li span {
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.rh_property__features li span i {
    margin-right: 20px;
    border-radius: 7px;
    border: 1px solid var(--base-color);
    padding: 7px;
    color: #d3b16a;
}

.rh-ultra-form {
    margin-top: 20px;
    padding: 20px;
    border-radius: 7px;
    background: #dcffff;
    padding-top: 20px;
}

.rh-ultra-form-field-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
    padding: 9px 15px;
    line-height: 1;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(29, 178, 255, 0.18);
    background: #fff;
}

.rh-ultra-form-field-wrapper .help-block {
    display: block;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: red;
    font-size: 12px;
}

.rh-ultra-form-field-wrapper label {
    margin: 0;
}

.rh-property-agent-enquiry-form .secondary_btn {
    width: 100%;
    margin-top: 20px;
}

.rh-ultra-field {
    flex: 1;
    padding: 6px 0;
    margin: 0 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    transition: 0.2s all linear;
    border-bottom: 2px solid #f0f0f0;
    color: #808080;
}


.galleryGrid.-type-1 {
    display: grid;
    grid-template-columns: 0.52fr 0.24fr 0.24fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    position: relative;
}

.galleryGrid__item {
    position: relative;
    display: flex;
}

.galleryGrid.-type-1 img {
    /*width: 100%;*/
    display: block !important;
    /*height: 100%;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    border-radius: 4px;
    max-width: 100%;
    cursor: pointer;
}

.gallery_absolute {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    bottom: 10px;
    right: 0px;
}

/*
.gallery_absolute a{
    padding: 10px;
}*/

.galleryGrid.-type-1>*:nth-child(1) {
    grid-row: 2 span;
}

.overview_grid {
    position: relative;
    z-index: 999;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 12px;
    display: inline-flex;
    flex-wrap: wrap;
}

.rh_ultra_prop_card__meta {
    min-width: 120px;
    background: #dcffff;
    border-radius: 7px;
    padding: 10px 8px;
    transition: 0.2s all linear;
}

.rh_ultra_meta_icon_wrapper .rh-ultra-meta-label {
    width: 100%;
    text-align: center;
    margin-top: 7px;
    color: var(--golden);
    /*color: var(--base-color);*/
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    display: block;
}

.rh-ultra-meta-icon-wrapper {
    text-align: center;
    font-size: 15px;
}

.rh_ultra_prop_card_meta_wrap .rh_ultra_meta_icon {
    color: var(--golden);
}

.rh_ultra_meta_icon img {
    vertical-align: -6px;
}

.rh_ultra_prop_card_meta_wrap span {
    display: inline-block;
}

.detail_overview .section_title {
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-bottom: 30px;
}

.detail_overview .section_title h4 {
    color: var(--light-black);
    font-weight: 600;
    font-size: 22px;
}

.detail_overview .section_title .feature_code {
    font-weight: 600;
    color: var(--base-color);
}

.gallery_video {
    display: flex;
    position: relative;
}

.agent_list .read_more {
    margin-top: 20px;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    color: var(--base-color);
}

#toggleButton {
    color: var(--base-color);
    background: none;
    border: none;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}

.help-block {
    color: red;
}

@media(max-width:1200px) {
    .property-title-price-wrap {
        flex-direction: column;
        align-items: unset;
    }

    .detail_description {
        padding-top: 20px;
    }

    .list-2-cols {
        columns: 1;
    }

    .detail-wrap {
        padding: 30px 0px;
        height: 500px;
        overflow: auto;
    }

    .property_features_content .list-unstyled li {
        width: 100%;
    }

    .rh_property__additional {
        margin-left: 0px;
    }

    .galleryGrid.-type-1 {
        grid-template-columns: none;
    }

    .overview_grid {
        column-gap: 7px;
    }

    .rh_property__features li {
        width: 100%;
    }

    .rh-property-agent-info-sidebar {
        margin-top: 7px;
    }


}

/*Detail page E*/

/*Blog Detail page S*/

.blog_detail {
    padding: 50px 0px;
}

.entry-title {
    color: var(--light-black);
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 7px;
    word-wrap: break-word;
}

.blog_top {
    margin-bottom: 20px;
}

.blog_detail_content {
    margin: 20px 0px;
}

.blog_banner_image img {
    width: 100%;
    display: block !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    max-width: 100%;
}

.blog_detail_content blockquote {
    margin: 20px 35px;
    padding-left: 20px;
    font-style: italic;
    font-weight: 700;
    position: relative;
    border: none !important;
    padding-bottom: 5px;
}

.blog_detail_content blockquote p {
    font-size: 20px;
}

.blog_detail_content blockquote:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-top: 2px solid var(--golden);
    border-left: 2px solid var(--golden);
}

.blog_detail_content blockquote:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid var(--golden);
    border-right: 2px solid var(--golden);
}

.recent_post_section {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 7px;
    background: #dcffff;
    padding-top: 20px;
}

.recent_post_section h3,
.contact_link h3 {
    color: var(--base-color);
}

.recent_table {
    display: flex;
    align-items: center;
}

.recent_table .small-title {
    font-size: 16px;
    color: var(--light-black);
    font-weight: 600;
}

.recent_table .image {
    max-width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 7px;
    margin-right: 25px;
}

.recent_table .blog-date {
    font-size: 14px;
    color: #f73030;
    display: block;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 7px;
}

.recent_table .image img {
    object-fit: cover;
    max-width: 100%;
    min-height: 100%;
}

.recent_post_section li+li {
    margin-top: 15px;
}

.contact_link {
    margin-bottom: 25px;
}

.info-box {
    border-top: 2px solid var(--golden);
    background: #dcffff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 25px 30px;
}

.info-box .secondary_btn {
    margin-top: 20px;
}

.single-post .info-box p {
    margin: 0 !important;
}

.inner-banner .inner-title-main h1 {
    font-size: 30px;
}

@media(max-width:1200px) {
    .blog_detail_content blockquote p {
        font-size: 15px;
    }

    .range-slider-home {
        width: 80%;
        position: absolute;
        right: 13px;
        top: 94px;
        left: inherit;
    }

    .search_price {
        position: relative;
    }
}

/*Blog Detail page E*/

/*Cookie CSS S*/

.cookie_section {
    position: fixed;
    z-index: 99999999;
    left: 0;
    right: 0;
    bottom: 8px;
    background: #ffffff;
    margin: auto;
    max-width: 500px;
    text-align: center;
    padding: 10px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 5%);
    border: 1px solid rgb(173 173 173 / 20%);
    border-radius: 5px;
}

.cookie_section .c_s_content {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.cookie_section .c_s_content a {
    color: var(--base-color);
    font-weight: 500;
}

.cookie_section .c_s_content a.accept_button {
    background: var(--base-color);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}

.cookie_section .c_s_content a:hover {
    color: #002236;
}

.cookie_section .c_s_content a.accept_button:hover {
    background: #d3b16a;
    color: #ffffff;
}

/*Cookie CSS E*/

/* Contact page S */

.title {
    color: var(--base-color);
}

.contact_form_sec {
    background-position-y: -200px;
    background-image: url('../images/contact-image.jpg');
    padding: 80px 0px;
}

.contact-main {
    padding: 50px 0 0;
}

.contact-inner-main .contact-detail {
    margin-bottom: 50px;
}

.contact-inner-main .contact-detail .common-title {
    padding-bottom: 20px;
    margin: 0;
    align-items: flex-start;
}

.contact-inner-main .contact-detail .message {
    margin: 20px 0 40px;
}

.contact-inner-main .contact-detail .list {
    display: flex;
    justify-content: center;
}

.contact-inner-main .contact-detail .list li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 400px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(29 178 255 / 18%);
    border-radius: 30px;
    padding: 70px 15px 15px;
    color: var(--base-color);
    font-weight: 400;
}

.contact-inner-main .contact-detail .list li p {
    color: var(--base-color);
}

.contact-inner-main .contact-detail .list li+li {
    margin-left: 30px;
}

.contact-inner-main .contact-detail .common-title .small-title {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.contact-inner-main .contact-detail .list li i {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: 0 auto;
    font-size: 24px;
    height: 50px;
    width: 50px;
    background: #d3b16a;
    border-radius: 100%;
    color: #fff;
    line-height: 50px;
}

.form-main {
    position: relative;
    z-index: 2;
    max-width: 480px;
    background: #ECFCFF;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 30px var(--light-black)29;
    margin: 0px auto;
    /*right: 200px;*/
}

.contact-form-center {
    position: relative;
    padding: 50px 0;
}

.contact-form-center:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-form-center::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.form-main .section-title {
    color: var(--base-color);
}

.form-main .required {
    text-align: right;
}

.form-main .r-btn {
    margin-top: 22px;
}

.map {
    position: relative;
    z-index: 2;
}

@media(min-width:1200px) {
    /*    .contact-inner-main .contact-detail .list li a:hover {
        color: #ffffff;
    }
    .form-main button.primary_button:hover {
        background: #ffffff;
    }*/
}

@media(max-width:1365px) {
    .contact-inner-main .contact-detail .list li {
        width: 300px;
    }
}

@media(max-width:991px) {
    .contact-inner-main .list {
        flex-direction: column;
    }

    .contact-inner-main .contact-detail .list li {
        width: 100%;
    }

    .contact-inner-main .contact-detail .list li+li {
        margin: 30px 0 0 0;
    }

    .contact-inner-main .contact-detail {
        width: 100%;
        box-shadow: none;
    }

    .form-main {
        width: 100%;
        box-shadow: none;
    }
}

@media(max-width:767px) {
    .contact-inner-main .contact-detail {
        padding: 15px;
        margin-bottom: 20px;
    }

    .form-main {
        padding: 20px 15px;
    }

    .contact-inner-main .contact-detail .message {
        margin: 10px 0 20px;
    }

    .contact-inner-main .contact-detail .common-title .small-title {
        font-size: 14px;
    }

    .contact-inner-main .contact-detail .list li i {
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        top: -15px;
    }

    .contact-inner-main .form-main {
        padding: 15px;
    }
}

@media(max-width:479px) {
    .contact-inner-main .contact-detail .list li {
        font-size: 12px;
    }
}


/* Contact page E */

/* Agent Listing page S */
.agent_social {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.agent_social img {
    max-width: 70%;
}

.agent_list_sec .agent_list {
    /*background: #dcffff;*/
}

.agent_list_sec .agent_box {
    align-items: center;
}



.agent_list_sec .agent_box img {
    max-width: 100%;
    width: 240px;
    height: 250px;
}

.agent_details {
    display: flex;
    /* justify-content: space-around; */
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 30px;
}

.agent_details a {
    color: #5c5c5c;
    font-size: 17px;
}

/* Agent Listing page E */
.agent_detail .agent_box .image {
    max-width: 300px;
}

.agent_detail .agent_box {
    justify-content: space-around;
    align-items: center;
    /* margin: 0px 30px; */
}

.agent_detail .agent_social {
    justify-content: start;
}

@media(max-width: 767px) {
    .agent_detail .agent_social {
        justify-content: center;
    }
}

/* Done Price btn start */

.done-btn {
    position: relative;
    top: 4px;
    border-color: #d3b16a;
    background-color: #d3b16a;
}

.done-btn-rent {
    position: relative;
    top: 4px;
    border-color: #d3b16a;
    background-color: #d3b16a;
}

/* Done Price btn End */



/*Site Map Start*/

.sitemap-page {
    position: relative;
    z-index: 1;
}

.sitemap-page ul {
    margin: 0;
    padding: 0;
}

.sitemap-page ul li {
    float: left;
    list-style: none;
    width: 25%;
    position: relative;
    margin: 0 0 45px 0;
}

.sitemap-page ul li:nth-child(4n+1) {
    clear: both;
}

.sitemap-page ul li a .sp-icon i {
    position: absolute;
    left: 0;
    top: 8px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #dd1a2e;
    border-radius: 100%;
    color: #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sitemap-page ul li a .sp-main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #001821;
    padding: 15px 0 15px 42px;
    -webkit-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sitemap-page ul li ul {
    margin-left: 50px;
    padding-left: 15px;
    margin-top: 10px;
    border-left: 1px solid #001821;
}

.sitemap-page ul li ul li {
    float: none;
    width: auto;
    position: relative;
    margin-bottom: 20px;
}

.sitemap-page ul li:nth-child(4n+1) {
    clear: both;
}

.sitemap-page ul li ul li:before {
    position: absolute;
    content: '';
    left: -15px;
    top: 10px;
    width: 10px;
    height: 1px;
    border-top: 1px solid #001821;
}

.sitemap-page ul li ul li a {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    color: #001821;
}

@media(min-width:1200px) {

    .sitemap-page ul li a .sp-main-menu:hover,
    .sitemap-page ul li ul li a:hover {
        color: #ec008c;
    }

    .sitemap-page ul li a:hover i {
        background: #001821;
    }
}

@media(max-width:991px) {
    .sitemap-page ul li a .sp-main-menu {
        font-size: 16px;
    }

    .sitemap-page ul li {
        width: 50%;
        margin: 0 0 20px 0;
    }

    .sitemap-page ul li:nth-child(4n+1) {
        clear: none;
    }
}

@media(max-width:479px) {
    .sitemap-page ul li {
        width: 100%;
    }
}

/*Site Map End*/

/*Area Listing S*/

.area-sec-main .area-box {
    margin-top: 10px;
    position: relative;
}

.area-sec-main .area-box .image .thumbnail_container {
    padding-bottom: 66.6%;
}

.area-sec-main .area-box .image .thumbnail_container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    filter: brightness(.7);
}

.area-sec-main .area-box:hover .image .thumbnail_container img {
    filter: brightness(.4);
}

.area-title {
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
    top: 85px;
    color: #ffffff;
    font-size: 17px;
}

.contact_row {
    display: flex;
    justify-content: center;
}

/*
.terms_class input[type=checkbox] {
    margin-left: 20px;
}*/

@media(max-width: 767px) {
    .area-title {
        top: 110px;
    }

    .testimonial-slider.owl-carousel .owl-nav {
        position: static;
    }

    .testimonial_main_box .image {
        height: 285px;
        width: 285px;
        overflow: hidden;
    }

    .btn_view {
        top: -25px;
    }

    .error_bg_bottom {
        display: none;
    }

    .not-found-page .center-box .small-title {
        font-size: 50px;
    }

    .contact-inner-main .contact-detail .list li {
        padding-top: 30px;
        font-size: 15px;
    }

    .contact_form_sec {
        padding: 80px 20px;
    }

    .button_combo {
        float: right;
        margin: 20px 0px;
        margin-right: 20%;
    }

    .lsit-item-main .item-list .item-desc {
        margin-top: -15px;
    }

    .item-list .image_bottom:before {
        right: -29px;
    }

    .item-price-wrap {
        margin-top: 10px;
    }

    .detail_overview .section_title {
        flex-wrap: wrap;
        margin-top: -46px;
    }

    .detail_description hr {
        margin: 10px 0px;
    }

    .agent_list {
        margin-top: 30px;
    }

    .agent_box {
        align-items: center;
    }
}

/*Area Listing E*/

/*Area Detail S*/
.area_image img {
    width: 100%;
    display: block !important;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    max-width: 100%;
}

.area_image {
    position: relative;
}

.area_image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255), rgba(255, 255, 255, 13%), transparent);
}

.area_detail {
    position: relative;
}

.area_detail_content {
    padding: 30px;
}

/*Area Detail E*/


.search_name_mls::placeholder {
    color: var(--base-color);
    opacity: 0.6;
}


.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
}

/*
select {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

 Styling for the label element 
label {
  font-size: 18px;
  margin-bottom: 8px;
}*/

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #9E9E9E;
}

/*// start Grid MAp View Button css*/

.button_combo {
    border-radius: 5px;
    background-color: #e3e5e899;
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}


.bot input {
    width: 0;
}

.bot {
    color: #3841a5;
    padding: 7px 20px;
}

.bot.active {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #ffffff;
    background-color: #ffe0e4;
    border-radius: 10px;
}

.bot :hover {
    cursor: pointer;
}

/*// End Grid MAp View Button css*/


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: inherit;
    background: inherit
}

.location-list {
    margin-top: 55px;
}


.pagination {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    display: inline-block;
    padding: 10px;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>.active>span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #d3b16a;
    border-color: #d3b16a;
}

.item-list .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-link {
    margin: 0px;
}

.list_wrap ul li {
    font-size: 12px;
}

.list_wrap .item-desc .small-title,
.list_wrap .item_code {
    color: #dc1a2d;
    margin-bottom: 0px;
}

.list_wrap .item_price {
    color: var(--base-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.icon-play {
    transform: translate(-160%, -50%);
}

.rh-property-agent-info-sidebar .contact span {
    font-size: 17px;
}

.user_rev {
    display: flex;
}

.user_rev img {
    padding: 2px;
}

@media(max-width: 767px) {
    .galleryGrid__item {
        width: 100%;
    }

    .icon-play {
        transform: none;
    }

    .main_detail_top h1 {
        font-size: 30px;
    }

    .item-price {
        margin-left: 0px !important;
    }

    .blog_detail {
        padding-bottom: 30px;
    }

    .blog-sec-main .common-title {
        padding-bottom: 0px;
    }

    .blog-sec-main .btn_view {
        top: -55px;
    }

    .inner-banner .inner-title-main {
        left: 15px;
        bottom: 45px;
    }
}


.image_top img {
    width: 20px !important;
    display: inline !important;
    margin-right: 10px;
}


.property-title-price-wrap .share-button {
    margin-left: 15px;
}

.feature-box .image_top {
    position: absolute;
    padding: 8px 21px;
    border-radius: 7px;
    color: #ffffff;
    right: 10px;
    top: 10px;
    height: 34px;
    font-size: 20px;
    font-weight: 600;
}

.just-listed-slider .feature-box .image_top {
    font-size: 18px;
}

.feature-box .image_bottom {
    position: absolute;
    padding: 7px;
    padding-left: 21px;
    padding-right: 21px;
    color: #ffffff;
    left: 10px;
    bottom: 10px;
    height: 34px;
    border-radius: 7px;
}

.disclaimer {
    color: #ffffff;
    opacity: 1.5;
}

#sale-lead-submit-btn {
    font-size: 16px;
}

@media(max-width: 767px) {
    #popupContent {
        max-height: 400px;
        overflow-y: auto;
    }
}

.accordion {
    display: flex;
    flex-direction: column;
}

/* Style the accordion items */
.accordion-item {
    /*border: 1px solid #ddd;*/
    margin-bottom: 5px;
}

/* Style the accordion item header (toggle button) */
.accordion-header {
    padding: 20px 40px 20px 20px;
    cursor: pointer;
    border-radius: 14px;
    background-color: #fff;
    color: var(--light-black);
    font-size: 18px;
}

/* Style the accordion item content */
.accordion-content {
    display: none;
    padding: 20px 40px 20px 20px;
    border-radius: 14px;
    box-shadow: rgb(187 134 139) 0px 0px 0px 1px;
    margin-bottom: 10px;
}

.about_box {
    margin-bottom: 30px;
    background-color: var(--light-blue) !important;
}
.tags_detail {
              list-style: none;
              margin: 0;
              padding: 0;
              display: flex;
              flex-wrap: wrap;
              gap: 14px;
              padding-bottom: 15px !important;
            }

            .tags_detail li {
              margin: 0;
            }
.tag_details {
    background-color: var(--light-blue) !important;
    border-radius: 20px;
    color: #333;
    padding: 8px 16px;
    font-size: 14px;
     font-weight: bold;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.3s, color 0.3s;
      box-shadow:rgb(255 255 255) 0px 1px 4px;
}

.accordion-header i {
    position: absolute;
    right: 20px;
    font-size: 18px;
    color: #7cceef;
    font-weight: 700;
}

@media(max-width:1200px) {
    .faq_wrap {
        padding-top: 25px !important;
    }
}

.footer-main {
    position: relative;
}

.footer-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* lighter overlay */
    pointer-events: none;
}

.footer-main .container,
.footer-main .row,
.footer-main .footer_logo,
.footer-main .footer_box,
.footer-main .quick_links {
    position: relative;
    z-index: 2;
}

/* ===== IRG HERO SECTION - Prefix: irg-hero ===== */

.irg-box-section {
    align-items: stretch;
    display: flex;
}

.irg-hero-section {
    background: #1a2f5e;
    min-height: 520px;
}

.irg-hero-left {
    background: var(--base-color);
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 520px;
    /* clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%); */
    position: relative;
}

.irg-hero-left>* {
    position: relative;
    z-index: 1;
}

.irg-hero-right {
    padding: 0 !important;
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.irg-hero-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.irg-hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%;
}

/* Title */
.irg-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.1;
}

.irg-hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: var(--light-black);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.irg-hero-subtitle::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--light-black);
}

/* Area Cards */
.irg-hero-ac {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    height: 100%;
    margin-bottom: 10px;
}

.irg-hero-ac:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
}

.irg-hero-ac-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.irg-hero-ac-icon img {
    width: 18px;
    height: 18px;
    opacity: 0.8;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.irg-hero-ac-info {
    min-width: 0;
    flex: 1;
}

.irg-hero-ac-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--light-black);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.irg-hero-ac-city {
    font-size: 11px;
    color: #94a3b8;
    display: block;
    display: none;
    line-height: 1.3;
}

.irg-hero-ac-count {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    display: block;
    line-height: 1.3;
}

/* Buttons */
.irg-hero-btn {
    padding: 11px 26px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}

.irg-hero-btn:hover {
    background: #ffffff;
    color: #1a2f5e;
}

/* Responsive */
@media (max-width: 991px) {
    .irg-hero-left {
        clip-path: none;
        min-height: auto;
        padding: 40px 30px;
    }

    .irg-hero-right {
        min-height: 380px;
    }

    .irg-hero-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .irg-hero-left {
        min-height: auto;
    }

    .irg-hero-right {
        min-height: 280px;
    }

    .irg-hero-title {
        font-size: 30px;
    }

    .irg-box-section {
        flex-direction: column-reverse;
    }
}

.footer_bottom a:hover {
    color: var(--light-black);
}

.footer_box {
    display: flex;
    justify-content: space-around;
}

.explore_properties_btn:hover {
    background-color: #fff !important;
}

.view_all_btn {
    background-color: white;
}








.irg-hero-ac {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.irg-hero-ac::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, .18),
            transparent 60%);
    opacity: 0;
    transition: .35s;
}

.irg-hero-ac:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.irg-hero-ac:hover::before {
    opacity: 1;
}

.irg-hero-ac-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.irg-hero-ac-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.irg-hero-ac-name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--light-black);
    margin-bottom: 4px;
}

.irg-hero-ac-city {
    display: none;
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 2px;
}

.irg-hero-ac-count {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: white;
    letter-spacing: .5px;
}

.testimonial_box:before {
    background: linear-gradient(to top, var(--golden), var(--base-color)) !important;
}

.testimonial_box {
    background-color: var(--light-blue) !important;
}

.agent_details span {
    color: var(--golden) !important;

}

.agent_list_sec .agent_details {
    justify-content: space-around;
}

.agent_info h4 {
    color: var(--base-color) !important;
}

.agent_box .image:before {
    display: none !important;
}

.agent_box .image:after {
    border-left: 2px solid var(--golden) !important;
    border-top: 2px solid var(--golden) !important;
}


.agent_detail .agent_list .agent_info {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: var(--light-blue);
    border-radius: 15px;
}

.share-button ul li .dropdown-menu li a:hover {
    background: var(--base-color) !important;
    color: #ffffff;
}

.close_popup i {
    background-color: var(--light-blue) !important;
}

.blog-date {
    color: var(--golden) !important;
}

.listing-main .main_detail_top .property-title-price-wrap .page-title {
    width: 85%;
}

.accordion-header i {
    color: var(--golden) !important;
}

.label-title a {
    color: var(--base-color) !important;
}

.label-title a:hover {
    color: var(--golden) !important;
}

.owl-theme .owl-nav {
    margin-top: 50px;
}

.whatsapp-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: inline-block;
}

#whatsapp {
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

#whatsapp i {
    color: #fff;
    font-size: 32px;
    z-index: 2;
    position: relative;
}

#whatsapp::before,
#whatsapp::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.5);
    animation: whatsappPulse 5s infinite;
}

#whatsapp::after {
    animation-delay: 2.5s; 
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}


.property_row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.property_row>div {
    display: flex;
}

.item-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact.office {
    word-break: break-all;
    font-size: 14px;
}



/* scroll of detail page */
.property-scroll-box {
    max-height: 450px;
    overflow-y: auto;
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    position: relative;
}

/* Modern Scrollbar */
.property-scroll-box::-webkit-scrollbar {
    width: 10px;
}

.property-scroll-box::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 20px;
}

.property-scroll-box::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,
            var(--base-color),
            #0d5c8d);
    border-radius: 20px;
    border: 2px solid #f5f5f5;
}

.property-scroll-box::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg,
            #0d5c8d,
            var(--base-color));
}

/* Firefox */
.property-scroll-box {
    scrollbar-width: thin;
    scrollbar-color: var(--base-color) #f5f5f5;
}

.accordion-header i {
    right: 100px !important;
}

.blog_detail.area_detail .property_detail .accordion-header i {
    right: 200px ;
}

.tag_details:hover {
    color: var(--golden) !important;
}


.footer-main {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    z-index: 1;
}

/* Background Image */
.footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/footer.jpg') no-repeat center bottom;
    background-size: cover;
    transform: scaleX(-1);
    z-index: -2;
}

/* Overlay */
.footer-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

/* Keep content above overlay */
.footer-main>.container {
    position: relative;
    z-index: 2;
}

.image_bottom_7 {
    background-color: var(--golden) !important;
}

@media (max-width: 767px) {
    

    .item-list {
        margin: 10px 0;
    }

    .property-scroll-box {
        padding: 0;
    }

    .accordion-header {
        font-size: 14px !important;
    }

    .accordion-content {
        font-size: 12px !important;
    }

    .accordion-header i {
        right: 55px !important;
    }

    .footer-main .footer_box {
        flex-direction: column;
    }

    .what_we_do_sec .row {
        gap: 20px;
    }

    .what_we_do_sec .section-heading {
        margin-bottom: 30px;
    }

    .about-sec-main ul {
        flex-direction: column;
        gap: 20px;
    }

    .about-sec-main ul li+li {
        margin-left: 0px;
    }

    .embed-responsive-item {
        height: 400px !important;
    }

    .blog-home-main {
        display: block !important;
    }

    .blog-home {
        padding: 20px;
    }

    .f-b-content p {
        text-align: center;
        margin-bottom: 10px;
    }

    .blog_detail.area_detail .property_detail .accordion-header i {
        right: 55px !important;
    }

    .features-above-price {
        flex-direction: column;
        gap: 10px;
    }

}

@media (max-width: 1200px) {
    .overview_grid {
        column-gap: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search_box {
        display: none;
    }

    .about_flex {
        flex-direction: column;
    }

    .about_flex .about_flex_desc {
        margin-top: 40px !important;
        width: 100%;
    }

    .quick_links li {
        font-size: 14px;
    }

    .buying_process_sec .buying_process {
        width: 70% !important;
    }

    .property-title-price-wrap {
        flex-direction: row;
    }

    .listing-main .main_detail_top .property-title-price-wrap .page-title {
        width: 80%;
    }
    .blog_detail.area_detail .property_detail .accordion-header i {
    right: 100px !important;
}
}

.explore_properties_btn,
.view_all_btn {
    width: fit-content !important;
    margin: 0 !important;
}

.blog-home-main{
    display: flex;
    gap:20px;
   
}
.blog-home{
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     border-radius: 15px;
     padding-right: 20px;
     padding-left: 20px;
}
.buying_process_sec .section-title {
    font-size: 40px;
}

.buying_process_sec .desc {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-home{
    margin-top: 20px;
}

@media (max-width: 767px) {
    .detail_overview .section_title{
        margin-bottom: 15px !important;  
        margin-top: 15px !important;
    }
    .share-button{
        bottom: 30px;
    }
}
.agent_box .agent_info {
    min-width: 350px;
}

.view_all_bottom_btn .primary_btn{
    background-color: var(--base-color);
    color: white;
    border: none;
}

.view_all_bottom_btn .primary_btn:hover{
    background-color: var(--golden);
    border: none;
}


.share-button ul li .dropdown-menu li a i {
    vertical-align: -1.5px !important;
}

.share-button .dropdown-toggle i{
    vertical-align: -2px;
}

.agent_details{
    display: none;
}

.agent_info h4{
    margin-bottom: 20px;
}


@media (min-width: 768px) and (max-width: 1200px){
    
    .about_box {
    /* background-color: #EBF2FF; */
    border-radius: 35px;
    padding: 30px;
    width: 89%;
    margin: 0;
}
.property-scroll-box{
    overflow-x: hidden;   
}
}

@media (max-width: 767px){
        .property-title-price-wrap .share-button{
            margin-left: 0px;
        }
} 

.desktop-scroll-box{
    display:block;
}

.mobile-scroll-box{
    display:none;
}

/* Tablet + Mobile */
@media(max-width:991px){

    .desktop-scroll-box{
        display:none;
    }

    .mobile-scroll-box{
        display:block;
    }

}

.main_detail_top .share-button .dropdown-toggle i{
    color: var(--base-color) !important;
    background-color: var(--light-blue) !important;
}

.about-line-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    background: linear-gradient(135deg, var(--base-color), #63d8df);
    padding: 15px 20px;
    border-radius: 7px;
}

.about-line-logo {
    width: 80px;
    height: auto;
    flex-shrink: 0;
}

.about-line-div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    
    border-radius: 7px;
}

.about-line-p {
    flex: 1;
}

.about-line {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.about-line strong {
    color: #fff;
    font-size: 20px;
}

.about-line-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
}

.about-line-btn {
    flex-shrink: 0;
}

.about-line-btn .secondary_btn{
    padding: 10px 20px;
}

/* Mobile */
@media (max-width: 767px) {
    .about-line-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-line-div {
        flex-direction: column;
        align-items: center;
    }
    .about-line-wrapper .about-line-div .about-line-p .about-line{
        justify-content: center;
    }

    .about-line-btn {
        width: 100%;
    }

    .about-line-btn .secondary_btn {
        width: 100%;
        text-align: center;
    }

    .about-line-logo {
        width: 60px;
    }
}


