.logo a {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


    .header-area .header-bottom {
        padding: 17px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .header-area .header-bottom {
        padding: 17px 0px;
    }
}

@media (max-width: 575px) {


    .header-area .header-bottom {
        padding: 17px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}

@media (max-width: 575px) {


    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }
}

.header-area .header-top {
    background: #000;
    padding: 0px 0px;
}

.header-area .header-top .header-info-left ul li {
    color: #fff;
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
    font-weight: 100;
    font-family: "Muli", sans-serif;
    text-transform: normal;
}


.header-area .header-top .header-info-left ul li:last-child {
    margin-right: 0px;
}


.header-area .header-top .header-info-left ul li i {
    margin-right: 8px;
}


.main-header {
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {


    .main-header .main-menu {
        margin-right: 30px;
    }
}


.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .main-header .main-menu ul li {
        margin: 0 13px;
    }
}


.main-header .main-menu ul li a {
    color: #0d2d3e;
    font-weight: 600;
    padding: 33px 2px;
    display: block;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .main-header .main-menu ul li a {
        padding: 39px 0px;
    }
}

.main-header .main-menu ul li:hover > a {
    color: #FF3514;
}

.main-header .main-menu ul li:last-child a {
    padding-right: 0;
}

.main-header .main-menu ul li.active {
    position: relative;
}


.main-header .main-menu ul li.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #f04e3c;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 300px;
    background: #140C40;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.main-header .main-menu ul ul.submenu > li {
    margin-left: 7px;
    display: block;
}


.main-header .main-menu ul ul.submenu > li > a {
    padding: 6px 10px !important;
    font-size: 15px;
    color: #fdfdfd;
}


.main-header .main-menu ul ul.submenu > li > a:hover {
    background: none;
    padding-left: 13px !important;
}


.main-header .search span {
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    padding: 31px 19px;
    float: right;
}


.main-header ul > li:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}


.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
}


.header-area .header-top .header-info-right .header-social a i {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}


.header-area .header-top .header-info-right .header-social a:hover i {
    color: #ff2143;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}


.header-area .header-sticky.sticky-bar {
    background: #fff;
}


.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a {
    padding: 33px 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


    .header-area .header-sticky.sticky-bar {
        padding: 15px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .header-area .header-sticky.sticky-bar {
        padding: 15px 0px;
    }
}

@media (max-width: 575px) {


    .header-area .header-sticky.sticky-bar {
        padding: 15px 0px;
    }
}


.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
}


.mobile_menu .slicknav_menu {
    background: transparent;
    margin-top: 0px !important;
}


.mobile_menu .slicknav_menu .slicknav_btn {
    top: -32px;
}


.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #FF3514 !important;
}


.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 9px !important;
}


.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #FF3514;
}


.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px;
}


.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important;
}


.products h2 {
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 22px !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-1 {
    background: #606c88;
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);
    background: linear-gradient(to top, #4950571f, #77777700);
    margin-left: 10px;
    padding: 23px;
    transition: 0.6s;
    margin-bottom: 10px;
    color: #000 !important;
}


.products {
    background-image: url(assets/img/bucket-container-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;



}

.product-1:hover {
    color: #fff;
    background: linear-gradient(to right, #090707, #000000);
    padding: 23px;
}

.line {
    width: 181px;
    height: 5px;
    background-color: #dc3545;
    text-align: center;
    justify-content: center;
    display: -webkit-inline-box;
    margin-bottom: 52px;
}

.products h4 {
    font-family: "Muli", sans-serif;
    color: black;
    margin-top: 0px;
    font-size: 22px;
    margin-top: 58px;
    font-weight: bold;
    font-style: normal;
    /* font-weight: 500; */
    text-transform: normal;
}

.products h4:hover {
    color: #fff;

}

.product-range {
    background: #ff3514;
    padding: 20px;
    clip-path: polygon(100% 59%, -6px -377px, -4px 269%);

}

.product-range h2 {
    color: #fff;
}

.product-range2 {
    padding: 30px;
    background-color: #ccc;
}

.product-range2 h3 {
    font-size: 20px;
}

.goal h2 {
    font-size: 30px;
}

.goal {
    background-position: center;
    background-size: cover;

    padding: 60px;
}

.goal h3 {
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    font-size: 30px;
}

.c-1 {
    /* margin-left: 20px; */
    border: 1px solid #b8b7b770;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    background: #fff;
    justify-content: center;
    display: flex;
}

.section-padding40 {
    padding-top: 20px;

}

.about-low-area {
    background: #000000;
    position: relative;
}

.about-low-area .about-caption p {
    font-size: 16px;
    color: #d4dce9;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-right: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .about-low-area .about-caption p {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .about-low-area .about-caption p {
        padding-right: 0px;
    }
}

@media (max-width: 575px) {


    .about-low-area .about-caption p {
        padding-right: 0px;
    }
}

.about-low-area .experience span {
    color: #FF3514;
    font-size: 60px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .about-low-area .experience span {
        font-size: 42px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .about-low-area .experience span {
        font-size: 45px;
    }
}

@media (max-width: 575px) {


    .about-low-area .experience span {
        font-size: 45px;
    }
}

.about-low-area .about-right-cap {
    position: relative;
}

@media (max-width: 575px) {


    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .about-low-area .about-right-cap {
        padding-top: 50px;
    }
}

.about-low-area .about-right-cap .about-right-img img {
    width: 100%;
    margin-bottom: 15px;
}

.about-low-area .about-right-cap .img-cap {
    position: absolute;
    bottom: -7px;
    left: -33px;
    width: 179px;
    height: 180px;
    padding: 31px 10px;
    background: #FF3514;
    text-align: center;
}

@media (max-width: 575px) {


    .about-low-area .about-right-cap .img-cap {
        left: 0;
        width: 128px;
        height: 145px;
        padding: 8px 10px;
    }
}

.about-low-area .about-right-cap .img-cap::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 31px 34px;
    border-color: transparent transparent #ff3314 transparent;
    position: absolute;
    top: -29px;
    content: "";
    right: 0;
}


.about-low-area .about-right-cap .img-cap span {
    color: #fff;
    font-size: 50px;
}


.about-low-area .about-right-cap .img-cap p {
    color: #fff;
    font-size: 15px;
}


.about-low-area .about-right-cap p {
    font-size: 22px;
    color: #140C40;
    font-weight: 300;
    padding-right: 13px;
    line-height: 1.5;
}


.about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
}

.section-tittle h2 {
    font-size: 27px;
    display: block;
    color: #140c40;
    font-weight: 800;
    text-transform: normal;
    line-height: 1.4;
}


.gallery-area .single-gallery {
    position: relative;

    margin-bottom: 30px;
}

.gallery-area .single-gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(1, 10, 28, 0.4);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.gallery-area .single-gallery:hover::before {
    opacity: 1;
    visibility: visible;
}


.gallery-area .single-gallery .gallery-img {
    position: relative;
    height: 255px;
    margin-left: 10px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {


    .gallery-area .single-gallery .gallery-img {
        height: 420px;
    }
}


.gallery-area .single-gallery .thumb-content-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    transition: .4s;
    z-index: 2;
}


.gallery-area .single-gallery .thumb-content-box .thumb-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 26px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {


    .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


    .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {


    .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
        font-size: 32px;
    }
}


.gallery-area .single-gallery .thumb-content-box .thumb-content p {
    font-size: 16px;
    color: #ffff;
    padding: 0 82px;
    line-height: 1.6;
}

@media (max-width: 575px) {


    .gallery-area .single-gallery .thumb-content-box .thumb-content p {
        padding: 0 18px;
    }
}


.gallery-area .single-gallery .thumb-content-box .thumb-content a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}


.gallery-area .single-gallery .thumb-content-box .thumb-content a:hover {
    color: #fff;
    letter-spacing: 1px;
}



.tagline-message {
    padding: 2rem 0;
}

.tagline-message p {
    font-size: 18px;
    font-weight: 300;
}

.tagline-message .footer-copy p {
    font-size: 16px !important;
}

.tagline-message h3 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 0 2rem;
}

.tagline-v2 h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 41px;
    margin: 0 0 2rem;
    color: #140c40;
}

.tagline-v2 p {
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 2rem;
    font-weight: 300;
}

.products-sub h3 {
    font-size: 1.2rem;
}

.padleft30 {
    padding-left: 30px;
}

.section-tittle span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1px;
    color: #FF3514;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
}

.manu img {
    height: 70vh;
    margin-bottom: 10px;
    margin-top: 10px;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.categories-area .single-cat {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}



@media only screen and (min-width: 576px) and (max-width: 767px) {


    .categories-area .single-cat {
        padding: 30px 18px;
    }
}


.categories-area .single-cat .cat-icon img {
    margin-bottom: 30px;
    display: block;
}


.categories-area .single-cat .cat-cap h5 > a {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .categories-area .single-cat .cat-cap h5 > a {
        font-size: 21px;
    }
}

@media (max-width: 575px) {


    .categories-area .single-cat .cat-cap h5 > a {
        font-size: 23px;
    }
}


.categories-area .single-cat .cat-cap p {
    margin-bottom: 36px;
    color: #57667e;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .categories-area .single-cat .cat-cap p {
        font-size: 15px;
    }
}


.categories-area .single-cat .cat-cap a {
    color: #1c165c;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


.categories-area .single-cat:hover .cat-cap h5 {
    color: #000;
}

.product-mach h3 {
    font-size: 28px;
    text-align: center;
}

@media only screen and (max-width: 768px) and (max-width: 991px) {

    .logo a {
        color: #000;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .logo img {
        width: 40px;
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 17px !important;
    }

    .product-range {
        background: #ff3514;
        padding: 20px;
        clip-path: None;
    }

    .about-low-area .about-right-cap {
        padding-top: 0px;
    }

    .goal {

        padding: 4px;
    }

    .goal h3 {
        margin-top: 20px;
        font-size: 19px;
        margin-bottom: 10px;
    }

    .tagline-v2 h3 {
        font-size: 23px;
        line-height: 29px;
        margin-top: 17px;

    }

    .padleft30 {
        padding-left: 0px;
    }

}

.slider-height2 {
    background-color: #000;
    height: 100px;
    background-size: cover;
    color: #fff;
    margin-bottom: 20px;

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-height2 h2 {

    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.products-sub {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-bottom-area {
    background: #140C40;


}
