body
{
    /* overflow: hidden; */
    overflow-x: hidden;
    font-family: 'Playfair Display', sans-serif;
}

.aboutus-section1{
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
}

.aboutus-section1-text{
    margin-top: 30px;
    width: 38%;
    text-align: justify;
}

.aboutus-section1-title{
    font-size: 2.3em;
    font-family: 'Oli Grotest', 'Georgia', serif; 
    padding-bottom: 30px;
}

.aboutus-section1-content{
    font-size: 1em;
}

.aboutus-section1-image{
    overflow: hidden;
    margin-bottom: 1%;
}

.aboutus-section1-img{
   
    border-radius: 50%;
    position: relative;
    margin-top: -23%;
    margin-bottom: 8px;
    right: -9%;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(34, 97, 169);
    padding: 20px;
}

.aboutus-section2{
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
}

.aboutus-section2-content2
{
    font-size: 1em;
    text-align: justify;
    
}

.aboutus-section3
{
    margin-bottom: 5%;
    margin-top: 5%;
}

.aboutus-section3-bgimg
{
    /* background-color: rgb(34, 97, 169); */
    /* background-color: black; */
    /* background-image: url("https://dummyimage.com/1500x500/000/fff"); */
    /* height: 500px; */
    /* max-width: 1420px; */
    width: 100%;
    /* background-size: cover;
    background-repeat: no-repeat; */
    /* padding-top: 10px; */
    /* background-position: center; */
    /* margin-top: 30px; */
    position: relative;
    z-index: -1;
}

.bgimg{
    width: 100%;
}

.aboutus-section3-card1
{
    position: relative;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: -11%;
    
    z-index: 1;
}

.card
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: -1px 7px 14px 1px #5a5a5a2b;
}

.card-body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.card1-content
{
    width: 20%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

.card1-content-titles
{
    font-size: 1.3em;
    font-weight: bold ;
}

/* .vrline{
    padding-top: 5px;
} */

hr{
    display: none;
}

.vr{
    color: black;
    width: 2px; 
    opacity: 100%;
    height: 100%;
}

.ourmission-content,
.ourvision-content,
.ourvalues-content,
.businessgoal-content
{
    font-size: 1em;
}

@media only screen and (max-width: 1038px)
{

    .card1-content
    {
        width: 40%;
        margin-bottom: auto;
    }

    /* .aboutus-section3{
        margin-bottom: 120px;
    } */

    hr
    {
        /* display: flex; */
        width: 95%;
        display: block;
        margin: 0 0 1em 0;
    }

    .hr_ov
    {
        display: none;
    }

    .vrline{
        display: none;
    }

    .card-body{
        display: flex;
        justify-content: center;
    }

    .aboutus-section3-card1
    {
        margin-bottom: 400px;
    }

}

@media only screen and (max-width: 1000px) 
{
    .aboutus-section3-bgimg
    {
        display: none;
    }

    .aboutus-section3-card1
    {
        margin: 0px;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        position: static;
    }
    
}

@media only screen and (max-width: 1280px)
{
    .aboutus-section1-image
    {
        display: none;
    }

    .aboutus-section1{
        margin-left: 20px;
    }
    .aboutus-section2{
        margin-left: 20px;
    }
    .aboutus-section1-text
    {
        width: 100%;
        margin-right: 20px;
        line-height: 28px;
    }

    .aboutus-section2-content2
    {
        line-height: 28px;
    }

}


@media only screen and (max-width: 742px)
{

    .card1-content
    {
        width: 100%;
    }

    .vr{
        display: none;
    }

    .hr_ov{
        width: 95%;
        display: block;
        margin: 0 0 1em 0;
    }
}

@media only screen and (max-width: 380px)
{
    .aboutus-section1-title 
    {
        font-size: 2.2em;
    }
}