.background-image-slide-blur {
  background: url(https://www.fireox.in/Images/bg-slider/slide01.jpg) no-repeat center center fixed #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: fixed;
  left: -20px;
  right: -20px;
  top: -20px;
  z-index: 1;

  display: block;
  width: 102%;
  height: 102%;

  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

.content {
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0px;
  color: #ffffff;
}

.btn-bg-white {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #333333 !important;
}

.u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 88vh;
}

.u-section-1 .u-image-1 {
  width: 400px;
  height: 180px;
  margin: 180px auto 0;
}

.u-section-1 .u-text-1 {
  line-height: 1.2;
  letter-spacing: 0px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  animation-duration: 1000ms;
  font-weight: normal;
  margin: 37px auto 0;
}

.u-section-1 .u-text-2 {
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  animation-duration: 1000ms;
  line-height: 1.2;
  margin: 37px 0 0;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  animation-duration: 1000ms;
  margin: 30px auto 0;
}

.u-section-1 .u-icon-1 {
  color: rgb(0, 0, 0) !important;
}

.u-section-1 .u-btn-2 {
  border-style: solid;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-image: none;
  animation-duration: 1000ms;
  margin: 20px auto;
}

.u-section-1 .u-icon-2 {
  color: rgb(71, 138, 201) !important;
}

@media (max-width: 1199px) {
  .u-section-1 .u-btn-1 {
    text-transform: none;
  }

  .u-section-1 .u-btn-2 {
    text-transform: none;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 727px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 153px;
  }
}