.elementor-kit-6{--e-global-color-primary:#003566;--e-global-color-secondary:#004F99;--e-global-color-text:#001A33;--e-global-color-accent:#F9DF74;--e-global-color-aaafcb2:#FBEAA5;--e-global-color-08e43ce:#FFFFFF;--e-global-color-d1206ae:#F1F1E6;--e-global-color-e7d3dc5:#F3F9FF;--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-text );font-family:"Alice", Sans-serif;font-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Lato", Sans-serif;font-size:18px;font-weight:600;text-transform:capitalize;line-height:1.2em;color:var( --e-global-color-aaafcb2 );border-radius:40px 40px 40px 40px;padding:12px 26px 12px 26px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{font-family:"Lato", Sans-serif;font-size:54px;font-weight:bold;line-height:1.2em;}.elementor-kit-6 h2{font-family:"Lato", Sans-serif;font-size:44px;font-weight:bold;line-height:1.2em;}.elementor-kit-6 h3{font-family:"Lato", Sans-serif;font-size:34px;font-weight:bold;line-height:1.2em;}.elementor-kit-6 h4{font-family:"Lato", Sans-serif;font-size:28px;font-weight:bold;line-height:1.2em;}.elementor-kit-6 h5{font-family:"Lato", Sans-serif;font-size:22px;font-weight:bold;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */body, html {
    overflow-x: hidden;
}

p:last-child {
    margin-bottom: 0;
}

 /* Improved Animations Stylesheet, works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}







.def-button .elementor-button {
    width:180px;
}

.def-button .elementor-button-text {
    flex-grow: 0;
}

.def-button .elementor-button-icon svg {
    width: 18px;
    height: 18px;
}

.def-button .elementor-button strong {
    font-weight: bold;
}

.def-button .elementor-button-content-wrapper {
    align-items: center;
}

.def-button .elementor-button .elementor-button-icon {

margin-top: 2px !important;
transition: all ease 0.3s;
}

.def-button:hover .elementor-button .elementor-button-icon {
    margin-left:10px !important;
}


#def-button  {
    max-width:200px;
}

#def-button .elementor-button-text {
    flex-grow: 0;
}

#def-button  svg {
    width: 18px;
    height: 18px;
}

#def-button .elementor-button-icon {

margin-top: 2px;
transition: all ease 0.3s;
}
#def-button:hover  .elementor-button-icon {
    margin-left:10px !important;
}/* End custom CSS */