@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

/* ul,
li {
    list-style: none;
} */

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


button {
    /* WebKit */
    -webkit-appearance: none;

    /* Mozilla */
    -moz-appearance: none;

    /* Opera */
    -o-appearance: none;

    /* Internet Explorer */
    -ms-appearance: none;

    /* CSS3 */
    appearance: none;
}

/*header*/
header {
    top: 0;
    z-index: 3;
    width: 100%;
    position: sticky;
    background-color: #FFF;
}


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

.FormobmenuHeader {
    display: none;
}

.headerMainWrapper {
    position: relative;
    padding: 0px 30px;
    z-index:9999;
    margin: 0 auto;
}

.headerMainWrapper::before {
    content: "";
    background-color: #000;
    height: 100%;
    width: calc(4% + 25px);
    position: absolute;
    left: 0;
    top: 0;
}

.HeaderMenutopsec {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 10px 0px 0px;
}

.ContactInfomain {
    display: flex;
    align-items: center;
    gap: 10px;

}

.ContactInfo .Icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 50%;
    background-color: #013F79;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ContactInfo .Icon a {
    color: #fff;
    font-size: 14px;
}

.ContactInfo .Text a {
    color: #fff;
    font-size: 14px;
}

.ContactInfo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.SocialIcon {
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 10px;
}

.SocialIcon a {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 50%;
    /* background-color: #FEBD18; */
    color: #FEBD18;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SocialIconparent {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    gap: 10px;
}


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

}

.menuHeaderinner .logoheader {
    max-width: 200px;
    min-width: 200px;
    min-height: 88px;
    overflow: hidden;
    position: relative;
    background-color: #000;
    /* transform: skewX(330deg); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuHeaderinner .logoheader a {
    max-width: 170px;
    display: block;

}


header nav ul.mainULnav {
    margin: 0px;
    padding: 0px;
}

header nav ul li {
    display: inline-block;
    position: relative;
    list-style: none;
}

header nav ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 20px 15px;
}

header .sub-menu {
    /* border-radius: 4px; */
    /* box-shadow: 0 4px 7px 1px rgba(0, 0, 0, .3); */
    background-color: #fff;
    /* min-width: 171px; */
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all ease .3s;
    top: calc(100% + 0px);
    width: auto;
    left: inherit;
    bottom: inherit;
}

header .sub-menu li {
    display: block;
}

header .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #0d0d0d;
    padding: 0px;
    margin: 0;
    position: relative;
    display: block;
    text-transform: capitalize;
    min-height: auto;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

header .sub-menu li:last-child a {
    border: 0px;
}

.hamburgerMenuBtn {
    width: 35px;
    height: 35px;
    /* background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E"); */
    background-size: 100% 100%;
    margin: 0;
    cursor: pointer;
    display: none;
    background-image: url(../images/burgerIcon.png);
}

.HeaderMenuRhs {
    display: flex;
    align-items: center;
    gap: 15px;
}

.HeaderIconsDiv {
    display: flex;
    align-items: center;
    gap: 30px;
}

.HeaderMenuRhs a {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.LanguageDropdown ul li {
    position: relative;
}

.LanguageDropdown ul.LanguageSubMennu {
    border-radius: 4px;
    box-shadow: 0 4px 7px 1px rgba(0, 0, 0, .3);
    background-color: #fff;
    min-width: 98px;
    position: absolute;
    padding: 5px 0px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all ease .3s;
    top: calc(100% + 0px);
    width: auto;
    left: inherit;
    bottom: inherit
}

.LanguageDropdown ul li.LanguageDropdownLi:hover .LanguageSubMennu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}

.LanguageDropdown ul.LanguageSubMennu li a {
    padding: 2px 7px;
    display: block;
    font-size: 14px;
}


/*header*/
.menuOverlay {
    background-color: rgba(0, 0, 0, .35);
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: all ease .3s;
    display: none;
}

body.sidebarMenuOpen .menuOverlay {
    display: block;
}


.headermenuparentwrapper {
    display: flex;
    flex-direction: column;
/*     width: calc(100% - 250px);
    min-width: calc(100% - 250px); */
/*     margin-left: 40px; */
}

.cta {
    background-color: #EC592C;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    gap: 6px;
    align-items: center;
    transform: scale(1.0);
    transition: all 300ms ease-in-out 0s;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.animate-class {
    position: relative;
    color: #fff;
}

.animate-class::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: width 300ms ease-in-out;
    width: 0;
}

.animate-class:hover::after {
    width: 100%;
}

.animate-class::before {
    position: absolute;
    content: "";
    
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: width 300ms ease-in-out;
}

.animate-class:hover::before {
    width: 0;
    left: auto;
    right: 0;
}

.search-input {
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.search-input::placeholder {
    border: none;
    outline: none;
    color: #000;
    font-weight: 500;
}

.search-input:focus-visible {
    border: none;
    outline: none;
}

.SearchIconDiv {
    position: absolute;
    right: 0;
    top: 0;
}

.search-container {
    position: relative;
}

.search-container::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E3E3E3;
    margin-right: 20px;
    left: 0;
}

@media (min-width:1151px) {
    header .dropdownMenu .sub-menu {
        min-width: 240px;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .20);
        /* border-top: 3px solid #f3d014; */
    }

    header .dropdownMenu:hover .sub-menu {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }

    /* 
    header .sub-menu li a:before{
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;}
    header .sub-menu li:hover a:before {
        background-color: rgba(255,255,255,.50);
        width: 10px;
    } */
    header nav ul li a:hover {
        color: #EC592C;
    }

    header .sub-menu li a:hover {
        background-color: #0d0d0d;
        color: #fff;
    }


    .headermenuparent {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
    }

    li.dropdownMenu:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='13'%20height='8'%20viewBox='0%200%2013%208'%20fill='none'%3E%3Cpath%20d='M11.0714%202L6.5328%205.9727L2.00587%202.02513'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3E%3C/svg%3E");
        width: 16px;
        height: 16px;
        display: inline-flex;
        right: 15px;
        top: 8px;
        position: relative;
        transition: all .3s !important;
        background-repeat: no-repeat;

    }

    .headerrhscontent {
        margin: 0 auto;
    }

    .ContactInfomain .ContactInfo:not(:last-child) {
        border-right: 1px solid rgba(254, 189, 24, 0.31);
        padding-right: 10px;
    }
}






@media screen and (max-width:1199px) {
    header nav ul li a {
        font-size: 13px;
    }

    .ContactInfo .Text a,
    .SocialIconparent {
        font-size: 12px;
    }
}



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



    .hamburgerMenuBtn {
        display: block;
    }

    .headerrhscontent {
        position: fixed;
        right: -280px;
        bottom: 0;
        top: 0;
        z-index: 4;
        width: 280px;
        -webkit-transition: right .5s ease;
        transition: right .5s ease;
        background-color: #222;
        width: 280px;
    }

    body.sidebarMenuOpen .headerrhscontent {
        right: 0px;
    }


    /*for mobile*/
    .FormobmenuHeaderWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
        position: relative;
        width: 100%;
    }


    .FormobmenuHeaderWrapper .logo {
        max-width: 90px;
    }

    .FormobmenuHeaderWrapper .logo img {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        /* filter: brightness(0) invert(1); */

    }

    .FormobmenuHeader {
        display: block;
        width: 100%;
    }

    header nav ul li a:not(header ul.sub-menu li a),
    header.HeaderSticky nav ul li a:not(header.HeaderSticky ul.sub-menu li a) {
        color: #fff;
        padding: 10px 12px;
        width: 100%;
        font-weight: 500;
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    }


    .headerrhs {
        display: none;
    }

    .headerrhscontent {
        flex-direction: column;
        justify-content: flex-start;
    }

    .closeIcon {
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        cursor: pointer;
        border: 0;
        background-color: transparent;
    }

    header nav ul li {
        width: 100%;
    }

    header nav ul .dropdownMenu span {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        right: 15px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 4;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    header .sub-menu {
        opacity: 1;
        z-index: 1;
        visibility: visible;
        transition: none;
        top: 0;
        display: none;
        min-width: 100%;
        position: relative;
        box-shadow: none;
        padding: 0px;
    }

    header .sub-menu li a {
        padding: 10px 12px;
    }

    header .sub-menu li a:hover {
        color: #424242;
    }

    header nav {
        overflow-y: auto;
        height: calc(100% - 87px);
    }

    header nav::-webkit-scrollbar {
        display: none;
        width: 0px;
    }

    header nav ul li:last-child a:not(header ul.sub-menu li a),
    header.HeaderSticky nav ul li:last-child a:not(header.HeaderSticky ul.sub-menu li a) {
        border-bottom: 0px;
    }

    header nav ul .dropdownMenu span.hasSub.menuactve {
        transform: rotate(180deg);
    }
/* 
    .headerMainWrapper::before {
        display: none;
    } */

    .menuHeaderinner .logoheader {
        background-color: #000;
        max-width: 140px;
        min-width: 140px;
        min-height: auto;
    }

    .ContactInfomain {
        display: none;
    }

    .headermenuparentwrapper {
        width: auto;
        min-width: auto;
    }

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

    .HeaderIconsDiv {
        gap: 15px;
    }

    .cta {
        padding: 10px 12px;
        font-size: 12px !important;
        font-weight: 500;
    }

    .HeaderMenuRhs {
        margin: 10px 0px;
    }

    .headerMainWrapper {
        padding: 0px;
    }

    .SocialIconparent {
        font-size: 0px;
    }

    .HeaderMenuRhs .cta {
        display: none;
    }
}




/*=====header=====*/


/* +++++++ Top Bar */

.topbar {
    background: #FDFBFB;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 0px;
    display: none;
}

.topbar-container {

    display: flex;
    justify-content: space-between;
}

.topbar-right ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
    flex-wrap: wrap;

}

.topbar-right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-top: -1px;
}

.topbar-right ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;

}

.topbar-left ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;

}

.topbar-left ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar-left ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;

}

/* +++++++ Top Bar */


/* +++++++ banner */

.banner-section {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 160px 0px;

}

.banner-heading h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.banner-heading p {
    color: #FFF;
    font-size: 40px;
    font-weight: 275;
    text-transform: capitalize;
}

.banner-heading button {
    border-radius: 1px;
    background: #EC592C;
    padding: 10px 15px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

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

.gallery-mainwrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* Optional: adds space between items */
}

.shadow-text {
    width: 100%;
    opacity: 0.1;
    font-size: 70px;
    position: absolute;
    top: 0;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    top: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.overflow-text {
    padding-top: 21px;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
.gallery-wrapper {
    position: relative;
    overflow: hidden;
}
.gallery-img img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.gallery-wrapper:hover .gallery-img img {
    transform: scale(1.1);
}

.gallery-txt-c h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;

}

.gallery-txt-c a {
    border-radius: 1px;
    background: #EC592C;
    padding: 10px 23px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 140px;
    display: flex;
    justify-content: center;
}

.gallery-txt-c {
    width: 100%;
    background: #fff;
    margin-top: -79px;
    position: relative;
    padding: 27px 60px 55px 34px;
    max-width: 300px;
}

.we-build-Section {
    margin: 30px 0px;
}

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

.services-box {
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 20px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.services-box:hover{
    background: rgba(202, 143, 15, 0.01);
}
.services-box:hover p{
color: #EC592C;
}
.services-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;

}

.services-icon img {
    max-width: 89px;
    margin: 0 auto;
    display: table;
    height: 60px;
}

.cover-img {
    width: 100%;
    min-height: 500px;
    height: 502px;
    position: relative;
}

.cover-img img {
    width: 100%;
    height: 100%;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;

}

.play-btn img {
    transition: all 400ms ease-in-out 0s;
}

.play-btn img:hover {
    transform: scale(1.1);

}

.services-box h3 {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
}

.services-box p {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

/* +++++++ valueSection */
.valuebgImg {
    background-image: url(../images/valuebg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px 60px 0px;
}

.value-box {
    background: #FFF;
    padding: 40px;
    position: relative;
    transition: background-color 0.5s;
}

.value-img {
    width: 74px;
    min-width: 74px;
    height: 74px;
    min-height: 74px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: transform 0.5s;
}

.value-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.value-txt h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    transition: color 0.5s;
}

.value-txt p {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.5s;
}

.value-box p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.5s;
}

.value-box:hover {
    background-color: #DD672B;
}

.value-box:hover .value-img {
    transform: rotateY(180deg);
}

.value-box:hover .value-txt h3,
.value-box:hover .value-txt p,
.value-box:hover p {
    color: #fff;
}


.ValuableSection {
    margin: 60px 0px;
	display:none;
}


/* +++++++ getIn touch */
.getInMap iframe {
    width: 100%;
    height: 330px;
}

.getInInfo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-radius: 1px;
    border: 1px solid #828282;
    background: rgba(217, 217, 217, 0.00);
    padding: 20px 10px;
    margin-top: 15px;
}
#getInfoMobile{
    display: none;
}

.getInList h3 {
    color: #979797;
    font-size: 15px;
    font-weight: 500;
}

.getInList ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.getInList ul li {
    display: flex;
    gap: 5px;
    align-items: start;
    padding-bottom: 10px;
}

.getInList ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    word-break: break-word;
    margin-top: -4px;

}

.form-container {
    background: #EC592C;
    padding: 60px 60px;
}

.form-container .form-control {
    border-radius: 1px;
    min-height: 55px !important;
    height: 55px !important;

}

.form-floating label {
    color: #828282;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

#floatingTextarea {
    height: 110px !important;
    min-height: 110px !important;
}

.form-btn button {
    border-radius: 1px;
    background: #000;
    width: 100%;
    height: 57px;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
}

/* slider Css */

.slider-wrapper {
    position: relative;
}

.slider-wrapper .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-wrapper .owl-nav button span {
    font-size: 0px;
}

.slider-wrapper .owl-nav button.owl-prev,
.slider-wrapper .owl-nav button.owl-next {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    background-image: url(../images/sliderarrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    cursor: pointer;
    position: absolute;
}
.slider-wrapper .owl-nav button.owl-prev {
left: -20px;
}
.slider-wrapper .owl-nav button.owl-next {
    transform: rotate(180deg);
    right: -20px;
}

.slider-wrapper button.owl-dot {
    display: block;
    justify-content: center;
    font-size: 20px;
    background: #EC592C;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.slider-wrapper button.owl-dot.active {

    background: #fff;
    margin: 0;

}

.slider-wrapper .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0px;
    gap: 5px;
    align-items: center;
    display: none;
}

.articleSection{
    margin: 60px 0px;
    /* padding: 60px 0px !important; */
	display:none;
}
.article-content{
    background-color: #fff;
}
.article-section h3{
color: #000;
font-size: 25px;
font-weight: 600;
text-transform: capitalize;
}
.article-section p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}
.article-section{
    padding: 60px;
    background-color: #fff;
}
.article-btn{
    margin-top: 40px;
}
.article-btn a{
   
    border-radius: 1px;
    background: #EC592C;
    padding: 10px 23px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}


/* company Section */
.company-card{
background: #FFF;
box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.25);
padding: 40px;
margin: 5px 5px;
}
.company-img{
    width: 150px;
    min-width: 150px;
    height: 90px;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.company-img img{
    max-width: 100%;
}
.company-card p{
color: #000;
font-size: 20px;
text-align: center;
font-weight: 500;
margin-top: 30px;
}


/*  */
.slider-wrapperForCompany {
    position: relative;
}

.slider-wrapperForCompany .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 29px;
}

.slider-wrapperForCompany .owl-nav button span {
    font-size: 0px;
}

.slider-wrapperForCompany .owl-nav button.owl-prev,
.slider-wrapperForCompany .owl-nav button.owl-next {
    width: 45px;
    min-width: 45px;
    height: 10px;
    min-height: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    background-color: #000;
    border-radius: 5px;
}
.slider-wrapperForCompany .owl-nav button.owl-prev {
    width: 45px;
    min-width: 45px;
    height: 10px;
    min-height: 10px;
    background-color: #EC592C !important;
    margin: 0;
    z-index: 11;
    position: relative;
}
.slider-wrapperForCompany .owl-nav button.owl-next {
   
   
}

/* .slider-wrapperForCompany button.owl-dot {
    display: flex;
    justify-content: center;
    font-size: 20px;
    background: #EC592C;
    width: 12px;
    height: 12px;
    border-radius: 50%;
} */

.slider-wrapperForCompany button.owl-dot.active {
    width: 45px;
    min-width: 45px;
    height: 10px;
    min-height: 10px;
    background-color: #EC592C !important;
    margin: 0;
    z-index: 11;
    position: relative;
}

.slider-wrapperForCompany .owl-dots {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0px;
    gap: 5px;
    align-items: center;
    display: none;
}
/*  */


/* footer */

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

.footer-list {
    margin-top: 25px;
    max-width: 250px;

}

.footer-list h1 {
    color: #EC592C;
    font-size: 20px;
    font-weight: 600;
    line-height: 30.42px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer-list ul {
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
}

.footer-list ul li {
    display: flex;
    padding: 5px 0px;
    gap: 10px;
}


.footer-list ul li a {
    color: #ffff;
    font-size: 16px;
    font-weight: 400;


}

.footer-unerline {
    width: 48px;
    height: 3px;
    background-color: #F1592A;
    border-radius: 10px;

}

.footerIcon {
    background-color: #F1592A;
    padding: 5px 5px;
    color: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
}

.gmail-icon {
    padding: 7px 8px;
}

.phone-icon {
    padding: 6px 8px;
}

.locationIcon {
    padding: 6px 10px;
}

footer {
    background: #000000;
    padding: 25px 0px;
    margin-top: 60px;
}

.followUs {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}

.followUsIcon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.copyright {
    border-top: 1px solid 
    #676767;
    background: #000000;
    padding: 15px 0px;
}

.footerIcons {
    color: #F1592A;
    font-size: 25px;
}

.followUs p {
    font-size: 18px;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 0;
}

.drop ul li {
    padding: 10px 0px;
    border-top: 1px solid #F0EFEF !important;

}
.footer-txt{
font-size: 15px;
font-weight: 400;
line-height: 22.5px;
text-align: left;
color: #ffff;
max-width: calc(100% - 84px);
margin-top: 20px;
}
.foot-img img{
    width: 18px;
   
}


/* toggle Search */
.togglehide{
    position: fixed;
    background-color: #000000c4;;
    top: -100%;
    width: 100%;
    height: 100vh;
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ;
    display: none;
}
.new-class{
    top: 0;
}

.removeToggle{
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}







/* contact us page */
.InnerBanner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.40);
}

.InnerBanner h1 {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.getInText {
    text-align: center;
    padding: 50px;
}

.getInText h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}

.getInText p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.contact-para{
color: #000;
text-align: center;
font-size: 18px;
font-weight: 400;
width: 67%;
margin: 0 auto;

}
.contact_us_map iframe {
    min-height: 500px;
}

.ctpy{
    padding: 60px 0px 35px 0px;
}
.ctli{
    padding: 30px 0px 29px 0px;
}
.getinfoct{
    padding: 30px 30px;
}
.form-section {
    width: 100%;
    background-image: url(../images/shopImage.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 354px 0px;
    margin-top: 200px;
    position: relative;
    

}
.form-content {
    background-color: #F7F7F7;
    border-top: 10px solid #EC592C;
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 70px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -24%;
}
.getInList h3 {
    color: #979797;
    font-size: 15px;
    font-weight: 500;
}
.getInList ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.logIn-btn {
    text-align: center;
    margin-top: 5px;
}

.logIn-btn input {
    color: #ffff;
    background: #EC592C;
    padding: 10px 30px;
    border: none;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 20px;

}
.logIn-btn1 input {
    color: #EC592C;
    background:  #ffff;
    padding: 10px 30px;
    border: none;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;

}
.form-section .form-control{
    border-radius: 5px !important;
background: #FFF !important;
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) !important;
color: #979797 !important;
font-size: 15px;
font-weight: 500;
padding: 10px 10px;
}
.form-section .form-control::placeholder{
    color: #979797 !important;
    font-size: 15px;
    font-weight: 500;
}

.formtextPara {
    color: #6C6C6C;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.titleh2 h2{
color: #000;
text-align: center;
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
}


/* about us page */

.joinNowFormSection {
    background: #EC592C;
    padding: 62px 39px;
}

.joinNowFormSection .form-label {
    font-size: 14px;
    color: #fff;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.joinNowFormSection .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 2px solid #FFF;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.joinNowFormSection .form-control::placeholder{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.joinNowFormSection input#avatar {
    font-size: 14px;
    width: 100%;
    color: #ffff;
}

.joinNowFormSection input::file-selector-button {
    font-weight: bold;
    color:  #000000;
    font-size: 15px;
    font-weight: 500;
    border: none;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px #00000040;
    border-radius: 5px;

}
.joinNowFormSection .form-label{
    margin-bottom: 0 !important;
    margin-top: -1px !important;
}
.fileUpload{
margin-top: -4px;
}

.abt-custm{
    font-size: 30px;
}

.about-tabs .nav-tabs {
    border-bottom: 0px !important;
    margin: 30px 0px;
}

.about-tabs .nav-link.active {
    border-top:4px solid #EC592C !important;
    color: #000;
}

.about-tabs .nav-link {
    background-color: #F0F0F0;
    color: #000000;
    border-radius: 0px !important;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 34px;
}
.ab-ul {
    margin-top: 50px;
}

.ab-ul ul {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 0;
    flex-wrap: wrap;
}


.ab-ul ul li {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.whatsAb a {
    background: #EC592C;
    display: block;
    max-width: 300px;
    color: #FFF;
    font-weight: 500;
    width: 100%;
    padding: 14px 31px;
    border-radius: 1px;
    font-size: 15px;
}
.counter-wrapper{
    margin-top: 60px;
	display:none;
}

.counter-container{
background: #FFF;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
padding: 20px 10px;
margin-top: 25px;
z-index: 1;
position: relative;
transition: color 0.5s;


}

.counter-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #DD672B;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    z-index: 0;
}

.counter-container:hover::before {
    width: 100%;
    height: 100%;
}

.counter-container:hover .counter-h1 h3,
.counter-container:hover .counter-h1 p {
    color: white;
}

.counter-h1 {
    position: relative;
    z-index: 1;
}

.counter-h1 h3{
color: #DD672B;
text-align: center;
font-size: 60px;
font-weight: 600;
text-transform: capitalize;
}
.counter-h1 p{
color: #000;
text-align: center;
font-size: 22px;
font-weight: 500;
text-transform: capitalize;
}

/* gallery */

.gallery_sec {
    margin-top: 37px;
    background: #F6F6F6;
    padding: 40px 0px;
}

.product-heading h2 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
}
.product-heading p{
color: #EC592C;
text-align: center;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
}
.gallery_sec .row .col-lg-3 img {
    margin-bottom: 22px;
    width: 100%;
}
.gallery-col2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.gallery-col1 img {
    height: 521px;
    width: 100%;
    object-fit: cover;
}
.margin-cl-gallery{
    margin-bottom: 21px;
}

.joinNowSection{
    margin-top: 25px;
}
.joinNowHeading{
    margin-top: 60px;
}
.subscribe-input {
    position: relative;
}
.subscribe-input input{
    width: 100%;
    background: #3E3E3E;
    padding: 10px 0px;
    border: none;
    outline: none;
    border-radius: 100px;
    padding: 30px 22px;
    color:#EAEAEA;
    font-weight: 400;
    font-size: 15px;
   

}
.subscribe-btn{
    position: absolute;
    top: 0px;
    right: 0px;
}
.subscribe-input button{
    font-weight: 600;
    font-size: 15px;
    background: #EC592C;
    border: none;
    outline: none;
    color: #FFFFFF;
    padding: 20px 45px;
    border-radius: 100px;
}
.subscribeSection{
    background: #000000;
    padding: 52px 55px;
    margin-top: 60px;

}
.subscribe-left p{
    margin-bottom: 0;
    color: #FFFFFF;
}
.testimonialSection{
    margin-top: 60px;
}
.woocommerce-pagination span.page-numbers.current {
background: #ec592c!important;
    color: #fff!important;
}
nav.woocommerce-pagination ul li a {
    color: #ec592c;
}

.dropdown-toggle::after{
	display:none;
}
.bannersection {
    position: relative;
}
.banner_content {
    position: absolute;
    top: 20%;
    left: 130px;
	max-width: 1041px;
}
.subscribe-input input::placeholder {
    color: #fff;
}
.subscribeSection .row {
    align-items: center;
}
.wpcf7-spinner {
    position: relative;
    right: 30%;
    top: -51px;
}
.subscribe-input p {
    margin-bottom: 0;
}
.banner_content p{
	color:#fff;
	font-size:18px;
	font-weight:500;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
}
.banner_content a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
	display: inline-block;
}
.banner_contenth1{
	color:#fff;
	font-size:60px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
}

/* Container for the tab buttons */
.tab-buttons {
    flex-flow: row;
    overflow-y: auto;
    white-space: nowrap;
	display:flex;
}

* Styling the scrollbar */
.tab-buttons::-webkit-scrollbar {
    height: 8px; /* Height of the scrollbar for horizontal scrolling */
}

.tab-buttons::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Color of the track */
    border-radius: 10px; /* Rounded corners for the track */
}

.tab-buttons::-webkit-scrollbar-thumb {
    background-color: #007bff; /* Color of the thumb */
    border-radius: 10px; /* Rounded corners for the thumb */
    border: 2px solid #f1f1f1; /* Adds some padding around the thumb for a neat look */
}

.tab-buttons::-webkit-scrollbar-thumb:hover {
    background-color: #0056b3; /* Darker color when hovered */
}

/* Scrollbar styling for Firefox */
.tab-buttons {
    scrollbar-width: thin; /* Makes scrollbar thinner */
    scrollbar-color:
#EC592C #f1f1f1; /* Thumb color and track color */
	    padding: 12px 0px;
}

/* Individual tab button */
.tab-button {
 flex: 0 0 20%;
  padding: 10px 20px;
  margin: 0 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color:#000000;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Active tab button */
.tab-button.active {
  border-top:1px solid #EC592C;
  color:#EC592C;
}

/* Hover effect for tab button */
.tab-button:hover {
  color:#EC592C;
}

/* Style for the icon within the tab button */
.tab-button img.icon-fortabs {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.productbox {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.productbox:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.imgwrapper {
    position: relative;
    overflow: hidden;
}

.imgwrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

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

.productboxcontent {
    padding: 15px;
    text-align: center;
}

.productboxcontent h3 {
    font-size: 1.2em;
    margin: 10px 0;
    color: #333;
}

.productboxcontent h3 span {
    color: #000000;
    font-size: 18px;
}

.productboxcontent a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
}

.productboxcontent a:hover {
    background-color: #1da853;
}

.tab-section-wrapper{
	margin-top:40px;
}


.area-box {
    position: relative;
    padding: 20px;
    display: flex;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    min-height: 250px;
	margin-bottom:25px;
}

.area-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 81%);
    z-index: 1;
    border-radius: inherit;
}

.area-box-left {
    position: relative;
    z-index: 2;
    margin-right: 20px; /* Gap between left and right sections */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon_div {
    width: 60px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4E4D4D;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
}

.icon_div img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.liner {
    width: 2px;
    height: 100px;
    background-color: #626262;
}

.area-box-right {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.area-box-right h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.area-box-right p {
/*     font-size: 1em; */
	font-size:15px;
    line-height: 1.6;
}
.media_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.area-box-right p{
font-size:15px;
font-weight:500;	
}
.area-of-expertise .container .col-md-4{
	display:flex;
}

.servicesSection {
    margin-top: 50px;
}
.counting-clients-section {
	background-image:url(https://rmsdemo.com/projects/dakproject/wp-content/uploads/2024/08/metal-worker-using-machinery-industrial-workshop-generated-by-ai.jpg);
	background-size:cover;
	background-position:no-repeat;
	padding: 40px 0px;
	margin-top:60px;

}
.counting-left {
    position: relative;
}
.bracket-image{
	position:absolute;
	display: flex;
	gap: 17px;
	top: 28px;
	left: 30px;
	align-items:center;
}
.bracket-image h4{
	color:#EC592C;
	font-size:52px;
	font-weight:500;
	margin-bottom:0;
}
.bracket-image p {
    color: #fff;
    margin-bottom: 0;
}
.expert-count-content P{
	font-size:15px;
	font-weight:500;
	color:#fff;
}
.counter {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.expert-count-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Adjust the gap between columns as needed */
	text-align:center;
}
.counting-clients-section .row{
	align-items:center;
}

.getIntouch{
	display:none;
}

.sb_instagram_header.sbi_medium.sbi_no_avatar {
    display: none;
}

.footer-list p {
    color: #EC592C;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 0;
}
.copyright p {
    margin-bottom: 0;
}
.overlay-footer{
	display:flex;
	
}
.overlay-footer.footerSticky {
    position: fixed;
    bottom: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
	z-index:999;
}
.overlay-footer.footerHidden{
	display:none;
}
.overlay-footer-content {
    padding: 10px 20px;
    border-radius: 34px;
	background-color:#000000;
}
.f-icons {
    color: #fff;
}
.f-icons a{
	color:#EC592C;
}
.InnerBanner1{
	position:relative;
}
.InnerBanner1 video {
    object-fit: cover;
    width: 100%;
	height:450px;
	
}

.InnerBanner1 h1 {
    color: #fff;
    font-size: 60px;
    top: 45%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    font-weight: 600;
}
.abscontent{
	background-image:url(https://rmsdemo.com/projects/dakproject/wp-content/uploads/2024/08/SL-030822-49070-13.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding:90px 0px;
}
.costumerCountsInner{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; 
	text-align:center;
}
.counterAbout{
	font-size:64px;
	font-weight:500;
	font-family:"Poppins";
	color:#DD672B;
}
.counter-text p{
	font-size:24px;
	color:#fff;
	font-weight:500;
	
}
.NeeedHighQualitySection{
	background:#000000;
	padding:30px 0px;
	margin-bottom:30px;
	
}
.needSectionLeft p {
    color: #fff;
    font-size: 20px;
	margin-bottom: 0;
}
.needSectionLeft h3 {
    color: #fff;
}
.quateBtn a {
    background: #EC592C;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
}
.NeeedHighQualitySection .row {
    align-items: center;
}
.grid-item1 {
    position: relative !important;
}
.tab1 {
    position: relative !important;
}


.product-catgory .woocommerce-breadcrumb {
    margin: 44px 0px 12px!important;
}



.product-catgory h1.product_title.entry-title {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
header.woocommerce-products-header h1 {
    color: #ec592c;
}
nav.woocommerce-breadcrumb, nav.woocommerce-breadcrumb a {
    color: #494949 !important;
}
p.woocommerce-result-count {
    color: #494949;
}

.woocommerce ul.products li.product {
    box-shadow: 0px 0px 9px 0px #cccccc5c !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    display: block;
    border-radius: 16px;
}

.woocommerce ul.products li.product a img {
    padding: 24px;
    border-radius: 16px;
    border-bottom: 0!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    margin-bottom: 0;
}

.woocommerce ul.products li.product a h2 {
    background: linear-gradient(360deg, #eb400b, #f1592a6e);
    color: #000;
    padding: 33px 10px!important;
    display: inline-block;
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    text-transform: uppercase;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #ec592c;
    padding: 10px 12px;
    border-radius: 5px;
    color: #494949;
    margin-bottom: 21px;
}
.woocommerce .woocommerce-ordering select:focus-visible {
    outline: none;
}

.product-catgory .posted_in a {
    color: #ec592c;
}

 .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #f5f5f5;
    color: #ec592c;
    margin-right: 11px;
    border: 0;
    position: initial;
    padding: 0.1em 1.5em;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px 0px 0 0!important;
    margin-right: 17px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display:none!important;
}
.woocommerce p.stars a::before {
    color: #ec592c@!important;
}

.product-catgory .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ec592c;
}
.form-submit [type ="submit"] {
}

p.form-submit .submit {
    background-color: #ec592c!important;
    color: #fff!important;
    padding: 14px 41px!important;
}

p.comment-form-comment label {
    margin-bottom: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-top: 38px!important;
    display: inline-block;
    margin-bottom: 14px!important;
    padding-left: 0!important;
}
.woocommerce-tabs.wc-tabs-wrapper {
    border: 1px solid #ccc;
    padding: 0px 36px;
    margin-top: 22px!important;
    position: relative;
    top: 19px;
}

.product-catgory .woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #ec592c!important;
    margin-top: 49px!important;
    display: inline-block!important;
    width: 100%!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-radius: 0;
    background: #ec592c!important;
    position: initial!important;
    border-radius: 0px 0px 0 0!important;
    border-bottom: 0!important;
    border: 0!important;
}

 .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff!important;
}

 .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none!important;
}

.product-catgory .woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
    font-weight: 600;
}



section.related.products h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin: 51px 0px 17px;
    text-transform: uppercase;
}

.product-catgory h2.woocommerce-loop-product__title {
    text-align: center;
}
.woocommerce div.product {
    margin-top: 17px;
    display: inline-block;
}
.woocommerce p.stars a::before {
    color: #ec592c;
}
.related.products {
    display: inline-block;
}





.product-catgory .flex-control-nav.flex-control-thumbs {
    margin-top: 25px;
    display: flex;
    position: relative;
    top: 10px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
	justify-content:center;
}

 .woocommerce div.product div.images .flex-control-thumbs li img {
    margin-right: 11px!;
    border: 1px solid #b1b1b1;
    padding: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 9px!important;
}

 .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 2px solid #ec592c;
    box-shadow: 0px 0px 4px 0px #ccc;
}

.product-catgory .flex-viewport {
    border: 1px solid #dbdbdb;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 2!important;
}
.logIn-btn .wpcf7-submit:hover {
    background: #000;
    color: #fff;
}
.logIn-btn1 .wpcf7-submit:hover {
    background: #000;
    color: #fff;
}

@media(max-width:991px){
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 7px!important;
    margin-bottom: 7px!important;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 0em!important;
}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: 0!important;
    margin-top: 13px!important;
}
	.woocommerce-tabs.wc-tabs-wrapper {
    padding: 11px 13px;
    position: relative;
    top: 0px;
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin: 5px 0px!important;
}
}

.foot-img {
    min-width: 18px;
}


ul.products.ProductpageColumn.columns-4 h2{
    text-align: center;
    color:#fff!important;
}
ul.products.ProductpageColumn.columns-4 li.product-category.product {
    margin-top: 13px!important;
}
header.woocommerce-products-header {
    background-color: #00000000;!important;
    margin-top: 104px;
    display: inline-block;
}

.search-submit {
    border: 0;
    background: none;
}

header.woocommerce-products-header {
    position: relative;
    z-index: -1;
}
.subscribe-btn input.wpcf7-submit {
    background: #ec592c;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 15%!important;
}
.acf-gallery img {
    border: 1px solid #ccc;
    margin-top: 19px;
    padding: 10px;
    width: calc(25% - 15px);
    overflow: hidden;
}

.acf-gallery {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    transition: 0.3s;
    justify-content: normal;
}

.acf-gallery img:hover {transform: translateY(-10px);transition: 0.3s;}
.industrial-applications .cg-author {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-top: 53px;
}


/* table */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: Arial, sans-serif;
}

.custom-table th, 
.custom-table td {
  padding: 12px;
  border: 1px solid #ddd;
}

.custom-table thead th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.custom-table thead tr:first-child th {
  font-size: 1.25em;
  padding: 16px;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
 .table-container {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
  }
  .table-container th, .table-container td {
    border: 1px solid #000;
    padding: 9px;
  }
  .table-header {
    background-color: #ec592c; /* Dark blue */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .sub-header {
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 16px;
  }
  .data-row td {
    font-size: 14px;
  }

/* .custom-table tbody tr:hover {
  background-color: #e0e0e0;
} */

.eael-data-table thead tr {
    text-align: center;
}
.productlist tbody tr td {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-738df6d );
    font-size: 22px;
}
.eael-data-table tr {
    border-style: none;
}
.productlist tbody > tr:nth-child(2n) td {
    color: #000;
    background: #f1f1f1;
}
.productlist {
    overflow-y: scroll;
    height: 478px;
}

.td-content {
    font-size: 15px;
    text-align: center;
}

.eael-data-table tr p {
    display: none;
}
/*============add new css==============*/
a.cta-animate-class {
    background: #ec592c;
    color: #fff;
    padding: 10px;
	border-radius: 4px;
}
 
.woocommerce-product-details__short-description {
    margin-bottom: 25px;
}
/*============add new css==============*/



/*============add new css==============*/
.ProductpageColumn .woocommerce ul.products li.product a img {

    height: 250px !important;
    object-fit: contain;

}
/*============add new css==============*/ 



.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 0.9em !important;
}
.woocommerce ul.products li.product a img {
    height: 239px!important;
        object-fit: scale-down;
}

.followUsIcon a i {
    color: #ec592c;
}
