.is-sticky {
  background-color: #1f3339 !important;
}

.border-around-1-light {
  /* border: 1px solid #ff55b0; */
  border-radius: 4px;
  background-color: #243e53;
}
.contact-email.swap-fonts a[href*="mailto"], .contact-phone.swap-fonts a[href*="tel"] {
  line-height: 0;
  font-size: 13px;
}
.section__theme--dark h2, .section__theme--dark p {
  /* color: #4a3132 !important; */
  line-height: 2;
}
.section__theme .text p {
  font: normal normal 15px/26px var(--font-nunito-sans);
  font-weight: 500 !important;
}
.top-full .empty-banner, .top-full .no-banner {
    background-color: #1f3339 !important;
}

a.nav-item.nav-link {
  color: #ffffff;
}

a.nav-item.nav-link:hover,
a.nav-item.nav-link:active,
a.nav-item.nav-link:focus,
a.nav-item.nav-link.active {
  color: #3dbbcb;
}
.process .section__theme .text {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f1f6fc;
}
.row.service {
    max-height: 100% !important;
}

.section__theme--dark {
    background-color: #ffffff !important;
}

.contact-enquire-form form button[type=submit] {
  border: 1px solid #3a96a2;
  background-color: #3a96a2;
  border-radius: 4px;
}
.articleWrap {
  margin-top: 70px;
}
.btn {
    color: #ffffff !important;
}

.cta:hover,
.cta:active,
.cta:focus {
  background-color: #3ca1ae;
}

.cta:hover *,
.cta:active *,
.cta:focus * {
  color: var(--text-white) !important;
}
.footer-logos {
  margin-top: 10px;
  margin-bottom: 20px;
}
footer .section__theme--dark .section__theme .copyright p {
  color: #999999 !important;
}
section.row.process.section-2__theme--dark {
    background: #f1f6fc;
}
a.bottom-logos {
  width: 130px;
  height: 40px;
  padding: 9px;
}
ul.services-list {
  padding-left: 16px;
  margin-top: -30px;
}
section.service:nth-of-type(odd), 
section.service:nth-of-type(even) {
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}

.service .gallery-container {
  max-width: 1170px;
}

.contact .section__theme .text {
  padding: 248px 10px;
}
section.row.request {
  margin-top: 90px;
  height: 355px;
  background-color: #1f3339;
}
h1.request-title {
  margin-top: 60px;
  color: #e1e1e1 !important;
  margin-left: auto;
  margin-right: auto;
}
.request p {
  text-align: center;
  color: #e1e1e1 !important;
  font-size: 17px;
  line-height: 26px;
  width: 91%;
  margin: auto;
  font-weight: 200;
}
.request-btn {
  font-size: 17px;
  color: #e1e1e1 !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
h3.request-btn a {
  color: #e1e1e1 !important;
}
@media only screen and (max-width: 320px) {
  .sticky-header {
    min-height: 70px !important;
 }
}

@media only screen and (max-width: 375px) {
  .row.service .section__theme--image-text .text {
    padding: 34px 10px !important;
  }
    .sticky-header {
    min-height: 70px !important;
  }
}
@media only screen and (max-width: 768px) {
  
  section.service:nth-of-type(odd), section.service:nth-of-type(even) {
    margin-top: 0 !important;
  }
  section.row.request {
      margin-top: 50px;
      height: 400px;
      background-color: #1f3339;
  }
  .request-btn {
    font-size: 14px !IMPORTANT;
    color: #e1e1e1 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
  }
  h1.request-title {
      margin-top: 47px;
      margin-bottom: 20px;
      color: #e1e1e1 !important;
      margin-left: auto;
      margin-right: auto;
  }
  .request p {
      text-align: center;
      color: #e1e1e1 !important;
      font-size: 13px;
      line-height: 20px;
      width: 91%;
      margin: auto;
      font-weight: 200;
  }

  a.bottom-logos {
    width: 50%;
    height: 40px;
    padding: 9px;
  }
  .sticky-header {
    min-height: 70px !important;
 }
 .page-banner-slider .empty-banner, .no-banner {
    max-height: 70px !important;
 }
  header.jumbotron.position-relative.top-full.p-0 {
    max-height: 100% !important;
 }
}
.section__theme--dark {
   background-color: none !important; 
}
@media only screen and (max-width: 1024px) {
.about.container.px-5.px-md-0.section__theme--dark {
    background: none !important;
}
    .sticky-header {
    min-height: 70px !important;
 }
 #navbarNavMobile {
    background-color: #1f3339;
}
h1 {
  font-size: 17px !important;
  line-height: 18px !important;
}

}