.project-signle {
    position: relative;
    overflow: hidden;
}

.project-video {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    right: 0;
    width: auto;
    height: 22px;
    z-index: 999;
}

.project-box .project-title {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: block !important;
    left: auto;
    margin-right: 10px;
    z-index: 1;
}

.project-video a i:before {
    font-size: 51px;
    color: #fff;
}

.project-video a {
    opacity: 0;
}

.project-signle:hover .project-video a {
    opacity: 1;
}

.project-signle:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    margin-top: 999px;
}

.project-signle:hover.project-signle:after {
    margin-top: 0;
}

.project-video a:hover i:before {
    color: #0b5be0;
}

.slick-list .project-signle {
    margin: 0 15px;
}

.project-hadding h2 {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    margin: 0;
    line-height: 33px;
}

.project-hadding span {
    font-size: 18px;
    text-transform: uppercase;
    color: #0b5be0;
    padding-bottom: 15px;
    display: block;
    font-weight: 300;
}

.project-haddings {
    margin-bottom: 60px;
}

.project-boxs {
    margin-top: 95px;
}

.project-menu ul {
    margin: 0;
    padding: 0;
}

.project-menu ul li {
    display: inline-block;
    padding: 11px 25px;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 6px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    cursor: pointer;
}

.project-box .right {
    float: right;
}

.project-menu ul li:hover {
    background-color: #0b5be0;
    color: #fff;
}

.project-menu ul li.active {
    background: #0b5be0;
    color: #fff;
}

.project-haddings .left {
    flex-grow: 1;
}

.project-boxs .item.col-12.col-md-4.col-lg-4.col-xl-4 {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.project-title a.theme-button {
    background-color: #fff;
    color: #000000;
    min-width: 260px;
    margin-top: 24px;
    text-align: center;
}

.project-title a.theme-button i:before {
    color: #0b5be0;
}

.project-title a.theme-button:hover {
    background-color: #0b5be0;
    color: #fff;
}

.project-title a.theme-button:hover i:before {
    color: #fff;
}

.project-style-three .project-signle:after {
    content: unset;
}

.pro-left {
    float: left;
    padding: 9px 0;
}

.pro-right {
    float: right;
}

.pro-left h2 {
    font-size: 18px;
    color: white;
    margin: 4px 0 0;
    text-transform: capitalize;
    font-weight: 600;
}

.pro-left ul {
    padding: 0;
    color: white;
    list-style: none;
    margin: 0;
    position: absolute;
}

.pro-left ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    color: #ffffff;
    margin-right: 5px;
    position: relative;
}

.pro-left ul li:after {
    content: "-";
    font-size: 14px;
    left: 0;
    margin-left: 3px;
}

.pro-left ul li:last-child:after {
    content: "";
}

.project-box .project-content {
    overflow: hidden;
    padding: 0 18px;
    padding-right: 0;
    background: #004623;
    color: white;
    z-index: 99;
}

.pro-right a>i:before {
    color: #fff;
    margin: 0;
    display:block;
}

.project_sig_thre{
     overflow: hidden;
     transition:.5s;
     z-index: 1;
}

.project-box.project-style-three .project-signle img{
    transition:.5s;
}

.project-box.project-style-three .project-signle:hover .project_sig_thre img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
    transition:.5s;

}

.pro-left h2 a {
    color: #ffffff;
}


.pro-right a.theme-button {
    padding: 28px 27px;
    border-radius: 0;
}

.pro-right a.theme-button:hover {
    background: #004623 !important;
    color:white;
}

.pro-right a.theme-button:hover i:before {
    color: #fff;
}

.project-box.project-style-three .project-hadding {
    margin: 0;
    text-align: center;
}

.project-items .item.service-3 {
    margin-bottom: 30px;
}

.project-box.project-style-three .pro-right a.theme-button {
    display: block;
    padding: 20px 27px;
    background: #000;
    color:white!important;
    padding-bottom: 25px;
}