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



/* 
Font family
-----------------------------------------------

    font-family: "Raleway", serif;
    font-family: "Lato", serif;
    font-family: "DM Sans", sans-serif;

-----------------------------------------------*/

:root {
    --primarycolor: #f05323;
    --brown-black: #231f20;
    --secondarycolor: #b1afb4;
    --light-greycolor: #e5e6e1;

    --paracolor: #272727;
    --selection: #d9d9d9;
    --black: #000;
    --grey-black: #141414;
    --white: #fff;
    --errorcolor: #f34355;
    --bgcolor: #151515;
    --footerbgcolor: #2E2828;

    --font-raleway: "Raleway", serif;
    --font-lato: "Lato", serif;

    --font-DM-Sans: "DM Sans", sans-serif;
    --font-Oxygens: "Oxygen", sans-serif;

    --font-size-72: 72px;
    --font-size-55: 55px;
    --font-size-45: 45px;
    --font-size-40: 40px;
    --font-size-30: 30px;
    --font-size-28: 28px;
    --font-size-22: 22px;
    --font-size-26: 26px;
    --font-size-21: 21px;
    --font-size-19: 19px;
    --font-size-18: 18px;
    --font-size-16: 16px;


}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: var(--font-raleway);
}

body,
ul,
li,
a {
    font-family: var(--font-lato);
    font-weight: 400;
    font-size: 18px;
    color: var(--paracolor);
}

body {
    max-width: 100%;
    overflow-x: hidden !important;
    background: var(--white) !important;
}

/* == CONTAINER-CSS ==
================================================= */

.container,
.e-con-inner,
.elementor-container {
    max-width: 100% !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1240px) {

    .container,
    .e-con-inner,
    .elementor-container {
        max-width: 88% !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        row-gap: 0 !important;
    }

    .about-section .e-con-inner,
    .about-section-two .e-con-inner {
        max-width: 1200px !important;
    }
}

/* == CONTAINER-CSS ==
================================================= */

hr.wp-block-separator {
    color: transparent !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}



/* == SELECTION-CSS ==
===============================================================*/

::-moz-selection {
    background: var(--selection);
    color: var(--black);
}

::-webkit-selection {
    background: var(--selection);
    color: var(--black);
}

::selection {
    background: var(--selection);
    color: var(--black);
}

/* == SELECTION-CSS ==
===============================================================*/




/* == TYPOGRAPHY-CSS == 
===============================================================*/

h1,
h2,
h3,
h4,
h5,
h6,
.common-outer h1,
.common-outer h2,
.common-outer h3,
.common-outer h4,
.common-outer h5,
.common-outer h6,
.common-outer h1 a,
.common-outer h2 a,
.common-outer h3 a,
.common-outer h4 a,
.common-outer h5 a,
.common-outer h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: var(--font-raleway);
    color: var(--black);
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: var(--font-raleway);
    color: var(--black);
    font-weight: 600;
}

h1,
h1 a,
.common-outer h1,
.common-outer h1 a {
    font-family: var(--font-raleway) !important;
    font-weight: 900;
    font-size: var(--font-size-55);
    color: var(--brown-black);
    text-align: initial;
    line-height: 64px !important;
    margin: 40px 0 20px !important;
    text-transform: uppercase;
}

.heading-tag h1 {
    padding-left: 37px;
    position: relative;
}

.heading-tag h1::before {
    position: absolute !important;
    content: "";
    width: 27px;
    height: 40px;
    background: url(../images/slach-line.svg) !important;
    top: 10px;
    background-repeat: no-repeat !important;
    left: 0;
    background-size: contain !important;
}

h2,
h2 a,
.common-outer h2,
.common-outer h2 a {
    font-family: var(--font-lato) !important;
    font-weight: 800 !important;
    font-size: var(--font-size-40);
    color: var(--black) !important;
    line-height: 38px;
    margin: 40px 0 20px;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}

h2 strong {
    background: transparent !important;
    text-stroke: 1px var(--whitecolor);
    -webkit-text-stroke: 2px black;
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

h2::before {
    position: absolute !important;
    content: "";
    width: 22px;
    height: 34px;
    background: url(../images/slach-line.svg) !important;
    top: 1px;
    background-repeat: no-repeat !important;
    left: 0;
    background-size: contain !important;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
    font-family: var(--font-raleway) !important;
    font-weight: 850 !important;
    font-size: var(--font-size-30);
    color: var(--black);
    line-height: 34px;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
    font-family: var(--font-raleway) !important;
    font-weight: 900 !important;
    font-size: var(--font-size-28);
    color: var(--black);
    line-height: 46px !important;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

h5,
h5 a,
.common-outer h5,
.common-outer h5 a,
h5.elementor-image-box-title {
    font-family: var(--font-raleway) !important;
    font-weight: 900 !important;
    font-size: var(--font-size-22);
    color: var(--primarycolor);
    line-height: 35px;
    margin: 40px 0 20px;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

h6,
h6 a,
.common-outer h6,
.common-outer h6 a {
    font-family: var(--font-raleway) !important;
    font-weight: 900;
    font-size: var(--font-size-55);
    color: var(--black);
    text-align: initial;
    line-height: 64px !important;
    margin: 40px 0 20px !important;
    text-transform: uppercase;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    text-align: initial;
    font-family: var(--font-raleway);
}

.elementor-widget-heading .elementor-heading-title {
    margin-bottom: 0 !important;
}

strong {
    font-weight: 700 !important;
}

span.nav-click {
    /* display: none; */
    font-size: 0;
    position: relative;
    padding: 15px 20px 15px 15px;
    cursor: pointer;
    right: -10px;
    top: 0px;
    transform: translateX(0%);
}

span.nav-click::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
    right: auto;
    top: 23px;
    left: 3px;
}

.sub-menu li span.nav-click {
    top: 14px;
    z-index: 999;
}

.common-outer blockquote p {
    margin-bottom: 0;
}

a {
    text-decoration: underline ;
    font-family: var(--font-lato);
}

p {
    font-family: var(--font-lato) !important;
    font-weight: 400;
    font-size: var(--font-size-18);
    color: var(--brown-black) !important;
    line-height: 25px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}


/* == TYPOGRAPHY-CSS == 
===============================================================*/






/* GREY BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg ul li,
.dark-bg ol li {
    color: var(--white) !important;
}

.dark-bg h2 strong {
    background: transparent !important;
    text-stroke: 1px var(--white) !important;
    -webkit-text-stroke: 2px var(--white) !important;
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 800 !important;
}

.dark-bg h2::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(282deg) brightness(106%) contrast(101%);
}

.dark-bg p {
    font-weight: 350;
}

.dark-bg ul li::before {
    background: var(--white) !important;
}

.dark-bg a {
    text-decoration: underline !important;
    color: var(--white) !important;
    font-weight: 400 !important;
    text-transform: none;
}


/* DARK BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */





/* == FORM-TYPOGRAPHY-CSS == 
===============================================================*/

::placeholder {
    font-family: var(--font-raleway);
    font-weight: 500;
    font-size: 16px;
    color: var(--brown-black);
    line-height: 30px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}

label {
    font-family: var(--font-raleway);
    font-weight: 400;
    font-size: var(--font-size-18);
    color: var(--brown-black);
    line-height: 30px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wpcf7-not-valid {
    border: none;
    border: 1px solid var(--errorcolor) !important;
}

.invalid .wpcf7-response-output {
    text-align: center;
    color: var(--errorcolor);
    border: 1px solid var(--errorcolor) !important;
    width: 100%;
    font-weight: 400;
    margin: 10px 0px 20px !important;
    font-size: 14px;
}

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


.container,
.et_pb_row {
    width: 100%;
    max-width: 93%;
    margin: 0 auto;
}


.text-outline h2 strong {
    background: transparent !important;
    text-stroke: 1px var(--whitecolor);
    -webkit-text-stroke: 2px black;
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 800 !important;
    font-family: var(--font-lato);
}


.wpcf7-not-valid-tip {
    display: none;
}

/* wpcf7 form wpcf7-response-output 
===============================================================*/




/* SCROLL_TO_TOP_CSS_START ==
===============================================================*/


/* SCROLL_TO_TOP_CSS_END
===============================================================*/



/* HEADER_CSS_START
===============================================================*/

#top-header {
    background: var(--primarycolor);
    display: flex;
    justify-content: space-between;
    padding: 5px 55px 5px 55px !important;
}

div#top-header .container.clearfix {
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
    max-width: 100% !important;
}

div#top-header div#et-info {
    display: flex;
    gap: 16px;
    padding-bottom: 0;
    align-items: center;
}

.call-us a {
    font-size: var(--font-size-16);
    color: var(--white);
    font-style: italic;
    font-weight: 600;
}

.email-us a {
    font-size: var(--font-size-16);
    color: var(--white) !important;
    font-style: italic;
    font-weight: 600;
    font-family: var(--font-raleway) !important;
}

div#et-info .call-us::before {
    position: absolute;
    content: "";
    background-color: var(--white);
    width: 1px;
    height: 18px;
    right: 1px;
    top: -2px;
}

div#et-info .call-us {
    padding-right: 20px;
    position: relative;
}

ul.et-social-icons {
    display: flex !important;
    flex-direction: row;
    column-gap: 11px;
    padding-left: 0px;
}

ul.et-social-icons li a {
    position: relative;
    font-size: 21px !important;
}

#top-header a {
    text-decoration: none !important;
}

ul.et-social-icons li.et-social-icon a::before {
    opacity: 0;
}

ul.et-social-icons li.et-social-icon a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

ul.et-social-icons li.et-social-facebook a::after {
    /* background: url(../images/ftr_Facebook.svg); */
    background: url(../images/ftr_instagram.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.et-social-icons li.et-social-twitter a::after {
    background: url(../images/ftr_LinkedIn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.et-social-icons li.et-social-instagram a::after {
    /* background: url(../images/ftr_instagram.svg); */
    background: url(../images/ftr_YouTube.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.et-social-icons li.et-social-rss a::after {
    /* background: url(../images/ftr_YouTube.svg); */
    background: url(../images/ftr_Facebook.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}







header#main-header {
    background: var(--brown-black);
    border: none !important;
    box-shadow: none !important;
}

header .logo_container {
    width: 137px !important;
    height: 63px !important;
    position: relative !important;
}

header .logo_container span.logo_helper {
    display: none;
}

header .logo_container a {
    width: 100%;
    height: 100%;
    display: block;
}

header .logo_container img#logo {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    min-height: 100% !important;
}

header nav ul#top-menu {
    display: flex !important;
    column-gap: 19px;
}

header nav ul#top-menu li {
    position: relative !important;
}

header nav ul#top-menu li.menu-item-has-children>a {
    padding-right: 17px !important;
    position: relative;
}
header nav ul#top-menu li.menu-item-has-children>a::after {
    position: absolute;
    content: "" !important;
    width: 12px;
    height: 12px;
    background: url(../images/menu-dropdown.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    right: 0 !important;
    top: 0 !important;
}

header .desktop-nav nav ul#top-menu>li {
    padding-right: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
}

header nav ul#top-menu>li>a {
    color: var(--white) !important;
    font-size: 16px !important;
    font-family: var(--font-raleway) !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    opacity: 1 !important;
}

header nav ul#top-menu>li>a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: 50%;
    top: -33px;
    transform: translateX(-50%);
    transition: 0.5s;
    background: url(../images/menu-h.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

/* transform: skew(-23deg);
    background: var(--primarycolor); */
header nav ul#top-menu>li>a:hover:before {
    width: 100px;
    height: 73px;
    transition: 0.5s;
}
header nav ul#top-menu > li.et-show-dropdown.et-hover > a:before {
    width: 100px;
    height: 73px;
}

header nav ul#top-menu>li.mega-menu-item-has-children>a {
    padding-right: 11px !important;
    position: relative;
}


/* header nav#top-menu-nav ul#top-menu li ul.mega-sub-menu {
    display: flex !important;
    flex-direction: column;
    background: var(--primarycolor) !important;
    align-items: flex-start;
} */

header .desktop-nav ul#top-menu li ul.sub-menu {
    display: flex !important;
    flex-direction: column;
    background: var(--primarycolor) !important;
    align-items: flex-start;
    border: 0 !important;
    padding: 20px 30px 23px 30px !important;
    width: 282px;
    gap: 10px;
}

header .desktop-nav ul#top-menu li ul.sub-menu {
    transform: translate(23px, 31px) !important;
}

header .desktop-nav ul#top-menu li ul.sub-menu li {
    padding: 0;
}

header .desktop-nav ul#top-menu li ul.sub-menu a {
    color: var(--white) !important;
    font-size: 16px !important;
    font-family: var(--font-raleway) !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    opacity: 1 !important;
    background: transparent;
    transition: 0.5s;
}

header .desktop-nav ul#top-menu li ul.sub-menu a::before {
    position: absolute !important;
    content: "";
    width: 0px;
    height: 0px;
    background: url(../images/slach-line.svg) !important;
    top: 3px;
    background-repeat: no-repeat !important;
    left: 0;
    background-size: contain !important;
    transition: 0.5s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(103%) contrast(103%);
}

header .desktop-nav ul#top-menu li ul.sub-menu a:hover {
    padding-left: 20px !important;
    transition: 0.5s;
    font-style: italic;
}

header .desktop-nav ul#top-menu li ul.sub-menu a:hover:before {
    width: 14px;
    height: 23px;
    transition: 0.5s;
}

header .desktop-nav ul#top-menu li ul.sub-menu li.current-menu-item a {
    padding-left: 20px !important;
    transition: 0.5s;
    font-style: italic;
}
header .desktop-nav ul#top-menu li ul.sub-menu li.current-menu-item a::before {
    width: 14px;
    height: 23px;
    transition: 0.5s;
}

header nav ul#top-menu>li.current-menu-item>a::before {
    width: 100px;
    height: 73px;
    transition: 0.5s;
}
header nav ul#top-menu>li.current-menu-parent > a::before {
    width: 100px;
    height: 73px;
    transition: 0.5s;
}





.aftertreatment-header a img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    min-height: 100% !important;
}

.after-treatment-header {
    width: 170px !important;
    height: 30px !important;
    position: relative !important;
    margin-left: 34px;
}

.mobile-outer-recore {
    display: none;
}


header .desktop-nav .container.clearfix.et_menu_container {
    display: flex;
    padding: 7px 19px 7px 117px;
    max-width: 99% !important;
    align-items: center;
}

header .desktop-nav div#et-top-navigation {
    padding-left: 0 !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
}

header .call-us a {
    font-size: 16px !important;
    font-style: italic;
    font-weight: 500;
}

header .email-us a {
    font-size: 16px !important;
    font-style: italic;
}

header .email-us {
    margin-left: 18px !important;
}

header.et-fixed-header #et-top-navigation {
    padding-top: 0px !important;
}


/* HEADER_CSS_END
===============================================================*/

/*-------------------------------------------------------------------*/















/*FOOTER_CSS_END
===============================================================*/

footer#main-footer {
    background: #231F20;
    overflow: hidden;
}

footer a {
    text-decoration: none !important;
}

footer #main-footer {
    background-color: var(--brown-black) !important;
}

footer .newsletter-footer-text {
    padding-left: 87px;
    padding-right: 90px;
    padding-top: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .newsletter-email h4 {
    color: #fff;
    font-weight: 600 !important;
    font-size: var(--font-size-26);
    margin: 0;
    padding: 0;
    text-transform: none !important;
    font-family: var(--font-lato) !important;
}

footer .newsletter-email p {
    font-family: var(--font-raleway) !important;
    font-weight: 600;
    font-size: 18px;
    color: #f05323 !important;
    padding: 0px;
    margin-bottom: 18px !important;
    line-height: 20px !important;
    margin-top: 4px;
}

footer .newsletter-email-form form input {
    padding: 12px 0px 10px 21px;
    border: none;
    font-family: var(--font-raleway) !important;
    font-weight: bold;
    width: 280px;
}

footer ul.news-let-form {
    display: flex;
    align-items: center;
    flex-direction: row;
}

footer .newsletter-email-form form li.news-submit input {
    padding: 9px 31px 10px 31px;
    background: var(--primarycolor);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-raleway);
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
    transition: 0.2s;
}
footer .newsletter-email-form form li.news-submit input:hover {
    background: #383D40;
    transition: 0.2s;
}
footer .newsletter-email-form form li.news-submit {
    position: relative;
}
footer .newsletter-email-form form li.news-submit p span.wpcf7-spinner {
    position: absolute;
    background: #f05323;
    right: -60px;
    top: 5px;
}


footer .logo-contact-links .logo_container img#logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100% !important;
}

footer .logo-contact-links {
    padding-left: 85px;
    padding-right: 28px;
    display: flex;
    flex-direction: row;
    padding-bottom: 85px;
    position: relative;
}

footer .logo-contact-links::before {
    position: absolute;
    content: "";
    width: 279px;
    height: 169px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    left: 31.5%;
    bottom: 0;
    background: url(../images/footer-pattern.svg);
}


footer .footer-logo {
    width: 50%;
}

footer .footer-mob-email-add {
    width: 25%;
}

footer .footer-mob-email-add div#et-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
}


footer .footer-mob-email-add h5 {
    margin: 0;
    text-transform: none;
    font-size: 18px;
    font-weight: 400 !important;
}

footer .contact-outer {
    display: flex;
    flex-direction: column;
    padding-left: 42px;
    gap: 12px;
    margin-top: 5px;
}
footer .contact-outer .address-foo {
    margin-top: 5px;
}

footer div#et-info {
    display: flex;
    gap: 0px;
    padding-bottom: 0;
    align-items: center;
}

footer .contact-outer a {
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--font-raleway) !important;
    font-weight: 600;
    text-decoration: none;
}

footer .footer-mob-email-add {
    width: 25%;
    padding-left: 90px;
}

footer .footer-menu {
    width: 25%;
    margin-left: 100px;
}

footer .footer-logo .logo_container {
    position: relative;
    width: 59%;
}

footer .footer-mob-email-add h5 {
    margin: 0;
    text-transform: none;
    font-size: 18px;
    font-weight: 600 !important;
    padding: 0;
}

footer .footer-menu h5 {
    text-transform: none;
    font-size: 18px;
    font-weight: 600 !important;
    margin: 0px;
    padding-top: 50px;
}

footer .footer-address p {
    color: var(--white) !important;
    font-size: 16px;
    width: 70%;
    line-height: 20px !important;
    text-align: left;
    font-family: var(--font-raleway) !important;
    font-weight: 600;
    text-transform: uppercase;
}

footer ul#menu-footer-menu-links {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    gap: 10px;
    font-family: var(--font-raleway) !important;
    padding: 0 !important;
}


footer .bottom-nav li {
    font-weight: 600;
    display: inline-block;
    padding-right: 22px;
    color: var(--white);
    font-family: ui-sans-serif;
    font-size: 16px;
}

footer .bottom-nav li a {
    color: var(--white);
    font-size: 15px;
    font-family: var(--font-raleway) !important;
    font-weight: 600;
    text-decoration: none;
}
footer .bottom-nav li a:hover {
    color: var(--primarycolor);
    opacity: 1;
}
footer .bottom-nav li.current-menu-item > a {
    color: var(--primarycolor);
}

.newsletter-footer-text li.news-items p span input::placeholder {
    font-family: var(--font-raleway) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--brown-black) !important;
}

footer #et-footer-nav .container {
    max-width: 100% !important;
}


footer #et-footer-nav {
    background-color: transparent;
    padding-left: 42px;
}

#footer-bottom {
    background-color: #1f1f1f;
    background-color: rgb(255 255 255);
    padding: 0px 0 0px;
}

#footer-info {
    text-align: left;
    color: var(--brown-black);
    float: unset !important;
    display: flex;
    padding-bottom: 0 !important;
}

.copyright-privacy {
    display: flex;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px !important;
}


#footer-info a {
    font-weight: 400;
    font-size: 14px;
}



footer .privacy-text .footer-privacy a {
    color: var(--primarycolor);
    font-weight: bold;
    font-size: 16px;
}

footer .copy-rights-out {
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-transform: uppercase;
    font-size: 12px !important;
    font-family: var(--font-lato) !important;
    margin-bottom: 0 !important;
    margin-top: -4px;
    margin-bottom: 0;
}
footer .foo-rights-reserve {
    font-size: 12px !important;
    line-height: 25px;
    margin-right: 2px;
}
footer .designed-hostes {
    font-size: 10px !important;
}

.copyright-privacy {
    display: flex;
}

#footer-info {
    display: flex;
}

div#footer-info a {
    font-size: 11px;
}

footer ul.et-social-icons {
    display: flex !important;
    flex-direction: row;
}

footer ul.et-social-icons li a {
    position: relative;
    font-size: 30px !important;
    background: var(--primarycolor);
    border-radius: 100px;
    transition: 0.4s;
}

footer ul.et-social-icons li a:hover {
    background: var(--brown-black);
    transition: 0.4s;
}

footer ul.et-social-icons li.et-social-icon a:hover:after {
    filter: brightness(0) saturate(100%) invert(48%) sepia(65%) saturate(4199%) hue-rotate(346deg) brightness(95%) contrast(98%);
}

footer .et-social-icons li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 15px;
}

div#footer-bottom .container.clearfix {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 100% !important;
    padding: 7px 40px;
    margin: 0;

}

div#footer-bottom .container.clearfix::after {
    display: none;
}

.footer-logo span.logo_helper {
    display: none;
}

.footer-logo img#logo {
    margin-top: 66px;
}

footer .contact-outer ul.et-social-icons {
    margin-top: 19px;
}

.footer-logo img#logo {
    margin-top: 69px;
    width: 310px;
    height: 317px;
}

footer .footer-logo .logo_container a {
    display: block;
}




.phone-email-mob {
    width: 100% !important;
    display: table;
    height: 100% !important;
}



/* FOOTER_CSS_END
===============================================================*/

/*-------------------------------------------------------------------*/











/* WHY RECORE CENTREAL :::::::::::::::::::::::::::::::::::::::::::: */


.why-recore-section.inner-page-banner {
    padding-top: 0 !important;
    padding-bottom: 26px !important;
    display: block;
}

.why-recore-section.central-sec {
    padding-top: 0 !important;
    padding-bottom: 36px !important;
}


/* OUR STORY SEC CSS ::::::::::::::::::::::::::::::::::::::::::::::::: */



.our-story-section .our-story-row {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    align-items: flex-end;
    padding: 0;
    padding-bottom: 0 !important;
}

.our-story-section {
    position: relative;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.our-story-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/weonly-bg.svg);
    background-repeat: no-repeat !important;
    background-size: 102%;
    top: 0;
    left: 0;
    background-size: 114%;
    z-index: 0;
    background-position-x: 167%;
    /* filter: brightness(0) saturate(100%) invert(7%) sepia(3%) saturate(16%) hue-rotate(347deg) brightness(102%) contrast(99%); */
    filter: brightness(0) saturate(100%) invert(5%) sepia(3%) saturate(3178%) hue-rotate(294deg) brightness(104%) contrast(83%);
}


.our-story-section .our-story-row .our-story-col-1 :where(h1, h2, h3, h4, h5, h6, li, a) {
    color: var(--white);
}

.our-story-section .our-story-row .our-story-col-1 {
    width: 69%;
    margin: 0;
    padding-bottom: 205px;
    display: flex;
    flex-direction: row;
    column-gap: 80px;
    padding-left: 160px;
    padding-top: 55px;
    position: relative;
}

.our-story-section .our-story-row .our-story-col-1::before {
    position: absolute;
    content: "";
    width: 444px;
    height: 410px;
    background: url(../images/our-stroy-pattern-bg.svg);
    background-position: -45px top;
    background-repeat: no-repeat;
    background-size: 110%;
    bottom: -16px;
    left: 0;
}

.our-story-section .our-story-row .our-story-col-1 .our-story-title-desc {
    width: 36%;
}

.our-story-section .our-story-row .our-story-col-1 .our-sto-desc {
    width: 52%;
}

.our-story-section .our-story-row .our-story-col-2 {
    width: 33.5%;
    z-index: 0;
    height: 100%;
}

.our-story-section .our-story-row .our-story-col-1 .our-sto-desc p {
    font-size: 16px;
}

.our-story-section .our-story-row .our-story-col-2 span.et_pb_image_wrap {
    position: relative;
    padding-bottom: 84%;
    display: block;
}

.our-story-section .our-story-row .our-story-col-2 span.et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}



/* OUR VALUE SEC CSS ::::::::::::::::::::::::::::::::::::::::::::::::: */

.our-values-section {
    background: var(--primarycolor);
    padding-bottom: 11px !important;
}

.our-values-section .our-values-row {
    max-width: 89%;
    padding-top: 18px;
}

.our-values-section .our-values-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
    padding-top: 0 !important;
}

.our-values-section .our-values-col .our-values-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.our-values-section .our-values-col .our-values-title h2 {
    margin: 0;
    padding-bottom: 0;
}

.our-values-section .our-values-col .our-val-desc {
    width: 28.3%;
}

.our-values-section .our-values-col .our-val-desc h3 {
    padding: 0;
    text-align: center;
    font-weight: 840 !important;
    margin-bottom: 14px !important;
}

.our-values-section .our-values-col .our-val-desc p {
    text-align: center;
    font-weight: 390;
}

.our-values-section .our-values-col .our-val-desc h3::before {
    display: none;
}

.our-story-section .our-story-title-desc h2::before {
    filter: none;
}



.why-re-ele-section::before {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    background: #f053239e !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    opacity: 1 !important;
    mix-blend-mode: multiply;
}

.why-re-ele-section {
    position: relative;
    padding: 100px 180px 95px 195px !important;
}

.why-re-ele-section .why-re-ele-row {
    max-width: 100% !important;
    padding: 0;
}

.why-re-ele-section h2 {
    color: #fff !important;
    font-size: 44px !important;
    text-transform: none !important;
    line-height: 49px;
    padding: 0;
    margin: 0;
}

.why-re-ele-section h2::before {
    display: none;
}


/* WHY RECORE CENTREAL :::::::::::::::::::::::::::::::::::::::::::: */









.page-id-15 .why-recore-section.filter-service-intro {
    padding-top: 0px !important;
}


/* FILTER CLENING ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.filter-service-detail-page :where(h2, h3, h5, p, strong ) {
    font-family: var(--font-lato) !important;
}



.fil-detail-title-para-outer .fil-detail-title .heading-tag {
    display: flex;
    justify-content: center;
}


.fil-detail-title-para-outer {
    width: 58%;
    margin: 0 auto;
    padding: 1px 10px 50px 10px;
}
.fil-detail-title-para-outer .fil-re-ser-con-1 {
    text-align: center;
}
.fil-re-ser-con h2 {
    width: 60%;
}

.fil-re-ser-con h2::before {
    filter: brightness(0) saturate(100%) invert(7%) sepia(6%) saturate(1081%) hue-rotate(295deg) brightness(97%) contrast(87%);
}




.img-sub-title-outer-sec {
    display: flex;
    padding: 38px 20px 72px 20px;
    gap: 60px;
    width: 83%;
    margin: 0 auto;
}
.img-sub-title-outer-sec .sub_title_image {
    width: 43%;
}

.img-sub-title-outer-sec .sub_title_image .sub-title-sec-img {
    position: relative;
    padding-bottom: 80%;
    display: block;
    width: 100%;
    height: 0;
}

.img-sub-title-outer-sec .sub_title_image .sub-title-sec-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.img-sub-title-outer-sec .filter-service-img-sub-title {
    padding: 0px 20px;
    width: 51%;
}
.img-sub-title-outer-sec .fil-ser-content h2 {
    width: 65%;
}
.img-sub-title-outer-sec .fil-ser-content h2::before {
    filter: brightness(0) saturate(100%) invert(8%) sepia(1%) saturate(4932%) hue-rotate(294deg) brightness(89%) contrast(88%);
}
.img-sub-title-outer-sec .fil-ser-content h5 {
    margin-top: 0;
    margin-bottom: 5px;
}
.img-sub-title-outer-sec .fil-re-ser-con p {
    font-size: 16px;
    line-height: 26px;
 }
 .filter-service-cont-btn {
    margin-top: 44px;
}

.img-sub-title-outer-sec.ad-sub-title-sec-2 {
    padding-top: 69px;
}
.img-sub-title-outer-sec.ad-sub-title-sec-2 .fil-ser-content h2 {
    width: 63%;
}


.why-fil-choose-outer-sec {
    display: flex;
    position: relative;
    overflow: hidden;
}
.why-fil-choose-outer-sec::before {
    position: absolute !important;
    content: "" !important;
    width: 36% !important;
    height: 36%;
    background: url(../images/bf-left-pattern.svg) !important;
    bottom: 2%;
    background-repeat: no-repeat !important;
    left: -69px;
    background-size: contain !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(4007%) hue-rotate(210deg) brightness(114%) contrast(101%);
}
.why-fil-choose-outer-sec::after {
    position: absolute !important;
    content: "" !important;
    width: 32% !important;
    height: 32%;
    background: url(../images/bf-right-pattern.svg) !important;
    top: 17%;
    background-repeat: no-repeat !important;
    right: -18%;
    background-size: contain !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(4007%) hue-rotate(210deg) brightness(114%) contrast(101%);
}


.why-fil-choose-outer-sec {
    background-color: var(--secondarycolor);
    color: #fff;
}
.why-fil-choose-inner-sec {
    padding: 70px 20px 92px 20px;
    position: relative;
}
.why-fil-choose-inner-sec::before  {
    position: absolute;
    content: "";
    background: var(--primarycolor);
    width: 100%;
    height: 20px;
    right: 0;
    bottom: 0;
}

.why-fil-choose-outer-sec .fil-service {
    margin: 0 auto;
    width: 72%;
}
.fil-service h2 {
    font-weight: 900;
    text-transform: uppercase;
    color: #111;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    /* text-align: center !important; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
    position: relative;   
}



.fil-service p {
    font-size: 16px;
    margin: 21px auto 70px auto !important;
    padding: 0 30px;
    text-align: center;
}

.fil-service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.fil-service li {
    width: 44%; 
    font-size: 16px  !important;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
}
.fil-service li strong {
    color: var(--white);
    font-size: 22px;
    text-transform: capitalize;
    font-family: var(--font-raleway) !important;
    font-weight: 700 !important;
}





.filter-carousel {
    position: relative;
    background: white;
    padding: 40px 291px 47px 160px;
    display: flex;
    overflow: hidden;
}
.filter-carousel :where(h1, h2, h3, h4, h5, p, strong, li) {
    color: var(--white) !important;
}

.filter-carousel::before {
    position: absolute;
    content: "";
    width: 96%;
    height: 100%;
    background: url(../images/ser-carou-bg.svg);
    background-repeat: no-repeat !important;
    background-size: 102%;
    top: 0;
    left: 0;
    background-size: 110%;
    z-index: 0;
    background-position-x: 167%;
    filter: brightness(0) saturate(100%) invert(11%) sepia(7%) saturate(599%) hue-rotate(295deg) brightness(90%) contrast(95%);
    z-index: 1;
}
.filter-carousel::after {
    position: absolute !important;
    content: "" !important;
    width: 100% !important;
    height: 100%;
    background: url(../images/pattern-bg-sm.svg) !important;
    top: 0;
    background-repeat: no-repeat !important;
    right: -81%;
    background-size: contain !important;
}

.filter-carousel .our-process-title {
    position: absolute;
    top: 6%;
    display: flex;
    left: 2%;
    margin: 0 !important;
    height: fit-content;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
    text-align: left;
    writing-mode: sideways-lr !important;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 1;
}
.filter-carousel .our-process-title h6 {
    color: #656363;
    position: relative;
    padding: 19px 0px;
    font-family: var(--font-raleway) !important;
    font-size: 51px !important;
}
.filter-carousel .our-process-title h6::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 15px;
    background: url(../images/colan.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    left: 17px;
}
.filter-carousel .our-process-title h6::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 15px;
    background: url(../images/colan.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 17px;
}


.filter-carousel .process-item {
    display: flex;
    gap: 38px;
}
.filter-carousel .process-item ul li {
    color: var(--white) !important;
}

.filter-carousel .process-item-img-des .process-img-outer {
    position: relative;
    padding-bottom: 57%;
    display: block;
    width: 82%;
    height: 0;
}
.filter-carousel .process-item-img-des .process-img-outer img.process-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover !important;
    object-position: top;
}
.process-description p {
    font-weight: 300;
    font-family: var(--font-lato) !important;
    font-size: 16px;
}
.process-description ul li {
    font-size: 16px;
}
.process-description ol li {
    font-size: 16px;
}

.process-description h4 {
    margin-top: 28px;
    margin-bottom: 0px;
}
.filter-carousel .process-item-title {
    width: 36%;
    padding-top: 40px;
}
.filter-carousel .process-item-title h2 strong {
    background: transparent !important;
    text-stroke: 1px var(--whitecolor);
    -webkit-text-stroke: 2px white;
    color: transparent !important;
    text-shadow: none !important;
    font-weight: 800 !important;
    display: block;
}
.filter-carousel .process-item-img-des {
    width: 41%;
}
.filter-carousel .owl-nav {
    display: flex;
    flex-direction: column-reverse;
    width: fit-content;
    gap: 10px;
    position: absolute;
    right: -2.5%;
    bottom: 1%;
}
.filter-carousel .owl-nav button.owl-prev::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/arrow_lt.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }
    
    .filter-carousel .owl-nav button.owl-next::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/rriw_full_rt.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }
.filter-carousel .owl-nav button {
    width: 40px;
    height: 40px;
}
.filter-carousel .owl-nav button span {
    font-size: 0;
}
.filter-carousel .owl-nav button::before {
    filter: brightness(0) saturate(100%) invert(8%) sepia(1%) saturate(4932%) hue-rotate(294deg) brightness(89%) contrast(88%);
}





.your-prod-sec.product-outer-container {
    position: relative;
    padding: 30px 20px 30px 25px !important;
    background: var(--brown-black);
    margin-top: 32px;
    margin-bottom: 32px;
}

.your-prod-sec.product-outer-container .your-prod-des h2 {
font-family: var(--font-raleway) !important ;

}

.your-prod-sec.product-outer-container .your-prod-des {
    z-index: 9;
    position: relative;
}




/* FILTER CLENING ::::::::::::::::::::::::::::::::::::::::::::::::::::::: */









.why-recore-section.contact-us-intro {
    padding-top: 0 !important;
}



.contact-us-sec {
    background: #B1AFB4;
    padding-top: 40px !important;
    padding-bottom: 37px !important;
}

.contact-us-sec .contact-us-row {
    max-width: 83%;
    display: flex;
    /* justify-content: space-between; */
}
.contact-us-col-2 {
    width: 36% !important;
}
.contact-us-sec .contact-us-row .contact-us-col-1 {
    margin-right: 44px !important;
    margin-top: 22px;
    width: 47%;
}


.contact-us-form .cmn-class-form p input, .contact-us-form .cmn-class-form p textarea {
    padding: 10px 10px 10px 19px;
    border: 1px solid #d8d8d6;
    background: transparent;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    font-family: var(--font-raleway);
    color: var(--brown-black);
    resize: none ;
}
.contact-us-form .cmn-class-form p textarea {
    max-height: 145px;
}
.contact-us-form .cmn-class-form p input::placeholder, .contact-us-form .cmn-class-form p textarea::placeholder {
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    font-family: var(--font-raleway);
    color: var(--brown-black);
    /* background: rgb(240,83,35);
background: linear-gradient(90deg, rgba(240,83,35,1) 10%, rgba(0,0,0,1) 10%); */
}
/* .contact-us-form .cmn-class-form p input::placeholder::first-letter {
    font-weight: bold;
    color: #8A2BE2 !important;
  } */

.contact-us-col-1 p {
    color: var(--primarycolor) !important;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
}
.add-contact-title h3 {
    color: var(--primarycolor) !important;
    margin-bottom: 5px !important;
    text-transform: none;
    line-height: normal !important;
    font-size: 18px;
    margin-top: 0 !important;
    padding-bottom: 0;
    font-weight: 600 !important;
}
.add-contact-title p {
    color: var(--brown-black) !important;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    width: 45%;
    line-height: normal !important;
}
.contact-us-col-1 a {
    color: var(--brown-black) !important;
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    text-transform: lowercase;
}
.contact-us-form ul.become-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.contact-us-form ul.become-form li {
    width: 100%;
    padding-left: 0;
    padding-bottom: 2px;
}
li.first-nm.cmn-class-form, li.last-nm.cmn-class-form, li.phone-nm.cmn-class-form, li.mail-nm.cmn-class-form {
    width: 47.5% !important;
}
li.sub-form p {
    width: fit-content;
    margin: 0 auto;
}
li.sub-form span.wpcf7-spinner {
    position: absolute;
    top: 4px;
}
.contact-us-form ul.become-form li.cmn-class-form p span {
    position: relative;
}
.contact-us-form ul.become-form li.cmn-class-form p span::before {
    position: absolute;
    content: "*";
    color: var(--primarycolor);
    top: 4px;
    left: 7px;
    font-size: 21px;
    font-weight: 600;
    
}
.contact-us-form ul.become-form li.msg-nm.cmn-class-form p span::before {
    display: none;
}




.contact-us-form ul.become-form li.cmn-class-form::before ,li.sub-form::before {
    display: none;
}

li.sub-form input {
    font-size: 16px;
    border: 0px;
    border-radius: 0 !important;
    padding: 11px 39px 11px 39px !important;
    text-transform: uppercase;
    font-weight: 550;
    background: var(--primarycolor);
    line-height: normal !important;
    text-decoration: none;
    color: var(--white);
    cursor: pointer;
    font-family: var(--font-raleway) !important;

}


.phone-outer-cont {
    margin-bottom: 26px;
}








.thank-you-sec {
    position: relative;
    overflow: hidden;
    padding-top: 150px !important;
    padding-bottom: 141px !important;
}
.thank-you-sec::before {
    position: absolute;
    content: "";
    width: 429px;
    height: 423px;
    background: url(../images/our-stroy-pattern-bg.svg);
    background-position: -45px top;
    background-repeat: no-repeat;
    background-size: 110%;
    bottom: 0;
    left: 0;
}
.thank-you-sec::after {
    position: absolute !important;
    content: "" !important;
    width: 465px !important;
    height: 266px;
    background: url(../images/bf-right-pattern.svg) !important;
    top: 9%;
    background-repeat: no-repeat !important;
    right: -234px;
    background-size: contain !important;
}
.thank-you-col .et_pb_button_module_wrapper {
    text-align: center;
    margin-top: 56px !important;
}
.thank-you-col p {
    text-align: center;
}

.tq-title-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 15px !important;
}
.thank-you-col {
    z-index: 9;
    position: relative;
}


.privacy-policy-col .heading-tag {
    display: flex;
    justify-content: center;
}
.fil-re-ser-con h2 strong {
    display: block;
}
.fil-ser-content h2 strong {
    display: block;
}