.vs-uni-header {
    background-color: #B8B8B8;
    font-size: 14px;
    font-weight: normal;
    padding: 0 !important;
    color: #343538;
}
.vs-uni-header.edu {
    background-color: #EDEDFD;
}

.vs-uni-header.business {
    background-color: #D6EDFF;
}

.vs-uni-header li.nav-item {
    color: #FFF;
    padding: 0 8px 3px 8px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.vs-uni-header .nav-item:has(.active) {
    background-color: #fff;
    font-weight: bold;
}
.vs-uni-header .nav-item:hover {
    background-color: rgba(255, 255, 255, .9);
}

.vs-uni-header a.nav-link {
    color: #000;
}

.vs-uni-header a.nav-link.active{
    color: #343538;
}

.vs-uni-header a:hover {
    color: #343538;
}

.vs-uni-header .nav-container {
    border-bottom: none;
}
header{
      z-index: 10;
    position: relative;
}



/***** Main Button Style *****/

.btn {
  border-radius: 0;
}

.btn-white,.btn-red,.btn-ghost-white,.btn-alt,.btn-ghost-red {
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 0;
    padding: 0.5em 2em;
    text-transform: uppercase;
    transition: border 0.5s, color 0.5s, background 0.5s;
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    min-width: 180px;
}

.btn-white{
    border-width: 1px;
    border-color: #212121;
    color: #212121;
}
.btn-white:hover{
    background-color: #777;
    border-color: #777;
    color: #FFF;}
.btn-red,.btn-red:link,.btn-red:visited,.btn-red:active,.btn-red:focus {
    border-width: 1px;
    background-color: #DB0025;
    border-color: #DB0025;
    color: #FFF;
}
.btn-ghost-red,.btn-ghost-red:link,.btn-ghost-red:visited,.btn-ghost-red:active,.btn-ghost-red:focus {
    border-width: 1px;
    background-color: #ffffff;
    border-color: #DB0025;
    color: #DB0025;
}
.btn-red:hover,.btn-ghost-red:hover {
    background-color: #C8102E;
    border-color: #C8102E;
    color: #fff;
}
.btn-alt,.btn-alt:link,.btn-alt:visited,.btn-alt:active,.btn-alt:focus{
    border-width: 1px;
    background-color: #555;
    border-color: #555;
    color: #FFF;
}
.btn-alt:hover {
    background-color: #777;
    border-color: #777;
    color: #fff;
}
.btn-ghost-white,.btn-ghost-white:link,.btn-ghost-white:visited,.btn-ghost-white:focus {
    border-width: 2px;
    border-color: #eee;
    color: #fff;
    font-weight: bold;
}
.btn-ghost-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #333;}
.btn-wrap {
    white-space: normal;
}
.btn-red.sm,.btn-white.sm,.btn-ghost-white.sm,.btn-alt.sm,.btn-ghost-red.sm {
    font-size: 12px;
    min-width: auto;
    line-height: 30px;
    letter-spacing: 1px;
}

.btn-more:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: '\f054';
  font-size: 0.8em;
  margin-left: 0.7em;
}

.btn-play {
    color: #fff;
    opacity: 0.75;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.btn-play:hover {
    opacity: 1;
    color: #fff;
}

.btn-book {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-color: #333;
    text-transform: uppercase;
    letter-spacing: 0;
}


.btn-book:hover{
    background-color: #DB0025;
    border-color: #DB0025;
    color: #FFF !important;
}

/* tab navs: begin */

.nav-tabs.vs-tabs {
  border-bottom: 1px solid #ccc;
}

.nav-tabs.vs-tabs .nav-link {
  border: none;
}

.nav-tabs.vs-tabs .nav-link.active {
  border-bottom: 2px solid #DB0025;
  color: #DB0025;
  font-weight: bolder;
}

/* tab navs: end */

/* General Styles */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body{padding: 0;margin: 0;font-family: "Open Sans", "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height: 1.42857143;font-weight: 300; color: #222; font-size: 1em; position: relative;}
.vs-container {
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.nav-container {
    max-width: 1600px;
}
a {color: #111;}
em {color: #222;}
a:hover{text-decoration: underline; color: #DB0025;}
.nav.nav-region *{font-size: 13px; font-weight: 400;}
.btn-region-select{ }
.btn-region-select:hover {
    color: #000;
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 { font-family: "Open Sans", "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; color: #222;}

h1 {
    font-size: 2.85rem;
    font-weight: 700;
}
h2{font-size: 2rem; line-height: 1.3;margin-bottom: 1rem;}
h3{font-size: 1.2857rem; line-height: 1.4;letter-spacing: 0;}
.touch-slide-quote h3{line-height: 1.2em;}
h2 small{line-height: 2;}
h2 big {font-size: 1em; font-weight: bold;}
h4,h5{ color: #555;}
p {
    font-weight: 400;
    color: #000;
}

b, strong {
    font-weight: 700;
}

/* Layout */
.lg-content {
    max-width: 1600px;
}

section {
    padding: 2em 0;
    position: relative;
}
.video-background * {
    border-radius: 15px;
}

/* Headings */
h1 {
    font-size: 48px;
}

section h2 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    text-rendering: optimizeSpeed;
}

section .kv h2 {
    font-size: 48px;
}

section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

section h4, section h5 {
    font-weight: 700;
    color: #000;
}

section h4 {
    font-size: 18px;
}

section h5 {
    font-size: 14px;
}

/* Buttons */

.btn{padding: .375rem 0rem;}

.yt-play-btn img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-filter: drop-shadow(0px 0px 5px #00000055);
    filter: drop-shadow(0px 0px 5px #00000055);
    z-index: 1;
    width: 70px;
}

.btn-white, .btn-red, .btn-ghost-white, .btn-alt, .btn-ghost-red {
    letter-spacing: 0px;
}

.btn.btn-red {
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-transform: inherit;
}

.btn.btn-red:hover {
    color: #FFF;
}

.btn-white {
    border-radius: 50px;
    border-color: #B2B2B2;
    background-color: #FFF;
    font-weight: 600;
    font-size: 16px;
    text-transform: inherit;
}
.btn-arrow{
    font-weight: 600;
    font-size: 16px;
}

.btn-noarrow{
    font-weight: 600;
    font-size: 16px;
    padding: .375rem .75rem;
}

.btn-arrow:after {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f105";
    margin-left: 8px;
    -webkit-transition: .2s;
    transition: .2s;
}


.btn-arrow:hover:after {
    content: "\f105";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    margin-left: 12px;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn-white:hover {
/*    color: inherit;*/
}

/* Links */
a.vs-read-more span {
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

a:hover h4 {
    text-decoration: none;
}

a.vs-read-more p {
    font-weight: 400;
}

a:hover.vs-read-more p {
    color: inherit;
}

/* Miscellaneous */
.vs-read-more span {
    font-size: 14px;
    font-weight: 400;
}

.vs-read-more i.fa.fa-angle-right {
    font-weight: 100;
}

.svg-icon img {
    width: 100%;
    max-width: 100px;
    margin-bottom: 5px;
}

.carousel-indicators li {
    border-radius: 50px;
    border: 1px solid #ffffff;
    background-color: #8f8f8f;
    width: 10px;
    height: 10px;
}

/* Accordion */
.uk-accordion-title {
    cursor: pointer;
}

.uk-open>.uk-accordion-title::before {
    background-image: url(/vsAssetFile/global/img/education/software/Minus.svg);
    background-size: 50%;
}

.uk-accordion-title::before {
    background-image: url(/vsAssetFile/global/img/education/software/Plus.svg);
    background-size: 50%;
}

/* Tabs */
#myTabContent.tab-content>.active {
    opacity: 0;
}

#myTabContent.tab-content>.tab-pane {
    opacity: 1;
}

/* Effects */
.lightness-cover:before {
    content: " ";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.75) 30%, rgba(255, 255, 255, 0) 45%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/* Slider */
.uk-slidenav {
    color: #000 !important;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 15px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%), 0 3px 10px 0 rgb(0 0 0 / 7%), 0 5px 10px 0 rgb(0 0 0 / 7%);
}

.uk-slidenav-next {
    transform: translateX(25px);
    margin-top: -10px;
}

.uk-slidenav-previous {
    transform: translateX(-25px);
    margin-top: -10px;
}

.slider-blur-bg {
    background-repeat: no-repeat;
    background-position: center 100%;
}

/* Cards */
.tab-content.uk-card-default {
    border: none;
}

.uk-card-default {
    color: #222;
}
.uk-border-rounded {
    border-radius: 15px;
    overflow: hidden;
}

.uk-card-default.uk-card-hover.slider-blur:hover {
    backdrop-filter: blur(30px);
    background-color: #ffffff8f;
    border: none;
}

.slider-blur {
    backdrop-filter: blur(30px);
    background-color: #ffffff8f;
    border: none;
}

/* Icons */
.uk-icon.uk-slidenav svg {
    color: #222;
}

.software-logo-type {
    font-size: 20px;
    font-weight: 700;
    left: -7px;
    position: relative;
    display: flex;
    align-items: center;
}

.software-logo-type img { max-height: 40px;}


/* Team Tablist */
.team-tablist li.nav-item.collapsed .nav-link:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 10px;
    float: right;
    background-image: url(/vsAssetFile/global/img/education/software/Plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.team-tablist .nav-link:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 10px;
    float: right;
    background-image: url(/vsAssetFile/global/img/education/software/Plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.team-tablist .nav-link.active:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 10px 5px;
    float: right;
    background-image: url(/vsAssetFile/global/img/education/software/Minus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.team-tablist {
    overflow: hidden;
}

.team-tablist li:hover {
    background-color: #FFF;
}

.team-tablist .nav-pills .nav-link {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}

.team-tablist [aria-expanded="false"] {
    background: #E6E8F4;
}

.team-tablist [aria-expanded="true"] {
    border: 5px solid #222;
}

.team-tablist .nav-pills .nav-link.active {
    color: #222;
    background-color: #ffffff00;
}

.team-tablist a:hover {
    text-decoration: none;
}

/* Ecosystem */
.eco-icon {
    max-width: 136px;
    width: 100%;
}

.eco-content-m ul {
    list-style: none;
}

#ecosystem .uk-overlay li {
    list-style-type: none;
}

#ecosystem .uk-overlay a img {
    transition: filter 0.2s;
}

#ecosystem .uk-overlay a:hover img {
    filter: grayscale(0.3) contrast(1);
}

/* Responsive Styles */
@media (min-width: 960px) {
    .expand-slider .uk-slider-container {
        overflow: inherit;
    }

    .expand-slider .uk-slider-items.uk-grid {
        flex-wrap: wrap;
        transform: none !important;
    }
}

@media (max-width: 1600px) {
    .slider-blur-bg {
        background-size: cover !important;
    }
}

@media (max-width: 1200px) {

    .btn-red, .btn-white {
        width: 100%;
    }

    section .kv h2, section h2 {
        font-size: 28px;
    }

    .slider-blur-bg {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .vs-uni-header .nav-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .nav {
        flex-wrap: nowrap;
        display: flex;
    }

    .nav-item {
        flex: 0 0 auto;
    }

    header .navbar-nav li {
        line-height: 1.8;
    }
    .py-3-m{padding: 15px 0;}
    h1 {
        font-size: 32px;
    }

    section {
        padding: 0.5em 0;
    }
  .row > [class*="col"].m-1,.row > [class*="col"].m-2,.row > [class*="col"].m-3 ,.row > [class*="col"].m-4 ,.row > [class*="col"].m-5   {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}



