.footer-col1 .google-map iframe {
    height: 400px !important;
}
#mainSlider, #mainSlider .img--holder {
     height: 590px;
}
.custom-img {
    width: 135px;
    height: 135px;
    object-fit: cover;
}

.col-1-7 {
    width: calc(100% / 7);
    padding: 5px;
    box-sizing: border-box;
}
.img-with-bg {
    position: relative;
}
.img-with-bg img:not(.img-bg) {
    position: relative;
    z-index: 1;
    max-width: calc(100% + 50px);
}
.img-with-bg .img-bg {
    position: absolute;
    top: 0;
    left: 0;
}
.video-btn-circle-left {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 64px;
    left: -30px;
    width: 93px;
    height: 93px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #f4f4f4;
    font-size: 25px;
    color: #89b222;
    transition: 0.2s;
}
.video-btn-circle-left:hover {
    box-shadow: 0 0 0 20px rgba(244, 244, 244, 0.5);
    background-color: #89b222;
    color: #ffffff;
    text-decoration: none;
}
.h-sub-lined {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Poppins", serif;
    letter-spacing: 1.5px;
}
.h-sub-lined:before {
    position: relative;
    top: -5px;
    display: inline-block;
    margin-right: 10px;
    content: '';
    width: 40px;
    height: 2px;
}
.h-sub-lined.theme-color:before {
    background-color: #89b222;
}
.department-tabs > *{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 calc(33% - 12px);
    min-width: calc(33% - 12px);
    padding: 15px 10px 15px;
    margin: 6px;
    background-color: #f6f7f5;
}
.department-tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-size: 40px;
    border-radius: unset;
    background-color: #ffffff;
    color: #a5a7ac;
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    transition: 0.5s;
overflow: hidden;
}
.department-tab-icon img {
    object-fit: cover;
     }
.quickLinks.stuck .col > .link {
    min-height: 50px;
    min-width: 50px;
}
.quickLinks .col > .link {
text-transform: none;
}
.quickLinks .col-close a {
    height: 50px; }
.quickLinks.stuck .col {
    max-width: 100%;

}.quickLinks.stuck .col-close {
    max-width: 3.5%;

}
.quickLinks.stuck .row {
    justify-content: center;

}
.quickLinks .col-close a i {
    top:70%;
    font-size: 20px;

}
@media (max-width: 1023px) {
    ul.circle-list {
        text-align: left;
    }
}
.blog-post.post-preview .post-image{
    max-width: 75px;
    max-height: 75px;
    height: auto;
    width: 100%;
    object-fit: cover;
}
.clamp-text-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    height: 81px;
}
