body {
    font-family: 'Poppins', sans-serif;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #004EFF;
    --bs-btn-border-color: #004EFF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0040D0;
    --bs-btn-hover-border-color: #0040D0;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0040D0;
    --bs-btn-active-border-color: #0040D0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #004EFF;
    --bs-btn-disabled-border-color: #004EFF;
}

.text-primary {
    color: #004EFF !important;
}

.bg-primary {
    background-color: #004EFF !important;
}

.banner-btn small {
    font-size: small;
}

.title hr {
    border-color: #004EFF;
    border-width: 2px;
    width: 100px;
    margin: 0 auto;
    opacity: 1;
}

.home-card {
    background-image: url('../images/bg-blue.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.list-unstyled li {
    padding-left: 24px;
    background-image: url('../images/list-check.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 12px;

}

.home-section-one {
    background-color: #060633;
    background-image: url('../images/bg-home-section-one.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 480px) {
    .home-section-one {
        background-position: -720px top;
        background-blend-mode: overlay;
    }
    .home-section-one h2 {
        font-size: 1.3rem;
        line-height: 3vh;
    }
    .home-section-one h5 {
        font-size: 1rem;
        font-weight: normal;
        line-height: 3vh;
    }
  }

.home-section-two {
    background-color: #F2F7FF;
}

.home-section-four {
    background-image: url('../images/bg-home-section-four.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-section-six {
    background-image: url('../images/bg-home-section-six.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-section-seven {
    background-image: url('../images/bg-home-section-seven.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-section-seven .inner-seven {
    background-image: url('../images/bg-home-section-seven-a.png');
    background-repeat: no-repeat;
    background-position-y: 20px;
    background-position-x: 40px;
    background-size: contain;
}

.home-section-eight {
    background-image: url('../images/bg-home-section-eight.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-section-nine {
    background-color: #F2F7FF;
}

.home-section-nine .testimonial {
    background-image: url('../images/bg-home-section-nine-map.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 480px;
}

.home-section-ten {
    background-image: url('../images/bg-home-section-ten.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.carousel-indicators {
    margin-bottom: -5rem;
}

@media only screen and (max-width: 480px) {
    .carousel-indicators {
        margin-bottom: -2.6rem;
    }
  }

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #004EFF;
    opacity: .25;
}

.carousel-indicators .active {
    opacity: 1;
}

footer {
    background-color: #00070F;
    border-top: 1px solid #33393F;
}

@media only screen and (max-width: 480px) {
    .flags {
        font-size: 13px;
    }
  }