 .wrap__footer {
	background: #496075;
	border-top: #a1c0d1;
 }

.wrap__header {
	border-bottom: 16px solid #A1C0D1;
	}
 
 .wrap__header--inner {
    background: #F1F2E8;
	}

.navigation {
    background: #c7dbe8;
}

.sidebar-holder {
	background: #8BC7DD;
	}    
 
  img.our_staff {
    max-height: 200px;
}
  
  .wrap__slider {
    flex: unset !important;
    border-bottom: 24px solid #8BC7DD;
}

.slider__image--fixed{
    background-size: contain;
}


h1.page__title{
    color: #8bc7dd;
}


.wrap__image--inner .image {
    position: relative;
    height: 200px;
}

.image_content__container--inner.image__container--inner img {
    height: 200px;
}
  
   .flex-container {
            display: flex;
            flex-wrap: wrap;
          }
          .col20 {
            width: calc(19% - 4px);
            padding: 10px;
          }

          .col25 {
            width: calc(24.6% - 4px);
          }

          .col30 {
            width: 31%;
            padding: 10px;
          }

          .col70 {
            width: 69%;
            padding: 10px;
          }

          .col50 {
            width: 48%;
            padding: 10px;
          }

          .spaced {
            justify-content: space-between;
          }

          .flipped{
            flex-direction: row-reverse;
          }

          @media screen and (max-width: 768px) {
            .col50,
            .col30,
            .col70,
            .col20,
            .col25 {
              width: 100%;
            }

            .alias-pcontent img {
              display: block;
              margin: auto;
              float: none !important;
            }
            .hide_mobile {
              display: none !important;
            }

            .align-left,
            .align-right,
            .align-center {
              display: block !important;
              margin: auto !important;
              float: none !important;
            }
            .section--inner.container.section--light.fix-hover {
              padding-top: 0px !important;
          }    
              #ple_column-0 {
              padding-top: 10px !important;
              padding-bottom: 0 !important;
          }
          #ple_column-1 {
              padding-top: 0 !important;
              padding-bottom: 0 !important;
          }
          .section-overlap-container:has(.header-a,.header-b,.header-c,.header-d,.header-e,.header-f,.header-g,.header-h) .section__bg--light-4 .section--inner::before {
              box-shadow: none;
          }
          }

@media (max-width: 767px) {
    .logo img {
        display: block;
    }
}          
.wrap__header--inner {
        text-align: center;
        padding: 10px 25px 10px;
    }
    
img.logo__image {
    width: 200px !important;
    height: 99px !important;
}    

/* Querry */
@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
  
}

@media only screen and (max-width: 500px) {
.wrap__page-content h1, .page__title {
        font-size: 24px;
    }  
}