.elementor-kit-5{--e-global-color-primary:#005D7A;--e-global-color-secondary:#54595F;--e-global-color-text:#12111E;--e-global-color-accent:#FFAE00;--e-global-color-278ecdd:#007EA2;--e-global-color-45ef512:#4999A9;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oswald";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Raleway", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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:"Oswald", Sans-serif;}.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-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 *//* Top bar hidden by default */
#topBar{
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity .6s ease, transform .6s ease, visibility .6s ease;
}

/* When allowed to show */
#topBar.is-visible{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.imgBox img{
    transition: 0.3s ease-in-out;
}

.imgBox:hover img{
    border: 6px solid #8ed1fc !important;
}

/* Center dropdown (tablet/mobile) menu items in Elementor Nav Menu */
@media (max-width: 1024px){
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu{
    display: flex;
    flex-direction: column;
    align-items: center;   /* centers the items horizontally */
    text-align: center;    /* centers link text */
  }

  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu > li{
    width: 100%;
    text-align: center;
  }

  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu > li > a.elementor-item{
    justify-content: center; /* if link is flex */
    text-align: center;
    width: 100%;
  }
}/* End custom CSS */