.cus-btn {
    background-color: #B8BE33;
    color: #ffffff;
    height: 40px;
    width: 160px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-weight: bolder;
}

.cus-btn:hover {
    background-color: #383838;
    color: #fff;
    transition: all 0.3s ease;
}

.cus-btn-active {
    background-color: #383838;
    border-color: #787C18;
    color: #fff;
}

.services-section {
  position: relative;
  padding: 120px 0;
  z-index: 2;
  background-color: #f4f2f9;
}

.team-section {
  position: relative;
  padding: 120px 0 80px;
  background-color: #fff;
  overflow: hidden;
}

.title-location-datacenter {
  display: block;
  padding: 24px 40px;
  background-color: #ffffff;
  margin-bottom: 0;
  min-width: 270px;
}

.inner-box > .content-box > .title-location-datacenter > .address {
  display: none;
}

.inner-box:hover > .content-box > .title-location-datacenter > .address {
  display: block;
  transition: all 0.3s ease;
}

.row.reverse {
  flex-direction: row-reverse;
}

.about-section {
  background-color: white;
}

.about-section, .about-section .text, .about-section h2{
  color: #6c6a72;
}

.about-section strong{
  color: #333;
  font-weight: bold;
}

.komite-task-section{
  background-color: #fff;
  overflow: hidden;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.news-section{
  background-color: white;
}

