.navbar {
    background-color: #0A131E !important;
  }
  
  .nav-link {
    color: white;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
  }
  .nav-link:hover {
    color: rgba(255, 255, 255, 0.685);
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .dropdown-menu {
    background: #15273d;
  }
  .dropdown-menu .dropdown-item {
    color: white;
  }
  .dropdown-menu .nav-link .show {
    color: rgba(255, 255, 255, 0.466) !important;
  }
  
  .navbar-toggler {
    background-color: white !important;
  }
  
  .navbar-toggler-icon {
    background-color: white !important;
  }
  
  .btn_green {
    border-radius: 10px;
    color: white;
    background-color: #12A960;
  }
  .btn_green:hover {
    color: rgba(240, 248, 255, 0.664);
    background-color: rgba(18, 169, 96, 0.7058823529);
  }
  
  .btn_green_outline {
    border-radius: 10px;
    color: white;
    border: 2px solid #12A960;
  }
  .btn_green_outline:hover {
    color: rgba(240, 248, 255, 0.664);
    background-color: rgba(18, 169, 96, 0.7058823529);
  }
  
  ._orange {
    color: #F9943B;
  }
  
  .header {
    background-image: url("/assets/images/page-assets/header-background.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header .left h1, .header .left h2 {
    font-family: "Mulish", sans-serif;
    color: white;
  }
  .header .left h2 {
    font-weight: 600;
    font-size: 30px;
  }
  .header .left h1 {
    font-weight: 800;
    font-size: 60px;
  }
  
  .about {
    background-image: url("/assets/images/page-assets/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about .dot img {
    width: 150px;
  }
  .about .right h2 {
    font-family: "Mulish", sans-serif !important;
    font-weight: 500;
  }
  
  .service_head h1, .service_head p {
    font-family: "Mulish", sans-serif;
  }
  .service_head h1 {
    font-weight: 700;
  }
  .service_head p {
    font-size: 25px;
  }
  
  .service_card {
    height: 450px;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #0A131E;
    width: 350px;
  }
  .service_card .service_card_img img {
    width: 330px;
  }
  .service_card .service_card_body {
    margin-left: auto;
    margin-right: auto;
    width: 330px;
  }
  .service_card .service_card_body h5 {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: white;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.637);
  }
  .service_card .service_card_body p {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    color: white;
  }
  
  ._fw_700 {
    font-weight: 700;
  }
  
  .about_us {
    background-color: #0A131E;
  }
  .about_us img {
    width: 100px;
  }
  .about_us .left h1, .about_us .left h5 {
    font-family: "Mulish", sans-serif !important;
    color: white;
  }
  .about_us .left h1 {
    font-weight: 700;
  }
  .about_us .right img {
    width: 500px;
  }
  
  .why-head {
    margin-top: 40px;
    font-family: "Mulish", sans-serif;
  }
  .why-head h1 {
    font-weight: 700;
  }
  
  .why-body .why-card {
    margin-bottom: 30px;
    width: 300px;
    background-color: #0A131E;
    border-radius: 50px 0px 50px 0px;
    font-family: "Mulish", sans-serif;
    color: white;
  }
  .why-body .why-card img {
    width: 70px;
  }
  .why-body .why-card h5 {
    font-weight: 700;
  }
  
  .security {
    background-color: #0A131E;
  }
  .security .col-lg-8 {
    font-family: "Mulish", sans-serif;
    color: white;
  }
  .security .col-lg-8 h3 {
    font-weight: 700;
  }
  .security .col-lg-8 h1 {
    font-weight: 800;
  }
  .security .col-lg-8 p {
    font-weight: 400;
    font-size: 20px;
  }
  
  .cta_card {
    border-left: 10px solid #F9943B;
    background-image: url("/assets/images/page-assets/header-background.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cta_card .orange_line {
    background-color: #F9943B;
    height: 100%;
    width: 10px;
  }
  .cta_card .left {
    color: white;
    font-family: "Mulish", sans-serif;
  }
  .cta_card .left h1 {
    font-size: 30px;
  }
  .cta_card .right {
    font-family: "Mulish", sans-serif;
  }
  
  .footer {
    background-color: #0A131E;
    color: white;
    font-family: "Mulish", sans-serif;
  }
  .footer li {
    list-style-type: none;
  }
  .footer h5 {
    font-size: 20px;
  }
  .dropdown-item:focus, .dropdown-item:hover{
    background-color: #12A960 !important;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
  }
  @media (max-width: 576px) {
    .cta_card .right .btn_green {
      width: 100%;
    }
    .security .col-lg-8 h1 {
      font-size: 35px;
    }
    .security .col-lg-8 p {
      font-size: 16px;
    }
    .about_us .right img {
      width: 350px;
    }
    .service_body {
      height: 500px;
      overflow-y: scroll;
    }
    .service_head p {
      font-size: 20px;
    }
    .service_card {
      margin-left: 0;
      margin-right: 0;
    }
    .header .left h2 {
      font-size: 20px;
    }
    .header .left h1 {
      font-size: 35px;
    }
    .header .right img {
      width: 350px !important;
    }
    .about .dot img {
      width: 100px;
    }
    .about .left {
      margin-top: 30px;
    }
    .about .left img {
      width: 350px;
    }
    .about .right {
      margin-top: 30px;
    }
  }/*# sourceMappingURL=style.css.map */