.elementor-kit-5{--e-global-color-primary:#7F7E7D;--e-global-color-secondary:#E9FF00;--e-global-color-text:#000000;--e-global-color-accent:#F8FF90;--e-global-color-35c7867:#E6E8EB;--e-global-color-2d394b8:#E9FF00;--e-global-color-51b02e6:#000000;--e-global-color-9bc283a:#828282;--e-global-color-c62399b:#FDFDFD;--e-global-color-f5af92f:#000000;--e-global-color-38d6ce0:#020101BF;--e-global-typography-primary-font-family:"Arimo";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Arimo";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Arimo";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Arimo";--e-global-typography-accent-font-weight:500;--e-global-typography-860a4cf-font-family:"Rajdhani";--e-global-typography-860a4cf-font-size:20px;--e-global-typography-860a4cf-font-weight:700;--e-global-typography-860a4cf-text-transform:uppercase;--e-global-typography-de7e31a-font-family:"Rajdhani";--e-global-typography-de7e31a-font-size:20px;--e-global-typography-de7e31a-font-weight:700;--e-global-typography-de7e31a-text-transform:uppercase;background-color:#FFFFFF;}.elementor-kit-5 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-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, body { overflow-x: hidden; }
body { margin: 0; }


/*Link Text animation*/

.anim-link a {
  position: relative;
  text-decoration: none !important;
  color: inherit !important;
}

.anim-link a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.anim-link a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}/* End custom CSS */