



.offcanvas-modal .modal-content {
    padding: 0px;
}



.offcanvas-header .btn-close {
    right: 32px;
}

.offcanvas-logo {
    left: 7px;
}

nav#offcanvas-menu {
    overflow-y: auto;
}

nav#offcanvas-menu ul li a {
    color: black !important;
    padding: 0 19px;
}


.night nav#offcanvas-menu ul li a {
    color: white !important;
    padding: 0 19px;
}

.night .modal-content{
    background: #353535;
}

.night button.offcanvas-toggler,
.night button.btn-close{
    filter: invert(1);
}

.night footer section.section.footer_nav{
    background: transparent !important;
}

.homec-hero {
    position: relative;
    min-height: 400px;
}

section.section {
    background: #FFFFFF;
    padding: 10px 23px;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
section >  section.section{
    margin-bottom: 0px !important;
}


@media(max-width:1650px) and (min-width:1500px){

    section.section {
        max-width: 1450px;
    }
}

@media(max-width:1500px) and (min-width:1330px){
    section.section {
        max-width: 1300px;
    }
}

@media(max-width:1329px) and (min-width:1000px){
    section.section {
        max-width: 1300px;
    }
}

@media(max-width:1329px) and (min-width:1000px){
    section.section {
        max-width: 980px;

    }
}

@media(max-width:999px) {
    section.section {

        margin: 0 0;
        margin-bottom: 30px !important;
    }
}





section.section.bhome-services{
    background: transparent;
}

.primary-bg{
    background: white;
}
.night .primary-bg{
    background: #1c1c1c;
}



.night #hero{
    background: transparent !important;
}


.mixitup_section_propertydiv{
    background: #FFFF !important;
}

.truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }




.footer_nav,
.header_padding_nav {
    padding: 0 23px;
    margin: 0 !important;
}



.language_popup .btn-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.language_popup .modal.right.fade .modal-dialog {
    right: 0 !important;
    transform: translateX(-50%);
}

.language_popup .modal.right .modal-content {
    height: 100%;
    overflow: auto;
    border-radius: 0;
}

.language_popup .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.language_popup .modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.language_popup .modal.right.fade.show .modal-dialog {
    transform: translateX(0%);
}

.language_popup .modal.right .modal-header {
    background-color: #198754;
    color: #fff;
}

.language_popup .modal.right .close {
    text-shadow: none;
    opacity: 1;
    font-size: 26px;
    background: transparent;
    border: none;
    color: black;

}

.language_popup .form-control {
    border-radius: 0;
    box-shadow: none;
}

.language_popup .form-control:focus {
    box-shadow: none;
}

.language_popup .btn {
    border-radius: 0;
}
.language_popup .card-header:first-child{
    border-bottom: #ffffff00;
}

div#signInModal button,
div#signInModal a,
div#signInModal input {
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    /* width: 100%; */
    /* display: block; */
    margin-bottom: 8px;


}

div#signInModal input {
    padding-left: 25px;
    padding-right: 25px;
}

div#signInModal a:hover,
div#signInModal button:hover {
    opacity: .5;
}

div#signInModal .form-outline {
    position: relative;
}

div#signInModal .form-outline input~label {
    display: none;
}

div#signInModal .form-outline input:valid~label {
    position: absolute;
    top: -12px;
    left: 30px;
    background: white;
    padding: 0 15px;
    display: none;

}


div#signInModal button,
div#signInModal a {
    border: 1px solid #aeaeae !important;

}


div#signInModal .btn-close {
    width: auto;

    right: 0;
    position: absolute;
    padding: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;

    color: black;
}

div#signInModal .modal-dialog{
    max-width: 400px;
}


#video-background::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2125297a;
    z-index: 99999999999999;
    content: '';
}

#video-background {
    position: relative;
}



    .tow_line_limit {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

