/*
Theme Name: Genesis Block Theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
/* stylelint-disable selector-list-comma-newline-after  */


@font-face {
	font-family: ETmodules;
	font-display: block;
	src: url(fonts/modules.eot);
	src: url(fonts/modules.eot#iefix) format("embedded-opentype"), url(fonts/modules.woff) format("woff"), url(fonts/modules.ttf) format("truetype"), url(images/modules.svg#ETmodules) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(fonts/fa-regular-400.eot);
	src: url(fonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(fonts/fa-regular-400.woff2) format("woff2"), url(fonts/fa-regular-400.woff) format("woff"), url(fonts/fa-regular-400.ttf) format("truetype"), url(images/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(fonts/fa-solid-900.eot);
	src: url(fonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(images/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(fonts/fa-brands-400.eot);
	src: url(fonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(fonts/fa-brands-400.woff2) format("woff2"), url(fonts/fa-brands-400.woff) format("woff"), url(fonts/fa-brands-400.ttf) format("truetype"), url(images/fa-brands-400.svg#fontawesome) format("svg")
}
/*
@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url("fonts/Poppins-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url("fonts/Poppins-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url("fonts/Poppins-Medium.ttf") format("truetype")
}
*/

@font-face {
	font-family: "Regular Poppins";
	font-display: swap;
	src: url("fonts/Poppins-Regular.ttf") format("truetype")
}

@font-face {
	font-family: "Semibold Poppins";
	font-display: swap;
	src: url("fonts/Poppins-SemiBold.ttf") format("truetype")
}

@font-face {
	font-family: "Medium Poppins";
	font-display: swap;
	src: url("fonts/Poppins-Medium.ttf") format("truetype")
}


/* stylelint-enable selector-list-comma-newline-after */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {  
	overflow-x: hidden;
		font-size:16px;
	font-weight:500;
	margin: 0 auto;
	background: #fff;
	    color: #1b1b1b;
	word-wrap: break-word;
	line-height:1.1 !important;
	font-family: 'Regular Poppins', Helvetica, Arial, Lucida, sans-serif;
	  -webkit-font-smoothing: antialiased; /* Safari/Chrome macOS */
  -moz-osx-font-smoothing: grayscale;  /* Firefox macOS */
}
:host, html { font-size:1.4}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */

/* Fallback title styles */
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {font-weight: 500;}


.alignwide {
	max-width: none;
}

@media (min-width: 1000px) {
	.alignwide {
		width: 75vw;
		margin-left: calc(50% - 75vw / 2);
	}
}

.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}


:root {
  --color-gray:#0009;
  --green-light:#e7f6ea;
  --text-success:#8aba20;
  --text-info: #e2d715;
  --black-bg-one: #1b1b1b;

}
/*#wpadminbar { display:none}
html { margin:0 !important}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Regular Poppins', Helvetica, Arial, Lucida, sans-serif;
}
#page { max-width:100% !important}
/*.site-header {height:123px}*/
.site-header .logo img { max-height:75px}
#menu-main-menu .menu-item a{ color: rgba(0, 0, 0, .6); letter-spacing: 0.01em;}
#menu-main-menu .menu-item a:hover { opacity: .7;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}

.hero-section, .black-bg-text, .product-section {background: var(--green-light);}
.hero-title span, .icon-description span { color:var(--text-success)}
.btn{
    color: #ffffff;
    border-radius: 7px;
    font-size: 18px;
	font-weight:500;
    background-color: #8aba20;
	padding: 14px 40px 14px 40px!important;
	transition: all 300ms ease 0ms;
}
.btn:hover {
	background: var(--text-info);
	text-decoration:none !important
}
.black-bg-one{background: var(--black-bg-one);}
.icon-description span{ color:var(--text-info)}
.info-color{color:var(--text-info)}
.hero-section .et_pb_image{
    width: 100%;
    position: relative;
    top: 0px;
    bottom: auto;
    right: 0px;
    left: auto;
    transform: scaleX(1.15) scaleY(1.15) translateX(0px) translateY(-50px);
    text-align: left;
    margin-left: 0;
}

.hero-sec-inner  {width: 90%; max-width: 1920px; margin-left: auto !important;margin-right: 0px !important;}
.header-inner  {width: 100%; max-width: 1920px;}
.black-bg-inner  {width: 97%; max-width: 1920px;}
.product-section-inner {width: 80%; max-width: 1080px; margin-left:auto; margin-right:auto}
.form-section-inner, .site-footer .container  {width: 80%; max-width: 1920px; margin-left:auto; margin-right:auto}
.contact-info h2 { color:var(--black-bg-one)}
.cf-btn{
    color: #ffffff !important;
    border-color: RGBA(255, 255, 255, 0);
    border-radius: 8px;
    font-size: 20px;
    font-family: 'Regular Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #1b1b1b;
	padding:14px 25px 14px 50px;
	display:inline-block;
	font-weight:500;
	    transition: all 300ms ease 0ms;
}
.cf-btn:hover {
    background-color:var(--text-success);;
}
.cf-btn:before {
    content: attr(data-icon);
    font-family: FontAwesome !important;
    font-weight: 900 !important;
    color: #FFFFFF;
    line-height: inherit;
    font-size: inherit !important;
    opacity: 1;
    margin-left: -1.3em;
    right: auto;
    display: inline-block;
	vertical-align:middle;
    font-family: FontAwesome !important;
    font-weight: 900 !important;
	    margin-right: 2px;
}
.cf-btn.email:before {
	    content: attr(data-icon);
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: #FFFFFF;
    line-height: inherit;
    font-size: inherit !important;
    opacity: 1;
    margin-left: -1.3em;
    right: auto;
    display: inline-block;
    font-family: ETmodules !important;
    font-weight: 400 !important;
	    margin-right: 5px;
}
.cf-btn.email:after {
    display: none !important;
}
.site-footer { font-size:18px}
.site-footer .footer-tc-link a {color:#fff; position:relative; text-decoration: underline}
.site-footer .footer-tc-link a:after { content: '|'; position: relative; height: 10px; color:#fff; margin: 0 10px; }
.site-footer .footer-tc-link li:last-child a:after { display: none;}
.form-top-btn a { text-decoration:underline}
.form-top-btn a:hover, .site-footer .footer-tc-link a:hover { text-decoration:none; color: #e7f6ea !important;}
.site-footer .footer-tc-link:hover a:after { color:var(--text-info)}

.et_pb_image_2 {
   /* width: 100%;
    position: relative;
    top: 0px;
    bottom: auto;
    right: 0px;
    left: auto;
    transform: scaleX(1.15) scaleY(1.15) translateX(0px) translateY(-50px);
    transform-origin: ;
    text-align: left;
    margin-left: 0;*/
}

.et_pb_module {
	    -webkit-animation-timing-function: linear;
	    animation-timing-function: linear;
	    -webkit-animation-duration: .2s;
	    animation-duration: .2s
	}
	
/*===============================================================================*/
.sub-page-row {
    width:100%;
	background: var(--green-light)
}
.sub-page-row-inner {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
	padding: 81px 0 70px;
	margin:0 auto;
}
.sub-page-row  h1 {
    font-family: 'Semibold Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 38px;
    color: #1b1b1b !important;
    line-height: 1.2em;
	margin-bottom:40px;
}
.sub-page-row h2{
    font-size: 26px;
	    margin-bottom: 15px;
		font-weight:600;
}
.sub-page-row h3 {
    font-size: 22px;
	    margin-bottom: 15px;
		font-weight:600;
}
.sub-page-row p {
	font-size:18px;
	margin-bottom:18px;
	line-height:2.1rem
}
.sub-page-row p a, .sub-page-row li a {
    text-decoration: underline;
    color: #8aba20;
}
.sub-page-row p a:hover, .sub-page-row li a:hover {
	text-decoration:none
}
.sub-page-row .bottom-heading { margin-top:65px}
.sub-page-row ul{
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
}
.sub-page-row .mb-0 { margin-bottom:0}
.sub-page-row .mt-18 { margin-top:18px}
.sub-page-row li{ font-size:18px; line-height:1.625;}
.sub-page-row hr {color: rgb(128, 128, 128); width:100% !important; margin:15px 0}


.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset !important;
}
@media only screen and (max-width:1350px) {
.site-header .logo img { max-height:50px}
#menu-main-menu {gap:47px !important}
}

@media only screen and (max-width:1023px) {
.hero-sec-inner {flex-direction:column-reverse}
.hero-section .et_pb_image { transform: scaleX(1.15) scaleY(1.15) translateX(0px) translateY(38px);margin-left: auto; width:80%}
.product-section-inner .ps-column {display: flex;flex-direction: column; width: 50%; margin-left: auto;margin-right: auto;}
/*}
@media only screen and (max-width:767px) {*/
	.site-header .logo img { max-height:42px}
	.footer-tc-link { margin-top:30px; flex-direction:row}
	.footer-tc-link li{ margin-bottom:20px}
	.footer-tc-link li:last-child {margin-bottom:0}
	.product-section-inner .ps-column { width:100%}
	.contact-info {padding:43px 35px 35px !important}
	.et_pb_button[data-icon]:not([data-icon=""]):after {content: attr(data-icon); display:none}
	/*.hero-section .et_pb_image { transform: scaleX(1.15) scaleY(1.15) translateX(0px) translateY(21px); width:85%; margin-left:auto !important}*/
	
	.mobileMenu {
position: absolute;
        left: 20px;
        padding: 5%;
        top: 100%;
        background: #fff;
        width: calc(100% - 40px);
        visibility: visible;
        opacity: 1;
        display: none;
        z-index: 9999;
        border-top: 3px solid var(--text-success);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
   }
   .active .mobileMenu {display:block}
   .mobileMenu li a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #666;
    padding: 10px 5%;
    display: block;
	    font-size: 14px;
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	text-decoration: underline;
   }
    .mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
    }
	.mobile_nav.opened.mobile_menu_bar {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
}
}


@media only screen and (max-width:767px) {
.hero-section .et_pb_image { transform: scaleX(1.1) scaleY(1.2) translateX(0px) translateY(21px);}
.contact-info {padding:43px 20px 35px !important}
.cf-btn { font-size: 18px !important;}
.footer-tc-link { flex-direction: column; text-align:center;}      
.footer-tc-link a, .footer-tc-link li { display: block; text-align:center;}
.site-footer p{ text-align: center;}
.site-footer .footer-tc-link a:after { display: none;}
}

.et_pb_menu__wrap .mobile_menu_bar {
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
}

.mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
}
.et_pb_menu_0 .mobile_nav .mobile_menu_bar:before, .et_pb_menu_0 .et_pb_menu__icon.et_pb_menu__search-button, 
.et_pb_menu_0 .et_pb_menu__icon.et_pb_menu__close-search-button, .et_pb_menu_0 .et_pb_menu__icon.et_pb_menu__cart-button, 
.et_pb_menu_1 .mobile_nav .mobile_menu_bar:before, .et_pb_menu_1 .et_pb_menu__icon.et_pb_menu__search-button, 
.et_pb_menu_1 .et_pb_menu__icon.et_pb_menu__close-search-button, .et_pb_menu_1 .et_pb_menu__icon.et_pb_menu__cart-button {
    color: #8aba20;
}
.et_pb_module .mobile_menu_bar:before {
    top: 2px;
}
.mobile_menu_bar:before {
    content: "a";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}
#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, 
.et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, 
.et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, 
.et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, 
.et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, 
.et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, a.et_pb_more_button:after {
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}

@media (max-width: 980px) {
    .et_pb_menu .et_mobile_nav_menu {
        float: none;
        margin: 0 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* Change to any color */
    z-index: 9999; /* Ensures it stays on top */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* A simple CSS spinner */
.loader-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.et_pb_button[data-icon]:not([data-icon=""]):after {
    display: none !important;
}