/* Projects Section Three */
.projects-section-three {
    position: relative;
    padding: 155px 0 130px;
}

.projects-section-three .border-shape:before {
    left: 0;
    width: 25%;
    transform: translateX(0);
}

.project-block-three {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
    margin-bottom: 160px;
    width: fit-content;
}

.project-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
}

.project-block-three .inner-box .image img {
    transition: 1s;
}

.project-block-three .inner-box:hover .image img {
    transform: scale(1.2);
}

.project-block-three:nth-child(odd) .inner-box {
    top: -40px;
}

.project-block-three:nth-child(even) .inner-box {
    margin: 0 auto;
    margin-right: 0;
}

.project-block-three .content {
    position: absolute;
    left: 0;
    bottom: -100px;
    background-color: #fff;
    padding:49px;
    max-width: 375px;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}


.project-block-three .content h4 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 20px;
    transition: .5s;
}

.project-block-three .content h4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    width: 50px;
    transition: .5s;
}

.project-block-three .content .text {
    position: relative;
    margin-bottom: 35px;
    transition: .5s;
}

.project-block-three .content .link {
    position: relative;
}

.project-block-three .content .link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
    border-right-color: #13336c;
    border-top-color: #13336c;
    transition: .9s;
}

.project-block-three .inner-box:hover .content .link:before {
    transform: rotate(180deg);
}

.project-block-three .content .link i {
    position: relative;
    margin-left: 25px;
    font-size: 20px;
    display: inline-block;
}

.project-block-three.style-two .inner-box {
    margin: 0 auto 120px;
    margin-right: 0;
    top: 0;
}

.project-block-three.style-two .content {
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.project-block-three h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ece9e9;
    position: absolute;
    left: -90px;
    top: 50%;
    transform: rotate(-90deg) translate(-50%, -50%);
    transform-origin: 0 0;
    text-transform: uppercase;
}
.project-block-three .inner-box .image img {
    transition: 1s;
    width: 100%;
    height: 400px;
}
@media(max-width:425px){
   .project-block-three .inner-box .image img {
    transition: 1s;
    width: 100%;
    height: auto;
} 
.project-block-five .inner-box .image-box img {
    width: 100%;
    height: 250px;
}
}
.fa-arrow-right:before {
    content: "\f061";
    color: #0093dd;
    margin-right: 10px;
}
.blog-section {
    position: relative;
    padding: 0px;
}
.project-block-five h4 {
    position: relative;
    font-size: 16px;
    color: #fff;
}
.project-block-five .inner-box .image-box img {
    width: 100%;
    height: 250px;
}
.project-block-five .content {
    position: absolute;
    left: 0;
    bottom: 35px;
    right: 0;
    padding: 30px 16px;
    text-align: center;
    opacity: 0;
    transition: .5s;
    color: #fff !important;
}
.row.servicethree {
    margin-top: 130px;
}
.project-block-three .content-list{
    position: absolute;
    left: 0;
    bottom: -140px;
    background-color: #fff;
    padding: 49px;
    max-width: 375px;
    box-shadow: 0px 5px 18.9px 2.1px rgb(0 0 0 / 5%);
}
.news-block-two .image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
     background-color: #0000001f; 
    opacity: 0.6;
    content: "";
}
/*responsive subproducts*/
@media(max-width:425px){
    .project-block-five .inner-box .image-box img {
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.project-block-five .inner-box {
    position: relative;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
}

