.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-43330c6:#21409A;--e-global-color-fe35f25:#00AF74;--e-global-color-661f432:#A0C9EC;--e-global-color-bbc4de4:#BCDAF2;--e-global-color-59f25d0:#D7F0FC;--e-global-color-8d1be4d:#46D3A4;--e-global-color-717cb74:#7EEEC3;--e-global-color-2985a7a:#C4FFE7;--e-global-color-c6aa833:#83AEBD;--e-global-color-b59a3ab:#99C8D6;--e-global-color-4c2a1e7:#C8E4F2;--e-global-color-f2286c1:#304252;--e-global-color-6ccadfa:#808491;--e-global-color-664717f:#BFBFC7;--e-global-color-69b6f4c:#005448;--e-global-color-ef371dc:#6EACA1;--e-global-color-947d962:#BDE3DC;--e-global-color-0bac18e:#D6D7C2;--e-global-color-2f771b6:#E3E4DC;--e-global-color-3c14528:#EDF0E8;--e-global-color-7ff6293:#DCEFEF;--e-global-color-9fb26db:#ABC9C2;--e-global-color-a6d3b68:#E5F1FB;--e-global-color-eabb2fa:#E5EEEC;--e-global-color-ae9cb9c:#EFEFF1;--e-global-color-c4059b0:#EDF3F5;--e-global-color-dfa0a36:#999999;--e-global-color-c60359b:#83AEBD1F;--e-global-color-c11489b:#83AEBD33;--e-global-color-af0c3d5:#BCDAF266;--e-global-color-824617e:#767676;--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;color:var( --e-global-color-secondary );font-family:"Titillium Web", Sans-serif;}.elementor-kit-5 a{color:var( --e-global-color-43330c6 );}.elementor-kit-5 h1{font-size:50px;line-height:60px;}.elementor-kit-5 h2{font-size:40px;line-height:50px;}.elementor-kit-5 h3{font-size:30px;font-weight:600;line-height:40px;}.elementor-kit-5 h4{font-size:26px;font-weight:600;line-height:34px;}.elementor-kit-5 h5{font-size:26px;font-weight:300;line-height:34px;}.elementor-kit-5 h6{color:var( --e-global-color-primary );font-size:26px;font-weight:bold;line-height:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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-kit-5 h1{font-size:24px;line-height:30px;}.elementor-kit-5 h2{font-size:24px;line-height:30px;}.elementor-kit-5 h3{font-size:20px;line-height:24px;}.elementor-kit-5 h4{font-size:20px;line-height:30px;}.elementor-kit-5 h5{font-size:20px;line-height:30px;}.elementor-kit-5 h6{font-size:20px;line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HEADER FIXED */
#header {
    transition: .4s;
}

#header.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.1);
}

.admin-bar #header.header-fixed {
    margin-top: 32px;
}

@media screen and (max-width: 781px) {
    .admin-bar #header.header-fixed {
        margin-top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar #header.header-fixed {
        margin-top: 0;
    }
}

/* SHADOW H6 */
h6 {
    text-shadow: 0px 1px 6px #304252;
}

/* MENU MOBILE STOP */
body.body-overflow {
    overflow: hidden;
    height: 100%;
}

/* PARAGRAPH LINE WITH HOVER */
p a {
    position: relative;
}

p a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    width: 0;
    transition: .3s;
    border-bottom: 1px solid #000000;
}

p a:hover:after {
    width: 100%;
}

/* CUSTOM BULLET */
ul {
  padding-left: 15px;
  list-style: square;
}

li::marker {
  color: #00AF74;
}/* End custom CSS */