/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgb(255, 255, 255);
  transition: 0.4s;
}

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

.nav-menu a {
  display: block;
  position: relative;
  color: #06003d;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color:  #fff;
  background-color: #06003d;
  text-decoration: none;
}

.nav-menu .drop-down > a:after {
  content: "\e9ac";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 130px;
}

.nav-menu .active.drop-down > a:after {
  content: "\e9ac";
}

.nav-menu .drop-down > a {
  padding-left: 20px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  left: 0;
}

.nav-toggle {
  position: fixed;
  left: 100px;
  /*top: 26px;*/
  z-index: 9998;
  border: 0;
  background: transparent;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;

}

.nav-toggle i {
  color: rgb(0, 0, 0);
  font-size: 35px;
}
@media (max-width: 768px) {
  .nav-toggle {
    left: 10px;
    top: 35px;
  }
  .nav-toggle i {
    color: rgb(0, 0, 0);
    font-size: 35px;

  }
}
.nav-toggle-active {
  left: 275px;
}
@font-face {
  font-family: myFirstFont;
  src: url(ok.ttf);

}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links a {
  color: #7b909a;
  padding: 12px 0 12px 6px;
  display: inline-block;
  line-height: 1px;

}

.header-social-links a:hover {
  color: #009cea;
}

@font-face {
  font-family: myFirstFont;
  src: url(ok.ttf);

}
#hero {
  width: 100%;
  height: 95vh;

  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

#hero .carousel-item {
  width: 100%;
  height: 30vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.special-overlay {
  background-image: linear-gradient(to bottom right, #002f4b, #0f013e);
  opacity: .8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 15% 32px;
  line-height: 1.5;
  text-align: center;
  color: white;
  z-index: 100;
}
.special-font
{
  font-size: 120px;
  font-weight: bold;
}
.special-font2
{
  font-size: 135px;
  font-weight: bold;
}
.special-font3
{
  font-size: 120px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .special-font {
    font-size: 70px;
    font-weight: bold;
    margin-top: 50%;
  }
  .special-font2 {
    font-size: 110px;
    font-weight: 800;
    margin-top: 50%;
  }
  .special-font3 {
    font-size: 70px;
    font-weight: bold;
    margin-top: 70%;
  }
}
.image-special{
  max-height: 120px;
}
.tahomaFont {
  font-family: Tahoma, sans-serif;
}
@font-face {
  font-family: Tahoma;
  src: url(Tahoma.ttf);
}
.titleMore{
  font-family: myFirstFont;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}
.titleMore a{
  color: #06003d;
}

.titleMore a:hover{
  color: white;
  background-color: #06003d;
}