.tgmenu__nav .logo img {
    max-height: 45px;
}
header .tgmenu__wrap .tgmenu__nav .logo {
    max-height: 45px;
}
admin_bar .admin-bar-logo img {
    max-height: 45px;
    width: auto;
}
.offCanvas__logo img {
    max-height: 45px;
}
.fw-logo img {
    max-height: 45px;
}
.pricing__price .price {
    align-items: flex-end;
    display: flex;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
}
.pricing__content p, .pricing__list {
    margin-bottom: 30px;
}
.pricing__price {
    margin-bottom: 20px;
}
.counter-item {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.services__tab-wrap .nav-link {
    align-items: center;
    background: linear-gradient(90deg, #003368 13.19%, rgba(44, 46, 143, .54));
    border: none;
    border-radius: 10px;
    color: var(--tg-color-white-default);
    display: flex;
    font-family: var(--tg-heading-font-family);
    font-size: 20px;
    font-weight: 600;
    gap: 11px;
    margin: 0;
    padding: 15px 55px 15px 25px;
    position: relative;
    transition: all .3s ease-out 0s;
    width: 330px;
}
.tgmenu__navbar-wrap>ul>li a {
    color: var(--tg-color-dark-blue);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 42px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.pagination-wrap .pagination .page-link {
    align-items: center;
    background: transparent;
    border: 1px solid var(--tg-border-1);
    border-radius: 5px;
    color: var(--tg-body-color);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin-inline-start: 0;
    padding: 0;
    width: 30px;
}
.breadcrumb__content .title {
    font-size: 48px;
    margin-bottom: 10px;
    color: #ffffff;
}
.breadcrumb__content .breadcrumb-item a {
    color: #ffffff;
}
@media (max-width: 991.98px) {
  .banner-content {
    margin-bottom: -45px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .banner-content {
    margin-bottom: 0px;
  }
}

.footer-info-list .list-wrap li {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}
.fw-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}
footer a {
    color: #607d8b;
    font-size: 16px;
}
.tgmenu__navbar-wrap>ul>li a {
    color: var(--tg-color-dark-blue);
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 42px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.banner-social .title {
    color: #003368;
    font-size: 15px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    transform: rotate(180deg);
}
.blog__post-content-two .title {
    font-size: 20px;
    font-weight: var(--tg-fw-semi-bold);
    margin-bottom: 20px;
    text-transform: capitalize;
}
.banner-scroll a {
    align-items: center;
    color: #003368;
    display: flex;
    flex-direction: row-reverse;
    font-family: var(--tg-heading-font-family);
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}
.banner-scroll a:hover {
    align-items: center;
    color: #f58220;
    display: flex;
    flex-direction: row-reverse;
    font-family: var(--tg-heading-font-family);
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
}
.services__content-five .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.services-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.services-content p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
}
.truncate-2-custom {
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
    font-weight: 300;
}
.blog-post-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.blog-post-meta .list-wrap li i {
    font-size: 16px;
}
.blog-post-meta .list-wrap {
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}
.tgmenu__navbar-wrap>ul>li .sub-menu>li a {
    color: var(--tg-heading-color);
    display: block;
    line-height: 1.4;
    padding: 8px 15px 8px 25px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}