.elementor-kit-6{--e-global-color-primary:#AACD06;--e-global-color-secondary:#2C2D2E;--e-global-color-text:#5A5A5A;--e-global-color-accent:#AACD06;--e-global-color-302a9da:#FFFFFF;--e-global-color-b1328bd:#F8F9FA;--e-global-color-f657811:#ADADAD;--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;font-size:18px;line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:3rem;font-weight:900;line-height:1.5em;}.elementor-kit-6 h2{font-size:2.5rem;line-height:1.5em;}.elementor-kit-6 h3{font-size:2rem;line-height:1.5em;}.elementor-kit-6 h4{font-size:1.2rem;line-height:1.5em;}.elementor-kit-6 h5{font-size:1.2rem;line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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: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 */.container-title{
    position: relative;
}

.container-title:after{
    content:'';
    width:60px;
    height:6px;
    background-color: var(--e-global-color-primary);
    position: absolute;
    right:50%;
    transform:translateX(50%);
}

.contaner-box{
    border:1px solid #AAADB0;
    border-radius: 15px;
    transition:all 0.5s;
}
.contaner-box:hover{
    border:1px solid var(--e-global-color-primary) !important;
    box-shadow: 0px 0px 5px var(--e-global-color-primary);
    transform:translateY(-5px);
}/* End custom CSS */