@font-face {
  font-family: 'Nexa';
  src: url('/bima-assets/fonts/Nexa-ExtraLight.woff2') format('woff2'),
       url('/bima-assets/fonts/Nexa-ExtraLight.woff2') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('/bima-assets/fonts/Nexa-Heavy.woff2') format('woff2'),
       url('/bima-assets/fonts/Nexa-Heavy.woff2') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x:hidden;
  font-family: 'Nexa', sans-serif;
  font-weight: 200;
}
.navbar-default {
    position: absolute;
    z-index: 999;
    top: 5%;
    right: 5%;
    color: #fff;
    background-color: transparent!important;
    border-color: transparent!important;
}
.navbar-default .navbar-nav>li>a {
  font-weight: 800;
  padding-right: 20px;
  color: #fff;
}
.thumbnail-header{
  position: relative;
  margin-bottom: 130px;
}
.main-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
}
.main-logo img{
  width: 25%;
}
.submenu .col-xs-4 {padding: 20px 0px;}
.submenu img{
  max-width: 80px;
  margin: auto;
  display: block;
}
.submenu p{
  text-align: center;
  color: #fff;
}
.submenu .row{
  width: 70%;
  position: absolute;
  bottom: -18%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery img{
  width: 100%;
}
.gallery .col-xs-4{
  padding: 0!important;
}
.btx-profile{
  padding: 25px 0px;
  color: #185429;
  max-width: 60%;
  margin: auto;
  display: block;
  text-align: center;
}
.btx-profile h2{
  font-size: 30px;
  font-weight: 800;
}
.btx-profile p{
  font-size: 18px;
}
.company-details{
}
.company-details .col-xs-6{
  padding: 0px!important;
}
.company-details .thumbnail {
  position: relative;
  border: 0;
  padding: 0%;
  margin-bottom: 0%;
}
.company-details .content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.company-details .border-bottom{
  border-top: 1px solid;
  max-width: 30px;
  margin: auto;
  margin-bottom: 15px;
}
.company-details h3{
  margin-top: 0px!important;
  font-size: 70px;
  font-weight: 800;
}
.brand-kami{
  padding: 50px 0px;
  background-color: #0c3517;
  text-align: center;
}
.brand-kami h2{
  color: #fff;
  margin-top: 0px;
  font-weight: 800;
}
.brand-kami .logo{
  max-width: 60%;
  margin: auto;
}
.brand-kami img{
  display: inline;
  width: 19%;
}
footer{
  padding-top: 70px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #185429;
}
footer h3{
  padding-bottom: 30px;
  font-weight: 800;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
}
.follow-us img{
  padding: 0px 5px;
  max-width: 50px;
}

@media (max-width: 992px) {
   .submenu p{
       height: 40px;
   }
   .submenu .row {
      bottom: -40%;
    }
     .company-details h3 {
        font-size: 32px !important;
    }
    .company-details p {
        font-size: 12px !important;
    }
    .company-details span {
        margin: auto;
        max-width: 230px;
        display: block;
        font-size: 12px !important;
    }
}
@media (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
     font-size: 12px;
     padding-bottom: 0px;
    }
    .main-logo{
      top: 40%;
    }
    .submenu .row {
      bottom: -50%;
      width: 85%;
    }
    .submenu p{
      font-size: 12px;
    }
    .btx-profile p {
        font-size: 14px;
    }
    .company-details h3 {
        font-size: 32px !important;
    }
    .company-details p {
        font-size: 12px !important;
    }
    .company-details span {
        margin: auto;
        max-width: 230px;
        display: block;
        font-size: 12px !important;
    }
    .brand-kami .logo {
      max-width: 80%;
    }
}
@media (max-width: 600px) {
   .navbar-default .navbar-nav>li>a {
     padding-top: 5px;
    }
   .main-logo{
      top: 30%;
    }
   .submenu .row {
      margin-top: 50px!important;
      position: initial;
      transform: none;
    }
    .thumbnail-header {
    margin-bottom: 70px;
    } 
}