.header-style-1 #sp-header #sp-logo:before {
    content: "";
    display: block;
    width: 1920px;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
}
.header-style-1 #sp-header #sp-logo {
    position: relative;
    background: #2a2a2a;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2);
    padding: 20px 0;
    border-bottom: 5px solid #d2ae6d;
}
.sp-megamenu-parent>li:hover>a {
    color: #d2ae6d;
}
.header-style-1 #sp-top-bar #sp-top2 {
    position: relative;
    background: #2a2a2a;
    padding-top: 6px;
    padding-bottom: 6px;
}
.header-style-1 #sp-top-bar #sp-top2:before {
    content: "";
    display: block;
    width: 1920px;
    background: #2a2a2a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
}
#sp-top-bar .sp-contact-info li span {
    color: #2a2a2a;
}
.header-style-1 #sp-top-bar .social-icons > li > a {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d2ae6;
    background: #d2ae6;
}
@media (max-width: 767.98px) {
    .sp-page-title {
        padding: 70px 0;
    }
}
@media (max-width: 767.98px) {
    .sp-page-title .sp-page-title-heading {
        font-size: 36px;
        color: #ffffff;
        font-weight: 500;
    }
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-top: 5px;
    font-family: var(--body_font_family);
    color: #ffff;
}
.sp-page-title .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.sp-page-title .sp-page-title-heading {
    font-size: 50px;
    line-height: 1;
    color: #ffffff;
}
.sp-page-title {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    background-color: #e9ecef;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 25px;
    line-height: 100px;
    font-size: 20px;
    margin: 0;
    position: relative;
    font-family: var(--headings_font_family);
}
#sp-bottom {
    padding: 50px 0 50px;
    line-height: 1.6;
}
.text-lg-start {
        text-align: center !important;
    }
#sp-footer, #sp-bottom {
    background: var(--footer_bg_color);
    color: var(--footer_text_color);
    border-top: 3px solid #d2ae6d6b;
}






.speasyimagegallery-album > div .speasyimagegallery-album-info .speasyimagegallery-album-title {
  font-size: 18px;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.speasyimagegallery-album > div .speasyimagegallery-album-info .speasyimagegallery-album-meta-count {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #a1a1a1;
  margin: 0 5px;
}
.speasyimagegallery-gallery-item-content {
  padding: 30px 20px;
  width: 100%;
  left: 50%;
  top: 55%;
  height: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}
.speasyimagegallery-gallery-item-content:after {
  content: "+";
  position: absolute;
  width: auto;
  height: auto;
  top: 40%;
  left: 50%;
  font-size: 170px;
  font-weight: 100;
  color: #d2ae6d;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
}
.speasyimagegallery-gallery-item-content .speasyimagegallery-gallery-item-title {
  display: none;
}
.speasyimagegallery-gallery-item-title, .speasyimagegallery-image-title {
  font-size: 18px;
  font-family: 'Libre Baskerville', sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div {
  position: relative;
  overflow: hidden;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div img {
  transition: 0.3s;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:after, .speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:before {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid #d2ae6d;
  transform: scale(1.3);
  opacity: 0;
  z-index: 1;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:before {
  top: 37px;
  left: 35px;
  right: 35px;
  bottom: 37px;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:after {
  top: 25px;
  left: 47px;
  right: 47px;
  bottom: 25px;
  -webkit-transition: none;
  transition: none;
  background: transparent;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover::after, .speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover::before {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover img {
  filter: brightness(0.5);
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover::after {
  transition-delay: 0.15s;
}
.speasyimagegallery-row > div > .speasyimagegallery-gallery-item > div:hover .speasyimagegallery-gallery-item-content:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.sppb-addon-gallery.about-page-gallery ul li {
    width: 50%;
  }
.sppb-addon-gallery.about-page-gallery ul li {
  margin: 0;
  width: 25%;
  padding: 0;
}
.sppb-addon-gallery.about-page-gallery ul li img {
  width: 100% !important;
}

ul.sppb-gallery li .sppb-gallery-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    height: 100%;
    opacity: 0;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    transform: scale(.8);
}
ul.sppb-gallery li:hover .sppb-gallery-btn:before {
    transform: scale(1);
    opacity: 1;
}

