/* CSS for portfolio */
.eps-portfolio h1{
   font-family: 'gilroybold';
    
}
.portfolio-banner-area {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/portfolio-banner.jpg);
    height: 100vh ;
    overflow: hidden;
}
.p-90-60{
    padding: 90px 0 60px;
}
.stats{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
    box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
    background-image: url(../images/bubbles.png);
}
.bg-animation {
    -webkit-animation: bg-animation 25s ease-in-out infinite;
    animation: bg-animation 25s ease-in-out infinite;
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}
@keyframes bg-animation {
    0% {
        background-position: top;
    }
    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}
.margin-top-100{
  margin-top: 100px;
}
.margin-left-15{
  margin-left: 15px;
}
.common-padding-75{
  padding-top: 75px; 
  padding-bottom: 75px;
}
.ashan-portfolio h1{
  color: #064568;
}
.ashan-portfolio h1 span{
  color: #e53935;
}
.spring-sense{
  background-color: #d0de8a;
  overflow: hidden;
}
.spring-sense h1{
 color: #617309; 
}
.spring-sense h1 span{
  color: #14365a;
}
.myfollow-up h1{
  color: #38957a;
}
.myfollow-up h1 span{
  color: #424a6f;
}
.swissta{
  background-color: #242d6b;
  overflow: hidden;
}
.swissta h1{
  color: #d2d8ff;
}
.swissta h1 span{
  color: #fff;
}
.vegafit h1{
  color: #6e8e82
}
.vegafit h1 span{
  color: #6d3bc1;
}
.festa{
  background-color: #a51536;
  overflow: hidden;
}
.festa h1{
  color: #fff;
}
.love-app h1{
  color: #058272;
}
.love-app h1 span{
  color: #f50875;
}
.filafil{
  background-color: #2662ff;
  overflow: hidden;
}
.filafil h1{
  color: #fff;
}
.hobo h1{
  color: #f05151;
}
.hobo h1 span{
  color: #111;
}
.filterDiv{
  display: none;
}
.port-btn{
    display: inline-block;
    font-size: 18px;
    border-radius: 30px;
    background-color: transparent;
    color: #0f4fa6;
    outline: none;
    padding: 10px 20px;
    margin-right: 15px;
    transition: 0.5s;
    border: 2px solid #337bdd;
}
.port-btn:hover{
    background-color: #0f4fa6;
    color: #fff;
}
.port-btn.active-btn{
    background-color: #337bdd;
    font-weight: bold;
    color: #fff;
}
.show {
  display: block;
}
.mten-tek{
  background-color: #ffc825;
  overflow: hidden;
}
.mten-tek p{
  color: #333;
}
.air-filter-pro h1 span{
  color: #3aa641;
}
.dover-cosmetics{
  background-color: #262e33;
  overflow: hidden;
}
.dover-cosmetics h1{
  color: #fff;
}
.dover-cosmetics h1 span{
  color: #a863a4;
}
.militakiri h1 span{
  color: #9d4412;
}
.ashan-website{
  background-color: #1c1d48;
  overflow: hidden;
}
.ashan-website h1{
  color: #fff;
}
.mental-health h1 span{
  color: #24aae0;
}

@media (min-width: 768px) and (max-width: 1199.9px){
  .portfolio-banner-area {
    background-position: 10% 50%;
  }
}
@media (max-width: 767px){
  .portfolio-banner-area {
    background-position: 15% 50%;
  }
  .port-btn {
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}