.about-us {
    background-image: url("../images/contact-us.jpg");
    background-size: cover;
    background-position: center center;
    height: auto;
    padding-top: 224px;
    position: relative;
}
.about-us::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.about-us-inner {
    position: relative;
    text-align: center;
}
.about-us-inner p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 35px;
}
.about-us-inner a {
    display: inline-block;
    color: #FFF;
    font-family: 'latoitalic';
    padding: 10px 40px;
    font-size: 14px;
    border: 1px solid #ec640c;
    text-decoration: none;
}
.about-us .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center; 
}
.about-us-inner a:hover {
    background-color: #ec640c;
    color: #fff;
}
.why-us{
    padding:47px 70px;
}

.why-box{
      margin: 0.5rem 0;
    padding: 1rem 1rem;
    background: #fff;
        height: 286px;

}
.why-box .icon {
width: 4rem;
height: 4rem;
display: flex;
justify-content: center;
align-items: center;
background: #ec640c;
color: #fff;
border-radius: 100%;
font-size: 1.5rem;
margin: 0.5rem auto;
}

.why-box .title {
font-weight: 400;
text-transform: uppercase;
margin: 1rem 0;
position: relative;
font-size: .9rem;
}
.why-box .title span {
background: #fff;
display: inline-block;
padding: 0 0.4rem;
z-index: 2;
position: relative;
}   

.why-box .title:after {
content: " ";
position: absolute;
top: 50%;
height: 1px;
left: 0;
width: 100%;
background: #926b34;
z-index: 1;
opacity: .5;
}

.why-box p {
font-size: 16px;
line-height: 29px;
}

.why-sec{
padding:0 20px;
}
.why-us h2{
color:#fff;
}

.team-sec .col-md-8{
    padding: 55px;
text-align: left;
}

.team-sec .col-md-4{
padding-right: 55px;
padding-top: 38px;
}
.team-sec h2,h5{
color: #fff;
}

.awards{
padding: 47px 70px;
}
.awards h2{
    color: #fff;
    padding-bottom: 20px;
}
.about-us-inner .card .card-body p {
color: #fff;
font-size: 16px;
margin-bottom: 30px;
line-height: 24px;
height: 70px;
}




.team-sec h5{
text-align: left; 
font-size: 18px;
}
.copyright {
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}
.rera-strip {
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
}
.rera-strip ul {
    list-style: none;
    text-align: center;
}
.rera-strip ul li {
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #fff;
    width: auto;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
} 
.rera-strip ul li:last-child {
    border-right: 0;
}


/* RESPONSIVE CSS STARTS HERE */
@media only screen and (max-width:991px) {
    .about-us {
        height: auto;
    }
    .rera-strip {
        position: relative;
        margin: 20px 0 0 0;
    }

}
@media only screen and (max-width:767px) {
    .about-us-inner p {
        font-size: 18px;
        line-height: 30px;
    }
    .why-us {
padding: 47px 24px;
}


}
@media only screen and (max-width:575px) {
    .about-us-inner p {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }
    .rera-strip ul li {
        border-right: none;
    }


}