.elementor-kit-120{--e-global-color-primary:#114E84;--e-global-color-secondary:#63A0EA;--e-global-color-text:#424242;--e-global-color-accent:#6DC817;--e-global-color-7cdf25d8:#000;--e-global-color-622717d6:#FFF;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;color:#474747;font-family:"Verdana", Sans-serif;}.elementor-kit-120 button,.elementor-kit-120 input[type="button"],.elementor-kit-120 input[type="submit"],.elementor-kit-120 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-kit-120 button:hover,.elementor-kit-120 button:focus,.elementor-kit-120 input[type="button"]:hover,.elementor-kit-120 input[type="button"]:focus,.elementor-kit-120 input[type="submit"]:hover,.elementor-kit-120 input[type="submit"]:focus,.elementor-kit-120 .elementor-button:hover,.elementor-kit-120 .elementor-button:focus{background-color:#0B3B5F;}.elementor-kit-120 e-page-transition{background-color:#FFBC7D;}.elementor-kit-120 a{color:var( --e-global-color-accent );}.elementor-kit-120 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-120 h1{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-120 h2{font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-120 h3{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@media(max-width:1024px){.elementor-kit-120 h1{font-size:30px;}.elementor-kit-120 h2{font-size:24px;}.elementor-kit-120 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-120{font-size:14px;}.elementor-kit-120 h1{font-size:24px;}.elementor-kit-120 h2{font-size:22px;}.elementor-kit-120 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* for bullets */
#text-bullets .elementor-widget-container ul {padding-top:18px;
    display: inline-block;
    list-style: inside none;
    margin-left: 20px;
    text-indent: -30px;
}
#text-bullets .elementor-widget-container ul li::before {
    font-family: "ubuntu";
	font-weight: 900;
	content: ">";
	color: blue;
	padding-right:18px;
}
#text-bullets .elementor-widget-container ul li {padding-bottom:18px;
  padding-inline-start: 1ch;
  padding:0px;
  padding-bottom:18px;
}
#text-bullets .elementor-widget-container ul li ul li {}


 /* New Simplified Version 6 CSS */
  /* Step 1: Common Properties: All required to make icons render reliably */
  .icon::before {
    /* removed font- based rules */
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  /* Step 2: Reference Individual Icons */
  .login::before {
    /* using style CSS custom property */
    font: var(--fa-font-solid);
    content: "\f007";
  }

  /* Note: Make sure to include the correct weight and Unicode value for the icon */
  .tps::before {
    /* using style CSS custom property */
    font: var(--fa-font-solid);
    content: "\f1ea";
  }/* End custom CSS */