/*--------------- About us Banner css start ---------- */

.subBanner_bg{
    background-image: url(../images/aboutus/about-banner.webp);
    margin-top: 103px;
    padding: 5.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.subBanner-txt{
    padding: 50px;
}
.subBanner-txt h1{
color: white;
}

/*--------------- About us Banner css end ---------- */

/*--------------- About Company css start ---------- */

.about-company-txt h2{
    margin-bottom: 20px;
}
.about-company-txt p{
    margin-bottom: 8px;
    color: #888787;
}
.company-img img{
    margin-top: 7rem;
}
.company-img video{
    border: 10px solid #B97B39;
    padding: 4px;
    border-radius: 5px;
}
.company-img{
    padding-left: 1.5rem;
}
/* .laptopscreen, .img1{
    display: none;
} */


/*--------------- About Company css end ---------- */

/*--------------- Mission Vision css start ---------- */

.mission-container{
    background-image: url(../images/aboutus/mission-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.mission-row{
    margin-top: 2rem;
}
.mis-txt h2, p, h5{
    color: white;
}
.mis-txt h4{
    color: #EB352D;
}
.vision-row{
    margin-top: 5rem;
}
/* .vis-img{
    margin-top: 2rem;
} */

/*--------------- Mission Vision css end ---------- */
