.news-card-one .news-card-img img {
    border-radius: 50%;
    height: 100px;
    object-fit: cover;
}
.trending-box-two .trending-slider-two .news-card-one .news-card-info{
    padding-right: 120px;
}
.news-card-six .news-card-img img, .news-card-eleven .news-card-img img {
    border-radius: 5px;
    height: 400px;
    object-fit: cover;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
.news-card-thirteen .news-card-info h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}
.news-card-thirteen .news-card-img img {
    border-radius: 5px;
    height: 160px;
    object-fit: cover;
    width: 100%;
}
.news-card-one.recent .news-card-img img {
    border-radius: 5%;
    height: 80px;
    object-fit: cover;
}
.promo-card-two .promo-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pp-post-wrap .news-card-one .news-card-info h3, .pp-post-wrap-two .news-card-one .news-card-info h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px;
}
.pb-100 {
    padding-bottom: 50px;
}
.footer-list {
    display: flex;
    justify-content: end;
    margin-top: 0;
    list-style: none;
    margin-bottom: 0;
}
.footer-list li{
    margin-right: 20px;
}
.footer-wrap {
    padding: 30px 0 10px 0;
}
.navbar-area.header-three {
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgb(111 111 111 / 9%) !important;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.breadcrumb-wrap {
    padding: 70px 0 64px;
    background-color: #004aadb0;
    background-image: url(/static/rt-img/banner.webp);
    background-size: cover;
    background-position: bottom;
    background-blend-mode: luminosity;
}
.breadcrumb-title {
    color: white;
}
.about-desc h2 {
    border-left: 5px solid #004aad;
    padding-left: 14px;
}
body{
    overflow-x: hidden;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
    left: -120px;}