
:root {
    --primary-color: #6EA55A;
    --secondary-color: #E53D4A;
    --third-color: #0D658E;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

ul {
    margin: 0;
    padding: 0;
}

.btn {
    transition: all 0.3s linear;
}

.btn:hover {
    background-color: #3f8326;
    color: #fff
}

.top-header {
    background-color: transparent;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #ffffff2b;
}
.top-header-social-items li a { color: #fff; font-size: 15px }
.top-header-social-items li { margin-right: 13px }
.top-header-contacts li { margin-left: 13px }
.navbar_logo { width: 170px }
.navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.top-contact {
    background-color: transparent;
    color: #fff;
    border-radius: 100px;
    padding: 8px 29px;
    font-weight: 600;
    border: 1px solid #fff;
}
.home-wrapper {
    position: relative;
    height: 100vh;
    background-image: linear-gradient(to left bottom, #e43c49, #cb3d82, #9355a5, #4d63a7, #0d658e);
    overflow: hidden;
}
.home-wrapper::after {
    content: url('../img/slider-bg.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.carousel-content-heading {
    font-weight: bold;
    color: #fff;
    font-size: 4rem;
    margin-bottom: 20px;
}
.carousel-desc { font-size: 1.4rem; color: #eee }
.carousel-items-row { position: relative }
.discount {
    position: absolute;
    top: 30%;
    right: 28%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.3rem;
    font-weight: 700;
}
.carousel-sub-heading {
    color: #d1d1d1;
}
.btn-flat-primary {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    padding: 15px 3rem;
    border-radius: 6px;
}
.btn-flat-white {
    background-color: #fff;
    border: none;
    color: #000;
    padding: 15px 3rem;
    border-radius: 6px;
}
.navbar { border-bottom: 1px solid #ffffff2b }
.carousel,
.top-header,
.navbar { position: relative; z-index: 2 }
section { padding: 5rem 0 }
.about-heading { font-weight: 700; color: #000; font-size: 3rem }
.about-inner-subheading { position: relative; color: #adb5bd }
.about-inner p { font-size: 1.2rem; padding: 1rem 0; color: #435261 }
.btn-read { background-color: var(--primary-color); color: #fff; padding: 15px 40px }
.benefits {
    background-image: url('../img/services.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0000008c;
    background-blend-mode: overlay;
}
.btn-white {
    background-color: #FFF;
    border-radius: 0;
    padding: 13px 35px;
    font-weight: 600;
    color: #01132f;
}
.benefits-inner { background-color: #fff; border-radius: 4px }
.benefits-icon { color: var(--third-color); font-size: 3rem; padding: 15px }
.benefits-box-content h4 { color: var(--primary-color); font-weight: 600 }
.benefits-box-content p { font-size: 16px; color: #4c4c4c }
.product-box {
    position: relative;
    height: 350px;
    overflow: hidden;
    transition: all 0.3s linear;
}
.product-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}
.product-box:hover img { transform: scale(1.4) }
.product-inner {
    background-color: #ffffffe3;
    text-align: center;
    padding: 1rem;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn-products {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 15px;
}
.news {
    background-image: url('../img/news-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000b2;
    background-blend-mode: overlay
}
.news-box {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    padding: 1rem;
    background-color: #fff;
}
.news-box a { color: #000; text-decoration: none }
.news-box-img { height: 316px; overflow: hidden }
.news-box-img img { height: 316px; object-fit: cover }
.news-box h5 { font-size: 20px; font-weight: 600; color: #031c43 }
.post_date { color: #838383; font-size: 11px; margin: 30px 0 }
.news-box p { font-size: 17px; color: #425269 }
.read-post {
    background-color: var(--primary-color);
    color: #fff !important;
    border-radius: 3px;
    padding: 5px 20px;
}
.footer {
    position: relative;
    background-color: var(--primary-color);
    color: #fff;
    padding: 2.5rem 0;
    overflow: hidden;
}
.footer::after {
    content: url('../img/footer_bg.png');
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.footer ul li a,
.footer p,
.footer ul li { color: #fff }
.footer ul li { margin-bottom: 12px }
.footer img { width: 100px; border-radius: 5px }
.social-footer li { margin-right: 1.3rem }
.social-footer li a {
    color: #19325c !important;
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer-heading {
    font-size: 21px;
    margin-bottom: 13px;
    background-color: #423f4033;
    padding: 10px;
    border-radius: 10px;
}
.footer-inner { position: relative; z-index: 2 }
.copyright {
    background-color: var(--primary-color);
    color: #fff;
    border-top: 1px solid #ffffff1f;
    padding: 13px 0;
}
.copyright a { color: #fff;text-decoration: none; }
.copyright p { font-size: 13px;margin: 0; }
.footer a { text-decoration: none }
.inner-bg { background-color: #000 }
.vision h3 {
    font-size: 3rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.vision p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #818181;
}
.vision img { border-radius: 10px }
.valus-box {
    background-color: #efefef;
    padding: 2rem;
    height: 100%;
}
.valus-heading { font-size: 2rem; font-weight: 700 }
.valus-box p {
    font-size: 1rem;
    color: #646464;
    line-height: 1.7;
}
.contact-list li { 
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}
.contact-form .form-control {
    background-color: #ebedf0;
    border: none;
    padding: 10px 20px;
    box-shadow: none
}
.btn-contact { border: 1px solid #000; padding: 8px 20px }
.careers p { font-size: 1.2rem }

.product-details-heading {
    color: var(--primary-color)
}
.product-details p,
.product-details ul li {
    font-size: 1rem
}
.product-details ul li {
    margin-bottom: 15px;
}
.tab-content {
    padding: 2rem;
}
.nav-tabs .nav-link {
    color: #767676;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--third-color);
}
.partners-box {
    border: 1px solid #e7e7e7;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .top-header {
        display: none;
    }
    .carousel-content-heading {
        font-size: 2rem;
    }
    .carousel-items-row {
        padding: 0 !important;
    }
    .carousel .js-tilt {
        width: 100%;
    }
    .btn-flat-primary,
    .btn-flat-white {
        padding: 4px 10px;
    }
    .carousel-content .align-items-center {
        justify-content: center;
    }
    .discount {
        top: auto;;
        bottom: 18%;
        right: 44%;
        width: 77px;
        height: 77px;
        font-size: 1.3rem;
    }
    .carousel-desc {
        font-size: 1.1rem;
    }
    section {
        padding: 1rem 0;
    }
    .about-heading {
        font-size: 2rem;
    }
    .about-inner p {
        font-size: 1rem;
    }
    .btn-read {
        padding: 11px 30px;
        font-size: 13px;
    }
    .about-inner img {
        margin-top: 20px;
    }
    .benefits-inner {
        margin-top: 20px;
    }
    .benefits-inner {
        padding: 20px 10px !important;
    }
    .benefits-inner .row {
        margin: 20px 0 !important;
    }
    .section-top h2 {
        font-size: 17px;
    }
    .btn-products {
        font-size: 12px;
    }
    .benefits-box-content h4 {
        font-size: 16px;
    }
    .benefits-box-content p {
        font-size: 13px;
    }
    .product-inner h5 {
        font-size: 17px;
    }
    .product-box {
        margin-bottom: 12px;
    }
    .news-box {
        margin-bottom: 12px;
    }
    .vision p {
        font-size: 13px;
    }
    .vision h3 {
        font-size: 2rem;
    }
    .our-values {
        padding-top: 0 !important;
        padding-bottom: 2rem !important;
    }
    .our-values .col-lg-3 {
        margin-bottom: 20px;
    }
    .navbar-toggler {
        background-color: #fff
    }
    .careers p {
        font-size: 13px;
    }
    .careers-inner h5 {
        font-size: 15px;
    }
    .order-mob-1 {
        order: 1;
    }
    .order-mob-2 {
        order: 2;
    }
    .tab-content {
        padding: 1rem;
    }
    .product-details p, .product-details ul li {
        font-size: 14px;
    }
}