body {
    font-family: 'Poppins', sans-serif;
    /* background: #F4F9FF; */
}

.about-banner img {
    width: 100%;
}

.videox {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    width: 95px;
    height: 95px;
    border: 1px solid red;
    margin-top: 10px;

}

.small-text {
    font-size: 14px !important;
}

.fvideo {
    width: 60px;
    padding: 10px;


}

.sidebaricons img {
    width: 30px;
}

.top_header {
    background: #E50013;
    padding: 12px 0;
}

.top_header_main {
    display: flex;
    align-items: center;
    justify-content: end;
}

.head_search {
    background: rgba(205, 189, 189, 0.65);
    border-radius: 25px;
    width: 272px;
    display: flex;
    align-items: center;
    padding: 4px;
}

.head_search input {
    width: 100%;
    background: transparent;
    border: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;

}

.head_search input::placeholder {
    color: #fff;
    opacity: 0.8;
    /* Firefox */
}


.head_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}


.head_search input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.head_search input:focus {
    outline: 0;
}

.head_search button {
    background: white;
    border: 0;
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 12px;
}

.top_header_main>a {
    color: #fff;
    font-size: 15px;
    margin: 0 15px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

.top_header_main>a::before {
    content: "";
    height: 1px;
    width: 0%;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: 0.2s;
}

.top_header_main>a:hover::before {
    width: 100%;
    transition: 0.5s;
}

.btn_login::before {
    display: none;
}

.btn_login {
    color: #e50013 !important;
    background: #fff !important;
    font-weight: bold;
}

.btn_login:hover {
    color: #fff !important;
    background: #232529 !important;
}

.navbar-brand {
    position: absolute;
    bottom: 0;
}

.navbar {
    padding: 0;
    border-bottom: 1px solid #ededed;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding: 24px 7px;
    display: inline-block;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::before {
    background-color: #e50013;
    content: "";
    position: absolute;
    top: -16px;
    left: -3px;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 102%;
    display: none;
    z-index: 0;
    transform: matrix(1, 0, -0.4, 0.75, 3, 0);
}

.navbar-nav .nav-item:hover::before {
    display: block !important;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #fff !important;
}

.navbar-nav .nav-link:hover {
    transition: 0s !important;
}

.navbar-nav .active::before {
    display: block !important;
}

.navbar-nav .active .nav-link {
    color: #fff !important;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    /* overflow: hidden; */
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding: 5px 25px 5px 10px;
    display: inline-block;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #e50013;
    color: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    background: #e50013;
    color: #fff !important;
}

/*dropdown on hover*/
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
    min-width: 208px;
    /* max-height: calc(100vh - 150px);
    overflow: scroll; */
}

/* width */
.navbar-nav .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 0;
}

/* Track */
.navbar-nav .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sub_items {
    position: relative;
}

.sub_ul {
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    min-width: 180px;
    display: none;
}

.sub_ul {
    max-height: 200px;
    overflow-y: scroll;
}

.sub_items:hover .sub_ul {
    display: block;
}

.sub_items::before {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 8px;
    top: 4px;
    color: #000 !important;
    z-index: 9;
}


.bsr_SideBar {
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    width: 300px;
}

.bsr_SideBar .offcanvas-body {
    padding: 0;
}

.bsr_SideBar .link::after {
    content: none;
}

.bsr_SideBar .link:hover {
    color: #E50013;
}

.bsr_SideBar .link {
    text-decoration: unset;
    font-weight: 600;
}

.bsr_SideBar .link:hover {
    text-decoration: unset;
    font-weight: 600;
}

.bsr_SideBar .accordion-button:focus {
    box-shadow: unset;
}

.bsr_SideBar .accordion-button:not(.collapsed)::after {
    filter: brightness(22.5);
}

.bsr_SideBar .accordion-item {
    border: 0;
}

.bsr_SideBar .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #E50013;
    border-color: #E50013 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.bsr_SideBar .nav-link {
    color: #212529;
    padding-left: 35px !important;
    font-size: 14px;
}

.bsr_SideBar .accordion-button {
    border-left: 4px solid #FFFFFF !important;
    font-weight: 600;
    font-size: 14px;
}

.bsr_SideBar .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.bsr_SideBar .accordion-item:last-of-type .accordion-button {
    border-radius: 0;
}

.bsr_SideBar .accordion-button:hover {
    border-color: #E50013 !important;
}

.bsr_SideBar .nav-link {
    border-left: 4px solid #fff;
    font-weight: 400;
}

.bsr_SideBar .nav-link:hover {
    border-color: #E50013 !important;
}

.bsr_SideBar .flex-column i {
    width: 30px;
    color: #E50013;
}

.sidebar_logo {
    width: 150px;
}

.all_brand {
    background: #F6F6F6;
    padding: 30px 0;
}

.cl_brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cl_brand_items {
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin: 5px;
    width: 148px;
}

.cl_brand_items img {
    max-width: 100%;
    height: auto;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.section_new_p {
    padding-top: 60px;
}

.section_new_p .item img {
    max-width: 400px;
    margin: 0 auto;
}

.h_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}

.section_new_p p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #D22D26;
}

.know_more {
    background: #E50013;
    font-weight: 600;
    font-size: 20px;
    padding: 7px 17px;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border: 0 !important;
}

.know_more:hover {
    background: #232529;
    color: #fff;
    transition: 0.3s;
}

.ss_box {
    display: flex;
    align-items: center;
    border: 1px solid silver;
}

.ss_box h4 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ss_box img {
    width: 100px !important;
    height: 100px;
    object-fit: contain;
    padding: 5px;
}

.ss_box_content {
    flex: 1 1 auto;
    padding: 5px;
    padding-left: 0;
}

.ss_box_content a {
    background: #D22D26;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 5px;
    transition: 0.3s;
}

.ss_box_content a:hover {
    background: #222529;
    transition: 0.3s;
}

.power_section a {
    display: inline-block;
    border: 2px solid #bebebe;
}

.power_section a:hover {
    border-color: #E50013;
    transition: 0.3s;
}

.power_section img {
    width: 100%;
}

.power_section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.sm_power {
    margin-bottom: 24px;
}

.five_power {
    display: flex;
    flex-wrap: wrap;
    gap: 13.9px;
    margin-bottom: 20px;
}

.five_power a {
    display: inline-block;
    border: 2px solid #bebebe;
    width: 19%;
}

.five_power a:hover {
    border-color: #E50013;
    transition: 0.3s;
}

.ptc_box {
    background: #fff;
    padding: 8px;
    margin-bottom: 15px;
    border: 2px solid #fff;
    transition: 0.3s;
}

.ptc_box:hover {
    border-color: #E50013;
    transition: 0.3s;
}

.ptc_box a {
    text-decoration: none;
    color: #000;
}

.ptc {
    background: #FEF2F3;
    padding-top: 40px;
    padding-bottom: 60px;
}

.ptc_img {
    position: relative;
}

.ptc_img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.ptc_box p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 27px;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    margin-top: 15px;
    height: 185px;
}

.ptc_more {
    display: inline-block;
    background: #E50013;
    border-radius: 7px;
    padding: 8px 12px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.ptc_more i {
    background: rgba(255, 255, 255, 0.44);
    border-radius: 50%;
    padding: 7px 10px;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px;

}

.ptc_more:hover {
    background: #222529;
    color: #fff;
    transition: 0.3s;
}

.ptc_img h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    margin: auto 12px;
}

.ptc_img span {
    color: #E50013;
}

.feature_product {
    padding-top: 50px;
    padding-bottom: 50px;
}

.feature_product a {
    color: #000;
    text-decoration: none;
}

.feature_product h4 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
}

.feature_product h6 {
    position: relative;
    font-size: 13px;
    text-align: center;
    margin-top: 11px;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.feature_product h6:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 103px;
    left: -42px;
    height: 1px;
    margin: 0 auto;
    top: 8px;
}

.feature_product h6:after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 103px;
    right: -42px;
    height: 1px;
    margin: 0 auto;
    top: 8px;
}

.fp_img {
    width: 100%;
    padding: 0 30px;
    object-fit: contain;

    margin: 0 auto;
}

.fp_box {
    background: #FEF7F6;
    border: 2px solid #FDF7F6;
    transition: 0.3s;
}

.fp_box:hover {
    border: 2px solid #D22D26;
    transition: 0.3s;
}

.feature_product p {
    font-size: 14px;
    text-align: center;
    margin: 7px auto;
    font-weight: 600;
}

.qua_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}

.qua_box div {
    text-align: center;
}

.qua_box img {
    padding: 20px;
    width: 136px;
    height: 136px;
    object-fit: contain;
}

.qua_box p {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 4px;
}

.best_section {
    background: #FEF2F3;
    padding-top: 35px;
    padding-bottom: 45px;
}

.catologue_section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.cato_main {
    display: flex;
    align-items: center;
}

.cato_main div {
    flex: 1 1 auto;
    text-align: center;
}

.cato_main h5 {
    font-weight: 600;
    font-size: 50px;
    line-height: 47px;
}

.cato_main h6 {
    font-weight: 400;
    font-size: 30px;
    margin: 0 auto;
    color: #8C8C8C;
}

.cato_img a {
    display: inline-block;
}

.cato_img img {
    box-shadow: 0px 0px 10px 5px rgb(255 255 255);
    border-radius: 5px;
    width: 110px;
    transition: 0.3s;
}

.cato_img img:hover {
    scale: 1.1;
    transition: 0.3s;
}

/* testimonials  */

.testbg {
    background: #efefef !important;
}

.testimonials {
    background: #FEF2F3;
    padding: 30px 0;
    text-align: center;
    position: relative;
}

.testimonials h3 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 80px;
}

.testimonials .inner {
    border: 0;
}

.testimonials .inner .name {
    color: #525252;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-top: 15px;
}

.testimonials .item {
    position: relative;
}

.testimonials .item .inner {
    height: 342px;
}

.testimonials .first-item:before {
    content: "";
    position: absolute;
    background: url(/site-img/others/first-textmonial.png) no-repeat;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    right: 0;
}

.testimonials .second-item:before {
    content: "";
    position: absolute;
    background: url(/site-img/others/second-textmonial.png) no-repeat;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    right: 0;
}

.testimonials .third-item:before {
    content: "";
    position: absolute;
    background: url(/site-img/others/third-textmonial.png) no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
    right: -66px
}

.testimonials .inner .comma {
    color: #EB5148;
    margin-bottom: 5px;
}

.testimonials .inner p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #525252;
    max-width: 240px;
    margin: 0px auto;
}

.testimonials .owl-carousel .owl-item img {
    margin: 0 auto;
    width: 78px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
}

.testimonials .owl-nav {
    display: none;
}

/* footer css  */
footer {
    background: #000000;
    padding: 30px 0;
    padding-bottom: 7px;
}

.footer_logo {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.f_top_menu {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_top_menu li {
    list-style: none;
}

.f_top_menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
}

.f_top_menu li a:hover {
    color: #DA5C4F;
    transition: 0.3s;
}

footer h5 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.footer_contact {
    padding-left: 50px;
}

.footer_contact li {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    font-size: 14px;
}

.footer_contact li i {
    display: inline-block;
    background: #E50013;
    border-radius: 5px;
    width: 33px;
    height: 33px;
    text-align: center;
    padding: 6px;
    font-size: 21px;
    position: absolute;
    left: -45px;
}

footer .form-control {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: #fff;
}

.form-control:focus {
    border-color: #DA5C4F;
    box-shadow: unset;
}

.form-select:focus {
    border-color: #DA5C4F;
    box-shadow: unset;
}

.btn_submit {
    display: block;
    background: #E50013;
    border-radius: 5px;
    font-size: 14x;
    color: #fff;
    line-height: 18px;
    width: 100%;
    padding: 10px 0;
    letter-spacing: 0.1em;
    border: 0;
}

.footer_social {
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    gap: 9px;
}

.footer_social li {
    list-style: none;
}

.footer_social li img {
    width: 41px;
    height: 41px;
}

.footer_disc {
    background: #fff;
    text-align: center;
    padding: 20px 10px;
    margin: 20px 0;
}

.footer_disc h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #E50013;
}

.footer_disc p {
    font-size: 12px;
    line-height: 163%;
    letter-spacing: 0.03em;
    color: #000;
}

footer .copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

/* end of footer  */
.offcanvas-header {
    padding-top: 0;
    position: relative;
}

.side_red {
    background: #E50013;
    height: 74px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.offcanvas-header .btn-close {
    background-color: #fff;
}

.side_login_a {
    padding: 12px 23px;
    /* border-top: 1px solid #d2d2d2; */
    border-bottom: 1px solid #d2d2d2;
}

.side_login {
    background: #E50013;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 6px 27px;
    border-radius: 5px;
    transition: 0.3s;
    text-align: center;
    width: 100%;
}

.side_login:hover {
    background: #4C4C4C;
    color: #fff;
    transition: 0.3s;
}

.left_toast {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.left_social {
    position: fixed;
    right: -135px;
    top: 30%;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.left_social a {
    display: flex;
    align-items: center;
    background: #fff;
    width: 185px;
    text-decoration: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px;
    transition: 0.3s;
}

.left_social a span {
    font-size: 21px;
    margin-left: 10px;
    color: #008000;
}

.left_social a:hover {
    transform: translateX(-135px);
    transition: 0.3s;
}

/* about us css */
.about_s_one {}

.about_s_one h5 {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    margin-bottom: 30px;
}

.about_s_one h6 {
    text-align: justify;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    margin-right: 30px;
}

.page_section {
    padding: 30px;
}

.about_s_grey {
    background-color: rgba(79, 79, 79, 0.25);
    box-shadow: 2px 4px 15px rgb(0 0 0 / 15%);
}

.about_s_grey h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 43px;
    color: #2F2F2F;
    text-align: center;
    margin-bottom: 30px;
}

.about_s_grey p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.75);
}

.page_white {
    background: #fff;
    box-shadow: unset;
}

.inner {
    position: relative;
    height: 300px;
    border: 1px solid #E50013;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px;
}

.inner h5 {
    font-weight: 700;
    font-size: 48px;
    line-height: 36px;
    text-align: center;
    color: #E50013;
}

.inner h6 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.about_our_team h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 43px;
    color: #2F2F2F;
    text-align: center;
    margin-bottom: 30px;
}

.about_our_team p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.75);
}





.about_team {

    text-align: center;
}

.about_team h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.about_team h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 20px;
}

.team_section {
    padding-bottom: 100px;
}

.ev_box {
    margin-bottom: 30px;
}

.ev_box img {
    width: 100%;
}

.ev_box p {
    margin: 30px 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.ev_btn_more {
    background: rgba(229, 0, 19, 0.75) !important;
    border-radius: 7px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.ev_btn_more i {
    background: rgba(255, 255, 255, 0.44);
    border-radius: 50%;
    padding: 5px 9px;
    font-size: 15px;
    display: inline-block;
    margin-left: 8px;
}

.ev_btn_more:hover {
    background: #232529 !important;
    transition: 0.3s;
    color: #fff;
}

.events_section {
    padding-top: 40px;
}

.btn_dealer_area {
    text-align: center;
}

.btn_dealer_area a {
    border-radius: 42px;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 19px;
    background: linear-gradient(269.31deg, #E50013 50.68%, #D33851 99.41%);
    min-width: 200px;
    margin-bottom: 35px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.dealer_search {
    box-shadow: -1px 0px 13px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 15px;
    display: inline-block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 40px;
}

.dealer_search span {
    font-size: 13px;
    font-weight: 700;
}

.dealer_btn_search {
    border-radius: 50px;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 19px;
    background: linear-gradient(269.31deg, #E50013 50.68%, #D33851 99.41%);
}

.dealer_btn_search i {
    margin-right: 10px;
}

.dealer_search input {
    border: 0;
    padding-left: 0;
}

.dealer_section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ui-menu li {
    list-style-type: none;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
}

.ui-menu li:hover {
    background: #E50013;
    color: #fff;
    transition: 0.3s;
}

.ui-menu {
    width: 370px !important;
    box-shadow: -1px 0px 13px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 15px;
    overflow: auto;
    max-height: 400px;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.de_title {
    padding: 8px 8px;
    background: #E50013;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

.de_small {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 3px;
    color: #898989;
}

.de_content {
    font-size: 15px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 12px;
}

.g_map {
    border: 2px solid #e50013;
    color: #e50013;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    margin-top: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.g_map:hover {
    background: #e50013;
    color: #fff;
    transition: 0.3s;
}

.contact_form {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact_form h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}

.bg_light_red {
    background: #FEF2F3;
    ;
}

.contact_form form {
    background-color: #fff;
    padding: 30px 35px;
    margin: 20px 0;
}

.contact_form form input,
.contact_form form textarea {
    border: none;
    background-color: #F7F5F5;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 9px 14px;
}

.con_submit {
    background-color: #E50013;
    color: #fff;
    border: none;
    padding: 9px 29px;
}

.con_submit:hover {
    background: #232529;
    color: #fff;
}

.contact_form ul {
    margin: 0;
    padding: 0;
}

.contact_form ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.045em;
    margin-bottom: 12px;
}

.contact_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Gallery */
.gal_img a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.gal_img a img:hover {
    transform: scale(1.2);
    border: 5px solid #fff;
    transition: 0.3s;
}

iframe {
    margin-bottom: 20px;
}

.lightbox .lb-image {
    border: 0;
}

.gallery_section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.career_join {
    padding-top: 60px;
    padding-bottom: 60px;

}

.career_join h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 20px;
}

.career_join p {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #525252;
}

.apply_box {
    box-shadow: 4px 4px 8px rgb(0 0 0 / 8%), -2px 2px 8px rgb(0 0 0 / 4%);
    padding: 20px;
    text-align: center;
}

.apply_box img {
    max-width: 150px;
}

.apply_box h6 {
    font-weight: 500;
    font-size: 26px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.75);
    margin: 30px 0;
}

.apply_box p {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.apply_section h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.career_form {
    background: #FEF2F3;
    ;
    padding-top: 50px;
    padding-bottom: 50px;
}

.career_form h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #E50013;
    text-align: center;
}

.career_form h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.carrer_f_box {
    background: #fff;
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.icon_input {
    position: relative;
}

.icon_input i {
    position: absolute;
    right: 8px;
    top: 10px;
    color: #494949;
}

.btn_upload {
    background: #E50013;
    border-radius: 7px;
    width: 267px;
    color: var(--white-color);
    margin: 0 auto;
    padding: 8px 0;
    margin-top: 30px;
    color: #fff;
    border: 0;
    transition: 0.3s;
}

.btn_upload:hover {
    background: #232529;
    color: #fff;
    transition: 0.3s;
}

.cat_title {
    font-size: 22px;
    background: #D22D26;
    color: #fff;
    padding: 8px 19px;
    margin-bottom: 0;
    margin-top: 15px;
}

.cat_section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cat_ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.cat_ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat_ul li a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: inline-block;
    color: #252a32;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.3s;
}

.cat_ul li a:hover {
    background: #D22D26;
    color: #fff;
    transition: 0.3s;
}

.cat_box {
    padding: 15px;
}

.cat_box img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border: 3px solid #9A9A9A;
    margin-bottom: 12px;
    transition: 0.3s;
}

.cat_box img:hover {
    border-color: #D22D26;
    transition: 0.3s;
}

.cat_box h5 {
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.cat_box h6 {
    font-size: 16px;
    color: rgba(0 0 0 / 75%);
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.cat_ul .active {
    background: #D22D26;
    color: #fff;
}

.cat_sub_ul {
    margin: 0;
    padding: 0;
    background: #F0D1CE;
}

.cat_sub_ul li a {
    font-size: 15px;
    font-weight: 500;
    padding-left: 40px;
}

.drp_menu {
    position: relative;
}

.drp_menu::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 10px;
    transition: 0.3s;
}

.cat_sub_closed {
    max-height: 0;
    background: greenyellow !important;
    overflow: hidden;
    transition: width 2s, height 4s;
}

.cat_desc h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 51px;
    color: #E50013;
    margin-top: 30px;
}

.cat_desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
}

.rt_arrow::after {
    transform: rotate(-90deg);
    transition: 0.3s;
}

.cat_sub_ul .active {
    background: #3c3c3c;
}

.stitle_text {
    font-size: 16px !important;
    font-weight: 600;
    color: #212529;
}

.xzoom-preview {
    background: #fff !important;
}

.xzoom {
    width: 100% !important;
    border: 1px solid #E50013;
    box-shadow: unset;
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    gap:10px;
    align-items: center;
}

.xzoom-gallery {
    width: 95px;
    height: 95px;
    object-fit: cover;
    margin-top: 20px;
    margin-left: 0;
    border-color: #E50013;
    box-shadow: unset;
}

.pro_name {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    border-bottom: 3px solid #E4E4E4;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 8px;
}

.specification-list {
    box-shadow: 0px -2px 4px rgb(0 0 0 / 13%), 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 20px 30px;
}

.product_details_one {
    background: #FEF2F3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product_details_one h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 51px;
}

.product_details_one ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.product_details_two {
    padding-top: 30px;
    padding-bottom: 30px;
}

.des_title {
    position: relative;
    max-width: 500px;
    margin: 30px auto;
    text-align: center;
}

.des_title:before {
    content: "";
    position: absolute;
    background-color: #393939;
    width: 140px;
    height: 2px;
    top: 11px;
    left: 0;
}

.des_title:after {
    content: "";
    position: absolute;
    background-color: #393939;
    width: 140px;
    height: 2px;
    top: 11px;
    right: 0;
}

.product_details_two h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 51px;
    color: #E50013;
    margin-top: 50px;
}

.product_details_two p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
}

.con_dealser_btn {
    background: #E50013;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 46px;
    padding: 12px 67px;
    border: none;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}

.con_dealser_btn:hover {
    background: #232529;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.form-check-input:checked {
    background-color: #d22d26;
    border-color: #d22d26;
}

.form-check-input:focus {
    border-color: #d22d26;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.review_btn {
    background: #E50013;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 20px;
    border: none;
    color: #fff;
    margin-top: 20px;
    transition: 0.3s;
}

.review_btn:hover {
    background: #232529;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.p_review_details {
    padding-top: 30px;
    padding-bottom: 30px;
}

.related_product {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FCF2F3;
}

.related_box {
    color: #000;
    text-decoration: none;
}

.related_box:hover {
    color: #000;
    text-decoration: none;
}

.related_box img {
    border: double;
    border-color: #f5dbdd;
    transition: 0.3s;
}

.related_box img:hover {
    border-color: red;
    transition: 0.3s;
}

#related-slider {
    margin-top: 60px;
}

.related_box p {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 4px;
    text-align: center;
}


.crs_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.csr_box_main h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    position: relative;
    background-color: #fff;
    max-width: 550px;
    margin: 0 auto 100px;
    text-align: center;
}

.csr_box_main h4:before {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 190px;
    height: 1px;
    top: 18px;
    left: 0;
}

.csr_box_main h4:after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 190px;
    height: 1px;
    top: 18px;
    right: 0;
}

.crs_box {
    background: red;
}

.csr_box {
    display: flex;
    justify-content: space-between;
    width: 795px;
    margin: 0 auto;
}

.csr_box div {
    display: inline-block;
    border: 1px solid #000;
    padding: 4% 0%;
    margin: 0 3%;
    width: 200px;
    position: relative;
    text-align: center;
}

.csr_box div:nth-of-type(1):before,
.csr_box div:nth-of-type(3):before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 1px;
    height: 117px;
    top: -118px;
}

.csr_box div:nth-of-type(2):before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 1px;
    height: 68px;
    top: -68px;
    z-index: -1;
}

.csr_box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    max-width: 200px;
    display: block;
}

.csr_box .csr_icon {
    display: inline-block;
    background: #000;
    color: #fff;
    margin-top: 8px;
    padding: 8px 13px;
    border-radius: 50px;
}

.csr-accordion button {
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: 0;
}

.csr-accordion .accordion-header {
    position: relative;
}

/* .csr-accordion .accordion-header::after {
    content: "\f01a";
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
} */
.csr-accordion .accordion-button .fa {
    position: absolute;
    right: 10px;
}

/* .csr-accordion .accordion-button.collapsed .fa-arrow-up{ display: none;} */
.csr-accordion .accordion-button:not(.collapsed) .fa-arrow-up {
    display: inline-block;
}

.csr-accordion .accordion-button:not(.collapsed) .fa-arrow-down {
    display: none;
}

.csr-accordion .accordion-button.collapsed .fa-arrow-up {
    display: none;
}

.csr-accordion .accordion-button.collapsed .fa-arrow-down {
    display: inline-block;
}

.accordion-button {
    font-size: 24px;
}

.accordion-button::after {
    display: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #060606;
    background-color: #ffffff00;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.pdf_link img {
    width: 65px;
}

.pdf_link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.pdf_link:hover {
    color: #D22D26;
}

.accor_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.accor_section h2 {
    margin-bottom: 50px;
}

.login_box {
    background: #f1f1f1;
    padding: 40px 30px;
    border-radius: 20px;
    border-bottom: 5px solid #e50013;
    margin: 50px 0;
}

.login_btn {
    background: #e50013;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    transition: 0.3s;
}

.login_btn:hover {
    background: #232529;
    transition: 0.3s;
    text-decoration: none;
}

.login_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 12px;
}

.login_footer a {
    text-decoration: none;
}

.btn-danger {
    background: #E50013;
}

.cartSection {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cartSection .checkTitle {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.cartBox {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #E1DEDE;
    border-radius: 5px;
    margin-bottom: 15px;
}

.aNone {
    color: unset;
    text-decoration: none;
}

.aNone:hover {
    color: unset;
    text-decoration: none;
}

.cartBox img {
    height: 155px;
    object-fit: cover;
    padding: 5px;
    background: #EEEEEE;
}

.cartBox p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.number-spinner input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.number-spinner input[type=number] {
    -moz-appearance: textfield;
}

.number-spinner-small {
    margin-bottom: 10px;
    margin-top: 12px;
}

.number-spinner-small input {
    border: 1px solid #D8D8D8;
    background: #fff !important;
    border-left: 0;
    border-right: 0;
    width: 55px !important;
    flex: initial !important;
}

.cartBox p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.cartRemove {
    color: #666666;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-right: 15px;
}

.cartRemove:hover {
    color: #CB444A;
}

.number-spinner .btn {
    border: 1px solid #D8D8D8;
    background: #fff;
}

.number-spinner .btnPlus {
    border-left: 0;
}

.number-spinner .btnMinus {
    border-right: 0;
}

.cartBoxTotal {
    border-bottom: 1px solid #E1DEDE;
}

.cartBoxTotal h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
}

.cartBoxTotal .d-flex {
    border: 0 !important;
}

.cartBoxTotal p {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 20px;
}

.cartBtn {
    border-radius: 5px;
    background: #D22D26;
    border: #D22D26;
    border: 2px solid #D22D26;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.cartBtn:hover {
    background: #333333;
    border-color: #333333;
    transition: 0.3s;
}

.btn:focus {
    box-shadow: unset;
}

.cartPrice {
    color: #D22D26 !important;
}

.dash_one_header {
    background: #F6F6F6;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #dddddd;
}

.dash_one_header p {
    margin: 0;
}

.dash_name {
    margin-bottom: 30px;
    margin-top: 50px;
}

.dsh_img {
    width: 100px;
}

td,
th {
    vertical-align: middle;
    min-width: 150px;
}

.dashboard_table td,
th {
    vertical-align: middle;
    min-width: 63px !important;
}

.cart_total {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile_btn {
    background: transparent;
    border: 0;
    color: #fff;
}

.profile_dropdown {
    border: 0;
    font-weight: 600 !important;
    font-size: 15px;
}

.filter_select select {
    max-width: 20%;
}

.filter_select {
    display: flex;
    align-items: center;
    /*justify-content: end;*/
}

.filter_select p {
    margin: 0;
    font-size: 14px;
    margin-right: 10px;
}

.not_found {
    text-align: center;
    background: #d22d2614;
    font-weight: 600;
    font-size: 25px;
    padding: 70px 0;
}

.reviewItem {
    border-bottom: 1px solid #D9D9D9;
    margin-top: 22px;
    padding-top: 0;
    display: flex;
}

.reviewItem img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    object-fit: cover;
    border-radius: 50%;
}

.reviewItem h5 {
    font-size: 15px;
    font-weight: 500;
    color: #4E5769;
    margin-bottom: 4px;
}

.reviewDate {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
}

.reviewDate i {
    color: #FFBA49;
}

.reviewText {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.dash_card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.dash_card p {
    margin: 0;

}

.dash_card .t_title {
    font-size: 13px;
    font-weight: 500;
    color: #878787;
}

.dash_card .t_title span {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.fix_box {
    position: sticky;
    top: 161px;
}

.page-link {
    position: relative;
    display: block;
    color: #d22d26;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d22d26;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d22d26;
    border-color: #d22d26;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #d22d26;
    border-color: #d22d26;
}

.pagination {
    flex-wrap: wrap;
}

.dash_table_img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* New index css  */
.index_main_section {
    background: #EFEFEF;
}

#home-slider {
    position: relative;
}

#home-slider .owl-dots {
    margin-top: 10px;
}

#home-slider .owl-nav {
    position: absolute;
    top: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#home-slider .owl-prev {
    background: #fff;
    width: 40px;
    height: 40px;
}

#home-slider .owl-next {
    background: #fff;
    width: 40px;
    height: 40px;
}

#home-slider .owl-prev:hover,
#home-slider .owl-next:hover {
    background: #D22D26;
}

#home-slider .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    border-right: 3px solid #000;
    background: #fff;
}

#home-slider .owl-dot.active span {

    background: #000;
}

.powering_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.powering_section a {
    background: #000;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 22px;
    display: inline-block;
    transition: 0.3s;
}

.powering_section a:hover {
    background: #D22D26;
    transition: 0.3s;
}

.pp_box {
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 15px 0 15px 0px;

}

.p_img {
    text-align: center;
}

.p_img img {
    height: 350px;
    width: 350px object-fit: contain;
}

.pp_box_content {
    width: 400px;
}

.pp_box_content h1 {
    color: #e7241c;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.pp_box_content a {
    color: #fff;
    width: 85%;
    background: #d43b2c;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    transition: 0.3s;
}

.pp_box_content a:hover {
    background: #000000;
    transition: 0.3s;
}

.black_banner2 {
    padding-top: 260px !important;
    padding-bottom: 260px !important
}

.black_banner {
    padding-top: 140px;
    padding-bottom: 140px;
}

.black_banner h1 {
    margin: 0;
    padding: 0;
    color: #e7241c;
    font-size: 50px;
    font-weight: 700;
}

.black_banner2 {
    padding-top: 25px;
    padding-bottom: 75px;
}

.black_banner2 h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 95px;
}

.logo_sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
}

.logo_sm img {
    width: 186px;
    height: 110px;
    object-fit: cover;
    background: #000;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.cate_section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cate_section h2 {
    margin-bottom: 13px;
}

.cate_section h1 {
    padding-bottom: 20px;
}

.clr_m {
    color: #787676;
}

.cate_box {
    color: #000;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
}

.cate_box:hover {
    color: #E50013;
}

.cate_box:hover .clr_m {
    color: #E50013;
}

.imgs {
    height: 280px !important;
}

.okokok {
    background: #fff !important;
    border: 1px solid #c9c9c9;
}

.cate_box img {
    height: 300px;
}

.cate_box h4 {
    font-size: 20px;
    margin-top: 8px;
    font-weight: 600;
    margin-bottom: 0;
}

.cate_box p {
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

.counter_right {
    text-align: right;
    position: relative;
    right: 200px;
    top: -18px;
    font-weight: 500;
}

.cat_btn {
    text-align: center;
}

.cat_btn a {
    background: #e7241c;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.cat_btn a:hover {
    background: #e7241c;
    transition: 0.3s;
}

.power_section_new {
    padding-top: 60px;
    padding-bottom: 60px;
}

.power_section_new h2 {
    margin-bottom: 20px;
}

.p_tools_main {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.tools_box {
    border: 4px solid #181516;
    width: 19%;
    text-decoration: none;
    transition: 0.3s;
}

.tools_box:hover {
    border-color: #e7241c;
    transition: 0.3s;
}

.tools_box img {
    width: 100%;
    height: 235px;
    object-fit: contain;
}

.tools_content {
    background: #181516;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tools_content p {
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.3;
}

.show_more_btn {
    text-align: center;
    margin-top: 35px;
}

.show_more_btn a {
    background: #e7241c;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 11px 27px;
    display: inline-block;
    transition: 0.3s;

}

.show_more_btn a:hover {
    background: #000;
    transition: 0.3s;
}

.catalogue_section {
    background: #000;
}

.catalogue_section h3 {
    font-size: 45px;
    color: #fff;
}

.catalogue_section h2 {
    font-size: 70px;
    color: #fff;
}

.catalogue_section h1 {
    font-size: 100px;
    color: #fff;
}

.catalogue_section p {
    font-size: 25px;
    color: #fff;
}

.cata_panding img {
    width: 80%;
}

.catalogue_btn {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 50px;
}

.catalogue_btn a {
    background: #e7241c;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 8px 35px;
    display: inline-block;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 500;
}

.catalogue_btn a:hover {
    background: #fff;
    transition: 0.3s;
    color: #000;
}

.footer_red {
    /*background: #e50013;*/
    background: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    letter-spacing: 1px;
}

.footer_red h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

#cati-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
}

#cati-slider .owl-prev {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#cati-slider .owl-prev:hover {
    background: #e7241c;
    transition: 0.3s;
}

#cati-slider .owl-next {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cati-slider .owl-next:hover {
    background: #e7241c;
    transition: 0.3s;
}

#liner-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
}

#liner-slider .owl-prev {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

#liner-slider .owl-prev:hover {
    background: #e7241c;
    transition: 0.3s;
}

#liner-slider .owl-next {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#liner-slider .owl-next:hover {
    background: #e7241c;
    transition: 0.3s;
}

.row_padding {
    padding: 0px 100px;
}

.title_font_size {
    font-size: 56px
}

.lol-drop {
    position: relative;
}

.lol-drop .lol {
    display: none;
    position: absolute;
    left: 100%;
    width: 250px;
    top: 0;
}

.lol-drop:hover .lol {
    display: block;
}

.olxxx::after {
    transform: rotate(-90deg) !important;
}

.badge.blink{
    padding: 5px 8px;
}


.blink {
    background-color: white;
    color: red;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    animation-name: blink;
    animation-duration: 200ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-transform: uppercase;

}

.featured_z {
    text-align: center;
}

.featured_z>div {
    border: 2px solid white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    padding: 20px;
    margin-bottom: 13px;
}

.featured_z h4 {
    font-size: 50px;
    font-weight: bold;
    color: #E50013;
}

.featured_z h5 {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.featured_z div img {}

@keyframes blink {
    from {
        background-color: white;
        color: red;
    }

    to {
        background-color: red;
        color: white;
    }
}