/*-----------------------------
** Project Gallery Area Start
------------------------------*/
.project-gallery {
  padding: 50px 0px 90px;
  position: relative; }
  .project-gallery .shape {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 500px;
    z-index: -9; 
    }
  .project-gallery-filter{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .project-gallery .project-gallery-filter .project-gallery-menu {
    margin-bottom: 24px;
    padding-left: 0px; }
    .project-gallery .project-gallery-filter .project-gallery-menu .filter {
      margin-bottom: 7px;
      margin-left: 5px;
      margin-right: 5px;
      list-style: none;
      display: inline-block;
      padding: 12px 30px;
      border-radius: 50px;
      cursor: pointer; 
        border: 2px solid #4dade1;
      }
      .project-gallery .project-gallery-filter .project-gallery-menu .filter.active, .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover {
        color: #fff;
        background-image: -moz-linear-gradient(55deg, #0281c8 0%, #6abdeb);
        background-image: -webkit-linear-gradient(55deg, #0281c8 0%, #6abdeb);
        background-image: -ms-linear-gradient(55deg, #0281c8 0%, #6abdeb); 
        border: 2px solid #ffffff;
        }
  .project-gallery .project-gallery-item .gallery-item .item-thumbnail {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
    .project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay {
      position: absolute;
      top: 7%;
      left: 5%;
      width: 0%;
      height: 86%;
      background: rgba(255, 255, 255, 0.95);
      -webkit-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
      -moz-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
      -o-transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
      transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25); }
      .project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a {
        position: absolute;
        right: 5%;
        top: 10%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        border: 1px solid #555;
        text-align: center;
        font-size: 20px;
        color: #555;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        visibility: hidden; }
        .project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a:hover {
          background: #fff;
          color: #9191ff; }
        .project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a.image-preview {
          margin-right: 12px; }
      .project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info {
        position: absolute;
        bottom: 10%;
        left: 10%;
        overflow: hidden; }
        .project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info .tag {
          margin-bottom: 0px;
          color: #555;
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        .project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info .project-name {
          font-size: 18px;
          line-height: 28px;
          font-weight: 600;
          margin-top: 0px;
          color: #242424;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(50px);
          -ms-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
    .project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay {
      opacity: 1;
      width: 90%; }
      .project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .links a {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
      .project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .info .tag {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
      .project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .info .project-name {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; }

.mix{display: none;}
/*-----------------------------
** Project Gallery Area End
------------------------------*/