.elementor-kit-5{--e-global-color-primary:#002032;--e-global-color-secondary:#597630;--e-global-color-text:#002032;--e-global-color-accent:#FEDA00;--e-global-color-2a20f2f:#013548;--e-global-color-0fa751f:#CCA003;--e-global-color-86e2f0f:#0296C0;--e-global-color-abca3df:#E8ECEE;--e-global-color-8f26bc7:#C1C1C1;--e-global-color-055b54e:#2D2D2D;--e-global-color-3631587:#FFFFFF;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:1500ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:50px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );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-primary );border-radius:9px 9px 9px 9px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-accent );}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-5 a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-5 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* glass effect1*/
.glass-effect {
  /* Translucent fill */
  background: rgba(255, 255, 255, 0.24);
  
  /* Frost / Background Blur */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  
  /* Corner smoothing look */
  border-radius: 16px;
  
  /* Real-world glass thickness (3D light borders) */
  border: 1px solid rgba(255, 255, 255, 0.25);
  
  /* Figma light reflections (simulating Frost + Depth) */
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.4),   /* Top highlight */
    inset 0 -1px 1px rgba(0, 0, 0, 0.1),        /* Bottom subtle shadow */
    0 8px 32px rgba(0, 0, 0, 0.12);             /* Smooth outer drop shadow */
}

/*BODY*/
/*INFO BOX DARK*/
.info-box-dark h3{
    font-size: 14pt;
}
.info-box-dark p{
    font-size: 12pt;
    font-weight: 100;
}
.info-box-dark ul li{
    font-size: 12pt;
    font-weight: 100;
}

/*SMALL INFO BOX*/
.info-box-small-text{
    font-size: 10pt !important;
}
.info-box-small h3{
    color:#CCA003;
    font-size: 32pt;
    
}


/*FOOTER SECTION*/
/*FOOTER HEADERS*/

.footer-header-section{
color: #CCA003;
}
.footer-header-section>h6{
font-size: 12pt;
}

.footer-body-section>ul{
color: #ffffff;
}
.footer-body-section ul li{
font-size: 10pt !important;
}
.footer-body-section p{
color:#ffffff;
font-size: 10pt !important;
}
.footer-body-section li a{
	color: #ffffff;
}
.footer-body-section li a:visited{
    color:#ffffff !important;
}
.footer-body-section li a:hover{
    color:#FEDA00 !important;
}


/*Mision areas accordion*/

.mision-accordion-text p{
margin-bottom: 0;
}

/*Mision areas accordion*/

.parragraph-space-fixed p{
margin-bottom: 10pt;
}

/*NINJA FORMS EDITS*/
.ninja-forms-field, #nf-field-1{
border-radius: 9px !important;
}

.nf-field-element #nf-field-4{
	border-style: none;
}/* End custom CSS */