/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1681908294
Updated: 2023-04-19 12:44:54

*/

/* ***** fonts****** */

@font-face {
    font-family: Cassannet-Plus-Regular;
    src: url(<?php echo $sURL; ?>/wp-content/uploads/2023/04/Cassannet-Plus-Regular.otf);
}

@font-face {
    font-family: mon-medium;
    src: url(<?php echo $sURL; ?>/wp-content/uploads/2023/04/Montserrat-Medium.ttf);
}

@font-face {
    font-family: mon-regular;
    src: url(<?php echo $sURL; ?>/wp-content/uploads/2023/04/Montserrat-Regular.ttf);
}

@font-face {
    font-family: mon-semibold;
    src: url(<?php echo $sURL; ?>/wp-content/uploads/2023/04/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: mon-variable-font;
    src: url(<?php echo $sURL; ?>/wp-content/uploads/2023/04/Montserrat-VariableFont_wght.ttf);
}

@font-face {
    font-family: rufina-bold;
    src: url(<?php echo $sURL; ?>/wp-content/uploads/2023/04/Rufina-Bold.ttf);
}

@font-face {
    font-family: rufina-regular;
    src: url(<?php echo $sURL; ?>/wp-content/uploads/2023/04/Rufina-Regular.ttf);
}

/* ************* font families ***************** */
.rufina-bold {
    font-family: rufina-bold;
}

.rufina-regular {
    font-family: rufina-regular;
}

.mon-medium {
    font-family: mon-medium;
}

.mon-regular {
    font-family: mon-regular;
}

.mon-semibold {
    font-family: mon-semibold;
}

.mon-variable-font {
    font-family: mon-variable-font;
}

/************* body ***********/
body {
    height: 100%;
}

/* **************** header section *************** */
header#site-header {
    background-color: #003974;
    padding: 10px;
    border-bottom: 1px solid #e7e7e0;
}

/* ************* header logo ********* */
header#site-header .site-branding .custom-logo {
    max-width: 300px;
}

/* Nav Bar */
.site-header .site-navigation {
    justify-content: end;
}
/*
.header-inner {
    padding-left: 50px;
    padding-right: 50px;
}
*/
@media only screen and (max-width: 1060px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.header-inner .site-navigation ul.menu li a {
    display: block;
    opacity: 1;
    letter-spacing: 0.06px;
    padding: 0px 9px;
    font-family: mon-medium;
    color: #e7e7e0;
    margin: 0 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.header-inner li.current-menu-item a,
.menu-item:hover a {
    border-bottom: 1px solid #D9BC7B;
    color: #d9bc7b !important;
}

.header-inner .site-navigation ul.menu li {
    border-right: 1px solid #D9BC7B;
    margin-left: 10px;
    margin-right: -10px;
}

.header-inner ul#menu-navbar li:last-child {
    border-right: none;
}

.header-inner .callIcon a {
    color: #e7e7e0;
    font-family: mon-medium;
    font-weight: 400;
}

.header-inner .callIcon img {
    width: 20px;
    margin-right: 10px;
}

.header-inner .site-navigation-toggle {
    border: 2px solid #D9BC7B;
    background-color: #013974;
    border-radius: 0;
    color: #e7e7e0;
}

.header-inner .site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100%;
}

/* basic card styles */
.basic-card {
    background-color: #757C79;
    position: relative;
    border-radius: 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* triangle shape card styles */
.shape-card {
    width: 500px;
    min-height: 250px;
    border-radius: 0px;
    padding: 40px 50px;
    border: none;
    overflow: hidden;
    -moz-box-shadow: inset -164px 0 0 20px #757C79;
    box-shadow: inset -463px 0 0 20px #757C79;
}

.shape-card:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    border-bottom: 3px solid #D9BC7B;
    border-left: 0px solid transparent;
    height: 50px;
    background-color: #757C79;
    -webkit-transform: skew(0deg, 38deg);
    -moz-transform: skew(0deg, 38deg);
    transform: skew(0deg, 38deg);
}

.shape-card:after {
    content: '';
    position: absolute;
    background-color: #757C79;
    left: 0px;
    bottom: 4px;
    width: 18px;
    border-top: 3px solid #D9BC7B;
    border-left: 0px solid transparent;
    height: 216px;
    -webkit-transform: skew(0deg, -38deg);
    -moz-transform: skew(0deg, -38deg);
    transform: skew(0deg, -38deg);
}

.shape-card2:after {
    height: 380px;
}

.shape-card2:before {
    height: 116px;
}

@media (max-width: 500px) {
    .shape-card2:before {
        height: 126px;
    }
}


.arrow-indication {
    position: absolute;
    right: -16px;
    top: 60px;
    width: 17px;
    height: 31px;
}

/* right arrow icon */
.arrow-icon {
    width: 12px;
    height: 25px;
}

.arrow-icon-3 {
    width: 20px;
    /*    height: 35px;*/
    margin-top: -8px;
    position: absolute;
    right: 40%;
    bottom: 19%;
    margin-left: 30px
}

@media only screen and (max-width: 1490px) {
    .arrow-icon-3 {
        right: 35%;
    }
}

.container {
    width: 100px;
    height: 100px;
    background-color: white;
    border: 1px solid black;
    position: relative;
}


/* carousel */
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;

}

.carousel-indicators {
    bottom: 10px;
}


/**************** helper styles ****************/

/* font colors */
.color-white {
    color: #fff;
}

.color-grey a,
.color-grey {
    color: #E7E7E0;
}

.grey-text {
    color: #757c79;
}

.gold-text {
    color: #D9BC7B;
}

.blue-color {
    color: #003974;
}

.dark-silver-text {
    color: #A1A8A5;
}

/* flex styles */
.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-seperate {
    justify-content: space-between;
}

/* margin styles **********/

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-80 {
    margin-right: 80px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-100 {
    margin-top: 100px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

/* font sizes styles here */
.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.font-38 {
    font-size: 38px;
}

.font-40 {
    font-size: 40px;
}

.font-60 {
    font-size: 60px;
}

.font-75 {
    font-size: 75px;
}

.font-80 {
    font-size: 80px;
}

/* letter spacing */
.ls-01 {
    letter-spacing: 0.15px;
}

.ls-00 {
    letter-spacing: 0.09px;
}

.ls-026 {
    letter-spacing: 0.26px;
}

/* line height */
.lh-inherit {
    line-height: inherit;
}

.lh-40 {
    line-height: 40px;
}

.lh-60 {
    line-height: 60px;
}

.pointer {
    cursor: pointer;
}



.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.menu-icon {
    color: #fff;
    width: 30px;
    height: 30px;
}

.navbar-toggler {
    border: 0;
}

.jimmy-img {
    position: absolute;
    left: -25%;
    height: 650px;
    bottom: 0;
    object-fit: contain;
}

img {
    object-fit: cover;
}

/*****************  responsive styles added here *****************/

/* nav responsive styles */
@media (max-width: 1130px) {
    .number-responsive {
        display: none !important;
    }

    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 990px) {
    .nav-link {
        padding: 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}

@media (max-width: 500px) {
    .shape-card {
        width: 350px;
        padding: 20px;
        /*box-shadow: inset -312px 0 0 20px #757C79;*/
        background-color: #757c79;
    }

    .shape-card:after {
        height: 180px;
    }

    .font-40 {
        font-size: 30px;
    }

    /* header logo */
    .header-logo img {
        width: 250px;
    }

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* slide 3 responsive styles */


    /* slide 2 */
    .shape-card2:after {
        height: 330px;
    }

}

@media (max-width: 320px) {
    .header-logo img {
        width: 230px;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/************** meet jimmy section *************/
.jimmy-bg {
    background-color: #757C79;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
}

.jimmy-bg .jimmy-card {
    width: 500px;
    height: 500px;
    /* background-color: #E7E7E0; */
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 60px;
    overflow: hidden;
    position: relative;
}

.jimmy-bg .jimmy-card .content-visible {
    position: absolute;
    z-index: 1;
    padding-right: 50px;
}

.jimmy-bg .jimmy-card:before {
    position: absolute;
    top: 35px;
    left: calc(50% - 299px);
    content: "";
    height: 40px;
    width: 49px;
    background: transparent;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 5000px #E7E7E0;
}

.jimmy-tri-card {
    width: 50%;
    /*height: 700px;*/
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 70px 60px;
    background: #E7E7E0;
}

.jimmy-tri-card:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 60px;
    left: -37px;
    border-width: 19px;
    border-color: transparent #D9BC7B transparent transparent;
    border-style: solid;
}

.jimmy-tri-card:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 60px;
    left: -30px;
    border-width: 18px;
    border-color: transparent #E7E7E0 transparent transparent;
    border-style: solid;
}

.jimmy-tri-card .jimmy-title,
.jimmy-tri-card .jimmy-title h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
}

.jimmy-arrow {
    z-index: 1;
    position: absolute;
    width: 17px;
    height: 29px;
    left: -3px;
    top: 68px;
}

.jimmy-img-sec {
    justify-content: center;
    display: flex;
    width: 40%;
}

.jimmy-img-sec img {
    height: 700px !important;
    object-fit: contain;
}

.jimmy-title {
    font-size: 52px;
    line-height: 50px;
    margin-bottom: 30px;
    word-break: break-word;
    line-height: initial;
}

@media (max-width: 670px) {
    .jimmy-tri-card .jimmy-title {
        font-size: 55px;
        line-height: 70px;
    }
}

@media (max-width: 445px) {
    .jimmy-tri-card .jimmy-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1130px) and (max-width:1430px) {
    .jimmy-tri-card .jimmy-title {
        font-size: 40px;
        line-height: 60px;
    }

    /*.jimmy-tri-card,*/
    .jimmy-img-sec img {
        height: 650px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1220px) {
    .jimmy-tri-card .jimmy-title {
        font-size: 50px;
        line-height: 55px;
    }

    .jimmy-tri-card,
    .jimmy-img-sec img {
        height: 650px;
    }
}

@media screen and (min-width: 1024px) and (max-width:1365px) {
    .jimmy-img {
        height: 575px !important;
    }
}

@media screen and (min-width:1366px) and (max-width:1411px) {
    .jimmy-img {}
}

.jimmy-desc {
    overflow-y: scroll;
    margin-bottom: 30px;
    width: 90%;
}

.jimmy-down-arrow {
    margin-bottom: 35px;
}

.jimmy-down-arrow img {
    width: 12px;
}

@media only screen and (max-width: 800px) {
    .jimmy-title {
        font-size: 30px;
    }

    .jimmy-tri-card {
        padding: 40px;
    }
}

@media only screen and (max-width: 650px) {
    .jimmy-desc {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .jimmy-tri-card {
        padding: 15px;
    }
}


@media only screen and (max-width: 950px) {
    .jimmy-bg {
        flex-direction: column;
        align-items: center;
    }

    .jimmy-bg .jimmy-card {
        margin-top: 0;
    }

    .jimmy-img-sec img {
        height: inherit !important;
    }


}

@media only screen and (max-width: 1023px) {
    .jimmy-img-sec {
        width: 70%;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1205px) {
    .jimmy-img-sec {
        width: 47%;
    }
}

/* *********** properties sold screen *********** */
.prperties-sold-wrap {
    padding: 50px;
}

.properties-boxes {
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0px;
}

.properties-boxes .properties-card,
.properties-card {
    border-radius: 0px;
    box-shadow: none;
    background-color: #757C79;
    padding: 20px;
    position: relative;
}


.properties-boxes .properties-card:after,
.properties-boxes .properties-card:before {
    content: '';
    display: block;
    position: absolute;
    margin-top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
}


/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.properties-boxes .properties-card:after {
    top: -18px;
    left: 17px;
    border-color: transparent transparent #757C79 transparent;
    border-width: 20px;
}

/* this border color controlls the outside, thin border */
.properties-boxes .properties-card:before {
    top: -30px;
    left: 12px;
    border-color: transparent transparent #D9BC7B transparent;
    border-width: 25px;
}

.proprty-text {
    position: relative;
    margin-bottom: 30px;
}

.proprty-text:after {
    content: " ";
    height: 2px;
    width: calc(100% - 740px);
    background: #A1A8A5;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
}

.prperties-sold-wrap {
    background-color: #E7E7E0;
}

.property-top-arrow {
    rotate: 270deg;
    position: absolute;
    top: -18px;
    left: 23px;
    overflow: hidden;
    width: 14px;
    height: 25px
}

@media only screen and (max-width: 800px) {
    .properties-sold-title {
        font-size: 30px;
    }

    .proprty-text:after {
        width: calc(100% - 330px);
    }
}

@media only screen and (max-width: 1010px) {
    .properties-sold-title {
        font-size: 40px !important;
    }

    .proprty-text:after {
        width: calc(100% - 430px);
    }
}

@media only screen and (max-width: 700px) {
    .properties-sold-title {
        font-size: 30px !important;
    }

    .proprty-text:after {
        width: calc(100% - 430px);
    }
}

@media only screen and (min-width: 1251px) and (max-width:1650px) {

    .bell-text {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 1011px) and (max-width:1250px) {
    .properties-boxes .col-md-4 {
        width: 50%;
    }

    .bell-text {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 1011px) and (max-width:1182px) {
    .sale-text {
        font-size: 26px !important;
    }

    .property-doller-text {
        font-size: 50px !important;
    }

    .bell-text {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 1251px) and (max-width:1560px) {
    .sale-text {
        font-size: 24px !important;
    }

    .property-doller-text {
        font-size: 44px !important;
    }
}

@media only screen and (min-width: 1551px) and (max-width:1610px) {
    .sale-text {
        font-size: 30px !important;
    }

    .property-doller-text {
        font-size: 60px !important;
    }
}

.properties-sold-title {
    font-size: 70px;
    margin-left: 10px;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
}

@media only screen and (max-width:380px) {
    .properties-boxes .col-md-4 {
        padding: 0px;
    }
}

@media only screen and (max-width:1010px) {
    .properties-boxes .col-md-4 {
        width: 100%;
    }

    .prperties-sold-wrap {
        padding: 30px 15px;
    }

    .sale-text {
        font-size: 50px !important;
    }

    .property-doller-text {
        font-size: 100px !important;
    }
}

@media only screen and (max-width:860px) {
    .sale-text {
        font-size: 30px !important;
    }

    .property-doller-text {
        font-size: 60px !important;
    }
}

@media only screen and (max-width:565px) {
    .sale-text {
        font-size: 35px !important;
    }

    .property-doller-text {
        font-size: 70px !important;
    }
}

@media only screen and (max-width:560px) {
    .sale-text {
        font-size: 20px !important;
    }

    .property-doller-text {
        font-size: 35px !important;
    }
}

/* ********** exclusive listing screens ************ */

.exclusive-listing .row {
    margin: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.exclusive-listing .listing-card {
    width: 100%;
    height: 450px;
    display: flex;
    padding-left: 80px !important;
    background: #757C79;
    align-items: center;
    position: relative;
}

.exclusive-listing .col-md-6 {
    padding: 0;
}

.exclusive-listing .images-section .image-card .main-img {
    width: 100%;
    height: 100%;
}

.image-card {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 450px
}

.image-sec {
    height: calc(450px - 80px)
}

.image-sec img {
    widows: 100%;
    height: 100%;
    object-fit: cover;

}

.image-card::before,
.image-card::after {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
    transform: scaleY(2);
}

.image-card:hover::before,
.image-card:hover::after {
    transform: scale(1);
    opacity: 1;
}

.image-card .view-text {
    position: absolute;
    top: -20%;
    left: 40%;
    right: 0;
    bottom: 0;
    color: white;
    opacity: 0;
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    .image-card .view-text {
        left: 35%;
    }
}

@media only screen and (max-width: 400px) {
    .image-card .view-text {
        left: 30%;
    }
}

.image-card .view-text img {
    width: 15px;
    height: 35px;
}

.image-card:hover .view-text {
    opacity: 1;
}

.image-card .dollar-sec {
    height: 80px;
    z-index: 2;
    position: relative;
}

.image-card .dollar-sec .d-flex {
    height: 80px
}

.image-card .dollar-sec .lt-sec {
    background-color: #CFD6D3;
    width: 50%;
    padding: 13px 6px;
    color: #003974;
    position: relative;
}

.image-card .dollar-sec .lt-sec:before {
    content: "";
    position: absolute;
    /* height: 72px; */
    width: 0px;
    top: -1px;
    right: -71px;
    border-width: 40px;
    border-color: transparent #CFD6D3 transparent transparent;
    border-style: solid;
}


.image-card .dollar-sec .rt-sec {
    background-color: #E7E7E0;
    width: 50%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-card .dollar-sec .lt-sec .large-arrow {
    position: absolute;
    right: -30px;
    width: 36px;
    height: 80px;
    top: 0px;
}

.image-card .dollar-sec .lt-sec .large-arrow img {
    width: 100%;
    height: 100%;
}

.listing-card {
    width: 100%;
}

.listing-card:before {
    z-index: 1;
}

.listing-card .arrow-indication {
    z-index: 1;
}

@media only screen and (max-width: 1050px) {
    .exclusive-listing .images-section .listing-card:before {
        display: none;
    }

    .exclusive-listing .images-section .listing-card .arrow-indication {
        display: none;
    }
}

@media only screen and (max-width: 1050px) {
    .exclusive-listing .listing-card {
        width: 100%;
        justify-content: flex-start;
        padding-left: 60px !important;
    }
}

@media only screen and (max-width: 550px) {
    .exclusive-listing .listing-card {
        padding-left: 20px !important;
    }

    .exclusive-listing .listing-card {
        height: 350px;
    }

    .reality-text {
        font-size: 20px !important;
        line-height: 35px !important;
    }

    .exclusive-header-text {
        font-size: 28px !important;
        line-height: 50px !important;
    }
}

/* ************ all propeerty listing screen ******* */
.all-propertylist-wrap {
    background-color: #E7E7E0;
}

.listing-text {
    position: relative;
}

.listing-text:before {
    content: " ";
    height: 2px;
    width: calc(100% - 990px);
    background: #A1A8A5;
    display: block;
    position: absolute;
    top: 70%;
    right: 50px;
}

.testmonial-line-text {
    position: relative;
}

.testmonial-line-text:before {
    content: " ";
    height: 2px;
    width: calc(100% - 700px);
    background: #A1A8A5;
    display: block;
    position: absolute;
    top: 70%;
    right: 50px;
}

@media only screen and (max-width: 800px) {
    .testmonial-line-text:before {
        width: calc(100% - 500px);
    }
}

@media only screen and (min-width: 801px) and (max-width: 1000px) {
    .testmonial-line-text:before {
        width: calc(100% - 480px);
    }
}

@media only screen and (max-width: 550px) {
    .testmonial-line-text:before {
        width: calc(100% - 300px);
    }
}

.all-propertylist-wrap .dollar-sec {
    opacity: 1 !important;
}

@media only screen and (max-width: 600px) {
    .listing-text:before {
        width: calc(100% - 380px);
    }

    .listing-text {
        font-size: 20px;
    }

}

@media only screen and (max-width: 900px) {
    .listing-text:before {
        width: calc(100% - 500px);
    }

    .listing-text {
        font-size: 30px !important;
    }

}

@media only screen and (max-width: 500px) {
    .listing-text {
        font-size: 25px !important;
        padding-left: 15px;
    }

    .testmonial-line-text {
        font-size: 30px !important;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 901px) and (max-width:1035px) {
    .listing-text:before {
        width: calc(100% - 650px);
    }

}

.image-card .dollar-sec.all-list-doolar {
    top: initial;
}

.border-line {
    width: 50%;
    margin-left: 50px;
    border: 1px solid #dadada
}


/* ********** fallow us section ********* */
.fallowuse-sec {
    padding: 40px;
    background: #757C79;
}

@media only screen and (max-width: 440px) {
    .fallowuse-sec {
        padding: 20px 15px;
    }

    .fallowuse-sec .font-24 {
        font-size: 19px;
    }

    .fallowuse-sec .font-18 {
        font-size: 17px;
    }
}

.insta-hover-layer .item::before,
.insta-hover-layer .item::after {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
    transform: scaleY(2);
}

.insta-hover-layer .item:hover::before,
.insta-hover-layer .item:hover::after {
    transform: scale(1);
    opacity: 1;
}

.insta-hover-layer .item .insta-hover {
    position: absolute;
    top: 43%;
    bottom: 0;
    left: 43%;
    right: 0;
    align-items: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    opacity: 0;
    z-index: 2;
}

.insta-hover-layer .item .insta-hover {
    width: 40px;
    height: 40px;
}

.insta-hover-layer .item:hover .insta-hover {
    opacity: 1;
}

/*.owl-theme .owl-dots {
    display: none;
}*/


/* ***** footer section ************* */
.site-footer {
    background-color: #003974;
    padding: 50px 100px 30px 100px;
    position: relative;
}

@media only screen and (max-width:900px) {
    .site-footer {
        padding: 50px 20px;
    }
}

@media only screen and (max-width:900px) {
    .footer:before {
        left: 46% !important;
    }

    .footer:after {
        left: 46% !important;
    }
}

.contact-sc,
.links-sc {
    width: 50%;
    color: #E7E7E0;
    margin-right: 100px;
}

.contact-line,
.link-line {
    border-bottom: 2px solid #D9BC7B;
    padding: 5px;
}

.footer-last-text {
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-uparrow {
    position: absolute;
    top: -15px;
    left: 50%;
    overflow: hidden;
    width: 21px;
    height: 25px;
}

@media only screen and (max-width: 1200px) {
    .contct-div-resp {
        flex-direction: column;
    }

    .inf-contact {
        margin-bottom: 30px;
        margin-left: 0;
    }

}

@media only screen and (max-width: 890px) {
    .footer-resp {
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
    }

    .links-sc {
        margin-top: 30px;
    }

    .m-r-80 {
        margin-right: 0;
    }

    .contact-sc,
    .links-sc {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .footer {
        padding: 30px;
    }
}

/*  property tab */

.property-tab {
    width: 250px;
    height: 68px;
    background-color: #E7E7E0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;

}

.property-tab:hover {
    background-color: #d3d3ce;
}

.property-tab:hover:before {
    border-color: transparent #d3d3ce transparent transparent;
}

.property-tab:before {
    content: "";
    position: absolute;
    /* height: 72px; */
    width: 0px;
    top: 0px;
    right: -25%;
    border-width: 34px;
    border-color: transparent #E7E7E0 transparent transparent;
    border-style: solid;
    rotate: 180deg;
}

.property-tab .large-arrow {
    position: absolute;
    right: -10%;
    width: 30px;
    height: 68px;
    top: 0px;
}

.property-tab .large-arrow img {
    width: 100%;
    height: 100%;
}


/* *************** testmonial screen *********** */
.testimonial-wrap {
    background-color: #757C79;
    padding-top: 40px;
    padding-bottom: 40px;
}

.testimonial-wrap .owl-theme .owl-nav {
    display: none;
}


.testimonial-header {
    background-color: #A1A8A5;
    padding: 15px;
}

.footer-bg {
    background-color: #E7E7E0;
    padding: 15px;
}

.start-sec img {
    width: 20px !important;
    height: 20px;
}

.like-sec {
    width: 170px;
    height: 60px;
    background-color: #E7E7E0;
    margin-right: 20px;
    margin: 0 auto;
}

.rating-sec {
    margin: 0 auto;
}

.like-img {
    background-color: #D9BC7B;
    height: 60px;
    padding: 10px;
    position: relative;

}

.like-img:before {

    content: "";
    position: absolute;
    width: 0px;
    top: -1px;
    right: -116%;
    border-width: 26px;
    border-color: transparent #CFD6D3 transparent transparent;
    border-style: solid;
    rotate: 180deg;

}

.like-img:after {
    content: "";
    position: absolute;
    width: 0px;
    top: 3px;
    right: -97%;
    border-width: 22px;
    border-color: transparent #757C79 transparent transparent;
    border-style: solid;
    rotate: 180deg;
}

.like-img-even::after {
    border-color: transparent #757C79 transparent transparent;
}


.like-img img {
    width: 25px !important;
}

.rating-sec img {
    width: 20px !important;
    height: 20px;
}

/* testimonial even card */
.testmonial-card.even-card .footer-bg {
    background-color: #003974;
    padding: 15px;
}

.testmonial-card.even-card .testimonial-header {
    background-color: #E7E7E0;
    padding: 15px;
}

.testmonial-card.even-card .like-sec {
    background-color: #003974;
}

.testmonial-card.even-card .like-img {
    background-color: #757C79;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 15px solid #E7E7E0;
    margin-left: 30px;
    position: relative;
    z-index: 999;
    left: 5px;
    top: 30px;
}

.large-arrow-up {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 20px solid #D9BC7B;
    margin-left: 31px;
    position: relative;
    top: 10px;
}

.even-card .arrow-up {
    border-bottom: 15px solid #E7E7E0;
}


/* previous next buttons */
.galley-img-sec {
    position: relative;
}

.prev-btn {
    position: absolute;
    left: 0px;
    top: 45%;
    z-index: 999;
    width: 100px;
    height: 50px;
    color: #D9BC7B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
}

.prev-btn span {
    z-index: 1;
    position: absolute;
    margin-right: 20px;
}

.prev-btn:before {
    position: absolute;
    top: -17px;
    left: calc(50% - -22px);
    content: "";
    height: 43px;
    width: 38px;
    background: transparent;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 5000px #757c79;
}

.next-btn {
    position: absolute;
    right: 0px;
    top: 45%;
    z-index: 999;
    width: 100px;
    height: 50px;
    color: #D9BC7B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
}

.next-btn span {
    z-index: 1;
    position: absolute;
    margin-left: 20px;
}

.next-btn:before {
    position: absolute;
    top: -17px;
    left: calc(50% - 89px);
    content: "";
    height: 53px;
    width: 38px;
    background: transparent;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 5000px #757c79;
}

.next-arrow-icon {
    z-index: 1;
    width: 30px;
    height: 50px;
    left: -1px;
    position: absolute;
}

.prev-arrow-icon {
    z-index: 1;
    width: 30px;
    height: 50px;
    right: -1px;
    position: absolute;
}

.testmonial-propr-tab {
    margin-bottom: 0;
    width: 320px;
}

.testmonial-propr-tab::before {

    top: -1px;
    right: -20%;
    border-width: 35px;

}

.testmonial-propr-tab .large-arrow {

    right: -8%;
    width: 31px;

}

@media only screen and (max-width: 420px) {
    .testmonial-propr-tab {
        width: 250px;
        font-size: 12px;
    }

    .testmonial-propr-tab::before {
        top: 0px;
        right: -25%;
        border-width: 34px;
    }

    .testmonial-propr-tab .large-arrow {
        right: -10%;
        width: 32px;
    }
}


/* Custom CSS Code - Z */
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main,
.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
    max-width: 100%;
}

header.page-header {
    display: none;
}

.site-footer .footer-inner .copyright {
    margin: 0 auto;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright,
.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 100%;
}

.footerDucoLogo {
    margin-left: 20px;
}

#menu-footermenu {
    display: flex !important;
    flex-direction: column !important;
}

#menu-footermenu li a {
    color: #e7e7e0;
    font-weight: 400;
    font-family: mon-medium;
    padding: 0;
}

.footer-socialLinks ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
}

.footer-socialLinks ul li {
    margin: 0 5px;
}

.footer-quickLinks {
    display: flex;
}

.headText-footersocial {
    color: #e7e7e0;
    font-family: mon-medium;
    font-weight: 400;
    margin-bottom: 15px;
}

.site-footer .footer-inner {
    display: block;
}

.footer-inner h3 {
    color: #e7e7e0;
    font-family: mon-medium;
    font-size: 16px;
    font-weight: 400;
}

.footer-inner .site-logo {
    display: none;
}

.site-footer.footer-has-copyright .footer-inner .site-navigation {
    justify-content: flex-start;
}

.footer-inner h3 {
    color: #e7e7e0;
    font-family: mon-medium;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid #D9BC7B;
    padding: 5px;
}

.right-footerinner,
.left-footerinner {
    width: 50%;
    float: left;
    padding: 50px;
}

.footer-address,
.footer-contactDetails a {
    color: #e7e7e0;
    font-family: mon-medium;
    font-size: 14px;
}

.footer-innerContact,
.footer-quickLinks {
    display: flex;
    flex-direction: row;
}

.footer-contactDetails {
    display: flex;
    flex-direction: column;
}

.footer-innerContact div,
.menu-footermenu-container {
    width: 50%;
}

.footer-inner .site-navigation {
    display: block;
}

.copyright {
    text-align: center;
}

/* New */
.site-footer .footer-inner {
    display: block;
    margin-bottom: 275px;
}

#top-owl-carousel .owl-nav {
    display: none;
}

#bottom-owl-carousel .owl-nav {
    display: none;
}

/* mayuri added styles */
.copyright.show {
    text-align: center;
}


@media only screen and (max-width: 890px) {

    .right-footerinner,
    .left-footerinner {
        width: 100%;
    }
}

footer {
    background-color: #003974;
    padding: 50px 100px 30px 100px;
    position: relative;
}

.footer:after,
.footer:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    border: 11px solid transparent;
    border-bottom-color: #003974;
}

.footer:after {
    top: -27px;
    left: 49%;
    border-color: transparent transparent #003974 transparent;
    border-width: 16px;
}

.footer:before {
    top: -49px;
    left: 49%;
    border-color: transparent transparent #D9BC7B transparent;
    border-width: 16px;
}

.contact-sc {
    width: 50%;
    color: #E7E7E0;
    margin-right: 100px;
}

.links-sc {
    width: 50%;
    color: #E7E7E0;
    margin-right: 0;
}

.contact-line,
.link-line {
    border-bottom: 2px solid #D9BC7B;
    padding: 5px;
}

.footer-last-text {
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-uparrow {
    position: absolute;
    top: -15px;
    left: 50%;
    overflow: hidden;
    width: 21px;
    height: 25px;
}

@media only screen and (max-width: 1350px) {
    .contct-div-resp {
        flex-direction: column;
    }

    .inf-contact {
        margin-bottom: 30px;
        margin-left: 0;
    }

}

@media only screen and (max-width: 890px) {
    .footer-resp {
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
    }

    .links-sc {
        margin-top: 30px;
    }

    .m-r-80 {
        margin-right: 0;
    }

    .contact-sc,
    .links-sc {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .footer {
        padding: 0px;
    }
}


@media only screen and (max-width: 1023px) {
    .jimmy-bg {
        flex-direction: column;
        align-items: center;
    }

    .jimmy-tri-card {
        width: 100%;
        box-shadow: none;
        background: #E7E7E0;
    }

    .jimmy-tri-card:before {
        display: none;
    }

    .jimmy-tri-card:after {
        display: none;
    }

    .jimmy-tri-card {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

/* Mayuri CSS */
@media screen and (max-width: 992px) {
    .jimmy-tri-card {
        margin: 0 auto;
        ;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: flex !important;
    }
}

@media screen and (max-width: 1023px) {
    .header-inner .site-navigation {
        display: none !important;
    }
}

@media screen and (min-width:1024px) and (max-width: 1365px) {
    .callIcon span {
        display: none;
    }

    .header-inner .site-navigation ul.menu li a {
        margin: 0 5px;
    }

    .header-inner .callIcon img {
        width: 35px;
    }
}

@media screen and (min-width:1200px) {
    .header-inner {
        padding: 0 30px;
    }

    .menu-navbar-container {
        margin-right: 25px;
    }
}

/* property listing */
@media only screen and (max-width: 767px) {
    .image-card .dollar-sec {
        opacity: 1;
    }
}

p {
    margin: 0px;
}

/* nav menu resp */
.site-navigation-dropdown ul.menu li a {
    background: #757C79;
    color: white;
    text-transform: uppercase;
}

/*  second slide form */
.field {
    margin-bottom: 10px;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    font-weight: 700;
    background: #757C79;
}

main#content {
    padding: 0 !important;
}

/* mayuri added new styles */

/* property sold screen */
.sale-text {
    font-size: 36px;
}

.property-doller-text {
    font-size: 70px;
}

@media (max-width: 767px) {
    .sale-text {
        font-size: 40px;
    }

    .property-doller-text {
        font-size: 75px;
    }
}

@media (min-width: 1201px) and (max-width:1330px) {
    .sale-text {
        font-size: 26px;
    }
}

@media (min-width: 1601px) and (max-width:1850px) {
    .sale-text {
        font-size: 32px;
    }

    .property-doller-text {
        font-size: 60px;
    }
}

.callIconMobile {
    max-width: 40px;
    margin-right: 35px;
}

.font-34 {
    font-size: 34px;
}

/* header sryles*/
@media (min-width: 1800px) and (max-width:2500px) {
    .header-inner .site-navigation ul.menu li a {
        font-size: 20px;
    }

    .callIcon span {
        font-size: 20px !important;
    }
}

.callIcon span {
    font-size: 18px;
}

.images-section {
    margin: 0;
}

.images-section {
    background: #E7E7E0;
}

.vertical-border {
    height: 100px;
    border: 1.5px solid #D9BC7B;
    margin-right: 80px;
    transform: skew(0deg, -60deg);
}

@media screen and (max-width:1350px) {
    .vertical-border {
        height: 0px;
        border-bottom: 1.5px solid #D9BC7B;
        margin-bottom: 30px;
        width: 150px;
        transform: skew(60deg, -180deg);
    }
}

@media screen and (max-width:670px) {
    .list-dollar-text {
        font-size: 30px;
        margin-left: 30px;
    }
}

@media screen and (min-width:671px) and (max-width:767px) {
    .list-dollar-text {
        font-size: 50px;
        margin-left: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1010px) {
    .list-dollar-text {
        font-size: 25px;
        margin-left: 27px;
    }
}

@media screen and (min-width:1011px) and (max-width:1400px) {
    .list-dollar-text {
        font-size: 35px;
        margin-left: 27px;
    }
}

@media screen and (min-width:1401px) and (max-width:3000px) {
    .list-dollar-text {
        font-size: 52px;
        margin-left: 20px;
    }
}

@media screen and (max-width:420px) {
    .angle-text {
        font-size: 12px;
    }
}

@media screen and (max-width:380px) {
    .list-dollar-text {
        font-size: 25px;
    }
}

/* sarath new styles here */
@media screen and (min-width:1024px) and (max-width:1080px) {
    .header-inner .site-navigation ul.menu li a {
        Font-size: 16px;
    }
}

@media screen and (min-width:560px) and (max-width:600px) {
    .callIconMobile {
        margin-right: 10px;
    }
}

@media screen and (min-width:1366px) and (max-width:1400px) {
    .header-inner .site-navigation ul.menu li a {
        Margin: 0 10px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .header-inner .site-navigation ul.menu li a {
        Font-size: 12px;
    }

    .site-header:not(.header-stacked) .header-inner .site-navigation {
        max-width: 100%;
        Justify-content: space-around;
    }

}

@media screen and (min-width:1365px) and (max-width:1374px) {
    .header-inner .site-navigation ul.menu li a {
        margin: 0 10px;
    }
}

@media screen and (min-width:1200px) and (max-width:1255px) {
    .header-inner .site-navigation ul.menu li a {
        margin: 0 15px;
    }

}

.menu-navbar-container {
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .callIconMobile {
        margin-right: 20px;
    }
}

.carousel-indicators [type=button]:focus,
.carousel-indicators [type=button]:hover,
.carousel-indicators [type=submit]:focus,
.carousel-indicators [type=submit]:hover,
.carousel-indicators button:focus,
.carousel-indicators button:hover {
    background-color: #fff;
}

@media screen and (max-width:600px) {
    header#site-header .site-branding .custom-logo {
        max-width: 90%;
    }

    .site-navigation-toggle-holder {
        padding: 7px 0;
    }

    .header-inner {
        padding: 0;
    }

    .callIconMobile {
        max-width: 34px;
        margin-right: 10px;
    }

    .site-header .header-inner:not(.header-stacked) .site-branding {
        max-width: 75%;
    }

    .site-navigation-toggle-holder {
        max-width: 25%;
    }
}

/*
@media screen and (min-width:1366px) {
    #carouselExampleIndicators .carousel-inner {
        height: calc(100vh - 100px) !important;
    }
}
*/
/*
.popupVideo {
    display: none;
}

.popupVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: -220px;
    left: 0;
}

.popup .popuptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
*/
.exclusive-header-text {
    font-size: 110px;
    line-height: 120px;
}

.reality-text {
    font-size: 40px;
    line-height: 60px;
}

@media only screen and (max-width: 1050px) {
    .image-resp-big {
        height: 450px;
    }

    .image-resp-big img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 750px) {
    .exclusive-header-text {
        font-size: 60px;
        line-height: 70px;
    }

    .slide3-card .sliding-text {
        padding-left: 0px;

    }

    .reality-text {
        font-size: 30px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 1650px) and (max-width: 1900px) {
    .exclusive-header-text {
        font-size: 110px;
        line-height: 120px;
    }
}

@media only screen and (min-width: 1450px) and (max-width: 1649px) {
    .exclusive-header-text {
        font-size: 110px;
        line-height: 100px;
    }

    .slide3-card .sliding-text {
        padding-left: 0;

    }

    .exclusive-header-text {
        font-size: 80px;
    }

    .reality-text {
        font-size: 35px;
    }
}

@media only screen and (min-width: 1221px) and (max-width: 1449px) {
    .exclusive-header-text{
        font-size: 80px;
        line-height: 90px;
        font-weight: 400 !important;
    }
    
    .testimonialHead h2.elementor-heading-title,
    .listing-text h2.elementor-heading-title{
        font-size: 50px;
        line-height: 60px;
        font-family: 'Montserrat';
    	font-weight: 600 !important;
    }

    .slide3-card .sliding-text {
        padding-left: 0;

    }

    .reality-text {
        font-size: 35px;
        line-height: 40px
    }
}

@media only screen and (max-width: 1220px) {
    .exclusive-header-text {
        font-size: 40px;
        line-height: 70px;
    }

    .slide3-card .sliding-text {
        padding-left: 0;

    }

    .reality-text {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 750px) {

    .slide1-card:before {
        top: 21px;
        left: -32px;
        border-width: 16px;
    }

    .slide1-card:after {
        top: 20px;
        left: -30px;
        border-width: 17px;
    }
}

/* Sarath - Slider Code */

@media screen and (max-width:767px) {
    .arrow-icon-3 {
        bottom: 29%;
    }

    .slide2-card {
        bottom: 0;
    }

    .carousel-inner .carousel-item .d-block {
        height: calc(80vh);
    }
}

@media screen and (max-width:767px) {
    .image-sec {
        height: calc(300px - 80px);
    }

    .image-resp-big {
        height: 300px;
    }
}

.carousel-indicators {
    margin-bottom: 0;
}

.slide2-card:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 58px;
    left: -47px;
    border-width: 24px;
    border-color: transparent #D9BC7B transparent transparent;
    border-style: solid;
}

.slide2-card:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 60px;
    left: -40px;
    border-width: 22px;
    border-color: transparent #757C79 transparent transparent;
    border-style: solid;
}

.insta-btn-shape {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #d7d5d561;
    border-radius: 50%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.insta-next-btnshape {
    margin-left: 20px;
}

.insta-btn-shape:hover {
    background: grey;
}

.insta-btn-shape img {
    width: 10px;
}

.insta-next-btn {
    transform: rotate(175deg);
}

.justify-center {
    justify-content: center;
}

@media only screen and (max-width: 450px) {
    .fallowuse-sec {
        padding: 40px 15px
    }
}

.slide1-card a {
    text-decoration: none;
}

.slide1-card a:hover {
    text-decoration: underline;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.contact-text:hover {
    color: #000;
}

.jimmy-desc::-webkit-scrollbar {
    display: none;
}

.footerMail:before {
    content: "\f465";
    font-family: 'DASHICONS';
    font-size: 24px;
    margin-right: 16px;
    position: relative;
    top: 7px;
}

.footerCall img {
    height: 22px;
    margin-right: 12px;
}

/*    Animations for Sliders    */
.ci1 .animateFromLeft {
    animation: fadeInLeft 1.2s both 1.1s;
}

.ci1 .animateFromRight {
    animation: fadeInRight 1.2s both;
}

.ci1 .animateFromTop {
    animation: fadeInTop 1.2s both 1s;
}

.ci1 .animateFromBottom {
    animation: fadeInBottom 1.2s both 1s;
}

.ci2 .animateFromLeft {
    animation: fadeInLeft2 1.2s both 200ms;
}

.ci2 .animateFromRight {
    animation: fadeInRight2 1.2s both;
}

.ci2 .animateFromTop {
    animation: fadeInTop 1.2s both 1s;
}

.ci2 .animateFromBottom {
    animation: fadeInBottom 1.2s both 1s;
}

.ci3 .animateFromLeft {
    animation: fadeInLeft2 1.2s both 200ms;
}

.ci3 .animateFromRight {
    animation: fadeInRight2 1.2s both;
}

.ci3 .animateFromTop {
    animation: fadeInTop 1.2s both 1s;
}

.ci3 .animateFromBottom {
    animation: fadeInBottom 1.2s both 1s;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);

    }
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(500px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translateX(500px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*    Animations for Sliders    */



/* Animation for Meet Jimmy Section */
.meetjimmy-div.animate {
    overflow-x: hidden;
}

.meetjimmy-div.animate .animateFromLeft {
    animation: fadeInLeft4 1.2s both 600ms;
}

.meetjimmy-div.animate .animateFromRight {
    animation: fadeInRight4 1.2s both 600ms;
}

.meetjimmy-div.animate .animateFromTop {
    animation: fadeInTop4 1.2s both 1.2s;
}

.meetjimmy-div.animate .animateFromBottom {
    animation: fadeInBottom4 1.2s both 1.2s;
}


@keyframes fadeInLeft4 {
    0% {
        display: none;
        opacity: 0;
        transform: translateX(-200px);
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInRight4 {
    0% {
        display: none;
        opacity: 0;
        transform: translateX(500px);
    }

    100% {
        display: block;
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInTop4 {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadeInBottom4 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Animation for Meet Jimmy Section */

/* Animation for Property Boxes */

.properties-boxes.animate .col-md-4 {
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: forwards;
    opacity: 0;
    transform: translate(0, 100%);
    overflow: visible;
}

.properties-boxes.animate .col-md-4:nth-child(1) {
    animation-delay: 200ms;
}

.properties-boxes.animate .col-md-4:nth-child(2) {
    animation-delay: 400ms;
}

.properties-boxes.animate .col-md-4:nth-child(3) {
    animation-delay: 600ms;
}

.properties-boxes.animate .col-md-4:nth-child(4) {
    animation-delay: 800ms;
}

.properties-boxes.animate .col-md-4:nth-child(5) {
    animation-delay: 1s;
}

.properties-boxes.animate .col-md-4:nth-child(6) {
    animation-delay: 1.2s;
}

.properties-boxes.animate .col-md-4:nth-child(7) {
    animation-delay: 1.4s;
}

.properties-boxes.animate .col-md-4:nth-child(8) {
    animation-delay: 1.6s;
}

.properties-boxes.animate .col-md-4:nth-child(9) {
    animation-delay: 1.8s;
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translate(0, 100%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animation for Property Boxes */

/* April 27th Updated CSS */

/* insta latest changes added by mayu */
.fallow-text:hover {
    color: #D9BC7B;
}

.fallow-link a {
    text-decoration: none;
}

.white-border {
    border-top: 1px solid white;
    margin-top: 30px;
    width: 100%;
}

/* Slides */
.bigHeading {
    font-size: 60px;
    line-height: 62px;
}

.topSmallHeading {
    font-size: 24px;
}

.bottomSmallheading {
    font-size: 24px;
}

.slide1-card,
.slide2-card,
.slide3-card {
    padding: 30px;
    width: 42%;
    position: absolute;
    right: 0;
    top: 25%;
    width: 45%;
    background: #757C79;
    border-radius: 0px;
}

.slide1-card:before,
.slide2-card:before,
.slide3-card:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 58px;
    left: -48px;
    border-width: 24px;
    border-color: transparent #D9BC7B transparent transparent;
    border-style: solid;
}

.slide1-card:after,
.slide2-card:after,
.slide3-card:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 60px;
    left: -40px;
    border-width: 22px;
    border-color: transparent #757C79 transparent transparent;
    border-style: solid;
}

.sliderLinkText {
    margin-top: 36px;
}

#bkgVideo {
    object-fit: cover;
}

.playArrow {
    background-color: #000;
    opacity: 0.5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 45%;
    left: 44%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-container video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container video:focus,
.video-container video:active,
.video-container video:hover {
    outline: none;
}

/* Slides */


/* Slider Form */

.slide2-card form {
    display: flex;
    flex-direction: column;
}

.formInnerBlock p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.slide2-card form input,
.slide2-card form textarea {
    border: 0;
    border-bottom: 1px solid #000;
    background-color: #757c79;
    outline: 0;
    padding: 5px;
    color: #d9bc7a;
}

.slide2-card .submitBtn {
    font-weight: 400;
    font-size: 16px;
    color: #e7e7e0;
    background-color: transparent;
    border: 0;
}

.slide2-card .submitBtn:after {
    content: "";
    background-image: url('../wp-content/uploads/2023/04/arrow-right-gold.png');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    position: relative;
    right: -5px;
    top: 4px;
    background-repeat: no-repeat;
}

.slide2-card .formInnerBlock .wpcf7-form-control-wrap {
    flex-grow: 3;
}

.slide2-card .formInnerBlock .submitBtn {
    flex-grow: 1;
}

.slide2-card form textarea:active,
.slide2-card form textarea:focus,
.slide2-card form textarea:focus-visible,
.slide2-card form input:active,
.slide2-card form input:focus,
.slide2-card form input:focus-visible {
    outline: 0;
}

::placeholder {
    color: #d9bc7a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #d9bc7a;
}

::-ms-input-placeholder {
    color: #d9bc7a;
}

/* Slider Form */

.sliderText div {
    line-height: 65px;
}

@media screen and (max-width: 320px) {

    .bigHeading {
        font-size: 20px;
        line-height: 24px;
    }

    .topSmallHeading {
        font-size: 12px;
    }

    .bottomSmallheading {
        font-size: 18px;
    }

    .slide1-card,
    .slide2-card,
    .slide3-card {
        padding: 15px;
    }

    .sliderLinkText {
        margin-top: 20px;
    }

    .arrow-icon {
        width: 7px;
        height: 13px;
    }

    .slide2-card .submitBtn {
        font-size: 12px;
        padding: 0;
        height: 0;
    }

    .slide3-card .arrow-icon-box {
        width: 12px;
        height: 20px;
        margin-top: -3px;
    }
}

@media screen and (min-width: 321px) and (max-width:424px) {
    .bigHeading {
        font-size: 20px;
        line-height: 32px;
    }

    .topSmallHeading {
        font-size: 18px;
    }

    .bottomSmallheading {
        font-size: 18px;
    }

    .sliderLinkText {
        margin-top: 12px;
    }

    .bigHeading .arrow-icon-box {
        height: 22px;
        margin-top: -5px;
    }
}

@media screen and (max-width:425px) {
    .slide2-card .mon-semibold.color-grey.font-40.lh-40 {
        line-height: 30px !important;
        font-size: 18px !important;
    }

    .slide2-card form input,
    .slide2-card form textarea {
        padding: 0;
    }

    .wpcf7-response-output {
        font-size: 10px;
    }

    .smbBtn:after {
        right: 75% !important;
    }
}

@media screen and (min-width:426px) and (max-width:600px) {
    .smbBtn:after {
        right: 84%;
    }
}

@media screen and (min-width:601px) and (max-width:767px) {
    .smbBtn:after {
        right: 82%;
    }
}

@media screen and (min-width:425px) and (max-width: 500px) {
    .slide2-card .bigHeading {
        font-size: 25px !important;
    }
}

@media screen and (min-width:426px) and (max-width:767px) {
    .bigHeading {
        font-size: 32px;
        line-height: 36px;
    }

    .topSmallHeading {
        font-size: 18px;
    }

    .bottomSmallheading {
        font-size: 16px;
    }

    .sliderLinkText {
        margin-top: 20px;
    }

    .slide2-card form input,
    .slide2-card form textarea {
        padding: 5px;
    }

    .slide3-card .bigHeading .arrow-icon-box {
        width: 20px;
        height: 25px;
        margin-top: -4px;
    }
}

@media screen and (min-width:944px) {
    .newLine {
        margin-top: -25px;
    }
}

@media screen and (max-width:767px) {

    .carousel-item {
        height: 100vw;
    }

    .carousel-item img.slideImg,
    .carousel-item video,
    .carousel-item .slide1-card,
    .carousel-item .slide2-card,
    .carousel-item .slide3-card {
        height: 50vw;
    }

    .slide1-card,
    .slide2-card,
    .slide3-card {
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .slide1-card,
    .slide3-card {
        padding: 15px;
    }

    .jimmy-img {
        position: absolute;
        left: 0;
        height: 60%;
        top: 0;
        object-fit: contain;
    }

    .carousel-inner .carousel-item .d-block {
        height: 50vw;
    }

    .carousel-indicators {
        bottom: 50%;
    }

    .wpcf7 form.invalid .wpcf7-response-output {
        margin: 0 !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {

    .carousel-item {
        height: 100vw;
    }

    .carousel-item img.slideImg,
    .carousel-item video,
    .carousel-item .slide1-card,
    .carousel-item .slide2-card,
    .carousel-item .slide3-card {
        height: 50vw !important;
    }

    .slide1-card,
    .slide2-card,
    .slide3-card {
        position: unset;
        padding: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .jimmy-img {
        display: block;
        max-height: 50vw;
        left: 0;
        top: 0;
    }

    .carousel-indicators {
        bottom: 50%;
    }

    .bigHeading {
        font-size: 48px;
        line-height: 48px;
        margin: 10px 0;
    }

    .topSmallHeading {
        font-size: 24px;
    }

    .bottomSmallheading {
        font-size: 24px;
    }

    .slide3-card .bigHeading .arrow-icon-box {
        width: 18px;
        height: 38px;
        margin-top: -6px;
    }

    .sliderLinkText {
        margin-top: 30px;
    }
}

@media screen and (max-width:991px) {
    .playArrow {
        position: absolute;
        top: 15vw;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .slide1-card:before,
    .slide2-card:before,
    .slide3-card:before,
    .slide1-card:after,
    .slide2-card:after,
    .slide3-card:after {
        display: none;
    }

    .carousel-item {
        background-color: #757c79;
    }
}

@media screen and (min-width:1024px) and (max-width:1087px) {

    .slide1-card,
    .slide2-card,
    .slide3-card {
        bottom: 10%;
    }

    .slide2-card .mon-semibold.color-grey.font-40.lh-40 {
        font-size: 60px;
        line-height: 64px;
    }
}

@media screen and (min-width:1024px) and (max-width:1119px) {
    .bigHeading {
        font-size: 50px !important;
        line-height: 52px !important;
    }
}

@media screen and (min-width:1088px) and (max-width:1200px) {

    .slide1-card,
    .slide2-card,
    .slide3-card {
        bottom: 10%;
    }
}

@media screen and (max-width: 1023px) {
    .jimmy-bg {
        background-color: #fff;
    }

    .sub-menu li a {
        padding-left: 40px !important;
        color: #d9bc7b;
    }
}

@media screen and (min-width: 992px) {}

@media screen and (min-width:992px) and (max-width:1023px) {

    .slide1-card,
    .slide2-card,
    .slide3-card {
        width: 50%;
    }

    .jimmy-img {
        display: block;
        max-height: 90%;
    }

    .playArrow {
        left: 40%;
    }

    .bigHeading {
        font-size: 50px;
        line-height: 52px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .playArrow {
        left: 44%;
    }
}

@media screen and (min-width: 1366px) {

    .carousel-inner {
        //height: calc(100vh - 100px);
    }

    .jimmy-img {
        position: absolute;
        left: -25%;
        height: 650px !important;
        //bottom: 100px;
        object-fit: contain;
    }
}

@media screen and (min-width:1201px) and (max-width: 1365px) {

    .slide1-card,
    .slide2-card,
    .slide3-card {
        max-height: 500px;
    }

    .playArrow {
        top: 45%;
        left: 44%;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.wpcf7-spinner {
    position: absolute;
    top: 90%;
    right: 15px;
}

.submitBtn:after {
    content: url(../wp-content/uploads/2023/04/arrow-right-gold.png);
    transform: scale(0.3);
    position: absolute;
    bottom: -23px;
    right: 0;
}

.smbBtn,
.submitBtn {
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #A1A8A5;
    background-color: #A1A8A5;
    color: #E7E7E0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #003974;
    background-color: #003974;
    color: #E7E7E0;
}

.wpcf7 input,
.wpcf7 textarea {
    font-family: "Rufina-Bold";
}

@media screen and (min-width: 1024px) {

    .site-navigation ul.menu li ul {
        left: 13px;
        border-top: 1px solid #d9bc78;
        top: 96%;
        min-width: 125px;
    }

    .sub-menu {
        width: 80%;
    }

    .site-navigation ul.menu li.menu-item-has-children:after {
        font-size: 50px;
        right: 5px;
        top: 30%;
        color: #d9bc7a !important;
        display: none;
    }

    #menu-navbar li:hover .sub-menu li a {
        color: #FFFFFF !important;
        font-size: 12px !important;
        margin: 0 !important;
        padding: 6px 0 !important;
        border: 0 !important;
    }

    #menu-navbar li:hover .sub-menu li a:hover {
        border: 0 !important;
        color: #434B4F !important;
    }

    .sub-menu li {
        background-color: #A1A8A5;
        margin: 0 !important;
        padding: 3px 15px !important;
        border: 0 !important;
    }
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 0 !important;
}

.arrowBeside {
    height: 20px !important;
    position: relative;
    top: 5px;
}

.contactPageForm::placeholder {
    color: #434B4F !important;
    opacity: 1;
}

.contactPageForm:-ms-input-placeholder {
    color: #434B4F !important;
}

.contactPageForm::-ms-input-placeholder {
    color: #434B4F !important;
}

@media screen and (max-width: 1024px) {
    .textContainer {
        width: 100% !important;
    }

    .hideAndShowImage {
        width: 100% !important;
    }
}

.contactFormSubmit {
    background-image: url(../wp-content/uploads/2023/04/arrow-right-gold.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 83% 50%;
}

@media screen and (min-width: 768px) {
    .contactFormSubmit {
        padding: 0 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .contactFormSubmit {
        padding: 0 30px 0 0 !important;
        margin-top: 20px;
    }

    .wpcf7-not-valid-tip {
        display: none;
    }
}

.contact-text a {
    color: unset;
    text-decoration: unset;
}

ul.sub-menu .menu-item:hover a {
    color: #d9bc7b !important;
}

ul.sub-menu .menu-item a {
    color: #fff !important;
    font-size: 12px;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff;
    opacity: 0.8;
}

#footerDuco {
    text-decoration: underline;
}



/* quick search screen */
.elementor-519 .elementor-element.elementor-element-bac4d35 > .elementor-container {
    max-width: inherit !important;
}

.elementor-537 .elementor-element.elementor-element-58e7bc6 > .elementor-container {
    max-width: inherit !important;
}

div#IDX-quicksearch-43863 {
    margin: 0 auto;
    background: #E7E7E0;
    padding: 40px;
    -webkit-box-shadow: none;
    border-radius: 0;
    position: relative;
    text-align: left;
}

.QuickSearchHeadingBg {
    font-size: 60px;
    position: absolute !important;
    top: 120px;
    z-index: 1;
    left: 0;
    right: 0;

}

.QuickSearchHeadingBg .elementor-heading-title {
    font-family: 'Montserrat-SemiBold' !important;
    font-weight: 500 !important;
    text-align: center;
}

@media only screen and (max-width: 890px) {
    .QuickSearchHeadingBg .elementor-heading-title {
        font-size: 40px;

    }
}

@media only screen and (max-width: 420px) {
    .QuickSearchHeadingBg .elementor-heading-title {
        font-size: 30px;

    }

    .QuickSearchHeadingBg {
        top: 110px;
    }
}

div#IDX-quicksearch-43863:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 58px;
    left: -48px;
    border-width: 24px;
    border-color: transparent #D9BC7B transparent transparent;
    border-style: solid;
}

div#IDX-quicksearch-43863:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 60px;
    left: -42px;
    border-width: 22px;
    border-color: transparent #e7e7e0 transparent transparent;
    border-style: solid;
}

select#IDX-qsIdxID-43863,
select#IDX-qsPt-43863,
input#IDX-qsMinPrice-43863,
input#IDX-qsMaxPrice-43863,
input#IDX-qsMinBed-43863,
input#IDX-qsMinBath-43863,
select#IDX-qsCityList-43863 {
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-bottom: 1px solid #757C79;
    background: #E7E7E0;
    padding: 10px 0px;
}

select#IDX-qsIdxID-43863:focus-visible,
select#IDX-qsPt-43863:focus-visible,
input#IDX-qsMinPrice-43863:focus-visible,
input#IDX-qsMaxPrice-43863:focus-visible,
input#IDX-qsMinBed-43863:focus-visible,
input#IDX-qsMinBath-43863:focus-visible,
select#IDX-qsCityList-43863:focus-visible {
    outline: 0 !important;
}

input#IDX-qsSubmit-43863 {
    background: #757C79;
    color: #E7E7E0;
    border: 1px solid #757C79;
    min-width: 150px;
    margin-top: 10px;
}

input#IDX-qsSubmit-43863:hover {
    background: #757c79b5;
    color: #E7E7E0;
    border: 1px solid #757c79b5;
}

input#IDX-qsSubmit-43863:focus-visible {
    outline: 0;
}

input#IDX-qsSubmit-43863:focus {
    outline: 0;
    background: #757C79;
    color: #E7E7E0;
}

div#IDX-qsIdxIDWrap-43863,
div#IDX-qsPtWrap-43863,
div#IDX-qsCityListWrap-43863 {
    width: 100%;
}

div#IDX-qsMinPriceWrap-43863,
div#IDX-qsMaxPriceWrap-43863,
div#IDX-qsMinBedWrap-43863,
div#IDX-qsMinBedWrap-43863,
div#IDX-qsMinBathWrap-43863 {
    width: 50%
}

#IDX-quicksearchForm-43863 .IDX-qsInput {
    margin: inherit !important;
    width: 100% !important;
}

div#IDX-qsSubmitWrap-43863 {
    margin-top: 10px;
}

/*.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 50px !important;
}*/
@media only screen and (max-width: 550px) {
    div#IDX-quicksearch-43863 {
        padding: 60px 15px 15px 15px;
        width: 80vw;
    }
}

.site-navigation ul.menu li.menu-item-has-children:focus-within > ul li a {
    font-size: 12px !important;
    margin: 0 !important;
    padding: 6px 0px !important;
}

li.menu-item:focus-within .sub-menu li a {
    font-size: 12px !important;
    margin: 0 !important;
    padding: 20px 40px !important;
}

.idx-wrapper-template-default.single {
    background-color: #757c79;
}

.textQuote {
    padding: 50px;
    background-color: #757C79;
    font-size: 50px;
    font-family: 'RUFINA-BOLD';
    text-align: center;
    color: #E7E7E0;
    position: relative;
    line-height: 55px;
}

.textQuote .colorGold {
    color: #D9BC7B;
}

.prperties-sold-wrap.sec1 {
    padding-bottom: 20px;
}

.prperties-sold-wrap.sec2 {
    padding-top: 100px;
}

.textQuote:before,
.textQuote:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.textQuote:before {
    border-color: #757C79 transparent transparent transparent;
    border-width: 20px;
    bottom: -40px;
    z-index: 9;
}

.textQuote:after {
    border-color: #D9BC7B transparent transparent transparent;
    border-width: 25px;
    bottom: -50px;
}

@media screen and (max-width: 767px) {
    .textQuote {
        font-size: 25px;
        line-height: 32px;
    }
}

@media screen and (min-width:768px) and (max-width: 1023px) {
    .textQuote {
        font-size: 25px;
        line-height: 32px;
    }
}

@media screen and (max-width:991px) {
    .lineBlock {
        display: inline;
    }

    .textQuote:before {
        bottom: -38px;
    }
}

@media screen and (min-width: 992px) {
    .lineBlock {
        display: block;
    }
}

li.idx-pagination--ellipsis.idx-pagination--borderless {
    background-color: transparent !important;
    border: 0 !important;
    color: black !important;
}

/* New Box in Slider 1 */
.salesBox {
    background-color: #e7e7e0;
    padding: 10px 0;
    margin: 0 20px;
    font-size: 21px;
    color: #003974;
}

.bottomText {
    font-size: 22px;
    color: #FFFFFF;
}

.jimmy-quote {
    color: #E7E7E0;
    font-size: 15px;
    text-align: center;
    margin: 20px 20px 0 20px;
    /*
            display: flex;
            align-items: end;
            flex-direction: column;
*/
    border-right: 1px solid #e7e7e0;
    border-left: 1px solid #e7e7e0;
    padding: 20px 0;
    position: relative;
}

.jimmy-quote span {
    display: block;
    font-size: 12px;
}

.jimmy-quote:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 20px;
    left: -29px;
    border-width: 14px;
    border-color: transparent #D9BC7B transparent transparent;
    border-style: solid;
}

.jimmy-quote:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 21px;
    left: -25px;
    border-width: 13px;
    border-color: transparent #757c79 transparent transparent;
    border-style: solid;
}

.jimmy-quote .rightArrow:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 20px;
    right: -29px;
    border-width: 14px;
    border-color: transparent transparent transparent #D9BC7B;
    border-style: solid;
}

.jimmy-quote .rightArrow:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 21px;
    right: -25px;
    border-width: 13px;
    border-color: transparent transparent transparent #757c79;
    border-style: solid;
}

@media screen and (min-width: 360px) and (max-width: 600px) {
    .bottomText {
        font-size: 16px;
    }

    .jimmy-quote {
        font-size: 10px;
        padding: 5px 0;
    }

    .jimmy-quote span {
        font-size: 8px;
    }

    .salesBox {
        font-size: 14px;
    }

    .jimmy-quote .rightArrow:after {
        top: 9px;
        right: -19px;
        border-width: 10px;
    }

    .jimmy-quote .rightArrow:before {
        top: 8px;
        right: -22px;
        border-width: 11px;
    }

    .jimmy-quote:after {
        top: 9px;
        left: -19px;
        border-width: 10px;
    }

    .jimmy-quote:before {
        top: 8px;
        left: -22px;
        border-width: 11px;
    }
}

@media screen and (max-width: 600px) {
    .jimmy-quote {
        margin-top: 0;
    }

    .firstImageLogo {
        width: 80%;
        margin: 0 auto;
    }

    .slide1-card {
        padding-top: 0;
    }
}

@media screen and (min-width:1365px) {
    .slide1-card {
        padding: 30px 85px;
    }
}

/* New Box in Slider 1 */

a.abtLnk {
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (min-width:1728px) {
    .jimmy-img {
        bottom: 0px !important;
    }
}

/* About US Page CSS */
.hideAndShowText {
    display: none;
}

#readMore,
#readLess {
    cursor: pointer;
}

.aboutTitle span {

    display: block;
}
.aboutTitle h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .aboutSubTitle h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

@media screen and (min-width:1025px) and (max-width: 1365px) {
    .aboutTitle h2 {
        font-size: 61px !important;
        line-height: 60px !important;
    }
}

/* About US Page CSS */

/* Contact US Page CSS */
#IDX-quicksearchForm-43863 {
    text-align: right;
}

/* Contact US Page CSS */

/* New Pge test styles 
.page-id-696 .slide1-card,
.page-id-696 .slide2-card,
.page-id-696 .slide3-card{
	width: 90%;
    right:-68px;
}

.page-id-696 img.arrowBeside{
    width: 15px;
    height: 20px;
}
.page-id-696 img.pointer.arrow-icon-box{
	width: 30px;
    display: inline;
}

.page-id-696 .owl-dots button {
    background: grey;
    color: #e7e7e0;
    border: 4px solid #757C79;
    border-radius: 50%;
    margin: 0 5px;
}

.page-id-696 .owl-dots{
	margin: 0 auto;
    position: absolute;
    bottom: 50px;
    opacity: 1;
    left: 50%;
}

.page-id-696 button.owl-dot.active {
    border-color: #fff;
    opacity: 1;
}

@media screen and (min-width:768px) and (max-width:1023px){
	/*.page-id-696 .jimmy-tri-card .jimmy-title h2{
    	    font-size: 35px;
    		line-height: 47px;
    }*/
    .page-id-696 .listing-text:before{
    	top: 50%;
    }
    .page-id-696 .listing-text:before {
        width: calc(100% - 750px);
    }
    .page-id-696 .listing-text.testimonialHead:before {
        width: calc(100% - 550px);
    }
    .page-id-696 .proprty-text:after {
	    width: calc(100% - 750px);
    }
}
*/
.page-id-696 .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0 !important;
}
.page-id-696 .idx-listings-showcase__header{
	display: none;
}
.page-id-696 .allPropButton a{
	position: relative;
}
.page-id-696 .allPropButton a:before {
    content: "";
    position: absolute;
    width: 0px;
    bottom: 2px;
    right: -61px;
    border-width: 32px;
    border-color: transparent transparent transparent #E7E7E0;
    border-style: solid;
}
.page-id-696 .allPropButton a:after {
    content: url(../wp-content/uploads/2023/04/arrow-right-gold.png);
    display: block;
    position: absolute;
    top: 4px;
    margin: 0 auto;
    right: -28px;
    z-index: 99999999;
    transform: scale(1.12);
}
.page-id-696 .intaBlock a:hover{
	color: #D9BC7B !important;
}
@media and screen and (min-width: 1025px) and (max-width: 1200px){
	.page-id-696 .jimmy-tri-card .jimmy-title h2 {
        font-size: 41px;
        line-height: 50px;
    }
}
@media screen and (max-width:600px){
    .page-id-696 .jimmy-tri-card .jimmy-title h2 {
        font-size: 36px;
        line-height: 45px;
        font-weight: 600;
    }
}
@media screen and (min-width:768px) and (max-width: 1023px){
	.page-id-696 .property-doller-text {
        font-size: 36px !important;
    }
    .page-id-696 .sale-text {
        font-size: 24px !important;
    }
    .page-id-696 .bell-text {
        font-size: 28px;
    }
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .page-id-696 .jimmy-tri-card .jimmy-title h2 {
        font-size: 46px;
        line-height: 56px;
    }
    .page-id-696 .property-doller-text
    {
        font-size: 44px !important;
    }
}
@media screen and (max-width:600px){
	.page-id-696 .elementor-button.elementor-size-lg{
    	font-size: 12px;
    }
    .page-id-696 .elementor-button-link{
    	padding: 31px 42px 25px 42px !important;
    }
}

@media screen and (max-width:1023px){
    .elementor-active .sub-menu li{
        padding-left: 0px !important;
        background-color: #757c79;
    }
}

@media screen and (max-width: 991px){
	.video-container{
    	height: 50%;
    }
}

/* Press Releases */
header.page-header.page-title-pr h1.page-title {
	margin: 0;
    color: #E7E7E0;
    text-transform: uppercase;
    font-family: 'mon-medium';
    font-size: 60px;
    font-weight: 600;
}

header.page-header.page-title-pr {
	display: block;
	background-color: #757C79;
    padding: 60px;
}

h1.page-title{
	position: relative;
}

h1.page-title:after {
    content: " ";
    height: 1px;
    width: 60%;
    background: #E7E7E0;
    position: absolute;
    top: 50%;
    right: 0;
}
.press-releases-wrapper {
    background-color: #E7E7E0;
}
.press-releases-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    padding: 50px;
}
.press-release-column {
    max-width: 50%;
    padding: 10px;
    margin: 20px auto;
}
.press_releases .featured-image img {
    height: 450px;
    width: 100%;
}
.press_releases h2.entry-title a {
    color: #434B4F;
    font-family: 'Rufina-Bold';
    font-size: 26px;
}
article.press_releases h2 {
    color: #434B4F;
    /*height: 100px;*/
    font-family: 'Rufina-Bold';
    font-size: 30px;
}
@media screen and (max-width: 600px){
	article.press_releases h2 {
        height: auto;
    }
}
.press_releases .entry-content {
    color: #757C79;
}
.press_releases h2.entry-title a:hover{
    text-decoration: underline;
}
a.read-more-pr:hover {
    color: #d9bc7a;
}
.press_releases .entry-content p {
	margin-bottom: 20px;
    color: #434B4F !important;
    font-size: 15px;
    line-height: 20px;
    font-family: 'mon-medium';
}
.press_releases .featured-image{
    margin: 0 auto;
    text-align: center;
}
article.press_releases{
	border-bottom: 3px solid #D9BC7B;
    padding-bottom: 20px;
}
.author-date {
    display: flex;
    color: #757C79;
    font-size: 13px;
    font-family: mon-medium;
    margin: 10px 0;
}
.auth_dt_seperator{
	margin: 0 10px;
    color: #D9BC7B;
}
.read-more-pr{
	color: #757C79;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
img.link-arrow-pr {
    height: 14px;
    width: 13px;
    margin-left: -5px;
}
.pagination-wrapper {
    padding: 30px;
    background-color: #E7E7E0;
}
.pagination-inner {
    align-items: center;
    background-color: #CFD6D3;
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    border-radius: 20px !important;
    padding: 0 !important;
    gap: 0.5rem;
}
.pagination-inner a, .pagination-inner span {
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #e7e7e0;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    border: 1px solid;
}
.pagination-inner span{
	color: #D9BC7B;
}
.pagination-inner a {
    color: #d9bc7a;
}
a.prev.page-numbers,
a.next.page-numbers{
    color: #D9BC7B;
    background-color: #191917;
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
	h1.page-title:after{
    	width: 55%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	h1.page-title:after{
    	width: 50%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
	h1.page-title:after{
    	width: 32%;
    }
}
@media screen and (max-width: 767px){
	h1.page-title:after{
    	display: none;
    }
}
@media screen and (min-width:1256px) and (max-width:1365px){
	.header-inner .site-navigation ul.menu li a {
        margin: 0 15px;
    }
}
@media screen and (max-width:991px){
	.press-release-column {
        max-width: 100%;
    }
    main#main {
        overflow-x: hidden;
        padding: 0;
    }
    header.page-header.page-title-pr h1.page-title{
    	font-size: 35px;
    }
    header.page-header.page-title-pr{
    	padding: 40px 20px;
    }
    .press-releases-row, .press-release-column{
    	padding: 0;
    }
     .press-release-column{
     	margin: 0;
    }
    h2.entry-title, .author-date, .press_releases .entry-content{
    	padding: 0 15px;
    }
}
/* new styles added */
    .homeSliderDisclaimer {
        color: #d9bc7a;
        font-size: 14px;
    }

    .contactFormDesclaimer {
        color: #003974;
        font-size: 14px;
        margin-left: 10px;
    }

    .footer-rodeo-hrg-log {
        width: 250px;
        height: 130px;
        margin-left: 15px;
    }

    .footer-rodeo-hrg-log img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .footer_duco_newlogo {
        width: 200px;
        height: 120px;
        margin-top: 50px;
    }

    .footer_duco_newlogo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .footer-address-new{
        text-decoration:underline;
    }
   #contactUsSliderPrivacy{
      color: #D9BC79;
      font-weight:700;
}
#contactUsSliderPrivacy:hover{
color:#ecbb4c;
}
 
  .contactFormDesclaimer p a{color: #013974;font-weight:700;text-decoration: underline;}
  .contactFormDesclaimer{margin-top:10px;}
        .privacy_policy_document h2{
color: #272728;
font-size:24px;
font-weight:600;
margin-top:20px;
font-family: mon-medium;
}
.privacy_policy_document p{
font-size:16px;
font-weight:500;
font-family: mon-medium;
}
.privacy_policy_document ul{padding-left:15px;}
.privacy_policy_document ul li{
font-size:16px;
font-weight:500;
font-family: mon-medium;
}
.privacy_policy_document .plocity_laststep{margin-bottom:40px;}
.privacy_policy_document .principle_text{margin-bottom:20px;font-size:16px;
font-weight:500;font-family: mon-medium;}
.privacy_policy_document h1{
color: #013974;
font-weight: 600;
font-size: 40px;
font-family: mon-medium;
}
.elementor-section.elementor-section-boxed > .elementor-container{
max-width:1400px !importat;
padding:20px 50px;
}
.elementor-section.elementor-section-boxed>.elementor-container{
max-width:inherit !importat;
padding:20px 50px;
}
@media screen and (max-width: 500px){
.privacy_policy_document h1{font-size:30px;margin-bottom: 10px;}
.privacy_policy_document h2{font-size:20px;margin-bottom: 10px;}
  .elementor-section.elementor-section-boxed > .elementor-container{
    padding:0px;
}
.privacy_policy_document ul li, .privacy_policy_document p{font-size:14px;}
}
.privacy_policy_document .principle_text{margin-bottom:15px;}
@media screen and (min-width:501px) and (max-width: 990px){
.privacy_policy_document h1{font-size:35px;}
}
  .elementor-section.elementor-section-boxed > .elementor-container{
    padding:20px;
}
} 
    
     @media only screen and (max-width: 720px){
 
        .homeSliderDisclaimer {
            font-size: 8px !importat; line-height: 14px !importat;
             }
        }
         @media only screen and (max-width: 767px){
 
        .homeSliderDisclaimer {
            font-size: 8px !importat; line-height: 14px !importat;
             }
        }
    

    @media only screen and (max-width: 1350px) {
        .footer-rodeo-hrg-log {
            margin-left: 0;
            margin-top: 20px;
        }

        @media only screen and (max-width: 720px) {
            .footer-rodeo-hrg-log {
                width: 100%;
                height: auto;
            }

        }

        @media only screen and (max-width: 1150px) {
            .homeSliderDisclaimer {
                font-size: 11px;

            }

        }

        @media only screen and (max-width: 720px) {
            .homeSliderDisclaimer {
                font-size: 10px;
            }

        }

        @media only screen and (max-width: 760px) {
            .contactFormDesclaimer {
                margin-top: 15px;
                margin-left: 0px;
                font-size: 11px;
            }
        }