.aboutSectionContent{
    color: #000;
}
section.aboutUsSection {
    /*background: #151515;*/
    color: #ffffff;
    padding: 65px 0px 60px;
    position: relative;
}

.aboutSectionContent h2 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4em;
}

.aboutSectionContent p {
    margin-bottom: 1.6em;
    line-height: 34px;
}

section.ourServicesSection {
    /*background-image: url(../images/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    padding: 60px 0px;
    position: relative;
    background: #252362;
}

.SectionHeadingWrap h3 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 60px;
    color: #000;
    position: relative;
}

.service-box {
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    padding-top: 60px;
    position: relative;
    min-height: 270px;
    border: 1px #000000 solid;
    margin-bottom: 70px;
}

.icon {
    background: #af2d4a;
    width: 80px;
    padding: 20px;
    border-radius: 40px;
    position: absolute;
    top: -41px;
    left: 30px;
}

.service-h1 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
}

.service-box2 {
    background: #fff;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    padding-top: 60px;
    position: relative;
    min-height: 270px;
    border: 1px #000000 solid;
    margin-bottom: 70px;
}

.icon img {
    max-width: 100%;
}

.service-box p, .service-box2 p {
    color: #000;
    margin: 30px 0px;
    line-height: 32px;
}

section.howWeDoIt {
    /*background: #000000;*/
    padding: 65px 0px 60px;
}

.how-box {
    width: 100%;
    background: #b72e48;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    min-height: 150px;
    margin-bottom: 30px;
}

.how-box2 {
    width: 100%;
    background: #b72e48;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    min-height: 150px;
    margin-bottom: 30px;
}

.how-h1 {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}

.how-box p, .how-box2 p {
    color: #ffffff;
    margin: 16px 0px 0px;
}
.servicesPageSec .service-box, .servicesPageSec .service-box2 {
    text-align: center;
}
section.ourServicesSection.servicesPageSec .icon {
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width:991px) {
    .aboutImageWrapper {
        margin-top: 15px;
    }
}

@media(max-width:667px) {
   /* .orderSet1 {
        background: #151515 !important;
    }
    .orderSet2 {
        background: #df4a0f !important;
    }*/
    .bannerWrapper h1 {
        font-size: 40px;
        text-align: center;
        color: #ffffff;
        line-height: 49px;
        font-weight: 300;
        max-width: 700px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    section.bannerBoxWrap {
        padding: 200px 0px 100px;
    }
}
@media(max-width: 1024px){
    .bannerWrapper h1{
        font-size: 35px;
    }
    .how-h1{
        font-size: 22px;
    }
    .service-h1 {
        font-size: 25px;
    }
}
@media(max-width: 991px){
    .bannerWrapper h1 {
        font-size: 30px;
    }
    section.bannerBoxWrap{
        padding: 140px 0;
    }
}
@media(max-width: 767px){
    .bannerWrapper h1 {
        font-size: 25px;
    }
}
@media(max-width: 575px){
    .bannerWrapper h1 {
        font-size: 22px;
        max-width: 65%;
        line-height: 30px;
    }
}
@media(max-width: 575px){
    section.bannerBoxWrap {
        padding: 90px 0;
    }
}