.elementor-kit-44{--e-global-color-primary:#0B2A4A;--e-global-color-secondary:#FFB908;--e-global-color-text:#6C757D;--e-global-color-accent:#FFFFFF;--e-global-color-8c9fa44:#FFFFFF;--e-global-typography-primary-font-family:"Times New Roman";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1861624-font-family:"Montserrat";--e-global-typography-1861624-font-size:18px;--e-global-typography-1861624-font-weight:800;--e-global-typography-2b6b3e6-font-family:"Manrope";--e-global-typography-2b6b3e6-font-size:15px;--e-global-typography-2b6b3e6-font-weight:400;--e-global-typography-d2a9013-font-family:"Montserrat";--e-global-typography-d2a9013-font-size:17px;--e-global-typography-d2a9013-font-weight:700;--e-global-typography-78b26ea-font-family:"Manrope";--e-global-typography-78b26ea-font-size:14px;--e-global-typography-78b26ea-font-weight:700;--e-global-typography-8e7f3e5-font-family:"Manrope";--e-global-typography-8e7f3e5-font-size:25px;--e-global-typography-8e7f3e5-font-weight:700;--e-global-typography-87f703b-font-family:"Manrope";--e-global-typography-87f703b-font-size:13px;--e-global-typography-87f703b-font-weight:400;--e-global-typography-87f703b-line-height:20px;}.elementor-kit-44 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.card-content{
    height: 56%;
    margin-bottom: -150px;
    transition: all 0.5s ease;
}

.card-wrapper:hover .card-content{
    margin-bottom: 0px;
    height: 100%;
}

.card-content .e-con-inner{
    transition: all 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.card-wrapper:not(:hover) .card-content .e-con-inner {
    animation: fadeIn 1.5s ease forwards;
}

.card-wrapper:hover .card-content .e-con-inner {
    justify-content: end;
}

@media(max-width:1024px){
   .card-content{
       height: 54%;
   }
}/* End custom CSS */