/*********** Banner ************/
.inner-banner {
    position: relative;
    width: 100%;
}
.inner-banner img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.inner-banner h4 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    color: #FFFFFF;
    font-family: 'Manrope-SemiBold';
    left: 4%;
    margin-bottom: 0px;
    z-index: 1;
}

@media (max-width: 600px) {
    .inner-banner h4 {
        font-size: 18px;
    }
}


/********* Completed Projects ***********/
.completed-section {
    margin-top: 60px;
    margin-bottom: 75px;
}
/* .completed-section ul {
    padding-left: 0px;
    list-style-type: none;
    display: grid;
    grid-template-columns: auto auto auto;
} */
/* .completed-section ul li {
    width: 33%;
} */
.completed-list {
    width: 90%;
    margin: auto;
    position: relative;
    cursor: pointer;
    height: 288px;
    transition: .5s ease-in-out;
    overflow: hidden;
}
.completed-list:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 63%;
    background: transparent linear-gradient(360deg, #000 0%, #00000096 65%, #0000 100%) 0% 0% no-repeat padding-box !important;
    bottom: 0;
}
.completed-list img {
    width: 100%;
    margin: auto;
    display: block;
    height: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}
.completed-list:hover img {
    transform: scale(1.2);
    transition: .5s ease-in-out;
}
/* .completed-list:after {
    content: '';
    transform: scale(0);
} */
/* .completed-list:hover:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 2%, rgba(0, 0, 0, 0.8) 2.01%, rgba(0, 0, 0, 0.9) 48.91%, rgba(0, 0, 0, 0.8) 101.64%);
    border: 1px solid #000000;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    outline: 1px solid #fff;
    outline-offset: -20px;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s ease-in-out;
    transform: scale(1);
} */

.prj-name {
    position: absolute;
    /* top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    z-index: 11;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 8%;
}
.prj-name h5 {
    color: #fff;
    font-size: 17px;
    font-family: 'Manrope-Bold';
    padding: 0px 20px;
    margin-bottom: 3px;
}
.prj-name span {
    font-size: 16px;
    color: #fff !important;
}
.prj-name h6 {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Manrope-Medium';
}
/* .completed-list:hover .prj-name h5, .completed-list:hover .prj-name span, .completed-list:hover .prj-name h6 {
    transition: .5s ease-in-out;
    opacity: 1;
} */
.py-30-px {
    padding-bottom: 30px;
    padding-top: 30px;
}
.py-30-px:nth-child(2)::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: -3px;
    top: 0;
}
.py-30-px:nth-child(2)::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    right: -3px;
    top: 0;
}
.py-30-px:nth-child(2), .py-30-px:nth-child(5), .py-30-px:nth-child(8) {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.py-30-px:nth-child(1), .py-30-px:nth-child(2), .py-30-px:nth-child(3), .py-30-px:nth-child(4), .py-30-px:nth-child(5), .py-30-px:nth-child(6) {
    border-bottom: 1px dashed #000;
}
.prj-name hr {
    border-color: #ffffff63;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 6px;
}

@media (max-width: 600px) {
    .py-30-px:nth-child(1), .py-30-px:nth-child(2),  .py-30-px:nth-child(3),  .py-30-px:nth-child(4),  .py-30-px:nth-child(5),  .py-30-px:nth-child(6),  .py-30-px:nth-child(7),  .py-30-px:nth-child(8) {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-bottom: 1px dashed transparent;
    }
    .py-30-px:nth-child(2)::after, .py-30-px:nth-child(2)::before { 
        display: none;
    }
    .completed-list {
        width: 100%;
    }
    .completed-section {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .py-30-px {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .py-30-px:nth-child(2), .py-30-px:nth-child(8) {
        border-right: 1px solid transparent;
        border-left: 1px solid #000;
    }
    .py-30-px:nth-child(5), .py-30-px:nth-child(3) {
        border-right: 1px solid #000;
        border-left: 1px solid transparent;
    }
    .py-30-px:nth-child(2)::after { 
        display: none;
    }
    .py-30-px:nth-child(4) {
        border-bottom: 1px dashed #000;
    }
}