.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    transition: 0.7s ease;
}

:root {
    /*green*/
    --primary: #42ab34;
    --secondary: #77b82a;
    --light_green: #94c120;
    --fade_green: #bad794;
    /*pastel*/
    --pink: #f39da6;
    --purple: #ab95c6;
    --yellow: #fadf50;
    --orange: #f69c5d;
    /*blue*/
    --dark_blue: #0061a8;
    --fade_blue: #4ac0de;
    --light_blue: #9ed4d6;
    /*Common*/
    --white: #fff;
    --black: #000;
    --darkgrey: #58585b;
}

body {
    /* font-family: 'Avenir Next LT Regular'; */
    font-family: "Noto Sans", sans-serif;
}

span,
a {
    display: inline-block;
}

a span {
    display: initial;
}

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

figure,
img {
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Avenir Next LT Bold'; */
    font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* common css start */

.main_hdng span {
    color: var(--black);
}

.main_hdng .elementor-heading-title {
    position: relative;
}

.main_hdng .elementor-heading-title::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/wp-content/uploads/2023/05/icon_leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 230px;
    height: 20px;
}

.left_hdng.main_hdng .elementor-heading-title::before {
    left: -30px;
    transform: unset;
}


/* common css end*/


/* Header css */

header {
    position: relative;
}

.top-bar {
    background-color: var(--primary);
}

.topbar-inner {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.top-bar .left-side ul {
    display: flex;
    flex-wrap: wrap;
}

.top-bar .left-side li {
    margin-right: 30px;
}

.top-bar .right-side ul {
    display: flex;
}

.top-bar a {
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
}

.top-bar .sci a {
    margin-left: 20px;
    font-size: 18px;
}

.top-bar .row>.col-12 {
    position: relative;
}

.topbar-toggler {
    display: none;
}

.logo-wrap {
    padding: 25px 0 20px;
    border-bottom: 1px solid var(--fade_green);
}

.logo-box {
    max-width: 200px;
    margin: auto;
}

.logo-box img {
    width: 100%;
    height: auto;
}

.main-header * {
    /* font-family: 'Avenir Next LT Regular'; */
    font-family: "Noto Sans", sans-serif;
}

.main-header {
    position: relative;
    background-color: var(--white);
    z-index: 100;
}

.main-header .eversoft-menu {
    padding: 15px 0;
}

.main-header .eversoft-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.main-header .eversoft-menu ul li {
    position: relative;
}

.main-header .eversoft-menu a {
    padding: 10px 25px;
    color: var(--darkgrey);
    font-weight: 700;
    transition: 0.5s;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}

.main-header .eversoft-menu nav>ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--darkgrey);
}

.main-header .eversoft-menu a:hover {
    color: var(--primary);
}

.menu-item-has-children>.a-Wrap {
    margin-right: 20px;
}

.main-header .fas {
    font-family: "Font Awesome 5 Free";
}

.main-header .fab {
    font-family: "Font Awesome 5 Brands";
}

.main-header .menu-item-has-children {
    position: relative;
}

.main-header .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    width: 300px;
    top: calc(100% - 1px);
    left: 0;
    /* transform: translateX(-50%);*/
}

.main-header .menu-item-has-children:hover .sub-menu {
    display: block;
}

.main-header .sub-menu a {
    border: none !important;
}

.main-header .menu-item-has-children .sub-menu li {
    background: var(--white);
    width: 100%;
    transition: 0.5s;
}

.main-header .menu-item-has-children .sub-menu li:hover {
    background: var(--secondary);
}

.main-header .menu-item-has-children .sub-menu a {
    color: var(--darkgrey);
    padding: 10px 15px;
    display: block;
}

.main-header .subMenuAngle {
    cursor: pointer;
}

.main-header .eversoft-menu .primary-menu ul.sub-menu {
    background: var(--white);
    border: 1px solid var(--border-color);
}

.main-header .eversoft-menu .sub-menu li::after {
    display: none;
}

.main-header .eversoft-menu .sub-menu li:hover a {
    background: var(--secondary);
    color: var(--white);
}


/* center slider css start */

.center_mode_slider_sec {
    position: relative;
}

.center_mode_slider_sec .owl-stage {
    position: relative;
    padding: 110px 0;
}

.center_mode_slider_sec .owl-item {
    transition: 0s;
}

.center_mode_slider_sec .owl-item.active.center {
    transform: scale(1.7);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.center_mode_slider_sec .owl-item,
.center_mode_slider_sec .owl-item img,
.center_mode_slider_sec .owl-item video {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.center_mode_slider_sec .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.center_mode_slider_sec .owl-nav button {
    position: relative;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.25) !important;
    border-radius: 50%;
    font-size: 32px !important;
    font-weight: 600 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    transition: 0.5s;
    pointer-events: all;
}

.center_mode_slider_sec .owl-nav button span {
    position: relative;
    margin-bottom: 5px;
}

.center_mode_slider_sec .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.5) !important;
}


/* center slider css end */


/* footer css */

footer {
    text-align: center;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

footer * {
    color: var(--darkgrey);
    margin: 0;
    padding: 0;
    /* font-family: 'Avenir Next LT Regular'; */
    font-family: "Noto Sans", sans-serif;
}

.footer-inner {
    padding: 70px 0;
    border-bottom: 1px solid var(--fade_green);
}

.footer-sec-wrap ul a {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-sec-wrap p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
}

footer .footer-sec-title {
    font-size: 30px;
    margin-bottom: 30px;
    color: var(--primary)
}

.footer-sec-wrap ul li {
    position: relative;
}

.footer-sec-wrap .menu-item-has-children .sub-menu {
    display: none;
}

.footer-sec-wrap span.subMenuAngle {
    display: none;
    pointer-events: none;
}

.copyright-bar {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copyright-bar div {
    flex-grow: 1;
    flex-basis: calc(100% / 3);
}

.copyright p {
    font-size: 14px;
}

.copyright a {
    font-weight: 700;
}

.footer-sci ul {
    display: flex;
}

.footer-sci a {
    margin-right: 20px;
}

.footer-sci a i {
    color: var(--primary);
}

.widget_email-subscribers-form form label {
    width: 100%;
}

.widget_email-subscribers-form form {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 20px auto;
    align-items: center;
    border-bottom: 2px solid var(--primary);
}

.widget_email-subscribers-form form .es-field-wrap {
    flex-grow: 1;
    margin: 0;
}

.widget_email-subscribers-form form label input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 5px 0;
}

.widget_email-subscribers-form form label input:focus {
    outline: none;
}

.es_spinner_image {
    display: none !important;
}

.widget_email-subscribers-form form input[type="submit"] {
    outline: none !important;
    background: transparent;
    color: var(--primary);
    border: none;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.es_subscription_message {
    display: block;
    width: 90%;
    margin: auto;
    padding: 1rem 1rem;
    font-size: 14px !important;
    line-height: 1.7;
}

.widget_email-subscribers-form input:-webkit-autofill,
.widget_email-subscribers-form input:-webkit-autofill:hover,
.widget_email-subscribers-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #eef0f7 inset;
}


/**** harpreet css ***/

.hs_zero_main span.perct {
    font-size: 60px;
}

.zero_list_icon ul li::before {
    content: "";
    filter: grayscale(1);
    opacity: 0.5;
    top: 0;
    position: absolute;
    background-size: 20px;
    width: 18px;
    background-repeat: no-repeat;
    height: 18px;
    left: -25px;
    background-image: url(/wp-content/uploads/2023/05/list.png);
}

.products_tab_section .elementor-tab-title {
    background: #fff;
    color: #000;
    margin-right: 5px;
}

.products_tab_section .elementor-tab-title.elementor-active {
    background: var(--primary);
    color: #fff!important;
}

.products_tab_section .wp-caption-text {
    min-height: 90px;
    line-height: 1.4!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products_tab_section .wp-caption-text {
    position: relative;
}

.products_tab_section .wp-caption-text a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*** Global Tabs Button Color ****/

:root {
    /*green*/
    --primary: #42ab34;
    --secondary: #77b82a;
    --light_green: #94c120;
    --fade_green: #bad794;
    /*pastel*/
    --pink: #f39da6;
    --purple: #ab95c6;
    --yellow: #fadf50;
    --orange: #f69c5d;
    /*blue*/
    --dark_blue: #0061a8;
    --fade_blue: #4ac0de;
    --light_blue: #9ed4d6;
    /*Common*/
    --white: #fff;
    --black: #000;
    --darkgrey: #58585b;
}

.hydra_color .elementor-tab-title.elementor-active {
    background: var(--dark_blue);
}

.elementor-swiper-button i{
    color:#000
}

/*****************CSS FOR NEWSLETTER FORM 21082023 Start****************************************/

.footer-inner .emaillist p {
    display: block;
    width: 100%;
}

.footer-inner .emaillist form {
    flex-direction: column;
    display: flex;
}

.footer-inner .emaillist .gjs-cell input {
    display: block;
    width: 100%;
}



.footer-inner .emaillist .gjs-row {
    display: block!important;
    width: 100%;
    position: relative;
}

.footer-inner .emaillist form .es-form-field-container {
    width: 100%;
}

.footer-inner .emaillist .gjs-cell input#esfpx_email_0fe74ada6116e {
    background: none;
    border: none;
    border-bottom: 2px solid #42ab34;
}

.footer-inner .emaillist .gjs-cell input[type="submit"] {
    position: absolute;
    top: 0;
    text-align: end;
    right: 0;
}

.footer-inner .widget_email-subscribers-form form {
    border: none;
}

.footer-inner .emaillist .gjs-cell input:focus {
    outline: none;
}

.footer-inner .emaillist .gjs-row .gjs-cell {
    margin-top: 10px;
}
/*****************CSS FOR NEWSLETTER FORM 21082023 END****************************************/

@media (min-width: 1399.98px) {
    .footer-contact-wrap {
        padding: 0 30px;
    }
}

@media (min-width: 767.99px) {
    .topbar-inner {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .topbar-inner .right-side.sci {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
    .top-bar .left-side li {
        margin-right: 0;
    }
}

@media(max-width: 1199.98px) {
    footer .footer-sec-title {
        font-size: 24px;
    }
    .footer-sec-wrap ul a {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .main-header {
        z-index: 1009;
        position: sticky;
        top: 0;
    }
    .top-bar {
        padding: 0;
    }
    .logo-wrap {
        padding: 30px 0 30px;
    }
    .logo-box {
        max-width: 200px;
        margin: unset;
    }
    .logo-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main-header .eversoft-menu {
        display: none;
    }
    .main-header .eversoft-menu ul {
        display: flex;
        justify-content: center;
        align-items: self-start;
        flex-direction: column;
    }
    .main-header .eversoft-menu li {
        width: 100%;
    }
    .main-header .eversoft-menu a {
        padding: 10px 0;
        display: block;
    }
    .main-header .menu-item-has-children .sub-menu a {
        font-size: 14px;
        padding: 10px;
    }
    .main-header .menu-item-has-children:hover .sub-menu {
        display: none;
    }
    .main-header .menu-item-has-children .sub-menu {
        position: relative;
        width: 100%;
        transform: unset;
        transition: unset;
        top: unset;
        left: unset;
    }
    .menu-item-has-children>.a-Wrap {
        margin-right: 0;
    }
    .main-header .a-Wrap a {
        flex-grow: 1;
        text-align: left !important;
    }
    .main-header .eversoft-menu nav>ul li:not(:last-child)::after {
        content: unset;
    }
    .main-header .a-Wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: baseline;
    }
    .subMenuAngle {
        background: var(--primary);
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white);
        margin-left: 20px;
    }
    .topbar-inner {
        display: none;
    }
    .top-bar .right-side {
        float: right;
    }
    .top-bar .left-side {
        float: left;
    }
    .topbar-inner::after {
        content: '';
        display: table;
        clear: both;
    }
    .topbar-toggler {
        display: block;
        position: absolute;
        width: 30px;
        height: 25px;
        background-color: var(--primary);
        color: var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        top: 100%;
        right: 12px;
    }
    .topbar-toggler i {
        animation: bounce 3s infinite;
    }
    @keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-5px);
        }
        60% {
            transform: translateY(-5px);
        }
    }
    .subMenuAngle {
        background: var(--primary);
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--white);
        margin-left: 20px;
    }
    .footer-inner {
        padding: 40px 0;
    }
    .copyright-bar {
        flex-direction: column;
        gap: 15px;
        padding: 30px 15px;
    }
    .copyright-bar div {
        text-align: center !important;
    }
    .footer-sci a {
        margin: 0 15px;
    }
    .footer-contact-wrap {
        padding: 0 30px;
    }
    footer .footer-sec-title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .footer-sec-wrap ul a {
        margin-bottom: 10px;
    }
    .footer-sec-wrap p {
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .topbar-inner {
        flex-direction: column;
    }
    .left-side {
        margin-bottom: 10px;
    }
    .top-bar .left-side li {
        margin: 0 15px;
    }
    .top-bar .sci a {
        margin: 0 10px;
    }
    .logo-wrap {
        padding: 23px 0 21px;
    }
    .logo-box {
        max-width: 150px;
    }
    .top-bar .left-side,
    .top-bar .right-side {
        float: none;
    }
    .top-bar .left-side ul,
    .top-bar .right-side ul {
        justify-content: center;
    }
    .footer-contact-wrap {
        padding: 0;
    }
    footer .footer-sec-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .footer-sec-wrap p,
    .copyright p {
        font-size: 12px;
    }
    .center_mode_slider_sec .owl-stage {
        padding: 0;
    }
    .center_mode_slider_sec .owl-item.active.center {
        transform: scale(1);
    }
    .center_mode_slider_sec .owl-nav button {
        transform: scale(0.8);
    }
}

@media (max-width: 575.98px) {
    .logo-box {
        max-width: 110px;
    }
    .center_product_m>div {
        justify-content: center;
    }
}


/** temporary solution for products boxes */

@media screen and (max-width:992px) {
    .products_tab_section .elementor-container .elementor-col-25 {
        width: 50%!important;
    }
    .products_tab_section .elementor-container {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:576px) {
    .products_tab_section .elementor-container .elementor-col-25 {
        width: 100%!important;
    }
}