body {
    margin: 0;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

:root {
    --primary-color: #ed1c26;
    --secondary-color: #90381f;
    --light-color: #fff;
    --dark-color: #000;
}

a {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", Sans-serif;
    font-weight: 600;
    color: #000000;
}

h1 {
    text-transform: uppercase;
    font-size: 35px;
}

.header {
    /* position: fixed;
    z-index: 99;
    width: 100%; */
    background-color: var(--dark-color);
}

.navbar-brand img {
    width: 75%;
}

.nav-item {
    color: #fff;
}

.nav-link {
    transition: none;
    color: #fff;
    margin: 0px 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.nav-link:hover {
    color: #fff;
}

.enq-btn a {
    color: #000;
    text-decoration: none;
    background: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: all .3s;
}

.enq-btn a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    z-index: -1;
    transition: all .3s;
}

.enq-btn a:hover {
    color: #fff;
}

.enq-btn a:hover::before {
    height: 100%;
}

.banner-section {
    overflow: hidden;
    background-color: #000;
}


.form-section {
    background: #000;
    padding: 20px;
}

.form-section h4 {
    color: var(--light-color);
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 25px;
}

.form-control {
    transition: none;
    background: #ffffff00;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
    border-color: #ffffff;
}

form button {
    border-radius: 0px !important;
    background: #ffffff !important;
    color: #000 !important;
    border-bottom: 2px solid #ed1d26 !important;
    border-radius: 7px !important;
}


::placeholder {
    color: rgb(255, 255, 255) !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: var(--light-color) !important;
    opacity: 1;
    /* font-size: 13px; */
}

::-moz-placeholder {
    color: var(--light-color) !important;
    opacity: 1;
    /* font-size: 13px; */
}

:-ms-input-placeholder {
    color: var(--light-color) !important;
    opacity: 1;
    /* font-size: 13px; */
}

:-moz-placeholder {
    color: var(--light-color) !important;
    opacity: 1;
    /* font-size: 13px; */
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
    color: #fff !important;
}


.header.fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background-color: #000000d1;
    animation: slideDown 0.70s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


.about-section {
    padding: 45px 0px;
    background-color: #e7e9e9;
}

.about-content h2 {
    text-align: right;
    font-family: "Khand", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
}

.about-content p {
    text-align: justify;
    color: #111111;
    font-weight: 500;
}

.about-btn a {
    display: inline-block;
    color: #ed1c26;
    text-decoration: none;
    font-weight: 700;
    padding: 0;
}

.about-btn {
    text-align: right;
}

.features {
    padding: 45px 0px;
}

.features .feature-box {
    text-align: center;
    padding: 20px 10px;
    box-shadow: 0px 0px 15px 5px rgb(211 211 211);
    border-radius: 9px;
}

.features .feature-box h2 {
    color: #000;
    font-size: 25px;
}

.features .feature-box h2 span {
    color: var(--primary-color);
    font-size: 16px;
}

.features .feature-box p {
    margin: 0;
}

.brands {
    padding: 45px 0px;
}

.brands h1 {
    text-align: center;
}

.products-heading {
    padding: 50px 0px 130px 0px;
    background-image: url(../images/ft-products-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.products-heading h1 {
    color: #fff;
}

.products {
    margin-top: -120px;
    z-index: 99;
}



.products .product-inner h3 {
    margin: 0px;
    padding: 15px 10px;
    font-size: 26px;
    color: #ffffff;
    background-color: var(--primary-color);
    display: block;
    z-index: 999;
    position: relative;
}

.products .product-inner {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding-top: 20px;

}

.products .product-inner img {
    height: 300px;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    padding-bottom: 20px;
}

.products .product-inner .data-box {
    width: 100%;
    min-height: 100px;
    position: absolute;
    padding: 10px 20px 20px 20px;
    bottom: -235px;
    transition: all .5s;
    background-color: #000000;
}

.products .product-inner .data-box p {
    font-size: 14px;
    color: #fff;
}

.products .product-inner:hover .data-box {
    bottom: 40px;
    display: flex;
    align-items: center;
}


.cta-button-section {
    padding: 45px 0px;
}

.cta-button-section .cta-btn {
    text-align: center;
}

.cta-button-section .cta-btn a {
    text-align: center;
    display: inline-block;
    color: var(--light-color);
    background-color: var(--primary-color);
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-transform: uppercase;
}

.cta-button-section .cta-btn a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
    transition: all .3s;
}

.cta-button-section .cta-btn a:hover::before {
    height: 100%;
}

.industries {
    padding: 45px 0px;
}

.industries h1 {
    text-align: center;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.industries h1 span {
    font-weight: 400;
    color: #333;
}

.industries .industry-img {
    padding: 5px;
    text-align: center;
}

.industries .industry-img h6 {
    font-family: "Tahoma", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}

.industries .industry-img img {
    border-radius: 40px;
}

.certificates {
    padding: 45px 0px;
}

.certificates-logo {
    text-align: center;
    display: flex;
    justify-content: center;
}


.certificates-logo img {
    width: 70%;
}


.arrow-left {
    left: -40px !important;
}


.arrow-right {
    right: -40px !important;
}


.arrow-left,
.arrow-right {
    transition: all 0.2s ease-In;
    color: #5f5f5f;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /* background: #5F3300; */
    /* border: 1px solid #5f330073; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
}

.footer {
    padding: 45px 0;
    background-image: url(../images/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.footer::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #0000009d;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}


.footer .footer-info h3 {
    font-family: "Tahoma", Sans-serif;
    font-weight: 600;
    color: var(--light-color);
    font-size: 1.3rem;
    text-transform: uppercase;
}

.footer .footer-info ul li {
    position: relative;
    padding-left: 30px;
    color: #ffffffc7;
    font-family: "Tahoma", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}


.footer .footer-info ul li svg {
    position: absolute;
    left: 0;
    top: 6px;
    color: #ffffffc7;
    font-size: 18px;
}

.footer #enq-form {
    background: #000000b8;
    padding: 25px 15px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.footer #enq-form h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}


@media screen and (max-width: 768px) {
    .navbar-toggler {
        background: #fff !important;
    }

    /* .arrow-right, .arrow-left {
        display: none !important;
    } */
}

@media screen and (max-width: 600px) {
    .about-img {
        margin-top: 20px;
        text-align: center;
    }

    .features .feature-box {
        margin-top: 10px;
    }
}