body{
    font-family: 'Poppins', sans-serif;
}
a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
label{
    font-family: 'Poppins', sans-serif;
}
.bg-cream{
    background-color: #f4e8c5;
}
.bg-light-cream{
    background-color: #fff7e5;
}
.logo{
    width: 200px;
}
.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-link{
    padding-top: 22px;
    padding-bottom: 22px;
    color: rgba(0,0,0,.6);
    font-weight: 600;
    font-size: 15px;
}
.nav-link:hover{
    color: #111;
}
.carousel-caption {
    top: 33%;
    text-align: left !important;
    left: 10% !important;
}
.banner-text{
    padding: 20px 40px;
    background: #1119;
}
.banner-text h5{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.banner-text p{
    font-size: 18px;
    margin-bottom: 02px;
    color: #fff;
}
.lg-heading{
    font-weight: 600;
    font-size: 30px;
}
.main-heading{
    font-weight: 600;
    font-size: 22px;
}
.section{
    padding-top: 46px;
    padding-bottom: 46px;
}
.top-heading{
    font-size: 18px;
    color: #4c3a3a;
}
.underline{
    background-color: #e41f29;
    height: 3px;
    width: 50px;
    margin: 12px 0px;
}
.btn-red{
    color: #ffffff!important;
    border-color: #e3120b;
    border-radius: 0px;
    font-size: 14px;
    background-color: #e3120b;
    padding-top: 14px!important;
    padding-right: 30px!important;
    padding-bottom: 14px!important;
    padding-left: 30px!important;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    transition: all 300ms ease 0ms;
    display: inline-block;
}
.btn-red:hover{
    background-color: #121212!important;
}
.img-brdr{
    border: 5px solid;
    border-color: rgba(51,51,51,0.26);
}
.why-uni-list{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-right: 10px;
}
.why-uni-list i{
    color: #E32028;
    font-size: 20px;
}
.bg-img-quality{
    background-image: url(../images/best-quality.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-red{
    color: #e41e28;
}
.footer-container{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #212529;
}
.footer-container p{
    color: #f2f2f269;
    font-size: 12px;
}
.footer-container a{
    color: #c4c0c0 !important;
}
.social-media a i{
    background-color: #3b5998!important;
    padding: 9px;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    font-weight: 400;
    border-radius: 4px;
    font-size: 18px;
}
.footer-menu-link{
    color: #c4c0c0 !important;
    margin-right: 8px;
    margin-left: 08px;
}

.banner-container{
    padding: 56px 0px;
}
.banner-bg{
    background-image: url(../images/global-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-heading{
    font-size: 35px;
    font-weight: 800;
    color: #fff;
}
.banner-link{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.product-card{
    padding-top: 32px!important;
    padding-right: 32px!important;
    padding-bottom: 32px!important;
    padding-left: 32px!important;
    margin-top: 22px!important;
    margin-bottom: 0px!important;
    background-color: #f7f7f7;
    border: 1px solid;
    border-color: rgba(51,51,51,0.27);
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
}
.prod-heading{
    font-size: 20px;
    font-weight: 800;
}
.prod-sub-heading{
    font-size: 16px;
    color: #000;
}
.prod-details h5{
    font-size: 14px;
    color: #000;
    font-weight: 800;
    border-top: 1px solid #ebcfcf;
    padding: 7px 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-top-section{
    background-image: url(../images/footer-top-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-top-overlay{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0,0,0,0.44);
}
.footer-top-heading{
    font-size: 42px;
    font-weight: 800;
    color: #fff;
}
.footer-top-subheading{
    font-size: 24px;
    color: #fff;
    margin-top: 14px;
    margin-bottom: 15px;
}
.contact-information h2{
    font-size: 22px;
}
.contact-information h2 i{
    font-size: 32px;
    color: #e3120b;
    width: 34px;
    text-align: center;
}

.contact-form-content .form-group{
    margin-bottom: 24px;

}
.contact-form-content .form-control{
    border: 1px solid #bbb !important;
    border-radius: 0px !important;
    padding: 16px;
    background-color: #fff;
    font-size: 14px;
}

@media only screen and (max-width: 680px) {
    .nav-link{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .banner-text h5{
        font-size: 14px;
    }
    .carousel-caption{
        top: 0%;
        left: 14% !important;
    }
    .banner-text{
        padding: 02px;
        text-align: center;
    }
    .banner-text p{
        font-size: 9px;
    }
    .btn-red{
        padding: 8px 20px !important;
        margin-bottom: 20px;
    }
    .why-uni-list{
        display: block !important;
    }
    .footer-top-heading{
        font-size: 22px;
    }
    .footer-top-subheading{
        font-size: 18px;
    }
    .product-card{
        padding: 10px !important;
    }
    .banner-heading{
        font-size: 28px;
    }
    .lg-heading{
        font-size: 24px;
    }
    .main-heading{
        font-size: 17px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
}