.section-header {
  margin-bottom: 45px;
  text-align: center;
}
.gallery-header {
  background-color: #f5f5f5;
  padding-top: 70px;
}
.gallery-section .portfolio-categories {
  padding-left: 0;
  padding-bottom: 55px;
  text-align: center;
}
.gallery-section .portfolio-categories li {
  display: inline-block;
  margin-right: 10px;
}

.entry-content ul li, .entry-content ol li {
  line-height: 22px;
}
ul#filters {
  display: flex;
  justify-content: center;
}
ul#filters li {
  list-style-type: none;
  padding: 0px 2px;
}

.gallery-section .portfolio-categories li a:hover, .gallery-section .portfolio-categories li a:focus {
  background-color: #f77f43;
  border-color: #f77f43;
  color: #fff;
}

.portfolio-categories li a {
  border: 3px solid #afafaf;
  color: #232323;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 7px 24px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  cursor: pointer;
}

i.fa.searchSvg svg {
  fill: white;
  width: 16px;
}
/* gallery Section */


.gallery-section .portfolio-list {
  margin-bottom: 0;
}

.no-left-padding {
  padding-left: 0;
}
.gallery-section .portfolio-list li {
  list-style: none;
}

.entry-content ul li, .entry-content ol li {
  line-height: 22px;
}
.no-padding {
  padding: 0;
}
.gallery-section .content-image-block {
  position: relative;
}
.gallery-section .content-image-block::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.651);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/* .gallery-section .content-image-block img {
min-height: 150px;
} */
.gallery-section .content-block-hover {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  padding: 35px;
}
.gallery-section .content-image-block::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.271);
  border: 1px solid #fff;
  left: 15px;
  right: 15px;
  top: 15px;
  opacity: 0;
  bottom: 15px;
  position: absolute;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.gallery-section .content-block-hover > a {
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.gallery-section .content-block-hover > a i {
  width: auto;
  height: auto;
  margin-left: 0;
  line-height: normal;
  vertical-align: baseline;
}

i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}
.icon {
  font-family: 'Stroke-Gap-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-section .content-block-hover h5, .gallery-section .content-block-hover h5 a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.72px;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.gallery-section .content-block-hover span {
  color: #afafaf;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 28px;
  text-transform: uppercase;
}

/* hover */
.gallery-section .content-image-block:hover::before {
  opacity: 1;
}
.gallery-section .content-image-block:hover::after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.gallery-section .content-block-hover span a::after {
  position: absolute;
  content: ",";
  right: 0;
  font-size: 16px;
  bottom: 0;
}
.gallery-section .content-block-hover span a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 12px;
  padding-left: 8px;
}
.gallery-section .content-block-hover span a:hover {
  color: #f77f43;
}
.gallery-section .portfolio-list li {
  list-style: none;
}

.entry-content ul li, .entry-content ol li {
  line-height: 22px;
}
.gallery-section .content-image-block:hover .content-block-hover {
  opacity: 1;
}
/* flex img */
.portfolio-list-flex {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.portfolio-list-data {
  width: 25%;
}

.content-image-block img {
  width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

#lightbox {
  display: flex;
  flex-direction: column-reverse;    
}
.lb-data .lb-caption {
  text-transform: capitalize;
}
.gallery-section .content-block-hover > a:hover {
  border-color: #f77f43;
}
.gallery-section .content-block-hover a:hover i.fa.searchSvg svg{
  fill: #f77f43;
}

.lb-outerContainer .lb-close {
  position:absolute;
  right: -30px;
  top: -30px;
}
/* .lb-data .lb-close {
    background:url(https://www.computan.com/hubfs/close.png) top right no-repeat !important;
} */
@media only screen and (max-width: 767px) {
  .gallery-header {
    padding-top: 50px;
}
  ul#filters {
    flex-wrap: wrap;
  }
  ul#filters li {
    margin: 5px 0px 5px 0px;
    padding: 0px 5px;
  }
  .portfolio-list-data {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .portfolio-list-data {
    width: 100%;
  }
}



