.sec-pad-cus-1{
    padding: 92px 0px 40px 0px;
  }

  .sec-pad-cus-2{
    padding: 40px 0px 40px 0px;
  }

  .logo-box {
    background: url(../../images/logo/gdrs-logo-02.png) no-repeat 9% 100%;
    height: 91px;
    margin-top: 14px;
    margin-left: -8px;
}



.footer-logo{
background: url(../../images/logo/gdrs-logo-02.png) no-repeat 9% 100%;
height: 91px;
margin-top: 0px;
margin-left: -8px;
}


.header-upper {
  position: relative;
  background: #1e180c;
  width: 100%;
  padding: 0px 0px;
}

.header-lower {
  position: relative;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  margin-bottom: -110px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 130%;
  margin-top: 0px;
  width: 240px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #1e180c;
  border-top: 3px solid #f6b129;
  transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.main-footer {
  position: relative;
  background: rgb(30, 24, 12);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
  border-bottom: 1px solid #534323;
}


.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: rgba(30, 24, 12, 0.75);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.service-section:after {
  position: absolute;
  content: '';
  background: #1e180c;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .8;
}

.btn-one {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e180c;
  background: #f6b129;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

h2 {
  font-size: 34px;
  line-height: 43px;
  color: #1e180c;
}