.header-btn .btn-default::before, .btn-default.alt-btn::before{content:none;}

.btn-default i, .alt-btn i {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #39a8ed;
  background-color: #fff;
  transform: translate(-10px, -50%);
  transition: all 0.4s ease-in-out;
  text-align: center;
  line-height: 2.4;
  font-size: 13px;
}

.hero-inner{width:50%;}

.dummy{filter: brightness(0.9);}

.btn-highlighted i{
  color: #fff;
  background-color: #dbb027;
}

.main-footer .footer-info-box-content p,
.main-footer .footer-info-box-content a,
.main-footer .about-service-list ul li a,
.main-footer .about-working-hour ul li{
  font-size:15px;
  font-weight:500;
}

form .btn-default.btn-highlighted{background-color: #f7f2e9 !important;}
.no-bg{background-image: none !important;}

@media(min-width: 992px){
  .w-lg-50{width:50% !important;}
}