@media screen and (max-width: 2000px){
 max-width:1800px;
    
}
@media screen and (max-width: 1920px){
 max-width:1700px;
    
}
@media screen and (max-width: 1800px){
 max-width:1600px;
    
}

@media screen and (min-width: 1650px){
.container-fluid{
    max-width:1440px;
}
#IDX-main{
    max-width: 1600px;
    margin: auto;
}
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
    header .row{
        align-items: center;
    }
    
    header .col-lg-4{
        padding-left: 0px;
    padding-right: 0px;
    }
    
    .feature-comm h3{
        line-height: 1.2;
    }
    
    footer .col-lg-4 div.address{
        justify-content: center;
    }
    .social {
    justify-content: center;
}
.logo p{
    font-size:24px;
}
footer p, footer a, footer span{
    font-size:11px;
}
}

@media screen and (max-width: 991px){
.row.desk{
    display:none;
}
.row.mob{
    display:flex;
}

.row.mob .logo {
    width: 80%;
    text-align: left;
}

.row.mob .logo p{
    text-align:left;
}

div#menu-toggle1 i{
    font-size: 25px;
    color: var(--text-white);
    margin-top: 10px;
}

div#menu-toggle1{
    width:20%;
    text-align:right;
}
.row.mob .mob-nav .logo p{
    text-align:center;
}
header {
    padding: 24px 0px !important;
}
.mob-nav {
    position: absolute;
    left: 0;
    padding: 2rem 20px 20px;
    top: 0;
    background: var(--text-black);
    text-align: center;
    width: 70%;
    transform: translateX(-38em);
    height: 100vh;
    transition: all .5s ease-in-out;
}
.row.mob i{
    cursor:pointer;
}
.close-bar{
    text-align: right;
}

.close-bar i{
    color: var(--text-white);
    font-size: 25px;
}

ul.navbar-nav{
    flex-direction: column;
    margin-top: 20px;
}

.dropdown-item {
    padding: 11px 16px !important;
}
.dropdown-menu{
    width: 100%;
    text-align: center;
}

/* home */

.feature-comm .row {
    padding-left: 0px;
    padding-right: 0px;
    gap: 2rem;
}
.feature-comm .col-4{
    width:100%;
}
.about .col-6{
    width:100%;
}
.about .row{
    gap: 1rem
}
section.testimonial {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fafafa;
}
section.testimonial .row{
    flex-direction: column;
}
.testimonial .content-area {
    padding: 40px 20px 40px;
    background-color: #fff;
    box-shadow: 2px 2px 6px #888888;
    width: 100%;
    z-index: 3;
    transition: ease .25s;
}
section.testimonial img {
    width: 100%;
    height: 350px;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
    position: relative;
    right: 0;
    margin-top: 25px;
}


/*footer*/
.col-lg-4.col-4.first {
    width: 100%;
    margin-bottom: 50px;
}
footer .col-lg-4 {
   width: 100%;
    margin-bottom: 50px;
}
section.banner{
    height:65vh;
}
.video-sec{
     height:65vh;
}
.video-content{
      height:65vh;
}
}

@media screen and (max-width: 540px){
    h2{
    font-size: 60px;
}
section {
    padding: 50px 0;
}
    .video-content h1{
        font-size: 70px;
    }
    .video-content p{
        font-size: 26px;
    margin-top: 10px;
    }
    
    .row.mob .logo p{
        line-height: 1.5;
        font-size: 26px;
    }
    
    .video-content{
        height: 450px;
    }
    .video-sec, section.banner{
        height: 400px;
    }
    section.feature-prop{
        padding: 60px 0;
        padding-bottom: 0px;
    }
    .feature-prop h2{
        font-size: 60px;
    }
    
    .feature-comm .row {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: 25px;
}

.feature-comm .row .col-4{
    width:100%;
}

section.about {
    padding: 50px 0;
    padding-bottom: 50px;
}
section.feature-comm{
    padding-bottom: 50px;
    padding-top: 20px;
}
section.about .row{
    flex-direction: column;
    gap: 20px;
}
section.about .row .col-6 {
    flex: 0 0 auto;
    width: 100%;
}
section.about img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.sign{
    height: auto !important;
}

section.testimonial {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fafafa;
}
section.testimonial .row{
    flex-direction: column;
}
.testimonial .content-area {
    padding: 40px 20px 40px;
    background-color: #fff;
    box-shadow: 2px 2px 6px #888888;
    width: 100%;
    z-index: 3;
    transition: ease .25s;
}
section.testimonial img {
    width: 100%;
    height: 350px;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
    position: relative;
    right: 0;
    margin-top: 25px;
}

section.featured-prop .comm {
    margin-bottom: 30px;
}
#IDX-showcaseGallery-30158 .IDX-showcaseRow{
    flex-direction: column;
}

section.contact .overlay {
    padding: 50px 20px;
    background-color: #0000004f;
}
section.contact .container{
    padding: 40px 20px;
}

footer {
    padding: 50px 12px;
    padding-bottom: 20px;
}
footer h3{
    line-height: 1.2;
}

footer .row{
    flex-direction: column;
}
footer .col-lg-4 {
    padding-left: 0px;
    width: 100%;
}
footer .icon-image {
    margin-top: 10px;
    margin-bottom: 20px;
}
footer .social {
    margin-top: 10px;
    margin-bottom: 20px;
}
footer p.text{
    margin-top: 40px;
}

.video-sec button {
    display: block;
}
button#pause {
    display: none;
}

.main-banner .overlay{
    height: 300px;
}

section.testimonial.contact-area .content-area {
    padding: 40px 20px 40px;
}
p.logo {
    font-size: 30px;
}

.content-area .contact p, .content-area .contact a{
    font-size: 18px;
}

section.communities-sec .col-lg-4 {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

section.communities-sec section.feature-comm {
    padding-bottom: 0px;
}

section.communities-sec .feature-comm h3{
    line-height: 1.3;
}

section.feature-comm.todo {
    padding: 50px 0px;
    text-align: center;
}
.feature-comm h3 {
    line-height: 1.3;
}

section.feature-comm.todo h2 {
    margin-bottom: 30px;
}

section.communities-sec {
    padding-bottom: 30px;
}

section.contact-sec section.feature-comm {
    padding-bottom: 0px;
    padding-top: 0px;
}
}
@media screen and (max-width: 321px){
    footer p, footer a, footer span {
    color: var(--text-white);
    font-size: 11px;
    margin-bottom: 0px;
}

footer .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
.content-area .contact p, .content-area .contact a {
    font-size: 16px;
}
section.testimonial.contact-area .content-area {
    padding: 40px 15px 40px;
}

section.testimonial.contact-area .content-area .contact div{
    gap: 10px;
}
}