
.container{
    overflow: hidden;
}

.bgimg{
    background: hsl(206.67deg 5.45% 96.82%);
}

/* uppernav */
.uppericon-ul img:hover {
    filter: drop-shadow(1px 1px 1px #666);
}

.uppernav-ul li a {
    color: black;
    background: none;
}

.uppernav-ul img {
    filter: none;
}

.uppericon-ul img {
    filter: none;
}

.nav-ul {
    margin: 11px;
}

.nav-ul li a {
    color: black;
    background: none;
}


/* first section */

.background {
    background: url(../img/aboutimg/bg.jpg);
    background-size: cover;
    background-position: 0px;
    background-repeat: no-repeat;

}

.first-section-small-heading h3 {
    font-size: 14px;
  }

.about-first-section-main {
    margin: auto;
    padding: 0px 27px;
    height: 62.3vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #00000038;
    font-family: "Manrope", sans-serif;
}


/* second section */

.about-section-second {
    max-width: 94%;
    overflow: hidden;
}

.section-second {
    max-width: 94%;
    margin: 100px auto;
}

.paras {
    padding-left: 10px;

}

.paras2 {
    background: #afbfd045;
    border-radius: 9px;
    transition: all 1s ease;

}

.paras2:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgb(205 239 242) 0px 10px 10px !important;

}

.paras2:hover .thumbnail img{
    border-radius: 122px;
}




/* third section */

.about-section-third {
    max-width: 94%;
    margin: 100px auto;
}

.second-sec-div1 {
    padding: 6px;
}

.thumbnail {
    text-align: end;
}

.thumbnail img {
    width: 225px;
    margin: 12px 14px;
    margin-top: 0;
    border-radius: 7px 55px;
    transition: border-radius 1.5s ease;
}

.bothimg-text {
    display: flex;
    align-items: center;
}

/* fourth section */

.about-ul li {
    display: flex;
    font-size: 18px;
    margin: 12px 0;
    flex-direction: column;
    padding: 16px;
    background: #f5faff;
}

.about-ul li span {
    color: #36c;
    padding: 7px 0;
    background: #cdeff2;
    margin-right: 6px;
    font-size: 21px;
    font-weight: 900;
}

.about-ul li p {
    color: #202122;
    font-family: sans-serif;
    word-wrap: break-word;
    line-height: 1.7;
}


/* For mobile */
@media only screen and (max-width: 709px) {
    .uppernavbar{
        border-bottom: 2px solid hsl(220deg 69.8% 74.41%);
}

    .bothimg-text {
        flex-direction: column;
    }

    .about-ul li {
        flex-direction: column;
    }

    .about-ul li span {
        width: auto !important;
        margin: 5px 0;
        margin-right: 6px;
        font-size: 16px;
        border-right: none;
    }

    .about-ul li p {
        width: auto;
        font-size: 15px;
    }

    .bar1,
    .bar2,
    .bar3 {
        background-color: hsl(220deg 60% 50% / 76%) !important;
    }

    /* section section */

    .section-second {
        max-width: 100%;
    }

    .paras {
        padding: 10px;
    }

    .second-sec-div1 {
        padding: 6px;
    }

    .thumbnail {
        text-align: center;
    }

    .thumbnail img {
        width: 60%;
        margin: 5px 0px;
    }




}