.sp-megamenu-parent>li:last-child>a.item-dark {
    background-color: #a1907e;
    color: #ffffff;
    padding: 10px;
}


.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 3.0rem;
    font-family: 'Abril Fatface', sans-serif;
}
.article-details .article-ratings-social-share {
    padding: 2px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}


#sp-title {
    min-height: 0;
    position: relative;
}
.sp-page-title:before {
    content: "";
    position: absolute;
        background: rgb(161 144 126 / 75%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.sp-page-title {
  min-height: 235px;
       background: rgb(161 144 126 / 75%);
    mix-blend-mode: multiply;
    background-size: 100% auto;
}
.sp-page-title {
        padding: 110px 0 60px;
}
.sp-page-title .container {
    z-index: 1;
    position: relative;
}


.sp-page-title .sp-page-title-heading {
    /* font-size: 24px; */
    /* line-height: 1; */
    font-family: 'Abril Fatface', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px;
    text-decoration: none;
}

.breadcrumb span.divider.fas.fa-map-marker-alt {
    display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "|");
}

#sp-main-body {
    padding: 25px 0;
}

#sp-top-bar ul.social-icons {
    display: inline-block;
}
ul.social-icons>li:last-child {
      margin-right: 20px;
}


#sp-top-bar ul.sp-contact-info {
    display: inline-block;
}

#sp-header {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 0%);
    animation: spFadeIn 0.5s;
}

@media (max-width: 991px){
#sp-header .logo {
    height: 80px  !important ;
}
}
@media (max-width: 575px){
#sp-header .logo {
    height: 80px !important ;
}
}
@media (max-width: 576px){
.logo-image {
    height: 70px !important ;
}
}
@media (max-width: 992px){
.logo-image {
    height: 70px !important ; 
}
}


#sp-header .header-sticky {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    animation: spFadeIn 0.5s;
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    box-shadow: 0 0 4px 0 #a1907e;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 900;
}


#sp-bottom .sp-module ul>li>a {
    display: block;
  margin-bottom: 5px;
}
#sp-bottom .sp-module ul>li {
    display: block;
    margin-bottom: 5px;
}
#sp-bottom .sp-module ul.menu-child {
    padding-left: 10px;
}

.burger-icon>span {
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
  background-color: #382803 ;
}