.elementor-kit-4{--e-global-color-primary:#3E633C;--e-global-color-secondary:#92A550;--e-global-color-text:#030303;--e-global-color-accent:#2D1E2F;--e-global-color-1faf7bc:#FAFAFA;--e-global-color-24fad25:#D4D4D4;--e-global-color-b195431:#F8F9FA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:55px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-313a7a6-font-family:"Roboto";--e-global-typography-313a7a6-font-size:20px;--e-global-typography-313a7a6-font-weight:700;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:2rem;--e-global-typography-text-font-size:1rem;--e-global-typography-accent-font-size:1rem;--e-global-typography-313a7a6-font-size:1.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:2rem;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-line-height:0.9em;--e-global-typography-text-font-size:0.9rem;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-size:0.9rem;--e-global-typography-accent-line-height:1em;--e-global-typography-313a7a6-font-size:0.9rem;--e-global-typography-313a7a6-line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*custome scrolbar browser*/
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-thumb {
    background: #2E5A35;
    border-radius: 10px 0px 0px 10px;
}
body::-webkit-scrollbar-track {
    background: transparent;
}


/*conter hover, text show*/
.hvr .hdn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.4s ease-out;
}
.hvr:hover .hdn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/* End custom CSS */