/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body,
body *{
    font-family: "Fira Sans", sans-serif !important;
}
.topHead .elementor-widget-image,
.topHead .elementor-widget-image .elementor-widget-container{
    display: inline-flex;
    align-items: center;
}
.topYoutube a,
.topYoutube a img{
    display: block;
}
.headBtn{
    display: inline-flex;
    flex: inherit;
}
.headerNav{
    justify-content: flex-end;
    display: inline-flex;
    margin-left: auto;
}
.headerNav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{
    font-weight: 500 !important;
    font-size: 16px;
}
/* .bottomHead > .e-con-inner > .elementor-element{
    max-width: 85.5%;
} */
.bottomHead > .e-con-inner > .elementor-element:first-child{
    max-width: 14.5%;
    flex: 0 0 14.5%;
}
.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 18px;}
/* .elementor-nav-menu--main .elementor-nav-menu a, 
.elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
.elementor-nav-menu--main .elementor-nav-menu a:focus, 
.elementor-nav-menu--main .elementor-nav-menu a:hover{
    padding-left: 35px;
    padding-right: 35px;
} */
.headerNav .elementor-nav-menu .sub-arrow{
    padding: 8px 0 8px 8px;
}
.headerNav .elementor-nav-menu .sub-arrow svg{
    display: none;
}
.headerNav .elementor-nav-menu .sub-arrow:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(images/down-arrow.svg) no-repeat top center;
    background-size: 100% auto;
}
.headerNav .elementor-nav-menu--main .elementor-nav-menu ul{
    display: block !important;
    top: 100% !important;
    /* opacity: 0; */
    /* visibility: hidden; */
    /* transition: 600ms;
    transform: translate(0, 60px); */
    /* pointer-events: none; */
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: 500ms;
    padding-bottom: 18px;
}
.headerNav .elementor-nav-menu--main .elementor-nav-menu ul:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 18px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.headerNav .elementor-nav-menu--main .elementor-nav-menu .menu-item > ul{    
    width: auto;
    min-width: 170px;
}
.headerNav .elementor-nav-menu--main .elementor-nav-menu .menu-item:hover > ul{
    /* opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: initial; */
    padding-top: 19px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.headerNav .elementor-nav-menu--main .elementor-sub-item{
    border: none;
    padding: 9px 20px !important;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.headerNav .elementor-nav-menu--main .elementor-sub-item:before,
.headerNav .elementor-nav-menu--main .elementor-sub-item:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 15px;
    height: 100%;
    background-color: #fff;
}
.headerNav .elementor-nav-menu--main .elementor-sub-item:after{
    right: auto;
    left: 100%;
}
.headerNav .elementor-nav-menu--main .elementor-sub-item:hover{
    background: transparent;
    color: #3e8b26;
}
/* .headerNav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover .sub-arrow:before, 
.headerNav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active .sub-arrow:before, 
.headerNav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted .sub-arrow:before, 
.headerNav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus .sub-arrow:before{
    background-position: 0 -8px;
}
.headerNav .elementor-widget-nav-menu .elementor-nav-menu--main .menu-item:hover > .elementor-item .sub-arrow:before{
    transform: rotate(180deg);
} */
.headerNav .elementor-nav-menu .has-submenu:hover .sub-arrow:before{    
    background-position: 0 -8px;
}
.headerNav .elementor-nav-menu .menu-item:hover > .has-submenu .sub-arrow:before{
    transform: rotate(180deg);
}
.headerNav .elementor-sub-item.elementor-item-active{
    background: transparent !important;
    color: #3e8b26 !important;
}

.headerSearch{
    display: inline-flex !important;
    align-items: center;
}
.headerSearch .elementor-widget-container,
.chemical-search-wrapper{
    display: inline-flex !important;
    align-items: center;
}
.chemical-search-icon{
    width: 16px;
    display: inline-flex;
    align-items: center;
}
/* .mainBanner{
    animation: bannerZoom 14s infinite alternate linear;
}
@keyframes bannerZoom {
    0% {
        background-size: 120%;
    }
    100% {
        background-size: 160%;
    }
} */

.innerBanner .elementor-widget-image img{
    min-height: 200px;
    object-fit: cover;
    object-position: top center;
}
.inBannerTxt{
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.inBannerTxt_trans{
    height: 100%;
}
.inBannerTxt > .elementor-widget-container,
.inBannerTxt_trans > .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.inBannerTxt > .elementor-widget-container .elementor-heading-title,
.inBannerTxt_trans > .elementor-widget-container .elementor-heading-title{
    max-width: var(--content-width);
    padding: 0 15px;
}
.secContent p{
    font-size: 17px;
    line-height: 27px;
}
.secContent p:not(:last-child){
    margin-bottom: 20px;
}
.secContent p strong{
    color: #3e8b26;
}
.counclsTopImage img{
    max-width: calc(100% - 198px) !important;
}
.counclsWithImage{
    position: relative;
}
.counclsWithImage .councls{
    position: absolute;
    bottom: 100%;
    right: 0;
}
.counclsWithImage img{
    max-width: 63%;
}

.councls .elementor-widget-container{
    display: table-caption;
}
.councls > .elementor-widget-container{
    min-width: 190px;
    min-height: 190px;
    /* border-radius: 0 42px 0 42px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.councls > .elementor-widget-container .elementor-counter-number-wrapper{
    display: inline-flex;
    align-items: center;
}
.councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number{
    font-size: 94px;
    line-height: 64px;
}
.councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number-suffix{
    font-size: 64px;
    line-height: 32px;
}
.councls > .elementor-widget-container .elementor-counter-title{
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 14px;
}

/* .secTitle .elementor-heading-title span{
    display: block;
    color: #3e8b26;
    font-size: 32px;
    line-height: 42px;
} */


.testimonialSlider .elementor-swiper{
    width: 1056px;
    max-width: 100%;
    margin: 0 auto;
}
.testimonialSlider .swiper{
    width: 100% !important;
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.08);
    border: 2px solid #3E8B26;
    background-color: #F9FBF8;
}
.testimonialSlider .swiper .elementor-swiper-button,
.mainBannerSec .elementor-swiper-button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #3E8B26;
    box-shadow: 5px 8px 9px 0px rgba(0, 0, 0, 0.13);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    bottom: auto;
    left: -100px; 
    right: auto;  
    transition: 600ms; 
    opacity: 0;
    visibility: hidden;
    outline: none;
}
.mainBannerSec .elementor-swiper-button,
.mainBannerSec .elementor-swiper-button.elementor-swiper-button-next{
    background: transparent;
    width: 70px;
    height: 70px;
    left: 10px !important;
    box-shadow: none;
}
.mainBannerSec .elementor-swiper-button.elementor-swiper-button-next{
    left: auto !important;
    right: 10px !important;
}
.testimonialSlider .swiper .elementor-swiper-button:before,
.mainBannerSec .elementor-swiper-button:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/left-arrow.svg) no-repeat center center;
    background-size: 100%;
    transition: 500ms; 
}
.mainBannerSec .elementor-swiper-button:before{
    filter: brightness(0) invert(1);
}
.testimonialSlider .swiper .elementor-swiper-button svg,
.mainBannerSec .elementor-swiper-button svg{
    display: none;
}
.testimonialSlider .swiper .elementor-swiper-button.elementor-swiper-button-next{
    left: auto;
    right: -100px;
}
.testimonialSlider .swiper .elementor-swiper-button.elementor-swiper-button-next:before,
.mainBannerSec .elementor-swiper-button.elementor-swiper-button-next:before{
    transform: rotate(180deg);
}
.testimonialSlider .swiper .elementor-swiper-button:hover{
    background-color: #3E8B26;
}
.testimonialSlider .swiper .elementor-swiper-button:hover:before{
    filter: brightness(0) invert(1);
}
.mainBannerSec .elementor-swiper-button:hover{
    background-color: #fff;
}
.mainBannerSec .elementor-swiper-button:hover:before{
    filter: none;
}
.mainBannerSec:hover .elementor-swiper-button{
    opacity: 1;
    visibility: visible;
}
.mainBannerSec img.attachment-full.size-full{
    width: 100%;
}
.mainBanner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mainBanner > .e-con-inner > .elementor-element{
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
    transition-delay: 700ms;
}
.mainBanner > .e-con-inner > .elementor-element:last-child{
    transition-delay: 800ms;
}
.swiper-slide-active .mainBanner > .e-con-inner > .elementor-element{
    transform: translateY(0px);    
    opacity: 1;
}
.mainBannerSec img.attachment-full.size-full{
    min-height: 600px;
    object-fit: cover;
    object-position: top right;
}


/* swiper-slide-active */
.testimonialSlider .swiper:hover .elementor-swiper-button{
    left: -40px;
    opacity: 1;
    visibility: visible;
}
.testimonialSlider .swiper:hover .elementor-swiper-button.elementor-swiper-button-next{
    left: auto;
    right: -40px;
}
/* .testimonialSlider .swiper .swiper-slide{
    padding: 78px 72px 78px 160px !important;
} */
.testimonialSlider .swiper .swiper-slide:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 116px;
    color: rgba(62, 139, 38, 0.1);
    font-weight: 400;
    font-size: 469px;
    line-height: 32px;
    background: url(images/quote.svg) no-repeat top center;
    background-size: 100% auto;
    width: 136px;
    height: 100px;
}
.testimonialSlider .elementor-testimonial__text,
.testimonialSlider .elementor-testimonial__text p{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
}
.testimonialSlider .elementor-testimonial__text p{
    margin: 0;
}
.testimonialSlider .elementor-testimonial__text p:not(:last-child){
    margin: 0 0 32px 0;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed{
    height: 100%;
    transition: background-size 0.6s ease-in-out;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed > .e-con-inner{
    display: block;
    position: relative;
    gap: 0;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-image{
    position: relative;
    z-index: 1;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .shoplistIcon{
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .shoplistIcon .elementor-widget-container a{
    height: 90px;
    width: 90px;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 500ms;
    background-color: #fff;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .shoplistIcon .elementor-widget-container img{  
    transition: 500ms;
    width: auto;
    max-width: 54px;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-image:not(.shoplistIcon) .elementor-widget-container a{
    display: block;
    position: relative;
    overflow: hidden;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-image:not(.shoplistIcon) .elementor-widget-container a:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 500ms;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-image:not(.shoplistIcon) img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1.4;
    transition: 500ms;
    object-fit: cover;
    object-position: top center;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-theme-post-title .elementor-widget-container{
    height: auto !important;
    background-color: #3e8b26 !important;
    min-height: 62px;
    position: relative;
    z-index: 2;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-theme-post-title .elementor-widget-container .elementor-heading-title{
    transition: 500ms;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-theme-post-title .elementor-widget-container .elementor-heading-title a:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .shoplistIcon .elementor-widget-container a{
    background-color: #3e8b26;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .shoplistIcon .elementor-widget-container a img{
    filter: brightness(0) invert(1);
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-theme-post-title .elementor-widget-container .elementor-heading-title{
    color: #94c088 !important;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-image:not(.shoplistIcon) .elementor-widget-container a:before{
    opacity: 1;
    visibility: visible;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-image:not(.shoplistIcon) img{
    transform: scale(1.1);
}


/* .shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-image:not(.elementor-widget__width-auto){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-image:not(.elementor-widget__width-auto):before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 500ms;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-image:not(.elementor-widget__width-auto) img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 600ms;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-theme-post-title .elementor-widget-container,
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-theme-post-title .elementor-widget-container .elementor-heading-title{
    transition: 500ms;
}
.shopLists .e-loop-item .e-con-boxed .elementor-page-title{
    margin-top: auto;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-image .elementor-widget-container{
    background-color: #3E8B26;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-image .elementor-widget-container img{
    filter: brightness(0) invert(1);
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-theme-post-title .elementor-widget-container{
    background-color: #3E8B26 !important;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-theme-post-title .elementor-widget-container .elementor-heading-title{
    color: #84d669 !important;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover{
    background-size: 120%;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-image:not(.elementor-widget__width-auto):before{
    opacity: 1;
    visibility: visible;
}
.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed:hover .elementor-widget-image:not(.elementor-widget__width-auto) img{
    transform: scale(1.2);
    filter: inherit;
} */


.bodyBanner{
    overflow: hidden;
}
/* .bodyBanner img{
    animation: bodyBannerZoom 14s infinite alternate linear;
}

@keyframes bodyBannerZoom {
    0% {
        transform: scale(1);
    }
    100% {        
        transform: scale(1.5);
    }
} */

/* .elementor-button .elementor-button-text{
    display: inline-flex;
    align-items: center;
}
.elementor-button .elementor-button-text:after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(images/button-arrow.svg) no-repeat center center;
    background-size: 100% auto;
    margin: 0 0 0 8px;
} */

.elementor-button{
    transition: 500ms;
    /* background-color: #2f54e5 !important; */
    background-color: #3e8b26 !important;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 20px !important;
}
.elementor-button .elementor-button-content-wrapper{
    position: relative;
    z-index: 1;
}
.elementor-button:hover{
    background-color: #1d2958 !important;
    color: #fff !important;
}
.borderBtn .elementor-button:hover{
    background-color: #3e8b26 !important;
    border-color: #3e8b26 !important;
}
.borderBtn .elementor-button:hover svg path{
    fill: #fff !important;
}
/* .elementor-button:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 0;
    background-color: #1d2958;
    transition: 500ms;
} */
.elementor-button svg path{
   transition: 500ms; 
}
/* .elementor-button:hover:before{
    width: 100%;
} */
.expertSection{
    padding: 46px 326px 36px 54px;
    position: relative; 
    gap: 0;
    justify-content: flex-start;
    min-height: 302px;
}
.expertSection > .elementor-widget-image:not(.elementor-widget__width-initial){
    width: 126px;
    flex: 0 0 126px;
}
.expertSection > .elementor-widget__width-initial.elementor-widget-image{
    display: block;
    position: absolute;
    bottom: 0;
    right: 82px;
    width: 250px;
    height: auto;
}
.expertSection > .elementor-widget__width-initial.elementor-widget-image .elementor-widget-container{
    display: block;
    width: 100%;
    height: auto;
}
.expertSection > .elementor-widget__width-initial.elementor-widget-image .elementor-widget-container img{
    display: block;
    width: 100%;
    height: auto;
}
.expertSection > .e-con-full{
    gap: 0;
    margin: 0;
    padding: 0 32px 0 44px;
    /* max-width: 700px; */
}


.expertSection .elementor-button{
    background-color: #fff !important;
}
.expertSection .elementor-button svg path{
    fill: #3e8b26;
}
.expertSection .elementor-button:hover{
    background-color: #1D2958 !important;
}
.expertSection .elementor-button:hover{
    /* background-color: #222 !important; */
    color: #fff !important;
}
.expertSection .elementor-button:hover .elementor-button-icon{
    filter: brightness(0) invert(1);
}
.elementor-button-icon{
    align-items: center;
    display: inline-flex;
}
.borderBtn .elementor-button{
    background: transparent !important;
    border: 2px solid #959595;
    color: #fff;
}
.borderBtn .elementor-button:before{
    background-color: #fff;
}
.borderBtn .elementor-button:hover{
    color: #1d2958;
}
.borderBtn .elementor-button:hover svg path{
    fill: #1d2958;
}
.expertMain{
    position: relative;
}
.expertMain:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 112px;
    background-color: #1D2958;
    z-index: 0;
}
.expertMain > .e-con-inner{
    position: relative;
    z-index: 1;
}

.afiliationList .gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.footNav .elementor-nav-menu--dropdown{
    margin: 3px 0 0 0;
}
.footNav li:not(:last-child){
    margin-bottom: 12px;
}
.footNav li a{
    display: inline-flex;
    font-size: 16px !important;
    padding: 0 !important;
    background: transparent !important;
}
.footNav li a:hover,
.footNav li.current-menu-item a{
    color: #3e8b26 !important;
}
.footContact .elementor-icon-list-item a:hover .elementor-icon-list-text{
    color: #3e8b26;
} 
.fText p{
    margin: 0;
}
.fText p a{
    color: #fff;
    font-weight: 700;
}
.fText p a:hover{
    color: #3e8b26;
}
.footCopyright{
    align-items: center;
}
.footCopyright p{
    margin: 0;
}
.footCopyright .elementor-widget-image .elementor-widget-container{
    align-items: center;
    display: inline-flex;
}
.locTxt .elementor-icon-list-items .elementor-icon-list-item{
    margin: 0 !important;
    padding: 0 !important;
}
.locTxt .elementor-icon-list-items .elementor-icon-list-item:not(:first-child){
    margin-top: 22px !important;
}
.locTxt .elementor-icon-list-text{
    font-size: 17px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
}

.contactForm .elementor-field-group .elementor-field-label{
    color: #505050;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 6px 0;
}
.contactForm .elementor-field-group:not(.elementor-field-type-recaptcha) .elementor-field,
.chemical-search-box input{
    border-color: #DCD4D4;
    border-radius: 0px;
    height: 43px;
    box-shadow: none;
    outline: none;
}
.contactForm .elementor-field-group .elementor-field:focus,
.chemical-search-box input:focus{
    border-color: #3E8B26;
}
.contactForm .elementor-field-group textarea.elementor-field{
    height: 208px !important;
    resize: none;
}
.contactForm .elementor-field-type-submit .elementor-button,
.chemical-search-box > button{
    width: auto;
    min-height: 46px;
    flex: inherit !important;
    /* background-color: #3E8B26; */
    outline: none;
    border: none;
    border-radius: 0px;
    transition: 500ms;
}
.chemical-search-box > button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #3E8B26;
    min-height: 43px;
    min-width: 48px;
    padding: 0;
}
.chemical-search-box > button img{
    filter: brightness(0) invert(1);
}
.chemical-search-box > button:hover{
    background-color: #1d2958;
}
/* .contactForm .elementor-field-type-submit .elementor-button:hover{
    background-color: #4db55c;
} */
.elementor-field-subgroup .elementor-field-option{
    position: relative;
    margin: 6px 0 0 0;
}
.elementor-field-subgroup .elementor-field-option > input{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.elementor-field-subgroup .elementor-field-option > label{
    display: inline-flex;
    position: relative;
    padding: 0 0 0 24px;
}
.elementor-field-subgroup .elementor-field-option > label:before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #7e7e7e;
    border-radius: 100px;
    transition: 500ms;
}
.elementor-field-subgroup .elementor-field-option > label:after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #3E8B26;
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: 500ms;
}
.elementor-field-subgroup .elementor-field-option > input:checked ~ label:before{
    border-color: #3E8B26;
}
.elementor-field-subgroup .elementor-field-option > input:checked ~ label:after{
    opacity: 1;
    visibility: visible;
}
.textContainer .wp-block-heading{
    color: #1D2958;
    font-size: 46px;
    line-height: 50px;
    font-weight: 700;
    margin: 0;
}
.textContainer .wp-block-heading:not(:first-child){
    margin-top: 30px 0 0 0;
}
.textContainer h5{
    display: block;
    color: #1D2958;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin: 0;
}
.textContainer h5:not(:first-child){
    margin: 28px 0 0 0;
}
.textContainer p,
.elementor-widget-text-editor:not(.white):not(.fText) .elementor-widget-container{
    display: block;
    color: #4C4D4F;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.textContainer p:not(:first-child){
    margin: 20px 0 0 0;
}
.textContainer p a{
    color: #4C4D4F;
}
.textContainer p a:hover{
    color: #3e8b26;
}
.textContainer p .space{
    display: block;
    padding: 0 0 0 16px;
}
.iconTextContainer{
    display: block !important;
}
.textIcon{
    display: inline-flex;
    flex-wrap: wrap;
    float: left;
    margin: 0 16px 12px 0 !important;
    position: relative;
    top: 6px;
}
.textIcon .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px !important;
    background-color: #3e8b26;
    padding: 8px;
}
.textIcon .elementor-widget-container img{
    display: block;
    float: left;
    width: 48px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    filter: brightness(0) invert(1);
}
.textIcon + .elementor-element{
    display: block;
    width: 100%;
}
.textContainer ul{
    display: block;
    padding: 0;
    margin: 0;
}
.textContainer ul:not(:first-child){
    margin: 22px 0 0 0;
}
.textContainer ul li{
    display: block;
    position: relative;
    padding: 0 0 0 16px;
}
.textContainer ul li:not(:first-child){
    margin: 6px 0 0 0;
}
.textContainer ul li:before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #4C4D4F;
    border-radius: 100px;
    position: absolute;
    top: 9px;
    left: 0;
}
.innerPageContainer > .e-con-inner > .elementor-element:first-child{
    max-width: 46%;
    flex: 0 0 46%;
}
.innerPageContainer > .e-con-inner > .elementor-element:last-child{
    max-width: calc(54% - 60px);
    flex: 0 0 calc(54% - 60px);
}

/*step process start*/
.step-process-widget {
    display: block;
    margin: 24px 0 0 0;
    padding: 0 15px;
}
.step-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.step-row .step-item{
    display: flex;
    flex-flow: column;
    align-items: center;
    float: left;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding: 15px 15px 154px 15px;
    position: relative;
}
:root{
    --dash-animation: 120s; 
}
.step-row .step-item:nth-child(3):after,
.step-row .step-item:nth-child(4):after,
.step-row .step-item:nth-child(9):after,
.step-row .step-item:first-child .itemBox .step-icon-container:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 76px;
    right: -1px;
    width: 7px;
    height: 100%;
    background: url(images/line-v.svg) repeat-y 0 0;
    background-size: 100% auto;
    animation: slide3 var(--dash-animation) linear infinite;
}
@keyframes slide3{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 10000px;
    }
}
.step-row .step-item:nth-child(4):after{
    right: auto;
    left: 0px;
}
.step-row .step-item:first-child .itemBox .step-icon-container:after{
    height: 24px;
    right: auto;
    left: -1px;
    top: 61px;
    animation: inherit;
}
.step-row .step-item:last-child .itemBox .step-icon-container:after{
    content: "";
    display: block;
    position: absolute;
    top: 69px;
    right: 0;
    width: 28px;
    height: 15px;
    background: url(images/line-arrow.svg) no-repeat right center;
}
.step-row .step-item .itemBox{
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 340px;
    max-width: 100%;
    text-align: center;
}
.step-row .step-item .itemBox .step-icon-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    /* position: relative; */
}
.step-row .step-item .itemBox .step-icon-container:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 74px;
    left: 0;
    width: 100%;
    height: 7px;
    background: url(images/line-h.svg) repeat-x -2px 0px;
    background-size: auto 100%;
    animation: slide var(--dash-animation) linear infinite;
}
@keyframes slide{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10000px 0;
    }
}

.step-row .step-item:nth-child(4) .itemBox .step-icon-container:before,
.step-row .step-item:nth-child(5) .itemBox .step-icon-container:before,
.step-row .step-item:nth-child(6) .itemBox .step-icon-container:before{
    animation: slide2 var(--dash-animation) linear infinite;
}
@keyframes slide2{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -10000px 0;
    }
}
.step-row .step-item .itemBox .step-indicator{
    display: inline-flex;
    position: relative;
    z-index: 1;
}
.step-row .step-item .itemBox .step-indicator .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.06);    
    padding: 8px;
    transition: 500ms;
}
.step-row .step-item .itemBox .step-indicator .icon img{
    display: block;
    float: left;
    width: 64px;
    max-width: 100%;
    margin: 0;
    transition: 500ms;
}
.step-row .step-item .itemBox .step-indicator .icon:hover{
    background-color: #3e8b26;
}
.step-row .step-item .itemBox .step-indicator .icon:hover img{
    filter: brightness(0) invert(1);
}
.step-row .step-item .itemBox .step-indicator .step-number{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.09);
    color: #3e8b26;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 2px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
}
.step-row .step-item .itemBox .step-indicator .step-number:before{
    color: #3e8b26;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.step-row .step-item:nth-child(4) .itemBox .step-indicator .step-number,
.step-row .step-item:nth-child(6) .itemBox .step-indicator .step-number{
    font-size: 0px;
    
}
.step-row .step-item:nth-child(4) .itemBox .step-indicator .step-number:before{
    content: "6";
}
.step-row .step-item:nth-child(6) .itemBox .step-indicator .step-number:before{
    content: "4";
}
.step-row .step-item .itemBox .step-content{
    display: block;
    margin: 40px 0 0 0;
}
.step-row .step-item .itemBox .step-content .step-title{
    display: block;
    color: #1D2958;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.step-row .step-item .itemBox .step-content .step-description{
    display: block;
    margin: 18px 0 0 0;
    color: #4C4D4F;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
/*step process end*/
.afiliationList  .gallery-item img {
    margin: 0 auto;
    max-width: 80px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title{
    outline: none !important;    
    color: #1d2958 !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title:hover .e-n-accordion-item-title-text,
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text{
    color: #3e8b26 !important;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon .e-opened svg,
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon .e-closed svg,
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg{
    fill: #3e8b26 !important;
}
.afiliationList .gallery{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.afiliationList .gallery .gallery-item{
    margin: 0;
}
.afiliationList .gallery .gallery-item:not(:last-child){
    margin-right: 80px !important;
}
.goToTop{
    display: none;
}
.goToTop .elementor-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    background-color: #3e8b26;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms;
    overflow: hidden;
}
.goToTop .elementor-icon:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(images/down-arrow.svg) no-repeat top center;
    background-size: 100% auto;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}
.goToTop .elementor-icon svg{
    display: none;
    width: 20px;
    height: auto;
    animation: up-down 4s infinite;
}
.goToTop .elementor-icon:hover{
    background-color: #3e8b26;
}


@keyframes up-down{
    0%    {transform: translateY(-10px)}
    50%   {transform: translateY(10px)}
    100%   {transform: translateY(-10px)}
}

.inrSecLeft .elementor-widget-image:first-child img{
    display: block;
    width: 100%;
}
.postid-97 .inrSecLeft .elementor-widget-image:first-child{
    text-align: right;
}
.postid-97 .inrSecLeft .elementor-widget-image:first-child img{
    display: inline-block;
    width: 560px;
    max-width: 76%;
}
.postid-97 .inrSecLeft .elementor-widget-image:nth-child(2){
    margin-top: -84px;
    text-align: left;
}
.postid-97 .inrSecLeft .elementor-widget-image:nth-child(2) img{
    width: 288px;
    max-width: 68%;
    border-left: none !important;
    border-bottom: none !important;
}
.postid-99 .inrSecLeft .elementor-widget-image:first-child img{
    max-width: calc(100% - 65px);
}
.postid-99 .inrSecLeft .elementor-widget-image:nth-child(2){
    margin-top: -84px;
}
.postid-99 .inrSecLeft .elementor-widget-image:nth-child(2) img{
    width: 426px;
    max-width: 68%;
    border-right: none !important;
    border-bottom: none !important;
}
.thankyouContainer{
    max-width: 600px;
    margin: 0 auto;
}


@media screen and (max-width:1300px){
    .topHead, .bottomHead{padding-left:20px;padding-right:20px;}
}            

@media screen and (max-width:1280px){
	.bottomHead	.elementor-nav-menu a{padding:13px;}
    .councls > .elementor-widget-container {
        min-width: 154px;
        min-height: 154px;
        padding: 14px !important;
    }
    .councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number {
        font-size: 72px;
        line-height: 50px;
    }
    .councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number-suffix {
        font-size: 52px;
    }
    .councls > .elementor-widget-container .elementor-counter-title {
        font-size: 36px;
        line-height: 34px;
    }
    .counclsTopImage img {
        max-width: calc(100% - 162px) !important;
    }
    .counclsWithImage img {
        max-width: 68%;
    }
    .testimonialSlider .elementor-swiper{
        width: 890px;
    }
    .testimonialSlider .swiper .elementor-swiper-button, 
    .mainBannerSec .elementor-swiper-button{
        width: 60px;
        height: 60px;
        left: -60px;
    }
    .testimonialSlider .swiper .elementor-swiper-button.elementor-swiper-button-next{
        right: -60px;
    }
    .testimonialSlider .swiper:hover .elementor-swiper-button{
        left: -30px;
    }
    .testimonialSlider .swiper:hover .elementor-swiper-button.elementor-swiper-button-next{
        right: -30px;
    }
}
@media screen and (max-width:1256px){	
    .mainBanner > .e-con-inner{
        padding: 0 60px;
    }
}
@media screen and (max-width:1200px){
	.bottomHead	.elementor-nav-menu a{padding:13px 9px;}
    .headBtn .elementor-button{padding:12px;}
    .mainBannerSec img.attachment-full.size-full{
        min-height: 490px;
    }
    .mainBanner .elementor-heading-title{
        font-size: 54px !important;
        line-height: 66px !important;
    }
}

@media screen and (max-width:1180px){
	.bottomHead	.elementor-nav-menu a{padding:13px 8px !important;}
	.headerNav .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{font-size:15px;}
    .headBtn{display:none;}    
	.elementor-8 .elementor-element.elementor-element-a537f0a{--width:auto;}
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu{
        flex-wrap: nowrap;
    }
    .headerNav{
        flex: 1;
    }
    .headerNav .elementor-nav-menu--main{
        justify-content: flex-end;
    }
}
@media screen and (max-width:1024px){
    .topHead{
        display: none;
    }
	.headerNav{display:initial;margin-left:unset;}
	.bottomHead .elementor-nav-menu--layout-horizontal .elementor-nav-menu{flex-wrap:nowrap;}
    .bottomHead > .e-con-inner > .elementor-element:first-child{max-width:128px;flex:0 0 128px;}
	.bottomHead .elementor-nav-menu a{font-size:15px; padding:13px 8px !important;}
	.headerNav .elementor-nav-menu--main .elementor-sub-item{font-size:15px;}
	.chemical-search-box{left:-238px !important;}
	.footNav .elementor-nav-menu--dropdown{background-color:transparent;}
	.footNav .elementor-nav-menu--dropdown ul li a{color:#fff;}	
    .inBannerTxt .elementor-heading-title,
    .inBannerTxt_trans .elementor-heading-title{font-size:44px !important; line-height: 54px !important;}
	/* .elementor-624 .elementor-element.elementor-element-33b6bae{padding-left:25px;padding-right:25px;} */
    .councls > .elementor-widget-container {
        min-width: 132px;
        min-height: 132px;
        padding: 10px !important;
    }
    .councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number {
        font-size: 56px;
        line-height: 42px;
    }
    .councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number-suffix {
        font-size: 42px;
    }
    .councls > .elementor-widget-container .elementor-counter-title {
        font-size: 30px;
        line-height: 20px;
    }
    .counclsTopImage img {
        width: 100%;
        max-width: calc(100% - 140px) !important;
    }
    .counclsWithImage img {
        max-width: 76%;
    }
    .secTitle h2{
        font-size: 36px !important;
        line-height: 38px !important;
    }
    .testimonialSlider .swiper .elementor-swiper-button{
        display: none !important;
    }
    .testimonialSlider .swiper-slide{
        padding: 40px !important;
    }
    .testimonialSlider .elementor-testimonial__text, 
    .testimonialSlider .elementor-testimonial__text p{
        font-size: 18px;
        line-height: 28px;
    }
}

@media screen and (max-width:991px){
    .mainBannerSec img.attachment-full.size-full{
        min-height: 390px;
    }
    .mainBanner .elementor-heading-title{
        font-size: 44px !important;
        line-height: 56px !important;
    }
    .headerNav .elementor-nav-menu--main .elementor-sub-item{padding:9px 6px !important;}
    .councls > .elementor-widget-container {
        min-width: 122px;
        min-height: 122px;
        padding: 10px !important;
    }
    .counclsTopImage img {
        width: 100%;
        max-width: calc(100% - 130px) !important;
    }
    .expertSection{
        flex-flow: column !important;
    }
    .expertSection .elementor-element:nth-child(2){
        padding-left: 0;
        padding-top: 20px;
    }
    .expertSection > .elementor-widget-image:not(.elementor-widget__width-initial){
        flex: inherit;
    }

    .bottomHead > .e-con-inner{
        padding: 10px 0;
        min-height: 72px;
    }
    .bottomHead > .e-con-inner > .elementor-element:first-child{
        max-width: 120px;
        flex: 0 0 120px;
    }
    .bottomHead > .e-con-inner > .elementor-element:last-child{
        display: none;
    }
    .headerNav .elementor-nav-menu--dropdown{
        height: auto !important;
        max-height: inherit !important;
    }
    
    .headerNav ul{
        width: 100% !important;
    }
    .bottomHead .elementor-nav-menu li:not(:last-child){
        border-bottom: 1px solid #f5f3f3;
    }
    .bottomHead .elementor-nav-menu a {
        font-size: 15px !important;
        padding: 14px 64px 14px 24px !important;
        min-height: 53px;
        position: relative;
        margin: 0 !important;
        border: none !important;
        background: transparent !important;
        color: #33373d !important;
        outline: none !important;
    }
    .bottomHead .elementor-nav-menu a.elementor-item-active,
    .bottomHead .elementor-nav-menu a.highlighted{
        color: #3e8b26 !important;
    }
    .bottomHead .elementor-nav-menu ul{
        border-top: 1px solid #f5f3f3;
        position: static;
    }
    .bottomHead .elementor-nav-menu ul a{
        padding-left: 50px !important;
    } 
    .bottomHead .elementor-nav-menu a .sub-arrow{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        width: 54px;
        height: 100%;
        padding: 0;
        margin: 0;
        background-color: #fff;
        border-left: 1px solid #f5f3f3;
        outline: none !important;
    }
    .bottomHead .elementor-nav-menu a .sub-arrow:before{
        background: transparent;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #33373d;
    }
    .bottomHead .elementor-nav-menu a[aria-expanded="true"] .sub-arrow:before{
        transform: rotate(180deg);
    }
    .bottomHead .elementor-menu-toggle{
        margin: 0px 0 0 auto !important;
        background-color: #3e8b26 !important;
        width: 42px;
        height: 47px;
        border-radius: 5px;
        outline: none;
    }
    .bottomHead .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--open{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bottomHead .elementor-menu-toggle svg,
    .bottomHead .elementor-menu-toggle svg path{
        fill: #fff;
    }
    .headerNav{
        position: static;
    }
    .headerNav .elementor-nav-menu--dropdown{
        position: absolute;
        top: 100%;
        left: 10px;
        z-index: 2;
        width: calc(100% - 20px);
        margin: 0;
    }
    .step-row .step-item .itemBox .step-indicator .icon{
        width: 106px;
        height: 106px;
    }
}

@media screen and (max-width:932px){
	.locTxt .elementor-icon-list-text{word-break:break-word;}
}

@media screen and (max-width:820px){
	.expertSection > .e-con-full{padding:0 32px 0 10px;}
}

@media screen and (max-width:768px){
	.welcome > .e-con-inner > .elementor-element:first-child,
    .welcome > .e-con-inner > .elementor-element:first-child > .elementor-element:last-child{
        display: block;
    }
    .counclsContainer{
        max-width: 520px;
        margin: 0 auto;
    }
    .councls > .elementor-widget-container {
        min-width: 154px;
        min-height: 154px;
        padding: 14px !important;
    }
    .councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number {
        font-size: 72px;
        line-height: 50px;
    }
    .councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number-suffix {
        font-size: 52px;
    }
    .councls > .elementor-widget-container .elementor-counter-title {
        font-size: 36px;
        line-height: 34px;
    }
    .counclsTopImage img {
        max-width: calc(100% - 162px) !important;
    }
    .counclsWithImage img {
        max-width: 68%;
    }    
    .testimonialSlider .swiper-slide{
        padding: 24px !important;
    }
    .expertSection .elementor-heading-title{
        font-size: 36px !important;
        line-height: 42px !important;
    }
}

@media screen and (max-width:767px){
    .mainBanner > .e-con-inner{
        padding: 0;
    }
    .mainBannerSec .elementor-swiper-button{
        display: none !important;
    }
	.chemical-search-box{top:56px !important;left:-242px !important;}
	.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item{max-width:33%;}
	 .innerPageContainer > .e-con-inner > .elementor-element:first-child,
    .innerPageContainer > .e-con-inner > .elementor-element:last-child{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .innerPageContainer > .e-con-inner > .elementor-element:last-child{
        padding-top: 20px;
    }		
	.inBannerTxt .elementor-heading-title,
	.inBannerTxt_trans .elementor-heading-title{font-size:40px !important; line-height: 52px !important;}
	.footNav li a{padding-left:0; transition:0.3s ease-in-out;}
	.shopLists > .elementor-widget-container > .elementor-loop-container > .e-loop-item > .e-con-boxed .elementor-widget-image:not(.shoplistIcon) img{aspect-ratio:2/1;}
    .homepageslider .e-con.e-flex>.e-con-inner{flex-wrap:nowrap;}
    .secTitle h2{
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .expertSection{
        padding: 30px 30px 0 30px;
        align-items: center;
        text-align: center;
    }
    .expertSection > .elementor-widget__width-initial.elementor-widget-image{
        position: static;
        padding: 30px 0 0 0;
        margin: 0 auto;
    }
    .expertSection > .elementor-widget__width-initial.elementor-widget-image .elementor-widget-container{
        margin: 0;
    }
    .onestopshop > .e-con-inner{
        display: block;
    }
    .inrSecLeft{
        display: block;
    }
    .elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-text{
        font-size: 18px !important;
    }
    .step-row .step-item{
        max-width: 50%;
        flex: 0 0 50%;
        order: 1;
        padding-bottom: 88px;
    }
    .step-row .step-item:nth-child(2){
        order: 2;
    }
    .step-row .step-item:nth-child(6){
        order: 3;
    }
    .step-row .step-item:nth-child(4){
        order: 6;
    }
    .step-row .step-item:nth-child(5){
        order: 5;
    }
    .step-row .step-item:nth-child(3){
        order: 4;
    }
    .step-row .step-item:nth-child(7){
        order: 8;
    }
    .step-row .step-item:nth-child(8){
        order: 7;
    }
    .step-row .step-item:last-child .itemBox .step-icon-container:after{
        right: auto;
        left: 0;
        transform: rotate(180deg);
    }
    .step-row .step-item:nth-child(3):after{
        left: calc(-100% - 1px);
    }
    .step-row .step-item:nth-child(4):after{
        left: auto;
        right: 0;
    }
    .step-row .step-item:nth-child(2) .itemBox .step-icon-container:after{
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        top: 76px;
        right: -1px;
        width: 7px;
        height: 100%;
        background: url(images/line-v.svg) repeat-y 0 0;
        background-size: 100% auto;
        animation: slide3 var(--dash-animation) linear infinite;
    }
    .step-row .step-item:nth-child(3) .itemBox .step-icon-container:before,
    .step-row .step-item:nth-child(7) .itemBox .step-icon-container:before,
    .step-row .step-item:nth-child(8) .itemBox .step-icon-container:before{
        animation: slide2 var(--dash-animation) linear infinite;
    }
    .step-row .step-item:nth-child(4) .itemBox .step-icon-container:before,
    .step-row .step-item:nth-child(5) .itemBox .step-icon-container:before{
        animation: slide var(--dash-animation) linear infinite;
    }
    .footerTopRow > .elementor-element:nth-child(3),
    .footerTopRow > .elementor-element:nth-child(2){
        max-width: 50%;
        flex: 0 0 50%;
    }
    .footerTopRow > .elementor-element:nth-child(2){
        padding-right: 0;
    }
    .footerTopRow > .elementor-element:nth-child(4){
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width:599px){
    .topHeadContact .elementor-icon-list-items{
        margin: 0 !important;
    }
    .topHeadContact .elementor-icon-list-item{
        margin: 0 8px !important;
    }
    .topHeadContact .elementor-icon-list-text{
        display: none;
    }
    .topHeadContact .elementor-icon-list-icon svg{
        margin: 0 !important;
    }
    .topHeadContact .elementor-icon-list-item:nth-child(2) svg{
        width: 21px;
        height: auto;
    }
    .topYoutube .elementor-widget-container{
        margin: 0 !important;
    }
    .expertSection{
        padding: 20px 20px 0 20px;
    }
    .mainBannerSec img.attachment-full.size-full{
        min-height: 320px;
    }
    .mainBanner .elementor-heading-title{
        font-size: 38px !important;
        line-height: 54px !important;
    }
	.inBannerTxt .elementor-heading-title,
    .inBannerTxt_trans .elementor-heading-title{font-size:30px !important; line-height: 40px !important;}    
    .footerTopRow > .elementor-element:nth-child(2),
    .footerTopRow > .elementor-element:nth-child(3),
    .footerTopRow > .elementor-element:nth-child(4){
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }
}
@media screen and (max-width:575px){
	.chemical-search-box{top:54px !important;}   
    .testimonialSlider .swiper-slide{
        padding: 18px !important;
    }
    .afiliationList .gallery .gallery-item:not(:last-child) {
        margin-right: 42px !important;
    }
    
    .step-row .step-item{
        max-width: 100%;
        flex: 1;
        padding-bottom: 50px;
    }
    .step-row .step-item:before,
    .step-row .step-item:after,
    .step-row .step-item .itemBox .step-icon-container:before,
    .step-row .step-item .itemBox .step-icon-container:after{
        display: none !important;
    }
    .step-row .step-item:nth-child(3) {
        order: 3;
    }
    .step-row .step-item:nth-child(7) {
        order: 7;
    }
    .step-row .step-item:nth-child(8) {
        order: 8;
    }
}

@media screen and (max-width:540px){
	.chemical-search-box{top:52px !important;}
}

@media screen and (max-width:480px){
	.chemical-search-box{top:49px !important;}
	.elementor-8 .elementor-element.elementor-element-cd18692 > .elementor-widget-container{margin:0;}
    /* .step-row .step-item .itemBox .step-indicator .icon{width:97px;height:97px;} */
    .councls > .elementor-widget-container {
        min-width: 100px;
        min-height: 100px;
        padding: 10px !important;
    }
    .councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number {
        font-size: 40px;
        line-height: 30px;
    }
    .councls > .elementor-widget-container .elementor-counter-number-wrapper .elementor-counter-number-suffix {
        font-size: 32px;
        line-height: 30px;
    }
    .councls > .elementor-widget-container .elementor-counter-title {
        font-size: 22px;
        line-height: 18px;
        margin: 10px 0 0 0;
    }
    .counclsTopImage img {
        width: 100%;
        max-width: calc(100% - 108px) !important;
    }
    .counclsWithImage{
        margin-top: -72px !important;
    }
    .counclsWithImage img {
        max-width: 72%;
    }
    .mainBannerSec img.attachment-full.size-full{
        min-height: 320px;
    }
    .mainBanner .elementor-heading-title{
        font-size: 35px !important;
        line-height: 45px !important;
    }
}

@media screen and (max-width:430px){
	.chemical-search-box{top:48px !important;}	
	/* .step-row .step-item .itemBox .step-indicator .icon{width:77px;height:77px;}
	.step-row .step-item .itemBox .step-indicator .step-number{top:-12px;left:-10px;}
	.step-row .step-item .itemBox .step-indicator{top:18px;} */
}

@media screen and (max-width:414px){
	.chemical-search-box{top:46px !important;}
	.testimonialSlider .swiper:hover .elementor-swiper-button.elementor-swiper-button-next{right:-33px;}
	.testimonialSlider .swiper:hover .elementor-swiper-button{left:-29px;}
    .testimonialSlider .swiper .elementor-swiper-button{width:59px;height:59px;}
    /* .footerTopRow > .elementor-element:nth-child(3){
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }
    .footerTopRow > .elementor-element:nth-child(2){
        max-width: 100%;
        flex: 0 0 100%;
    } */
}

@media screen and (max-width:393px){
	.chemical-search-box{top:44px !important;}
	.elementor-102 .elementor-element.elementor-element-bbfa7b5 .elementor-heading-title{font-size:20px !important;}
}

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

@media screen and (max-width:360px){
    .afiliationList .gallery-item img{max-width:65px;}    
    .mainBanner .elementor-heading-title{
        font-size: 28px !important;
        line-height: 36px !important;
    }
}
