.hr-portfolio-bg{
    position: relative;
    z-index: 1;
}
.hr-portfolio-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .4;
}
.hr-portfolio-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 65%;
    width: 100%;
    z-index: -2;
    background-color:#2a2a2a
}
.mb-65 {
    margin-bottom: 65px;
}
.hr-portfolio-item{
    position: relative;
}
.zoom .img-zoom {
    overflow: hidden;
}
.zoom .img-zoom img {
    transition: all 1.3s ease;
}
.zoom:hover .img-zoom img {
    transform: scale(1.15) rotate(2deg);
}
.hr-portfolio-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center;
    transition: all .5s ease-in-out;
    align-items: center;
}
.hr-portfolio-item:hover .hr-portfolio-content {
    transform: perspective(400px) rotateX(0deg);
}
.hr-portfolio-content span {
    display: block;
    font-weight: 600;
    color: var(--color-3);
    margin-bottom: 12px;
}
.hr-portfolio-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 20px;
    color: var(--white);
    transition: all .3s ease-out 0s;
}
.hr-portfolio-title a{
    color: #fff;
}
.hr-portfolio-item-arrow a {
    border-radius: 50%;
    transition: .3s;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    background-color: var(--color-3);
}
.hr-portfolio-item-arrow a:hover {
    color: var(--color-4);
    background-color: var(--white);
}
.hr-portfolio-item:hover:after {
    height: 100%;
}
.hr-portfolio-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    background: linear-gradient(180deg, rgba(15, 49, 58, 0), #0f313a);
}
.hr-portfolio-item:hover:after {
    height: 100%;
}
.hr-portfolio-slider.owl-theme .owl-nav {
    position: absolute;
    top: -155px;
    right: 180px;
}
.hr-portfolio-slider.owl-theme .owl-nav [class*=owl-] {
    color: var(--color-4);
    font-size: 15px;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all ease 0.7s;
}
.hr-portfolio-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--color-3);
    color: #fff;
}
.owl-carousel.owl-drag .owl-item{
    width: 312px!important;
}
@media(max-width:991px){
    .hr-portfolio-slider.owl-theme .owl-nav{
        top: -140px;
    }
}
@media(max-width:767.98px){
    .hr-portfolio-slider.owl-theme .owl-nav{
        right: 0;
    }
}