.elementor-kit-6{--e-global-color-primary:#121D4A;--e-global-color-secondary:#0F1A3C;--e-global-color-text:#333333;--e-global-color-accent:#121D4A;--e-global-color-bg-light:#F5F7FA;--e-global-color-bg-white:#FFFFFF;--e-global-color-border-light:#E0E0E0;--e-global-color-error:#FF5252;--e-global-color-success:#4CAF50;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-kit-6{--e-global-typography-primary-font-size:15px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:15px;}.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-primary-font-size:14px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Blue tag / link style */
.blue-tag,
a,
.elementor a {
  color: rgb(10, 88, 202) ;
 
}

.blue-tag:hover,
a:hover,
.elementor a:hover {
  opacity: 0.8;
}
h1 {
  font-size: 72px;
  line-height: 1.2;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 1024px) {
  h1 {
    font-size: 58px;
  }
}

/* Phone */
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
/* ===================== */
/* H2 */
/* ===================== */
h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 1024px) {
  h2 { font-size: 40px; }
}

@media (max-width: 767px) {
  h2 { font-size: 26px; }
}

/* ===================== */
/* H3 */
/* ===================== */
h3 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}

@media (max-width: 1024px) {
  h3 { font-size: 30px; }
}

@media (max-width: 767px) {
  h3 { font-size: 22px; }
}/* End custom CSS */