.gallery-section img {
  width:100%;
}

.gallery-section.gallery_with_masonry .gallery-container > .column {
  margin-bottom: 20px;
}
.gallery-section.card_img_fix_height img {
  object-fit: cover;
  min-height: 248px;
  max-height: 248px;
}
.gallery-section .bototm_btn {
  margin-top: 50px;
}
.gallery-section .flex_row {
  row-gap: 20px;
}

.gallery-section .glide__bullets {
  position: relative;
  margin-bottom: 30px;
}

.gallery-section .item-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
  padding:20px;
}

.gallery-section .item {
  overflow: hidden;
  position: relative;
}

.gallery-section .item-info .tag-line {
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .2s;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0;
  padding-right: 0.75rem;
  z-index: 5;
}

.gallery-section .item:hover .tag-line {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.gallery-section .item .overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background:0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

.gallery-section .glide__arrow {
  transform: translateY(-40%);
  top: 40%;
}


.gallery-section .splide .splide__track {
  margin-bottom: 35px;
}


.gallery-section .splide button.splide__arrow {
    border-radius: 0;
    bottom: 30px;
    height: 30px;
    left: inherit;
    opacity: 1;
    right: 57px;
    transform: none;
    width: 80px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 500px;
    overflow: hidden;
}

.gallery-section .splide button.splide__arrow.splide__arrow--next {
    right: 20px; 
}
.gallery-section .splide__arrows .splide__arrow--prev{}
.gallery-section .splide__arrows {
  max-width: 1280px;
    position: relative; 
    margin: 0 auto; 
}

.gallery-section .splide__arrows .splide__arrow--prev:after,.gallery-section .splide__arrows .splide__arrow--next:before{
    border-left:2px solid;
    border-top:2px solid;
    color:#00263E;
    content:"";
    display:block;
    height:8px;
    left:65%;
    position:absolute;
    top:50%;
    transform:rotate(-45deg);
    transform-origin:0 0;
    width:8px
}
.gallery-section .splide__arrows .splide__arrow--prev:before{
  border-left: 2px solid;
    border-top: 2px solid;
    color: 00263E;
    content: "";
    display: block;
    height: 8px;
    left: 11px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    width: 8px;
}
}
.gallery-section .splide__arrows .splide__arrow--prev:before{
    opacity:1;
    transform:translateX(-7px) rotate(-45deg)
}
.gallery-section .splide__arrows .splide__arrow--prev:after{
    opacity:1;
    transform:translateX(15px) rotate(-45deg)
}
.gallery-section .splide__arrows .splide__arrow--next:after,.gallery-section .splide__arrows .splide__arrow--next:before{
    border-left:2px solid;
    border-top:2px solid;
    color:#00263E;
    content:"";
    display:block;
    height:8px;
    left:65%;
    position:absolute;
    top:50%;
    transform:rotate(135deg);
    transform-origin:0 0;
    width:8px
}
.gallery-section .splide__arrows .splide__arrow--next:before{
    opacity:1;
    transform:translateX(0) rotate(135deg)
}
.gallery-section .splide__arrows .splide__arrow--next:after{
    opacity:1;
    transform:translateX(-20px) rotate(135deg)
}
.gallery-section .splide__arrows .splide__arrow--prev:hover:before{
    animation:arrow-prev .5s
}
.gallery-section .splide__arrows .splide__arrow--prev:hover:after{
    animation:arrow-prev-2 .5s
}
.gallery-section .splide__arrows .splide__arrow--next:hover:before{
    animation:arrow .5s
}
.gallery-section .splide__arrows .splide__arrow--next:hover:after{
    animation:arrow-2 .5s
}


.widget-type-rich_text h1 {
    font-size: 65px;
}

@media (max-width:1299px) {
  .gallery-section .splide button.splide__arrow.splide__arrow--next {
    right: 35px;
  }
  .gallery-section .splide button.splide__arrow{
    right: 72px;
  }
}
@media (max-width:1180px) {
.widget-type-rich_text h1 {
    font-size: 50px;
}
  .gallery-section .glide__arrow.glide__arrow--left {
    left: 10px;
  }

  .gallery-section .glide__arrow.glide__arrow svg {
    width: 30px;
  }

  .gallery-section .glide__arrow.glide__arrow--right {
    right: 10px;
  }

  .gallery-section .glide .glide__arrow{
    width:30px;
    height:30px;
  }

}

@media (max-width:767px) {
  .gallery-section .bototm_btn {
    margin-top: 30px;
  }

}
@media (max-width:479px) {
  .gallery-section .splide .splide__arrows{
    display: block;
  }
}




