body.preset-white .hero-slider div[class*=sp-slider-content-align] {
    background-color: rgb(0 116 186 / 49%);
}

body.predefined-header2 header#sp-header {
    background-color: rgb(255 255 255) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative !important;
    transition: 0.3s;
}

.sp-page-title {
    padding: 50px 0 50px;
	background: #378240;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    position: relative;
}

.sp-page-title .sp-page-title-heading {
    font-size: 44px;
    line-height: 1;
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
}

.sp-contact-info li {
    display: flex;
    align-items: flex-end;
    margin: 0 10px;
    font-size: 100%;
    white-space: nowrap;
    font-weight: 500;
}

body {
    font-size: 15px;
}

.sppb-addon-form-builder:not(.req-a-call) .sppb-form-builder-btn .sppb-btn {
    background-color: #316185;
}

.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: #00a0e3;
  -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 #00a0e3;
  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;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1rem;
    padding: 0.425rem 0;
    position: relative;
}

	
body.predefined-header2 .sp-megamenu-parent > li > a:hover, body.predefined-header2 .sp-megamenu-parent > li > a:focus {
    color: #378240;
}
body.predefined-header2 .sp-megamenu-parent > li.active > a {
    color: #378240;
    opacity: 1;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 60px;
}
.sp-page-title .breadcrumb {
    display: block;
    text-align: center;}
.breadcrumb-item {
    text-align: center;
    display: inline;}

ol.breadcrumb li.float-left {
    float: none !important;
    display: inline-block;}

.breadcrumb-item+.breadcrumb-item::before {
    float: none !important;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.float-start {
    display: none;
}