.news-card-one .news-card-img img {
    border-radius: 50%;
    height: 80px;
    object-fit: cover;
    width: 80px;
}
.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: 60px 0 60px;
    background-color: #004aadb0;
    background-image: url(/static/rt-img/banner.webp);
    background-size: cover;
    background-position: bottom;
    background-blend-mode: luminosity;
    background: radial-gradient(#039342, #94c537);
    background: linear-gradient(45deg, #37ecfb, #1453c9, #0f47b9, #23edc7);
}
.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;}

    .theme-dark .breadcrumb-wrap{
        background: radial-gradient(#dce02b, #8dc740, #039345);
    }
    .theme-dark body .cog-checkout .cart, .theme-dark body .cog-checkout .cart ul,
    .theme-dark body .cog-checkout .order-summary {
        background: #2f2f2f;
    }
    .header-top {
        background-color: #0255b5;
        padding: 10px;
    }
    .header-top .social-profile li a {
        color: white;
        font-size: 15px;
    }
    .header-top ul li{
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid white;
        line-height: 10px;
    }
    .header-top ul{
        display: flex;
        list-style: none;
        margin: 0;
    }
    .header-top ul li:last-child{
        border-right: none;
    }
    .header-top ul li a {
        color: white;
        font-weight: 100;
        font-size: 15px;
    }
    .float-right{
        float: right;
      }
      .bottom-header{
     background: linear-gradient(45deg, #37ecfb, #1453c9, #0f47b9, #23edc7);
    }
    .bottom-header  .main-header .header-nav {
      display: inline-block;
      width: 100%;
      text-align: left;
    }
    .bottom-header  .main-menu li a{
      color: white;
    }
    .bottom-header  .nav-main-menu{
      display: block;
    }
    .bottom-header  .nav-main-menu ul{
      justify-content: center;
    }
    .bottom-header  .navbar-nav {
      color: white;
      flex-direction: row;
      justify-content: center;
    }
    .bottom-header  .navbar-nav li{
        padding: 0 10px;
        line-height: 27px;
      }
      @media (max-width: 576px){
        /* .bottom-header{
          display: none;
        } */
         .bottom-header{
          height: 0;
         }
         header{
          border-bottom: 1px solid #f2f2f2;
         }
      }