
/* :: Portfolio Area CSS */
.pixel-projects-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; 
}
  .pixel-projects-menu .btn {
    padding: 10px 20px;
    background-color: transparent;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #969696;
    border-radius: 50px;
    border: 2px solid transparent; 
  }
    .pixel-projects-menu .btn.active, .pixel-projects-menu .btn:focus {
      box-shadow: none;
      color: #ff7902;
      border-color: #ff7902;
    }

.single_gallery_item {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2;
  width: 33.3333334%;
  overflow: hidden;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (max-width: 767px) {
    .single_gallery_item {
      width: 100%; 
    } 
  }

  .single_gallery_item img {
    width: 100%;
    -webkit-transition-duration: 2000ms;
    -o-transition-duration: 2000ms;
    transition-duration: 2000ms; 
  }
  .single_gallery_item .hover-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 121, 2, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
  }
    .single_gallery_item .hover-content .zoom-img {
      display: inline-block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #ffffff;
      font-size: 20px;
      margin-bottom: 30px;
      color: #ffffff;
      line-height: 46px;
      margin-top: -15px;
      opacity: 0;
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms; 
    }
    .single_gallery_item .hover-content h4 {
      margin-bottom: 0;
      color: #ffffff; 
    }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_gallery_item .hover-content h4 {
          font-size: 20px; 
          }
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_gallery_item .hover-content h4 {
          font-size: 16px; 
          } 
        }
      @media only screen and (max-width: 767px) {
        .single_gallery_item .hover-content h4 {
          font-size: 16px; 
        } 
      }

  .single_gallery_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single_gallery_item:hover .hover-content {
    opacity: 1;
    visibility: visible; }
    .single_gallery_item:hover .hover-content .zoom-img {
      margin-top: 0;
      opacity: 1; 
    }

@media only screen(max width:600px){
  .carousel-inner{
    border-color: #fff;
    background-color: #fff;
  }
}

/*logo*/
.test {
  position: relative;
  display: inline-block;
  margin: 20px;
  max-width: 190px;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.test *,
.test:before,
.test:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.test:before,
.test:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #bbb;
  border-color: transparent #bbb;
}

.test img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}
 
.test i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.test a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.test:hover:before,
.test.hover:before,
.test:hover:after,
.test.hover:after {
  border-width: 10px;
}

.test:hover:before,
.test.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.test:hover:after,
.test.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* Demo purposes only */

body {
  text-align: center;
}