@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
a {
    text-decoration: none;
}
p {
    font-weight: 300;
}
h2 {
    font-size: 44px;
    font-weight: 600;
    color: #000;
}
h3.font_style {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    margin: 20px 0;
}
a.nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.hero {
    padding: 80px 0;
    background: #081936;
    color: #fff;
}
.hero h1 {
    font-size: 56px;
    font-weight: bold;
    line-height: 74px;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 20px 0;
}
.marquee-content {
    display: flex;
    align-items: center;
    animation: scroll 20s linear infinite;
}
.marquee img {
    margin: 0 30px;
    width: auto;
}
img.bt_img {
    /* width: 150px !important; */
    height: 100px;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.about {
    background: #081936;
    padding: 80px 0;
    color: #fff;
}
.rounded {
    border-radius: 2.25rem !important;
}
.about h2 {
    color: #fff;
}
.about p {
    font-size: 14px;
    line-height: 1.75;
}
.types {
    text-align: center;
    padding: 60px 0;
}
.icon_type {
    background: #081936;
    padding: 40px 20px;
    border-radius: 20px;
    margin: 30px 0 0;
}
.icon_type h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.icon_type img {
    filter: invert(1);
    width: 100px;
    margin: 20px 0;
}
.why {
    padding: 80px 0;
    background: #081936;
    color: #fff;
}
.why h2{
    color: #fff;
    font-size: 40px;
    line-height: 60px;
}
button.btn.btn-danger {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    background: #db0014;
    border: none;
    margin: 10px 0 30px;
}
.testimonials {
    background: #e4edf5;
}
.testi {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
}
.testimonials h2{
    text-align: center;
    margin-bottom: 40px;
}
.faq h2{
    text-align: center;
    margin-bottom: 40px;
}
.ft_content h4 {
    color: #fff;
    font-size: 35px;
}
.ft_content ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
p.end_ft {
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 40px 0 0;
    border-top: 1px solid #626262;
    padding: 20px 0 30px;
}
p.end_ft a {
    color: #99bfff;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .hero h1 {
        font-size: 43px;
        font-weight: bold;
        line-height: 52px;
    }
    h2 {
        font-size: 35px;
        margin: 26px 0 15px;
    }
    h3.font_style {
        font-size: 25px;
    }
}