.text-white {
  color: #fff!important;
}
.tabs-portfolio ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
  margin-top: 10px;  
}
.tabs-portfolio.tabs-portfolio-mainstyle ul.tabs li {
  margin: 0 5px;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: uppercase!important;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block!important;
  border: 0!important;
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.tabs-portfolio.tabs-portfolio-mainstyle ul.tabs li.active {
  color: !important;
  border: 0!important;
  font-weight: 600;
}
.tabs-portfolio.tabs-portfolio-mainstyle ul.tabs li:hover {
  color: !important;
}
.tabs-portfolio.tabs-portfolio-mainstyle .portfolio-content img {
  width: 100%!important;
  min-height: 225px!important;
  max-height: 225px;
  height: 100%!important;
  object-position: center;
  object-fit: cover;
}
.tabs-portfolio.tabs-portfolio-mainstyle .portfolio-content {
	position: relative;
  width: 100%;
  min-height: 225px;
  max-height: 225px;
  height: 100%!important;
  margin: auto;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  transition-duration: 0.6s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.tabs-portfolio.tabs-portfolio-mainstyle .portfolio-content:hover {
  transform: scale(1.05);
}
.tabs-portfolio.tabs-portfolio-mainstyle .portfolio-content .content-overlay {
  position: absolute;
  min-height: 225px!important;
  max-height: 225px;
  height: 100%!important;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.tabs-portfolio.tabs-portfolio-mainstyle .portfolio-content .content-overlay {
  background-image: linear-gradient(180deg, #f2832de0, #f2832de0);
}
/* .tabs-portfolio .portfolio-content.portfolio-style3 .content-overlay {
  background: transparent linear-gradient(180deg,#ffffff00,#f2832d85,#f2832d);    
} */
.tabs-portfolio.tabs-portfolio-mainstyle .portfolio-content .tab-content-absolute {
  position: absolute;
  top: 50%;
  bottom: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}
.portfolio-content:hover .content-overlay {
  opacity: 1!important;
}
.portfolio-content:hover .tab-content-absolute {
  opacity: 1!important;
}
.tabs-portfolio.tabs-portfolio-mainstyle .content-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;  
}
.tabs-portfolio a.content-link {
  color: #fff!important;
  text-decoration: none!important;
}
.tabs-portfolio.tabs-portfolio-mainstyle .content {
  display: inline-flex;
  text-align: center;
}
.tabs-portfolio.tabs-portfolio-mainstyle .content .content-text {
  font-weight: 700;
  font-size: 18px;
}
.tabs-portfolio.tabs-portfolio-mainstyle .content .content-icon{
  margin-left: 10px;
  margin-top: 5px;
  height: 15px;
  width: 15px;
  fill: #fff!important;
}
.tab_accordion_heading { display: none; }
.tabs-portfolio .portfolio-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-flow: row wrap !important;
  -moz-flex-flow: row wrap !important;
  -webkit-flex-flow: row wrap !important;
  -o-flex-flow: row wrap !important;
  justify-content: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}
.tabs-portfolio.tabs-portfolio-mainstyle .flex-item {
  flex-basis: 25%;
  -moz-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -o-flex-basis: 25%;
  padding: 10px;
  height: 100%;
}
@media (max-width: 950px) {
  .tabs-portfolio .flex-item {
  flex-basis: 50%;
  -moz-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -o-flex-basis: 50%;
  padding: 10px;
  }  
}
@media (max-width: 550px) {
  .tabs-portfolio .flex-item {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -o-flex-basis: 100%;
  padding: 10px;
  }
  .tabs-portfolio .portfolio-content .tab-content-absolute {
    padding: 0 20px;
  }
}