:root {
  --brand: #0c2340;
  --brand-hover: #0a1d36;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #595959;
  overflow-x: hidden;
}

a { text-decoration: none; overflow-wrap: break-word; }
img { max-width: 100%; height: auto; }
section { scroll-margin-top: 80px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { color: var(--brand); }

a { color: var(--brand); }
a:hover { color: var(--brand-hover); }

/* Bootstrap colour overrides — Bootstrap 5.0 hard-codes these, so we re-skin */
.text-primary { color: var(--brand) !important; }
.bg-primary { background-color: var(--brand) !important; }
.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--brand-hover);
  border-color: var(--brand-hover);
  color: #fff;
}
.btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(12, 35, 64, 0.35); }
.btn-outline-primary { color: var(--brand); border-color: var(--brand); }
.btn-outline-primary:hover { background-color: var(--brand); border-color: var(--brand); color: #fff; }
.form-check-input:checked { background-color: var(--brand); border-color: var(--brand); }
.form-check-input:focus { box-shadow: 0 0 0 0.25rem rgba(12, 35, 64, 0.25); }

.f-18 { font-size: 18px; }

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 50vh;
}
.banner-text {
  background-color: #0c2340ba;
  padding: 40px;
  border-radius: 25px;
}

@media (max-width: 991px) {
  .banner-text { width: 90%; }
  .bg-light-md { background-color: #f8f9fa; }
}

@media (max-width: 575px) {
  .f-m-14 { font-size: 14px; }
  .banner-text { width: 90%; }
}
header { height: 83.78px; }

nav {
  position: relative;
  z-index: 9999;
  box-shadow: 0 2px 10px 0 rgba(74, 52, 59, 0.1);
}

.navbar { padding-top: 4px; padding-bottom: 4px; }
.navbar-brand { color: #012241; }
.navbar-brand .logo-container { max-width: 500px; color: #0c2340; }

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #0c2340;
}
.navbar-light .navbar-nav li.nav-item {
  padding: 10px 10px 0;
}
.navbar-toggler:focus { border: none !important; }

@media (max-width: 1400px) {
  .navbar-brand .logo-container { max-width: 400px; }
}

@media (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    box-shadow: 0px 0px 4px #59595925;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-toggler:focus { box-shadow: 0px 0px 4px #59595970; }
  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link { border-color: transparent; }
}

@media (max-width: 575px) {
  .navbar { padding-top: 0; padding-bottom: 0; }
  header { height: 55.33px; }
  .navbar-brand .logo-container { max-width: 280px; }
}

@media (min-width: 1600px) {
  .nav-items-absolute-center {
    position: static;
    left: auto;
    transform: none !important;
  }
}
footer {
  font-size: 14px;
  padding: 5vh 10px;
  background-color: #eaeaea;
}
footer .footer-container { max-width: 1600px; }
.footer-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.menu-title {
  font-size: 1rem;
  color: #353535;
  font-weight: 600;
}

.footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu-list li { margin: 0; padding: 0; }
.footer-menu-list h4 {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}

.quick-access { column-count: 2; }

footer ul { list-style: none; padding-left: 0; margin-bottom: 0; }
footer a { color: #4a4a4a; }
footer a:hover { color: #0c2340; }
footer img { max-width: 180px; height: auto; margin-bottom: 0 !important; }
footer .social-icons a { font-size: 15px; }

footer .tagline { font-size: 16px; }
footer .tagline * { display: inline; }
footer .tagline a { color: #353535; font-size: 16px; }
.tagline a:hover { color: #0c2340; }

#go-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 9996;
  width: 50px;
  height: 50px;
  border: unset;
  border-radius: 100%;
  background-color: #0c2340;
  opacity: 0.5;
  background-image: url("../assets/images/font-awesome_4-7-0_long-arrow-up.png");
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
#go-top:hover { opacity: 1; }

@media (max-width: 575px) {
  .menu-title { font-size: 16px; margin: 5px 0; }
  .footer-menu-list li h4 { font-size: 0.9rem; }
  footer .tagline { font-size: 14px; }
}
.banner {
  overflow: hidden;
  background-color: rgba(0, 6, 72, 0.489);
  background-blend-mode: multiply;
}

.home-banner-text {
  padding: 40px;
  border-radius: 25px;
  width: 80%;
}
.home-banner-text h2 {
  font-size: 90px !important;
  font-weight: bold;
}

.home-title h1 {
  font-family: "Noto Serif Display", Serif;
  font-size: 5em;
  line-height: 1.4em;
  margin-bottom: 0;
  transition-duration: 500ms;
}
.home-title h2 {
  font-size: 3em;
  font-weight: 500;
  font-family: "Sans Serif Pro", Serif;
}

.first-white-bg,
.second-white-bg {
  background-image: url("/assets/images/bglogo5.png");
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: repeat;
}

.team-img,
.team-img img {
  border-radius: 5px;
  overflow: hidden;
}
.team-img img { width: 100%; height: auto; }

.types-image-container img { border-radius: 5px; }

.our-services-img {
  width: 100%;
  height: 600px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}
.our-services-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.reg-img { margin-bottom: 5em; }
.reg-img img { border-radius: 8px; }

.home-our-services ul { list-style: none; margin-top: 20px; }
.home-our-services ul li { padding-bottom: 10px; }
.home-our-services ul > li > a { font-size: 1.2rem; color: #0c2340; }

.checkbox-btn a { color: #0c2340; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  margin-top: auto;
  margin-bottom: 15px;
}

@media (max-width: 1600px) {
  .home-banner-text h2 { font-size: 80px !important; }
}

@media (max-width: 1370px) {
  .home-banner-text h2 { font-size: 65px !important; }
  header { height: 62.63px; }
}

@media (max-width: 991px) {
  .home-banner {
    background-image: url("/assets/images/backgroundcheck/banner-3480.jpg");
  }
  .home-banner-text {
    width: 100%;
    margin: 0 !important;
    bottom: unset !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  .home-banner-text h2 {
    font-size: 50px !important;
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .types-image-container { margin-bottom: 20px; }
  .home-banner {
    background-image: url("/assets/images/backgroundcheck/banner-3480.jpg");
  }
  .our-services-img { height: 200px; }
  .home-our-services ul { margin-top: 0; margin-bottom: 0; }
  .home-our-services ul li { padding-bottom: 10px; }
  .home-banner-text h2 {
    font-size: 40px !important;
    text-align: center !important;
  }
}
.ques { margin-bottom: 40px; }
.accordion-button::after { content: none; }

.attribution {
  font-size: 11px;
  text-align: center;
  background-color: hsl(240, 5%, 91%);
  padding: 8px 0 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.attribution a { color: hsl(228, 45%, 44%); }

.card-wrapper {
  min-height: 100vh;
  padding-bottom: 50px;
  padding-top: 25px;
}

.content-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-card {
  background-color: #fff;
  border-radius: 20px;
  max-width: 310px;
  margin-top: 90px;
  box-shadow: 0px 60px 50px -25px rgba(0, 0, 0, 0.35);
}

.faq-ilustrations { position: relative; }
.faq-ilustrations .mobile.ilust {
  position: absolute;
  top: -110px;
  left: -30px;
  right: 0;
}

.faq-content { padding: 9px 25px 3rem; }

.faq-accordion {
  padding: 8px 0;
  border-bottom: 1px solid hsl(240, 5%, 91%);
}

input.tgg-title { appearance: unset; all: unset; }

.faq-accordion-title label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-accordion-title h2 {
  font-size: 16px;
  font-weight: 500;
  color: var(--neutral-dark-color);
}
.faq-accordion-title span {
  margin-left: auto;
  transition: transform .4s ease-in-out;
}
.faq-accordion-title:hover h2 { color: var(--primary-soft-color); }

.faq-accordion-content {
  color: var(--neutral-soft-color);
  overflow: hidden;
  max-height: 0;
  transition: max-height .4s ease-in-out;
}

.faq-accordion .tgg-title:checked + div > label > span {
  will-change: transform;
  transform: rotate(180deg);
}
.faq-accordion .tgg-title:checked ~ .faq-accordion-content {
  will-change: max-height;
  max-height: fit-content;
}

.main-content { min-height: 80vh; }

.table,
.subscription-container {
  color: #595959;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
th { font-weight: 550; }
td { color: #595959; }

.pricing-content-section > .container > .pricing-title {
  margin-bottom: 40px;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .pricing-banner {
    background-image: url("../assets/images/pricing/pricing-2000.jpg");
    height: 50vh;
  }
  .pricing-banner-text {
    max-width: 50vw;
    min-width: 470px;
    bottom: 5%;
    padding: 20px;
  }
  .price-container { margin: 40px auto; }
  .table,
  .subscription-container { width: unset; }
}

@media (max-width: 575px) {
  .pricing-banner { min-height: 60vh; }
  .pricing-banner-text {
    max-width: unset;
    min-width: unset;
    left: 0%;
    margin-left: 25px;
    margin-right: 25px;
  }
  .price-container,
  .table-responsive,
  .pricing-content-section > .container > .pricing-title {
    padding: 5px 5px;
    margin: 40px 10px;
  }
  .price-container { border-radius: 40px; }
  tr > th:first-of-type { padding-left: 10px; }
  tr > td:first-of-type { padding-left: 10px; }
}
