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

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

.nav-bg .nav-text {
  padding: 240px 0px 0 270px;
  display: inline-flex;
  align-items: flex-start;
}

.nav-bg .nav-text .header-theme {
  width: 300px;
  position: absolute;
  bottom: -44px;
  left: 100px;
  z-index: -1;
  opacity: 0.4;
}

.nav-bg .header-design {
  position: absolute;
  right: 230px;
  bottom: -75px;
  width: 481px;
  height: 404.326px;
  flex-shrink: 0;
  background: url(../images/company/testimonials/testimonials.webp);
  background-repeat: no-repeat;
}

/* About us */

.about-us {
  position: relative;
  z-index: 1;
  background: white;
  padding-bottom: 20px;
}

.about-main .who-discr p {
  font-size: 1.125rem;
  font-weight: 500;
}

.about-main .who-discr p span {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: italic;
  line-height: 150%;
  /* 27px */
}

/* Testimonials */

#show-more,
#show-less {
  padding-top: 30px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

/* Newsletter */

.newsletter {
  padding: 100px 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.325rem;
  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: 20px;
  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: 1024px) {
  .nav-bg .header-design {
    bottom: -100px !important;
  }
}

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

  .newsletter-bg .news {
    text-align: center;
    padding-left: 12px;
  }

  .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 15px 0;
  }

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

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