@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i|Montserrat:400,700|Poppins:100,200,300,400,500,600,700,800,900");
html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #222324;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.rounded-circle {
  border-radius: 50% !important;
}

.f-size-sm {
  font-size: 1.4rem;
}

.f-size-lg {
  font-size: 3.75rem;
}

.f-weight-700 {
  font-weight: 700;
}

/*--------------------
  Links
---------------------*/
a {
  color: #35E6BC;
  text-decoration: none;
}

a:focus, a:hover {
  color: #239278;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*--------------------
  Selection
---------------------*/
::selection {
  color: #ffffff;
  background: #239278;
  text-shadow: none;
}

.text-primary-color {
  color: #35E6BC !important;
}

.text-secondary-color {
  color: #239278 !important;
}

#preloader {
  background: #040b14;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #040b14;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #35E6BC;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}
@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #040b14;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #35E6BC;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #040b14;
  }
}
#sideNav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}

#sideNav .profile img {
  margin: 15px auto;
  display: block;
  width: 140px;
  border: 0.4rem solid #040b14;
  box-shadow: 0 0 40px #89E6DE;
}

#sideNav .profile .socials a {
  font-size: 18px;
  display: inline-block;
  background: #212431;
  color: #ffffff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#sideNav .profile .socials a:hover {
  background: #1E7D67;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1199px) {
  #sideNav {
    left: -300px;
  }
}
#sideNav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #F5F5F5;
}

#sideNav::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

#sideNav::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #239278;
  border: 1px solid #1E7D67;
}

/*--------------------
  Navigation Menu
---------------------*/
.nav-menu {
  padding: 2rem 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 1.04rem;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #6f7180;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  text-decoration: none;
  color: #89E6DE;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover > a i {
  color: #89E6DE;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #149ddd;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #sideNav {
  left: 0;
}

#intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#intro .bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#intro .bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

#intro .caption {
  position: absolute;
  top: 40%;
  left: 300px;
  right: 0;
  transform: translate3d(0, -4 0%);
  text-align: center;
}

#intro .caption::before {
  display: table;
  content: " ";
}

#intro .caption::after {
  clear: both;
}

#intro .caption h2 {
  color: #ffffff;
  margin-top: 0;
  font-weight: 400;
  font-size: 2rem !important;
  margin-bottom: 0.75rem;
}

#intro .caption h1 {
  font-size: 3.4375rem !important;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #fff;
}

#intro .caption h2 span {
  padding-bottom: 0.5rem;
  letter-spacing: 0.2rem;
  border-bottom: 3px solid #35E6BC;
}

@media (max-width: 1199px) {
  #intro .caption {
    left: 0;
  }
}
#mainFooter {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #040b14;
}

#mainFooter .copyright {
  text-align: center;
}

#mainFooter .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #mainFooter {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}