.elementor-kit-34{--e-global-color-primary:#F96F00;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#1B2935;--e-global-color-2ca69ff:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-34 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-34 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-34 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-34 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-34 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-34 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-34 h6{font-family:"Montserrat", Sans-serif;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-34 e-page-transition{background-color:#FFBC7D;}.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;}/* Start custom CSS */::-webkit-scrollbar{
    width: 0.8vw;
    background:#dedede;
}
::-webkit-scrollbar-thumb{
    background:#F96f00;
    border-radius:0px;
}

.btn {
  background-color: #f96f00; /* Green */
  border: none;
  border-radius:3px;
  padding: 10px 40px;
  color:white!important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.btn:hover {
  color:white!important;
  background-color: #1b2935;
}/* End custom CSS */