.page-title {
    height: 300px!important;
}

.about-section-s3 .about-text {
    padding: 0!important; 
}

.projects-section .gallery-container .box2 {
    width: 20%;
    float: left;
    padding: 0 10px 10px 0;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .projects-section .gallery-container .box2 {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .projects-section .gallery-container .box2 {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .projects-section .gallery-container .box2 {
        width: 100%;
        float: none;
    }
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.contact-validation-active #success, .contact-validation-active #success-2 {
    border-left: 0!important
}
.office-hour ul li, .contact-info ul li {
    font-size: 15px!important;
    font-weight: bold;
}
.theme-btn-b1 {
    font-family: "Heebo", sans-serif;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    color: #3598db;
    padding: 11px 30px;
    border-radius: 2px;
    display: inline-block;
}