.slider-main-image-animation {
  -webkit-animation: fade-in-bl 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bl 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bl {
  0% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bl {
  0% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
.fade-out-top {
  -webkit-animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("https://www.msha.gov/sites/default/files/images/loading2.gif") 50% 50% no-repeat rgb(249, 249, 249);
}

.portfolio-item {
  margin: 0;
  padding: 15px;
}
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 20px 0;
  padding: 0;
}
.portfolio-filter > li {
  display: inline-block;
  margin: 0 10px;
}
.portfolio-filter > li a {
  background: rgb(24, 122, 176);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  border: 0;
  color: #000 !important;
  padding: 8px 15px;
  -webkit-border-radius: 5px 0 5px 0;
  border-radius: 0 0 0 0;
}
.portfolio-filter > li a:before {
  background: #fff;
}
#wrapper .portfolio-filter > li a:hover,
#wrapper .portfolio-filter > li a.active {
  color: #fff !important;
  background: rgb(24, 122, 176);
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolioContainer .slick-track {
  margin-left: 0;
  margin-right: 0;
}
/*Custom hover class slider item*/
.hover-active {
  filter: none;
  transition: 0.7s;
}
.not-active {
  filter: grayscale(100%);
  transition: 0.7s;
}

.active-scale-img {
  transform: scale(1.05);
  box-shadow: 0px 2px 20px 2px rgb(115 177 211);
  transition: 0.5s;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #187ab0 !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  box-shadow: 0px 2px 20px 2px rgb(115 177 211) !important;
}
.portfolioTitle h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #187ab0;
}
.section-fullpage {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: auto !important;
}
.portfolio-main {
  width: 60% !important;
  padding: 0 15px;
}
.portfolio-main-row {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
img.size-full.alignnone {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .row-section-content {
    flex-direction: column;
  }
  .row-section-content .portfolio-main-row {
    width: 100% !important;
  }
  .row-section-content .second-row-wrapper {
    width: 100% !important;
  }
  .row-section-content .second-row-wrapper .portfolioContainer {
    display: none;
  }
  .portfolio-main-2 {
    flex-direction: column;
    width: 100% !important;
  }
  .portfolioContainer-2 {
    display: none;
  }
  .portfolio-main-2 .portfolioFilter {
    width: 100% !important;
    padding-top: 20px;
  }
  .second-row-wrapper {
    padding-top: 20px;
  }
  .text-0c9f h3 {
    font-size: 28px;
  }
  .portfolioTitle h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 576px) {
  .section-1 .text-box {
    right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .portfolio-main-2 .portfolioFilter {
    width: 60% !important;
  }
  .row-section-content .portfolio-main-row {
    width: calc(720px / 2) !important;
  }
  .row-section-content .second-row-wrapper {
    width: calc(720px / 2) !important;
  }
  .col-banner-content {
    padding-right: 0;
  }

  /* .section-banner .is-full-height {
    height: 100vh !important;
  } */
}
@media screen and (min-width: 992px) {
  .row-section-content .portfolio-main-row {
    width: 35% !important;
  }
  .row-section-content .second-row-wrapper {
    width: 65% !important;
  }
  .portfolio-main-2 .portfolioFilter {
    width: 40% !important;
  }

  .portfolioTitle {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .section-1 .text-box {
    right: 0%;
  }
  .section-1 .banner-layers.container {
    max-width: 1140px;
  }
  .section-1 .text-box {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .section-1 .fp-tableCell {
    padding-top: 0px;
  }
  .fp-tableCell {
    vertical-align: middle !important;
    padding-top: 20px;
  }
  .portfolio-main.portfolio-main-2 .slick-list {
    height: 300px !important;
  }
  .portfolio-main.portfolio-main-2 .slick-list img {
    height: 300px !important;
    width: 600px;
  }

  .row-section-content .portfolio-main-row img {
    height: 500px;
  }
  .row-section-content .portfolio-main-row {
    height: 500px;
  }
}
.row-section-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-content: center;
}
#fp-nav ul li .fp-tooltip {
  color: #187ab0 !important;
}
html,
body {
  overflow-x: hidden !important;
}
.portfolioTitle {
  text-align: justify;
}
.portfolioTitle p {
  font-family: "Inter";
  font-size: 16px;
  color: #000;
  line-height: 140%;
  display: none;
}

.slick-initialized .slick-slide {
  padding-bottom: 0 !important;
  float: left;
  height: 100%;
  min-height: 1px;
}
