.our-projects {position: relative;}

.project-block-one {position: relative;padding: 0 1px;}

.our-projects.style-two .project-block-one {position: relative;padding: 0 15px;margin-bottom: 30px;}

.project-block-one .inner-box {position: relative;}

.project-block-one .image {position: relative;overflow: hidden;}

.project-block-one .image img {width: 100%;transition: all 8s cubic-bezier(0, 0, 0.2, 1);transition-delay: .2s;display: block;transform: scale(1.05);}

.project-block-one .inner-box:hover .image img {-webkit-transform: scale(1.4);transform: scale(1.4);}

.project-block-one .overlay {position: absolute;left: 0;top: 0;width: 90%;height: 100%;padding:5%;}

.project-block-one .overlay:before {position: absolute;content: '';background: #222;left: 0;top: 0;right: 0;bottom: 0;transform: scale(0,1);transition: all .5s linear;}

.project-block-one .inner-box:hover .overlay:before {transform: scale(1,1);opacity: .1;}

.project-block-one .overlay a {position: absolute;left: 50%;top: 50%;color: #fff;transform: translate(-50%,-50%) scale(.5);transition: .5s linear;opacity: 0;transition-delay: .4s;width: 70px;height: 70px;text-align: center; text-decoration:none;line-height: 70px;background: #e7222c;border-radius: 50%;}
.project-block-one .overlay img { width:53px; margin:20px 10px;}

.project-block-one .inner-box:hover .overlay a {transform: translate(-50%,-50%) scale(1);opacity: 1;transition-delay: 0s;}

.project-block-one .overlay h5{position: relative;font-size: 18px;font-weight: 500;color: #fff;text-transform: uppercase;letter-spacing: 7px;display: inline-block;transition: .5s ease;transform: rotate(-90deg) translateX(-100%);transform-origin: 0 0;width: max-content;}

.project-block-one .inner-box:hover .overlay h5 {letter-spacing: 30px;opacity: 0;}

.project-block-one .overlay h5:before {position: absolute;content: '';background: #fff;height: 1px;width: 60px;left: -80px;top: 12px;transform: translate(-10px);}

.project-block-one .lower-content {position: relative;text-align: center;padding: 31px 0;}

.project-block-one .lower-content h3 {font-size: 24px;}

.project-block-one .lower-content h3 a {color: #0089d1;transition: .5s ease;}

.project-block-one .lower-content h3 a:hover {color: #f57f4b;}

.our-projects .owl-carousel .owl-stage {margin: 0 -1px;}

