.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:#07060B;font-family:"Manrope", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:#07060B;}.elementor-kit-5 h2{color:#07060B;}.elementor-kit-5 h3{color:#07060B;}.elementor-kit-5 h4{color:#07060B;}.elementor-kit-5 h5{color:#07060B;}.elementor-kit-5 h6{color:#07060B;}.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 */p {
    line-height: 32px;
}

a {
    color:#000;
}
a:hover {
    color:#000;
}

.underline_link {
    transition: 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  color:#000;
}
.underline_link::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    transform-origin: center center;
    transform: scale3d(0, 1, 1);
    will-change: transform;
    background: currentcolor;
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.underline_link:hover::after {
  transform: scale3d(1, 1, 1);
}

.slide_underline {
  transition: 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  color: #000;
}

.slide_underline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
  background: currentcolor;
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.slide_underline:hover::after {
  transform: scaleX(1);
}

.animated_list ul {
  list-style: none;
  padding: 0;
}

.animated_list li {
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding-bottom: 15px;
}
.animated_list li:last-child {
    padding-bottom: 0px;
}

.animated_list li:hover {
  transform: translateX(8px);
}

.animated_list a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.animated_list a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
  background: currentcolor;
  transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.animated_list li:hover a::after {
  transform: scaleX(1);
}/* End custom CSS */