.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}


a {
    color: #daa02b;
    text-decoration: none;
}
a:hover {
	color: #525252;
	text-decoration: none;
	transition: all ease .4s;
}



#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 90px;
}

#header.header-transparent {
    background: #fff;
    height: 113px;
    padding: 10px 0;
}


#header.header-scrolled {
    background: #fff;
    height: 113px;
    padding: 10px 0;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

.nav-menu, .nav-menu * {
    margin: 7px;
    padding: 0;
    list-style: none;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #525252;
}

#hero {
    width: 100%;
    overflow: hidden;
    position: relative;
	height: 72vh;
    margin-top: 78px;
}
section#hero {
	padding: 60px 0 0 0;
}

#hero::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 35px;
  width: 130%;
  height: 95%;
  background: url("../img/deml/slider/slider.jpg") center top no-repeat;
  z-index: 0;
  border-radius: 0 0 0 0;
  transform: translateX(-50%) rotate(0deg);
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: ease all 0.3s;
}

.carousel {
    position: relative;
    margin-bottom: 86px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    margin-top: 50px;
}

.btn-primary {
    color: #fff;
    background-color: #daa02b;
    border-color: #daa02b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #525252;
    border-color: #525252;
}


.btn.btn-secondary {
 margin-top: 25px;
 background-color: #525252;
}

.portfolio {
    padding-bottom: 60px;
    margin-top: -69px;
}

.section-bg {
  background-color: #e0e0e0;
  margin-top: -70px;
  margin-bottom: 45px;
}

.why-us .icon-box .description {
    margin-left: 17px;
    line-height: 24px;
    font-size: 14px;
}

.why-us .icon-box .title {
    margin-left: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

#footer {
  background: #7f7f7f;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}


#footer .footer-top {
    background: #525252;
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    padding: 60px 0 30px 0;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #525252;
    transition: 0.4s;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(82, 82, 82, 0.8);
    overflow: hidden;
    display: none;
}

.section {
    padding: 60px 0;
}

.bxslider {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bxslider-chevron-right:before {
    content: "/ea1d";
}


.bx {
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-chevron-right:before {
    content: none!important;
}