.about-style {
    background-image: url(images/Path\ 104.svg);
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.abt {
    position: fixed;

}


.abt header {
    height: 15vh;
}

.abtmain {
    height: 85vh;
    display: flex;
    /* overflow: hidden; */
}

.abthead {
    height: 100px;
    /* UI Properties */
    font: normal normal 300 23px/60px "Poppins", sans-serif;
    font-weight: 300;
    font-size: 50px;
    /* font: normal normal 300 61px/91px var(--unnamed-font-family-poppins);   
    font: normal normal 300 61px/91px Poppins; */
    letter-spacing: 1.83px;
    color: #09469C;
    opacity: 1;
}

.abtcontent {
    height: 100%;
    left: 0px;
    /* UI Properties */
    font: normal normal 300 23px/34px "Poppins", sans-serif;
    letter-spacing: 0.69px;
    color: #000000;
    font-size: 20px;
    overflow-y: auto;
    margin-bottom: 200px;
}

.contact-items .abtcontent {
 margin-bottom: 80px;
}

.points {
    color: #5D5D5D;
}

.log {
    width: 145px;
    position: relative;
    top: 30px;

}


.newcontainer-item {
    width: 90%;
    margin: auto;
    /* z-index: 4; */
}


.Overflow {
    overflow: scroll;
    height: 100vh;
    width: 100vw;

}

.about-content {
    height: 60vh;
    overflow-y: auto;
}

.col-7 {
    text-align: left;
    position: relative;
}

.bold {
    font-weight: bold;
}

.abtimg {
    /* position: relative; */
    /* top: 60px; */
    /* left: 10vh; */
    width: 100%;
    max-width: 400px;
    /* background-size: cover; */
    /* UI Properties */
    opacity: 1;
}

.abt-img-wrapper {
    display: flex;
    align-items: end;
    min-width: 40vw
}


@media only screen and (min-width:1400px) {
    .abtmain .abtimg {
        width: 90%;
        max-width: 500px
    }
}

@media only screen and (min-width:1500px) {
    .abtmain .abtimg {
        width: 90%;
        max-width: 600px
    }
}

@media only screen and (max-width:1300px) {
    .abthead {
        font: normal normal 300 23px/34px "Poppins", sans-serif;
        font-size: 45px;
    }
}




@media only screen and (max-width: 767px) {

    /* .abt-content-wrapper{
        padding-bottom: 130px;
    } */
    .newcontainer2 {
        /* width: 70%; */
        margin: auto;

    }

    .active1 .search-item {
        position: fixed;
        width: 100%;
        height: 80px;
        right: 90px;
        display: none;
        color: #fff;
        font-size: 17px;
        /* background-color: #752d2d; */
    }

    .homeindex {
        background-image: none;
        position: static;
        display: flex;
        justify-content: center;
    }

    .newcontainer {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .abtimg {
        position: static;
        /* width: 70vw; */
        display: flex;
        justify-content: center;
        background-size: cover;
        /* UI Properties */
        opacity: 1;
        top: 50px;
    }

    .aboutimg {
        width: 100%;
        top: 50px;
        display: flex;
        top: 50px;
        position: static;
        justify-content: center;

    }

    /* .Overflow{
        top: 50px;
    } */
    .abthead {
        position: relative;
        left: 10px;
        display: flex;
        font-size: medium;
        height: 1%;
        /* UI Properties */
        /* font-family: Poppins;
        font-weight: 300; */
        font: normal normal 300 23px/34px "Poppins", sans-serif;
        font-weight: 300;
        font-size: 30px;
        top: 10px;
        /* font: normal normal 300 30px/60px Poppins; */
        letter-spacing: 1.83px;
        color: #09469C;
        opacity: 1;
        min-width: 50%;
        max-width: 100%;
        position: relative;
        width: 100%;


    }

    .abtcontent {
        height: 100%;
        left: 0px;
        /* UI Properties */
        font: normal normal 300 23px/34px "Poppins", sans-serif;
        letter-spacing: 0.69px;
        color: #000000;
        font-size: 20px;
        overflow-y: auto;
        margin-bottom: 200px;
    }
    .abtmain {
        flex-direction: column;
    }


    .abt header {
        height: 20vh;

    }

    .abtmain {
        height: 80vh;
        display: flex;

        /* overflow: none; */
    }
/* 
    .blank {
        height: 100px;

    } */

    .logosession {
        display: flex;
        justify-content: center;

    }

    .about-style {
        background-image: none;
    }
    .abtmain{
        position:relative
    }

    .about-style-mobile {
        background-image: url(Images/about\ mobile.svg);
        position: absolute;
        z-index: -1;
        top: 50px;
        left: -50px;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
       
    }

    .about-content {
        height: 100%;
    }

    .abtcontent {
        margin-bottom: 0px;
    }

    /* .about-index .blank {
        height: 80px;
    } */
    .abtcontent {
        height: auto;

    }
    .abtcontent {
        /* min-height: calc(100vh + 80px); */
     margin-bottom: 160px;
      }
   

}

.mailto {
    text-decoration: none;
    color: #000000;
}

.about-index .about-content {
    height: 55vh;
    overflow-y: auto;
}
.blanks-item{
    height: 60px;
}
@media only screen and (min-width: 768px) {
    .blank-content {
        height: 100px
    }
    
   
    
}
@media only screen and (max-width: 768px) {
    .about-container .abtcontent {
        min-height: max-content;
        margin-bottom: 160px;
    }
    .about-index .about-content {
        height: auto;
        overflow-y: auto;
    }
    .blanks-item{
        display: none;
    }


}

@media (min-width: 768px) and (max-width: 1199px) {
    .abt header      { height: 12vh; }
    .abtmain         { height: 88vh; }
    .abt-img-wrapper { min-width: 35vw; }
    .about-content   { height: auto; min-height: 50vh; }
    .abthead         { font-size: 40px; }
}




