html {}

/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */

:root {
    --col1: #231f20;
    --col2: #ec1c24;
    ;
}


body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    color: var(--col1);
    font-size: 18px;
    letter-spacing: -0.3px;
    /* font-family: "Segoe UI", Arial, sans-serif; 
    font-family: "Rubik", sans-serif;
    font-weight: 400;*/

    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}


section {
    position: relative;
}

* {
    box-sizing: border-box;
}

a,
a *,
button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #eb1c22;
}

button,
button:hover {
    cursor: pointer;
    background: transparent;
}

button:hover {
    background-color: #eb1c22;
}

button:focus {
    outline: none;
}

img {
    width: 100%;
}

input,
button {
    outline: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
}

b {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

.container {
    width: 90%;
    max-width: 1230px;
    margin: 0px auto;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex.js {
    justify-content: start;
}

.flex.jc {
    justify-content: center;
}

.flex.je {
    justify-content: end;
}

.flex.as {
    align-items: start;
}

.flex.au {
    align-items: unset;
}

.d-none {
    display: none;
}

.col50 {
    width: 50%;
    padding: 0 50px;
}

.col48 {
    width: 48%;
}

.d-none {
    display: none;
}

.bg1 {
    background: #f0f0f0;
}

.products.cateMain .item {
    width: calc(33.333333% - 22px);
    margin: 10px;
    padding: 0 30px;

    border: 1px solid #c6c6c64f;
    padding-bottom: 40px;
    border-radius: 10px;
    background: #f9f9f9de;
}

.products.cateMain.tc {
    text-align: center;
}

.btn1 {
    display: block;
    color: #666;
    margin-top: 20px;
}

.btn1 a {
    color: #ec1c24;
    border: solid 1px #ee1c25;
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 20px;
}

.btn1 a:hover {
    background-color: #ee1c25;
    color: #fff;
}

.mt_gap {
    margin-top: 120px;
}

.clip3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    background-color: #fff;
    width: 100%;
    border-bottom: solid 4px #ccc;
    padding: 10px 0px;
    padding-top: 0;
}

.top-nav {}

.top-nav .container {
    justify-content: end;
}

.top-nav a {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    padding: 10px 0px;
    padding: 1px 0px;
}

.top-nav a img {
    width: 13px;
    margin-right: 3px;
    position: relative;
    top: 0px;
}

.top-nav a:hover {}


.navbar {
    padding-top: 30px;
}

.navbar .container {
    justify-content: space-between;
    align-items: center;
}

.navbar .brand {
    /* max-width: 200px; */
    max-width: 320px;
    position: relative;
    top: -10px;
    display: flex;
}

.navbar .brand img {
    width: 150px;
}

.navbar .brand a:first-child img {
    margin-right: 20px;
}

.navbar .brand img {
    position: relative;
}

.navbar .brand b {
    display: block;
    position: absolute;
    bottom: -29px;
    left: 0;
    width: 500px;
    font-size: 10.8px;
    letter-spacing: -0.5px;
    color: #231f20;
}

.navbar .brand b span {
    color: #ed1b23;
}

.navbar .menu {
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-top: -15px;
}

.navbar .menu a {}

.navbar .menu a:hover {
    color: #ec1d24;
}

.navbar .menu .drop {
    position: relative;
}

.navbar .menu .drop span {
    display: inline-block;
    /* font-size: 14px; */
    font-size: 16px;
    padding: 10px 20px 10px 15px;
    ;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    z-index: 2;

}

.navbar .menu .drop span::after {
    position: absolute;
    content: "";
    background: url(../img/down-arrow.svg) no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 5px;

}





.navbar .menu .drop:hover span {
    background-color: #6f6f6f;
    color: #fff;
}

.navbar .menu .drop .items {
    padding: 10px 0px;
    /* width: 300px; */
    width: 240px;
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 37px;
    background-color: #6f6f6f;

}

.navbar .menu .drop .items a {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    text-transform: capitalize;
    background-image: url(../img/right-arrow-alt.svg);
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 35px;
}

.navbar .menu .drop .items a:hover {
    padding-left: 40px;
}

.navbar .menu .drop:hover .items {
    display: block;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    background-color: #ccc;
    margin-top: 115px;
    max-height: 600px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    height: 70vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .slide:before {
    content: '';
    background-color: #ee1c24;
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

.slide h1 {
    height: 70px;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 8px 0;
    justify-content: center;
    background: #FFFFFF24;
    border-radius: 0 0 5px 5px;
    margin-top: 20px;
}

.slider span {
    position: absolute;
    /* bottom: 15vh; */
    top: calc(50%);
    transform: translateY(-50%);
    color: #FFF;
    text-shadow: 1px 1px 1px #00000080;
    font-size: 14px;
    max-width: 500px;
    display: table;
    margin: 0 auto;

}

.slide span.subTitle {
    font-size: 34px;
    font-weight: 400;
    display: block;
    /* margin-bottom: 14vh; */
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.title {
    padding: 50px 0px;
    font-size: 33px;
    /* letter-spacing: 1px; */
}

.title.ce {
    text-align: center;
}

.title.ce p {
    margin: 0 auto;
}

.title.bg span {
    /* background-image: url(../img/titlebg.png); */
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 33px;
    padding-right: 44px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.title p {
    font-size: 15px;
    max-width: 1000px;
    color: #757474;
    letter-spacing: 0.3px;
    line-height: 24px;
}

.products {
    margin-bottom: 40px;
}

.products .container {
    flex-wrap: wrap;
}

.products .item {
    width: 26%;
    margin-bottom: 70px;
}

.products .item .thumb {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.products .item .thumb img {
    max-height: 280px;
    width: auto;
    max-width: 100%;
}

.products .item h3 {
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 10px;
    margin-top: 10px;

}

.products .item p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
}

.products .item b {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0px;
    display: block;
    color: #666;
}

.products .item b span {
    font-weight: 500;
    color: #ec1d24;
}

.btns {
    display: flex;
    margin-top: 15px;
}

.btns a {
    text-align: center;
    height: 36px;
    line-height: 34px;
}

.btns a:nth-child(1) {
    color: #ec1c24;
    border: solid 1px #ee1c25;
    border-radius: 6px;
    margin-right: 15px;
    font-weight: 500;
    min-width: 100px;
    padding: 0 10px;
}

.btns a:nth-child(2) {
    /* color: #666; */
    color: #463d3d;
    font-size: 17px;
    background-image: url(../img/right-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 24px;
}

.btns a:nth-child(1):hover {
    background-color: #ee1c25;
    color: #fff;
}

.btns a:nth-child(2):hover {
    color: #231f20;
}

.pro-exp {}

.pro-exp .banner {
    margin-top: 122px;
}

.pro-exp .banner .container {
    padding: 30px 0px;
}

.pro-exp .banner .thumb {
    width: 50%;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    height: 500px;
    position: relative;
}

.pro-exp .banner .thumb .disclaimer {
    position: absolute;
    font-size: 13px;
    left: 82px;
    bottom: 40px;
    color: #777;
}

.pro-exp .banner .thumb img {
    width: auto;
    max-height: 440px;
    max-width: 500px;
}

.pro-exp .banner .data {
    width: 50%;
    padding-left: 5%;
}

.pro-exp .banner .data h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;

}

.pro-exp .banner .data p {
    font-size: 22px;
    color: #666;
    padding-top: 15px;
    width: 80%;
    margin-bottom: 50px;
}

.pro-exp .banner .data ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    color: #5d5d5d;
    font-size: 16px;
}

.pro-exp .banner .data ul li {
    padding: 6px 0;
    position: relative;
    padding-left: 20px;
}

.pro-exp .banner .data ul li.hili {
    color: #000;
    font-weight: 500;
    /* font-weight: bold; */
    background: #f2f2f2;
    border-radius: 5px;

    width: fit-content;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 21px;
}

.pro-exp .banner .data li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #c6c6c6;
    top: 10px;
    left: 5px;
    border-radius: 50%;
}

.pro-exp .banner .data li.hili::before {
    top: 13px;
}

.pro-exp .pro-details {
    background-color: #f1f1f1;
    padding: 50px 0px;
}

.pro-exp .pro-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.pro-exp .pro-details ul li {
    font-size: 17px;
    padding: 10px 0px 10px 30px;
    position: relative;
    width: 50%;
}

.pro-exp .pro-details.sub ul li {
    width: 100%;
}

.pro-exp .pro-details ul li:before {
    content: '';
    background-image: url(../img/right-arrow.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
}

.pro-exp .pro-details .head {
    font-size: 24px;
    margin-bottom: 20px;
}

footer {
    background-color: #221f1f;
    padding-top: 6%;
    position: relative;
}

footer .container {
    align-items: flex-start;
}

footer .shape {
    position: absolute;
    left: 0;
    top: -27px;
    width: 100%;
    display: none;
}

footer .shape .shape-child {
    height: 150px;
    background-color: #ed1c24;
}

footer .flogo {
    max-width: 150px;
}

footer .address {
    position: relative;
    margin-bottom: 20px;
}

footer .address p {
    font-size: 15px;
    position: relative;
    line-height: 35px;
    color: #ccc;

}

footer .address b {
    font-size: 20px;
    display: block;
    color: #ccc;
    margin-bottom: 25px;

}

footer .address p a {
    color: #ccc;
    line-height: 27px;
}

footer .address p a:hover {
    color: #ed1c24;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {}

footer ul li a {
    font-size: 15px;
    color: #ccc;
    line-height: 34px;

}

footer ul li a:hover {
    color: #ed1c24;
}

footer ul.social {
    margin-top: 0px;
}

footer ul.social li a {
    line-height: 35px;
}

footer ul.social li a i {
    margin-right: 6px;
}

footer .end {
    border-top: dashed 1px #282830;
    padding: 15px 0px;
    margin-top: 5%;
}

footer .end .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .end .container p {
    font-size: 12px;
    color: #a0a0a0;
}

footer .end .container a {
    color: #f6f9fc;
    font-size: 11px;
    text-transform: uppercase;

}

footer .end .container a:hover {
    color: #ed1c24;
}

.btn2 {
    display: inline-block;
}

.btn2 a {
    padding: 7px 16px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn2.re a {
    background: #eb1c22;
}

.btn2.bl a {
    background: #000000;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 40px;
    width: 80%;
    max-width: 500px;
    position: relative;
    border-radius: 4px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.close:hover {
    color: #000;
}

.open-btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

form .quote input,
form .quote textarea,
form .quote select {
    display: block;
    padding: 10px 0;
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #FFF;

}

form .quote input[type=submit] {
    width: 100px;
    background: #EB1C22;
    color: #FFF;
    border: 0;
    cursor: pointer;
}


.quote h2 {
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #eb1c22;

}

form .quote input.inputProName {
    font-size: 16px;
    border: 0;
}

.banner-sub {
    height: 65vh;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    color: #FFF;
}

/* .banner-sub img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.top-contact-header {
    font-size: 14px;
    padding: 10px 0;
}

.top-contact-header img {
    width: 15px;
    margin-left: 10px;
    margin-right: 5px;
}

.top-contact-header a {
    color: var(--col1);
}

.top-contact-header>div {
    display: flex;
}

.top-contact-header>div a {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.top-contact-header>div a:hover {
    color: var(--col2);
}

.top-contact-header .sub {
    padding: 0 5px;
    display: flex;
}

.top-contact-header .sub .sub-contact-wrap {
    display: flex;
    flex-wrap: wrap;
}

.header-caption {
    padding: 11px 10px;
    border: 1px solid #ececec;
    border-radius: 5px;
    color: #EB1C22;
    pointer-events: none;
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
}




.slider .thumbnails {
    text-align: center;
    margin-top: 15px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.slider .thumbnails .thumb {
    width: 60px;
    height: 40px;
    object-fit: cover;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #FFFFFF8C;
    transition: border 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

.slider .thumbnails .thumb.active,
.slider .thumbnails .thumb:hover {
    border: 1px solid #007bff;
}

.btn3 a {
    background: #ed1b23;
    margin-top: 20px;
    display: block;
    width: fit-content;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}


@media only screen and (max-width: 767px) {

    .col48,
    .col50,
    .pro-exp .banner .thumb,
    .products.cateMain .item,
    .pro-exp .banner .data,
    .products.cateMain .item,
    footer .item {
        width: 100%;
    }

    .navbar {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .slider .thumbnails {
        right: 0;
        left: 0;
        margin: auto;
    }

    .slider .thumbnails .thumb {
        width: 40px;
        height: 30px;
    }

    .slide span.subTitle {
        font-size: 20px;
    }

    .top-contact-header {
        justify-content: center;
        padding: 7px 0;
    }

    .top-contact-header .sub {
        padding: 3px 0;
        font-size: 13px;
    }

    .d-sm-none {
        display: none !important;
    }

    .navbar .menu {
        width: 100%;
        justify-content: center;
        margin-top: -5px;
    }

    .navbar .brand {
        max-width: unset;
        justify-content: center;
        width: 100%;
    }

    .navbar .brand img {
        width: 120px;
    }

    .navbar .menu .drop span {
        font-size: 14px;
    }

    .top-contact-header .sub:first-child {
        margin-right: 10px;
    }

    .header-caption {
        position: absolute !important;
        bottom: 6px;
        padding: 0;
        border: 0;
        font-size: 13px;
    }

    .slider span {
        max-width: 50%;
    }

    .slide h1 {
        align-items: start;
        background: none;
        margin-top: 54px;
        font-size: 27px;
    }

    .slider span {
        font-size: 12px;
    }

    .title.bg span {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 24px;
    }

    .btns a:nth-child(1) {
        padding: 6px 7px;
    }

    .open-btn {
        font-size: 14px;

    }

    .btns a {
        text-align: center;
        height: unset;
        line-height: unset;
    }

    .btns a:nth-child(2) {
        font-size: 15px;
        line-height: 27px;
    }

    form .quote input,
    form .quote textarea,
    form .quote select {
        padding: 5px 0;
    }

    /* .pro-exp .banner .thumb img {
	width: unset;
	max-height: unset;
	max-width: unset;
    } */

    .pro-exp .banner .thumb {
        flex-direction: column;
        height: unset;
    }

    .pro-exp .banner .thumb .disclaimer {
        left: 0px;
        bottom: 10px;
    }

    .pro-exp .banner .data {
        padding-left: 0%;
    }

    .pro-exp .banner .data h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: -7px;
        margin-top: 18px;
    }
    .pro-exp .banner .data ul {
        font-size: 15px;
    }
    .col50 {
        padding: 0;
    }
    .pro-exp .pro-details .head {
        margin-top: 16px;
    }
    .pro-exp .banner .thumb img {
	width: unset;
	max-height: unset;
	max-width: unset;
}



}

@media only screen and (min-width: 768px) {
    .top-contact-header {
        justify-content: end;
    }

}