.elementor-kit-7{--e-global-color-primary:#353535;--e-global-color-secondary:#6E7D75;--e-global-color-text:#353535;--e-global-color-accent:#6E7D75;--e-global-color-492f522:#7D756E;--e-global-color-3504616:#C4D7D1;--e-global-color-9d0cd71:#B6CCDA;--e-global-color-dc08a4f:#0A347A;--e-global-color-6f3cc85:#56A19D;--e-global-color-9426a64:#C45D49;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:400;--e-global-typography-7999153-font-family:"Poppins";--e-global-typography-7999153-font-size:32px;--e-global-typography-7999153-font-weight:500;color:#353535;font-family:"Merriweather Sans", Sans-serif;font-size:16px;font-weight:200;font-style:normal;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#56A19D;}.elementor-kit-7 h1{color:#353535;font-family:"Merriweather", Sans-serif;font-size:100px;font-weight:400;}.elementor-kit-7 h2{color:#353535;font-family:"Merriweather", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-7 h3{color:#353535;font-family:"Merriweather", Sans-serif;font-size:28px;font-weight:500;}.elementor-kit-7 h4{color:#353535;font-family:"Merriweather Sans", Sans-serif;font-size:24px;font-weight:400;}.elementor-kit-7 h5{color:#353535;font-family:"Merriweather Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */header.sticky-header {
    --header-height: 90px;
    --opacity: 0.90;
    --shrink-me: 0.80;
    --sticky-background-color: #0e41e5;
    --transition: .3s ease-in-out;

    transition: background-color var(--transition),
                background-image var(--transition),
                backdrop-filter var(--transition),
                opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects {
    background-color: var(--sticky-background-color) !important;
    background-image: none !important;
    opacity: var(--opacity) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
header.sticky-header > .elementor-container {
    transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
    min-height: calc(var(--header-height) * var(--shrink-me))!important;
    height: calc(var(--header-height) * var(--shrink-me));
}
header.sticky-header .elementor-nav-menu .elementor-item {
    transition: padding var(--transition);
}
header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
header.sticky-header > .elementor-container .logo img {
    transition: max-width var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
    max-width: calc(100% * var(--shrink-me));
}

.swiper-slide-inner, .swiper-slide-bg, .swiper-slide, .swiper-slide-duplicate, .swiper-slide-next .elementor-kit-7 {
border-radius:10px!important
}

.readmoretoggle .elementor-tab-title.elementor-active::before {
    content: 'Read Less';
    font-family:roboto;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    }

.readmoretoggle .elementor-toggle-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
}

.readmoretoggle .elementor-tab-title.elementor-active a{
    display:none;
}/* End custom CSS */