.main {
    overflow: hidden;
}

.main-btn {
    min-width: 170px;
    height: 50px !important;
    line-height: 50px !important;
    display: inline-block;
    background-color: #C12735;
    padding: 0 60px 0 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    transition: all 0.6s ease-in-out;
}

.banner_title1 {
    font-family: var(--font-primary) !important;
}

.banner-text-main .main-btn {
    margin-top: 10px;
}

.main-banner .tp-bullets {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    width: 100% !important;
}

.main-banner .tp-bullet {
    position: relative !important;
    width: 20px !important;
    height: 8px !important;
    background-color: #CCCCCC !important;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    left: 0 !important;
}

.main-banner .tp-bullet.selected {
    width: 55px !important;
    height: 8px !important;
    background-color: #C12735 !important;
}

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

.main-btn:hover {
    color: #C12735;
}

.main-btn span {
    position: relative;
    z-index: 3;
}

.white-btn {
    min-width: 170px;
    height: 50px;
    line-height: 50px !important;
    display: inline-block;
    background-color: #fff;
    padding: 0 60px 0 25px;
    font-size: 16px;
    color: #C12735;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    transition: all 0.6s ease-in-out;
}

.white-btn::after {
    content: "";
    width: 44px;
    height: 44px;
    background-color: #BE1E2D;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    border-radius: 50px;
    transition: all 0.6s ease-in-out;
}



.white-btn:hover::after {
    width: calc(100% - 6px);
}

.white-btn:hover {
    color: #fff;
}

.white-btn span {
    position: relative;
    z-index: 3;
}

.white-btn .btn_arrow {
    width: 44px;
    height: 44px;
    background-color: #BE1E2D;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background-image: url(../images/btn-white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.white-btn .btn_arrow img {
    width: auto !important;
    height: auto !important;
}


.main-btn::after {
    content: "";
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    border-radius: 50px;
    transition: all 0.6s ease-in-out;
}

.main-btn:hover::after {
    width: calc(100% - 6px);
}

.btn_arrow {
    width: 44px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background-image: url(../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.btn_arrow img {
    width: auto !important;
    height: auto !important;
}

.main-btn {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #C12735;
    padding: 0 60px 0 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
    transition: all 0.6s ease-in-out;
}


.main-title {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    color: #1F1F1F;
    margin-bottom: 15px;
}

.hme-about {
    padding: 30px 0 110px;
}

.hme-about .flex {
    align-items: center;
}

.hme-about-content {
    width: 42%;
}

.hme-about-content .main-btn {
    margin-top: 10px;
}

.hme-about-image {
    width: 58%;
    min-height: 590px;
    padding-left: 70px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.hme-about-image img {
    width: 100%;
}

.hme-about-image-first {
    width: 47%;
    position: relative;
    z-index: 2;
}

.hme-about-image-first img {
    border-radius: 15px;
}

.hme-about-image-second {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    border-radius: 15px;
    z-index: 1;
}

.hme-about-round {
    width: 112px;
    height: 112px;
    background-color: #C12735;
    border-radius: 100%;
    position: absolute;
    left: -35px;
    top: -65px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hme-about-round img {
    width: auto;
}

.hme-category {
    width: 100%;
    padding: 110px 0 70px;
    background-image: url(../images/category-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hme-category .main-title {
    color: #fff;
    margin-bottom: 20px;
}

.hme-category .main-btn {
    margin: 0 auto;
    margin-top: 65px;
}

.hme-category .title-wrap p {
    color: #fff;
}

.title-wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.hme-category-list {
    width: 100%;
    margin-top: 20px;
}



.category-tab-wrap {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.category-tab {
    min-width: 235px;
    padding: 0px 20px;
    line-height: 70px;
    color: white;
    font-size: 22px;
	font-weight:600;
    text-align: center;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 5px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.category-tab.active {
    background-color: #C12735;
}

.category-tab:hover {
    background-color: #C12735;
}

.category-tabcontent {
    width: 100%;
    display: none;
    padding: 0;
    margin-top: 50px;
}

.category-tabcontent ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.category-tabcontent.active {
    display: block;
}


.category_tab_box {
    width: 100%;
    min-height: 350px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    background: rgba(255, 255, 255, 0.15);

}

.category_tab_box a {
    position: relative;
    z-index: 2;
}

.category_tab_img {
    width: 100%;
    padding: 10px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category_tab_img img {
    max-width: 90%;
    max-height: 260px;
    transition: all 0.3s ease-in-out;
}

.category_tab_box a:hover .category_tab_img img {
    transform: scale(1.1);
}

.category_tab_title {
    height: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 40px 10px 20px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    background-image: url(../images/arrow-tab.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.hme-featured_brand {
    width: 100%;
    padding: 110px 0;
}

.featuredSwiper {
    width: 100%;
    margin-top: 50px;
}

.featured_slider_box {
    width: 100%;
    background: #F8F8F9;
    border-radius: 10px;
    min-height: 510px;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.featured_slider_box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
/* :hover */
.featured_slider_box h4 {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.featured_slider_box:hover p {
    color: #fff;
}

.featured_slider_logo {
    width: 100%;
    position: relative;
    z-index: 9;
}

.featured_slider_logo img {
    transition: all 0.3s ease-in-out;
}

.featured_slider_box .featured_slider_logo img {
    filter: brightness(0) invert(1);
}

.featured_slider_content {
    margin-top: auto;
    position: relative;
    z-index: 9;
}

.featured_slider_content h4 {
    width: 100%;
    font-size: 17px;
/*     color: #BE1E2D; */
    color: #fff;
	
    padding-top: 20px;
    border-top: 1px solid rgba(227, 31, 38, 0.22);
    margin-bottom: 0;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.featured_slider_content p {
    transition: all 0.3s ease-in-out;
}

.hme-dealer-section {
    width: 100%;
    min-height: 400px;
    padding: 50px 0;
    background-image: url(../images/hme-dealer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: right center;
}

.hme-dealer-section .main-title {
    color: #fff;
    margin-bottom: 0;
    line-height: 70px;
	    text-shadow: 0 0 2px black;
}

.hme-media-section {
    width: 100%;
    padding: 110px 0;
}

.hme-media-section .main-btn {
    margin: 0 auto;
    margin-top: 65px;
}

.media_box {
    width: 100%;
}

.media_image {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.media_image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.media_image:hover img {
    transform: scale(1.1);
}

.media_content {
    width: 100%;
    padding-top: 15px;
    padding-right: 30px;
}

.media_content h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.media_content h4 a:hover {
    color: #C12735;
}

.media_content h5 {
    color: #C12735;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}

.media_content h5::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #C12735;
    position: absolute;
    left: 0;
    top: 10px;
}

.mediaSwiper {
    margin-top: 50px;
}

.footer {
    width: 100%;
    background-color: #000000;
    padding-top: 80px;
}

.footer_logo_section {
    width: 100%;
}

.footer_nav_section {
    width: 100%;
    padding: 60px 0 90px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.footer_nav_section h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    width: 100%;
}

.footer_nav_address {
    width: 36%;
    padding-right: 70px;
}

.footer_nav_address p {
    color: #fff;
}

.footer_nav_link {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}

.footer_nav_link ul {
    width: 50%;
}

.footer_nav_link ul li a {
    color: #fff;
    line-height: 24px;
}

.footer_nav_link ul li a:hover {
    color: #C12735;
}

.footer_nav_link ul li+li {
    margin-top: 15px;
}

.footer_location ul li a {
    color: #fff;
    line-height: 24px;
}

.footer_location ul li a:hover {
    color: #C12735;
}

.footer_location ul li+li {
    margin-top: 15px;
}

.footer_location {
    width: 19%;
    padding-right: 15px;
}

.footer_social {
    width: 12%;
}

.footer_social ul {
    display: flex;
    column-gap: 20px;
}

.footer_social ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.footer_social ul li a:hover {
    color: #C12735;
}

.footer_bottom {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-wrap: wrap;
}

.footer_bottom p {
    color: #fff;
}

.footer_bottom ul {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.footer_bottom ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.footer_bottom ul li a:hover {
    color: #C12735;
}

.footer_bottom ul li {
    position: relative;
}

.footer_bottom ul li::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    right: -10px;
    top: 5px;
}

.footer_bottom ul li:last-child:after {
    display: none;
}

.back-to-top-link {
    width: 100%;
    display: block;
    border: none;
}

.back-to-top {
    width: 60px;
    height: 60px;
    border: 2px solid #C12735;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.back-to-top::after {
    content: "";
    width: 30px;
    height: 79px;
    background-color: #000000;
    background-image: url(../images/back-arrow.png);
    background-position: center;
    position: absolute;
    top: 14px;
    margin: auto;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    transform: translateX(-30px);
    animation: upAndDown 1.5s ease-in-out infinite;
}


@keyframes upAndDown {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}




.about_section {
    width: 100%;
    padding: 110px 0;
}

.about_section .flex {
    align-items: center;
}

.about_section_content {
    width: 42%;
}

.about_section_image_wrap {
    width: 48%;
    margin-left: auto;
    position: relative;
}

.about_section_image {
    width: 89%;
    margin-left: auto;
}

.about_section_image img {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.about_small_image {
    width: 40%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: max-content;
    left: -50px;
}

.about_small_image img {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.mission_section {
    width: 100%;
    padding: 110px 0;
    background-color: #C12735;
}

.mission_section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.mission_section ul li {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px 35px;
}

.mission-icon {
    width: 60px;
    height: 60px;
    background-color: #C12735;
    border-radius: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.second-title {
    font-size: 30px;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 15px;
}

.product_category_section {
    width: 100%;
    padding: 110px 0;
}

.product_category_section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product_category_section ul li {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.product_category_section ul li img {
    width: 100%;
    height: 590px;
    background-size: cover;
    background-position: center;
}

.product_category_section ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.6951155462184874) 78%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

}

.product_category_section ul li:last-child:after {
    display: none;
}

.product_category_content {
    width: 100%;
    position: absolute;
    padding: 50px 40px;
    z-index: 3;
    bottom: 0;
}


.product_category_content .second-title,
.product_category_content p {
    color: #fff;
}

.product_category_content .main-btn {
    margin-top: 25px;
}

.product_category_content .white-btn {
    margin-top: 25px;
}


/**product list**/

.product_list_section {
    width: 100%;
    padding: 40px 0 110px;
}

.bredcrumb ul {
    display: flex;
	overflow:hidden;
	overflow-x:visible;
}

.bredcrumb ul li {
    position: relative;
	    white-space: nowrap;
}

.bredcrumb ul li+li {
    padding-left: 40px;
}

.bredcrumb ul li a {
    font-size: 16px;
    color: #A1A1A1;
    font-weight: 400;
}

.bredcrumb ul li a:hover {
    color: #C12735;
}

.bredcrumb ul li::after {
    content: "";
    width: 10px;
    height: 16px;
    background-image: url(../images/bredcrumb-arrow.png);
    position: absolute;
    left: 15px;
    top: 5px;
}

.bredcrumb ul li:last-child:after {
    background-image: url(../images/bredcrumb-arrow-active.png);
}

.bredcrumb ul li:first-child:after {
    display: none;
}

.product_list_section ul li span {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.product_list_tab {
    width: 100%;
    margin-top: 60px;
}

.product_list_tab ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product_list_tab ul li {
    border: 1px solid #CACACA;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all var(--time) ease;
    -ms-transition: all var(--time) ease;
    transition: all var(--time) ease;
    line-height: 45px;
    padding: 0 26px;
    display: block;
    color: #1F1F1F;
    font-weight: 400;
    cursor: pointer;
}


.product_list_tab ul li:hover {
    background-color: #BE1E2D;
    border: 1px solid #BE1E2D;
    color: #fff;
}

.product_list_tab ul li.active {
    background-color: #BE1E2D;
    border: 1px solid #BE1E2D;
    font-weight: 600;
    color: #fff;
}


.product_list_wrap {
    width: 100%;
    margin-top: 70px;
}

.product_list_wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product_list_wrap ul li {
    width: 100%;
}

/* .product_list_wrap ul li a {
    pointer-events: none;
} */

.product_box {
    width: 100%;
}

.product_box_img {
    width: 100%;
    height: 300px;
    background-color: #F5F5F5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.product_box_img img {
    mix-blend-mode: darken;
    transition: all 0.3s ease-in-out;
    max-height: 100%;
}

.product_list_wrap ul li a:hover .product_box_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.product_box h3 {
    font-size: 22px;
    line-height: 28px;
    color: #1F1F1F;
    font-weight: 600;
    margin-bottom: 0;
}



.product_list_section .main-btn {
    margin: 0 auto;
    margin-top: 80px;
}

.brand_list_section {
    width: 100%;
    padding: 110px 0;
}

.brand_list_section .main-title {
    margin: 0 auto;
}

.brand_list_wrap {
    width: 100%;
    margin-top: 45px;
}

.brand_list_wrap ul {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.brand_list_wrap ul li {
    width: 100%;
    padding: 45px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;

}

.brand-logo_main {
    width: 25%;
    padding-right: 35px;
}

.brand-logo_content {
    width: 70%;
}

.brand-logo_content .main-btn {
    margin-top: 15px;
}

.news_list_section {
    padding: 110px 0;
}

.news_list_section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.news_detail_wrap {
    width: 100%;
    padding: 30px 0 110px;
}

.news_detail_content {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news_detail_content h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #1F1F1F;
    margin-bottom: 15px;
}

.news_detail_content img {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 15px 0;
}

.news_share {
    width: max-content;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.news_share label {
    font-size: 16px;
    font-weight: 400;
}

.news_share ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    gap: 10px;
}

.news_share ul li a {
    color: #C12735;
    font-size: 18px;
}

.news_share ul li a:hover {
    color: #000000;
}

.related-news_wrap {
    width: 100%;
    padding: 110px 0;
    background-color: #C12735;
}

.related-news_wrap .main-title {
    color: #fff;
}

.relatedSwiper .media_content h5,
.relatedSwiper .media_content h4,
.relatedSwiper .media_content p {
    color: #fff;
}

.relatedSwiper .media_content h5::after {
    background-color: #fff;
}

/*cataloges*/

.cataloges_section {
    width: 100%;
    padding: 110px 0;
}

.cataloges_nav {
    width: 30%;
}

.cataloges_list {
    width: 70%;
    padding-left: 25px;
}

.cataloges_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 25px;
}

.cataloges_box {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.cataloges_box a {
    display: block;
}

.cataloges_box_img img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cataloges_box a:hover .cataloges_box_img img {
    transform: scale(1.1);
}

.cataloges_box_title {
    width: 100%;
    min-height: 60px;
    background-color: #C12735;
    padding: 10px 20px;
	    padding-right: 55px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cataloges_box_title h4 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.cataloges_box_title::after {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../images/download.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}


.filter-sidebar {
    width: 100%;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: #c21e24;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.filter-header h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

#clear-filters {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
}

.filter-categories .category {
    margin-bottom: 10px;
}

.filter-categories {
    padding: 20px 25px 5px;
    border: 1px solid #ddd;
}


.category-toggle {
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: none;
    font-size: 26px;
    line-height: 45px;
    color: #1F1F1F;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    padding-bottom: 5px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.category-toggle:hover {
    color: #C12735;
}


.category-toggle::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.filter-categories .category-toggle.active::after {
    background-image: url(../images/minus.png);
    transform: rotate(360deg);
}

.filter-categories .category:last-child .category-toggle {
    border-bottom: none;
}

.filter-categories .category:last-child .category-toggle.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.category-options {
    margin-top: 15px;
    padding-left: 5px;
}

.category-options label {
    width: 100%;
    display: flex;
	flex-wrap:wrap;
    font-size: 16px;
    color: #000000;
    align-items: center;
    cursor: pointer;
	position:relative;
	padding-left:23px;
}

.category-options input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: absolute !important;
    left: -5px;
    top: 3px;
}

.hidden {
    display: none;
}

.filter-categories_title {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    border-bottom: none;
    transition: all 0.3s ease-in-out;

}

.filter-categories_title:hover h3 {
    color: #BE1E2D;
}

.filter-categories_title.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.filter-categories_title::after {
    content: "";
    width: 25px;
    height: 27px;
    background-image: url(../images/category-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin: auto;
    top: 7px;
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
    
}

.filter-categories_title.active::after {
    transform: rotate(0);
}

.filter-categories_title h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 0;
}

.mission_second_section {
    width: 100%;
    padding: 110px 0;
    background-color: #C12735;
}

.mission_second_section .main-title {
    color: #fff;
}

.mission_second_section ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 30px;
}

.mission_second_section ul li {
    width: 100%;
    min-height: 84px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mission_text {
    width: calc(100% - 70px);
    padding-right: 15px;
}

.mission_text p {
    font-weight: 600;
    color: #000000;
}

.mission_icon {
    width: 70px;
    display: flex;
    justify-content: center;
}

.mission_icon img {
    max-width: 100%;
}

.careers_section {
    width: 100%;
    padding: 110px 0;
}

.careers_form_inner {
    width: 100%;

}

.careers_title {
    width: 100%;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

.careers_form {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    margin-top: 35px;
}

.careers_form ul {
    width: 100%;
    display: flex;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.careers_form ul li {
    width: 100%;
    position: relative;
}

.careers_form ul li span{
        width: 100%;
}

.enquiery_title {
    width: 100%;
    text-align: center;
    max-width: 895px;
    margin: 0 auto;
}

.enquiery_title p {
    max-width: 660px;
    margin: 0 auto;
}

.text_feild {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
	resize:none;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    border: 1px solid rgba(202, 202, 202, 0.55);
    font-size: 16px;
    color: #000000;
}

.careers_form textarea.text_feild {
   width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    border: 1px solid rgba(202, 202, 202, 0.55);
    font-size: 16px;
    color: #000000;

}

.contact_form textarea.text_feild {
    line-height: 50px;
      padding: 15px 20px;
    height: 190px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    resize: none;
    overflow: hidden;

}

.text_feild::placeholder {
    color: rgba(0, 0, 0, 0.55);
}


.careers_form_miss .wpcf7-not-valid-tip{
    color: #dc3232 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid #c12735 !important;
    color: #c12735;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output{
    border: 1px solid #46b450 !important;
    color: #46b450;
    text-align: center;
}

.file-upload {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    padding-right: 85px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    border: 1px solid rgba(202, 202, 202, 0.55);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.55);
}

.nice-select .list{
      padding-top: 0 !important;
}

.main-btn .wpcf7-submit{
    width: 100%;
    min-width: 147px;
    position: absolute;
    left: -25px;
    text-align: left;
    padding-left: 25px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border: none;
    transition: all 0.6s ease-in-out;
}

.careers_form_miss span:nth-child(2).wpcf7-not-valid-tip{
      position: relative;
      left: -85px;
}

.wpcf7-not-valid-tip{
    position: relative;
    left: 5px;
}

.main-btn:hover .wpcf7-submit{
    color: #C12735;
}



.nice-select.wpcf7-form-control{
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    width: 100%;
}


#file-name{
    height: 50px;
    overflow: hidden;
}

.file-upload .wpcf7-not-valid-tip{
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: -20px;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload span {
    flex-grow: 1;
}

.file-upload .browse-btn {
    color: rgba(0, 0, 0, 0.55);
    border: none;
    border-radius: 5px;
    padding: 0px 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -5px;
    background-color: transparent;
    font-size: 16px;
    text-decoration: underline;
}

.file-upload .browse-btn:hover {
    color: #000000;
}

.carrer-btn-main {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.carrer-btn-main .main-btn {
    min-width: 147px;
}

.contact_section {
    width: 100%;
    padding: 100px 0;
}

.contact_form_wrap {
    width: 100%;
}

.contact_form_inner {
    width: 100%;
    max-width: 520px;
}

.contact_form {
    width: 100%;
    margin-top: 30px;
}

.contact_form ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.contact_form ul li {
    width: 100%;
}

.contact_form ul li span{
       width: 100%;
}

.contact_form .main-btn {
    margin-top: 35px;
    min-width: 147px;
}

.contact_address {
    width: 100%;
    max-width: 465px;
    margin-left: auto;
}

.contact_address_list {
    width: 100%;
    margin: 30px 0;
}

.contact_address_list ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.contact_address_list ul li {
    width: 100%;
    padding-left: 60px;
    position: relative;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 5px;
}

.contact_address_list ul li a:hover {
    color: #C12735;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #C12735;
    border-radius: 100%;
    position: absolute;
    left: 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_social {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
}

.contact_social .second-title {
    font-weight: bold;
}

.contact_social ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact_social ul li {
    width: 60px;
    height: 60px;
    background-color: #DCDCDC;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.contact_social ul li:hover {
    background-color: #BE1E2D;
}

.contact_social ul li:hover a {
    color: #fff;
}

.contact_social ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C12735;
    font-size: 22px;
}


.contact_list {
    width: 100%;
    margin-top: 100px;
}

.contact_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.contact_list ul li {
    width: 100%;
    height: 475px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.contact_list ul li img {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

.contact_list ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.6951155462184874) 78%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.contact_list_content {
    width: 100%;
    position: absolute;
    padding: 50px 40px;
    z-index: 3;
    bottom: 0;
}


.contact_list_content h3 {
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.contact_list_content p {
    color: #fff;
}

.contact_list_content .main-btn {
    margin-top: 20px;
}

.bulk_enquiry_section {
    width: 100%;
    padding: 110px 0;
}

.bulk_bottom_section {
    width: 100%;
    padding: 110px 0;
    background-color: #C12735;
}

.bulk_bottom_section .main-title {
    color: #fff;
}


.bulk_bottom_big {
    width: 100%;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.bulk_bottom_section h5,
.bulk_bottom_section p,
.bulk_bottom_section a {
    color: #fff;
}

.bulk_bottom_section h5 {
    font-size: 22px;
    font-weight: 600;
}

.bulk_bottom_section ul {
    margin-top: 20px;
}

.bulk_bottom_section ul li {
    position: relative;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.bulk_bottom_section ul li::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #fff;
}

.bulk_bottom_big_content {
    width: 40%;
    padding: 30px 40px;
}

.bulk_bottom_big_image {
    width: 60%;
}

.bulk_bottom_big_image img {
    height: 100%;
    object-fit: cover;
}

.bulk_bottom_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-top: 20px;
}

.bulk_bottom_small {
    width: 49.2%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.bulk_bottom_small_content {
    width: 100%;
    padding: 30px 40px;
    min-height: 180px;
}

.bulk_bottom_small_image {
    width: 100%;
}

.bulk_bottom_small_image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.subscription {
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.subscription-form {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 150px 0 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.subscription .main-btn {
    outline: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 140px;
}

.language {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-content: center;
    margin-left: 10px;
}

.language .language-selector {
    background: transparent;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    width: 75px;
    line-height: 44px;
    color: #000000;
}

.language .language-selector option {
    background: #a299ae;
    color: #fff;
}


.featured_slide_bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
/*     opacity: 0; */
    transition: all 0.3s ease-in-out;
}
.featured_slider_content p {

	color : #fff;

}

.featured_slider_box:hover .featured_slide_bg {
    opacity: 1;
}

.has-mask-fill>span {
    position: relative;
    display: inline;
    -webkit-text-fill-color: rgba(0, 0, 0, .08);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#1f1f1f, #1f1f1f);
    background-size: 0% 200%;
}

.white .has-mask-fill>span {
    position: relative;
    display: inline;
    -webkit-text-fill-color: rgba(255, 255, 255, .08);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#fff, #fff);
    background-size: 0% 200%;
}

.site-logo {
    position: relative;
    z-index: 9;
}

.careers_form_miss {
    display: flex;
}

.careers_form_miss .nice-select {
    width: 100%;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: rgba(0, 0, 0, 0.55);
}

.careers_form_miss span:nth-child(1){
    width: 90px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: rgba(0, 0, 0, 0.55);
}



.careers_form_miss span:nth-child(2){
    width: calc(100% - 90px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: rgba(0, 0, 0, 0.55);
}

.careers_form_miss input.text_feild {
    width: 100%;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;

}

.nice-select {
    color: rgba(0, 0, 0, 0.55);
    border-radius: 38px;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border: 1px solid rgba(202, 202, 202, 0.55);
    color: rgba(0, 0, 0, 1);
}

.filter-categories_content {
    display: none;
}

.filter-categories_content.active {
    display: block;
}

.language .nice-select:active,
.language .nice-select.open,
.language .nice-select:focus {
    border: transparent;
}

/* -------blog-detail page--------- */

.news_detail_content ol {
  list-style: none; /* Removes default numbering */
  counter-reset: list-counter; /* Resets the counter */
  padding-left: 0;
}

.news_detail_content ol li {
  counter-increment: list-counter; /* Increments the counter */
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.news_detail_content ol li::before {
  content: counter(list-counter) ". "; /* Custom number styling */
  position: absolute;
  left: 0;
  top: 0;
}


.news_detail_content ul {
  list-style: none; /* Removes default bullet points */
  padding-left: 0;
}

.news_detail_content ul li {
  font-size: 1.1em;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.news_detail_content ul li::before {
  content: "•"; /* Custom bullet point */
  font-weight: bold;
  color: #ff0000; /* Orange bullet */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
}

.woocommerce-info {
    background-color: #f8f9fa; /* Light gray background */
    color: #333; /* Dark text for readability */
    padding: 15px;
    border-left: 4px solid #0073aa; /* WooCommerce blue */
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    margin: 20px 0;
    padding: 16px;
    width: 500% !important; /* Force width */
}

.wpcf7-spinner{
      opacity:0 !important;
	visibility:hidden !important;
}

.no-catalogue h4{
     text-align: center;
}
