.section-gal-wrapper {
  padding: 1rem;
}

.section-gal-wrapper .section-gal {
  background-color: #F0F0F0;
  transition: background-color .5s ease;
}

.section-gal-wrapper .section-gal .slider-wrapper .slider-bg {
  background-color: #FFFFFF;
}

.section-gal-wrapper .section-gal .slider-wrapper .swiper-container {
  padding-bottom: 0px;
}

.section-gal-wrapper .section-gal .slider-wrapper .swiper-container .swiper-pagination {
  bottom: 1rem;
}

.section-gal-wrapper .section-gal .gal-slider {
  font-size: 0px;
}

.section-gal-wrapper .section-gal .section-content {
  padding: 2rem;
}

.section-gal-wrapper .section-gal .section-content p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
}

.section-gal-wrapper .section-gal .section-content .color-line {
  transition: all .5s ease;
  position: absolute;
  width: 50%;
  left: 0px;
  right: 0px;
  height: 3px;
  top: -2px;
  background-color: #0098aa;
}

.section-gal-wrapper .section-gal .section-link .md-button {
  margin: 1rem 0px 0px;
  padding: 0.5rem 1.5rem;
}

.section-gal-wrapper .section-gal .section-link .md-button md-icon {
  line-height: 0.9;
}

.section-gal-wrapper .section-gal:hover {
  background-color: #F7F7F7;
}

.section-gal-wrapper .section-gal:hover .section-content .color-line {
  margin-left: 25%;
}
.section-full-width {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-full-width .section {
  position: relative;
  background-color: #AAAAAA;
}

.section-full-width .section .section-bg-image {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.section-full-width .section .section-content-wrapper {
  z-index: 1;
  color: #FFFFFF;
}

.section-full-width .section .section-content-wrapper .section-content {
  padding: 2rem;
}

.section-full-width .section .section-content-wrapper .section-content .header {
  font-weight: normal;
  font-size: 220%;
}

.section-full-width .section .section-content-wrapper .section-content p {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.tab-content {
  margin: 0rem -1rem;
}
.section-wrapper {
  padding: 1rem;
  transition: background-color .5s ease;
}

.section-wrapper .section {
  background-color: #F0F0F0;
  transition: background-color .5s ease;
}

.section-wrapper .section .section-header-image {
  overflow: hidden;
  font-size: 0px;
}

.section-wrapper .section .section-header-image img {
  transition: transform .5s ease;
}

.section-wrapper .section .section-content {
  padding: 1rem;
}

.section-wrapper .section .section-content h2 {
  color: rgba(0, 0, 0, 0.7);
}

.section-wrapper .section .section-content md-icon {
  width: auto;
  height: auto;
  margin: 0px;
}

.section-wrapper .section .section-content p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
}

.section-wrapper .section .section-content .color-line {
  transition: all .5s ease;
  position: absolute;
  width: 50%;
  left: 0px;
  right: 0px;
  height: 3px;
  top: -2px;
  background-color: #0098aa;
}

.section-wrapper .section .section-link .md-button {
  margin: 1rem 0px 0px;
}

.section-wrapper .section .section-link .md-button md-icon {
  line-height: 0.9;
}

.section-wrapper .section:hover .section-header-image img {
  transform: scale(1.2);
}

.section-wrapper .section:hover .section-content .color-line {
  margin-left: 25%;
}

.section-wrapper .section:hover .section-content h2 {
  color: #0198ab;
}

.section-wrapper:hover {
  background-color: #F0F0F0;
}
