@charset "utf-8";
/* CSS Document */

/*--------------------------
*	   Start  Project Page
-----------------------------*/

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.single-project-two-item {
  margin-bottom: 30px;
}
.single-project-two-item .image {
  position: relative;
}
.single-project-two-item .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(50, 50, 50, 0.85);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.single-project-two-item .image a {
  color: #fff;
  font-size: 48px;
  position: absolute;
  left: calc(50% - 30px);
  z-index: 1;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.single-project-two-item .content {
  text-align: center;
  overflow: hidden;
  padding-bottom: 17px;
  background: #f9f9f9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.single-project-two-item .content h5 {
  margin-top: 17px;
  margin-bottom: 0;
  color: #212121;
}
.single-project-two-item .content h5 a {
  color: #212121;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.single-project-two-item .content span {
  text-transform: uppercase;
  color: #727272;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.single-project-two-item:hover .image::before {
  opacity: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-project-two-item:hover .image a {
  bottom: calc(50% - 35px);
  opacity: 1;
}
.single-project-two-item:hover .content {
  background: #09bee0;
}
.single-project-two-item:hover .content h5 a {
  color: #fff;
}
.single-project-two-item:hover .content h5 a:hover {
  color: #212121;
}
.single-project-two-item:hover .content span {
  color: #fff;
}
.single-preject-item {
  padding-left: 3px;
  padding-right: 3px;
  display:inline-block;
  padding-bottom: 6px;
}
.single-preject-item .media {
  position: relative;
}
.single-preject-item .media::before {
  background: rgba(50, 50, 50, 0.85);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-180deg) scale(.5);
  -ms-transform: rotate(-180deg) scale(.5);
  -o-transform: rotate(-180deg) scale(.5);
  -moz-transform: rotate(-180deg) scale(.5);
  transform: rotate(-180deg) scale(.5);
}
.single-preject-item .content {
  position: absolute;
  height: 115px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  text-align: center;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(-90deg) scale(.3);
  -ms-transform: rotate(-90deg) scale(.3);
  -o-transform: rotate(-90deg) scale(.3);
  -moz-transform: rotate(-90deg) scale(.3);
  transform: rotate(-90deg) scale(.3);
}
.single-preject-item .content h3 {
  margin-bottom: 5px;
  margin-top: 0;
}
.single-preject-item .content h3 a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.single-preject-item .content h3 a:hover {
  color: #09bee0;
}
.single-preject-item .content span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #969595;
}
.single-preject-item .content .zoom {
  padding-top: 20px;
}
.single-preject-item .content .zoom a {
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin: 5px;
  display: inline-block;
}
.single-preject-item .content .zoom a i {
  font-size: 20px;
  padding-top: 8px;
  display: block;
}
.single-preject-item .content .zoom a:hover {
  color: #09bee0;
}
.single-preject-item:hover .media::before {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.single-preject-item:hover .content {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.project-body .magnific-all {
  padding: 0 12px;
}
.project-two-parent {
  background: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: scale(0.2);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.2);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*


@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
/* Large Desktops */
@media (min-width: 1800px) {

  .single-project-two-item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-project-two-item img {
    width: 100%;
  }
 
}






/* Large Desktops */

/* Portrait tablets and medium desktops */
@media (max-width: 1024px) {
  
  .single-preject-item .media img {
    width: 100%;
  }
  .project-detail-body {
 

}

/* End 768 */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  
  
}
@media (max-width: 667px) {
 
  
}
/* Phone Standard Width */
@media (max-width: 480px) {
  
    .single-preject-item .media {
        min-height: 130px;
    }
    .single-preject-item .content .zoom {
        padding-top: 5px;
    }
    .single-preject-item .content .zoom a i {
        padding-top: 6px;
    }
    .single-preject-item .content .zoom a {
        width: 40px;
        height: 40px;
    }
}
/* Extra smaller */

/* iPhone 4s and Smaller Screen */
