.elementor-kit-6{--e-global-color-primary:#645049;--e-global-color-secondary:#4F6449;--e-global-color-text:#818181;--e-global-color-accent:#FAE851;--e-global-color-a2f7e50:#FFFFFF;--e-global-color-b8e84a3:#02010100;--e-global-color-95e8efc:#000000;--e-global-color-99da918:#F7F5F3;--e-global-typography-primary-font-family:"Squada One";--e-global-typography-secondary-font-family:"Squada One";--e-global-typography-text-font-family:"Albert Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Squada One";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-line-height:26px;--e-global-typography-8e9aa78-font-family:"Albert Sans";--e-global-typography-8e9aa78-font-size:18px;--e-global-typography-8e9aa78-font-weight:400;--e-global-typography-8e9aa78-line-height:26px;--e-global-typography-c40ca42-font-family:"Squada One";--e-global-typography-c40ca42-font-size:64px;--e-global-typography-c40ca42-line-height:60px;--e-global-typography-b4d3fce-font-family:"Squada One";--e-global-typography-b4d3fce-font-size:56px;--e-global-typography-b4d3fce-line-height:55px;--e-global-typography-9ba2d1d-font-family:"Squada One";--e-global-typography-9ba2d1d-font-size:30px;--e-global-typography-9ba2d1d-line-height:36px;--e-global-typography-a939530-font-family:"Squada One";--e-global-typography-a939530-font-size:40px;--e-global-typography-a939530-text-transform:capitalize;--e-global-typography-a939530-line-height:50px;--e-global-typography-1e7ec65-font-family:"Squada One";--e-global-typography-a8511e3-font-family:"Squada One";--e-global-typography-a8511e3-font-size:26px;--e-global-typography-69e4a0d-font-family:"Albert Sans";--e-global-typography-69e4a0d-font-size:20px;--e-global-typography-69e4a0d-text-transform:uppercase;--e-global-typography-69e4a0d-line-height:20px;--e-global-typography-69e4a0d-letter-spacing:5px;--e-global-typography-b055651-font-family:"Squada One";--e-global-typography-b055651-font-size:20px;--e-global-typography-b055651-font-weight:400;--e-global-typography-b055651-text-transform:uppercase;--e-global-typography-b055651-line-height:20px;--e-global-typography-b055651-letter-spacing:5px;color:var( --e-global-color-text );font-size:18px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-a2f7e50 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:12px 30px 12px 30px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-95e8efc );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 a{color:#F8BF00;}.elementor-kit-6 a:hover{color:#FFEE5D;}.elementor-kit-6 h6{color:var( --e-global-color-a2f7e50 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-6{--e-global-typography-c40ca42-font-size:40px;--e-global-typography-c40ca42-line-height:45px;--e-global-typography-b4d3fce-font-size:35px;--e-global-typography-b4d3fce-line-height:40px;--e-global-typography-a939530-font-size:30px;--e-global-typography-a939530-line-height:32px;--e-global-typography-b055651-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.content-scroll {
    height: 110px;
    width: 100%;
    overflow: auto;
    padding-right:20px;
}
.content-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
 .content-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.content-scroll::-webkit-scrollbar-thumb {
  background: #8C9B88; 
  border-radius: 10px;
}

/* Handle on hover */
.content-scroll::-webkit-scrollbar-thumb:hover {
  background: #47371E; 
}

.p-scroll {
    height: 320px;
    width: 100%;
    overflow: auto;
    padding-right:20px;
}
.p-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
 .p-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.p-scroll::-webkit-scrollbar-thumb {
  background: #8C9B88; 
  border-radius: 10px;
}

/* Handle on hover */
.p-scroll::-webkit-scrollbar-thumb:hover {
  background: #47371E; 
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {

    align-items: normal;
}
 .elementor-icon-list-icon{
    margin-top: 6px;
}/* End custom CSS */