.elementor-kit-7{--e-global-color-primary:#014737;--e-global-color-secondary:#E2BB02;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D32A1F;--e-global-color-ec370e4:#FFFFFF;--e-global-color-e7b06a7:#000000;--e-global-color-5ba306a:#F1F1F1;--e-global-color-b4f8e1b:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-181a4fa-font-family:"Poppins";--e-global-typography-181a4fa-font-size:76px;--e-global-typography-181a4fa-font-weight:700;--e-global-typography-181a4fa-line-height:80px;--e-global-typography-b2de791-font-family:"Poppins";--e-global-typography-b2de791-font-size:48px;--e-global-typography-b2de791-font-weight:700;--e-global-typography-b2de791-line-height:50px;--e-global-typography-8510ab0-font-family:"Poppins";--e-global-typography-8510ab0-font-size:24px;--e-global-typography-8510ab0-font-weight:700;--e-global-typography-8510ab0-line-height:26px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Poppins", Sans-serif;font-weight:500;letter-spacing:1.8px;border-radius:0px 0px 0px 0px;padding:16px 30px 16px 30px;}.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);}.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-kit-7{--e-global-typography-181a4fa-font-size:44px;--e-global-typography-181a4fa-line-height:48px;--e-global-typography-b2de791-font-size:33px;--e-global-typography-b2de791-line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.content-scroll
{ overflow-y:scroll !important; }

.content-scroll {
    height: 250px !important;
    width: 100%;
    overflow: auto;
    padding-right: 15px;
}
.content-scroll::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.content-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f9f9f9; 
  border-radius: 10px;
}
 
/* Handle */
.content-scroll::-webkit-scrollbar-thumb {
  background: #E2BB02 !important;
  border-radius: 8px;
}

/* Handle on hover */
.content-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}

@media (max-width: 480px){
    .content-scroll{
        height: auto !important;
        overflow: visible !important;
        padding: 0;
    }
    
    .content-scroll::-webkit-scrollbar{
        display: none !important;
    }
}/* End custom CSS */