/* Glow */
@media (max-width: 767px) {
  .scroll-top.open {
    bottom: 80px;
  }
}
/* Scroll button */
/* Glow */

.glow-line {
  width: 80%;
  height: 0.5px;
  margin: 50px auto;
  background: #f0f;
  border-radius: 2px;
  box-shadow: 0 0 5px #f0f, 0 0 10px #f0f;
  animation: pulse 2s infinite alternate;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 5px #f0f, 0 0 10px #f0f;
  }
  100% {
    box-shadow: 0 0 10px #f0f, 0 0 20px #f0f;
  }
}

/* Glow */
.subscribe-wrap {
  margin-top: 50px;
  background: #000000;
  border-radius: 5px;
}
.subscribe {
  display: flex;
  justify-content: center;
  padding: 30px 0 25px 15px;
}
.subscribe > .row {
  width: 100%;
}
.subscribe-text {
  display: flex;
  flex-direction: column;
}
.subscribe .subscribe-text .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: white;
}
.subscribe .subscribe-text .sub-title {
  line-height: 24px;
  margin-top: 10px;
  color: white;
}
.d_flex_subscribe_text {
  display: flex;
  justify-content: space-between;
}
.subscribe .subscribe-field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.subscribe .subscribe-field .form-group {
  position: relative;
  margin-bottom: 0;
}
.form-group input {
  padding: 12px 147px 10px 20px;
  height: 50px;
  width: 450px;
  background: #fff;
}
.subscribe .subscribe-field .form-group.btn-subscribe {
  font-weight: 400;
  position: absolute;
  top: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 26px;
  padding: 7px 24px;
  border: none;
  background: #2c50ff;
  right: 6px;
}
.subscribe-wrap {
  margin-top: 50px;
  background: #000000;
  border-radius: 5px !important;
  padding: 0px 15px;
}
.subscribe-field {
  position: relative;
}

.subscribe .subscribe-field .form-group > .btn-subscribe {
  font-weight: 400;
  position: absolute;
  top: 5px;
  border-radius: 50px;
  font-size: 15px;
  line-height: 26px;
  padding: 7px 24px;
  border: none;
  background: #ff853f;
  right: 6px;
}
.subscribe .subscribe-text .title {
  font-size: 27px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}
.subscribe .subscribe-text .sub-title {
  line-height: 16px;
  margin-block: 10px;
  color: white;
}
.d_flex_subscribe_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-widget__links ul li a i {
  width: 24px;
}
.footer-widget__links ul li a {
  font-size: 15px;
}
.footer-content {
  font-size: 15px;
}
.footer-col-5 {
  margin-inline-start: 0px;
}
.tpsecondary-btn:before {
  background: unset;
}
.footer-widget__title{
  text-decoration:unset;
    position: relative;
}


.footer-widget__title:after {
    content: "";
    position: absolute;
	bottom: -7px;
    width: 50px;
    left: 0;
    border-bottom: 2px solid #2c50ff;
}
.main-footer {
    border-bottom: 1px solid rgb(44 80 255);
}
.footer-copyright__content span {
    color: #b3aaaa;
    
}
@media (max-width: 1400px) {
.whiteproduct__content {
    padding: 0 20px 20px;
    flex-direction: column;
}
}
@media (max-width: 700px) {
  .d_flex_subscribe_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .form-group input {
    padding: 12px 147px 10px 20px;
    height: 50px;
    width: 100%;
  }
  .subscribe .subscribe-text .title {
    text-align: center;
  }
  .subscribe .subscribe-text .sub-title {
    text-align: center;
  }
}