/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

:root {
    --theme-color1: #ebae30;
    --bs-black: #000000;
    --bs-white: #ffffff;
    --color-gradient-1: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
    --transition: all 500ms ease;
    --font-awesome-free: "Font Awesome 6 Free";
    --font-awesome-brands: "Font Awesome 6 Brands";
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #efefef;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #efefef;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: var(--theme-color1);
    transition: var(--transition);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color2); 
  }
::-moz-selection {
    background: var(--theme-color2);
    color: var(--theme-color1);
}
::selection {
    background: var(--theme-color2);
    color: var(--theme-color1);
}

::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}

::placeholder {
    color: inherit !important;
    opacity: 1;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    accent-color: var(--theme-color1);
    word-break: break-word;
}
.et_pb_row {
	width:90%;
}

div#page-container {
    overflow-y: visible !important;
    overflow-x: visible !important;
}
body:not(.et-fb) #et-boc .et-l #dd-section {
    z-index: 999999 !important;
}
#wpadminbar {
    z-index: 9999999 !important;
}
.wpcf7-spinner {
    position: absolute;
}
.wpa-test-msg {
    display: block;
    width: 100%;
    float: left;
}
.equal-img, .equal-img * {
    height: 100%;
    display: flex;
    object-fit: cover;
}
.style-list li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.style-list li:before {
    position: absolute;
    content:"\f63c";
    color:var(--theme-color1);
    left: -10px;
    font-family:fontawesome;
}
/*--Btn Css starts--*/
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button{
    background: var(--theme-color1) !important;
    font-size: 16px;
    margin-top: 12px;
    padding: 15px 30px !important;
    border: none;
    color: #000;
}
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:hover{
    background:#4b4d50 !important;
    color:#fff;
}

.OfferKit_make-an-offer {
    background: #dca32d!important;
}


/*--Btn Css Ends--*/
/* --main-title-- */
.main-title h5 {
    position: relative;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 0;
}
.main-title h5:before {
    content: "";
    position: relative;
    background-image: url(/wp-content/uploads/2024/04/title-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 0px;
    top: 4px;
    background-size: contain;
    display: inline-block;
    margin-right: 9px;
}
/* --main-title-close-- */

/*--- property list  --*/
#left-area {
    padding-top: 116px;
}
/*--back-to-top--*/
.et_pb_scroll_top.et-pb-icon {
   --space: 00px;
    height: 66px;
    width: 66px;
    text-decoration: none;
    z-index: 999;
    background-color: var(--bs-white);
    border-right: 0;
    right: 30px;
    bottom: 60px;
    &:before {
        content: '6';
    position: absolute;
    height: 90%;
    width: 90%;
    opacity: 1;
    transition: var(--transition);
    animation: zoom-in-zoom-out 4s ease infinite;
    left: 5%;
    top: 17%;
    color: var(--theme-color1);
    font-size: 42px;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.8);
    }
}
/*--back-to-top-close--*/
#okapi-wasb-icon {
    margin-bottom: 135px;
}
/*******  | HEADER CODE |  *******/
header .et_pb_section.dd-fixed-header .et_pb_blurb_container {
    padding-left: 0px;
}
header .et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}
header .et_pb_menu .et-menu>li>a:before {
    content: '';
    width: 100%;
    height: 16%;
    background: #ffffff;
    display: block;
    bottom: -4px;
    position: absolute;
    opacity: 0;
}

.dd-fixed-header-styling .dd-logo img {
    filter: brightness(.9) invert(.2);
}
.dd-fixed-header .et_pb_module.et_pb_blurb span.et_pb_image_wrap span, .dd-fixed-header .et_pb_module.et_pb_blurb a {
    color: #fff;
}
.dd-fixed-header-styling span.et_pb_image_wrap span {
    color: #000 !important;
}
.dd-fixed-header-styling .et_pb_blurb_description a{
    color: #000 !important;
}
header .dd-fixed-header .et_pb_module.et_pb_image span.et_pb_image_wrap {
    background: #ffffff;
    padding: 14px;
    border-radius: 5px;
}
header .dd-fixed-header-styling span.et_pb_image_wrap{
        background:transparent !important;
}
body.page.page-id-25582 .et-l .dd-fixed-header .et_pb_menu .et-menu>li>a {
    color: #fff !important;
}
body.page.page-id-25582 .et-l .dd-fixed-header .et_pb_menu .et-menu>li>a:before {
    background: #ffffff !important;
}
/* Sub-Menu Css Start */
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li> ul.sub-menu li.menu-item{
   position:relative;
   padding:0;
   width:100%;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li> ul.sub-menu li.menu-item:before{
   position:absolute;
   content:'';
   background-color:var(--theme-color1);
   left:0;
   top:0;
   bottom:0;
   width:0%;
   height:100%;
   opacity:0;
   transition:0.8s;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li> ul.sub-menu li.menu-item a{
   width:100%;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li> ul.sub-menu li.menu-item:hover:before{
   opacity:1;
   width:100%;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li> ul.sub-menu li.menu-item:hover a{
   background-color:transparent;
   color:white !important;
}
/* Sub-Menu Css End*/

/*******  | HOMEPAGE CODE |  *******/
.service-sec .client-name .et_pb_text_inner {
 background: var(--theme-color1) !important;
    font-size: 16px;
    margin-top: 12px;
    padding: 15px 30px !important;
    border: none;
    color: #000;
    width: fit-content;
	margin:auto;
}
/*---- Single Listing Property Start ----*/
.single-properties header .et_pb_section.dd-fixed-header {
    background-color: #ffffff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
body.single-properties{
    background-color:#f8f8f8 !important;
}
body.single-properties .et_pb_section {
    background-color:#f8f8f8 !important;
}
body.single-properties footer .et_pb_section  {
    background-color:#f6f5f5 !important;
}
.single_topheader {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
}
.single_topheader ol.fbc-items {
    background-color:transparent !important;
}
.single_topheader ol.fbc-items li:first-child{
    padding-left:0 !important;
}
.single_topheader ol.fbc-items li span {
    font-size: 12px !important;
    text-transform: capitalize;
    color: #0c0101 !important;
}
.single_topheader .breadcrumb_row {
    padding-bottom:0;
}
.single_topheader .top_info_row {
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.single_topheader .right_cols {
    text-align:right;
    font-size:30px;
    color:var(--theme-color1);
}
.single_topheader .left_cols h2 {
    font-size: 35px;
    color: #082d41;
}
.gallery_sects div#slider.flexslider .slides img{
    height:467px;
    object-fit:cover;
    border-radius:5px;
}
.gallery_sects ul.flex-direction-nav li a{
    background-color:var(--theme-color1)!important;
    opacity:0.8;
    border-radius:5px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:0;
}
.gallery_sects a.flex-prev.flex-disabled,
.gallery_sects a.flex-next.flex-disabled{
    opacity:0.8 !important;
    z-index:1;
   display:flex !important;
}
.gallery_sects ul.flex-direction-nav li a:before{
    position:absolute;
    content:'\f053' !important;
    font-family:fontawesome;
    font-size:20px;
    color:white;
}
.gallery_sects ul.flex-direction-nav li.flex-nav-prev a{
    left:20px !important;
}
.gallery_sects ul.flex-direction-nav li.flex-nav-next a{
    right:20px !important;
}
.gallery_sects ul.flex-direction-nav li.flex-nav-next a:before{
    content:'\f054' !important;
}
.gallery_sects div#carousel ul.flex-direction-nav {
    display:none;
}
.gallery_sects div#slider {
    position:relative;
    margin-bottom:0;
}
.gallery_sects div#carousel {
    position:absolute;
    bottom:80px;
    max-width:80%;
    margin:auto;
    left:0;
    right:0;
    border:0;
    background-color:transparent;
}
.gallery_sects div#carousel ul li{
    margin:0px 10px;
}
.gallery_sects div#carousel ul li img{
    height:70px;
    object-fit:cover;
    border-radius:5px;
    border:2px solid white;
}
.gallery_sects div#carousel li.flex-active-slide img{
    border-color:black !important;
}
body.single-properties .fbc-page .fbc-wrap .fbc-items li a{
    color:var(--theme-color1);
}
.overview_secs .et_pb_row {
    background-color:white;
    padding:30px;
    box-shadow: 0 5px 30px 0 rgb(38 42 76 / 5%);
    border-radius:5px;
}
.overview_secs {
    padding-top:0;
}
.overview_secs ul.details-list {
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 50px;
}
.overview_secs ul.details-list li label {
    color: black;
    text-transform: capitalize;
}
.overview_secs ul.details-list li{
    border-bottom:0;
     color:black; 
}
.overview_secs ul.details-list li:first-child{
    text-align:left;
}
.overview_secs h3{
    padding-bottom:40px;
    color:black;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1px;
}
.overview_secs ul.details-list li i {
    background-color: transparent;
    color: black;
    margin-right: 5px;
    padding-left: 0;
}
.overview_secs {
    padding:0 !important;
}
.detail_box_sec .tabs .tab {
    background-color: var(--theme-color1);
    color: white;
    border: 0;
    margin: 0px 1px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
}
.detail_box_sec  .tab.active{
    border-bottom:0;
    background-color:white;
    color:black;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.detail_box_sec  .tabs .tab:hover{
    background-color:white;
    color:black;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.detail_box_sec  .tabs{
    border:0;
	display:grid;
    grid-template-columns:repeat(4, 1fr);
}
.detail_box_sec .et_pb_column:last-child,
.detail_box_sec .tab_info_box{
    background-color:white;
    box-shadow: 0 5px 30px 0 rgb(38 42 76 / 5%);
}
.detail_box_sec  .tab-content.active{
    border:0;
}
.detail_box_sec .et_pb_column.et-last-child {
    padding:30px;
}
.detail_box_sec .tab-content ul li label{
    color:black;
    padding-right:5px;
}
.detail_box_sec .tab-content ul.tab_liststyle {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
}
.detail_box_sec .tab-content ul li {
    text-transform:capitalize;
    margin-bottom:10px;
}
.detail_box_sec .tab-content{
    padding:30px;
}
.detail_box_sec {
    padding:0 !important;
}
.detail_box_sec  ul.vendor_infos li label{
    display:block;
    font-weight:bold;
    padding-bottom:5px;
}
.detail_box_sec ul.vendor_infos h3{
    font-weight:bold;
    letter-spacing:1px;
    margin-bottom:20px;
}
.single-properties header .et_builder_inner_content{
    z-index:11;
}
ul.feature_opts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    margin-top: 10px;
    margin-bottom: 30px;
}
ul.feature_opts li i {
    padding-right: 6px;
    color: #ebae30;
    font-weight: 700;
    font-size: 16px;
}
ul.feature_opts li {
    display: flex;
}
.info_broker_box ul li,
.info_broker_box ul li a{
    font-size:15px;
    font-weight:normal;
}
.info_broker_box ul li {
    margin-bottom:15px;
    border-bottom:2px solid #b8b8b83b;
    padding-bottom:15px;
}
.info_broker_box ul li i{
    margin-right:10px;
    color:white;
    width:25px;
    height:25px;
    background-color:var(--theme-color1);
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:5px;
}
.info_broker_box ul li span{
    color:black;
}
.tab-content h4 {
    font-weight: 700;
}
.latestproperty_list.releated_property_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.latestproperty_list.releated_property_list .properties_item.item {
    width: 48.33%;
    box-sizing: border-box;
}
.similar_property {
    margin-top:20px
}
.similar_property  .properties_item.item {
    background-color:white;
}
.broker_details {
    display: flex;
    align-items: center;
}
.broker_images {
    width:30%;
}
.broker_images img{
    width:80px;
    height:80px;
    object-fit:cover;
}
.info_names {
    width:70%;
    padding-left:20px;
}
.info_names label{
    display:block;
    font-size:14px;
     color:var(--theme-color1);
	text-transform:capitalize;
}
.info_names span{
    font-size:20px;
   color:black;
}
.enquiry_forms  form.wpcf7-form{
    padding-top:20px;
}
.enquiry_forms  form.wpcf7-form input.wpcf7-form-control.wpcf7-text,
.enquiry_forms  form.wpcf7-form  textarea{
    width:100%;
    padding:10px;
    margin-bottom:10px;
    border-radius:5px;
    border-color:#d6d6d6;
}
.enquiry_forms input.wpcf7-form-control.wpcf7-submit {
    width:100%;
    border:0;
    padding:12px;
    border-radius:5px;
    background-color:var(--theme-color1);
    border:1px solid var(--theme-color1);
	color:white;
	cursor:pointer;
}
.enquiry_forms input.wpcf7-form-control.wpcf7-submit:hover{
  background-color:transparent; 
    color:var(--theme-color1);
}
.call_btnopts a{
    border:1px solid var(--theme-color1);
    width:100%;
    display:block;
    text-align:center;
    padding:7px;
    border-radius:5px;
    color:var(--theme-color1);
}
.call_btnopts a:hover{
    background-color:var(--theme-color1);
    color:white;
}
.call_btnopts{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:10px;
    margin-top:20px;
	width:100%;
}
.vendor_details_boxes {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:30px;
    background-color:white;
    margin-top:30px;
    padding:30px;
	box-shadow: 0 5px 30px 0 rgb(38 42 76 / 5%);
}
.social_links_opts ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_links_opts ul li {
    padding: 0px 12px;
}
.social_links_opts ul li i {
    background: #ebae30;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.social_links_opts {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 10px -8px #000;
    padding: 10px;
    width: 90%;
    bottom: 30px;
    border-radius: 4px;
    margin: 0px auto!important;
}
.energy_efficency_list ul.energy_index_list {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: stretch;
    gap: 0px;
    margin-top: 85px;
}
.energy_efficency_list ul.energy_index_list li {
    color: #fff;
    flex-grow: 1;
    text-align: center;
    padding: 6px 0px;
    position: relative;
}
.energy_efficency_list .indicator-energy {
    position: absolute;
    top: -45px;
    left: 7%;
    padding: 6px 12px;
    color: #fff;
    background-color: #999;
    font-weight: 500;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    font-size: 12px;
    z-index: 9;
}
.energy_efficency_list .indicator-energy:before {
    content: "";
    position: absolute;
    border-top: 10px solid #999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -10px;
    left: 8%;
    margin-left: 5px;
}
.energy_efficency_list ul.energy-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 20px;
}
ul.energy-dots li label {
    font-weight: 700;
}
ul.energy-dots li {
    font-weight: 400;
}
.energy_efficency_list {
    background-color: white;
    box-shadow: 0 5px 30px 0 rgb(38 42 76 / 5%);
    margin-top: 30px;
    padding: 30px;
}
.single-properties #dd-hamburger .et-pb-icon {
    color: #000;
}
h4.offer_status {
    background: #fff;
    width: fit-content;
    float: right;
    padding: 5px 10px;
    margin: 10px 0px;
    font-size: 14px;
    font-family: 'Roboto';
	text-transform: capitalize;
}

/*---- Single Listing Property css End--*/
/* Homepage Latest-Properties Css Start */

.properties-sec  .location_names {
    position:absolute;
    bottom:10px;
    z-index:1;
    color:white;
    padding-left:40px;
    font-size:13px;
}
.properties-sec  .location_names:before{
    position:absolute;
    content:'\f3c5';
    left:20px;
    font-family:fontawesome;
}
.properties-sec  .info_boxes h2 a{
    font-size:20px;
    color:black !important;
}
.properties-sec .info_boxes h2 {
    min-height: 70px;
}
.properties-sec  .price_pros {
    font-size:17px;
    margin-bottom:10px;
    color:var(--theme-color1);
}
.properties-sec .listing_details.the_grid_view {
    padding-bottom:10px;
}

.properties-sec ul.property_listing_details li{
    list-style:none;
}
.properties-sec ul.property_listing_details{
    padding-left:0;
    margin-bottom:0;
    padding-bottom:0;
}
.properties-sec .properties_item.item:hover  a{
    color:var(--theme-color1) !important;
}
/* Homepage Latest-Properties Css End*/
/*---Testimonial Sec Css Start---*/
.testimonial-sec .sp-testimonial-item {
    background: #fff;
    padding: 40px 20px !important;
    margin: 6px;
    width: 32% !important;
    display: flex;
    box-sizing: border-box;
    max-width: 32%;
    -webkit-box-shadow: 0 5px 30px 0 rgb(38 42 76 / 5%);
/*     box-shadow: 0 5px 30px 0 rgb(38 42 76 / 5%); */
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 660px;
}
/*---Testimonial Sec Css End---*/
/*---Contact-Section Css Start---*/
.contact-sec:before {
    background: url(/wp-content/uploads/2024/05/Frame-3.png);
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0px;
    filter: brightness(0) invert(1);
}
.contact-sec .contact-col1 {
    background: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.contact-col1 input.wpcf7-form-control.wpcf7-text, .contact-col1 textarea.wpcf7-form-control.wpcf7-textarea, .contact-col1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 1px solid #e3e3e3;
    padding: 20px;
    margin: 16px 0px;
    width: 100%;
}
.contact-col1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--theme-color1);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.contact-col1 p {
    margin: 0px 10px;
}
.contact-page-col1 .drop-down-list  select.wpcf7-form-control.wpcf7-select {
    padding: 16px 20px;
    margin: 10px 0px;
    width: 100%;
    background: #f4f5f8;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.feature-sec .owl-carousel .owl-item img {
    min-height: 400px;
    object-fit: cover;
}
/*--Contact Section Css End---*/
/*---Latest properties Css Start---*/
.latestproperty_list .owl-item .properties_item {
    box-shadow: 0 5px 15px 0 rgba(36,42.000000000000014,76,.1);
    margin-bottom: 40px;
}
.listing-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
	transition: .4s;
}
.info_boxes {
    padding: 20px 0px;
}
.property_listing_details {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    margin-bottom: 20px;
}
.property_listing_details li:not(:first-child) {
    padding-left: 20px;
}
.homeslider_property .info_boxes {
    padding: 20px !important;
}
.info_boxes h2 a {
    color: #5e5e5e;
    font-size: 20px;
}
.property_listing_details li span {
    margin-left: 6px;
}
.property_location_image {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99999999;
}
.listing-image {
    position: relative;
}

.property_location_image a {
    color: var(--theme-color1);
}
.latestproperty_list .owl-nav {
    position: absolute;
    top: -65px;
    right: 0px;
}
.latestproperty_list .owl-nav .owl-prev, .latestproperty_list .owl-nav .owl-next {
    background-color: #f7f8f8!important;
    width: 40px;
    height: 40px;
    line-height: 32px;
}
.latestproperty_list .owl-nav .owl-prev i, .latestproperty_list .owl-nav .owl-next i {
    color:#6a8051;
}
.latestproperty_list .owl-nav .owl-prev:hover, .latestproperty_list .owl-nav .owl-next:hover {
    background: var(--theme-color1) !important;
}
.latestproperty_list .owl-nav .owl-prev:hover i, .latestproperty_list .owl-nav .owl-next:hover i {
    color: #fff;
}
.latestproperty_list .owl-dots .owl-dot span {
    background: #cedfbb !important;
}
.latestproperty_list .owl-dots .owl-dot.active span {
    background: var(--theme-color1)!important;
}
.properties_item.item:hover .info_boxes h2 a {
    color: var(--theme-color1);
}
.properties_item.item:hover .property_img img {
    transform: scaleY(1.1);
}
.property_img {
    position: relative;
    overflow: hidden;
}
.property_img_gallery .owl-nav {
    position: relative;
}
.latestproperty_list .property_img_gallery .owl-nav {
    top: 40%;
    z-index: 9999;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.latestproperty_list .property_img_gallery .owl-nav [class*='owl-'] {
    background: #f7f8f882 !important;
    font-size: 20px;
    color: #000000 !important;
}

.latestproperty_list .property_img_gallery .owl-nav [class*='owl-'] i {
    color: #000000;
}
/*---Latest properties Css End---*/

/*---sell page css ---*/

.grid_properties_lists {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.grid_properties_lists .properties_item {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 33.33333333%;
}
.box_overlays {
    padding: 20px;
    box-shadow: inset 0 0px 10px gainsboro;
    margin-bottom: 20px;
}
.property_types {
    position: absolute;
    top: 5px;
    z-index: 99;
    right: 5px;
    font-size: 12px;
    background: #ce982a;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.property_img_gallery .owl-item.active .item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    top: 0px;
    z-index: 9999;
    position: absolute;
    opacity: .2;
}


/*---sell page css end---*/


/*---featued list ---*/
.feature-sec .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: -60px;
    display: flex;
    flex-direction: column;
    margin-top: -22px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.feature-sec .owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: var(--theme-color1);
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.feature-sec .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: var(--theme-color1);
    color: var(--bs-white);
}
.feature-sec  .owl-carousel .owl-stage-outer {
    width: 100vw;
}
.list_title {
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-black);
    margin-top: 10px;
}
.locations {
    border-radius: 4px;
    position: absolute;
    left: 9px;
    bottom: 45px;
    z-index: 9;
    padding: 4px 7px;
    font-size: 13px;
    line-height: 1.5em;
    background: var(--theme-color1);
}
.locations h4 {
    padding-bottom: 0;
    color: var(--bs-white);
    font-size: 13px;
}
/*---featued list css end---*/

/*******  | INNERPAGE CODE |  *******/
/* About-Page-Css-Start */
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item {
    background: #ededed;
    padding: 60px 20px;
    border-radius: 60px 10px;
}
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item img {
    border-radius: 50%;
    height: 280px;
    width: 280px;
    margin: auto;
    object-fit: cover;
    outline: 3px solid #fecf2f;
    outline-offset: 8px;
    box-shadow: none !important;
	transition:.5s;
}
.about-teams-sec .content-inner {
    text-align: center !important;
    margin-top: 35px;
}
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item h3.dtq-image-title {
    color: #000;
    font-size: 26px;
    padding-bottom: 15px;
	transition:.5s;
}
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item:before, .about-teams-sec .dtq-carousel-item.dtq-image-carousel-item:after {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme-color1);
    border-radius: 60px 10px;
    box-sizing: border-box;
    transition: .7s;
}
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item:before{
    transform:scale(1,0);
    border-top:0;
    border-bottom:0;
}
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item:after{
    transform:scale(0,1);
    border-left:0;
    border-right:0;
}
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item:hover:before,
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item:hover:after{
    transform:scale(1);
}
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item:hover figure.dtq-figure img{
    transform:scale(.96);
}
.about-teams-sec .dtq-carousel-item.dtq-image-carousel-item:hover h3.dtq-image-title {
    color: var(--theme-color1);
}

/* New Css */
.about-teams-sec .et_pb_module.et_pb_blurb {
    background: #ededed;
    padding: 60px 20px;
    border-radius: 60px 10px;
}
.about-teams-sec span.et_pb_image_wrap img {
    border-radius: 50%;
    height: 280px;
    width: 280px;
    margin: auto;
    object-fit: cover;
    outline: 3px solid #fecf2f;
    outline-offset: 8px;
    box-shadow: none !important;
    transition: .5s;
}
.about-teams-sec .et_pb_blurb_container h4.et_pb_module_header {
    color: #000;
    font-size: 25px;
    padding-bottom: 15px;
    transition: .5s;
    text-align: center;
}
.about-teams-sec ul.contact-links {
    padding: 0;
}
.about-teams-sec ul.contact-links li {
    list-style: none;
    padding: 10px 0px;
}
.about-teams-sec ul.contact-links li a {
    color: var(--bs-black);
    font-size: 16px;
}
.about-teams-sec ul.contact-links li a i.fa-solid {
    background: var(--theme-color1);
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    color: var(--bs-white);
}
.about-teams-sec .et_pb_blurb_container .et_pb_blurb_description h5 {
    text-align: center;
    font-size: 18px;
    color: var(--bs-black);
}
.about-teams-sec .et_pb_module.et_pb_blurb:before, .about-teams-sec .et_pb_module.et_pb_blurb:after {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme-color1);
    border-radius: 60px 10px;
    box-sizing: border-box;
    transition: .7s
}
.about-teams-sec .et_pb_module.et_pb_blurb:before {
    transform: scale(1,0);
    border-top: 0;
    border-bottom: 0
}
.about-teams-sec .et_pb_module.et_pb_blurb:after {
    transform: scale(0,1);
    border-left: 0;
    border-right: 0
}
.about-teams-sec .et_pb_module.et_pb_blurb:hover:before, .about-teams-sec .et_pb_module.et_pb_blurb:hover:after {
    transform: scale(1)
}
.about-teams-sec .et_pb_module.et_pb_blurb:hover span.et_pb_image_wrap img {
    transform: scale(.96)
}
/* About_page-Css-Close */
/*---Blog Page Css Start---*/
.blog-sec article {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    padding: 26px !important;
    border-radius: 7px;
    border: none !important;
}
.blog-sec article .et_pb_image_container img {
    border-radius: 8px;
    transition: 0.5s;
}
.alignleft a, .alignright a {
    background: var(--theme-color1);
    padding: 18px 40px;
    border-radius: 4px;
	color: #000 !important;
    font-size: 16px;
}
.blog-sec article:hover img {
    transform: scale(1.1);
}
.blog-sec article .et_pb_image_container a {
    overflow: hidden;
    border-radius: 8px;
}
.blog-sec article .et_pb_post .entry-featured-image-url {
    border-radius: 8px !important;
}
.blog-sec .et_pb_post h2 a {
    font-size: 20px;
    line-height: 28px;
}
.blog-sec article:hover h2 a {
    color:var(--theme-color1);
}
/*---Blog Page Css End---*/
/*---Contact-Page Css Start---*/
.contact-page-col2 .et_pb_blurb_container {
    vertical-align: middle !important;
}
.contact-page-col1 input.wpcf7-form-control.wpcf7-text, .contact-page-col1 textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 24px 20px;
    margin: 10px 0px;
    width: 100%;
    background: #f4f5f8;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #8f8f8f;
}
.contact-page-col1 input.wpcf7-form-control.wpcf7-submit {
    width: auto !important;
    padding: 22px 60px !important;
    font-size: 16px;
    background: var(--theme-color1);
    border: none;
    color: #000;
    transition: 0.5s;
    border-radius: 4px;
}
.contact-page-col1 input.wpcf7-form-control.wpcf7-submit:hover, footer form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #4b4d50 !important;
    color: #fff;
}
.contact-page-col2 .et_pb_blurb_content:hover span.et-waypoint {
    background: #4b4d50;
    transition: 0.5s;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
}
/*---Contact-Page Css End---*/
/*--- request appraisal Css Start ----*/
form  .wpcf7-text {
    width: 100% !important;
}
.appraisal-sec input.wpcf7-form-control.wpcf7-text, .appraisal-sec textarea.wpcf7-form-control.wpcf7-textarea, .appraisal-sec select.wpcf7-form-control{
    border-bottom: 1px solid #9b9b9b !important;
    border:none;
    padding: 10px 0px;
    margin: 16px 0px;
    width: 100%;
    font-size: 16px;
    color: #656464;
}
.appraisal-sec textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
}
.appraisal-sec input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    margin: 0 auto;
    display: flex;
    padding: 22px 62px;
    border: none;
    background: var(--theme-color1);
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
}
body.page.page-id-25582 .et-l .dd-fixed-header {
    background: var(--theme-color1) !important;
}
body.page.page-id-25582 header .et_pb_menu .et-menu>li:hover a {
    color: #000 !important;
}
body.page.page-id-25582 header .et_pb_menu .et-menu>li:hover a:before {
    background:#000;
}
/*--- request appraisal Css End ----*/
/**--Expression Of interest Page Css Starts --**/
.contact-page-col1 .radio-btn p {
    display: flex;
}
.contact-page-col1 .radio-btn p label {
    width: 100%;
    padding-bottom: 10px;
}
.contact-page-col1 .radio-btn span.wpcf7-form-control-wrap {
    text-align: right;
}
/**--Expression Of interest Page Css Ends --**/
/*******  | FOOTER CODE |  *******/

footer .fwidget {
    margin-bottom: 0px !important;
}
footer form.wpcf7-form input.wpcf7-form-control {
    background: #fff !important;
    padding: 18px !important;
    border-radius: 4px;
    border: none;
    margin-bottom: 10px;
}
footer form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: var(--theme-color1) !important;
    font-size: 16px;
    margin-top: 12px;
    padding: 20px 30px !important;
}
.recaptcha iframe {
    transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
}

/*Make offer page css start*/
.make-offer-form .gfield--type-text input, .make-offer-form textarea, .make-offer-form .gfield--type-select select, .make-offer-form .gfield--type-number input, .make-offer-form .gfield--type-email input{
    padding: 24px 20px !important;
    margin: 10px 0px;
    width: 100% !important;
    background: #f4f5f8;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #8f8f8f;
}
.make-offer-form .gform_wrapper.gravity-theme .gsection {
    border: none;
	padding:0px;
}
.make-offer-form input.gform_button {
    width: auto !important;
    padding: 22px 60px !important;
    font-size: 16px;
    background: var(--theme-color1);
    border: none;
    color: #000;
    transition: 0.5s;
    border-radius: 4px;
}
.make-offer-form input.gform_button:hover {
    background: #4b4d50;
    color:#fff;
}
.make-offer-form .gfield label {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}
.make-offer-form .ginput_container_radio .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
	justify-content:end;
}
.make-offer-form .ginput_container_radio .gfield_radio .gchoice {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.make-offer-form .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: 100%;
}
.make-offer-form .gfield.gfield--type-radio legend.gfield_label {
    width: 50%;
    float: left;
}
.make-offer-form .gfield.gfield--type-radio .ginput_container_radio {
    width: 50%;
    float: left;
}
/*Make offer page css end*/
/*******  | MEDIA QUERY CODE |  *******/
@media screen and (min-width:981px){
.empty-col .et_pb_column_empty {
    display: none;
}
.empty-col {
    justify-content: center;
    display: flex;
    flex-direction: row;
}
}
@media only screen and (max-width: 980px) {
/* .testimonial-sec .sp-testimonial-item {
    width: 46% !important;
    max-width: 46%;
} */
.testimonial-sec .sp-testimonial-item {
    width: 100% !important;
    max-width: 100%;
    min-height: auto;
    margin: 0 auto;
}
.contact-sec .contact-col1 {
    margin-top: 80px;
}
.contact-sec span.et_pb_image_wrap {
    width: 100% !important;
    max-width: 100% !important;
}
.feature-sec .owl-carousel .owl-nav {
    top: 0;
    left: 0;
    flex-direction: row;
    margin-top: -60px;
}
.feature-sec .owl-theme .owl-nav [class*='owl-'] {
    margin-left: 0;
}
.feature-sec .owl-carousel .owl-stage-outer {
    margin-top: 60px;
}
.contact-page-col1 .et_pb_column {
    margin-bottom: 0px !important;
}
header .dd-fixed-header .et_pb_module.et_pb_image span.et_pb_image_wrap {
    width: 200px;
}
.single_topheader {
    padding-top: 150px !important;
}
.single_topheader .right_cols{
    text-align:left;
}
.single_topheader .fbc-page .fbc-wrap .fbc-items{
    padding:0;
}
.single_topheader .top_info_row {
    display: block;
}
h4.offer_status {
    float: left;
}
.grid_properties_lists .properties_item {
    width: 50%;
}
}

@media only screen and (max-width: 767px) {
	.recaptcha iframe{
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.latestproperty_list .owl-nav {
    position: relative;
    top: -20px;
}


.contact-sec .contact-col1 {
    padding: 20px;
}
header .dd-fixed-header .et_pb_module.et_pb_image span.et_pb_image_wrap {
    width: auto;
}
	.single_topheader .left_cols h2 {
    font-size: 22px;
}
.single_topheader .right_cols {
    font-size: 22px;
}
.overview_secs ul.details-list {
    grid-template-columns: repeat(2, 1fr);
    gap:30px;
}
.overview_secs h3 {
    padding-bottom: 25px;
}
.detail_box_sec .tabs {
    grid-template-columns: repeat(2, 1fr);
}
.detail_box_sec .tab-content ul.tab_liststyle {
    grid-template-columns: repeat(1, 1fr);
}
.detail_box_sec .tab-content, .energy_efficency_list, .vendor_details_boxes, .detail_box_sec .et_pb_column.et-last-child {
    padding: 20px;
}
.energy_efficency_list .indicator-energy:before {
    left: 0%;
}
.latestproperty_list.releated_property_list .properties_item.item {
    width: 100%;
}
ul.feature_opts {
    grid-template-columns: repeat(1, 1fr);
}
.single_topheader {
		padding-top: 80px !important;
}
.vendor_details_boxes {
    grid-template-columns: repeat(1, 1fr);
}
.grid_properties_lists .properties_item {
    width: 100%;
}
.contact-page-col1 .radio-btn p {
    display: block !important;
}
.contact-page-col1 .radio-btn span.wpcf7-form-control-wrap {
    text-align: left;
}
.make-offer-form .gfield.gfield--type-radio legend.gfield_label, .make-offer-form .gfield.gfield--type-radio .ginput_container_radio {
    width: 100%;
}
.make-offer-form .ginput_container_radio .gfield_radio {
    justify-content: start;
}
}