@media (min-width: 1248px) {
    .footer__navigation-grid {
        display: flex;
        justify-content: normal;
    }
}
section.section.hero-half {
    background-image: url(/_Static-Assets/images/backgrounds/dark-bg.jpg) !important;
}
/* Ensure the background stays fixed */
.hero-half--bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: -1;
}
/* Fade effect for dynamic content */
.fade-content {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fade-content.visible {
  opacity: 1;
}
h2.heading.h3 {
    font-size: 30px;
}
section.section.testimonial.testimonial-v2 {
    padding-top: 40px;
}
.fade-content {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fade-content.visible {
  opacity: 1;
}
h2.heading.h3 {
   
    padding-bottom: 15px;
}
@media (min-width: 738px) {
section.section.content {
    padding-top: 75px;
    padding-bottom: 75px;
}
}
	section.section.hero-half {
    background-color: #001f5a;
background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: 20%;
}
	
}
@media (min-width: 738px) {
.testimonial-v2 .testimonial__slider-slide{
        padding-bottom: 0px;
}
}
@media (max-width: 737px) {
br.dsk_br {
    display: none;
}
}