* {
    box-sizing: border-box;
  }
  
body {
    position: relative;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Ubuntu, Arial, sans-serif;
}
.btr17{
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
h3{
    margin-bottom: 20px;
}
.ds-hide{
    display: none;
}

.placeHolder{
    width: 400px;
    height: 300px;
    background-color: #ddd;
}

.lh-29 {
    line-height: 29px;
}
.fs-15{
    font-size: 15px;
}
.flex {
    display: flex;
}
.flex-end{
    justify-content: flex-end;
}
.flex-start{
    justify-content: flex-start;
}
.flex-row{
    flex-direction: row;
}
.flex-column {
    flex-direction: column;
}
.flex-between {
    justify-content: space-between;
}
.fs-40{
    font-size: 40px;
}
.fs-13{
    font-size: 13px;
}
.c_brandColor{
    color: #9f2340;
}

.bg_brandColor{
    background-color: #9f2340;
}

.mission_text {
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    color: #122947;
    margin: 0 0 24px;
    text-align: center;
}
.navbar span a {
    text-decoration: none;
    color: #9f2340;
    font-weight: 500;
}

.navbar span {
    padding: 5px 10px;
}
.bg_mission{
    background-color: #dde9ed;
}
.flex-middle {
    align-items: center;
}
.flex-center {
    justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.bg_white {
    background: #fff !important;
}
.bg_blue{
    background: #64C9CF;
}
.bg_orange {
    background: #FFB740;
}
.bg_brown {
    background: #B85C38;
}
.iconContainer{
    width: 60px;
    display: flex;
    justify-content: center;
    height: 25px;
    margin: 0 auto;
    background-color: #ffe3e3;
    border-radius: 100px;
    align-items: center;
}
.iconContainer img{
    width: 50px;
    height: 50px;
}
.content {
  color: #1a1a1a;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.bg_color {
    position: absolute;
    height: 530px;
    width: 100vw;
    background: #ffffff80;
}
.banner {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: 0px -225px;
    background-image: url(./img/bg.jpeg);
    background-size: cover;
}
.bannerbg2{
    background: url(./img/lobby-condominium-building.jpeg);
    height: 430px;
    background-size: 1267px;
    background-position: -170px -20px;
    background-repeat: no-repeat;
}
.pt20{
  padding-top: 30px;
}


.pt10{
    padding-top: 10px;
}
.pl20 {
    padding-left: 20px;
}
.px20 {
    padding: 0px 20px ;
}
.pb20{
    padding-bottom: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pl40 {
    padding-left: 40px;
}

.pb40 {
    padding-bottom: 40px;
}
.p15{
    padding: 0% 15%;
}
.p24{
    padding: 0% 11% 0 20%;

}

.pr40 {
    padding-right: 40px;
}

.pr140 {
    padding-right: 140px;
}
.pt30 {
  padding-top: 30px;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}

.container_large {
    width: calc((100% - 24px) * .83333 - 24px);
    margin: 0 auto;
  }
.ta_center {
  text-align: center;
}

.m0{
    margin: 0;
}
.p0{
    padding: 0px;
}

.feature {
    font-size: 16px;
    max-width: 180px;
    letter-spacing: 2px;
    color: #132947;
    font-weight: 300;
    text-transform: capitalize;
}

span.readmoreButton {
    color: #36c;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;

}
.clients{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.clients li {
    margin: 4px 3px;
    list-style: none;
    padding: 9px 21px;
    border-radius: 20px;
    color: #f6655e;
    background: #fff;
}
.clients_header{
    text-align: center;
    color: #132947;
    margin: 19px 4px 0px 0px;
    font-weight: 600;
    padding: 7px 5px 0px 4px;
}

.bg_about {
    background: url(./img/sec1.jpeg);
    background-size: contain;
}
.feature_content{
    font-size: 14px;
    display: none;

}
.view_more {
    text-align: center;
    display: flex;
    padding: 8px 4px;
    border: 1px solid #537ed4;
    width: 120px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 33px;
    cursor: pointer;
    text-decoration: none;
}
.sectionContent.about{
    background-color: #9f2340;
}
.service_item__text {
    font-weight: 400;
    font-size: 20px;
    padding: 0px 20px;
    text-transform: capitalize;
}
.service_itemContent__text{
    font-size: 16px;
    padding: 0px 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    color: rgba(18,41,71,.8);
    line-height: 30px;
    letter-spacing: 0.5px;
}
ul.service_itemContent__text {
    padding: 0px 40px 20px 40px;

}
.bg_whitebox{
    margin: 0px 10px;
    box-shadow: 0 0 20px rgb(154 167 175 / 50%);
    background: #ffffff;
}
.bg_red {
    background: #f7655e;
}
.service {
    display: flex;
    margin: 0px 10px;
    min-height: 452px;
    height: fit-content;
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 20px rgb(154 167 175 / 50%);
}
.banner_text{
    color: #fff;
    background: #9f2340;
    padding: 6px 13px;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 4px;
}
.banner_icon {
    width: 100px;
    background: #fff;
    display: flex;
    margin-right: 10px;;
    box-sizing: content-box;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 20px 8px;
    height: 90px;
    color: #9f2340;
}
.banner_icon_container{
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}
.banner_icon_container img{
    width: 55px;
    height: 55px;
}
.banner .container{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.serviceBlock{
    background: url(./img/gradient_bg.png);
    background-size: 1850px;
    background-repeat: no-repeat;
    background-position: 0px -137px;
}
.mr-20{
    margin-right: 20px;
}

.mb-20{
    margin-bottom: 20px;
}
.mb-60{
    margin-bottom: 60px;
}

.w_50 {
    width: 50%;
}

.w_66{
    width: 66.33%;
}

.w_33{
    width: 33.66%;
}

.w_75 {
    width: 75%;
}

.w_25 {
    width: 25%;
}

.w_40 {
    width: 40%;
}
.w_60 {
    width: 60%;
}

.mw_272{
    max-width: 272px;
}
.w_33 {
    width: 33.3333%;
}

.service_head{
    font-size: 30px;
    font-weight: 700;
}
.sec_head{
    color: #122947;
    font-size: 35px;
    line-height: 46px;
    font-weight: 400;
    margin-top: 0;
    padding-top: 40px;

    /* font-size: 53px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 26px 0px; */
}

.bg_light{
    background-color: #002B3C;
    color: #fff;
}
.c_white {
    color: #ffffff !important;
}

.value_text{
  
    width: 79%;
    font-size: 17px;
    margin: 0 auto;
    color: rgba(18,41,71,.8);
    line-height: 30px;
    letter-spacing: 0.5px;

}
.menuModal{
    height: 100vh;
    width: 100vw;
    background-color: #9f2340;
    position: fixed;
    z-index: 99;
    overflow: hidden;
}



.content_text {
    font-size: 17px;
    margin: 0 auto;
    color: rgba(18,41,71,.8);
    line-height: 30px;
    letter-spacing: 0.5px;   
}
input[type="text"] {
    padding: 10px 15px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 25px;
    color: #fff;
    background: transparent;
}
input[type="submit"] {
    padding: 10px 15px 10px 15px;
    border: 1px solid #f7655e;
    border-radius: 4px;
    line-height: 25px;
    color: #f7655e;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input[type="text"]:focus-visible,
.text_textarea:focus-visible{
    outline: none;
}
.text_email {
    width: 200px;
}

.text_name {
    width: 190px;
}
.text_textarea
{    height: 80px;
    width: 310px;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: transparent;
    line-height: 25px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
  }
  input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
    color: pink;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    color: pink;
  }
  input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    color: pink;
  }
  .notifi_message {
    position: fixed;
    background: #109051;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    right: 0;
    padding: 24px 24px;
    display: flex;
    letter-spacing: 1px;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.header {
    text-align: center;
    padding: 32px;
  }
  
  .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }
  /* responsive */

  @media only screen and (max-width: 600px) {
    .xs-flex-column {
      flex-direction: column;
    }
    .banner_text{
        font-size: 35px;
    }
    .banner {
        width: 100%;
        height: 530px;
        background-repeat: no-repeat;
        background-position: -375px -423px;
        background-image: url(./img/service4.jpeg);
        background-size: 800px;
    }
    .featureSet{

        margin: 0 auto;
        align-items: baseline;
        justify-content: center;
        /* padding-left: 40px; */

    }
    .value_text{
        margin: 0;
        width: 100%;
    }
    .ta_left_xs {
        text-align: left;
    }
    .feature .subHead {
        margin: 0;
        white-space: nowrap;
        padding: 0px 16px;
    }
    .feature{
        display: flex;
        margin-bottom: 60px;
    }
    
    
    .banner_icon {
        width: 75px;
        background: #fff;
        text-align: center;
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        margin-right: 10px;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 10px 8px;
        height: 60px;
        color: #9f2340;
    }
    .banner_icon_container img {
        width: 40px;
        height: 40px;
    }
    .pl-20-xs{
        padding-left: 20px;
    }
    .mt-20-xs{
        margin-top: 30px;
      }
    .xs-block {
        display: block;
    }
    .xs-hide {
        display: none;
    }
    .xs-p0{
        padding: 0px;
    }
    .pr140{
        padding-right: 0px;
    }
    .w_66,
    .w_40, .w_33, .w_60, .w_50 {
        width: 100%;
    }
    .mission_text{
        font-size: 20px;
    }
    .getInTouch{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .text_textarea{
        width: 100%;
    }
    .navbar_mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar_mobile span a {
        color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 23px;
    }

    .navbar_mobile span  {
        color: #fff;
        padding: 20px 1px;
    }
    .menuModal{
        display: flex;
    justify-content: center;
    text-align: center;
    }
    .close {
        position: absolute;
        right: 0;
        padding: 30px 24px;
    }

.bannerbg2 {
    background: url(./img/lobby-condominium-building.jpeg);
    height: 430px;
    background-size: 767px;
    background-position: -230px -10px;
    background-repeat: no-repeat;
}
.mb-60{
    margin-bottom: 20px;
}
  }