body {
  opacity: 0;
}
body.ready {
  opacity: 1;
  transition: 0.5s opacity;
}
#top-header-content h2{line-height: 1.2; word-break: keep-all;margin: 0;}
@media(min-width: 991px) {

  #top-header-content h2{
    /* font-size: 1.5em !important; */
  }
}
.scroll-top-arrow,
.scroll-top-arrow:focus {
  background: black;
}
.scroll-top-arrow:hover {
  background: grey;
}
.ti-mouse {
  color: black;
}
#main-title-banner {
  margin-bottom: 15%;
}
/* HOME */
.blog-post-style4 figure figcaption, .hover-option4 .grid-item figcaption {
  padding: 10% !important;
}
.blog-post-style4 figure figcaption h6.fig-title, .hover-option4 .grid-item figcaption h6.fig-title {
  font-size: 1.3em;
  white-space: nowrap;
}
.blog-img img {
  width: 100%;
  max-width: none;
}
.steps-holder {
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.steps-holder > h2 {
  line-height: 1;
  font-family: "Do Hyeon", sans-serif;
  margin-bottom: 20px;
}
.step-item {
  border-radius: 50%;
  position: relative;
  width: calc(100% / 3);
  max-width: 165px;
  border: solid 1px #e1e1e1;
}
.step-item:hover {
  border-color: #0973ba !important;

}
#seemore {
  padding: 10px 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.blog-post-style4 figure figcaption {
    padding: 45px !important;
    bottom: 0px !important;
    position: absolute !important;
    background: rgba(0,0,0,.85) !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -ms-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
}
@media (max-width: 991px) {
  .step-item {
    max-width: 165px;
    margin: 0 3%;
  }
  .step-items-holder {
    justify-content: flex-start !important;
  }
}
.step-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.step-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sidebar-wrapper .portfolio-grid.work-4col li, .blog-grid.blog-4col li, .blog-grid.blog-3col li {
    width: 50%;
  }
  .portfolio-grid.gutter-medium li, .blog-grid.gutter-medium li, .portfolio-grid.gutter-large li, .blog-grid.gutter-large li {
    padding: 7px;
  }
  .mobile-height .full-screen {
    height: 70vh !important;
  }

  .swiper-button-black-highlight {
    padding: 8px;
    font-size: 1em;
  }

    .blog-post-style4 figure figcaption h6.fig-title, .hover-option4 .grid-item figcaption h6.fig-title {
      font-size: 1.1em;
    }

}
