.fl-page-content {
  background-color: transparent !important; }

.site-header {
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important; }

.site-header-top .fl-module-content {
  font-size: 16px; }

.site-primary-menu .pp-advanced-menu .menu a {
  transition: all .3s ease-in-out; }
.site-primary-menu .pp-advanced-menu .menu > li > a .menu-item-text {
  position: relative; }
  .site-primary-menu .pp-advanced-menu .menu > li > a .menu-item-text:after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 100%; }
.site-primary-menu .pp-advanced-menu .menu > li.current-menu-item > a .menu-item-text {
  color: #127bbc; }
  .site-primary-menu .pp-advanced-menu .menu > li.current-menu-item > a .menu-item-text:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    opacity: 1;
    top: 110%; }
.site-primary-menu .pp-advanced-menu .menu > li a:hover .menu-item-text:after,
.site-primary-menu .pp-advanced-menu .menu > li a:focus .menu-item-text:after {
  opacity: 1;
  width: 100%;
  left: 0; }

.site-footer-copyright a {
  text-decoration: underline;
  transition: all .3s ease-in-out; }
  .site-footer-copyright a:hover, .site-footer-copyright a:focus {
    text-decoration: none; }

.html-module-text-center .fl-module-content .fl-html {
  text-align: center; }

.hr-orange .fl-module-content .fl-separator {
  background: linear-gradient(45deg, transparent 10px, currentColor 11px, transparent 12px) 0 0, linear-gradient(-45deg, transparent 10px, currentColor 11px, transparent 12px) 0 0 !important;
  height: 15px !important;
  background-color: transparent !important;
  background-size: 20px 20px !important;
  border-color: currentColor;
  border-width: 0 !important;
  background-repeat: repeat;
  color: #e15115 !important; }

.gallery-object-fit-125 .pp-photo-gallery-content {
  height: 125px;
  overflow: hidden; }
  .gallery-object-fit-125 .pp-photo-gallery-content a {
    display: block; }
    .gallery-object-fit-125 .pp-photo-gallery-content a img {
      height: 125px;
      object-fit: cover;
      object-position: center;
      transition: all .3s ease-in-out; }

.gallery-object-fit-200 .pp-photo-gallery-content {
  height: 200px;
  overflow: hidden; }
  .gallery-object-fit-200 .pp-photo-gallery-content a {
    display: block; }
    .gallery-object-fit-200 .pp-photo-gallery-content a img {
      height: 200px;
      object-fit: cover;
      object-position: center;
      transition: all .3s ease-in-out; }

.gallery-object-fit-320 .pp-photo-gallery-content {
  height: 200px;
  overflow: hidden; }
  .gallery-object-fit-320 .pp-photo-gallery-content a {
    display: block; }
    .gallery-object-fit-320 .pp-photo-gallery-content a img {
      height: 200px;
      object-fit: cover;
      object-position: center;
      transition: all .3s ease-in-out; }
@media only screen and (min-width: 1600px) {
  .gallery-object-fit-320 .pp-photo-gallery-content {
    height: 320px; }
    .gallery-object-fit-320 .pp-photo-gallery-content a {
      display: block; }
      .gallery-object-fit-320 .pp-photo-gallery-content a img {
        height: 320px; } }

.gallery-zoom-in .pp-photo-gallery-content a {
  transition: all .3s ease; }
  .gallery-zoom-in .pp-photo-gallery-content a:hover {
    transform: scale(1.1); }

.service-item .pp-photo-container {
  display: block;
  width: 100%; }
  .service-item .pp-photo-container .pp-photo-content {
    display: block;
    width: 100%; }
    .service-item .pp-photo-container .pp-photo-content .pp-photo-caption {
      color: #222222 !important; }
      .service-item .pp-photo-container .pp-photo-content .pp-photo-caption h3 {
        margin: 0;
        color: #222222 !important; }

.paragaraph-mb25 .fl-module-content .fl-rich-text p {
  margin-bottom: 30px; }
