*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ------------ About Us page CSS start ------------ */

section.influencer-about {
    background-image: url(../img/about-us-sec-1-bg.jpg);
}

section.influencer-about .young-minds-img img {
    width: 100%;

}

section.influencer-about .young-minds-heading .heading h1 {
    color: #ffffff;
    text-align: center;
}

section.influencer-about .col-lg-6 {
    position: relative;
}

section.influencer-about .young-minds-img {
    padding-right: 35px;
}

section.influencer-about .young-minds-pera {
    padding-left: 50px;
}

section.influencer-about .col-lg-6:nth-child(1)::before {

    background-image: none;

}

section.influencer-about .col-lg-6:nth-child(2)::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../img/about-us-divider.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

section.influencer-about .young-minds-pera {
    position: relative;
    color: #ffffff;
    z-index: 1;
}

section.influencer-about .young-minds-pera .young-minds-points {
    display: flex;
    align-items: center;
}

section.influencer-about .young-minds-pera .young-minds-points p {
    margin-bottom: 0px;
    margin-left: 20px;
    position: relative;
    padding-left: 10px;
}

section.influencer-about .young-minds-pera .young-minds-points img {
    width: 30px;
}

section.influencer-about .young-minds-heading .heading h1 {
    color: #000000;
}

section.influencer-about .young-minds-pera p {
    color: #000000;
}

section.influencer-about .col-lg-6:nth-child(2)::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../img/about-us-divider.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

section.mission_vision {
    background-image: url(../img/vision-mission-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.mission_vision .bridge_pera p {
    color: #ffffff;
    margin-top: 30px;
}

section.mission_vision .bridge_icon img {
    width: 140px;
    /* opacity: 0.2; */
    transition: .3s all ease-in-out;
}

section.mission_vision .bridge_heading h3 {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

section.mission_vision .bridge_wrp {
    border: 1px solid #f8f8ff;
    padding: 30px;
    height: 540px;
    overflow: hidden;
    background-color: #1c46a1;
}

section.mission_vision .bridge_big img {
    width: 100%;
    object-fit: cover;
    height: 610px;
}


section.inner_banner .inner_banner_wrp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.inner_banner .inner_banner_wrp img {
    width: 100%;
}

section.inner_banner .inner_banner_wrp .heading {
    position: absolute;
    margin-bottom: 0;
}


/* ------------ About Us page CSS end ------------ */