* {
    font-family: "Lexend", sans-serif;
}

.navbar-nav li{
    padding-right: 4rem;
}
.mrt-3{
    margin-top: 4rem;
}
.mrt-6{
    margin-top: 6rem;
}
.mrt-5{
    margin-top: 5rem;
}
.mrt-1{
    margin-top: 1rem;
}
.mr-2{
    margin: 2rem;
}

.mrr-2{
    margin-right: 2rem;
}
.mrr-5{
    margin-right: 5rem;
}
.mrr-10{
    margin-right: 10rem;
}
.mrrb-2{
    margin-bottom: 2rem;
}

.mrl-2{
    margin-left: 2rem;
}
.mrl-5{
    margin-left: 5rem;
}
.mrrb-1{
    margin-bottom: 1rem;
}

.d-cont{
    position: fixed;
    width: 100%;
}
.d-grid{
    display: grid;
    justify-items: center;
}

.bg-blu{
    background-color: #111E6C;
    
}
.bg-red{
    background-color: #9E1211;
}
.h-font{
    font-family: "jost", sans-serif;
    font-weight: 400;
    text-align: center;
    color:#000000;
    ;
}
.card h4{
    font-family: "jost", sans-serif;
    color: #111E6C;
    font-size: 30px;
    font-weight: 400;

}
.card p{
    font-family: "jost", sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 200;

}
.card{
    position: static;
}
.product-img{
    float: left;
    width: 20rem;
    height: 20rem;
    object-fit: cover;
}
.product-anchor{
    color: #212529;
}
.t-img{
    margin: 2rem;
    width: 52%;
    height: auto;
}
.t-items{
    display: grid;
    justify-items: center;
    align-items: center;
}
.t-tags{
    background: #030F56;
    padding: 5px 40px 5px 40px;
    border-radius: 15px;
    width: 230px;
}
.contac-submit{
    background: #62A1FF;
    padding: 12px 0px 12px 0px;
    border-radius: 45px;
    width: 140px;
    border: none;
    color: #000000;
}
.footer-mid-color{
    color: #62A1FF;
}
.copy-bg{
    background: #D9D9D9;
}
.fc-white{
    color: white;
}
.contact-bg-blue{
    background: #030F56;
}
.contactform input{
    border: none;
}
.contactform textarea {
    border: none;
}

.fs-20{
    font-size: 20px;
}
.fw-300{
    font-weight: 300;
}
.fw-200{
    font-weight: 200;
}
.w-13{
    width: 13rem;
}
.w-14{
    width: 14rem;
}
.w-20{
    width: 20rem;
}
.w-26{
    width: 26rem;
}
.w-12{
    width: 12rem;
}
.w-2{
    width: 2rem;
}
.visionw-50{
    width: 50%;
    height: auto;
}
.h-20{
    height: 20rem;
}
.card{
    border: none;
}

.c-pur{
    color: #111E6C;
}
.center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wr-45{
    width: 45rem;
}
.wr-45 p{
    font-weight: 300;
}
.cclient{
    width: 20rem;
}


.card-b{
    margin: 0;
    min-height: 100vh;
    display: grid;
    grid-auto-flow: column;
    place-content: center;
}
.br-ofa{
    border-radius: 1rem;
    overflow: auto;
}

.curvv{
    padding-bottom: 6rem;
    background-color: white;
    /* border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem; */
}
.pdbot-4{
    padding-bottom: 4rem;
}
.pdbot-2{
    padding-bottom: 2rem;
}
.pdbot-6{
    padding-bottom: 6rem;
}
.pdbot-85{
    padding-bottom: 85%;
}
.pdtop-2{
    padding-top: 2rem;
}
.pd-2{
    padding: 2rem;
}
.pd-3{
    padding: 3rem;
}
.pdl-12{
    padding-left: 12rem;
}
.pdr-12{
    padding-right: 12rem;
}

.contact-pd{
    padding: 2rem 2rem 2rem 0rem;
}
.footer-font{
    font-family: "jost", sans-serif;
    font-weight: 300;
    color: #555555;
    font-size: 1.5rem;
}


@media screen and (max-width: 500px) {
 
    .wr-45 {
        width: 70%;
    }
    .pdl-12{
        padding-left: 4rem;
    }
    .pdr-12{
        padding-right: 4rem;
    }
}
@media screen and (max-width: 700px) {
 
    .wr-45 {
        width: 70%;
    }
    .pdl-12{
        padding-left: 4rem;
    }
    .pdr-12{
        padding-right: 4rem;
    }
}