/*
Theme Name: Dimond_crop
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

p{
    margin: 0 !importanti;
}
a{
	text-decoration:none !important;
}
/*--------------------------------------------------------------
 # Header Start css
 --------------------------------------------------------------*/
 .header_sec .e-con-inner {
    grid-template-columns: auto max-content !important;
    justify-content: space-between !important;
    grid-gap: 20px;
    align-items: center;
    display: flex !important;
    flex-flow: unset !important;
}
.header_sec .header_left .hfe-site-logo img {
    width: 293px;
    max-height: 58px;
}
.header_right ul {
    align-items: center;
    display: flex !important;
    flex-flow: wrap !important;
    grid-gap: 20px;
}
.header_right ul::before,.header_right ul::after{
  display: none;
}
.header_right ul li.current-menu-item a{
    color: #b0cb1f !important; 
}
.header_right ul li.current-menu-item a.elementor-button{
    color: #ffffff !important; 
}

header#masthead{
  position: sticky !important;
  top: 0px;
}
header#masthead .hfe-site-logo {
    position: relative;
    z-index: 2;
}
header#masthead.sticky{
    box-shadow: 1.563px 0.863px 6px 0 rgb(0 0 0 / 13%);
}
div#wpadminbar ~ div#page header#masthead{
  top: 32px;
}
.orange_btn a {
    height: 40px;
    width: 129px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-from-custom input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    opacity: 0;
    width: 100% !important;
   
}
.file-input-holder {
    position: relative;
    height: 50px;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid rgba(20, 29, 20, 0.1) !important;
    border-radius: 6px !important;
}

.contact-from-custom p:nth-child(8), .contact-from-custom p:nth-child(9) {
    width: 100%;
    text-align:center;
}
.contact-from-custom {
    display: flex;
    flex-flow: wrap;
    column-gap: 22px;
    align-items:center;
}
.contact-from-custom p {
    width: calc(100% / 2 - 11px);
}
label.textara-cst {
    width: 100%;
}
.textara-cst textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}
.contact-from-custom input, .textara-cst textarea {
    border: 1px solid rgba(20, 29, 20, 0.1) !important;
    padding: 13px !important;
    border-radius: 6px !important;
    outline:unset;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #00793A;
    border: 0 !important;
    padding: 10px 35px !important;
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px !important;
}
/*--------------------------------------------------------------
 # Toggle Btn css
--------------------------------------------------------------*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 50px;
	border-radius:8px;
	background-color:transparent;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#ffffff;
    stroke-width: 3px;
    stroke-linecap: round;
}
.ham7 .top {
    stroke-dasharray: 40 82;
}
.ham7 .middle {
    stroke-dasharray: 40 111;
}
.ham7 .bottom {
    stroke-dasharray: 40 161;
}
.ham7.active .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
}
.ham7.active .middle {
    stroke-dashoffset: 23px;
}
.ham7.active .bottom {
    stroke-dashoffset: -83px;
}
.toggle_btn{
    display: none;
    position: relative;
    z-index: 9;
}

/* Contact page */
.contact-from-custom.contact-page p {
    width: 100%;
}
.contact-from-custom.contact-page p:nth-child(1), .contact-from-custom.contact-page p:nth-child(2) {
    width: 48%;
}


.career_form {
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.1));
}

 /*--------------------------------------------------------------
 # Responsive Css Start
 --------------------------------------------------------------*/
@media(max-width: 991px){
    .our_projects .project_gallery #gallery-1{
        gap: 10px;
    }
    .our_projects .project_gallery #gallery-1 figure{
        max-width: 100%;
        padding: 14px 10px 14px 10px;
    }
    .toggle_btn{
        display: block;
         margin-top: -8px;
       margin-right: -8px;
   }
   #masthead{
     overflow-x: hidden;
   }
   #masthead .header_right ul {
    position: fixed;
    top: 40px;
    width: 100%;
    left: 0px;
    background: #000000;
    min-height: 103vh;
    display: flex;
    transform: translateX(100%);
    padding: 75px 15px 40px;
    transition: all 0.4s;
    display: block !important;
}
   #masthead .header_right ul li {
       width: 100%;
   }
    #masthead .header_right ul li a {
    padding: 20px 0px;
    border-bottom: 1px solid #bebebe;
    color: #ffffff;
}
#masthead .header_right ul li:last-child a {
    background: #b0cb1f;
    border-radius: 50px !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center;
    margin-top: 15px;
    padding: 15px;
}
   #masthead .header_right ul li.current-menu-item:last-child a {
     color: #000000;
   }
   #masthead.show .header_right ul{
     transform: translateX(0%);
   }
   .header_right {
       max-width: fit-content;
   }
   .header_left {
       display: contents;
   }
   .header_sec .e-con-inner{
     padding-bottom: 8px !important;
   }
   .header_left a {
     position: relative;
     z-index: 9;
     }
 }

.blog_slider:hover p, .blog_slider:hover h2,.blog_slider:hover .elementor-divider-separator{
	color: #ffffff !important;
	border-color: #ffffff !important
}
.blog_slider:hover .slider-image01 img{
	filter:invert(1);
}

.tabs_sec .tabs_sec_inner .elementor-tabs-wrapper .elementor-tab-title.elementor-active{
	color: #00793a !important;
	border-bottom: 3px solid #00793a;
}

.tabs_sec .tabs_sec_inner .elementor-tabs-wrapper{
	display:flex;
	gap:24px;
	
}
.tabs_sec .tabs_sec_inner .elementor-tabs-wrapper .elementor-tab-title {
	padding: 10px 10px 10px 0px;
    position: relative;
}
.tabs_sec .tabs_sec_inner .elementor-tabs-content-wrapper .elementor-tab-content{
	    padding: 140px 0px 0px 0px;
}
.tabs_sec .tabs_sec_inner .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title{
	display:none !important;
}
.tabs_sec .tabs_sec_inner .elementor-tabs-wrapper .elementor-tab-title::after {
    content: "/";
    display: block;
    width: 2px !important;
    height: 100% !important;
    color: #000000;
    position: absolute;
    right: 0px;
    top: 10px;

}
.tabs_sec .tabs_sec_inner .elementor-tabs-wrapper .elementor-tab-title:last-child::after{
	display:none !important;
}
/*.page-id-13 header#masthead{*/
/*    background-color: #000000;*/
/*}*/
header#masthead.sticky {
    background-color: #000000d9;
    transition: .5s;
    z-index: 999;
}

.main_tabs{
    padding: 100px 15px;
}
.main_tabs .container{
    width:100%;
    max-width:1240px;
    margin:0 auto;
}
.main_tabs .main_tab_heading h1{
    font-size:32px;
    line-height:52px;    
    font-family:'Poppins';
    font-weight:700;
    text-align:center;
    color:#00793A;
    
}
.main_tabs .main_tabs_content{
    margin-top:24px;
}

.main_tabs #tabs-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 10px;
}

.main_tabs #tabs-nav li {
    display: inline-block;
    margin-right: 10px;
    
}

.main_tabs #tabs-nav li a {
    text-decoration: none;
    width: 188px;
    height: 42px;
    background: #E6F2EC;
    color: #00793A;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 500;
}

.main_tabs #tabs-nav li.active a {
    background: #B0CB1F;
    color: #fff;
    border:3px solid #E6F2EC;
}

.main_tabs .tab-content {
    display: none;
    margin-top: 34px;
}

.main_tabs .tab-content:first-child {
    display: block;
}
.main_tabs .tab-content .tab_content_inner{
        display:flex;
        flex-flow:wrap;
        align-items:center;
        gap:24px;
}

.main_tabs .tab-content .tab_content_inner p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #00793A;
    font-weight: 600;
    font-family: 'Poppins';
}
.main_tabs .tab-content .tab_content_inner .tabs_inner{
    width:calc(100% / 4 - 18px);
    text-align:center;
}
.main_tabs .tab-content .tab_content_inner .product_img {
    background-color: #F6F6F6;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_tabs .tab-content .tab_content_inner .product_img img{
    width:100%;
    max-width:150px;
    height:100%;
    max-height:240px;
    object-fit: contain;
}
.main_tabs .tabs_inner {
    margin-bottom: 20px;
}
.main_tabs .tabs_inner h2 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #312F29;
    margin: 24px 0px 0px 0px !important;
}
.main_tabs .tabs_inner h2:hover{
    color: #00793A;
}

.main_tabs .product_img img {
    max-width: 100%;
    height: auto;
}

.main_tabs .tab_heading h2 {
    margin: 10px 0;
}
.content_right div.elementor-shortcode{
    font-size:42px;
    line-height:52px;
    font-weight:700;
    color:#312F29;
}
.content_right ul{
    padding-left: 30px;
}

.related_product_shortcode .related_product .product_heading h2{
    text-align:center;
    font-size:42px;
    line-height:52px;
    font-weight:700;
    font-family: 'Poppins';
}
.related_product_shortcode .related_product .related_product_inner {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}
.related_product_shortcode .related_product_inner .content_inner
{
    width:calc(100% / 4 - 18px);
    text-align:center;
}
.related_product_shortcode .content_inner .product_img{
    background-color: #ffffff;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related_product_shortcode  .content_inner .product_img img{
    width:100%;
    max-width:150px;
    height:100%;
    max-height:240px;
    object-fit: contain;
}
.related_product_shortcode  .product_name h2{
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #312F29;
    margin: 24px 0px 0px 0px !important;
}
.related_product_shortcode  .product_name h2:hover {
    color: #00793A;
}



/*shap image section*/
/*.banner_before:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);*/
/*    background-size: cover;*/
/*    height: 140px;*/
/*    width: 100%;*/
/*    bottom: -3px;*/
/*    background-repeat: no-repeat;*/
/*}*/
.banner_before:after {
    content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);
    background-size: cover;
    height: 140px;
    width: 100%;
    bottom: 0px;
    background-repeat: no-repeat;
    z-index: 1;
}
.banner_before .owl-nav.disabled {
    display: none !important;
}
.banner_bottam:before, .footer_after:before{
    content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);
    background-size: cover;
    height: 140px;
    width: 100%;
    top: -132px;
    background-repeat: no-repeat;
    
}
.brand_before:after {
    content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);
    background-size: cover;
    height: 132px;
    width: 100%;
    top: -2px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
	z-index:1;
}
.brand_before-01:after{
  content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);
    background-size: cover;
    height: 132px;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    transform: rotate(180deg);  
}
.banner_before, .banner_bottam, .brand_before, .brand_before-01, .footer_after01 {
    position: relative;
}
.footer_after01:after{
     content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-14.png);
    background-size: cover;
    height: 132px;
    width: 100%;
    top: -126px;
        left: 0;
    background-repeat: no-repeat;
}
.quality_before{
position: relative;
}
.quality_before:after{
    content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);
    background-size: cover;
    height: 140px;
    width: 100%;
    top: -132px;
    background-repeat: no-repeat;
    
}
.careear_before{
position: relative;
}
.careear_before:after{
    content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);
    background-size: cover;
    height: 140px;
    width: 100%;
    top: -132px;
    background-repeat: no-repeat;
}
.company_before{
position: relative;
}
.company_before:after{
    content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);
    background-size: cover;
    height: 140px;
    width: 100%;
    top: -132px;
    background-repeat: no-repeat;
}
.contact_before{
position: relative;
}
.contact_before:after{
    content: '';
    position: absolute;
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-11.png);
    background-size: cover;
    height: 140px;
    width: 100%;
    top: -132px;
    background-repeat: no-repeat;
}
.company-page-1st-sahp:before {
    background-image: url(https://devwebsite.me/dimond-crop/wp-content/uploads/2024/07/Vector-12-2.png);
    content: '';
    background-position: center;
    background-size: contain;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 24px;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
}
.company-page-1st-sahp {
    position: relative;
}
.footer-width-fixer span.elementor-icon-list-icon svg {
    width: 20px;
    height: 20px;
    margin-right: 5px !important;
}
::placeholder {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}
.prodct-list-bannercontainer {
    background-size: cover;
    height: 450px;
    margin-top: -100px;
    display: flex;
    align-items: center;
    background-position: center;
}
.prodct-list-bannercontainer .row {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.prodct-list-bannercontainer h1 {
    font-family: Poppins;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.01em;
    color: #fff;
}

.banner-after-border:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #fff;
}
.banner-after-border {
    position: relative;
}


.bradcome-list-page a, .bradcome-list-page li {
    color: #fff;
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.34px;
    letter-spacing: 0.01em;
    text-align: right;
    list-style: none;
}
.product-slider{
	position:relative
}
.product-slider-item .product-image img{
	position:absolute;
}

ul.bradcome-list-page {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0;
}
.bradcome-list-page a:hover {
    color: #b0cb1f;
}
.moretext, .moretext1, .moretext2, .moretext3, .moretext4 {
  display: none;
}
a.moreless-button, a.moreless-button1, a.moreless-button2, a.moreless-button3, a.moreless-button4 {
    color: #00793A !important;
    font-family: 'Poppins';
    text-decoration: underline !important;
    line-height: 35px;
}
 a.moreless-button4 {
    color: #fff !important;
    font-family: 'Poppins';
    text-decoration: underline !important;
    line-height: 35px;
}
.carousel-02 .owl-nav.disabled {
    display: none !important;
}
.carousel-02 {
    margin: 0;
    width: 765px !important;
    margin-left: -100px;
    margin-top: 50px;
}
.carousel-02  .owl-item {
    /*width: 242px !important;*/
    padding-top: 20px;
}

.product-slider {
    width: 100%;
    margin-top: -140px;
}


.product-slider .product-image{
	background-image:url('/wp-content/uploads/2024/09/product-background.webp');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
    height:400px;
	width:60%;
    display:flex;
	align-items:center;
	justify-content:center;
}
.product-slider .product-image img {
    width: 250px !important;
    height: 330px;
    object-fit: contain;
}
.product-slider .product-content {
    padding: 40px 60px;
    background-color: #ffffff;
    width: 50%;
    float: right;
    margin-top: -185px;
}
.product-slider .product-content .content-inner h2{
	font-size:24px;
	line-height:34px;
	font-family:poppins;
	font-weight:600;
	padding-bottom:14px;
}
.product-slider .product-content .content-inner p {
    font-size: 16px;
    line-height: 24px;
    font-family: poppins;
    font-weight: 500;
    padding-bottom: 40px;
    margin: 0;
}
.product-slider .product-content .content-inner a{
    font-family: "Titillium Web", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.16px;
    background-color: #B0CB1F;
	padding:12px 24px;
	border-radius: 50px;
	color:#ffffff;
}
.product-slider .product-content .content-inner a:hover{
	background-color:#00793A;
}
.product-slider .product-inner-block .owl-nav button.owl-prev {
    position: absolute;
    bottom: 70px;
    left: 34%;
    width: 48px;
    height: 48px;
    background-color: #5e8f5b !important;
    border-radius: 50% !important;
}

.product-slider .product-inner-block .owl-nav button.owl-next {
    content: "";
    position: absolute;
    bottom: 70px;
    left: 40%;
    width: 48px;
    height: 48px;
    background-color: #f0f0f1 !important;
    border-radius: 50% !important;
}
/*****************meia start* ********************/
@media (min-width: 995px) {
header li#menu-item-673 {
    background-color: #B0CB1F;
    padding: 12px 28px;
    border-radius: 50px;
}
header li#menu-item-673:hover a.hfe-menu-item {
    color: white !important;
}
}
@media (max-width: 1440px) {
.brand_before:after {
    height: 130px;
    width: 100%;
    top: -6px;
    background-color: #0000 !important;
}
    .contact_before:after{
           height: 110px;
    width: 100%;
    top: -103px;
}
.company-page-1st-sahp:before {
    top: 14px;

}
.product-single-page img.attachment-full.size-full.wp-image-2630 {
    margin-top: -30px;
}
}
@media (max-width: 1366px) {
.company-page-1st-sahp:before {
    top: 7px;
}
.product-single-page img.attachment-full.size-full.wp-image-2630 {
    margin-top: -26px;
}
    
}
@media (max-width: 1280px) {
.company-page-1st-sahp:before {
    top: -2px;
}
.product-single-page img.attachment-full.size-full.wp-image-2630 {
    margin-top: -16px;
}
}
@media (max-width: 820px) {
	.carousel-01 button.owl-next,.carousel-01 button.owl-prev{
		display:none !important;
	}
		.elementor-8 .elementor-element.elementor-element-c1f336b {
			--margin-left: -120px !important;
		}
    .elementor-8 .elementor-element.elementor-element-c1f336b {
        --width: 450px !important;
    }
    .banner_before:after {
    height: 56px;
    bottom: 160px;
}
li#menu-item-673 {
    color: #fff;
}
}
@media (max-width: 1024px) {

.elementor-8 .elementor-element.elementor-element-c1f336b {
	--margin-left: -100px;
}
.elementor-8 .elementor-element.elementor-element-c1f336b {
--width: 580px;
}
.main_tabs .tab-content .tab_content_inner .tabs_inner, .related_product_shortcode .related_product_inner .content_inner {
width: calc(100% / 3 - 18px);
}
.product-single-page img.attachment-full.size-full.wp-image-2630 {
    margin-top: -11px !important;
}

.brand_before:after {
    height: 87px;
    width: 100%;
    top: -4px;
    background-color: #0000 !important;
}
.brand_before {
    margin-bottom: -2px;
}
.carousel button.owl-prev {
    bottom: 0px!important;
}
.carousel button.owl-next {
    bottom: 0px!important;
}
.owl-nav.disabled {
    position: relative;
}

.carousel-01 button.owl-prev {
    top: -33px !important;
    left: 45% !important;
}
.carousel-01 button.owl-next {
    top: -33px !important;
    right: 43% !important;
}

.banner_before:after {
    height: 77px !important;
    bottom: -5px !important;
}
.quality_before:after {
           height: 74px;
    width: 100%;
    top: -72px;
}
.careear_before:after {
           height: 74px;
    width: 100%;
    top: -72px;
}
.carousel button.owl-prev {
    left: -27% !important;

}
.company-page-1st-sahp:before {
    top: -151px;
     height: 100px;
}

.carousel-02  .owl-item > div {
    width: 100% !important;
}
.carousel-02 {
    width: 560px !important;
}


}
@media (max-width: 768px){
.product-slider .product-inner-block .owl-nav button.owl-prev {
    bottom: 70px !important;
    left: 30% !important;
}
.product-slider .product-content .content-inner p {
    padding-bottom: 20px;
    margin: 0;
}
	.product-slider .product-content .content-inner h2{
		margin:0;
	}
.product-slider .product-inner-block .owl-nav button.owl-next {
    bottom: 70px !important;
    left: 38% !important;
}
.product-slider {
    width: 100%;
    margin-top: 0px;
}
.product-slider .product-content {
    padding: 20px 30px;
}
.tabs_sec .tabs_sec_inner .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 70px 0px 0px 0px;
}
	br{
		display:none !important;
	}
    .main_tabs .tab-content .tab_content_inner .tabs_inner, .related_product_shortcode .related_product_inner .content_inner {
        width: calc(100% / 2 - 18px);
    }
    .banner_before:after {
    height: 55px;
    bottom: 159px;
}
.banner_bottam:before {
    height: 72px;
    width: 100%;
    top: -69px;
}
  .carousel button.owl-next {
    left: -13%!important;  
  }
  .company-page-1st-sahp:before {
    top: -157px;
     height: 100px;
}
.product-single-page img.attachment-full.size-full.wp-image-2630 {
    margin-top: 0 !important;
}
.carousel-02 {
    width: 450px !important;
    margin-left: -100px;
}
 
}
@media (max-width: 575px) {
.product-slider .product-content {
    padding: 20px 30px;
    width: 100%;
    margin-top: 0;
}
.product-slider .product-image {
    width: 100%;
}
.product-slider .product-inner-block .owl-nav button.owl-prev {
    bottom: -14px !important;
    left: 40% !important;
}
.product-slider .product-inner-block .owl-nav button.owl-next {
    bottom: -14px !important;
    left: 50% !important;
}
.elementor-8 .elementor-element.elementor-element-c1f336b {
	--margin-left: 0px !important;
}
.elementor-8 .elementor-element.elementor-element-c1f336b {
    --width: 100% !important;
}
.main_tabs #tabs-nav li {
    width: calc(100% / 2 - 15px);
}
.main_tabs #tabs-nav li a {
    text-decoration: none;
    width: 100%;
}
.contact-from-custom p {
    width: 100%;
}
.contact-from-custom.contact-page p:nth-child(1), .contact-from-custom.contact-page p:nth-child(2) {
    width: 100%;
}
    .banner_before:after {
        height: 41px !important;
    }
.brand_before:after {
    height: 36px;
    width: 100%;
    top: -4px;
    background-color: #0000 !important;
    left: 0;
}
    .quality_before:after {
        height: 34px;
        width: 100%;
        top: -33px;
    }
    .careear_before:after {
          height: 34px;
        width: 100%;
        top: -33px;
}
.company_before:after {
          height: 34px;
        width: 100%;
        top: -33px;
}
.sinle-product-shap-2 img.attachment-full.size-full.wp-image-1786 {
    margin-bottom: 0px;
    height: 48px;
}
.carousel-02 {
    width: 100% !important;
    margin-left: 0;
}
.banner_before:after {
    height: 55px !important;
    bottom: 9px !important;
}

}

@media (max-width: 480px) {
		.product-slider{
				margin-top:0px;
		}
		.product-slider .product-content {
			padding: 30px 30px;
			background-color: #ffffff;
			width: 100%;
			float: right;
			margin-top: 0px;
		}
		.product-slider .product-image img {
			width: 170px !important;
			height: 250px;
		
		}
		.product-slider .product-image {
			width: 100%;
		}
		.product-slider .product-inner-block .owl-nav button.owl-next {
			bottom: -14px !important;
			left: 50% !important;
			width: 28px;
			height: 28px;
		}

			.product-slider .product-content .content-inner p {
				padding-bottom: 20px;
				margin: 0;
			}
			.slider-heading h2 br {
				display: none !important;
			}
			.product-slider .product-content .content-inner h2 {
				font-size: 24px;
				line-height: 34px;
				font-family: poppins;
				font-weight: 600;
				padding-bottom: 0px;
			}


			.product-slider .product-inner-block .owl-nav button.owl-prev {
				position: absolute;
				bottom: -14px !important;
				left: 40% !important;
				width: 28px;
				height: 28px;
				background-color: #5e8f5b !important;
				border-radius: 50% !important;
			}
    .main_tabs .tab-content .tab_content_inner .tabs_inner, .related_product_shortcode .related_product_inner .content_inner {
        width: 100%;
    }
    .related_product_shortcode .related_product .product_heading h2,.content_right div.elementor-shortcode {
        font-size: 30px;
        line-height: 46px;
    }
        .quality_before:after {
        height: 34px;
        width: 100%;
        top: -33px;
    }
    .careear_before:after {
        height: 34px;
        width: 100%;
        top: -60px;
    }
    .company_before:after{
         height: 34px;
        width: 100%;
        top: -60px;
    }
    .company_before:after {
    height: 34px;
    width: 100%;
    top: -34px !important;
}
.company-page-1st-sahp:before {
    top: -177px;
    height: 100px;
}
}


@media (max-width: 440px) {
    .main_tabs #tabs-nav li {
        width: 100%;
    }
        .quality_before:after {
        height: 34px!important;
        width: 100%;
        top: -33px!important;
    }
    .careear_before:after {
        height: 34px;
        width: 100%;
        top: -60px;
    }
    .company_before:after{
          height: 34px;
        width: 100%;
        top: -60px;
    }
}
@media (max-width: 414px) {
.quality_before:after {
        height: 41px!important;
        width: 100%;
        top: -40px!important;
    }
     .careear_before:after {
        height: 34px !important;
        width: 100%;
        top: -60px !important;
}
.company_before:after {
    height: 34px !important;
    width: 100%;
    top: -33px !important;
}
.company-page-1st-sahp:before {
    top: -179px;
    height: 100px;
}

}
@media (max-width: 375px) {
.carousel button.owl-next {
    right: 37% !important;
    left: auto !important;
    bottom: -5px !important;
}
.carousel button.owl-prev {
    left: 40% !important;
    right: 0 !important;
     bottom: -5px !important;
}
 .owl-theme .owl-nav {
    margin-top: 40px !important;
} 
.company-page-1st-sahp:before {
    top: -180px;
    height: 100px;
}
    
}


          /* Preloader
-------------------------------------------------------*/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    background-color: #B0CB1F;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.lead{
  font-size:13px;
}
.loader-mask.active {
    display: none;
}


.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}










