

:root{
    --theme-color: #C0362C;
    --theme-color-one: #F4EFE8;
    --theme-black-color: #1C1C1C;
}
html {
    scroll-behavior: smooth;
}  
*{
    scrollbar-color: var(--theme-black-color);
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 124px;
}
@-moz-document url-prefix() { 
    * {
        scrollbar-width: thin;
    }
}
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
*::-webkit-scrollbar-track {
    border-radius: 30px;
    background: transparent;
  }
  
*::-webkit-scrollbar-track:hover {
    background: transparent;
  }
  
*::-webkit-scrollbar-thumb {
    background: var(--theme-black-color); 
    border-radius: 10px;
  }
  
*::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color); 
  }
body {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--theme-black-color);

  }
  .theme-bg{
    background-color: var(--theme-color-one);
  }
  
  .ibm-plex-sans-bold {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .fw-500 {
    font-weight: 500;
  }
  .theme-font-color {
    color: #B63828;
  }
  .clr-white {
    color: #ffffff;
  }
  /* main{
    scroll-padding-top: 500px;
  } */
  
.ctm-container{
    max-width: calc(1400px + 24px);
}

header.header .navbar .nav-link{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 18.2px;
    text-transform: uppercase;
    color: var(--theme-black-color);
    transition: all .3s ease-in;
    position: relative;
    font-weight: 500;
}
header.header .navbar .nav-link:hover{
    color: var(--theme-color);
}
header.header .navbar .nav-item.dropdown:hover ul.dropdown-menu{
    display: block;
}
header.header .navbar .nav-link::before{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0%;
    height: 3px;
    margin: auto;
    background-color: var(--theme-color);
    transition: all .2s ease-in;
}
header.header .navbar .nav-link.active::before, 
header.header .navbar .nav-link:active::before,
header.header .navbar .nav-item.dropdown:has( .dropdown-menu.show) .nav-link::before{
    width: calc(100% - 16px);
}
header.header .dropdown-menu{
    background-color: #F2F2F2;
    border: none;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px #f1f1f1dd;
    /* margin-top: 20px; */
}
header.header .dropdown-item.active,header.header .dropdown-item:active,header.header .dropdown-item:hover{
background-color: #B638281A;
color: #B63828;
}
.header .navbar-expand-lg .navbar-nav .dropdown-menu{
    min-width: 230px;
}
.header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    
}
.header .sub-head{
    background-color: var(--theme-color);
    padding: 10px 0px;
}
.sub-head .sub-head-links li{
    border: none;
    background-color: transparent;
    padding: 0;
}
.sub-head .sub-head-links li {
    font-size: 14px;
    line-height: 16px;
    color: #ffff;
    padding: 0;
}

.sub-head .sub-head-links li a{
    font-size: 14px;
    line-height: 16px;
    color: #ffff;
    text-decoration: none;
    padding: 3px 12px;
    transition: color .35s ease-in-out;
}
.sub-head .sub-head-links li a.office-telephone {
    font-weight: 700;
    padding-left: 0;
}
.sub-head-links .list-group-item:nth-child(4),
.sub-head-links .list-group-item:nth-child(5),
.sub-head-links .list-group-item:nth-child(6) {
    padding-left: 12px;   
}
.sub-head .sub-head-links li a:hover{
    color: var(--theme-black-color);
}
.sub-head .sub-head-links li:not(:last-child):not(:nth-child(3)) a{
    border-right: 1px solid #ffffff59;
}
.sub-head .sub-head-links li:nth-child(3)::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    margin: 0 4px;
    vertical-align: middle;
}
.sub-tittle{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 28px;
    line-height: 36.4px;
    font-weight: 400;
    margin-bottom: 8px;
}
.main-tittle{
    font-family: "Playfair Display", serif;
    font-size: 70px;
    line-height: 74px;
    margin-bottom: 22px;
}
.tittle-hr{
    width: 290px;
    color: var(--theme-color);
    border-top-width: 1px;
    opacity: 1;
}
.main-tittle-2{
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
    margin-bottom: 40px;
}
.btn.btn-theme-fill{
    background-color: var(--theme-color);
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 14px 30px;
    letter-spacing: 1.2px;
    transition: opacity .35s ease-in-out;
}
.btn.btn-theme-fill:focus,.btn.btn-theme-fill:active{
    background-color: var(--theme-color);
    color: #ffffff;
}
.btn.btn-theme-fill:hover{
    opacity: .8;
}
.btn.btn-theme-outline{
    border: 1px solid var(--theme-color);
    font-size: 14px;
    color: var(--theme-color);
    text-transform: uppercase;
    border-radius: 0;
    padding: 14px 30px;
    letter-spacing: 1.2px;
    transition: all .3s ease-in-out;
}
.btn.btn-theme-outline:hover{
    background-color: var(--theme-color);
    color: #ffffff;
}
.btn-with-arrow{
    position: relative;
}
.btn-with-arrow::after{
    content: url(../images/arrow-right.svg);
    width: 23px;
    height: 20px;
    display: inline-block;
    margin-left: 6px;
}
.btn-theme-outline.btn-with-arrow:not(:hover):after{
    content: url(../images/arrow-right-red.svg);
}
.tittle-sec .btn{
    min-width: 150px;
}
.lead-text{
    font-size: 18px;
    line-height: 28px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    color: var(--theme-black-color);
}
.banner-form-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; 
    max-width: 440px;
    background: #FFFFFF;
    backdrop-filter: blur(20px);
    padding: 38px 40px 47px;
    border-radius: 10px;
    margin: auto 0;
}
.banner-form-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #2F2F2F;
    margin: 0 0 34px;
}
.banner-form-wrapper .form-field {
    margin-bottom: 38px;
    display: block;
    position: relative;
}
.banner-form-wrapper .form-control {
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 5px;
    width: 100%;
    margin-bottom: 0px;
    outline: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #1C1C1CCC;
    border-radius: 0;
    height: 26px;

}
textarea.form-control {
    min-height: 26px;
    height: auto !important;
}
.banner-form .btn:hover {
    color: #B63828;
    border-color: #B63828;
}
.btn-submit {
    width: 100%;
    background-color: #B63828;
    color: #ffffff;
    padding: 14px 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1.6px;
    border: 1px solid #B63828;
    font-family: "IBM Plex Sans";
    text-transform: uppercase;
    margin: 30px 0 0;
    transition: all .3s ease-in-out;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
/* .no-hidden-fees {
    padding: 140px 0;
} */

.card.property-card{
    background-color: transparent;
    border: none;
    margin: 45px 0px;
}
.card.property-card .property-card-img{
    width: 100%;
}
.card.property-card .card-body{
    min-height: 80%;
    background-color: var(--bs-body-bg);
    padding: 60px 40px 70px;
}
.card.property-card .card-body .btn-theme-outline{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card.property-card .card-body .card-title, .content-title{
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 65px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 20px;
}
ul.theme-list-style{
    padding-left: 18px;
}
ul.list-style-disc {
    list-style-type: disc;
}
ul.theme-list-style:not( li ul.theme-list-style){
    margin-bottom: 30px;
}

ul.theme-list-style li{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--theme-black-color);
}
ul.theme-list-style li::marker{
    color: var(--theme-color);
}
ul.theme-list-style li:not(:last-child){
    margin-bottom: 12px;
}
.card.property-card .btn.btn-theme-fill, .card.property-card .btn.btn-theme-outline{
    min-width: 175px;
}

.service-sec{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--theme-black-color);
    padding: 150px 0px;
}
.sec-tittle{
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 65px;
}
.title-secondary{
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.service-slide-nav{
    display: flex;
    justify-content: end;
    column-gap: 16px;
}
.service-slide-nav .service-slide-prev,.service-slide-nav .service-slide-next{
    padding: 14px;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}
.service-slide-nav .service-slide-prev img,.service-slide-nav .service-slide-next img{
    width: 23px;
}
.service-slider .owl-item a{
    text-decoration: none;
}
.slider-content p{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 30px;
    text-decoration: none;
}
.service-slider .slider-image{
    max-height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-slider .slider-image img{
    object-fit: cover;
}
.service-slider .slider-image .slider-image-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 5 5 / 23%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in;
    cursor: pointer;
}
.service-slider .owl-item:hover .slider-image .slider-image-overlay{
    z-index: 2;
    opacity: 1;
    visibility: visible;
}
.service-slider .slider-image .slider-image-overlay span{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
    color: #ffffff;
    background: url(../images/slider-pattern.png) no-repeat center;
    font-size: 24px;
    line-height: 28px;
    font-family: "Playfair Display", serif;
    text-decoration: none;
}
.service-slider .slider-image .slider-image-overlay span img{
    height: 28px;
    width:auto;
}
.service-slider .slider-image .slider-image-overlay span,
.owl-carousel.service-slider .owl-stage-outer{
    overflow: visible !important;
}

.service-slide-prev.disabled, .service-slide-next.disabled{
    opacity:0.5;
    pointer-events: none;
}

.awards-sec {
    padding: 150px 0;
}
.awards-sec .content{
    margin: 50px 0px 35px;
    display: block;

}
.awards-sec .awards-item:nth-child(odd){
    border-left: 1px solid #1C1C1C33;
    padding-left: 76px;
}
.awards-sec .awards-item:nth-child(even){
    padding-right: 76px;
}
.heroes-sec{
    padding: 150px 0px;
}
.fancy-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.fancy-video video{
    justify-content: center;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    aspect-ratio: 1/1;
    width: auto;
}
.fancy-video::before{
    position: absolute;
    content: "";
    width: 100%;
    background: url(../images/video-bg-pattern.png) no-repeat center;
    background-size: contain;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
    margin: auto;
}

.logo-grid{
    border-top: 2px solid #9090901A;
}
.logo-grid .client-logo{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background-color: #ffffff;
}
.logo-grid .logo-grid-item{
    border-right: 2px solid #9090901A;
    border-bottom:2px solid #9090901A;
}
.logo-grid .logo-grid-item:first-child,.logo-grid .logo-grid-item:nth-child(5) {
    border-left: 2px solid #9090901A;
}
.footer-black{
    background-color: var(--theme-black-color);
    color: #ffffff;
    padding: 80px 0px  ;
}
.address{
    display: inline-block;
    margin: 0;
}
.address h3{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 26px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 0px;
}
.address p{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 30px;
}
.address p:last-child {
    margin-bottom: 0;
}
.address p strong{
    font-weight: 500;
}
.address a{
    text-decoration: none;
    color: #ffffff;
}
.address hr{
    margin-top: 25px;
}
.footer-menu-tittle{
    font-size: 26px;
    line-height: 36px;
    color: var(--theme-color);
    font-family: "Playfair Display", serif;
    margin-bottom: 16px;
}
.footer-links{
    padding: 0;
    margin: 0;
}
.footer-links li{
    list-style: none;
}
.footer-links li:not(:last-child){
    margin-bottom: 12px;
}
.footer-links li a{
    text-decoration: none;
    color: #FFFFFF99;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    transition: color .3s ease-in;
}
.footer-links li a:not([href]):not([class]), .footer-links li a:not([href]):not([class]):hover{
    text-decoration: none;
    color: #FFFFFF99;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    cursor: default;
    transition: color .3s ease-in;
}
.footer-links li a:hover{
    color: var(--theme-color);
}
.footer-divider{
    margin: 40px 0px;
    position: absolute;
    width: 68%;
    right: 0;
    color:#FFFFFF1A;
    opacity: 1;
}
.border-rt {
    position: absolute;
    left: 32%;
    height: 100%;
    top: 0;
    color:#FFFFFF1A;
    opacity: 1;
}
.footer-icon-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 18px;
}
.footer-icon {
    padding: 0 9px;
}
.footer-icon-logo-strip {
    margin-top: 72px;
}
.fancy-goto{
    --fancy-goto-hw:160px;
    position: absolute;
    width: var(--fancy-goto-hw);
    height: var(--fancy-goto-hw);
    right: 60px;
    transform: translateY(-50%);
}
.fancy-goto img{
    max-width: 100%;
    z-index: 9;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(90deg);
}
.fancy-goto::after{
    content: "";
    background: url(../images/round-sticker.png) no-repeat center;
    background-size: contain;
    position: absolute;
    width: var(--fancy-goto-hw);
    height: var(--fancy-goto-hw);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: rotate 12s linear 0s infinite normal;
}
.content-tittle{
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px; 
}
.content-tittle-holder {
    margin-top: 70px;
}
.content-tittle-holder .main-tittle-2 {
    padding-left: 86px;
}
.content-text{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.content-text a{
    text-decoration: none;
    color: var(--theme-black-color);
}
.telphone-holder {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #C0362C;
  }
  .map-section-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #B63828;
    padding: 10px 10px 0 0;
  }
.map-section {
    background-color: #F4EFE8;
    padding: 10px 10px 10px 30px;
    position: relative;
}

.map-section-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.map-section-cta {
    position: absolute;
    bottom: 30px;
}
#mapModal .popup-btn-close {
    background: transparent;
    opacity: 0.5;
    border: 0;
    padding: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    right: -20px;
    top: -15px;
    font-size: 0;
    line-height: 0;
}
#mapModal .popup-btn-close:hover {
    opacity: 0.8;
    transform: scale(1.2);
}
#mapModal .modal-content {
    border: 0;
    width: auto;
}
 #mapModal .modal-dialog {
    max-width: fit-content;
    display: flex;
    align-items: center;
}
#mapModal {
   background-color: #00000099;
   backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
}
#mapModal .map-holder img {
    max-height: calc(100vh - 56px);
    width: auto;
    height: auto;
    object-fit: contain;
}
.header-img-grid{
    display: flex;
    column-gap: 16px;
}
.header-img-grid .left-col{
    flex: 0 1 924px;
}
.header-img-grid .right-col{
    flex: 0 1 460px;
}
.header-img-grid img{
    width: 100%;
}
.service-content-sec{
    padding: 100px 0px 90px;

}
.sticky-sec-property-img{
    flex: 0 1 46.22%;
}
.sticky-card-body{
    flex: 0 1 53.78%;
}

.sticky-sec .sticky-one{ 
    background-color: #E2D6CC;
}
.sticky-sec .sticky-two{ 
    background-color: #EAD0C8;
}
.sticky-sec .sticky-three{ 
    background-color: #FEF6EA;
}
.sticky-sec .property-card{
    padding: 100px 0px;
}
.sticky-sec .sticky-item{
    position: sticky;
    top: 0;    
}
.content-list-sec{
    padding: 92px 0px 100px;
}
.content-list{
    margin-top: 100px;
}
.content-list ul,ul.content-list{
    padding: 0;
    margin: 0;
}
.content-list li.content-list-item{
    list-style: none;
    padding: 40px 0px;
    border-top: 1px solid #C0362C33;
    display: flex;
    column-gap: 28px;
}
.content-list li.content-list-item:last-child{
    border-bottom: 1px solid #C0362C33;
}
.content-list-item-img{
    flex: 0 0 448px;
}
.content-list-item-img img{
    max-width: 100%;
    position: relative;
}
.content-list-body{
    flex: 1 1 0%;
}
.content-list-item-tittle{
    font-size: 30px;
    line-height: 40px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.ribbon-sec{
    padding: 100px 0px; 
    position: relative;
    overflow: hidden;
}
.image-fade-bg, .big-image-fade-bg {
    position: relative;
    overflow: hidden;
}
.image-fade-bg::before{
    content: url(../images/bridge-png.webp);
    position: absolute;
    right: 0;
    bottom: -15px;
    opacity: 20%;
    margin: auto;
    width: 44%;
    z-index: 0;
}
.big-image-fade-bg::before{
    content: url(../images/big-bridge-png.webp);
    position: absolute;
    right: 0;
    bottom: -15px;
    margin: auto;
    z-index: 0;
}
.ribbon-sec .main-wrapper {
    padding: 50px 0 0 60px;
}
.property-listing-frame{
    max-height: 912px;
    overflow-y: auto;

}
.accordion-filter .tab-content .accordion .accordion-item{
    display: none;
} 

.accordion-filter:has( .nav-pills .nav-item #move-in-out.active) .tab-content .accordion .accordion-item.move-in-out{
    display: block;
}
.accordion-filter:has( .nav-pills .nav-item #rent.active) .tab-content .accordion .accordion-item.rent{
    display: block;
}
.accordion-filter:has( .nav-pills .nav-item #utilities.active) .tab-content .accordion .accordion-item.utilities{
    display: block;
}
.accordion-filter:has( .nav-pills .nav-item #repairs.active) .tab-content .accordion .accordion-item.repairs{
    display: block;
}
.accordion-filter .nav-item{
    flex: 0 1 330px;
}
.accordion-filter-link{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Playfair Display", serif;
    color: #000000;
    padding: 18px;
    text-align: center;
    width: 100%;
}
.nav-item .accordion-filter-link{
    color: var(--theme-black-color);
}
.accordion-filter .nav-item .accordion-filter-link.active{
    border-radius: 0;
    background-color: var(--theme-color);
    color: #ffffff;
}
.theme-accordion{
    padding: 68px 0px;
}
.accordion.theme-accordion .accordion-item{
    background-color: transparent;
    border-top: 1px solid #1C1C1C33;
    border-bottom: 1px solid #1C1C1C33;
    padding: 30px 0px;
}
.accordion.theme-accordion .accordion-item:has(.accordion-collapse.show){
    border-top: 1px solid var(--theme-color) ;
    border-bottom: 1px solid var(--theme-color);
} 
.accordion.theme-accordion .accordion-item
.accordion.theme-accordion .accordion-item .accordion-header, .accordion.theme-accordion .accordion-item .accordion-header .accordion-button{
    background-color: transparent;
    box-shadow: none;
}
.accordion.theme-accordion .accordion-item .accordion-header .accordion-button{
    font-size: 30px;
    line-height: 40px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: var(--theme-black-color);
    padding: 15px 0px;
}
.accordion.theme-accordion .accordion-item .accordion-header .accordion-button::after{
    background-image: url(../images/plus.svg);
}

.accordion.theme-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus.svg);
    transform: unset;
}
.tittle-3{
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 34px;
    line-height: 48px;;
    font-weight: 400;
}
.contact-sec{
    background-color: #00000008;
}
.form-container h2{
    margin-bottom: 44px;
}
.form-container{
    padding: 34px 58px 54px 54px;
    background-color: #ffff;
    border-radius: 10px;
}
.contact-form .form-control, .contact-form .form-select{
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top:0;
    padding-left: 0;
    box-shadow: none;
    outline: none;
}
.contact-form .form-select {
    color: var(--bs-secondary-color);
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
}
.contact-form .form-select:visited, .contact-form .form-select:active, .contact-form .form-select:focus-within {
    color: var(--bs-body-color);
}

.select-wrap .form-select {
    transition: transform 0.3s ease;
}
.contact-form textarea.form-control{
    max-height: 60px;
}
.contact-form .form-control:focus, .contact-form .form-select:focus, .banner-form .form-control:focus {
    border-color: var(--theme-color);
}
.contact-form .btn[type="submit"],
.contact-form .bt{
    min-width: 252px;
}
.contact-sec-address{
    padding-left: 48px;
    margin-bottom: 0;
}
.contact-sec-address .contact-sec-address-one,
.contact-sec-address .contact-sec-address-one a{
    font-family: "Playfair Display", serif;
    font-size: 44px;
    line-height: 62px;
    font-weight: 600;
    text-decoration: none;
    color: var(--theme-color);
    margin-bottom: 12px;
}
.contact-sec-address .contact-sec-address-two,
.contact-sec-address .contact-sec-address-two a{
    text-decoration: none;
    color: var(--theme-black-color);
    font-size: 30px;
    line-height: 42px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
}
.contact-sec-address hr{
    color: var(--theme-color);
    opacity: 1;
}
.blog-card {
    text-decoration: none;
    border: none;
    overflow: hidden;
}
.blog-card .blog-card-date{
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 0;
}
.blog-card .blog-card-author{
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-black-color);
    margin-bottom: 0;
}
.blog-card .card-title{
    font-family: "Playfair Display", serif;
    font-size: 27px;
    line-height: 33px;
    font-weight: 400;

}
.blog-card .card-text{
    font-size: 14px;
    
}
.blog-card:hover .card-img-top{

}
.blog-post-title{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 74px;
    margin-bottom: 80px;
}
.blog-post p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 14px;
    text-align: justify;
}
.blog-post a{
    color: #494949;
    text-decoration: underline;
}
.blog-post-meta{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--theme-color);
}
.blog-post-meta a{
color: var(--theme-black-color);
text-decoration: none;
padding-left: 8px;
}
.sub-blog-post-title{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    
}
.blog-sidebar .blog-card{
    text-decoration: none;
}
.blog-sidebar-tittle{
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 20px;
}
.blog-sidebar-blog-tittle{
      font-family: "Playfair Display", serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.content-tittle-with-separation{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0px;
} 
.content-tittle-with-separation .dot{
    font-weight: 500;
    font-size: 500;
    line-height: 26px;
    color: var(--theme-color);
}
.header .navbar .navbar-toggler-icon{
    background-image: url(../images/toggler.svg);
}
.accordion-filter ul{
    flex-wrap: nowrap;
}
.blog-card .card-img-top-sec{
    position: relative;
}
.blog-card .card-img-top-sec::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(255 5 5 / 23%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
}
.blog-card .card-img-top-sec .card-img-top-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: #ffff;
    column-gap: 4px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in;
}
.card-img-top-overlay-icon{
    height: 18px;
    width: auto;
}

.blog-card:hover .card-img-top-sec::before,.blog-card:hover .card-img-top-sec .card-img-top-overlay{
    visibility: visible;
    opacity: 1;
}
.owl-dots{
    display: none;
}
.error-sec{
    padding: 110px 30px;
    background-color: var(--theme-color-one);
}
.error-sec .error-tittle h1{
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    font-family: "IBM Plex Sans", sans-serif;
    color: var(--theme-color);
}
.error-detail-sec{
    padding: 60px 110px;
}
.error-detail-sec h4{
    font-family: "Playfair Display", serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--theme-black-color);
}
.error-detail-sec p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--theme-black-color);
}
.multi-unit-leasing .sec-tittle {
    margin-bottom: 50px;
}
.multi-unit-leasing .title-secondary {
    margin-bottom: 20px;
}
.bg-gray {
    background: #0000000D;
}
.bg-pale-gray {
    background: #F4F4F4;
}
.residential-page .content-tittle {
    margin-bottom: 30px;
}
.text-link {
    color: var(--theme-color);
}

/* services-card-section */
.services-card-section {
    padding: 102px 0;
}
.card-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.service-card-col {
    width: 31%;
    margin: 38px 0;
    padding: 0 32px;
}
.service-card-col:nth-of-type(1) {
    padding-left: 0;
}
.vertical-border {
    background-color: #C0362C33;
    /* width: 1px; */
    height: 208px;
    /* margin: 0 25px; */
    opacity: 1;
    align-self: center;
}
.service-card {
    display: flex;
    flex-direction: column;
}
.service-card-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.service-card-title {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #1C1C1C;
    padding: 10px 0;
}
.service-card-desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.client-testi-section .client-testi:nth-child(even) {
    border-left: 1px solid #00000033;
    padding-left: 40px;
}
.client-testi-section .client-testi:nth-child(odd) {
    padding-right: 40px;
}

@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.technology-equals-transparency, .modern-renter, .no-hidden-fees {
    padding: 140px 0;
}
.technology-equals-transparency .card.property-card .card-body {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02));

}
.modern-renter .image-holder {
    background-repeat: no-repeat;
    background-size: cover;
    width: 45%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.modern-renter .content-wrapper {
    background-color: #F4EFE8;
}
.modern-renter .content-holder {
    padding: 54px 0;
    margin: 80px 0 0;
}

/* online-service-section */
.online-service-section {
    padding: 58px 0;
    background: #00000008;
}
.online-services-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 0 5px;
    row-gap: 30px;
    justify-content: space-between;
}
.online-service {
    display: flex;
}
.online-service:first-child {
    padding-left: 0;
}
.online-service-head {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #1C1C1C;
    margin: 0;
    padding-left: 25px;
}
.fee-structure-section {
    padding: 120px 0;
    background-color: #1C1C1C;
}
.content-main-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.fee-amount {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 28px;
    color: #B63828;
    margin: 0 0 25px;
}
.fee-type {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}
.fee-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 65px;
}
.divider-line {
    margin: 70px 0;
    color: #FFFFFF33;
}
ul.theme-list-style li.li-card-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.map-holder {
    position: relative;
    overflow: hidden;
}
.pointer {
    position: absolute;
}
.pointer .pointer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B63828;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    z-index: 1;
    cursor: pointer;
    /* transition: background-color 0.3s ease-in-out; */
    animation: ripple 0.9s linear infinite;
}
.map-holder .pointer.open .pointer-wrap {
    animation: unset;
}
/* .pointer .pointer-wrap:hover {
    background-color: #983023;
} */
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(182, 56, 40, 0.3), 0 0 0 10px rgba(182, 56, 40, 0.3), 0 0 0 20px rgba(182, 56, 40, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(182, 56, 40, 0.3), 0 0 0 20px rgba(182, 56, 40, 0.3), 0 0 0 30px rgba(182, 56, 40, 0);
    }
}



.pointer.first-pointer {
    top: 7%;
    left: 27%;
    padding: 0 0 0 43px;
}
.pointer.first-pointer .pointer-wrap {
    position: absolute;
    left: 0%;
    top: 33%;
}
.pointer.second-pointer {
    top: 33%;
    left: 40%;
    padding: 0 0 30px 30px;
}
.pointer.second-pointer .pointer-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
}
.pointer.third-pointer {
    bottom: 10%;
    right: 23%;
    padding: 0 43px 0 0;
}
#mapModal .pointer.first-pointer {
    top: 7%;
    left: 27%;
    padding: 0 0 0 43px;
}

#mapModal .pointer.second-pointer {
    top: 33%;
    left: 40%;
    padding: 0 0 30px 30px;
}

#mapModal .pointer.third-pointer {
    bottom: 10%;
    right: 23%;
    padding: 0 43px 0 0;
}
.pointer.third-pointer .pointer-wrap {
    position: absolute;
    right: 0;
    top: 45%;
}
.popup {
    padding: 25px;
    background-color: #FFFFFF;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
/* .pointer:hover .pointer-wrap + .popup {
  opacity: 1;
  visibility: visible;
} */
 
.popup .close-popup {
    display: none;
}
.popup .info-wrap {
    position: relative;
}
.pointer.open .popup {
    opacity: 1;
    visibility: visible;
    /* position: relative; */
}
.popup .branch-name {
    display: block;
    color: #B63828;
    font-size: 26px;
    line-height: 29px;
    font-weight: 600;
    margin: 0 0 10px;
}
.popup .branch-address {
    display: block;
    color: #1C1C1C99;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
}
.footer-icon-list, .footer-links a[href=""] {
    display: none;
}

  @media screen and (max-width: 1600px){
    .ctm-container {
        max-width: calc(1320px + 24px);
    }
    .main-tittle{
        font-size: 60px;
        line-height: 64px;
    }
    .sub-tittle{
        font-size: 26px;
        line-height: 32px;
    }
    .fancy-video {
        justify-content: center;
        padding: 26px;
    }
    .heroes-sec,.service-sec,.awards-sec{
        padding: 120px 0px;
    }
    .main-tittle-2,.card.property-card .card-body .card-title,.sec-tittle, .content-title{
        font-size: 40px;
        line-height: 54px;
    }
    .fee-amount {
        font-size: 40px;
        line-height: 28px;
        margin: 0 0 20px;
    }

    .service-card-col {
        padding: 0 25px;
    }
    .technology-equals-transparency, .modern-renter {
        padding: 125px 0;
    }
    .border-rt {
        left: 31%;
    }
    .footer-divider {
        width: 69%;
    }

}
@media screen and (max-width: 1500px){
        .content-main-title {
            font-size: 22px;
            line-height: 30px;
            margin: 0 0 20px;
        }
        .fee-type {
            font-size: 20px;
            line-height: 24px;
        }

    .pointer.first-pointer {
        top: 5%;
        left: 27%;
    }
    .pointer.second-pointer {
        top: 26%;
        left: 39%;
    }
    .pointer.third-pointer {
        bottom: 7%;
        right: 23%;
    }

}
@media screen and (max-width: 1400px){
    *{
        scroll-padding-top: 115px;
    }
    .fancy-video video{
        height: 360px;
    }
    .technology-equals-transparency, .modern-renter, .no-hidden-fees {
		padding: 100px 0;
    }

    .video-full video{
        height: 600px;
    }
    .ctm-container {
        max-width: 1140px;
    }
    .video-full video {
        height: 540px;
    }
    .heroes-sec,.service-sec,.awards-sec{
        padding: 100px 0px;
    }
    .fancy-goto{
        --fancy-goto-hw:140px;
    }
    .lead-text{
        font-size: 16px;
        line-height: 26px;
    }
    ul.theme-list-style li{
        font-size: 16px;
        line-height: 26px;
    }
    .card.property-card .card-body{
        padding: 40px 30px 40px;
    }
    .main-tittle-2{
        margin-bottom: 30px;
    }
    .content-tittle-holder {
        margin-top: 50px;
    }
    .content-tittle-holder .main-tittle-2 {
        padding-left: 100px;
    }

    ul.theme-list-style li:not(:last-child){
        margin-bottom: 8px;
    }
    .btn.btn-theme-fill, .btn.btn-theme-outline{
        letter-spacing: 1px;
    }
    .card.property-card .btn.btn-theme-fill, .card.property-card .btn.btn-theme-outline {
        min-width: 150px;
    }
    .header .navbar-brand{
        max-width: 240px;
    }
    .header .navbar-brand img{
        max-width: 100%;
    }
    .contact-sec-address .contact-sec-address-one, .contact-sec-address .contact-sec-address-one a{
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 8px;
    }
    .contact-sec-address .contact-sec-address-two, .contact-sec-address .contact-sec-address-two a{
        font-size: 24px;
        line-height: 30px;  
    }
    .contact-sec-address{
        padding-left: 24px;
    }
    .main-tittle,.blog-post-title {
        font-size: 54px;
        line-height: 60px;
    }
    .sub-tittle{
        font-size: 22px;
        line-height: 30px;
    }
    .main-tittle-2, .card.property-card .card-body .card-title, .sec-tittle, .content-title{
        font-size: 32px;
        line-height: 40px;
    }
    .fee-amount {
        font-size: 32px;
        line-height: 28px;
    }

    .slider-content p{
        font-size: 24px;
        line-height: 30px;
        margin-top: 16px;
    }
    .blog-post-title{
        margin-bottom: 60px;
    }
    .accordion-filter .nav-item .accordion-filter-link{
        font-size: 20px;
        line-height: 22px;
    }
    .theme-accordion {
        padding: 30px 0px;
    }
    .card-row {
        column-gap: 15px;
    }
    .service-card-title {
        font-size: 23px;
        line-height: 31px;
    }
    .service-card-desc {
        font-size: 15px;
        line-height: 25px;
    }
    .online-service-head {
        padding: 0 0 0 15px;
    }
    .divider-line {
        margin: 50px 0;
    }
    .fee-structure-section {
        padding: 100px 0;
    }
    .banner-form-wrapper {
        max-width: 400px;
        padding: 25px;
    }
    .banner-form-title {
        margin: 0 0 25px;
    }
    .banner-form-wrapper .form-field {
        margin-bottom: 30px;
    }
        .btn-submit {
        margin: 25px 0 0;
    }
    .border-rt {
        left: 32%;
    }
    .footer-divider {
        width: 68%;
    }
    .address p {
        margin-bottom: 40px;
    }
    .pointer .pointer-wrap {
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .popup {
        padding: 20px;
    }
    .popup .branch-name {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 5px;
    }
    .popup .branch-address {
        font-size: 16px;
        line-height: 23px;
    }
    .pointer.first-pointer {
        padding: 0 0 0 35px;
        top: 5%;
        left: 27%;
    }
    .pointer.third-pointer {
        padding: 0 35px 0 0;
    }
    .pointer.second-pointer {
        top: 26%;
        left: 41%;
        padding: 0 0 25px 25px;
    }
    .map-section-title {
        font-size: 18px;
        line-height: 24px;
    }

    
}
@media screen and (max-width: 1200px){
    /* .ctm-container {
        max-width: 960px;
    } */
    .main-tittle {
        font-size: 50px;
        line-height: 58px;
    }
    .fancy-video video {
        height: 290px;
    }
    .fancy-goto {
        --fancy-goto-hw: 120px;
    }
    .service-slide-nav .service-slide-prev, .service-slide-nav .service-slide-next{
        padding: 10px;
    }
    .slider-content p{
        font-size: 20px;
        line-height: 26px;
        margin-top: 12px;
    }
    .heroes-sec,.service-sec,.awards-sec,.footer-black{
        padding: 70px 0px;
    }
    .btn.btn-theme-fill{
        padding: 14px 20px;
    }
    .address h3{
        font-size: 22px;
        line-height: 30px;
    }
    /* .address p{
        margin-bottom: 0px;
    } */
    .tittle-3{
        font-size: 30px;
        line-height: 36px;
    }
    .form-container h2 {
        margin-bottom: 34px;
    }
    .form-container{
        padding: 30px 40px;
    }
    .contact-sec-address .contact-sec-address-one, .contact-sec-address .contact-sec-address-one a{
        font-size: 32px;
        line-height: 38px;
    }
    .contact-sec-address hr{
        margin: 15px 0;
    }
    .contact-sec-address{
        padding-left: 10px;
    }
    .content-tittle-with-separation{
        font-size: 26px;
        line-height: 30px;
    }
    .blog-post-title{
        margin-bottom: 30px;
        font-size: 50px;
        line-height: 56px;
    }
    .sub-blog-post-title{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .accordion.theme-accordion .accordion-item{
        padding: 15px 0px;
    }
    .blog-card .card-title{
        font-size: 20px;
        line-height: 24px;
    }
    .card-row {
        column-gap: 8px;
    }
    .service-card-col {
        padding: 0px 10px;
    }
    .service-card-title {
        font-size: 22px;
        line-height: 30px;
    }
    .service-card-desc {
        font-size: 13px;
        line-height: 23px;
    }
    .technology-equals-transparency, .modern-renter {
        padding: 100px 0;
    }
    .fee-list {
        gap: 65px;
    }
    .content-main-title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 15px;
    }
    .fee-type {
        font-size: 16px;
        line-height: 20px;
    }
    .banner-form-title {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 20px;
    }
    .banner-form-wrapper {
        max-width: 390px;
        padding: 20px;
    }
    .banner-form-wrapper .form-field {
        margin-bottom: 20px;
    }
    .btn-submit {
        margin: 20px 0 0;
    }
    .border-rt {
        left: 30%;
    }
    .footer-divider {
        width: 70%;
    }
    .footer-icon-logo-strip {
        margin-top: 15px;
    }
    .popup {
        padding: 15px 20px;
        border-radius: 10px;
    }
    .pointer.first-pointer {
        top: 1%;
        left: 28%;
    }
    .pointer.second-pointer {
        top: 19%;
        left: 41%;
    }
    .map-section {
        padding: 10px;
    }
    .sub-head .sub-head-links li a, .sub-head .sub-head-links li {
        font-size: 12px;
        line-height: 14px;
    }
    #mapModal .modal-dialog {
        max-width: calc(100% - 100px);
        align-items: center;
        justify-content: center;
    }


}
@media screen and (max-width: 991px){
    *{
        scroll-padding-top: 102px;
    }
    /* .ctm-container {
        max-width: 720px;
    } */
    .header .navbar .navbar-toggler{
        border: none;
        padding: 4px 8px;
        box-shadow: none;
    }
    .technology-equals-transparency, .modern-renter, .no-hidden-fees {
		padding: 50px 0;
    }

    .header .sub-head{
        padding: 4px 0px;
    }
    .main-tittle{
        font-size: 36px;
        line-height: 40px;
    }
    .sub-tittle {
        font-size: 20px;
        line-height: 24px;
    }
    .content-tittle{
        font-size: 24px;
        line-height: 28px;
    }
    
    header.header .navbar .nav-link.active::before, header.header .navbar .nav-link:active::before, header.header .navbar .nav-item.dropdown:has( .dropdown-menu.show) .nav-link::before{
        width: 100%;
    }
    header.header .navbar .navbar-nav{
        padding: 10px 0px;
    }
    header.header .dropdown-menu{
        background-color: transparent;
        margin-top: 0;
        border-radius: unset;
        box-shadow: none;
    }
    .header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
        font-weight: 400;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 16px;
        color: var(--theme-black-color);
    }
    .heroes-sec, .service-sec, .awards-sec, .footer-black{
        padding: 54px 0px;
    }

    .video-full video{
        height: 400px;
    }
    .fancy-video{
        margin-bottom: 30px;
    }
    .fancy-goto {
        --fancy-goto-hw: 100px;
    }
    .awards-sec .awards-item:nth-child(odd){
        border: none;
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .fancy-goto{
        --fancy-goto-hw: 78px;
    }
    .accordion-filter ul{
        justify-content: center;
    }
    .accordion-filter .nav-item .accordion-filter-link {
        font-size: 18px;
        line-height: 18px;
        padding: 8px 12px;
    }
    .accordion.theme-accordion .accordion-item{
        padding: 0px;
    }
    .accordion.theme-accordion .accordion-item .accordion-header .accordion-button{
        padding: 14px 0px;
        font-size: 20px;
        line-height: 22px;
    }
    .accordion.theme-accordion .accordion-item .accordion-header .accordion-button::after{
        background-size: 14px;
    }
    .accordion-body .content-text{
        font-size: 16px;
        line-height: 24px;
    }
      .map-tittle {
        font-size: 18px;
        line-height: 26px;
    }


    .logo-grid .client-logo{
        height: 100px;
        padding: 10px 12px;
    }
    .logo-grid .client-logo img{
        max-height: 100%;
    }
    .header.header .navbar .nav-link{
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding-left: 12px;
        padding-right: 12px;
    }
    header.header .navbar .nav-item:not(:last-child){
        border-bottom: 1px solid #3F444D1A;
        
    }
    header.header .navbar .nav-link.active, header.header .navbar .nav-link:active, header.header .navbar .nav-item.dropdown:has( .dropdown-menu.show) .nav-link{
        background-color: #B6382826;
        color: var(--theme-color);
    }
    header.header .navbar .nav-link::before{
        display: none;
    }

    header.header .navbar .navbar-nav{
        padding: 10px 30px;
    }
    .content-list li.content-list-item{
        flex-direction: column;
        row-gap: 14px;
    }
    .menu-dropdown-toggle::after{
        content: "";
        width: 18px;
        height: 18px;
        background: url(../images/toggler-down-black.svg) no-repeat center;
        background-size: contain;
        position: absolute;
        right: 14px;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-90deg);
    }
    .menu-dropdown-toggle.show::after{
        transform: rotate(0deg);
        background-image: url(../images/toggler-down-red.svg);
    }
    .fancy-goto{
        display: none;
    }
    .service-slider{
        padding-left: 15px;
        padding-right: 15px;
    }
    .sticky-sec .property-card{
        padding: 0px;
    }
    .content-list-sec {
        padding: 40px 0px 50px;
    }
    .content-list {
        margin-top: 50px;
    }
    .header-img-grid{
        margin-top: 14px;
    }
    .card.property-card{
        margin: 15px 0px;
    }
    .service-content-sec {
        padding: 60px 0px;
    }
    .image-fade-bg::before{
        width: 70%;
    }
    .accordion-filter .nav{
        row-gap: 8px;
    }
    .accordion-filter .nav-item .accordion-filter-link{
        border: 1px solid var(--theme-color);
        border-radius: 0px;
    }
    .blog-post-title{
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    .blog-post p{
        font-size: 16px;
        line-height: 24px;
    }
    .sub-blog-post-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .blog-sidebar{
        margin-top: 30px;
    }
    .content-list-item-tittle{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .service-slider .slider-image .slider-image-overlay span{
        background-size: 100% 100%;
        font-size: 18px;
        line-height: 22px;
    }
    .service-slider .slider-image .slider-image-overlay span img{
        height: 22px;
    }
    .footer-logo img{
        max-width: 240px;
    }
    .error-sec .error-tittle h1{
        font-size: 50px;
        line-height: 60px;
    }
    .error-detail-sec h4{
        font-size: 22px;
        line-height: 26px;
    }
    .error-detail-sec p{
        font-size: 14px;
        line-height: 22px;
    }
    .content-list-item-img{
        flex-basis: auto;
    }
    .content-list-item-img img{
        width: 448px;
    }
    .services-card-section {
        padding: 50px 0;
    }
    .card-row {
        column-gap: 10px;
    }
    .service-card-col {
        width: 100%;
    }
    .vertical-border {
        display: none;
    }
    .service-card-col {
        margin: 25px 0;
    }
    .service-card-desc {
        font-size: 15px;
        line-height: 25px;
    }
    .technology-equals-transparency, .modern-renter {
        padding: 70px 0;
    }
    .online-services-list {
        justify-content: flex-start;
        row-gap: 40px;
        column-gap: 50px;
    }
    .online-service {
        flex: 0 1 180px;
    }
    .online-service-head {
        font-size: 18px;
        line-height: 20px;
    }
    .border-rt {
        display: none;
    }
    .footer-icon-list {
        margin-right: 40px;
        justify-content: end;
        column-gap: 10px;
    }
    .footer-divider {
        position: relative;
        width: 100%;
    }
    .address p:last-child {
        margin-bottom: 0;
    }
    .footer-icon-logo-strip {
        margin-top: 0;
    }
    .content-tittle-holder {
        margin-top: 30px;
    }
    .content-tittle-holder .main-tittle-2 {
        padding-left: 0;
    }
    .pointer.first-pointer {
        top: 6%;
        left: 28%;
    }
    .pointer.second-pointer {
        top: 30%;
        left: 41%;
    }
    .map-section {
        margin-top: 24px;
    }
    .map-section-title {
        font-size: 22px;
        line-height: 28px;
    }
    /* #mapModal .modal-dialog {
        max-width: calc(100% - 40px);
    } */
    .sub-head .sub-head-links li:not(:last-child):not(:nth-child(3)) a {
        border-right: 0;
    }
    .sub-head .sub-head-links li:nth-child(3)::after {
        display: none;
}



}
@media screen and (max-width: 767.98px){
    /* .ctm-container {
        max-width: 540px;
    } */
    .sub-tittle{
        font-size: 16px;
        line-height: 20px;
    }
    .tittle-sec .btn{
        width: calc(50% - 3px);
        padding: 12px 8px;
    }
    .card.property-card .btn.btn-theme-fill, .card.property-card .btn.btn-theme-outline,.btn.btn-theme-fill{
        width: calc(50% - 3px);
        font-size: 14px;
        padding: 12px 8px;
    }
    .service-slider .slider-image{
        max-height: 250px;
    }
    .main-tittle-2, .card.property-card .card-body .card-title, .sec-tittle, .content-title{
        font-size: 24px;
        line-height: 32px;
    }
    .fee-amount {
        font-size: 24px;
        line-height: 18px;
        margin: 0 0 15px;
    }

    .title-secondary {
        font-size: 21px;
        line-height: 31px;
    }
    .card.property-card .card-body{
        padding-right: 18px;
        padding-left: 18px;
    }
    .accordion-filter .nav{
        flex-wrap: wrap;
    }
    .accordion-filter .nav-item{
        flex-basis: 48%;
    }
    .content-list {
        margin-top: 30px;
    }
    .image-fade-bg::before{
        width: 80%;
    }
    .content-tittle{
        font-size: 20px;
        line-height: 26px;
    }
    .form-container{
        padding: 26px 15px;
    }
    .address{
        margin-bottom: 0;
    }
    .address hr{
        display: none;
    }
    .address h3{
        font-size: 20px;
        line-height: 26px;
    }
    .address p{
        font-size: 14px;
        line-height: 17px;
    }
    .address p {
        margin-bottom: 20px;
    }
    .blog-post-title{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .blog-post p{
        font-size: 14px;
        line-height: 18px;
    }
    .sub-blog-post-title {
        font-size: 18px;
        line-height: 22px;
    }
    .main-tittle {
        font-size: 30px;
        line-height: 36px;
    }
    .tittle-hr{
        margin-top: 0px;
    }
    .content-list li.content-list-item{
        padding: 30px 0px;
    }
    .btn.btn-theme-fill.footer-btn{
        width: auto;
        font-size: 12px;
    }
    .footer-logo img{
        max-width: 200px;
    }
    .heroes-sec, .service-sec, .awards-sec, .footer-black{
        padding: 30px 0px;
    }
    .contact-form{
        text-align: center;
    }
    .contact-sec-address{
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .contact-sec-address .contact-sec-address-two, .contact-sec-address .contact-sec-address-two a{
        font-size: 22px;
        line-height: 26px;
    }
    .contact-sec-address hr{
        margin: 10px 0;
    }
    .tittle-3{
        font-size: 26px;
        line-height: 30px;
    }
    .form-container h2{
        margin-bottom: 24px;
    }
    .client-testi-section .client-testi:nth-child(even) {
        padding-left: calc(var(--bs-gutter-x) * .5);
        border-left: 0;
    }
    .client-testi {
        margin-bottom: 20px;
    }
    .content-main-title {
        margin: 0 0 40px;
    }
    .fee-list {
        flex-direction: column;
        gap: 35px;
    }
    .footer-icon-list {
        margin-right: 0;
    }
    .pointer.first-pointer {
        top: 4%;
    }
    .pointer .pointer-wrap {
        width: 45px;
        height: 45px;
        padding: 8px;
    }
    .pointer.second-pointer {
        top: 24%;
        left: 41%;
    }
    .pointer.third-pointer {
        bottom: 6%;
        right: 24%;
    }
    .pointer.first-pointer .pointer-wrap {
        top: 40%;
    }
    .pointer.second-pointer, #mapModal .pointer.second-pointer {
        top: 24%;
        left: 37%;
    }
    .pointer.third-pointer, #mapModal .pointer.third-pointer {
        bottom: 3%;
        right: 24%;
    }
    .pointer.third-pointer .pointer-wrap {
        right: 0;
        top: 30%;
    }
    .map-section-title {
        font-size: 18px;
        line-height: 24px;
    }


}

@media screen and (max-width: 576px){

    .pointer, .pointer.first-pointer, .pointer.second-pointer, .pointer.third-pointer, #mapModal .pointer.first-pointer, #mapModal .pointer.second-pointer, #mapModal .pointer.third-pointer {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0 auto;
    }
    .technology-equals-transparency, .modern-renter, .no-hidden-fees {
		padding: 40px 0;
    }

    .pointer.first-pointer .pointer-wrap {
        top: 13%;
        left: 28%;
    }
    .pointer.second-pointer .pointer-wrap {
        left: 36%;
        top: 44%;
    }
    .pointer.third-pointer .pointer-wrap {
        right: 24%;
        bottom: 9%;
        top: auto;
    }

    .popup {
        position: absolute;
        transform: translateY(0%);
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background: #050000f0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 9;
        border-radius: 0;
    }
    .popup .info-wrap {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        position: relative;
    }
    /* .popup .close-popup {
        display: block;
    }
    .popup .close-popup {
        position: absolute;
        top: -35px;
        right: 3px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50px;
    } */
     .popup .close-popup {
        top: 15px;
        right: 15px;
    }
    .popup .close-popup {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 12px;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
    }
    .popup .close-popup:hover {
        transform: scale(1.2);
        opacity: 0.8;
    }

    .banner-form-wrapper {
        top: 0;
        position: relative;
        transform: unset;
        left: 0;
        margin: -100px auto 0;
        box-shadow: 0px 0px 20px #0000001f;
    }
    .banner-section .position-relative img {
       height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .property-mgt-page .btn-w-100 {
        width: 100% !important;
    }
    #mapModal .modal-dialog {
        max-width: calc(100% - 20px);
    }
    #mapModal .popup-btn-close {
        right: -5px;
        top: -15px;
    }
    #mapModal .popup-btn-close img {
        width: 10px;
        height: auto;
    }
    .map-section-content {
        flex-direction: column;
        justify-content: center;
    }
    .map-section-cta {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }
    .map-section {
        margin-top: 24px;
        text-align: center;
    }

    
}

@media screen and (max-width: 399.98px) {
    .banner-section .right-side-image img {
        height: 150px;
    }
    .banner-form-wrapper {
        max-width: 90%;
    }
    .header .navbar .navbar-toggler {
        padding: 4px 5px;
    }
}
/* @media */

/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    right: 0 !important;
}