.about .article-details .article-header h1 {
    font-size: 6rem;
    color: #ac8b60;
}
.offcanvas-menu .offcanvas-inner .social-icons {
    font-size: 26px;
}
.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem;
    flex-direction: row-reverse;
}
#sp-header.header-sticky {
    opacity: 0.85;
}
#modal-menu-toggler {
    width: 64px;
    height: 64px;
    border: 1px solid #171614;
    border-radius: 50%;
    padding: 19px 17px;
}
#sp-header #modal-menu-toggler {
    border-color: rgba(255,255,255,.4);
  position: relative;
  vertical-align: middle;
}
#sp-header #modal-menu-toggler::before,#sp-header #modal-menu-toggler::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
  } 
  #sp-header #modal-menu-toggler:hover {
    color: #fff;
  }
  #sp-header #modal-menu-toggler::before,
  #sp-header #modal-menu-toggler::after {
    top: 0;
    left: 0;
  }
  #sp-header #modal-menu-toggler::before {
    border: 2px solid transparent; 
  }
  #sp-header #modal-menu-toggler:hover::before {
    border-top-color: #fff; 
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition:
      border-top-color 0.15s linear, 
      border-right-color 0.15s linear 0.10s,
      border-bottom-color 0.15s linear 0.20s;
  }
  #sp-header #modal-menu-toggler::after {
    border: 0 solid transparent; 
  }
  #sp-header #modal-menu-toggler:hover::after {
    border-top: 2px solid #fff; 
    border-left-width: 2px; 
    border-right-width: 2px; 
    transform: rotate(270deg); 
    transition:
      transform 0.4s linear 0s,
      border-left-width 0s linear 0.35s; 
  }
  #sp-header #modal-menu-toggler::before,
  #sp-header #modal-menu-toggler::after {
    border-radius: 100%;
  }

#modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff;
}
#modal-menu.has-bg {
    background-image: url(../images/menu-bg1.jpg);
    background-size: cover;
    background-position: center center;
}
.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    margin: 5px 0;
}
#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
    font-size: 18px;
}

#sp-footer1 {
    text-align: center;
}

html.coming-soon body {
    background: #45005b;
    color: #fff;
}
html.coming-soon body a {
    color: #fff;
}
@media (max-width: 575px) {
    #sp-header {
        height: 60px;
    }
}
@media (min-width: 991px) {
ul.social-icons>li {
    font-size: 24px;
}
}