* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


/* head */
.about-us {
    background-color: var(--indigo-lightest);
}

.about-us p a {
    text-decoration: none;
    color: black;
    font-size: 17px;
}

.about-us h4 {
    font-size: 46px;
    color: black;
    font-weight: bold;
}

@media (max-width: 992px) {
    .about-us h4 {
    font-size: 44px;
}
}

@media (max-width: 768px) {
      .about-us h4 {
    font-size: 38px;
}  
}

@media (max-width: 576px) {
       .about-us h4 {
    font-size: 34px;
} 
}

@media (max-width: 400px) {
        .about-us h4 {
    font-size: 30px;
}
}

/* head */

/* our-overview */

.our-overview .img {
    background-image: url(about1\ \(1\).webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

@media (max-width: 992px) {
    .our-overview .img {
        background-image: url(about1\ \(1\).webp);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100vh;
        position: relative;
    }
}

.our-overview h3 {
    font-size: 46px;
    color: black;
    line-height: normal;
}

.our-overview p {
    font-size: 20px;
    color: gray;
}

.our-overview .d-flex span {
    font-size: 24px;
    font-weight: 700;
    color: black;
}


.our-overview .award-tag {
    max-width: 250px;
    text-align: center;
    background-color: var(--indigo-medium);
    padding: 25px;
    color: white;
    position: absolute;
    right: 0;
    bottom: 0%;
    border-top: 10px solid white;
    border-left: 10px solid white;
    border-bottom: 10px solid white;
}

.our-overview .award-tag span {
    color: white;
    line-height: normal;
    margin-bottom: 20px;
}

.our-overview .award-tag p {
    color: white;
    line-height: normal;
}

@media (max-width: 992px) {
    .our-overview h3 {
    font-size: 44px;
}
.our-overview p {
    font-size: 19px;
}
}

@media (max-width: 768px) {
    .our-overview h3 {
    font-size: 38px;
}
.our-overview p {
    font-size: 18px;
}
}

@media (max-width: 576px) {
    .our-overview h3 {
    font-size: 34px;
}
.our-overview p {
    font-size: 17px;
}
}

@media (max-width: 400px) {
    .our-overview h3 {
    font-size: 30px;
}
.our-overview p {
    font-size: 16px;
}
}

/* our-overview */


/* content */

.content img {
    border-radius: 30px;
}

.content h3 {
    font-size: 46px;
    line-height: normal;
}

.content p {
    font-size: 20px;
}

@media (max-width: 992px) {
    .content h3 {
    font-size: 44px;
}
.content p {
    font-size: 19px;
}
}

@media (max-width: 768px) {
    .content h3 {
    font-size: 38px;
}
.content p {
    font-size: 18px;
}
}


@media (max-width: 576px) {
    .content h3 {
    font-size: 34px;
}
.content p {
    font-size: 17px;
}
}

@media (max-width: 400px) {
    .content h3 {
    font-size: 30px;
}
.content p {
    font-size: 16px;
}
}

/* content */


/* Why Choose us */

.why-Choose-us {
    background-color: var(--indigo-lightest);
}

.why-Choose-us h3 {
    font-size: 46px;
    line-height: normal;
}

.why-Choose-us .left-box span {
    font-size: 24px;
    font-weight: 900;
    color: white;
}

.why-Choose-us .left-box p {
    font-size: 15px;
    color: lightgray;
    margin-top: 5px;
}

.why-Choose-us .left-box h6 {
    font-size: 16px;
    font-weight: 100;
    color: lightgray;
    margin-top: 5px;
}

.why-Choose-us .right-box>div {
    background-color: var(--indigo-medium);
}

.why-Choose-us .right-box span {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.why-Choose-us .right-box P {
    font-size: 16px;
    color: lightgray;
}

.why-Choose-us .img {
    background-image: url(choose-us.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

@media (max-width: 992px) {
    .why-Choose-us .img {
        background-image: url(choose-us.webp);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 50vh;
        position: relative;
    }

    .why-Choose-us h3 {
    font-size: 44px;
}
}


@media (max-width: 768px) {
    .why-Choose-us h3 {
    font-size: 38px;
}
.why-Choose-us p {
    font-size: 18px;
}
}


@media (max-width: 576px) {
    .why-Choose-us h3 {
    font-size: 34px;
}
.why-Choose-us p {
    font-size: 17px;
}
}

@media (max-width: 400px) {
    .why-Choose-us h3 {
    font-size: 30px;
}
.why-Choose-us p {
    font-size: 16px;
}
}

/* Why Choose us */


/* our members */

.our-members h3 {
    font-size: 46px;
    line-height: normal;
    color: black;
}

.our-members .card {
    border: none;
    box-shadow: none;
}

.our-members .content {
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 10px 100px 10px 20px;
    border: none;
    box-shadow: none;
}

.our-members .content .content-text {
    display: inline-block;
    width: 100%;
}

.our-members .content .linkdin {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 15px;
    background-color: var(--indigo-base);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-members .content span {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.our-members .content p {
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .our-members h3 {
    font-size: 44px;
}

}


@media (max-width: 768px) {
    .our-members h3 {
    font-size: 38px;
}
}


@media (max-width: 576px) {
    .our-members h3 {
    font-size: 34px;
}
}

@media (max-width: 400px) {
    .our-members h3 {
    font-size: 30px;
}
}

/* our members */


/* consultation-support */

.consultation-support {
    background-color: var(--indigo-light);
    margin-bottom: -150px;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.consultation-support h3 {
    font-size: 46px;
    line-height: normal;
    color: black;
}

.consultation-support Button {
    background-color: var(--indigo-base);
    color: white;
    font-size: 20px;
}

.consultation-support Button:hover {
    background-color: var(--indigo-base);
    color: white;
    font-size: 20px;
}

@media (max-width: 992px) {
    .consultation-support h3 {
        font-size: 44px;

    }
}

@media (max-width: 768px) {
    .consultation-support h3 {
        font-size: 38px;

    }
}

@media (max-width: 576px) {
    .consultation-support h3 {
        font-size: 34px;

    }
}

@media (max-width: 400px) {
    .consultation-support h3 {
        font-size: 28px;

    }
}

/* consultation-support */

@media (max-width: 992px) {
    h3 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 32px;
    }
}

@media (max-width: 400px) {
    body h3 {
        font-size: 26px;
    }
}


/*staticpages-content */

.staticpages-content h3 {
    font-size: 46px;
    color: black;
    line-height: normal;
}

.staticpages-content p {
    font-size: 18px;
}

.staticpages-content h4 {
    font-size: 26px;
    color: black;
    line-height: normal;
    margin-top: 30px;
}

@media (max-width: 992px) {
    .staticpages-content h3 {
    font-size: 44px;
}
}

@media (max-width: 768px) {
    .staticpages-content h3 {
    font-size: 38px;
}
}

@media (max-width: 576px) {
    .staticpages-content h3 {
    font-size: 34px;
}
}

@media (max-width: 400px) {
    .staticpages-content h3 {
    font-size: 30px;
}
}

/*staticpages-content */