.elementor-kit-6{--e-global-color-primary:#171790;--e-global-color-secondary:#07072A;--e-global-color-text:#000000;--e-global-color-accent:#1B2085;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Lato", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#171790;border-radius:0px 0px 0px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Lato", 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */a{
    color: #003B4D;
}

a:hover{
    color: #1595E6D;
}


.animate-img {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: transform 0.3s ease;
}

.animate-img img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.animate-img:hover img {
  transform: scale(1.2);
}

.animate-img:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.elementor-location-footer{
    background: linear-gradient(90deg, #171790 0%, #07072A 100%);
}/* End custom CSS */