.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0A0A0A;--e-global-color-text:#0A0A0A;--e-global-color-accent:#FEFEFE;--e-global-color-18b250d:#00000000;--e-global-color-d1df607:#2063A3;--e-global-color-c09ca66:#FECC02;--e-global-color-e5f9088:#E5E5E5;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-size:34px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-a7d6719-font-family:"Ubuntu";--e-global-typography-a7d6719-font-size:31px;--e-global-typography-a7d6719-font-weight:500;--e-global-typography-a7d6719-font-style:normal;--e-global-typography-a7d6719-line-height:1.3em;--e-global-typography-2e98449-font-family:"Ubuntu";--e-global-typography-2e98449-font-size:25px;--e-global-typography-2e98449-font-weight:500;--e-global-typography-2e98449-font-style:normal;--e-global-typography-2e98449-line-height:1.3em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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:1279px){.elementor-kit-6{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:14px;--e-global-typography-a7d6719-font-size:31px;--e-global-typography-2e98449-font-size:25px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:26px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:14px;--e-global-typography-a7d6719-font-size:20px;--e-global-typography-2e98449-font-size:18px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body, html{
    overflow-x: hidden;
}

.elementor-kit-6 .elementor-widget-text-editor p:last-child{
    margin: 0!important;
}

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

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft  {
    animation: fadeInLeftCustom 0.6s ease-out !important;
}
.bordered_img_top.animated + .yellow_border_top {
        animation: fadeInLeftCustom 0.6s ease-out;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}

.bordered_img_bottom.animated + .yellow_border_bottom {
        animation: fadeInLeftCustom 0.6s ease-out;
    animation-delay: 0.3s;
    animation-fill-mode: both;
}


.yellow_border_top {
    content: '';
    width: 50%;
    height: 50%;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    box-shadow: 10px -10px 0 #fecc02;
opacity: 0;
}

.yellow_border_bottom{
    content: '';
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    box-shadow: 15px 15px 0 #fecc02;
}

.yellow_border_bottom_text:after{
    content: '';
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    box-shadow: 15px 15px 0 #fecc02;
}


.arrow_btn .elementor-button .elementor-button-icon{
    transition: 0.15s linear;
}

.arrow_btn .elementor-button:hover .elementor-button-icon{
    transform: translateX(7px);
}

.elementor-location-header{
    background: hsla(0,0%,99.6%,.75)!important;
    height: 0;
}



.elementor-widget-text-editor  li{
    padding-bottom: 25px;
    padding-top: 10px;
    border-bottom: 1px solid;
}

.elementor-kit-6 .elementor-widget-text-editor li:last-child {
    border: none;
}/* End custom CSS */