@import url(../fonts/font.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Aalto Sans Essential Alt';
}
.navbar-brand{
    display: none;
}

.top-bar{
    background-color: rgb(43, 76, 115);
    color: #ffffff;
    padding: 15px 0;
}
.top-bar-row{
    display: flex;
}
.top-bar-row .icon{
    margin-right: 10px;
}

.top-bar p{
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
}
.top-bar span{
    color: rgb(253, 232, 51);
    font-weight: bold;
    font-size: 20px;
}
.top-bar a{
    text-decoration: none;
    color: #ffffff;
}
nav .nav-link{
color: #000000 !important;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
}
nav .nav-link:hover{
    color: rgb(43, 76, 115) !important;
    transition: .3s ease;
}
nav .nav-item{
    margin-left: 25px;
}
header{
    border-width: 0.5px;
    border-color: #9cabbe;
    border-style: solid;
}
header .nav-btn{
    background-color: rgb(43, 76, 115);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}
header .nav-btn:hover{
    background-color: rgb(253, 232, 51);
    color: #000000;
    transition: .3s ease-in-out;
    font-weight: 500;
}


.banner-section{
    min-height: 75vh;
    
    background: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-section .row{
    min-height: 75vh;
}

.banner-section .row .col-md-4{
    background-color: rgb(255, 232, 35);
    border-radius: 5px;
    padding: 20px;
}
.banner-section p{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.banner-section h5{
    font-size: 43px;
    font-weight: 600;
    font-family: 'Aalto Sans Essential Alt';
    line-height: 1;
    margin-top: 20px;
    text-transform: capitalize;
}
.banner-section p span{
    font-size: 35px;
    font-weight: bold;
}
.banner-section h6{
    font-size: 24px;
    font-family: 'Aalto Sans Essential Alt';
}

.section-two .row .col-md{
    background-color: rgb(15, 54, 100);
    color: #ffffff;
    padding: 20px;
}
.section-two .row .col-md h3{
    font-size: 36px;
    font-weight: bold;
}
.section-two .row .col-md h4{
font-style: italic;
}
.section-two .row .col-md p
{
font-size: 18px;
}
.section-two .row .col-md a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color:#ffffff;
}
.section-two .row .col-md:nth-child(1) h4{
    color: rgb(22, 186, 225);
}
.section-two .row .col-md:nth-child(2){
    background-color: rgb(29, 101, 185);
}
.section-two .row .col-md:nth-child(2) h4{
    color: rgb(255, 232, 35);
}
.section-two .row .col-md:nth-child(3){
    background-color: rgb(22, 186, 225);
}
.section-two .row .col-md:nth-child(3) h4{
    color: rgb(255, 232, 35);
}
.section-two .row .col-md:nth-child(4){
    background-color: rgb(255, 232, 35);
    color: rgb(15, 54, 100);
}
.section-two .row .col-md:nth-child(4) a{
    color: rgb(15, 54, 100); 
}




/* SECTION THREE CSS  */
.section-three .pl-3{
    padding-left: 50px;
}
.section-three ul{
    padding-left: 0px;
}
.section-three ul li{
    list-style: none;
    font-size: 20px;
}
.section-three ul li img{
    margin-right: 6px;
}
.section-three a{
    text-decoration: none;
    background-color: rgb(253, 232, 51);
    color: #000000;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 20px;
}
.section-three a:hover{
    background-color: rgb(15, 54, 100);
    color: #ffffff;
    transition: .3s ease-in-out;
}
.section-three p{
    font-size: 20px;
}
.section-three h3{
    color: rgb(22, 186, 225);
    font-style: italic;
}
.section-three h1{
    font-size: 70px;
    color: rgb(15, 54, 100);
    line-height: 1;
}
/* SECTION FOUR CSS  */
.section-four{
    background: url(../images/center-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 80px 0;
}
.section-four h1{
    font-size: 50px;
  color: rgb(22, 186, 225);
}
/* SECTION FIVE CSS  */
.section-five{
    background-color: #f8f8f8;
    padding-bottom: 1px !important;
}
.section-five .row{
    margin-bottom: 25px;
}
.section-three h2{
    font-size: 36px;
  color: rgb(12, 41, 75);
  font-style: italic;
}
.section-five img{
    width: 100%;
}

/* SECTION SIX  */
.section-six{
    text-align: center;
}
.section-six h1{
    font-size: 45px;
    color: rgb(12, 41, 75);
    font-weight: bold;
    line-height: 1;
}
.section-six h3{
    font-size: 30px;
    color: rgb(22, 186, 225);
    line-height: 1.2;
    font-style: italic;
}
.section-six .row .col-md{
    margin: 10px;
    padding-bottom: 50px;
    
}
.section-six .row .col-md:nth-child(1){
    text-align: left;
}
.section-six .row .col-md:nth-child(2){
    border-radius: 5px;
  background-color: rgb(29, 101, 185);
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}
.section-six .row .col-md:nth-child(3){
    border-radius: 5px;
    background-color: rgb(22, 186, 225);
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}
.section-six .row .col-md:nth-child(4){
    border-radius: 5px;
    background-color: rgb(255, 232, 35);
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: rgb(15, 54, 100);
}
.section-six ul{
    text-align: left;
}
.section-six ul li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.section-six ul li img{
    margin-right: 10px;
}
.section-six h2{
    font-size: 40px;
  font-weight: bold;
  line-height: 1;
  height: 80px;
}
.section-six p{
    font-size: 18px;
}
.section-six .price{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-six .price span{
font-size: 48px;
font-weight: bold;
margin-left: 5px;
padding-top: 5px;
}
.section-six .btn-1{
    color: rgb(12, 41, 75);
    font-size: 18px;
    font-weight: bold;
    background: none;
    padding: 0px;
}
.section-six .btn-1:hover{
    background: none;
    color: rgb(12, 41, 75);
}

.section-six a{
    text-decoration: none;
    background-color: rgb(29, 101, 185);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
}
.section-six .btn-2{
    background-color: rgb(22, 186, 225);
}
.section-six a:hover{
    background-color: rgb(12, 41, 75);
    color: #ffffff;
    transition: .3s ease-in-out;
}

/* SECTION SEVEN CSS */
.section-seven .testimonial{
    padding-left: 25px;
}
.section-seven .testimonial h3{
    font-size: 45px;
  color: rgb(12, 41, 75);
  font-weight: bold;
  line-height: .8;
}
.section-seven .testimonial h6{
    font-size: 14px;
    color: rgb(22, 186, 225);
    line-height: 1.2;
}
.section-seven .testimonial p{
    margin-top: 25px;
    font-size: 30px;
    color: rgb(12, 41, 75);
    line-height: 1.2;
    font-style: italic;
}
.owl-dots{
    display: flex;
    justify-content: flex-start;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3f5e83;
}

.owl-theme .owl-nav{
    display: none !important;
}
/* SECTION EIGHT CSS  */
.section-eight{
    text-align: center;
    background-color: rgb(255, 232, 35);
}
.section-eight #counter{
    margin-top: 25px;
}
.section-eight h2, .section-eight h3{
    font-size: 50px;
  color: rgb(12, 41, 75);
  font-weight: bold;
  line-height: .8;
}
.section-eight p{
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height: .8;
    margin-bottom: 0px;
}
.section-eight .col-md{
    margin-bottom: 25px;
}


/* SECTION NINE CSS  */
.section-nine{
    background: url(../images/nine-bg.png);
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.section-nine .row{
    height: 650px;  
}
.section-nine .row .col-md-6{
    background-color: rgb(15, 54, 100);
    padding: 50px;
    border-radius: 5px;
    padding-right: 35px;
}
.section-nine h1{
    font-size: 50px;
    color: rgb(255, 232, 35);
    font-weight: bold;
}
.section-nine p{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 35px;
}
.section-nine a{
    background-color: rgb(22, 186, 225);
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
}


/* SECTION TEN CSS  */
.section-ten .row{
    margin-top: 25px;
}
.section-ten .row .col-md{
    margin-bottom: 25px;
    text-align: center;
}
/* INNER PAGES  */
.inner-page-banner{
    height: 100%;

    padding-left: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-page-banner h1{
    font-size: 56px;
    font-weight: bold;
    color: #ffffff;
    text-align: center !important;
}
/* Residential SECTION CSS */
.inner-page-banner{
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;

}
.move-in{
    background:linear-gradient(to right, rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)), url(../images/move-in.jpg);
}
.move-out{
    background:linear-gradient(to right, rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)), url(../images/move-out.jpg);
}
.open-house{
    background:linear-gradient(to right, rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)), url(../images/open\ house.jpg);
}
.contact-banner{
    background:linear-gradient(to right, rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)), url(../images/contact.jpg);
}
.mobile-top-bar{
    display: none;
}

  

.inner-page-main-row {
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(210, 226, 234);
    margin-bottom: 50px;
}
.inner-page-main-row ul{
    padding-left: 0px;
}
.inner-page-main-row ul li{
    list-style: none;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.inner-page-main-row ul li img{
    margin-right: 8px;
    margin-top: 8px;
}
.inner-page-main-row .row .col-md{
    border-right: 1px solid rgb(210, 226, 234);
}
.inner-page-main-row .row .col-md:last-child{
    border: none;
}
.inner-page-main-row .row .col-md:nth-child(2){
    padding-left: 25px;
}
.inner-page-main-row .row .col-md:nth-child(3){
    padding-left: 25px;
}
footer{
    background-color: rgb(12, 41, 75);
    color: #ffffff;
}
footer h2{
    color: rgb(22, 186, 225);
    margin-bottom: 15px;
}
footer ul{
    padding-left: 0px;
}
footer ul li{
    list-style: none;
    margin-bottom: 10px;
}
footer ul li img{
    margin-right: 10px;
    width: 14px;
}
@media (min-width: 1330px) {
    .inner-page-banner{
        background-size: cover;
    }
}

@media (max-width: 1400px) {
    .banner-section{
        min-height: auto;
        /* padding-bottom: 150px;  */
        background-size: cover;
    }
    .inner-page-banner{
        height: 300px;
        background-size: cover;
    }
    
}

/* RESPONSIVE  */
@media (max-width:1200px) {
    .top-bar p{
        font-size: 14px;
    }
   .top-logo{
       width: 150px;
   }
   .top-bar-row img{
       width: 20px;
   }
}

@media (max-width: 1024px) {
    .banner-section{
        min-height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .banner-section .row{
        min-height: auto;
    }
    .banner-section p span{
        font-size: 20px;
        margin: 0 5px;
    }
    .banner-section h5{
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .navbar-brand{
        display: block;
    }
    .top-bar{
        display: none;
    }
    header{
        background-color: rgb(43, 76, 115);
    }
    nav .nav-item{
        margin-left: 0px;
    }
    nav .nav-link{
        color: #ffffff !important;
    }
    nav img{
        width: 200px;
    }
    .banner-section{
        background-size: cover;
        min-height: auto;
        min-height: auto;
        padding: 50px 4%;
    }
    .banner-section .row{
        min-height: auto;
    }
    .banner-section p span{
        font-size: 20px;
        margin: 0 5px;
    }
    .banner-section h5, .section-three h1{
        font-size: 36px;
        line-height: 1.2;
    }
    .section-three .pl-3{
        padding-left: 4%;
        padding-top: 4%;
    }
    .section-five{
        text-align: center;
    }
    .section-five img{
        margin-bottom: 25px;
    }
    .section-six .row .col-md{
        margin-right: 0px;
        margin-left: 0px;
    }
    .logo-footer{
        width: 200px;
    }
  
    .section-four h1, .section-nine h1 {
    font-size: 36px;
    }
    .section-four{
        padding-top: 0px;
    }
    .section-six{
        padding-left: 4%;
        padding-right: 4%;
    }
    .section-seven .testimonial p{
        font-size: 18px;
    }
    .section-seven .testimonial h3{
        margin-top: 25px;
    }
    .section-nine .row{
        height: auto;
    }
    .section-nine{
        padding-left: 4%;
        padding-right: 4%;
    }
    .section-nine .row .col-md-6 {
        padding: 20px;
    }
    .section-nine{
        height: auto;
        padding-top: 50px;
        padding-bottom: 20px;
    }
   header .nav-btn{
        background-color: rgb(22, 186, 225);
        margin-bottom: 20px;
    }
    .d-none-mb{
        display: none;
    }
    .section-two{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .inner-page-banner{
        background-size: cover;
        height: 200px;
        min-height: auto;
        background-repeat: no-repeat;
    }
    .inner-page-banner h1{
        font-size: 36px;
    }
    .mobile-top-bar{
        display: block;
        padding: 10px 0;
    }
    .mobile-top-bar li{
        list-style: none;
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    .mobile-top-bar li a{
        text-decoration: none;
        color: rgb(12, 41, 75);
    }
    .mobile-top-bar li img{
        margin-right: 5px;
    }
    .mobile-top-bar .nav-btn{
        background-color: rgb(12, 41, 75);
        color: #ffffff;
        padding: 5px 15px;
        text-decoration: none;
        border-radius: 50px;
        font-size: 14px;
    }
    
    .inner-page-main-row .row .col-md{
        border: none;
        
    }
    .inner-page-main-row .row .col-md:last-child{
        border: none;
    }
    .inner-page-main-row .row .col-md:nth-child(2){
        padding-left: 0px;
        padding-left: 4% ;
    }
    .inner-page-main-row .row .col-md:nth-child(3){
        padding-left: 0px;
        padding-left: 4% ;
    }
    .inner-page-main-row{
        padding-left: 4% ;
    }
    .inner-page-banner h2{
        margin-top: 20px;
    }
    .inner-page-main-row .col-md-3{
        padding-left: 0px;
        margin-bottom: 15px;
    }
    .inner-page-main-row{
        margin-bottom: 0px;
    }
}