

/*Case study listing*/

.image-related-indus.case-study{
    margin-bottom: -65px;
}

.case-study-title{
    border-top: 1px solid #000;
    padding: 30px 0 80px;
    margin-top: 100px;
}

.case-study-title h2{
    margin-bottom: 0;
}

.related-indus.section.case-study{
    background-color: #fff;
}

.unique-related .case-study .image-related-indus-row{
    justify-content: flex-start;
    flex-wrap: wrap;
}

.unique-related .case-study .image-related-indus-col3,
.unique-related .case-study .image-related-indus-col2{
    width: 25%;
    margin-bottom: 65px;
}

.unique-related .case-study .related-img-card h3{
    font-size: 30px;
    line-height: 40px;
}

.unique-related .case-study .card-related-img{
    filter: grayscale(0);
}


/*Subscribe*/

.case-study-cta{
    background-color: var(--primary-color);
}

.case-study-cta .cta-title{
    max-width: 450px;
}

.case-study-cta .cta-title h2{
    color: #fff;
    margin-bottom: 32px;
}

.case-study-cta .cta-title p{
    text-transform: uppercase;
    color: #fff;
}

.case-study-cta form .form-group{
    margin-bottom: 30px;
}

.case-study-cta form input{
    background-color: transparent;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 0 0 15px 0;
    border-radius: 0;
    color: #fff;
    opacity: 0.8;
}

.case-study-cta form input::placeholder{
    color: #fff;
}

.case-study-cta form input:focus{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    box-shadow: none;
}

.case-study-cta form .theme_btn{
    background-color: #fff;
    color: #000;
}

.case-study-cta form .theme_btn:hover{
    color: #fff;
}


/*Case Study Detail*/

.case-study-detail .download-for{
    width: 75%;
    justify-content: center;
    margin: 50px auto 0;
}

.case-study-detail .key{
    margin-top: 45px;
}

.case-study-detail .key p i{
    color: var(--primary-color);
}

.case-study-detail .download-for2 h3{
    color: var(--primary-color);
}

.case-study-detail .overview p{
    margin-bottom: 34px;
}

.case-study-detail .client-descr li{
    display: flex;
}

.case-study-detail .client-descr li + li{
    margin-top: 12px;
}

.case-study-detail .client-descr li span{
    text-transform: uppercase;
    display: inline-flex;
    width: 40%;
    font-weight: 600;
    margin-top: 4px;
}

.case-study-detail .client-descr li p{
    margin-bottom: 0;
    width: 70%;
}


/*Responsive*/

@media (max-width: 1699px){
    .case-study-detail .download-for{
        width: 92%;
    }
}

@media (max-width: 1199px){
    .unique-related .case-study .image-related-indus-col3, 
    .unique-related .case-study .image-related-indus-col2{
        width: 33.33%;
    }
    .unique-related .case-study .related-img-card h3{
        height: 150px;
    }
    .case-study-detail .download-for {
    width: 100%;
}
.blog-banner-div h2{
    line-height: 60px;
}
.increase-div2 p{
   width: 64%;
}
}

@media (max-width: 991px){
    .unique-related .case-study .image-related-indus-row{
        display: flex;
    }
    .case-study .image-related-indus-col3{
        margin-top: 0;
    }
}

@media (max-width: 767px){
    .case-study .image-related-indus-col2{
        margin-top: 0;
    }
    .unique-related .case-study .related-img-card h3 {
    height: 114px;
}
.unique-related .case-study .related-img-card h3 {
    font-size: 22px;
    line-height: 34px;
}
.case-study-title{
    padding: 30px 0 40px;
}
.unique-related .case-study .image-related-indus-row{
    margin-top: 35px;
}
}


@media (max-width: 575px){
    .unique-related .case-study .image-related-indus-col3, 
    .unique-related .case-study .image-related-indus-col2{
        width: 100%;
        flex: 0 0 100%;
    }
    .unique-related .case-study .related-img-card h3{
        height: auto;
    }
    .case-study-detail .client-descr li{
        flex-direction: column;
    }
    .case-study-detail .client-descr li p{
        margin-top: 6px;
        width: 100%;
    }
    .case-study-detail .client-descr li span{
        width: 100%;
    }
}