/* Header top bar social icons */
.topbar-menu {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 0;
}
.history-grid__single .content-head {
  padding: 15px 20px;
  background-color: #DE2021;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.history-grid__single-wrapper .dot:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background-color: #DE2021;
}

.history-grid__single-wrapper .dot {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: -14px;
    background-color: rgba(254, 77, 53, 0.18);
}

.history-grid__single-wrapper .dot:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(254, 77, 53, 0.29);
}

.top-bar-right-wrapper .text,
.top-bar-right-wrapper .text a {
  font-size: 14px;
  line-height: 1.2;
}

.top-bar-right-wrapper .text i {
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

.topbar-menu li a i {
  font-size: 30px;
  line-height: 1;
}

.footer-logo img.img-fluid {
    max-width: 300px;
}

.header-navigation__nav.header-navigation__nav--style7.position-static ul li a {
    padding-left: 40px;
    padding-right: 40px;
}

/* Border radius class */
.border-radius {
    border-radius: 6px;
}