/* @media (max-width: 1440px) {
    p.wilson-pra {
        font-size: 15px;
        line-height: 21px;
    }

    .team-card img {
        width: 100%;
        height: 467px;
        object-fit: cover;
        display: block;
    }
} */

@media (max-width: 1025px) {

    .hero-content h1 {
        position: relative;
        font-size: 31px;
        line-height: 43px;
        padding: 190px 0;
    }

    p.wilson-pra {
        font-size: 15px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .desktop-header {
        background-color: #000303;
        padding: 10px 40px;
        display: none;
    }

    .mobile-header {
        background: black;
        display: block;
    }

    .mobile-image {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
    }

    .mobile-image img {
        width: 65%;
    }

    .mobile-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sidenav a {
        font-size: 21px;
        color: white;
        text-align: center;
        padding: 10px 0px 8px 0px;
        text-decoration: none;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #5cc1e5;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .hero-content h1 {
        position: relative;
        font-size: 21px;
        padding: 130px 0;
    }

    /* about page responsive csss */
    .about-us-head {
        background-image: url(../images/banner.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1600px;
        /* background: #5bc1d8; */
        border-radius: 40px;
        padding: 70px 0;
        margin: 31px 0;
        text-align: center;
    }

    .about-us-head p span {
        background: white;
        padding: 10px 19px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        transition-duration: 0.4s;
    }


    .about-us-head h1 {
        color: white;
        margin: 21px 0;
        font-size: 33px;
        font-weight: 700;
        line-height: 42px;
    }

    .about-content {
        margin: 25px 0px;
    }

    .about-content p {
        color: black;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .about-content h4 {
        color: black;
        font-size: 33px;
        font-weight: 700;
        line-height: 61px;
    }

    /* services page responsive css  */

    .services-offer h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 50px;
        padding-bottom: 10px;
    }

    .services-offer ul {
        padding: 0 0px;
    }

    .services-offer ul li {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        padding: 0 0 10px 0;
    }

    .services-offer ul li p {
        font-size: 15px;
        font-weight: 400;
        padding: 0px 0px;
    }

    .services-content p {
        font-size: 17px;
        font-weight: 500;
        line-height: 25px;
        padding: 0 0 25px 0;
    }

    /* conact us page responsive css  */

    .contact-information h6 {
        font-size: 17px;
        font-weight: 500;
        line-height: 40px;
        color: black;
        padding: 0 0 20px 0;
    }

    .contact-information h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        color: black;
    }

    .contact-information p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: black;
        padding: 6px 0;
    }

    .contact-information h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 38px;
        color: black;
        padding: 6px 0 50px 0;
    }

    .hero-content h1 span {
        color: #5bc1e7;
        font-size: 22px;
        font-weight: 800;
    }

    p.wilson-pra {
        font-size: 15px;
        line-height: 26px;
    }

    section.team-profile-sect {
        padding: 20px 0px;
    }
}


@media (max-width: 576px) {

    .desktop-header {
        background-color: #000303;
        padding: 10px 40px;
        display: none;
    }

    .mobile-header {
        background: black;
        display: block;
    }

    .mobile-image {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
    }

    .mobile-image img {
        width: 90%;
    }

    .mobile-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sidenav a {
        font-size: 21px;
        color: white;
        text-align: center;
        padding: 10px 0px 8px 0px;
        text-decoration: none;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #5cc1e5;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .hero-content h1 {
        position: relative;
        font-size: 21px;
        padding: 50px 0;
    }



    /* about page responsive csss */
    .about-us-head {
        background-image: url(../images/banner.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1600px;
        /* background: #5bc1d8; */
        border-radius: 40px;
        padding: 70px 0;
        margin: 31px 0;
        text-align: center;
    }

    .about-us-head p span {
        background: white;
        padding: 10px 19px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        transition-duration: 0.4s;
    }


    .about-us-head h1 {
        color: white;
        margin: 21px 0;
        font-size: 33px;
        font-weight: 700;
        line-height: 42px;
    }

    .about-content {
        margin: 25px 0px;
    }

    .about-content p {
        color: black;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .about-content h4 {
        color: black;
        font-size: 33px;
        font-weight: 700;
        line-height: 61px;
    }

    /* services page responsive css  */

    .services-offer h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 50px;
        padding-bottom: 10px;
    }

    .services-offer ul {
        padding: 0 0px;
    }

    .services-offer ul li {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        padding: 0 0 10px 0;
    }

    .services-offer ul li p {
        font-size: 15px;
        font-weight: 400;
        padding: 0px 0px;
    }

    .services-content p {
        font-size: 17px;
        font-weight: 500;
        line-height: 25px;
        padding: 0 0 25px 0;
    }

    /* conact us page responsive css  */

    .contact-information h6 {
        font-size: 17px;
        font-weight: 500;
        line-height: 40px;
        color: black;
        padding: 0 0 20px 0;
    }

    .contact-information h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        color: black;
    }

    .contact-information p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: black;
        padding: 6px 0;
    }

    .contact-information h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 38px;
        color: black;
        padding: 6px 0 50px 0;
    }

    .hero-content h1 span {
        color: #5bc1e7;
        font-size: 20px;
        font-weight: 800;
    }
}


@media (max-width: 375px) {
    .desktop-header {
        background-color: #000303;
        padding: 10px 40px;
        display: none;
    }

    .mobile-header {
        background: black;
        display: block;
    }

    .mobile-image {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
    }

    .mobile-image img {
        width: 90%;
    }

    .mobile-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sidenav a {
        font-size: 21px;
        color: white;
        text-align: center;
        padding: 10px 0px 8px 0px;
        text-decoration: none;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #5cc1e5;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .hero-content h1 {
        position: relative;
        font-size: 18px;
        padding: 45px 0;
        line-height: 34px;
    }

    /* about page responsive csss */
    .about-us-head {
        background-image: url(../images/banner.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1600px;
        /* background: #5bc1d8; */
        border-radius: 40px;
        padding: 70px 0;
        margin: 31px 0;
        text-align: center;
    }

    .about-us-head p span {
        background: white;
        padding: 10px 19px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        transition-duration: 0.4s;
    }


    .about-us-head h1 {
        color: white;
        margin: 21px 0;
        font-size: 33px;
        font-weight: 700;
        line-height: 42px;
    }

    .about-content {
        margin: 25px 0px;
    }

    .about-content p {
        color: black;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .about-content h4 {
        color: black;
        font-size: 33px;
        font-weight: 700;
        line-height: 61px;
    }

    /* services page responsive css  */

    .services-offer h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 50px;
        padding-bottom: 10px;
    }

    .services-offer ul {
        padding: 0 0px;
    }

    .services-offer ul li {
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        padding: 0 0 10px 0;
    }

    .services-offer ul li p {
        font-size: 15px;
        font-weight: 400;
        padding: 0px 0px;
    }


    /* conact us page responsive css  */

    .contact-information h6 {
        font-size: 17px;
        font-weight: 500;
        line-height: 40px;
        color: black;
        padding: 0 0 20px 0;
    }

    .contact-information h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        color: black;
    }

    .contact-information p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: black;
        padding: 6px 0;
    }

    .contact-information h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 38px;
        color: black;
        padding: 6px 0 50px 0;
    }

    .hero-content h1 span {
        color: #5bc1e7;
        font-size: 17px;
        font-weight: 800;
    }
}