@media (max-width: 768px) {
  #banner-center {
    font-size: 25px;
    margin-top: 50px;
  }
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

.bg-info {
  background-color: rgba(23,162,184,0.5)!important;
}

.bg-light {
  background-color: rgba(248,249,250,0.5)!important;
}

@media (max-width: 577px) {
  .header-voip-txt h4 {
    font-size: 18px;
    margin-top: 237px;
  }
}

@media (max-width: 577px) {
  .header-sec-txt h4 {
    font-size: 18px;
    margin-top: 237px;
  }
}

@media (max-width: 768px) {
  .h1, h1 {
    font-size: 25px;
  }
}

#heading-banner2 {
}

#div-heading-banner2 {
  border-radius: 15px;
  background-color: rgba(248,249,250,0.5);
}

@media (max-width:576px) {
  .jumbotron {
    padding-top: 10px;
  }
}

@media (max-width:376px) {
  .jumbotron {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  #img-logi {
    margin-top: 180px;
  }
}

.img-fluid {
  max-width: 85%;
  height: auto;
}

.bg-col {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}

#bg-orange {
  background-color: #ff7f2c;
}

.bg-col:hover {
  opacity: 1;
}

.product-img {
  background-color: #f6f6f6;
}

@media (min-width: 900px) {
  .col-hover:hover {
    border: solid 2px #0056b3;
    border-radius: 15px;
  }
}

html {
  scroll-behavior: smooth;
}

.text-center.banner-center {
  letter-spacing: 4px;
  font-size: 48px;
  font-weight: 400;
}

#btn-header {
  background-color: transparent;
  border-radius: 10px;
  padding: 8px 23px;
}

#btn-header:hover {
  background-color: rgba(212, 230, 220, 0.5);
}

.link {
  color: rgb(49,52,55);
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
}

col-hover {
  border: solid 2px black;
}

.device {
  /*margin-top: 100px;*/
  height: 150px;
  width: 355px;
}

@media (max-width: 767px) {
  .device {
  }
}

.solusi-image {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px;
  justify-content: center;
}

.img-sol {
  height: 340px;
  border-radius: 34px;
}

@media (max-width: 768px) {
  .img-sol {
    margin: 0 auto;
    height: auto;
    width: 95%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .img-sol {
    margin: 117px auto;
  }
}

@media (max-width: 580px) {
  .row.row-small-voipcctv {
    flex-wrap: wrap-reverse;
  }
}

@media (max-width: 400px) {
  .solusi-image {
    padding: 0 16px;
  }
}

