.gallery-style-two {
  padding: 50px 0;
  background-color: #fffdf7
}
.gallery-style-two-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.gallery-style-two-title h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  color: #000000
}
.gallery-style-two-title .border-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #1975e3
}
.gallery-style-two-title .border-btn:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 1px;
  transition: all ease 0.4s;
  background-color: #1975e3
}
.gallery-style-two-title .border-btn:hover {
  color: #f8a335
}
.gallery-style-two-title .border-btn:hover:before {
  background-color: aliceblue
}
.gallery-style-two-warp {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 5px
}
.gallery-style-two-warp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: all ease 0.3s;
}
.gallery-style-two-warp:hover img {
  transform: scale(1.1)
}
.gallery-style-two-warp.image-one img {
  height: 585px
}
.gallery-style-two-warp.image-two img {
  height: 270px
}
.gallery-style-two-warp.image-three img {
  height: 295px
}
.home-gallery .owl-carousel .owl-nav button.owl-next, .home-gallery .owl-carousel .owl-nav button.owl-prev {
  position: fixed;
  top: 50%;
  left: 20px;
  background-size: 15px auto;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 100%
}
.home-gallery .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px
}


.home-gallery {
  text-align: center;
}
.gallery-list-popup .full-iframe.doc-file {
  height: calc(100vh - 100px);
  width: 800px;
}
.gallery-list-popup .owl-carousel .owl-item img, .gallery-list-popup img {
  width: 800px !important;
  height: auto !important;
}
.image-two .full-iframe {
  height: 265px;
}
.image-three .full-iframe {
  height: 290px;
}
.image-one .full-iframe {
  height: 580px;
}