.sr-padding-full {
   padding-top: 1rem;
   padding-bottom: 1rem;
}

.mb-0 {
  font-size: 32px !important;
}

.mb-4 {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}

.tags { 
  color:#ffffff !important;
}

a:hover {
  color:#00ba2b;
}

.heading h1, .text-left {
  margin-bottom: 0px !important;
}
  
.author-section {
    display: none !important;
}

.cta-button {
    background-color: #00ba2b !important;
    border: 1px solid #00ba2b !important;
    border-radius: 48px !important;
    color: #fff !important;
    font-family: Barlow,sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    padding: 16px 24px !important;
    text-decoration: none !important;
}

.cta-button:hover{
    background-color: #009c0d !important;
    color: #ffffff !important;
  }

.hs-button {
    background-color: #00ba2b !important;
    border: 1px solid #00ba2b !important;
    border-radius: 48px !important;
    color: #fff !important;
    font-family: Barlow,sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    padding: 16px 24px !important;
    text-decoration: none !important;
    font-size: 15px !important; 
}

.hs-button:hover{
    background-color: #009c0d !important;
    color: #ffffff !important;
  }

.author-link {
  color: #30343B !important;
}

.author-link:hover {
  color: #009c0d !important;
}

.meta {
  color: #30343B !important;
}

svg path {
   color: #fff;
} 

.header__logo-col {
  margin: 0px !important;
}

.heading.blog-heading-top.h1.text-left {
  margin-bottom: 5rem;
}

.header__menu-submenu {
  box-shadow: 1px 1px 1px 1px lightgrey;
}

.header__menu-wrapper.list-unstyled.my-0.has-next-false {
  color: #565b54; !important;
}

.bg-light {
    background-color: #ffffff!important;
}

.btn-wrapper.btn-custom-50363395.btn-wrapper-sm {
    margin-bottom: 3rem !important;
}

#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et_toggle_slide_menu:after, .et-social-icon a:hover, .et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .entry-summary p.price ins, .et_pb_member_social_links a:hover, .et_pb_widget li a:hover, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .wp-pagenavi span.current, .wp-pagenavi a:hover, .nav-single a, .tagged_as a, .posted_in a {
    color: #43c887;
}

rect {
  fill: #00BA2B !important;
}

.form-control, input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), input[readonly]:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]), select, textarea {
    background-color: #ffffff !important;
}


@media (max-width: 767px) {
  h1 {
    font-size: 52px !important;
    hyphens: auto;
  }
  h2 {
    font-size: 36px !important;
    hyphens: auto;
  }
  h3 {
    font-size: 30px !important;
    hyphens: auto;
  }
  h4 {
    font-size: 25px !important;
    hyphens: auto;
  }
   h5 {
    font-size: 20px !important;
    hyphens: auto;
  }
  .title-description {
    font-size: 16px !important;
    hyphens: auto;
  }
}

html {
    font-size: 15px
}