body {
  background-image: url("../img/background/bg-service.png");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 110%;
  background-position-y: 80%;
}

#box-section {
  background: rgba(255, 255, 255, 0.2);
  border: 4px solid #fff;
  border-radius: 40px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
  width: 60% !important;
}

.title-box {
  font-family: 'Oswald-SemiBold';
  font-style: normal;
  font-size: 50px;
}

.static-banner {
  height: 500px !important;
}

.title-box-modal {
  font-family: 'Oswald-SemiBold';
  font-style: normal;
  font-size: 64px;
}

#subtitle-box {
  color: #F2F3F0;
  font-size: 45px;
  font-family: 'Oswald-ExtraLight';
  font-weight: 300;
  text-align: center;
}

#text-explore-more {
  color: #0A1E5A;
  background: #fff;
  font-weight: bold;
  border-radius: 8px;
}

#btn-ourworks {
  background-color: #299ED5;
}

.servicesour .gslide-media {
  background: rgba(0, 0, 0, 0.1) !important;
}

.hero-title {
  flex: 0.5 !important;
}


@media only screen and (max-width: 1300px) {
  #box-section {
    width: 70% !important;
  }
}



@media only screen and (max-width: 550px) {
  .title-box {
    font-size: 32px;
  }

  .title-box-modal {
    font-size: 40px;
  }

  #box-section {
    width: 80% !important;
  }
}

.goverlay {
  background: rgba(0, 0, 0, 0.90) !important;
}

.step-slide {
  font-size: 24px !important;
}

.gnext,
.gprev {
  display: none !important;
}

.socmed-slide {
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
}
