.social__top-bar {
    background-color: #E6E6E6;
    padding: 5px 0px;
    color: #000000;
    font-size: .798rem !important;
    text-transform: uppercase;
    font-weight: 500;
    display: flex !important;
    align-items: center !important;
    border-top: 3px solid transparent;
    border-image: url('../../site/images/top-border.png') 30 30 30 30 round round;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 14%), 0px 1px 6px 0px rgb(0 0 0 / 14%);
    z-index: 9999;
}

.social__top-bar .text {
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.social__top-bar .text p a {
    color: var(--thm-black);
    font-weight: 500;
    font-size: 15px;
    font-size: .798rem !important;
    text-transform: uppercase;
    font-weight: 500;
}

.main-header--one__top-logo {
    position: relative;
    display: inline-block;
    max-width: 380px !important;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 0;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.main-menu .main-menu__list>li:last-child,
.stricky-header .main-menu__list>li:last-child {
    border-right: 0px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    color: var(--thm-white);
    font-size: .856rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-manrope-font);
    padding: 18px 10px;
}

.main-menu .main-menu__list>li.dropdown a,
.stricky-header .main-menu__list>li.dropdown a {
    padding-right: 10px;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid #c6c5c5;
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: .875rem;
    line-height: 28px;
    font-weight: 400;
    padding-left: 1rem;
    padding-top: 6px;
    padding-bottom: 6px;
    transition: 500ms;
    font-family: var(--thm-manrope-font);
}

.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: #fff;
    background-color: rgba(3, 3, 3, 0.24);
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-primary);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.breaking__heading {
    background-color: var(--thm-base);
}

.breaking__heading:before {
    width: 0;
    position: absolute;
    right: -11px;
    top: 9px;
    height: 0;
    border-style: solid;
    border-width: 12px 0 13px 12px;
    border-color: transparent transparent transparent var(--thm-base);
    content: "";
}

.breaking__news {
    display: flex;
    align-items: center;
    background-color: var(--thm-primary);
    border-bottom: 1px solid var(--thm-gray);
    width: 100%;
    overflow: hidden;
}

.breaking__news .news-scroll a {
    color: var(--thm-white);
}

.main-menu .main-menu__list li ul>li:last-child>a,
.stricky-header .main-menu__list li ul li ul>li:last-child>a {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom: 4px solid var(--thm-base);
}

.admission__wrap a:hover {
    color: var(--thm-base) !important;
}

.admission__open span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--thm-base));
    animation: animate1 1s linear infinite;
}

.admission__open span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--thm-base));
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

.admission__open span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, var(--thm-primary));
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}

.admission__open span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--thm-primary));
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

section.ivent_news {
    padding: 60px 0px 60px;
    background-color: var(--thm-primary);
    position: relative;
    overflow: hidden;
}

.footer-one__bg {
    background-color: var(--thm-primary) !important;
}

.footer-one {
    background-color: var(--thm-primary) !important;
}

.footer-one__bottom-text p {
    color: #ccc;
}

.footer-widget__links li a:hover {
    color: rgba(var(--thm-base-rgb), .8);
}

.counter-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-primary);
    opacity: 0.9;
    z-index: -1;
    content: "";
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--thm-base);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--thm-gray-rgb), 0.9);
    z-index: -1;
}

.page-header__title h1 {
    font-size: 48px;
    color: #ffffff;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
}

.page-header__title h2 {
    font-size: 40px;
    color: #ffffff;
    line-height: 1em;
    font-weight: 700;
    text-transform: capitalize;
}

.club-title {
    margin-bottom: 25px;
    color: var(--thm-primary);
    position: relative;
    display: inline-block;
}

.club-title:after {
    content: "";
    position: absolute;
    background-color: var(--thm-base);
    width: 55px;
    height: 3px;
    left: 0;
    bottom: -7px;
}

.sidebar_right {
    border: 1px solid #ccc;
    padding: 15px;
}
