.about-hero-section{
    position: relative;

    width: 100%;
    height:68vh;

    background-color:antiquewhite ;

    margin-top: 82px;
    padding: 0;

    margin-bottom: 0;
}

.about-hero-img-div{
    width: 100%;
    height: 100%;
}

#about-hero-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);
}

/*

.about-heading-div{
    position: absolute;
    top: 40%;
    left: 40%; 
}
    */

.about-heading{
    /*margin: 0 0 10px 0;*/
    font-size: 58px;
    font-weight: 700;

    color: #fff;
    text-shadow: 0 0 3px blue;    

    position: absolute;
    top: 50%;
    left: 50%;

    width: 270px;
    height: 70px;
    margin-left: -135px;
    margin-top: -82px;


    text-align: center;
}

/*ABOUT-GRID*/
.about-grid-sec{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.about-parent-div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 0.5fr;

    margin-top: 0;
}

.about-child-1{
    background-color:#f3f5fa;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-child-2{
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-con-div{
    display: flex;
    justify-items: center;
}

.who-we-are-img-div{
    width: 90%;
    padding-left: 110px;
}

.who-we-are-video{
    width: 100%;
}

.mission-img-div{
    width: 90%;
    
    padding-right: 110px;

}

.who-we-are-div{
    align-self: center;
    padding-right: 110px;
}

.mission-div{
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-right: 110px;

    padding-left: 110px;
}

/*
.about-imgs{
    width: 100%;
    object-fit: cover;

    border-radius: 10%;
    border: 2px solid #37517e;
}

.about-cont-heading{
    font-weight: 550;
    font-size: 30px;
    color: #37517e;
}

.about-cont-para{
    font-size: 15px;
    color: #848484;
}

.why-us-btn{
    text-align: center;
}
*/
/*END OF ABOUT GRID*/

/*****************************************************************************************/
/*ABOUT-CONTENT-STYLING*/

/*Who we are Styling*/

/*
.who-we-are-sec{
    background-color:#f3f5fa; 
}
*/
.more-about-us{
    background-color:#f3f5fa;
}

.more-about-us-div{
    display: flex;
    flex-direction: row;

    padding-right: 110px;
}

.child-about-con-divs{
    width: 60%;
    padding-left: 70px;
}

/*
.about-con-divs{
    display: flex;
    flex-direction: row;

    
    align-items: center;
    

    padding-left: 110px;
    padding-right: 110px;
    margin-top: 50px;
    margin-bottom: 50px;
}
*/

.about-size-img-div{
    width: 40%;
}

/*
.about-imgs{
    width: 90%;
    object-fit: cover;

    border-radius: 10%;
    border: 2px solid #37517e;
}
    

.about-cont-heading{
    font-weight: 550;
    font-size: 30px;
    color: #37517e;
}
    

.about-cont-para{
    font-size: 14px;
    color: #848484;
}
    

.mission-sec{
    background-color: white;
}
*/
    

.why-us-btn{
    text-align: center;
}

@media (max-width: 1024px) {
.more-about-us-div{
    flex-direction: column;
    align-items: center;

    gap: 50px;
    padding: 0;
}

.child-about-con-divs{
    width: 80%;
}

.about-size-img-div{
    width: 80%;
}
}
/*****************************************************************************************/




