.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FF0000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-b95ceb6:#000000;--e-global-color-af8e464:#ED1B24;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-7 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){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}@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 */html {
  scroll-behavior: smooth;
}

/*Custom Button for Home Screen*/
 .custom-btn{
    width: 50%!important;
    height: 150px;
box-shadow: 0px 0px 25px 5px rgba(92,92,92,0.79);

}
.custom-btn div {
        height: 150px;
}
.custom-btn a {
        height: inherit!important;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
}
@media only screen and (max-width: 767px) {
    .custom-btn{
    width: 100%!important;
    height: 150px;
}
}
.custom-btn a {
  background: linear-gradient(180deg, #000000 0%, #f21827 100%, #f21827 100%, #000000 100%);
  background-size: 100% 110%;
  background-position: top;
  transition: background-position 0.3s ease-in-out;
}

.custom-btn a:hover {
  background-position: bottom;
  
}/* End custom CSS */