body {
    color: #666 !important;
    font-family: "open sans",arial,sans-serif;
    width: 100%;
  }

h3 { font-weight: 700; }

.btn {
  transition: transform .5s;
}

.btn:hover {
  color: #fff;
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

i { transition: transform .5s; }

i:hover {
  -ms-transform: scale(1.20);
  -webkit-transform: scale(1.20);
  transform: scale(1.20);
}

#who-we-are { line-height: 1.3; }

.benefit-icon { margin-top: 20px; }

.customer-logo { object-fit: cover; }

/*TwBs Override*/

.navbar { border-radius: 0px !important; }

.navbar-default {
  background-color: #333;
  border-color: transparent !important;
}

.navbar-brand { padding: 5px 15px; }

.service-box { margin-top: 40px; }

.service-list {font-size: 18px; }

.service-list > li { line-height: 1.6; }


@media (min-width: 768px) {
  .navbar { border-radius: 0px !important; }
}

@media (max-width: 768px) {
  #rocketchat-iframe { display: none; }
}

/*End TwBs Override*/
