@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&Noto+Sans+SC:wght@300;400;500;600;700&display=swap');

:root {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    --animate-duration: 1500ms;
    --animate-delay: 0.9s;
    --theme-color: #E4B424;
    --secondary-color: #232B2B;
    --default-font-size: 16px;
    --default-letter-spacing: 1px;
    --default-border-radius: 4px;
    --background-color: #0f172a;
}
html, body {
    min-height: 100%;
    margin: 0;
}
body {
    font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-size: var(--default-font-size);
    color: #000;
    font-weight: 300;
    overflow-x: hidden;
    line-height: 1.8;
}
body.zh-cn {
    font-family: 'Noto Sans SC', Arial, sans-serif;
    line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.5;
}
a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
a:focus {
    outline: none;
}
b, strong {
    font-weight: 700;
}
ul:not(.normal) {
    padding-left: 0;
    list-style: none;
}
img {
    max-width: 100%;
    outline: none;
    height: auto;
    pointer-events: none;
}
button,
.btn {
    font-size: var(--default-font-size);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    background: transparent;
}
button:focus,
.btn:focus {
    outline: none;
}
.btn {
    padding: 9px 28px;
    transition: 0.3s;
}
.btn-outline {
    border: 2px solid;
}
.btn-dark {
    background: #000;
    color: #fff;
}
.btn-light {
    background: #fff;
    color: #000;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-theme {
    background: var(--background-color);
    color: #fff;
}
.btn-theme-outline {
    background: #fff;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.btn-theme:hover,
.btn-theme-outline:hover {
    background: #000;
    color: #fff;
}
.tx-theme {
    color: var(--theme-color);
}
.tx-line-effect {
    position: relative;
}
.tx-line-effect:after {
    content: "";
    width: 100px;
    height: 3px;
    border-top: solid 2px var(--theme-color);
    border-left: none;
    border-right: none;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
}
.bg-gray {
    background-color: #f6f7f8;
}
.form-control {
    padding: 10px 15px;
}
.p-60 {
    padding: 60px 0;
}
.p-80 {
    padding: 80px 0;
}
section {
    background-color: #fff;
}
@media (min-width: 1440px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1290px;
    }
}
.nav-item.lang-switcher {
    margin-left: 15px;
}
.nav-item.lang-switcher a {
    border: 2px solid !important;
    border-radius: 4px !important;
}
.sidebar-menu__itemList li.lang-switcher a {
    margin-top: 15px;
}
.header {
    width: 100%;
}
.header.header-scroll {
    top: 0;
    z-index: 2;
    width: 100%;
    position: sticky;
    background: var(--background-color);
}
.header.header-scroll.fixed {
    position: fixed;
    background-color: var(--background-color);
}
.header {
    position: absolute;
    width: 100%;
    background: transparent;
    border: 0;
    top: 0;
    z-index: 9;
}
.header__wrapper {
}
.header__wrapper,
.footer__wrapper {
    max-width: 1290px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 768px) {
    .header:not(.header-scroll) .header__wrapper {
        margin: 0 auto;
        background-color: transparent;
    }
}
.header__wrapper .header__flex-fill {
    flex: 2 0 0;
}
.header__wrapper .header__logo {
    margin: 5px 0;
}
.header__wrapper .header__logo img {
    padding: 10px 5px;
    transition: all 0.3s;
    max-height: 65px;
}
.header__wrapper .navigation__wrapper nav > ul {
    margin: 0;
}
.header__wrapper .navigation__wrapper nav > ul > li {
    padding: 20px 0;
}
.header__wrapper .navigation__wrapper nav ul li a {
    font-size: 14px;
    padding: 0.2rem 0.7rem;
    clear: both;
    color: #fff;
    position: relative;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 20px;
}
.header:not(.header-scroll) .header__wrapper .navigation__wrapper nav ul li a {
    color: #fff;
}
html[lang="cn"] .header__wrapper .navigation__wrapper nav ul li:not(.lang-switcher) a {
    font-size: 16px;
}
.header__wrapper .navigation__wrapper .header__menu-toggle {
    padding: 0;
    background: transparent;
    border: none;
}
.header__wrapper .navigation__wrapper .megamenu,
.header__wrapper .navigation__wrapper .submenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    text-align: left;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.header__wrapper .navigation__wrapper .megamenu {
    left: 0;
    width: 100%;
    max-height: 600px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 25px;
    overflow: auto;
}
.header__wrapper .navigation__wrapper .megamenu .submenu {
    top: auto;
}
.header__wrapper .navigation__wrapper .megamenu::-webkit-scrollbar {
    width: 5px;
}
.header__wrapper .navigation__wrapper .megamenu::-webkit-scrollbar-track {
    background: transparent; 
}
.header__wrapper .navigation__wrapper .megamenu::-webkit-scrollbar-thumb {
    background: #ccc; 
}
.header__wrapper .navigation__wrapper .megamenu::-webkit-scrollbar-thumb:hover {
    background: #888; 
}
.header__wrapper .navigation__wrapper .submenu {
    border: 1px solid #d9d9d9;
    padding: 1.6rem .25rem 1.3rem .25rem;
    right: 0;
}
.header__wrapper .navigation__wrapper .nav-item:hover {
    cursor: pointer;
}
.header__wrapper .navigation__wrapper .nav-item:hover > .megamenu,
.header__wrapper .navigation__wrapper .nav-item:hover > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
}
.header__wrapper .navigation__wrapper ul li:not(.header__hasMegaMenu) {
    position: relative;
}
.header__wrapper .navigation__wrapper nav > ul .submenu .submenu {
    margin-right: 10px;
    margin-top: 0;
    top: 0;
    right: unset;
    left: 100%;
    width: 100%;
}
.header__wrapper .navigation__wrapper nav > ul li > a.submenu-toggle ~ .submenu a {
    font-weight: 400;
    font-size: 14px;
}
.header__wrapper .navigation__wrapper nav ul > li > a.submenu-toggle {
    padding-right: 20px;
}
.header__wrapper .navigation__wrapper nav ul > li > a.submenu-toggle:after {
    content: '';
    display: block;
    position: absolute;    
    right: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    transition: 0.3s;
}
.header__wrapper .navigation__wrapper > nav ul > li > a.submenu-toggle:after {
    background-image: url(../images/svgs/down-arrow.svg);
}
.header__wrapper .navigation__wrapper .megamenu a:after {
    content: none !important;
}
@media only screen and (min-width: 992px) {
    .header__wrapper .navigation__wrapper .megamenu > ul.level-0 {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__wrapper .navigation__wrapper .megamenu > ul.level-0 {
        max-width: 1140px;
    }
}
.header__wrapper .navigation__wrapper .megamenu > ul.level-0 {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}
.header__wrapper .navigation__wrapper .megamenu > ul.level-0 > li {
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}
@media only screen and (min-width: 992px) {
   .header__wrapper .navigation__wrapper .megamenu > ul.level-0 > li {
        width: 25%;
    }  
}
@media only screen and (min-width: 1400px) {
   .header__wrapper .navigation__wrapper .megamenu > ul.level-0 > li {
        width: 20%;
    }  
}
.header__wrapper .navigation__wrapper .megamenu > ul.level-0 > li > a.submenu-toggle {
    font-weight: 600;
    color: #9d9d9d;
    margin-bottom: 25px;
    letter-spacing: var(--default-letter-spacing);
}
.header__wrapper .navigation__wrapper .megamenu .submenu {
    position: relative;
    opacity: 1;
    visibility: unset;
    border: 0;
}
.header__wrapper .navigation__wrapper .megamenu .submenu li {
    padding: 0;
    margin-bottom: 15px;
}
.footer {
    background: var(--background-color);
}
.footer, 
.footer a {
    color: #fff;
}
.footer__wrapper .footer__inner h5 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: var(--default-letter-spacing);
}

.footer__wrapper .footer__inner ul li {
    margin-bottom: 8px;
}
.footer__wrapper .footer__bottom {
    padding: 0 25px 15px;
}
.footer__wrapper .footer__bottom__d-flex {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer__wrapper .footer__bottom p {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: var(--default-letter-spacing);
}
.footer__wrapper .footer__bottom .footer__bottom-menu__itemList ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 10px;
}
.footer__wrapper .footer__bottom .footer__bottom-menu__itemList li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #c8cbcc;
    margin-right: 15px;
}
@media only screen and (max-width: 991px) {
    .footer__wrapper .footer__bottom .footer__bottom-menu__itemList ul {
        text-align: center;
    }
    .footer__wrapper .footer__bottom .footer__bottom-menu__itemList li:not(:last-child) {
        margin-bottom: 10px;
    }
}
.footer__copyrights {
    padding: 10px;
}
.footer__copyrights p {
    margin: 0;
}
.footer__copyrights p,
.footer__copyrights a {
    color: #fff;
}
.footer__wrapper .footer__social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
}
.footer__wrapper .footer__social ul li svg {
    fill: #fff;
}
.footer__wrapper .footer__social ul li:not(:last-child) {
    margin-right: 20px;
}
@media screen and (min-width: 992px) {
    .footer__wrapper .footer__flex-fill {
        flex: 1 0 0;
    }
    .footer__wrapper .footer__bottom .footer__copyrights {
        order: 1;
    }
    .footer__wrapper .footer__bottom .footer__social {
        order: 2;
    }
}
@media screen and (max-width: 1199px) {
    .footer__wrapper .footer__inner {
        padding-bottom: 30px;
    }
    .footer__wrapper .footer__inner-col:not(:nth-last-child(1)),
    .footer__wrapper .footer__inner-col:not(:nth-last-child(2)) {
        margin-bottom: 30px;
    }
    .footer__wrapper .footer__bottom div {
        flex: 0 0 100%;
    }
    .footer__wrapper .footer__bottom div,
    .footer__wrapper .footer__bottom div ul { 
        text-align: center;
        justify-content: center;
    }
    .footer__wrapper .footer__bottom div:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .footer__wrapper .footer__bottom div {
        flex: 0 0 100%;
    }
    .footer__wrapper .footer__bottom div,
    .footer__wrapper .footer__bottom div ul { 
        text-align: center;
        justify-content: center;
    }
    .footer__wrapper .footer__bottom div:not(:last-child) {
        margin: 10px 0;
    }
}
@media screen and (max-width: 545px) {
    .footer__wrapper .footer__inner-col:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 425px) {
    .footer__wrapper .footer__bottom {
        padding: 25px;
    }
    .footer__wrapper .footer__bottom .footer__bottom-menu__itemList li:not(:last-child) {
        width: 100%;
        margin-bottom: 8px;
    }
    .footer__wrapper .footer__bottom .footer__bottom-menu__itemList li:not(:last-child):after {
        content: unset;
    }
}

#main {
    min-height: calc(100vh - 51px);
    overflow-x: hidden;
}

.website__social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.website__social ul li img {
    width: 20px;
    height: 20px;
}
.website__social ul li:not(:last-child) {
    margin-right: 20px;
}

.back_to_top__wrapper {
    text-align: center;
    padding: 15px 0;
    background: rgba(140, 143, 129, 0.5);
}
.back_to_top__wrapper a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#message {
    position: fixed;
    right: 25px;
    bottom: 25px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 98;
    text-align: center;
    height: 50px;
    background: #000;
    border-radius: 4px;
    padding: 5px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
#message:hover {
    cursor: pointer;
}
#message a {
    display: flex;
    align-items: center;
}
#message img {
    width: 30px;
}
@media only screen and (min-width: 992px) {
    #message {
        bottom: 55px;
    }
}
.section-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.section-bg {
    background-image:url(../images/background.png);
}
.section-bg-1 {
    background-image:url(../images/background-2.png);
}
.section-bg-2 {
    background-image:url(../images/background-3.png);
}
.section-bg,
.section-bg-1,
.section-bg-2 {
    background-position: center;
    background-repeat: no-repeat;
}

.team__wrapper .team__name {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.team__wrapper .team__title {
    font-size: 14px;
    margin-top: 10px;
}
.team__wrapper .team__qualification {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
html[lang=cn] .team__wrapper .team__title {
    font-size: 15px;
}
html[lang=cn] .team__wrapper .team__qualification {
    font-size: 14px;
}
.team__wrapper .team__details {
    background-color: #f2f3f8;
    padding: 5px 20px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    bottom: 15px;
}
.team__modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 99;
}
.team__modal.active {
    left: 0;
    overflow: auto;
}
.team__modal__header {
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 65px;
    padding: 0 20px;
    border-bottom: 1px solid #ebebeb;
}
.practice-area .pa__wrapper {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}
.practice-area .pa__wrapper:hover {
    cursor: pointer;
    background-color: #9ca3af;
}
.practice-area .pa__wrapper:hover:after {
    height: 5px;
}
.practice-area .pa__wrapper img {
    width: 40px;
}
.practice-area .pa__wrapper h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.practice-area .pa__wrapper p {
    margin-top: 15px;
    font-size: 15px;
    color: #9b9b9b;
}
.practice-area .pa__wrapper:hover,
.practice-area .pa__wrapper:hover h3,
.practice-area .pa__wrapper:hover p,
.practice-area .pa__wrapper:hover a,
.practice-area .pa__wrapper:hover svg {
    color: #fff;
}
.practice-area .pa__wrapper:hover span img {
    filter: invert(1);
}
.practice-area .pa__wrapper span img {
    width: 20px !important;
    margin-left: 10px;
}
.mobile-navigation__wrapper {
    display: none;
}
@media only screen and (max-width: 640px) {
    .header__wrapper.inMobile {
        justify-content: center !important;
    }
    .navigation__wrapper.inMobile,
    #message.inMobile {
        display: none;
    }
    .mobile-navigation__wrapper {
        display: block;
        position: fixed;
        bottom: 0;
        background: #111111;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .3);
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .mobile-navigation__wrapper ul {
        margin-bottom: 0;
        text-align: center;
        align-items: stretch !important;
    }
    .mobile-navigation__wrapper ul li {
        flex-grow: 1;
        flex-basis: 0;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-navigation__wrapper ul li:first-child) {
        border-left: 1px solid rgba(255, 255, 255, .3);
    }
    .mobile-navigation__wrapper ul li:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }
    .mobile-navigation__wrapper ul li img {
        width: 25px;
    }
}
.section__title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    position: relative;
    background-color: #f2f3f8;
    border-bottom: 1px solid #ccc;
    background-image:url(../images/header-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 500px;
}
@media only screen and (max-width: 767px) {
    .section__title {
        min-height: 300px;
    }
}
.section__title.space {
    padding-top: 300px;
}
.section__title:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ccc;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.section__title:before {
    content:"";
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.section__title > .container {
    position: relative;
    z-index: 1;
}
.section__title h1 {
    font-size: 45px;
    text-align: center;
}
.about-bg,
.team-bg,
.contact-bg,
.career-bg,
.practice-area-bg {
    background-size: cover;
    background-attachment: fixed;
}
.about-bg {
    background-image:url(../images/about-bg.jpg);
}
.team-bg {
    background-image:url(../images/team-bg.jpg);
    background-position: top;
}
.contact-bg {
    background-image:url(../images/contact-bg.jpg);
}
.career-bg {
    background-image:url(../images/career-bg.jpg);
}
.practice-area-bg {
    background-image:url(../images/practice-area-bg.jpg);
}
.register-trademark-bg {
    background-image:url(../images/register-trademark-bg.jpg);
}
.team-swiper img {
    height: 450px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
@media only screen and (max-width: 992px) {
    .team-swiper img {
        height: 350px;
    }
}
@media only screen and (max-width: 640px) {
    .team-swiper img {
        height: 300px;
    }
}
@media only screen and (max-width: 425px) {
    .team-swiper img {
        height: 230px;
    }
}
.team-swiper .swiper-button-next,
.team-swiper .swiper-button-prev {
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-color);
}

.team-swiper .swiper-button-next:after, 
.team-swiper .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}
ul.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}
ul.breadcrumbs li,
ul.breadcrumbs li a {
    color: #fff;
}
ul.breadcrumbs li:not(:last-child):after {
    content: " / ";
    display: inline-block;
    margin: 0 5px;
}
.call-to-action {
    background-color: #f2f3f8;
    padding: 30px 0;
}
.call-to-action h4 {
    font-size: 18px;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    font-weight: 700;
    left: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
.scroll-down:hover {
    cursor: pointer;
}
.scroll-down img {
    max-height: 30px;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.masonry {
  column-count: 2;
  column-gap: 1em;
}

.masonry .masonry__item {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}

.nav-pills .nav-item .nav-link {
    color: #000;
    padding: 12px 40px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid hsl(249, 20%, 86%);
    border-left: 1px solid hsl(249, 20%, 86%);
    border-bottom: 1px solid hsl(249, 20%, 86%);
    border-radius: 0;
    position: relative;
}

.nav-pills .nav-item:last-child .nav-link {
    border-right: 1px solid hsl(249, 20%, 86%);
}
.nav-pills .nav-item .nav-link[aria-selected="true"] {
    padding-left: 60px;
}
.nav-pills .nav-item .nav-link[aria-selected="true"]:before {
    content: "";
    background-image: url(../images/svgs/right-arrow-circle.svg);
    position: absolute;
    left: 30px;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.nav-pills .nav-item .nav-link[aria-selected="false"] {
    color: #8c90ab;
    background-color: #f5f7fa;
}
.nav-pills .nav-item .nav-link[aria-selected="false"] img {
    filter: grayscale(85%) opacity(45%); 
}

.nav-pills .nav-item .nav-link.active, 
.nav-pills .nav-item .show > .nav-link {
    background-color: #fff;
    color: #000;
}

.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f172a;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn img {
    width: 20px;
    margin-left: 10px;
}

.awards__slider__wrapper {
    margin-top: 40px;
}
.awards__slider__wrapper img {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
}

.badge {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
}
.badge.badgeMobile {
    bottom: 30px;
    width: 80px;
    height: 80px;
}
.accolades-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.accolades-images img {
    height: 150px;
}

.section-hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.section-hero:before {
    content:"";
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    width: 100%;
    top: 0;
}
.section-hero h2 {
    font-size: 52px;
    font-weight: 700;
}
@media only screen and (max-width: 991px) {
    .section-hero h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .section-hero h2 {
        font-size: 32px;
    }
}
.section-hero p {
    font-size: 24px;
}
.background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.bar {
    background-color: var(--secondary-color); 
    padding: 5px; 
    font-size: 14px; 
    font-weight: 500;
}
.bar,
.bar a {
    color: #fff; 
}
.bar .container {
    max-width: 1290px;
}
.bar .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bar .list span:not(:last-child):after {
    content:'';
}

@media only screen and (max-width: 768px) {
    .bar {
        display: none;
    }
}

.trademarks img {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}