.about_us {
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
}

.aboutUs-heading-div {
    padding: 45px;
    background-color: #032842;
    color: white;

}

.aboutUs-heading {
    font-weight: bold;

    font-size: 45px;

}

.aboutUs-sub-heading-div {
    margin-top: 50px;

}

.aboutUs-sub-heading {
    font-weight: bold;
    font-size: 30px;
}

.aboutUs-sub-para-div {
    margin-top: 10px;
    padding-right: 20px;
}

.aboutUs-sub-para {
    line-height: 2;
    font-size: 20px;
    /* letter-spacing: 2px; */
}

.aboutUs-sub-para-bold {
    font-weight: bold;
}

.team {
    padding-top: 60px;
    padding-bottom: 50px;


}

.team-heading-div {}

.team-heading {

    font-weight: bold;
}

.team-para-div {
    margin-top: 15px;
}
 
.team-para {
    font-size: 20px;
}

.team-member {
    margin-top: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    /* flex-wrap: wrap;
    justify-content: space-evenly; */
}



.individual-member {
    margin-top: 10px;
}
.individual-member p:first-child {
    margin-bottom: 5px;
}

.member-para {
    font-size: 20px;
}

.member-designation {
    font-size: 18px;
}

.card {
    /*border-top: 10px solid #F7F7F7 !important;*/
    /*border-left: 5px solid #F7F7F7 !important;*/
    /*border-right: 5px solid #F7F7F7 !important;*/
    /*width: 200px;*/
    margin: 0 auto;
}

.about_us_banner_image_div {
    height: 47vh;
}

.about_us_banner_image {
    object-fit: cover;
    height: 100%;

    width: 100%;
}

.individual-member-div{
    display: flex;
    width: 100%;
   
}
.image-div{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-div1{
    width: 50%;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-div2{
    width: 50%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-div1 p{
    text-align: justify;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}
.about-div2 p{
    text-align: justify;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}
.read-more-btn{
    font-size: 14px;
    color: #980804;
    border: 1px solid #980804;
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    transition: display 0.5s ease-in-out;
}
.moreText{
    display: none;
}
.text.show-more .moreText{
    display: inline;
}

.text.show-more .dots{
    display: none;
}


@media only screen and (max-width: 1550px) and (min-width: 1191px) {
    .about_us_banner_image_div {
        height: 40vh;

    }

    .aboutUs-heading-div {
        padding: 35px;
    }

    .aboutUs-heading {
        font-size: 35px;
    }

    .aboutUs-sub-heading-div {
        margin-top: 40px;

    }

    .aboutUs-sub-heading {

        font-size: 28px;
    }

    .aboutUs-sub-para {
        line-height: 1.8;
        font-size: 17px;

    }

    .team-heading {

        font-size: 28px;
    }


    .team-para {
        font-size: 18px;
    }

    .member-para {
        font-size: 18px;
    }

    .member-designation {
        font-size: 16px;
    }

}

@media screen and (max-width: 1190px) {
    .aboutUs-heading-div {
        padding: 30px;
    }

    .about_us_banner_image_div {
        height: 35vh;

    }

    .aboutUs-heading {
        font-size: 32px;
    }

    .aboutUs-sub-heading-div {
        margin-top: 20px;

    }

    .aboutUs-sub-heading {

        font-size: 25px;
    }

    .aboutUs-sub-para {
        line-height: 1.8;
        font-size: 16px;

    }



}

@media screen and (max-width: 992px) {
    .image-div{
        width: 40%;
        
    }
    .about-div1{
        width: 60%;
        
    }
    .about-div2{
        width: 60%;
       
    }
}

@media (max-width: 1035px) and (min-width: 768px) {
    .about_us_banner_image_div {
        height: 33vh;

    }
    
}

@media only screen and (max-width: 767px) {



    .aboutUs-heading-div {
        padding: 30px;
    }


    .aboutUs-heading {
        font-size: 30px;
    }

    .aboutUs-sub-heading-div {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .aboutUs-sub-heading {

        font-size: 25px;
    }

    .aboutUs-sub-para-div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .aboutUs-sub-para {
        line-height: 1.8;
        font-size: 16px;

    }

    /* .about_us_banner_image_div {
        height: 45vh;

    } */



    .team-heading {
        font-size: 25px;
    }

    .team-para-div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .team-para {
        font-size: 18px;
    }

    .member-para {
        font-size: 17px;
    }

    .member-designation {
        font-size: 14px;
    }
    .individual-member-div:nth-child(odd){
        flex-direction: column;
    }
    .individual-member-div:nth-child(even){
        flex-direction: column-reverse;
    }
    .image-div{
        width: 100%;
        

        
    }
    .about-div1{
        width: 100%;
        padding-right: 0px;
        
    }
    .about-div2{
        width: 100%;
        padding-left: 0px;
       
    }
}




/* iPad Air */
/* @media only screen and (width: 820px) and (max-height: 1180px) and (-webkit-min-device-pixel-ratio: 2) {
    .about_us_banner_image_div {
        height: 31vh;

    }
} */

/* iPad Mini */
/* @media only screen and (width:768px) and (max-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .about_us_banner_image_div {
        height: 34vh;

    }
} */


/* Surface Pro 7 */
/* @media only screen and (width:912px) and (max-height: 1368px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .about_us_banner_image_div {
        height: 24vh;

    }
} */

/* Nest Hub */
/* @media only screen and (min-width:912px) and (max-height: 600px) {
    .about_us_banner_image_div {
        height: 51vh;

    }
} */

/* @media only screen and (min-width:1280px) and (max-height: 800px) {
    .about_us_banner_image_div {
        height: 38vh;

    }

} */

/* iPad Pro */
/* @media only screen and (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .about_us_banner_image_div {
        height: 25vh;

    }
} */

/* Nest Hub */
/* @media only screen and (width: 1024px) and (height: 600px) {
    .about_us_banner_image_div {
        height: 40vh;

    }
} */