/* font */
body {
    line-height: 1.8;
}
@media (max-width:767px){
    h2{
        font-size:32px !important;
    }
}



/* header */
#sp-header {
    margin-bottom: -80px;
  	background: #4c5118;
  	color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:300;
    box-shadow:0 0 15px rgb(0 0 0 / 50%);
}
#sp-logo .sp-column {
    height: 80px;
}
#sp-header .logo-image {
    height: 80px;
}

/*#sp-header .logo:before {
    content: url(/images/0_project/logo/aramijaya-logo-004.png);
    position:absolute;
    scale:0.205;
    transform: translateX(-400px);
}*/
@media (max-width:991px){
#sp-header {
    margin-bottom: -60px;
    height:60px;
}
  #sp-logo .sp-column {
    height:60px;
}
#sp-header .logo-image {
    height: 60px !important;
}
/*#sp-header .logo:before {
    scale:0.17;
    transform: translateX(-700px);
}*/
}
@media (max-width:1200px){
    #sp-header .logo-image {
    height: 70px;
}
}
.sp-megamenu-parent li a {
    color:#fff;
    text-transform:uppercase;
    font-size: 12px;
}
.sp-megamenu-parent li span{
    font-size: 12px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
    font-size:12px;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a{
    color:#d1d100;
}
.sp-megamenu-parent>li:hover>a{
    color:#d1d100;
}

.burger-icon>span{
    background:#eeefe5;
}


/* off canvas */
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
    color: #4C5117 !important;
}

.offcanvas-menu {
    background: #eeefe5;
}

.menu-parent ul li {
    padding:10px 0;
}
.menu-parent ul{
    padding-top:10px !important;
}
.menu-parent ul li a{
    text-transform:uppercase;
}

.offcanvas-menu .offcanvas-inner ul li a{
    text-transform:uppercase;
    font-weight:500;
}

.offcanvas-menu .offcanvas-inner .menu-separator {
    text-transform:uppercase;
    font-weight:500;
}



/* page title */
.sp-page-title {
    padding-top: 155px;
    padding-bottom: 75px;
    text-align:center !important;  
  	background-size: cover;
    background-position: center top;
    position:relative;
    z-index: 1;
    filter: grayscale(0.2) contrast(0.9);
}
.sp-page-title .sp-page-title-heading{
    /*text-transform: uppercase;*/
}

.breadcrumb{
    justify-content:center !important;
}

.sp-page-title .float-start {
    margin-right: 10px;
}

@media (max-width:991px){
    .sp-page-title {
    padding-top: 125px;
    }
}
.sp-page-title {
    background-size: cover;
    background-position: center top;
    position:relative;
    z-index: 1;
    filter: grayscale(0.2) contrast(0.9);
}

.sp-page-title:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%) ;
    z-index: -1;
}

.breadcrumb .float-start .fas:before {
    content:"\f1bb";
}



/* bottom */
#sp-bottom .sp-module .sp-module-title {
    color: #4c5118;
}

#sp-bottom1 img.sppb-img-responsive {
    width: 300px;
    height:auto;
    transform:translate(-15px, -10px);
}
#sp-bottom a:hover, #sp-bottom a:focus {
    color:rgb(76 81 24 / 60%);
}
@media (max-width:991px){
#sp-bottom1 img.sppb-img-responsive {
    margin: 30px 0px;
}
#sp-bottom #sp-bottom4 .sp-module {
    margin-bottom: 0;
}
#sp-bottom #sp-bottom1 .sp-module {
    margin-bottom: 15px;
}
#sp-bottom .sp-module {
    margin-bottom: 50px;
}
#sp-bottom{
    padding: 30px 0px;
  }}



/* footer */
#sp-footer .container-inner {
    border-top: 1px solid #4c5118 !important;
}

#sp-footer1 .sp-column {
    text-align:center;
}
#sp-footer a:hover, #sp-footer a:focus {
    color:rgb(76 81 24 / 60%);
}