body {
    font-family: "Poppins", sans-serif !important;
}
.siteNavUl li a:hover {
    background-color: #e20a17;
}
.galleryImg {
    width: 100%;
}
.iq-blog-image img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}
.col-md-8 .iq-blog-image img {
    height: 100%;
}
@media (max-width: 767.9px) {
    .bannerSec .bannerCaption {
        display: none;
    }
    .bannerImage {
        height: 400px;
    }
    .pagesBanner .title {
        font-size: 28px;
    }
    .siteSec {
        padding: 20px 0;
        margin: 20px 0;
    }
    .aboutImg {
        margin-bottom: 10px;
    }
    .siteTitle {
        margin-bottom: 2rem;
        font-size: 24px;
        font-weight: 700;
    }
    .contactSidebar {
        margin-top: 30px;
    }
    .pagesBanner {
        padding: 50px 0;
        background-position: right center;
    }
}
.footerWidget ul li a {
    color: #333;
}
.siteFooter {
    background-color: #eee;
}
.footerWidget h2 {
    color: #333;
}
.footerWidget img {
    height: 100px;
}
.pagesBanner {
    padding: 50px 0;
    background-position: right center;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #e20a17;
    color: white;
    cursor: pointer;
}
@media (max-width: 991.9px) {
    .logoHeader .contactInfo {
        justify-content: start;
    }
}
.menuHeader ul {
    justify-content: flex-end;
}
.menuHeader {
    background-color: #fff;
}
.menuHeader ul li a {
    color: #333;
}
.menuHeader ul li a:hover {
    color: #fff;
}
.menuHeader ul li.current a {
    color: #fff;
}
.menuHeader img {
    height: 80px;
}
.teamDetail {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.galleryPage img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.singleTeamDisplay img {
    object-fit: contain;
}
.teamMembersRow img {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border: 1px #333 dotted;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 7px;
}
.teamMembersRow table {
    border-collapse: collapse;
    width: 100%;
}

.teamMembersRow td,
.teamMembersRow th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.teamMembersRow tr:nth-child(even) {
    background-color: #dddddd;
}
