.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-543d40a:#FFFFFF;--e-global-color-bf20291:#FDF101;--e-global-color-6eb6fc4:#000000;--e-global-color-11ea462:#030303;--e-global-color-5a630fb:#EC252F;--e-global-color-061acef:#E1E1E1;--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;--e-global-typography-e33e387-font-family:"Mulish";--e-global-typography-e33e387-font-size:1.125rem;--e-global-typography-e33e387-font-weight:700;--e-global-typography-e33e387-line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child{
    margin: 0;
}

.pad-lr{
    padding-left: 5%;
    padding-right: 5%;
}

.my-hover-btn, .my-hover-btn2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: color 0.4s ease;
border-radius: 50px;
}

.my-hover-btn::before, .my-hover-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: left 0.5s ease;
}

.my-hover-btn::before{
    background: #EC252F;
}

.my-hover-btn2::before{
    background: #FDF101;
}

.my-hover-btn:hover::before, .my-hover-btn2:hover::before {
  left: 0;
}

.my-hover-btn span, .my-hover-btn2 span {
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
}

.my-hover-btn:hover span {
  color: #fff;
}

.my-hover-btn2:hover span {
  color: #030303;
}/* End custom CSS */