@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* :root {
    --color: rgb(100, 154, 201);
    --white: white;
    --red: rgb(77, 194, 107);
    --light: rgb(218, 218, 218);
    --gray: rgb(179, 179, 179);
    --black: black;
    --light-blue: rgb(252, 243, 240);
} */

body {
    background-image: none;
}

header {
    width: 100%;
    height: 70vh;
    background-image: url(../IMAGES/BANNER/BBBB.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
}

.home-about {
    height: auto;
}

.home-about-title {
    position: relative;
}


.about-circle {
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: var(--color);
    border-radius: 50%;
    right: 0;
    bottom: 8%;
    opacity: 80%;
    z-index: -1;
    animation: 3s about-circle-1 infinite ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

@keyframes about-circle-1 {
    0% {
        transform: translateY(-0px);

    }

    50% {
        transform: translateY(-10px);

    }

    100% {
        transform: translateY(-0px);

    }
}

.about-circle-1 {
    width: 17px;
    height: 17px;
    position: absolute;
    background-color: var(--red);
    border-radius: 50%;
    right: 8%;
    opacity: 50%;
    z-index: 6;
    bottom: 0;
    animation: 4s about-circle-2 infinite ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

@keyframes about-circle-2 {
    0% {
        transform: translateY(-0px);

    }

    50% {
        transform: translateY(-10px);

    }

    100% {
        transform: translateY(-0px);

    }
}

.about-img-container img {
    transition: all 1s;

}

.home-about .about-img-container {
    border-radius: 50%;
    border: 5px solid var(--red);

}

.home-about .about-img-container img {
    border-radius: 50%;
}

.about-img-container img:hover {
    transform: scale(1.3);
    transition: all 1s;
}

.about-social-links {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding: 3%;
}

.about-social-links a i {
    color: var(--color);
    font-size: 25px;
    padding: 3%;
    transition: 1s;
}

.home-about-title a:hover {
    background: none;
}


.home-about-title a i:hover {
    color: var(--gray);
}


/* ///////////////////////////////Who We Are //////////////////////////////// */


.why-choose-us {
    width: 100%;
    height: auto;
    background-image: url(../IMAGES/BANNER/ABOUT\ BANNER.jpg);
    padding: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 5%;
}

.why-choose-us .about-why-content {
    width: 50%;
    min-height: 250px;
    position: relative;
    z-index: 2;
    background-color: var(--white);
    padding: 2%;
    background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
    border: 1px solid var(--white);
}

.why-choose-us .about-why-content h4 {
    color: var(--white);
}

.why-choose-us .about-why-content p {
    color: var(--white);
}

.why-choose-us .about-overlay-why {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
    opacity: 30%;
    z-index: 0;
}

/* ////////////////////////what we do section start/////////////////////////////// */

.what-we-title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}


.what-we-title .what-we-heading {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: justify;

}

.what-we-title .what-we-heading .what-heading-content h4 {
    color: var(--color);
    font-family: 'Poppins', sans-serif;;
    font-weight: 700;
}

.what-we-title .what-we-heading .what-heading-content h4 span {
    color: var(--black);
    font-family: 'Poppins', sans-serif;;
    font-weight: 700;
}

.what-we-title .what-we-heading .what-heading-content p {
    color: var(--black);
    font-family: 'Poppins', sans-serif;;

}


.what-we-title .what-we-heading .what-heading-content p span {
    color: var(--black);
    font-weight: 900;

}

.what-we-title .what-we-heading .what-heading-content {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.what-we-title .what-we-heading .what-heading-content-1 {
    width: 100%;
    height: 200px;
}

.what-we-title .what-we-heading .what-heading-content-1 img {
    width: 100%;
    height: 100%;
}



.what-we-title .what-we-main {
    width: 65%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
    justify-content: center;
}

.what-we-title .what-we-main .what-we-content {
    width: 45%;
    padding: 2%;
    height: auto;
    transition: 0.5s;
}

.what-we-title .what-we-main .what-we-content:hover {
    background-color: var(--light);

}

.what-we-title .what-we-main .what-we-content h5 {
    font-family: 'Poppins', sans-serif;;
    font-weight: 700;
    font-size: 16px;
    color: var(--color);

}

.what-we-title .what-we-main .what-we-content h5 span {
    color: var(--black);
}

.what-we-title .what-we-main .what-we-content p {
    color: var(--black);
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;


}

.what-we-title .what-we-main .what-we-content-1,
.what-we-title .what-we-main .what-we-content-3 {
    border-right: 0.5px solid var(--light);
}

.what-we-title .what-we-main .what-we-content-3,
.what-we-title .what-we-main .what-we-content-4 {
    border-top: 0.5px solid var(--light);
}

/*//////////////////// our-about-services //////////////////////////// */

.our-about-services {
    text-align: center;
    width: 100%;
    height: auto;

}

.our-about-services .about-services-heading h1 {
    font-family: 'Poppins', sans-serif;;
    color: var(--color);
    font-weight: 700;
}

.our-about-services .about-services-heading h1 span {
    color: var(--black);
}

.our-about-services .about-services-heading p {
    color: var(--black);
    font-weight: 500;
}

.our-about-services .about-services-images {
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-about-services .about-services-images img {
    width: 90%;
    height: 100%;
    filter: contrast(150%);
    object-fit: cover;
    animation: image-alt 3s infinite ease-in-out;

}

/*///////////////////// mission///////////////////// */

.mission {
    display: flex;
    margin-bottom: 5%;
    justify-content: space-between;
}

.mission .mission-title {
    width: 47%;
}

.mission .mission-image {
    width: 47%;
}

.mission .mission-image img {
    width: 100%;
}

.mission .mission-title h4 {
    font-family: 'Poppins', sans-serif;;
    font-weight: 700;
    color: var(--color);
}

.mission .mission-title h4 span {
    color: var(--black);
}


.mission .mission-title p {
    color: var(--black);
    font-family: 'Poppins', sans-serif;;
    font-weight: 500;

}

/* /////////////////////////after footer ////////////////////////////////////////////// */


.after-footer h6 {
    color: var(--black);
}

/* //////////////////////////.assesment-section/////////////////////////// */

.assesment-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 5%;
    background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
    padding: 2%;
    height: auto;
}

.assesment-section .assesment-title h4 {
    font-family: 'Poppins', sans-serif;
    color: var(--red);
}

.assesment-section .assesment-title h4 span {
    color: var(--white);
}

.assesment-section .assesment-title p {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
}

.assesment-section .assesment-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}


.assesment-section .assesment-content .assesment-boxs {
    width: 20%;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--white);
    border-radius: 15px;
    overflow: hidden;
    padding: 2%;
    text-align: center;
}

.assesment-section .assesment-content .assesment-boxs img {
    width: 100%;
    height: 50%;
    margin-bottom: 3%;
    object-fit: cover;
}

.assesment-section .assesment-content .assesment-boxs p {
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.assesment-section .assesment-content .assesment-boxs p span {
    color: var(--color);
    font-weight: 800;
}















@media screen and (max-width:320px) {


    /*------------------------------- home about content -------------------------------------- */

    .home-about {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column !important;
        justify-content: space-between;
        margin-bottom: 5%;
    }

    .why-choose-us .about-why-content {
        width: 90%;
        height: auto;
        position: relative;
        z-index: 2;
        background-color: var(--white);
        padding: 2%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        border: 1px solid var(--white);
    }

    /* ////////////////////////what we do section start/////////////////////////////// */

    .what-we-title {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 5%;
    }


    .what-we-title .what-we-heading {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: justify;
        margin-bottom: 5%;
    }

    .what-we-title .what-we-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        text-align: justify;
        justify-content: center;
    }

    .what-we-title .what-we-main .what-we-content h5 {
        font-family: 'Poppins', sans-serif;;
        font-weight: 700;
        font-size: 14px;
        color: var(--color);

    }

    .what-we-title .what-we-main .what-we-content p {
        color: var(--black);
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;


    }

    /*///////////////////// mission///////////////////// */

    .mission {
        display: flex;
        margin-bottom: 5%;
        flex-direction: column;
        justify-content: space-between;
    }

    .mission .mission-title {
        width: 100%;
    }

    .mission .mission-image {
        width: 100%;
    }

    .our-about-services .about-services-images {
        width: 100%;
        margin-top: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .our-about-services .about-services-images img {
        width: 100%;
        height: 100%;
        filter: contrast(150%);
        object-fit: cover;
        animation: image-alt 3s infinite ease-in-out;

    }


    /* //////////////////////////.assesment-section/////////////////////////// */

    .assesment-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        height: auto;
        margin-bottom: 5%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        padding: 2%;
    }

    .assesment-section .assesment-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }


    .assesment-section .assesment-content .assesment-boxs {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: var(--white);
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 5%;
    }


}


@media screen and (min-width:321px) and (max-width:425px) {
    /*------------------------------- home about content -------------------------------------- */

    .home-about {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column !important;
        justify-content: space-between;
        margin-bottom: 5%;
    }

    .why-choose-us .about-why-content {
        width: 90%;
        height: auto;
        position: relative;
        z-index: 2;
        background-color: var(--white);
        padding: 2%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        border: 1px solid var(--white);
    }

    /* ////////////////////////what we do section start/////////////////////////////// */

    .what-we-title {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 5%;
    }


    .what-we-title .what-we-heading {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: justify;
        margin-bottom: 5%;
    }

    .what-we-title .what-we-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        text-align: justify;
        justify-content: center;
    }

    .what-we-title .what-we-main .what-we-content h5 {
        font-family: 'Poppins', sans-serif;;
        font-weight: 700;
        font-size: 14px;
        color: var(--color);

    }

    .what-we-title .what-we-main .what-we-content p {
        color: var(--black);
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;


    }


    /*///////////////////// mission///////////////////// */

    .mission {
        display: flex;
        margin-bottom: 5%;
        flex-direction: column;
        justify-content: space-between;
    }

    .mission .mission-title {
        width: 100%;
    }

    .mission .mission-image {
        width: 100%;
    }


    .our-about-services .about-services-images {
        width: 100%;
        margin-top: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .our-about-services .about-services-images img {
        width: 100%;
        height: 100%;
        filter: contrast(150%);
        object-fit: cover;
        animation: image-alt 3s infinite ease-in-out;

    }

           
    .assesment-section .assesment-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    
    
    .assesment-section .assesment-content .assesment-boxs {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: var(--white);
        border-radius: 15px;
        margin-bottom: 5%;
        overflow: hidden;
    } 

}

@media screen and (min-width:426px) and (max-width:600px) {
    /*------------------------------- home about content -------------------------------------- */

    .home-about {
        width: 100%;
        display: flex;
        height: auto;
        flex-direction: column !important;
        justify-content: space-between;
        margin-bottom: 5%;
    }

    .why-choose-us .about-why-content {
        width: 90%;
        height: auto;
        position: relative;
        z-index: 2;
        background-color: var(--white);
        padding: 2%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        border: 1px solid var(--white);
    }

    /* ////////////////////////what we do section start/////////////////////////////// */

    .what-we-title {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 5%;
    }


    .what-we-title .what-we-heading {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: justify;
        margin-bottom: 5%;
    }

    .what-we-title .what-we-main {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        text-align: justify;
        justify-content: center;
    }

    .what-we-title .what-we-main .what-we-content h5 {
        font-family: 'Poppins', sans-serif;;
        font-weight: 700;
        font-size: 14px;
        color: var(--color);

    }

    .what-we-title .what-we-main .what-we-content p {
        color: var(--black);
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;


    }

    /*///////////////////// mission///////////////////// */

    .mission {
        display: flex;
        margin-bottom: 5%;
        flex-direction: column;
        justify-content: space-between;
    }

    .mission .mission-title {
        width: 100%;
    }

    .mission .mission-image {
        width: 100%;
    }

    .assesment-section .assesment-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    
    
    .assesment-section .assesment-content .assesment-boxs {
        width: 47%;
        height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: var(--white);
        border-radius: 15px;
        margin-bottom: 5%;
        overflow: hidden;
    }
    
}

@media screen and (min-width:601px) and (max-width:768px) {

    .why-choose-us .about-why-content {
        width: 90%;
        height: auto;
        position: relative;
        z-index: 2;
        background-color: var(--white);
        padding: 2%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        border: 1px solid var(--white);
    }

    .what-we-title .what-we-main .what-we-content h5 {
        font-family: 'Poppins', sans-serif;;
        font-weight: 700;
        font-size: 14px;
        color: var(--color);

    }

    .what-we-title .what-we-main .what-we-content p {
        color: var(--black);
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;


    }


    .mission .mission-title p {
        color: var(--black);
        font-family: 'Poppins', sans-serif;;
        font-weight: 500;
        font-size: 13px;
    }

    
    .assesment-section .assesment-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    
    
    .assesment-section .assesment-content .assesment-boxs {
        width: 47%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: var(--white);
        border-radius: 15px;
        margin-bottom: 5%;
        overflow: hidden;
    }
    

}

@media screen and (min-width:769px) and (max-width:900px) {
    .why-choose-us .about-why-content {
        width: 90%;
        height: auto;
        position: relative;
        z-index: 2;
        background-color: var(--white);
        padding: 2%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        border: 1px solid var(--white);
    }

        
    .assesment-section .assesment-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    
    
    .assesment-section .assesment-content .assesment-boxs {
        width: 47%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: var(--white);
        border-radius: 15px;
        margin-bottom: 5%;
        overflow: hidden;
    }
    

}

@media screen and (min-width:901px) and (max-width:992px) {
    .why-choose-us .about-why-content {
        width: 70%;
        height: auto;
        position: relative;
        z-index: 2;
        background-color: var(--white);
        padding: 2%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        border: 1px solid var(--white);
    }

        
    .assesment-section .assesment-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
    
    
    .assesment-section .assesment-content .assesment-boxs {
        width: 47%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: var(--white);
        border-radius: 15px;
        margin-bottom: 5%;
        overflow: hidden;
    }
    

}

@media screen and (min-width:993px) and (max-width:1024px) {
    .why-choose-us .about-why-content {
        width: 70%;
        height: auto;
        position: relative;
        z-index: 2;
        background-color: var(--white);
        padding: 2%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        border: 1px solid var(--white);
    }

}

@media screen and (min-width:1025px) and (max-width:1140px) {
    .why-choose-us .about-why-content {
        width: 70%;
        height: auto;
        position: relative;
        z-index: 2;
        background-color: var(--white);
        padding: 2%;
        background-image: linear-gradient(86.3deg, rgba(0, 119, 182, 1) 3.6%, rgba(8, 24, 68, 1) 87.6%);
        border: 1px solid var(--white);
    }

}