.video-player {
  text-align: center;
  margin: auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

h2.logo, h3.logo {
  font-family: Rubik,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  line-height: 1;
}

h2.logo {
  font-weight: 600;
  font-size: 38px;
}

.scrollHeader h2.logo {
  color: #1f194c;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sub-text {
  text-align: justify;
  font-size: 20px;
  line-height: 1.5;
}

.home-section {
  min-height: 800px;
}

.custom-header-banner {
  top: -25px;
}

.navbar-brand img.custom-logo {
  max-height: 64px;
}

.scrollHeader .navbar-brand img.custom-logo {
  max-height: 48px;
}

.bg-theme,
.theme-overlay[data-overlay-dark]:before {
  background: #2F4AC7;
  background: -webkit-linear-gradient(-45deg, #2B44B6, #2F4AC7);
  background: -moz-linear-gradient(-45deg, #2B44B6, #2F4AC7);
  background: -o-linear-gradient(-45deg, #2B44B6, #2F4AC7);
  background: linear-gradient(-45deg, #2B44B6, #2F4AC7);
}

.bg-theme-solid,
.theme-overlay-solid[data-overlay-dark]:before {
  background: #2F4AC7;
}

.footer,
.footer-style4 li {
  color: #ededed;
}

body,
.team-style03 .team-details h4 a {
  color: #282828;
}

.text-primary {
  color: #2F4AC7 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #101942;
}

.navbar-nav > li.language-selector {
  color: #ffffff;
}

.navbar-nav > li.language-selector > a {
  display: inline-block;
}