.elementor-kit-82{--e-global-color-primary:#242424;--e-global-color-secondary:#E81E28;--e-global-color-text:#313131;--e-global-color-accent:#104464;--e-global-color-2bb4971:#FFFFFF;--e-global-color-c8a5913:#000000;--e-global-color-7336672:#00000000;--e-global-color-4d4789e:#DEDEDE;--e-global-color-d10b8bd:#BC0E17;--e-global-color-1edf2d0:#FFF6E3;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;font-family:"Hind Siliguri", Sans-serif;}.elementor-kit-82 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.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 */:root {
  --hover: #BC0E17;
  --accent-2: #ffffff;
}

.elementor-widget-text-editor p:last-of-type,
.marg p:last-of-type{
    margin-bottom: 0px;
}

.eelementor-button:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

/* width */
::-webkit-scrollbar {
  width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  bborder-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--e-global-color-accent);
; 
  border-radius: 10px;
}

.font{
    font-family: arial !important;
}/* End custom CSS */