.contact-us-main {
    padding-top: 100px;
}

.nav-bg {
    height: 358px;
    width: 100vw;
    flex-shrink: 0;
    background: #c0e9fb;
    position: relative;
    z-index: 1;
}

.nav-bg .nav-text1 {
    padding: 175px 0px 0 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* About us */

.about-us {
    position: relative;
    z-index: 1;
    background: white;
}

.about-us h2 {
    padding-top: 70px;
}

.about-us .heading ul li a {
    color: #000;
    text-decoration: none;
     font-size: 1.25rem;
    font-weight: 500;
}

.about-us .heading ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #000;
}

.about-us .heading ul {
    list-style-type: circle;
     font-size: 1.875rem;
    color: #2376bc;
}

.about-us .heading .site-portfolio-btn {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    background-color: #2376bc;
    background-image: #2376bc;
    background-image: -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    /* box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14); */
}

.about-us .heading .site-portfolio-btn a {
    text-decoration: none;
     font-size: 1.25rem;
    color: #000;
    font-weight: bold;
}

.about-us .heading .site-portfolio-btn:hover {
    
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    /* color: #fff; */
    background-position: -1700%;
    transition: 0.6s ease-in-out;
    
}

.about-us .heading .site-portfolio-btn:hover a {
    color: #fff;
}

.gradient-text a {
    color: #000;
}

.gradient-text a:hover {
    text-decoration: underline;
}

.newsletter {
    padding: 130px 0 0 0;
}

.newsletter-bg {
    width: auto;
    height: 250px;
    flex-shrink: 0;
    border-radius: 30px;
    background: linear-gradient(288deg, #85e1ff 0.23%, #237bff 99.44%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-bg .news {
    padding-left: 50px;
}

.newsletter-bg .news h2 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 12px;
}

.newsletter-bg .news h4 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
     font-size: 1.5rem;
    font-weight: 500;
}

.newsletter-bg .btn-wrap {
    padding-right: 50px;
}

.newsletter-bg .btn-wrap a {
    text-decoration: none;
    color: #000;
     font-size: 1.125rem;
    font-weight: 600;
    transition: 0.6s ease-in-out;
}

.newsletter-bg .btn-wrap .news-btn {
    display: inline-flex;
    padding: 10px 20px;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    background-color: #000000;
    background-image: #000000;
    background-image: -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.14);
}

.newsletter-bg .btn-wrap .news-btn:hover {
    color: #fff;
    background-position: -1700%;
    transition: 0.6s ease-in-out;
}

@media (max-width: 992px) {
    .newsletter {
        padding: 100px 0 0 0;
    }

    .newsletter-bg .btn-wrap a {
         font-size: 0.75rem;
    }

    .newsletter-bg .btn-wrap .news-btn img {
        height: 20px;
        width: 20px;
    }

    .newsletter-bg .btn-wrap .news-btn {
        width: 200px;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .newsletter-bg .news h2 {
        padding-top: 15px;
        font-size: 1.325rem;
    }

    .newsletter-bg .news h4 {
         font-size: 1rem;
    }

    .newsletter-bg .btn-wrap {
        padding: 15px 0 18px 0;
    }

    .newsletter-bg .btn-wrap .news-btn {
        width: 140px;
    }

    .newsletter-bg {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}