@import url(global.css);
@import url(navbar.css);
@import url(news-scroll.css);
@import url(tabber.css);
@import url(table.css);
@import url(ul-li.css);
@import url(photo-gallery.css);

* {
    padding: 0;
    margin: 0;
    font-family: var(--main-font)
}

body {
    background-color: #ffffff
}

a:hover {
    text-decoration: none !important
}

.top-background {
    border: 1px solid #034D97;
}

.top-3-background {
    border: 1px solid #034D97;
}

.main-header {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px;
}

.left-logo {
    width: 8%
}

.middle-text {
    width: 71%;
    padding-right: 8rem
}

.left-logo img {
    width: 100%
}

.middle-text h1 {
    font-family: var(--heading-font);
    color: var(--main-color);
    font-size: 1.5rem;
    margin: 0 4% 0% 2%;
    font-weight : bold;
}
.middle-text p {
    font-family: var(--heading-font);
    color: #000;
    font-size: 12px;
    margin: 0 4% 0% 2%
}

.middle-text h2 {
    font-family: var(--heading-font);
    color: var(--main-color);
    font-size: 1.6rem;
    margin: 0 0% 1% 2%;
    font-weight: bold
}

.last-icons {
    width: 45%;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    z-index: 999;
    gap: 20px
}

.last-icons img {
    width: 50%
}

.gredientts-background {
    position: relative;
    overflow: hidden
}

.gredientts-background .adivasi {
    position: absolute;
    width: 80%;
    top: 35%;
    left: 50%;
    opacity: 60%
}

.real-footer {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    font-size: .8rem;
    color: var(--main-color)
}

.real-footer a {
    color: #2d090a
}

.main-f-flex {
    display: flex;
    justify-content: space-between
}

.footers {
    background: #fef3f2;
    width: 100%;
    position: relative
}

.border-f-t {
    background-size: auto 15px;
    height: 20px;
    background-repeat: repeat-x;
    border-top:8px solid #034d97;
}

.border-f-b {
    background-size: auto 15px;
    height: 15px;
    background-repeat: repeat-x;
    transform: rotate(180deg);
    border-bottom:8px solid #034d97;
}

.single-f-content {
    width: 17%
}

.f-left {
    width: 35% !important;
    display: flex;
    height: max-content;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0
}

.f-left img {
    width: 18%
}

.f-left h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--main-color)
}

.f-left h1 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: var(--main-color)
}

.f-left p {
    margin: auto;
    width: 55%;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #282828
}

.f-left a {
    background: var(--main-color);
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 500px;
    color: white;
    margin-top: 10px;
    font-weight: bold
}

.f-left a:hover {
    text-decoration: none;
    color: white
}

.f-heading {
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--main-color);
    padding: .3rem 0;
    border-radius: 0;
    position: relative;
    width: fit-content
}

.f-heading::after {
    content: " ";
    top: 93%;
    bottom: 0;
    left: 0;
    right: 60%;
    border-radius: 500px;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    z-index: 5;
    background-color: var(--main-color);
    position: absolute
}

.footer-list {
    list-style: none;
    padding-left: 0
}

.footer-list li a {
    color: #1d1d1d;
    display: block;
    padding: 5px 0 5px 20px;
    position: relative;
    font-weight: bold
}

.footer-list li a::before {
    content: "\f0a9";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 8px;
    color: var(--main-color);
    font-weight: 900
}

.column_count_2 {
    -webkit-column-count: 2;
    column-count: 2
}

.headings {
    /* text-transform: lowercase; */
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    color: var(--main-color);
    font-family: var(--heading-font);
    width: fit-content;
    padding: 0 0px 5px;
    z-index: 1;
    background-size: 25px;
    background-repeat: no-repeat;
    flex-direction: row;
    align-content: center;
    align-items: center
}
/* .headings::first-letter{
    text-transform: uppercase;
} */

.headings::after {
    position: absolute;
    content: "";
    top: 90%;
    bottom: 0;
    left: 0;
    right: 70%;
    border-radius: 500px;
    background-color: #f6b004ab
}

.headings a {
    background: var(--main-color);
    color: white;
    margin-left: 15px;
    border-radius: 200px;
    padding: 3px 6px;
    font-size: .6rem;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.headings a:hover {
    background: rgb(25, 25, 25);
    color: white
}

.paragraph {
    text-align: justify;
    text-indent: 60px
}

.profiles {
    padding: 0 0 0 45px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.single-cards {
    border: 2px solid var(--main-color);
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: #fff3f3
}

.single-cards .images-p {
    border: 2px solid var(--main-color);
    background-image: url(../image/back.jpg);
    background-size: 100%;
    position: absolute;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    left: calc(0% - 50px);
    top: calc(50% - 50px);
    overflow: hidden
}

.images-p img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.single-cards {
    border: 2px solid var(--main-color);
    position: relative;
    border-radius: 0 300px 300px 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background: #fff3f3;
    margin: 0 0 25px 0
}

.news-contents a {
    text-decoration: none;
    margin-right: 5rem;
    color: #000000 !important
}

.new {
    margin-left: 5px;
    font-size: 13px;
    letter-spacing: .5px;
    border-radius: 50%;
    background: var(--main-color);
    padding: 3px 7px;
    animation: blink .6s infinite
}

.single-cards h2 {
    font-size: 1.5rem;
    margin: 5px;
    color: var(--main-color);
    font-family: var(--heading-font)
}

.single-cards p {
    font-size: 1rem;
    color: var(--main-color);
    font-weight: BOLD;
    opacity: .9
}

.single-cards a {
    text-decoration: none;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    background: white;
    padding: 2px 20px;
    font-weight: bold;
    font-size: .8rem;
    position: absolute;
    bottom: -17%;
    border-radius: 500px
}

.right-btn {
    width: 100%;
    text-align: right
}

.right-btn a {
    color: var(--main-color)
}

.main-links {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 5px
}

.main-link-box {
    background-size: 100%;
    background-position: center;
    font-weight: bold;
    color: var(--main-color);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
    align-content: center;
    position: relative
}

.main-link-box p {
    background: #ffc840;
    width: 195px;
    position: absolute;
    top: calc(50% - 24px);
    height: 48px;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    transition: .3s ease-in-out
}

.main-link-box:hover {
    text-decoration: none;
    transition: .3s ease-in-out
}

.main-link-box:hover p {
    background: #034D97;
    color: #FFF;
    transition: .3s ease-in-out
}

.icons-homepage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px
}

.Btn {
    width: 47%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .089);
    cursor: pointer;
    background-color: transparent;
    border: 1px solid var(--main-color)
}

.leftContainer {
    width: 25%;
    height: 100%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white
}

.likeCount {
    width: 90%;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--main-color);
    font-weight: 600;
    font-size: .9rem;
    position: relative;
    background-color: #fef3f2
}

.likeCount::before {
    height: 8px;
    width: 8px;
    position: absolute;
    content: "";
    background-color: var(--main-color);
    transform: rotate(45deg);
    left: -4px
}

.Btn:hover .likeCount {
    background-color: rgb(253 221 167)
}

.Btn:hover .leftContainer {
    background-color: var(--main-color)
}

.Btn:active .leftContainer {
    background-color: var(--main-color)
}

.dept-box {
    width: 200px;
    height: 100px;
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    transition: .3s ease-in
}

.icon-box {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fef3f2;
    border-top: 1px solid var(--main-color);
    padding: 5px;
    border-radius: 50%;
    top: calc(30% - 30px);
    left: calc(50% - 30px);
    transition: .3s ease-in
}

.dept-box p {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: -15%;
    padding: 20px 5px 0 5px;
    border: 1px solid;
    z-index: -1;
    transition: .3s ease-in;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1rem;
    color: var(--main-color);
    background: #fef3f2;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.icon-box img {
    width: 100%;
    transition: .3s ease-in;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .2))
}

.dept-box:hover .icon-box {
    transition: .3s ease-in;
    padding: 0
}

.main-f {
    width: 100%;
    margin: 1px solid;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px
}

.single-f {
    border: 2px solid var(--main-color);
    width: 175px;
    height: 140px;
    padding: 6px 6px 0 6px;
    display: flex;
    background: #fef3f2;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

.single-f p {
    width: 100%;
    color: var(--main-color);
    margin: 0;
    height: 25%;
    display: flex;
    font-weight: bold;
    font-size: .8rem;
    padding: 0 10px 0 0;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    transition: .3s
}

.images-glry {
    width: 100%;
    height: 75%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px
}

.images-glry img {
    height: 100%;
    width: 100%;
    transition: .3s;
    object-fit: cover
}

.single-f:hover p {
    padding: 0 0 0 0;
    transition: .3s
}

.single-f:hover img {
    scale: 1.05;
    transition: .5s
}

.alumni {
    width: 100%;
    position: relative
}

#alumni img.d-block.w-100 {
    width: 250px !important;
    height: 280px !important;
    object-fit: cover;
    margin: auto;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .35) 0 1px 15px
}

.sambalpuri-back {
    position: absolute;
    background-color: #fef3f2;
    background-image: url(../icons/4.png);
    background-size: 25%;
    width: 100%;
    z-index: -1;
    top: 37%;
    height: 320px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    border-radius: 5px
}

#alumni .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important
}

#alumni .carousel-caption.d-md-block {
    position: absolute;
    top: 100%
}

#alumni h5 {
    color: var(--main-color);
    font-weight: bold;
    font-family: var(--heading-font)
}

#alumni p {
    color: var(--main-color);
    font-weight: bold
}

.events .single-f {
    width: 100%;
    display: flex;
    flex-direction: row
}

.events .images-glry {
    width: 40%;
    height: 96%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px
}

.events .single-f p {
    width: 100%;
    color: var(--main-color);
    margin: 0;
    height: 100%;
    display: flex;
    font-size: .8rem;
    padding: 0 10px 0 0;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-around;
    transition: .3s;
    flex-direction: row
}

.events .single-f h6 {
    font-weight: bold;
    font-size: 1rem;
    color: var(--main-color)
}

.events .right-events {
    width: 60%;
    padding: 5px
}

.inner-header {
    width: 100%;
    position: relative
}

.inner-header img {
    width: 100%
}

.inner-page {
    gap: 5px
}

.inner-page .likeCount {
    width: 91%;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-color);
    font-weight: 600;
    font-size: .8rem;
    position: relative;
    background-color: #fef3f2
}

.inner-page .leftContainer {
    width: 15%;
    height: 100%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white
}

.inner-page .Btn {
    width: 100%;
    height: 40px;
    border-radius: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .089)
}

.page-navigation {
    background: #fffdfd;
    padding: 2px 0;
    font-size: .8rem;
    color: var(--main-color);
    border-bottom: 1px dotted #f73f3f;
    border-top: 1px dotted #f73f3f;
    box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0
}

.page-navigation a {
    font-weight: bold;
    color: var(--main-color)
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #720f11 !important;
    border-radius: 50%
}

.carousel-control-next-icon, .carousel-control-prev-icon::after {
    content: ""
}

.image-border {
    border: 1px solid #dfdfdf;
    padding: 5px 5px 10px 5px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    background: #fef3f2
}

.name {
    color: var(--main-color);
    font-family: var(--heading-font);
    font-size: 1.5rem;
    margin: 10px;
    text-align: center
}

.profile-detail {
    background: #efefee;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    padding: 5px 10px;
    margin: 20px 0
}

.profile-detail h6 {
    margin: auto;
    padding: 0 10px;
    width: fit-content;
    color: var(--main-color);
    text-align: center;
    border-bottom: 2px solid var(--main-color);
    font-weight: bold
}

.contacts-vc {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    flex-direction: column
}

.image-border a {
    font-weight: bold;
    color: black
}

.image-border i {
    margin: 0 5px;
    color: var(--main-color)
}

.profile-detail a {
    font-weight: bold;
    color: black
}

.profile-detail i {
    margin: 0 5px 0 0;
    color: var(--main-color)
}

.paggingdata {
    width: 100%;
    display: inline-block;
    margin-top: 10px
}

.showing {
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 28px
}

div.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    float: right
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid var(--main-color);
    text-decoration: none;
    color: #000000
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #000000;
    color: #ffffff;
    background-color: var(--main-color)
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid var(--main-color);
    font-weight: bold;
    background-color: #333;
    color: #fff
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #999999;
    color: #ccc
}

.gallerylabel {
    position: relative;
    color: var(--main-color);
    height: 20%;
    font-size: .8rem;
    padding: 0 25px 0 0;
    font-weight: bold;
    overflow: hidden
}

.gallerylabel .gallerycaps {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.gallerylabel i {
    position: absolute;
    right: 1%;
    top: 20%
}

.subtitle {
    font-weight: bold;
    border-bottom: 2px solid;
    color: var(--main-color);
    font-size: 1.3rem
}

.main-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.contact-persions {
    width: 100%;
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.contacts-vcs {
    width: 60%;
    display: flex;
    border: 1px solid #d5d5d5;
    background: #fef3f2;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    flex-direction: column;
    align-content: flex-start;
    align-items: center
}

.contacts-vcs h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--main-color)
}

.contacts-vcs a {
    font-size: 1rem;
    font-weight: bold;
    color: var(--main-color)
}

.contacts-vcs1 {
    width: 32%;
    display: flex;
    border: 1px solid #d5d5d5;
    background: #fef3f2;
    padding: 10px 5px;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
}
.contacts-vcs1 img {
    width: 25%;
    height: 100%;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* object-fit: contain; */
    background: white;
    /* padding: 1px; */
}
.right-div-vc {
    width: 70%;
    display: flex;
    /* border: 1px solid red; */
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.contacts-vcs1 h1 {
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--heading-font);
    margin: 0;
    color: var(--main-color);
}

.contacts-vcs1 p {
    font-size: .9rem;
    margin: 0
}

.contacts-vcs1 a {
    font-size: .8rem;
    font-weight: bold;
    color: var(--main-color)
}

.alumni-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 15px
}

.alumni-flex-box {
    width: 170px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    background-color: #fef3f2;
    background-image: url(../icons/4.png);
    background-size: 10%
}

.alumni-flex-box img {
    width: 100%;
    object-fit: cover;
    height: 200px
}

.alumni-flex-box h3 {
    font-size: .9rem !important;
    margin-top: 5px !important;
    text-align: center !important;
    font-weight: bold !important;
    color: var(--main-color) !important
}

.alumni-flex-box h4 {
    font-size: .8rem;
    text-align: center;
    color: #2e2e2e
}

.activities {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start
}

.single-acts {
    border: 1px solid #d3d3d3;
    width: 260px;
    background: #fef3f2;
    box-shadow: rgba(0, 0, 0, .16) 0 1px 4px;
    padding: 5px
}

.images-acts {
    width: 100%;
    height: 140px;
    overflow: hidden
}

.images-acts img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.acts-events {
    padding: 10px 0
}

.acts-events h6 {
    color: var(--main-color);
    font-size: 1.1rem;
    font-weight: bold
}

.acts-events p {
    color: black;
    text-align: justify;
    font-size: .8rem;
    margin: 0
}

.quick-dropdown ul {
    display: none
}

.quick-dropdown .fa-angles-right {
    transition: transform .3s ease;
    transform: rotate(00deg)
}

.quick-dropdown.active .fa-angles-right {
    transform: rotate(90deg)
}

.quick-dropdown.active ul {
    display: block
}

.quick-dropdown.active ul i {
    background: #001b34
}

.quick_link_list li span i {
    border: 0
}

.icons-homepage ul {
    list-style: none;
    width: 100%;
    background: #fef3f2;
    font-size: .8rem;
    border-bottom: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    margin-top: -5px;
    margin-bottom: 0;
    padding: 5px
}

.icons-homepage li {
    border-bottom: 1px dotted lightcoral
}

.icons-homepage li:last-child {
    border-bottom: none
}

.icons-homepage li a {
    color: var(--main-color)
}

.inc-chart .alumni-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px
}

.inc-chart .alumni-flex-box {
    width: 240px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    background-color: #fef3f2;
    background-image: url(../icons/4.png);
    background-size: 25%
}

.inc-chart .alumni-flex-box img {
    width: 100%;
    object-fit: cover;
    height: 260px
}

.inc-chart .alumni-flex-box h3 {
    font-size: 1rem !important;
    margin-top: 5px !important;
    text-align: center !important;
    font-weight: bold !important;
    font-family: var(--heading-font);
    color: var(--main-color) !important
}

.inc-chart .alumni-flex-box h4 {
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
    color: #2e2e2e
}
.res-img {
    width: 50% !important;
}.page {
    /* display: flex; */
    flex-direction: row-reverse;
}
.top-bar {
    align-items: center;
    background-color: #034D97;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    row-gap: 10px;
    top: 0;
    width: 100%;
    z-index: 99999999;
    @media (max-width: 991px) {
        align-items:center;
        flex-direction:column;#home {
            display: none!important
        }
    }

    .goog-te-gadget {
        overflow: hidden;
        width: 120px;
        select {
            border: none!important;
            outline: none!important
        }
    }

    #top-sub-section {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .hamburger-menu {
        align-items: center;
        display: flex;
        justify-content: end;
        width: 100%;
        .menu-top-icon i {
            border: 1px solid #eee;
            border-radius: 5px;
            font-size: 12px;
            padding: .3rem .6rem
        }

        @media (min-width: 600px) {
            display:none!important
        }
    }

    @media (max-width: 600px) {
        #top-sub-section {
            display:flex;
            display: none;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            ul: first-child {
                gap:5px;
                margin-bottom: 10px
            }

            ul: nth-child(2) {
                li {
                    margin-left:0;
                    padding-left: 0;
                    &.controllers {
                        padding: 5px
                    }
                }
            }
        }
    }
}

.top-bar ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
    @media (max-width: 1600px) {
        margin-right:0!important
    }
}

.top-bar button,.top-bar li {
    background-color: initial;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    @media (max-width: 1536px) {
        font-size:12px!important
    }
}

.top-bar ul a,.top-bar ul button {
    border: none!important;
    border-right: 1px solid #fff!important;
    outline: none;
    padding: 0 5px;
    text-decoration: none!important;
    &:last-child {
        border-right: none!important
    }

    &:hover {
        text-decoration: none!important
    }
}

.top-bar ul a li,.top-bar ul li {
    color: #fff;
    cursor: pointer
}

.top-bar ul li:hover {
    text-decoration: underline
}

.top-bar li:first-child {
    margin-left: 0
}