.elementor-kit-6{--e-global-color-primary:#00829A;--e-global-color-secondary:#424242;--e-global-color-text:#333333;--e-global-color-accent:#61CE70;--e-global-color-910602e:#052460;--e-global-color-ee8ab8f:#FFD000;--e-global-color-c43f477:#E0E0E0;--e-global-color-05a25ef:#FFFFFF;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--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;color:#424242;font-family:"Nunito Sans", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:10px;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Nunito Sans", Sans-serif;}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Nunito Sans", Sans-serif;font-size:55px;}.elementor-kit-6 h2{font-family:"Nunito Sans", Sans-serif;font-size:40px;}.elementor-kit-6 h3{font-family:"Nunito Sans", Sans-serif;font-size:40px;font-weight:700;line-height:1.25em;}.elementor-kit-6 img{border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1312px;}.e-con{--container-max-width:1312px;}.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-kit-6 h1{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */li {
        margin-bottom: 10px; /* Adjust the value as needed */
    }

.elementor-sub-item {
    font-size: 16px!important;
}

.move-up {
  transition: transform 0.3s ease; /* Smooth transition for the transform property */
}

.move-up:hover {
  transform: translateY(-10px); /* Move the element up by 10px */
}

.move-right {
  transition: transform 0.3s ease; /* Smooth transition for the transform property */
}

.move-right:hover {
  transform: translateX(10px); /* Move the element up by 10px */
}/* End custom CSS */