.elementor-kit-6{--e-global-color-primary:#0A2E47;--e-global-color-secondary:#F0F9FF;--e-global-color-text:#616C72;--e-global-color-accent:#5AC4F5;--e-global-color-fe5cf1e:#110B5B;--e-global-color-13156ec:#F3F4FF;--e-global-color-786c3b2:#E0E0E0;--e-global-color-61524a1:#F5F5F5;--e-global-color-308e225:#EFEFEF;--e-global-color-5a67d81:#DCDCDC;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--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){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}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 */underline hover Animation

.hover-underline-white {
  display: inline-block;
  position: relative;
  color: #FFFFFF;
}

.hover-underline-white ::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.35px;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}

.hover-underline-white :hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

underline hover Animation

.hover-underline-black {
  display: inline-block;
  position: relative;
  color: #5AC4F5;
}

.hover-underline-black ::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #5AC4F5;
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}

.hover-underline-black :hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.two-row{
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.four-row{
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

.fit-content{
    width: fit-content!important;
}/* End custom CSS */