@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');

body{
    font-family: "Lato", sans-serif;
}

.theme-color-red{
    color: #5c5388;
}

.theme-bg-red{
    background-color: #5c5388;
}

span{
    font-weight: 900;
}

h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
}

.nav-link{
    text-transform: uppercase;
    color: #111;
    font-weight: 700;
}

.hero-bg{
    background:url(../img/banner1.png) no-repeat center center;
    background-size: cover;
    height: 90vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
}

/* .hero-bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 45%);
    z-index: -1;
} */

.hero-section{
    color: #ffffff;
}

.hero-section h1{
    font-size: 52px;
}


.features li{
    font-size:20px;
    line-height: 34px;
}

.footer-bg{
    background-color: #000;
}
.footer-bg h4{
    color: #fff;
}


.footer-social {
    margin: 15px 0px;
}

.footer-social a{
    color: #fff;
    padding: 6px;
}

.footer-links{
    list-style: none;
    padding: 0px;
}

.footer-links li{
    color: #fff;
}

.footer-links li a{
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    display: block;
}

.copyright{
    background-color: #5c5388;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
}


a.btn.btn-danger {
    background: #5c5388;
    border: 1px solid #5c5388;
    border-radius:0px ;
}
a.btn.btn-danger:hover {
    background: #b12025;
    border: 1px solid #b12025;
}

.card-body.text-center h5 {
    font-size: 17px;
}

.card.shadow.h-100 img.img-fluid.img-card-top {
    margin: 0px auto;
    padding: 24px;
        min-height: 258px;
}
.card-body h4.mt-3 {
    font-size: 20px;
}

.icn1{
    height: 50px;
    width: 50px;
}
.trust{
    padding: 45px 0px;
}
.trust-card{
    padding: 30px;
}
.trust-card p{
    font-size: 20px;
    font-weight: 600;
}
.heading-main h2{
    color: #5c5388;
    font-weight: 600;
}
.heading-main h2 span{
    color: #b12025;
}
.product-card h5{
    font-weight: 600;
}
.footer-links li{
    padding: 5px 0px;
}
.footer-links a li{
    padding: 5px 0px;
}
.footer-links a{
    text-decoration: none;
}
.form-section{
    background-color: #0000004d;
    padding: 30px;
}
.form-section h4{
    color: #fff;
}

@media only screen and (max-width: 767px){
    .hero-bg {
    height: 67ch;
    position: relative;
    display: block;
}
    .card.shadow.h-100 img.img-fluid.img-card-top {
    min-height: 132px;
}
}