@font-face {
  font-family: Dosis;
  src: url(../fonts/Dosis-VariableFont_wght.ttf);
}

@font-face {
  font-family: Open_Sans;
  src: url(../fonts/OpenSans-VariableFont_wdth\wght.ttf);
}

body {
  font-family: sans-serif;
  line-height: 1.875;
  overflow-x: hidden;
}

.header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 5000;
}

.sticky {
  background-color: #fff !important;
  padding: 10px 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.custom-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Dosis;
  color: #273f5b;
}

a {
  color: #273f5b;
}

.logo {
  width: 200px;
}

.nav-menu li > a {
  font-family: Dosis;
  font-weight: 600;
  text-transform: uppercase;
  color: #54667a !important;
}

.dropdown-menu .dropdown-item {
  text-transform: capitalize;
  color: #212529;
}
.dropdown-menu .dropdown-item:active {
  color: #fff;
}

.nav-menu .nav-item {
  margin-left: 16px;
}

.btn-green {
  background-color: #2cd44a;
  -webkit-box-shadow: 0 5px 40px 0 rgba(44, 212, 74, 0.3);
  box-shadow: 0 5px 40px 0 rgba(44, 212, 74, 0.3);
  color: #fff !important;
}

.nav-menu .btn-green {
  color: #fff !important;
}

.btn-rounded {
  border-radius: 100em;
}

.btn-width {
  width: 6.875rem !important;
}

.title {
  font-size: 2.5rem;
  font-weight: 600;
}

p {
  color: #5a6671;
}

.pattern-svg {
  position: absolute;
  overflow: hidden !important;
  max-width: 100%;
}

.line {
  width: 3.125rem;
  height: 0.25rem;
  margin-bottom: 3rem;
}

.line-title {
  position: relative;
}

.line-title::after {
  content: "";
  display: block;
  border-radius: 0.25rem;
  position: absolute;
  width: 3.125rem;
  height: 0.25rem;
  margin-bottom: 3rem;
  background-color: #0081ff;
  top: 50px;
  /* left: 119px; */
  z-index: 2;
}

.list-title {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.section-testimonials {
  background: #0081ff url(../img/bg-testimonials.png) no-repeat;
  background-position: center center;
}

.line-testimonials {
  margin-top: 1.5rem !important;
  margin-bottom: 3.75rem !important;
  height: 0.25rem;
  border-radius: 0.25rem;
  width: 3.125rem;
  text-align: center;
  margin: auto;
}

.section-testimonials .carousel-indicators {
  bottom: -80px;
}

.section-testimonials .card {
  border: none !important;
}

.section-footer {
  background-color: #ecf5fe;
}

.section-footer h4 {
  font-weight: 600;
}

.section-footer ul li {
  margin-bottom: 0.5rem;
}
.section-footer ul li a {
  transition: all linear 300ms;
}
.section-footer ul li a:hover {
  text-decoration: none;
}

.hamburger-menu {
  width: 40px;
  cursor: pointer;
}

.hamburger-menu .bar {
  position: relative;
  display: block;
  height: 4px;
  background-color: #54667a;
  margin-bottom: 6px;
  border-radius: 8px;
  transition: all linear 300ms;
  transform-origin: 6px 3px;
}

.hamburger-menu.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.active .bar:first-child {
  transform: rotate(45deg);
}
.hamburger-menu.active .bar:last-child {
  transform: rotate(-45deg);
}

header .nav-link {
  padding: 0.5rem;
}

header .dropdown-menu {
  min-width: 13rem;
  top: 3px !important;
  border: none;
  -webkit-box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
  box-shadow: 0 0 50px 0 rgba(22, 104, 183, 0.15);
}

.scroll-top {
  position: fixed;
  height: 40px;
  bottom: 20px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  line-height: 40px;
  right: -100px;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 81, 178, 0.1);
  box-shadow: 0 5px 50px 0 rgba(0, 81, 178, 0.1);
  z-index: 10;
}

.scroll-top.active {
  right: 20px;
}

.icon-text-flex {
  display: flex;
  align-items: center;
}

/*----- ----- ACCESS NUMBERS ----- ----- */
.tbl-access-numbers thead th {
  background-color: #d9edf7;
  font-weight: 700;
  vertical-align: middle;
}

.tbl-access-numbers thead {
  border-bottom: 1px solid #ddd;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.section-table {
  padding-bottom: 50px;
}

.social-media-wrapper {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  line-height: 45px;
  margin-right: 10px;
}

/*----- ----- CONTACT US ----- ----- */

.section-contact-info .card {
  border: none;
}

.contact-number {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.flag-container {
  padding-right: 1rem;
}

.flag-container img {
  width: 28px;
}

.icon {
  display: -webkit-inline-box;
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 4rem;
}

.icon-dark {
  color: #273f5b;
  /* color: #5a6671; */
}

.icon-rounded {
  border-radius: 1rem;
}

.icon-bg-primary {
  background-color: rgba(77, 91, 237, 0.1) !important;
}

.contact-number p {
  font-size: 1.3rem;
  color: #273f5b;
  font-weight: 500;
  margin-bottom: 0;
}

/*----- ----- Privacy ----- ----- */

.section-privacy {
  position: relative;
  text-align: center;
  background-image: url(../img/privacy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  z-index: 1;
}

.section-privacy::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: -1;
}

.section-privacy h1 {
  color: #fff;
}

.section-privacy-details {
  padding-top: 50px;
}

.section-privacy-details ul li {
  color: #5a6671;
}
.section-privacy-details ul li,
.section-privacy-details p {
  text-align: justify;
}

/*----- ----- PINLESS ----- ----- */

.section-topup-details .list-title {
  margin-bottom: 1rem;
}

.section-topup-details .list-title h6 {
  color: #5a6671 !important;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header-nav {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    display: flex !important;
    align-items: center;
  }

  .hamburger-menu {
    display: none;
  }

  .max-vh {
    height: 100vh;
  }

  .section-testimonials,
  .section-footer {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-hero {
    padding-bottom: 50px;
  }

  main {
    padding-top: 150px;
  }

  .pattern-svg {
    left: 10%;
    top: 13%;
  }

  .contact-wrapper {
    padding: 4rem;
    background-color: rgba(223, 243, 252, 0.3);
  }
}

@media (max-width: 991px) {
  .section-hero {
    position: relative;
  }
  .no-pading-md {
    padding-left: 0;
    padding-right: 0;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-menu {
    display: none;
    background-color: #fff;
    padding-bottom: 1.5rem !important;
  }

  .section-hero.pinless,
  .section-hero.access-numbers,
  .section-hero.topup {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 1;
  }

  .overlay {
    text-align: center;
    color: #fff !important;
  }

  .overlay::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    z-index: -1;
  }

  .contact {
    position: relative;
    z-index: 1;
  }

  .section-hero.pinless {
    background-image: url(../img/pinless-1.jpg);
  }
  .section-hero.access-numbers {
    background-image: url(../img/access-number-1.jpg);
  }

  .section-hero.topup {
    background-image: url(../img/topup-1.jpg);
  }

  .section-hero .contact {
    background-image: url(../img/contact-us.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  main {
    padding-top: 150px;
  }

  .title {
    color: #fff;
  }

  .section-hero .lead {
    color: #c1c1c1 !important;
  }

  .section-testimonials,
  .section-topup-details,
  .section-details,
  .section-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-testimonials {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 575px) {
  .pattern-svg {
    display: none;
    left: 10%;
    top: 5%;
  }
  .title {
    font-size: 2.2rem;
  }
  .logo {
    width: 130px;
  }

  .section-hero .lead {
    font-size: 15px;
  }

  .section-privacy-details h2 {
    font-size: 1.7rem;
  }
  .section-privacy-details h3 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
  }
}


/*----- ----- ABOUT US ----- ----- */
.font-weight-600 {
  font-weight: 600;
}

.section-who-details ul li {
  margin-bottom: 0.6rem;
}

.section-features {
  background-color: #f3f6fb;
}

.section-features .card {
  border: none;
  border-radius: 0.25rem !important;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 81, 178, 0.1);
  box-shadow: 0 5px 50px 0 rgba(0, 81, 178, 0.1);
}

.section-features .rounded-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.625rem;
  height: 5.625rem;
}

.bg-green {
  background-color: #2cd44a;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /*----- ----- New Styles ----- ----- */
  .pt-150 {
    padding-top: 150px;
  }

  .pb-100 {
    padding-bottom: 150px;
  }
}

@media (max-width: 991px) {
  /*----- ----- New Styles ----- ----- */
  .section-hero.about,
  .section-hero.eligibility,
  .section-hero.agent-program {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 1;
  }
  .section-hero.about {
    background-image: url(../img/about-us-1.jpg);
  }

  .section-hero.eligibility {
    background-image: url(../img/eligibility-1.jpg);
  }

  .section-hero.agent-program {
    background-image: url(../img/access-number-1.jpg);
  }

  .pt-sm-100 {
    padding-top: 100px;
  }

  .pb-sm-50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sz-sm {
    width: 500px;
  }
}
