.project h2 {
    color: #fff;
}

.single-project .project-info {
    position: absolute;
    bottom: 15%;
    right: 13px;
    border-radius: 20px 0px 0px 20px;
    background: #ffffffed;
    padding: 20px;
    width: 85%;
}

.single-project .project-info h4 {
    font-size: 18px;
}

.single-project .project-info a {
    color: #ff8a01;
}

.single-project .project-info a img {
    display: inline;
    margin-left: 5px;
}

.portfolio-active {
    margin-left: -150px;
    margin-right: -150px;
}

.portfolio-area2 h2 {
    color: #fff;
}

.portfolio-active .single-project {
    position: relative;
}

.portfolio-active .slick-arrow {
    position: absolute;
    top: -124px;
    left: 70.5%;
    border: none;
    background: none;
    padding: 0;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    border: 2px solid #dba321;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #ff8a01;
}

.portfolio-active .slick-arrow:hover {
    background: #ff8a01;
    color: #fff;
}

.portfolio-active .slick-next {
    left: 73.5%;
}

.portfolio-box {
    width: 100%;
    height: 390px;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.portfolio-box img {
    height: 390px;
    max-width: 600px;
    margin-left: -150px;
}

.portfolio-box .caption {
    position: absolute;
    bottom: -150px;
    padding: 30px;
    width: 100%;
    background: #fff;
    transition: opacity .4s ease, visibility .2s ease;
    opacity: 0;
}

.portfolio-box:hover .caption {
    bottom: 0;
    opacity: 1;
}

.portfolio-box .caption .caption-text {
    position: relative;
}

.portfolio-box .caption .arrow-icon {
    position: absolute;
    right: 40px;
    top: 25%;
    font-size: 28px;
    color: #ff8a01;
}
