.btn-primary {
  	border-color: #B88207;
  	background-color: #B88207;
  	color: #fff;
}
.btn-primary::before {
  	background-color: #ac7a06;
}
.icon.icon-primary {
  	color: #B88207;
}
.btn-outline-primary {
  	border-color: #B88207;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:focus:active {
  	border-color: #B88207;
}
.btn-outline-primary::before {
  	background-color: #B88207;
}
#header.dark {
  	background-color: #000;
}
#header .module-logo.dark {
  	background-color: #000;
}
.bg-dark {
  	background-color: #000 !important;
}
.section-extended > .container::after {
  	background-color: #000;
}
.dark .text-muted {
  	color: #fff !important;
}
.main-title{
    color: #ac7a06;
    font-weight: 400;
}
.menu-sample .title, h1{
    font-weight: 400;
}
#section-main-2-slider h1{
    font-weight: 400;
}
#section-main-2-slider-mobile h1 {
    font-weight: 400;
}
#header-mobile.dark {
    background-color: #000;
}
.page-title {
    background-color: #282b2e;
    color: #fff;
}
.page-title h4{
    font-weight: 300;
}
.page-title.border-top{
    border-top: 0px solid #fff;
}
.post-add-comment h4{
    font-weight: 400;
}
.form-group {
  margin-bottom: 1rem;
}
h1.display-2.main-title{
  font-size: 36px;
  margin-top: 60px;
}
#section-main-2-slider h4{
  font-size: 34px;
}
.pap-right{
  padding-right: 30px;
}
#header .module-logo {
  position: relative;
  padding: 0px !important;
  padding-top: 27px !important;
}
#header .module-logo img {
  max-width: 200px;
}