
/*portfolio section css*/
.portfolioSection{
  margin-top: 130px;
}
.portfolioSection .filtering .portfolioTitle{
  font-family: 'HelveticaNeue-regular';
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 69px;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.portfolioSection .filtering span {
  font-family: HelveticaNeue-Bold;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 16px;
  display: inline-block;
  padding: 19px;
  box-shadow: inset 0 0 0 1px #DADADA;
  margin-bottom: 24px;
  -ms-touch-action: manipulation;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: color 0.50s;
  background-image: none;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.portfolioSection .filtering span:last-child {
  margin: 0;
}
.portfolioSection .filtering .active {
  box-shadow: inset 0 0 0 1px #ff8f1c;
  color: #ff8f1c;
}
.portfolioSection .filtering span:hover{
  color:#ff8f1c;
}

.portfolioSection .filtering span::before,
.portfolioSection .filtering span::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.portfolioSection .filtering span::before,
.portfolioSection .filtering span::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.portfolioSection .filtering span::before {
  top: 0;
  left: 0;
}
.portfolioSection .filtering span::after {
  bottom: 0;
  right: 0;
}
.portfolioSection .filtering span:hover::before,
.portfolioSection .filtering span:hover::after {
  width: 100%;
  height: 100%;
}
.portfolioSection .filtering span:hover::before {
  border-right-color: #ff8f1c;
  transition:
    width 0.50s ease-out,
    height 0.50s ease-out 0.50s; 
}
.portfolioSection .filtering span::after {
  top: 0;
  left: 0;
}
.portfolioSection .filtering span:hover::before {
  border-top-color: #ff8f1c;
  border-right-color: #ff8f1c;
}
.portfolioSection .filtering span:hover::after {
  border-bottom-color: #ff8f1c;
  border-left-color: #ff8f1c;
  transition:
    height 0.50s ease-out,
    width 0.50s ease-out 0.50s;
}

.portfolioSection .clientsProjectSection .grid .grid-item {
  position: relative;
  overflow: hidden;
}
.portfolioSection .clientsProjectSection{
  margin-top: 76px;
}
.portfolioSection .clientsProjectSection .secondTabBox{
  margin-top: 62px;
}
.portfolioSection .clientsProjectSection .projectWraper:nth-child(1) {
  margin-bottom: 45px;
}
.portfolioSection .clientsProjectSection .projectWraper:nth-child(2) {
  margin-bottom: 45px;
}
.portfolioSection .clientsProjectSection .projectWraper:nth-child(3) {
  margin-bottom: 45px;
  margin-top: 0;
}
.portfolioSection .clientsProjectSection .projectWraper:nth-child(4) {
  margin-bottom: 45px;
  margin-top: 0;
}
.portfolioSection .clientsProjectSection .projectWraper:nth-child(5) {
  margin-bottom: 45px;
  margin-top: 0;
}
.portfolioSection .clientsProjectSection .projectWraper:nth-child(6) {
  margin-bottom: 45px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .portfolioSection .filtering span{
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .portfolioSection{
    margin-top: 50px;
  }
}
/*Responsive Start Here from mobile*/
@media (max-width: 576px) {

/*tab section*/
  .filtering, .grid-item{
    padding: 0px;
  }
  .portfolioSection .clientsProjectSection .secondTabBox{
    margin-top: 0px;
  }
 .portfolioSection .clientsProjectSection .projectTitle, .portfolioSection .clientsProjectSection .projectDis{
    text-align: center !important;
  }
  .portfolioSection .filtering .portfolioTitle{
    font-size: 36px;
    line-height: 48px;
  }
  .portfolioSection .filtering span {
    font-size: 16px;
    line-height: 24px;
  }

}