/* SINGLE COMPLETED PROJECTS */



.single .single-img-div {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.single .w3-black,
.single .w3-hover-black:hover {
    color: #fff !important;
    background-color: #AB6E53 !important;
}

.single .w3-display-left {
    position: absolute;
    left: -20px;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%,-50%);
    background: #AB6E53;
}

.single .w3-display-right {
    position: absolute;
    right: -20px;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%,-50%);
    background: #AB6E53;
}

.single .w3-btn,
.single .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.single .w3-btn,
.single .w3-button {
    position: absolute;
    top: 50%;
    border: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 100% !important;

    transition: transform 0.45s cubic-bezier(.15, .75, .5, 1), 
                opacity 0.45s cubic-bezier(.15, .75, .5, 1);

    transform-origin: center center; 
}

.single .w3-btn:hover,
.single .w3-button:hover {
    transform: translate(0%, -50%) scale(1.15);
}


.single .single-img-div img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}


.single .main-content .home-specs .single-icon,
.single .main-content .home-specs .icon-number2 {
    display: flex;
    align-items: center;
}

.single .main-content .home-specs .icon-number2,
.single .main-content .home-specs .single-icon {
    margin-right: 5px;
}



@media only screen and (max-width: 999px) {
    .single .single-img-div {
        margin-bottom: 40px;
    }
    
    .single .single-img-div img {
        height: 500px;
    }    
 
}

@media only screen and (max-width: 690px) {
    
    .single .w3-btn, .single .w3-button {
        width: 36px;
        height: 36px;
        font-size: 16px;
        right: -15px;
    }

    .single .single-img-div img {
        height: 300px;
    }       
}