body {
  font-family: "Roboto", sans-serif;
  min-width: 320px;
  color: #222;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1023.99px) {
  body {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767.99px) {
  body {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575.99px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}

a {
  text-decoration: none;
}

.text-blue-900 {
  color: #090F4A;
}

@media (min-width: 992px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 860px;
  }
}

.secondary-color {
  color: #9CFFB6;
}

.white-opacity-50 {
  color: rgba(255, 255, 255, 0.5);
}

.ah-h1 {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1023.99px) {
  .ah-h1 {
    font-size: 50px;
  }
}
@media (max-width: 767.99px) {
  .ah-h1 {
    font-size: 30px;
  }
}

.ah-h2 {
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 1023.99px) {
  .ah-h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.99px) {
  .ah-h2 {
    font-size: 28px;
  }
}

.ah-h3 {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 1023.99px) {
  .ah-h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.99px) {
  .ah-h3 {
    font-size: 30px;
  }
}

.ah-h4 {
  font-size: 35px;
  line-height: 1;
}
@media (max-width: 767.99px) {
  .ah-h4 {
    font-size: 24px;
  }
}

.ah-h5 {
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 767.99px) {
  .ah-h5 {
    font-size: 22px;
  }
}

.ah-h6 {
  font-size: 25px;
  line-height: 1;
}
@media (max-width: 767.99px) {
  .ah-h6 {
    font-size: 20px;
  }
}

@media (max-width: 767.99px) {
  .menu-list  {
    font-size: 18px !important;
  }
}

.text-xl {
  font-size: 35px;
  line-height: 1;
}
@media (max-width: 1023.99px) {
  .text-xl {
    font-size: 30px;
  }
}
@media (max-width: 767.99px) {
  .text-xl {
    font-size: 26px;
  }
}

.text-base {
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1023.99px) {
  .text-base {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767.99px) {
  .text-base {
    font-size: 18px;
    line-height: 32px;
  }
}

.text-sm {
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 767.99px) {
  .text-sm {
    font-size: 18px;
    line-height: 26px;
  }
}

.bg-primary {
  background: rgba(240, 243, 255, 0.5) !important;
}

.text-xs {
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 767.99px) {
  .text-xs {
    font-size: 14px;
    line-height: 22px;
  }
}

.text-xxs {
  font-size: 12px;
  line-height: 18px;
}

.btn {
  font-size: 18px;
  line-height: 27px;
  max-width: 270px;
  width: 100%;
  padding: 16px;
  display: inline-block;
  color: #15223A;
  font-weight: 700;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
@media (max-width: 767.99px) {
  .btn {
    font-size: 14px;
    line-height: 21px;
    max-width: 240px;
    padding: 12px 25px 12px 25px;
      font-weight: 700;
  }
}
@media (max-width: 374.99px) {
  .btn {
    font-size: 14px;
    line-height: 22px;
    max-width: 210px;
    padding: 12px;
  }
}

.btn-primary {
  background: #91A3FF !important;
  color: #090F4A !important;
  border: 2px solid #91A3FF !important;
}
.btn-primary:hover {
  background: transparent !important;
  color: #91A3FF !important;
}

.text-primary {
  color: #91A3FF;
}

.btn-secondary {
  background: #9CFFB6 !important;
  color: #090F4A !important;
  border: 2px solid #9CFFB6 !important;
}
.btn-secondary:hover {
  background: transparent !important;
  color: #9CFFB6 !important;
}

.btn-warning {
  background: #FAEBC9 !important;
  color: #090F4A !important;
  border: 2px solid #FAEBC9 !important;
}
.btn-warning:hover {
  background: transparent !important;
  color: #FAEBC9 !important;
}

.header {
  /*background: #15223A;*/
  background: #0F182A;
  position: sticky !important;
  top: -1px;
  z-index: 4;
}

.header-logo {
  max-width: 229px;
}
@media (max-width: 1023.99px) {
  .header-logo {
    max-width: 200px;
  }
}
@media (max-width: 767.99px) {
  .header-logo {
    max-width: 180px;
  }
}
@media (max-width: 575.99px) {
  .header-logo {
    max-width: 160px;
  }
}

@media (max-width: 991.99px) {
  .custom-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    /*background: #15223A;*/
    background: #0F182A;
    border-top: 1px solid #fff;
  }
}
.custom-navbar .navbar-nav {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
}
@media (max-width: 991.99px) {
  .custom-navbar .navbar-nav {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .custom-navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .custom-navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 40px;
  }
}
.custom-navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.custom-navbar .navbar-nav .nav-item .nav-link.active, .custom-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #9CFFB6;
}

.banner-section {
    background-image: url("../assets/dark_navy_waves.png");
    /*background: #080E47;*/
  /*background-size: cover;*/
  z-index: 0;
  position: relative;
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    background-size: 100% 100%;

}
.banner-section .img-holder {
  max-width: 1362px;
}
.banner-section .img-holder-2 {
  max-width: 921px;
}

.header-01.align-center .ah-h1:after {
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .header-01.align-xl-left .ah-h1:after {
    left: 0;
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .header-01.align-lg-left .ah-h1:after {
    left: 0;
    transform: translateX(0);
  }
}
.header-01 .ah-h1 {
  position: relative;
}
.header-01 .ah-h1:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 177px;
  bottom: 0;
  left: 0;
  background: #91A3FF;
}

.label-solution-section {
  position: relative;
}
.label-solution-section .img-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 20px);
  height: 744px;
}
.label-solution-section .img-holder img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}

.card-industry {
  background: #FAEBC9;
}
.card-industry.bg-primary {
  background: #91A3FF !important;
}
.card-industry.bg-warning {
  background: #9CFFB6 !important;
}
.card-industry .img-holder {
  max-width: 152px;
}
@media (max-width: 1023.99px) {
  .card-industry .img-holder {
    max-width: 110px;
  }
}
@media (max-width: 767.99px) {
  .card-industry .img-holder {
    max-width: 100px;
  }
}
@media (max-width: 575.99px) {
  .card-industry .img-holder {
    max-width: 90px;
  }
}
.card-industry .ah-h4 {
  position: relative;
}
.card-industry .ah-h4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 177px;
  transform: translateX(-50%);
  background: #222;
}

.footer {
    background-image: url("../assets/dark_navy_waves.png");
    /*background: #080E47;*/
    /*background-size: cover;*/
    z-index: 0;
    position: relative;
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
}
.footer .border-bottom {
  border-bottom: 1px solid #9CFFB6 !important;
}

.footer-logo {
  width: 100%;
  max-width: 320px;
}

.footer-right-holder {
  max-width: 610px;
  width: 100%;
  margin-right: 0;
}

.menu-list {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
}

.menu-list > li {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Before element (hidden by default) */
.menu-list > li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    width: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../assets/menu-item-hover.svg");
}

/* Show before on hover or if active */
.menu-list > li:hover::before,
.menu-list > li.active::before {
    opacity: 1;
    visibility: visible;
}

/* Default link style */
.menu-list > li > a {
    font-weight: 500;
    color: #fff;
    transition: all 0.35s ease;
}

/* Change link color on hover or active */
/*.menu-list > li:hover > a,*/
.menu-list > li.active > a {
    color: #9CFFB6; /* or any highlight color you prefer */
}


.social-list {
  display: flex;
  gap: 20px;
}
.social-list > li > a {
  width: 55px;
  height: 55px;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9CFFB6;
}

.service-card {
  background: #FAEBC9;
}
.service-card .img-holder {
  max-width: 104px;
}
@media (max-width: 767.99px) {
  .service-card .img-holder {
    max-width: 80px;
  }
}

.how-it-works-step .icon-holder {
  width: 169px;
  height: 169px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #FAEBC9;
  padding: 20px;
}
@media (max-width: 1199.99px) {
  .how-it-works-step .icon-holder {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1023.99px) {
  .how-it-works-step .icon-holder {
    width: 120px !important;
    height: 120px;
  }
}
.how-it-works-step .icon-holder:before {
  position: absolute;
  content: "";
  left: 93px;
  height: calc(100% + 100px);
  width: 5px;
  top: 0;
  z-index: -1;
}
@media (max-width: 1199.99px) {
  .how-it-works-step .icon-holder:before {
    left: 86px;
  }
}
@media (max-width: 1023.99px) {
  .how-it-works-step .icon-holder:before {
    left: 70px;
  }
}
@media (max-width: 991.99px) {
  .how-it-works-step .icon-holder:before {
    display: none;
  }
}
.how-it-works-step .icon-holder.bg-primary {
  background: #91A3FF !important;
}
.how-it-works-step .icon-holder.bg-primary:before {
  background: #91A3FF !important;
}
.how-it-works-step .icon-holder.bg-warning {
  background: #9CFFB6 !important;
}
.how-it-works-step .icon-holder.bg-warning:before {
  background: #9CFFB6 !important;
}

.card-lead-vertical {
  background: #FAEBC9;
  position: relative;
}
.card-lead-vertical.bg-primary {
  background: #91A3FF !important;
}
.card-lead-vertical.bg-primary .bottom-border {
  background: #6173CF;
}
.card-lead-vertical.bg-warning {
  background: #9CFFB6 !important;
}
.card-lead-vertical.bg-warning .bottom-border {
  background: #51B46B;
}
.card-lead-vertical .img-holder {
  max-width: 125px;
}
@media (max-width: 1023.99px) {
  .card-lead-vertical .img-holder {
    max-width: 100px;
  }
}
@media (max-width: 767.99px) {
  .card-lead-vertical .img-holder {
    max-width: 90px;
  }
}
@media (max-width: 575.99px) {
  .card-lead-vertical .img-holder {
    max-width: 80px;
  }
}
.card-lead-vertical .bottom-border {
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #C9B485;
}
@media (max-width: 1023.99px) {
  .card-lead-vertical .bottom-border {
    height: 30px;
  }
}
@media (max-width: 767.99px) {
  .card-lead-vertical .bottom-border {
    height: 20px;
  }
}
.card-lead-vertical .ah-h4 {
  position: relative;
}
.card-lead-vertical .ah-h4:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 177px;
  transform: translateX(-50%);
  background: #222;
  opacity: 0.5;
}

.choose-market-section {
  font-size: 21px;
  line-height: 35px;
}
@media (max-width: 1023.99px) {
  .choose-market-section {
    font-size: 19px;
    line-height: 32px;
  }
}
@media (max-width: 767.99px) {
  .choose-market-section {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .choose-market-section .img-holder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: calc(50% - 20px);
    height: 584px;
  }
}
.choose-market-section .img-holder img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.card-sale-funnel {
  font-size: 21px;
  line-height: 30px;
  background: #FAEBC9 !important;
  position: relative;
  color: #5A4A23;
}
.card-sale-funnel.bg-primary {
  background: #91A3FF !important;
  color: #090F4A;
}
.card-sale-funnel.bg-primary .ah-h4 {
  color: #090F4A;
}
.card-sale-funnel.bg-warning {
  background: #9CFFB6 !important;
  color: #1A4525;
}
.card-sale-funnel.bg-warning .ah-h4 {
  color: #1A4525;
}
.card-sale-funnel .ah-h4 {
  font-size: 32px;
  line-height: 40px;
  color: #5A4A23;
}
.card-sale-funnel .half-circle-edge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.card-sale-funnel .img-holder {
  position: relative;
  z-index: 1;
  max-width: 410px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .drive-more-section .ah-h1 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) {
  .drive-more-section .ah-h1 {
    font-size: 42px !important;
  }
}
@media (min-width: 1024px) {
  .drive-more-section .ah-h1 {
    font-size: 50px !important;
  }
}
@media (min-width: 1200px) {
  .drive-more-section .ah-h1 {
    font-size: 56px !important;
  }
}

.form-label {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .form-label {
    font-size: 20px;
    line-height: 32px;
  }
}

.form-control {
  border-radius: 10px;
  border-width: #D7CFCF;
  height: 59px;
}
@media (max-width: 991px) {
  .form-control {
    height: 50px;
  }
}

.form textarea.form-control {
  min-height: 136px;
}
.form .btn {
  border-radius: 10px;
  min-width: 100%;
}
.form .btn.btn-primary {
  background: #090F4A !important;
  border-color: #090F4A !important;
  color: #fff !important;
}
.form .btn.btn-primary:hover {
  color: #090F4A !important;
  background: transparent !important;
}

table {
  border-collapse: collapse;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 24px;
}
table th,
table td {
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #ddd;
}
table th {
  background-color: #e8eff9;
  font-weight: bold;
}
table tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=style.css.map */

.menu-active {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 17px;
    width: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/menu-item-hover.svg);
    color: #9CFFB6;
}
