@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
    font-weight: bold;
}
p,
li {
    font-size: 15px;
}
a {
    text-decoration: none;
}
.bg-dark {
    background-color: #002059 !important;
    color: #fff;
}
button.btn.btn-danger {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    background: #db0014;
    border: none;
}
.button_hover {
    background: #242424;
}
a.nav-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}
.hero {
    padding: 0 0 80px 0;
    background: url(../img/hero-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.hero h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 20px;
}
div#form {
    box-shadow: 20px 20px 0px 0 #d12088;
    background: #fff;
}
.font_style_h3 {
    background: #002059;
    padding: 40px 0 18px;
    text-align: center;
    font-weight: bold;
    margin-top: -20px;
    box-shadow: 0 -16px 25px #000
}
.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 {
    height: 100px;
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.about {
    background: url(../img/hero-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    color: #fff;
}
.about h2 {
    font-size: 35px;
    font-weight: bold;
}
.ab_content {
    background: #002059;
    padding: 30px;
    box-shadow: 20px 18px 0px #d12088, 0 0 27px #000000;
    margin: 25px 20px 0;
}
.ab_content h3 {
    font-size: 22px;
}
.import_content {
    background: #002059;
    padding: 32px;
    box-shadow: 10px 10px 0px #d12088, 0 0 0px #000000;
    color: #fff;
}
.import_content p {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}
.points_style {
    background: #002059;
    padding: 30px 20px;
    border-left: 10px solid #d12088;
    color: #fff;
    box-shadow: 0 10px 10px #898989;
}
footer {
    background: #0a0a0a;
    color: #fff;
    padding: 20px 0;
}
footer a {
    color: #e3e3e3;
    font-weight: bold;
    text-decoration: none;
}
.bottom-footer p {
    font-size: 13px;
    text-align: center;
    border-top: 1px solid;
    padding: 20px 0 0;
}
.img_txt img {
    filter: invert(1);
}
.logo_text img {
    width: 190px;
}