:root{

    --primary:#DE2219;      /* Brand Red */

    --primary-dark:#B71C16;

    --primary-light:#FCEAEA;

    --secondary:#2B2B2B;

    --dark:#1A1A1A;

    --light:#F8F9FA;

    --white:#FFFFFF;

    --text:#555555;

}

.btn-primary{

    background:var(--primary);
    border:1px solid var(--primary);

}

.btn-primary:hover{

    background:var(--primary-dark);
    border-color:var(--primary-dark);

}

.btn-outline-primary{

    color:var(--primary);

    border:2px solid var(--primary);

}

.btn-outline-primary:hover{

    background:var(--primary);

    color:#fff;

}

.navbar{

    background:#505050;

}

.nav-link{

    color:#222 !important;

    font-weight:500;

}

.nav-link:hover{

    color:var(--primary) !important;

}

.nav-link.active{

    color:var(--primary) !important;

}

.section-title{

    color:var(--primary);

    font-weight:700;

}

.section-title::after{

    content:"";

    width:80px;

    height:4px;

    background:var(--primary);

    display:block;

    margin-top:15px;

}

.product-card{

    transition:.35s;

    border-radius:15px;

}

.product-card:hover{

    transform:translateY(-8px);

    border-bottom:5px solid var(--primary);

}

.product-card i{

    color:var(--primary);

}

.icon-box{

    width:80px;

    height:80px;

    background:var(--primary-light);

    color:var(--primary);

    border-radius:50%;

}

.counter-section{

    background:var(--primary);

    color:#fff;

}

.footer{

    background:#222;

}

.footer a:hover{

    color:var(--primary);

}

.social-icons a{

    background:#333;

}

.social-icons a:hover{

    background:var(--primary);

}

.back-to-top{

    background:var(--primary);

}

.back-to-top:hover{

    background:var(--primary-dark);

}

.hero-slider .carousel-item::before{

    content:"";

    position:absolute;

    width:100%;

    height:100%;

    left:0;

    top:0;

    background:rgba(25,25,25,.55);

}

body{font-family:Arial,sans-serif}.hero{min-height:50vh;display:flex;align-items:center}

body{
    font-family:'Poppins',sans-serif;
}

/*.navbar{
    transition:0.4s;
}

.navbar-brand img{
    transition:0.3s;
}

.nav-link{
    font-weight:500;
    color:#333 !important;
    margin:0 8px;
    transition:.3s;
}

.nav-link:hover,
.nav-link.active{
    color:#0A4A8A !important;
}

.dropdown-menu{
    border:none;
    border-radius:10px;
}

.dropdown-item{
    padding:10px 20px;
}

.dropdown-item:hover{
    background:#0A4A8A;
    color:#fff;
}

.btn-primary{
    background:#0A4A8A;
    border:none;
}

.btn-primary:hover{
    background:#08376a;
}

.top-header{
    font-size:14px;
}

@media(max-width:991px){

.navbar-brand h5{
    font-size:18px;
}

.navbar-brand small{
    display:none;
}

.nav-link{
    padding:12px 0;
}

.btn{
    width:100%;
    margin-top:10px;
}

}*/

/*=================================
 NAVBAR
==================================*/

/*==================================================
                NAVBAR
==================================================*/

/*==========================================
            PREMIUM NAVBAR
==========================================*/

.navbar{
    background:#F5F5F5 !important;
    height:85px;
    padding:0;
    transition:all .35s ease;
    border-bottom:3px solid #DE2219;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    z-index:999;
}

/* Sticky */

.navbar.scrolled{
    height:75px;
    box-shadow:0 5px 20px rgba(0,0,0,.12);
}

/* Logo */
/*==================================
    Navbar Brand
==================================*/

.navbar-brand{
    display:flex;
    align-items:center;
    text-decoration:none;
}

.navbar-brand img{
    height:65px;
    transition:0.3s ease;
}

.navbar-brand img:hover{
    transform:scale(1.05);
}

/* Company Name */

.navbar-brand h5{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#DE2219;
    letter-spacing:0.5px;
    line-height:1.2;
    transition:0.3s ease;
}

/* Tagline */

.navbar-brand small{
    display:block;
    color:#666666;
    font-size:12px;
    font-weight:500;
    letter-spacing:0.5px;
    text-transform:uppercase;
}

/* Hover Effect */

.navbar-brand:hover h5{
    color:#C41E16;
}

.navbar-brand:hover small{
    color:#444444;
}

/* Sticky Navbar */

.navbar.scrolled .navbar-brand img{
    height:58px;
}

.navbar.scrolled .navbar-brand h5{
    font-size:22px;
}
.brand-text{
    margin-left:15px;
    padding-left:15px;
    border-left:2px solid #DE2219;
}

.navbar-brand{
    padding:0;
}

.navbar-brand img{
    height:65px;
    transition:.3s;
}

.navbar.scrolled .navbar-brand img{
    height:55px;
}

/* Menu */

.navbar-nav .nav-item{
    margin:0 6px;
}

.navbar-nav .nav-link{

    color:#444 !important;
    font-size:15px;
    font-weight:600;
    letter-spacing:.3px;
    padding:30px 12px;
    position:relative;
    transition:.35s;

}

/* Hover */

.navbar-nav .nav-link:hover{

    color:#DE2219 !important;

}

/* Active */

.navbar-nav .nav-link.active{

    color:#DE2219 !important;

}

/* Animated Underline */

.navbar-nav .nav-link::after{

    content:"";

    position:absolute;

    bottom:18px;

    left:50%;

    width:0;

    height:3px;

    background:#DE2219;

    transition:.35s;

    transform:translateX(-50%);

}

.navbar-nav .nav-link:hover::after{

    width:70%;

}

.navbar-nav .nav-link.active::after{

    width:70%;

}

/* Dropdown */

.dropdown-menu{

    border:none;
    border-radius:10px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
    padding:10px 0;

}

.dropdown-item{

    padding:12px 20px;
    font-weight:500;
    transition:.3s;

}

.dropdown-item:hover{

    background:#DE2219;
    color:#fff;

}

/* Button */

.navbar .btn-primary{

    background:#DE2219;
    border:none;
    border-radius:6px;
    padding:11px 24px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(222,34,25,.25);

}

.navbar .btn-primary:hover{

    background:#B61D16;
    transform:translateY(-2px);

}

/* Mobile */

@media(max-width:991px){

.navbar{

    height:auto;
    padding:10px 0;

}

.navbar-collapse{

    background:#F5F5F5;
    padding:20px;
    margin-top:15px;
    border-radius:10px;

}

.navbar-nav .nav-link{

    padding:12px 0;

}

.navbar .btn{

    width:100%;
    margin-top:15px;

}

}
/*------------------------------Navbar CSS Ends Here-----------------------------------------*/

/*-----------------------------------Footer CSS Starts Here------------------------------------*/

/* Footer */

.footer{
    background:#111827;
}

.footer h5{
    color:#fff;
    font-weight:600;
}

.footer p{
    color:#cbd5e1;
    line-height:1.8;
}

.footer ul{
    padding:0;
}

.footer ul li{
    list-style:none;
    margin-bottom:10px;
}

.footer ul li a{
    color:#cbd5e1;
    text-decoration:none;
    transition:.3s;
}

.footer ul li a:hover{
    color:#0d6efd;
    padding-left:6px;
}

.social-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-right:8px;
    border-radius:50%;
    background:#1f2937;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#0d6efd;
    transform:translateY(-4px);
}

.back-to-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:45px;
    height:45px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    z-index:999;
    transition:.3s;
}

.back-to-top:hover{
    background:#084298;
    color:#fff;
}

/*-------------------------------------Footer Css Ends Here-------------------------------------*/

/*====================================
 HERO CAROUSEL
=====================================*/

.hero-slider{
    margin-top:0;
}

.hero-slider .carousel-item{
    height:650px;
    position:relative;
}

.hero-slider .carousel-item::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.55);
    z-index:1;
}

.hero-slider .hero-img{
    width:100%;
    height:650px;
    object-fit:cover;
    object-position:center;
}

.hero-slider .carousel-caption{
    position:absolute;
    z-index:2;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    bottom:auto;
    text-align:left;
}

.hero-slider h5{
    color:#fff;
    letter-spacing:3px;
    font-size:18px;
    text-transform:uppercase;
}

.hero-slider h1{
    font-size:58px;
    font-weight:700;
    color:#fff;
    line-height:1.2;
    margin:20px 0;
}

.hero-slider p{
    font-size:18px;
    color:#f8f9fa;
    max-width:650px;
    line-height:1.8;
}

.hero-slider .btn{
    padding:14px 35px;
    border-radius:40px;
    font-weight:600;
}

.carousel-control-prev,
.carousel-control-next{
    width:60px;
}

.carousel-indicators{
    bottom:25px;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
}

@media(max-width:991px){

.hero-slider .carousel-item{
    height:500px;
}

.hero-slider .hero-img{
    height:500px;
}

.hero-slider h1{
    font-size:40px;
}

.hero-slider p{
    font-size:16px;
}

}

@media(max-width:576px){

.hero-slider .carousel-item{
    height:420px;
}

.hero-slider .hero-img{
    height:420px;
}

.hero-slider h1{
    font-size:30px;
}

.hero-slider h5{
    font-size:14px;
}

.hero-slider p{
    display:none;
}

.hero-slider .btn{
    padding:10px 22px;
    font-size:14px;
}

}

/*--------------------------hero carousel css ends here -----------------------------------*/

