#PortfolioMain {
  text-align: center;
  padding: 30px 0;
}
.portfolio {
  background: #f5f5f5;
  padding: 50px 0;
}
/*.portfolio-hover {
    background: #F6F6F6;
    text-align: center;
    padding: 33px 0;
    border: 10px solid #fff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}*/
.portfolio-hover.portifolio-back2 {
  background: #ebf0f5;
}
.portfolio-hover.portifolio-back3 {
  background: #8687b4;
}
.portfolio-hover.portifolio-back4 {
  background: #e8e5e9;
}
.portfolio-hover.portifolio-back5 {
  background: #cfdee9;
}
.portfolio-hover.portifolio-back6 {
  background: #dedede;
}
.portfolio-hover.portifolio-back7,
.portfolio-hover.portifolio-back8,
.portfolio-hover.portifolio-back9 {
  background: #dcdcdc;
}
.image-portfolio {
  opacity: 1;
  backface-visibility: hidden;
  height: 331px;
}
.portfolio-view {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-view a {
  background: #fff;
  color: #444;
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
}
.portfolio-hover:hover .portfolio-view {
  opacity: 1;
}
.portfolio-text {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
}
.portfolio-hover:hover .image-portfolio {
  opacity: 1;
}
.portfolio-hover:hover .portfolio-text {
  opacity: 1;
}
.portfolio-text a {
  color: #434343;
  font-weight: bold;
}
.portfolio-text p {
  color: #bbbbbb;
  font-size: 13px;
}
.portfolio-text {
  padding-top: 10px;
  color: #000;
}
.portfolio-hover img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.portfolio-hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border-radius: 15px;
}
.portfolio-hover .portfolio-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-hover .portfolio-view {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  transition: all 0.2s ease-in-out;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.portfolio-hover:hover .portfolio-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio-hover {
  border: 10px solid #fff;
}
.portfolio-view i {
  background: #fff;
  color: #444;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
}
.slick-next:before {
  content: "\f105";
}
.slick-prev:before {
  content: "\f104";
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome\ 5 Free"; /*'FontAwesome';*/
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
.column {
  float: left;
  margin-bottom: 30px;
  display: none;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.show {
  display: block;
}
.btn-portfolio {
  border-radius: 10px;
  outline: none;
  padding: 5px 10px;
  background-color: white;
  cursor: pointer;
  margin-right: 10px;
  border: none;
  color: #434343;
}

.btn-portfolio:hover {
  background-color: #ee4d14;
  border: 1px solid #ee4d14;
  color: #fff;
}
.btn-portfolio.active {
  background-color: #ee4d14;
  color: white;
  border: 1px solid #ee4d14;
}
@media screen and (min-width: 1401px) and (max-width: 2200px) {
  #PortfolioMain {
    padding: 54px 0 51px 0;
  }
  .btn-portfolio {
    font-size: 18px;
    margin-right: 25px;
  }
  .btn-portfolio.active {
    padding: 12px 13px;
  }
  .portfolio {
    padding-top: 70px;
  }
  .portfolio-text a {
    font-size: 16px;
  }
  .portfolio-text {
    padding-top: 12px;
  }
  .portfolio-text p {
    font-size: 14px;
    margin: 7px 0;
  }
}
@media screen and (max-width: 425px) {
  .pointer.client-slider-prevarrow.slick-arrow,
  .pointer.client-slider-nextarrow.slick-arrow {
    margin-top: -50px;
  }
}
