.bg-darkblue {
  background-color: #183661 !important;
}

.color-darkblue {
  color: #183661 !important;
}

.custom-icon-size {
  font-size: 24px;
}

.height-100-vh {
  height: 100vh;
}

.mt-120 {
  margin-top: 120px;
}

@media only screen and (max-width: 1200px) {
  .responsive-slide-header {
    font-size: 5rem !important;
  }
}

@media only screen and (max-width: 992px) {
  .responsive-slide-header {
    font-size: 2.5rem !important;
  }

  .responsive-slide-header-2 {
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 568px) {
  .responsive-slide-header {
    font-size: 1.2rem !important;
  }

  .responsive-slide-header-2 {
    font-size: 1rem !important;
  }
}

.z-2000 {
  z-index: 2000;
}

.z-2001 {
  z-index: 2001;
}

.z-2002 {
  z-index: 2002;
}

.height-auto {
  height: auto;
}

.fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  margin: 0px !important;
  padding: 0px !important;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 2004 !important;
  top: 0;
}