/* .background {
    background-image: url('../images/commanding.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;

} */

.input input::placeholder {
  color: white;
}

.overlay {
  background: #080048;

}

.bodyy {
      font-family: Arial, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      margin: 0;
      background-color: #f0f0f0;
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .marquee {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;

  }
  .marquee-content {
      display: inline-block;
      padding-left: 100%;
      animation: marquee 15s linear infinite;
  }
  .marquee-content img {
      width: 200px;
      height: auto;
      display: inline-block;
      margin-right: 20px; /* Space between images */
  }
  @keyframes marquee {
      0% { transform: translateX(0); }
      100% { transform: translateX(-100%); }
  }

.bg-blur {
  background: transparent;
  backdrop-filter: blur(10px);
}
.footer {
  background:#080048 center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  float: left;
  display: block;

}

.footer_top {
  width: 100%;
  float: left;
  padding: 30px 0 0;
}

.footer_widget {
  /* width: 25%; */
  float: left;
}

.footer_widget h5 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
}

.footer_widget p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;

}

.footer_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_widget li {
  width: 100%;
  padding-bottom: 15px;
  margin: 0;

}

.footer_widget li a {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}

.footer_widget li a:hover {
  text-decoration: underline !important;
}

.footer_bottom {
  width: 100%;
  float: left;
  background: url(images/h-line-footer.png) left top no-repeat;
  background-size: 100%;
}

.footer_left_box {
  float: left;
}

.footer_left_box span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  padding: 0px 60px 10px;
}

.footer_bottom figure {
  width: 182px;
  display: block;
  margin-bottom: 20px;
}

.footer_right_box {
  float: right;
  margin-top: 25px;
}

.footer_right_box span {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  /* text-align: right; */
  margin-bottom: 15px;
}

.footer_right_box span img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
