/* Projects list */
.items img {
    border-radius: 4px;
}
.items .project-small {
    width: 185px;
    padding: 0;
}
.items h4 {
    font-size: 18px;
}
.items .project-small img {
    width: 185px;
    height: 185px;
    object-fit: contain;
    padding: 5px;
}
.items .project-text {
    font-size: 16px;
}
.items .project-text-right {
    padding: 3px 0 3px 15px;
}
.items .project-row {
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .items .project-row {
        padding: 0 15px;
    }
}
.filter .filter-wrapper {
    padding: 10px 10px 20px 10px;
}
.filter input[type=text] {
    padding: 10px;
    color: #014b6e;
    background-color: #addaf1;
}
.project-text-right {
    transition: .2s;
}
.project-row:hover .project-text-right {
    padding: 13px 0 13px 15px;
}

/* Project detail page */
.project-detail h1 {
    color: #014b6e;
    font-size: 34px;
    font-weight: 700;
}
.project-detail img.logo {
    width: 380px;
    height: 380px;
    object-fit: contain;
}
.project-detail .caption {
    color: #004A6E;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.project-detail .description {
    color: #004A6E;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.project-detail .card {
    border: none;
    border-top: 2px solid #33A3DC;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 16px;
}
.project-detail  h5 {
    color: #33A3DC;
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
}
.project-detail .social-section {
    border-top: 2px solid #33A3DC;
}
.project-detail .social-section h5 {
    color: #33A3DC;
    font-weight: 700;
    font-size: 26px;
}
.project-detail .social-section ul {
    padding-left: 0;
    margin-top: 10px;
}

/* Project detail page contact box */
.proj-det-contact {
    background-color: white;
    padding: 0 15px;
}
.proj-det-contact .filter-inside {
    display: flex;
    flex-direction: column;
}
.proj-det-contact h4 {
    font-weight: 300;
    font-size: 26px;
}
.proj-det-contact img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 50%;
    align-self: center;
    margin: 15px 0;
}

.btn-category {
    background-color: #addaf1;
    color: #32a3db;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 20px;
}
@media only screen and (max-width: 991px) {
    #newsletter-form button {
        font-size: 12px;
    }
    .filter h5.txt-orange a.txt-orange {
        font-size: 14px;
    }
    .filter h5.txt-orange a.txt-orange i {
        bottom: -6px;
        position: relative;
    }
    .lts {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    #newsletter-form button {
        font-size: 14px;
    }
    .filter h5.txt-orange a.txt-orange {
        font-size: 1.25rem;
    }
    .filter h5.txt-orange a.txt-orange i {
        bottom: 0;
        position: relative;
    }
}
@media only screen and (max-width: 414px) {
    .project-desc img {
        width: 100%;
        float: none;
    }
    .related .item .item-content p {
        width: 300px !important;
    }

}
@media only screen and (max-width: 375px) {
    .related .item .item-content p {
        width: 250px !important;
    }
}