@font-face {
    font-family: CORBELB;
    src: url(media/fonts/CORBELB.TTF);
}

@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(media/fonts/MYRIADPRO-REGULAR.OTF);
}

.font-custom-1 {
    font-family: 'Open Sans', sans-serif;
}

.font-custom-2 {
    font-family: CORBELB;
}

.font-custom-3 {
    font-family: MYRIADPRO-REGULAR;
}

html {
  scroll-behavior: smooth;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.nav-logo {
    height: 20px;
}

.navbar {
    background-color: #2B4083;
}

header {
    position: relative;
    width: 100%;
    background:url(media/background.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
}

@media screen and (min-width:1600px) {
  header {
    height:100%
  }
}

.logo {
  width: 450px;
}

.vortice {
  position: absolute;
  width: 500px;
  top: -50px;
  left: -5px;
  z-index: -1;
}

@media screen and (max-width:576px) {
  .play-video {
    width: 100px
  }
}


h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #0844A3;
    line-height: 1;
}

h1 span {
  display: block;
  font-size: 21px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff
}

#intro {
    background: linear-gradient(#FCFCFD 1%, #a4d9f9 35%, #9fd6f8 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
}

#intro h2 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.158) !important;
}

.hr-custom {
    border-bottom: 1px solid #2B4083;
    margin-left: 50px;
    margin-right: 50px;
}

.share {
    position: fixed;
    right: 10vh;
    bottom: 10vh;
    width: 60px;
    z-index: 9;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 8px #9e9e9e);
    filter: drop-shadow(0px 0px 8px #a1a1a1);
}

.mouse {
    width: 25px
}

.arrow {
    width: 25px
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #2B4083
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333333
}

@media screen and (min-width:768px) {
  #our-values img {
    width: 450px;
    max-height: 200px;
  }
}

#our-values h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  color: #2B4083
}

#our-values .slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#our-values .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}

#our-values .slick-dots li button:before {
  font-family: 'slick';
  font-size: 100px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '_';
  text-align: center;
  opacity: 1;
  color: #9fd6f8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#our-values .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2B4083;
}

@media screen and (max-width:767px) {
  #our-values .slick-dots li {
    width: 20px;
    margin: 0 5px;
  }
  #our-values .slick-dots li button:before {
    font-size: 40px;
  }
}

#content {
  background: url('media/background-together.png'), #7FBBE2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#content h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  color: #fff
}

@media screen and (min-width:577px) {
  #content .slick-list {
    overflow: visible;
    margin: 0 -300px;
  }
  #content .slick-slide {
    margin: 0 300px;
  }
}

@media screen and (min-width:1200px) {
  #content .slick-list {
    overflow: visible;
    margin: 0 -500px;
  }
  #content .slick-slide {
    margin: 0 500px;
  }
}

.second-slider-next{
  position: absolute;
  display: block;
  height: 70px;
  width: 35px;
  top: 380px;
  right: 10%;
  background: url('media/next-slide.png') no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  transition: .2s ease-in-out;
}

.second-slider-prev{
  position: absolute;
  display: block;
  height: 70px;
  width: 35px;
  top: 380px;
  left: 10%;
  background: url('media/prev-slide.png') no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  transition: .2s ease-in-out;
}

.second-slider-prev:hover, .second-slider-next:hover {
  opacity: 0.5;
  cursor: pointer;
}

@media screen and (max-width:1400px) {
  .second-slider-next{
    right: 20px;
  }
  .second-slider-prev{
    left: 20px;
  }
}

@media screen and (max-width:576px) {
  .second-slider-next{
    height: 25px;
    width: 12px;
    top: 300px;
  }
  .second-slider-prev{
    height: 25px;
    width: 12px;
    top: 300px;
  }
}

.second-slider-prev.slick-arrow.slick-disabled,
.second-slider-next.slick-arrow.slick-disabled {
  opacity: 0;
}

.line-carousel {
  border-bottom: 5px solid #2B4083;
  height: 5px;
}

.carousel-append {
  position: relative;
  width: 150px;
}

#content a {
  transition: .2s ease-in-out;
  color: #2B4083
}

#content .btn-content {
  background-color: #2B4083;
  padding: 10px 30px;
  border-radius: 25px;
  color: #fff
}

#content i {
  color: #7FBBE2
}

.second-carousel {
  position: relative;
  top: -23px
}

#content .slick-next:before {
  font-weight: 600;
  content: "\f054";
}

#content .slick-prev:before {
  font-weight: 600;
  content: "\f053";
}

#content .slick-prev:before,
#content .slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 40px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#content .slick-prev.slick-disabled:before,
#content .slick-next.slick-disabled:before {
  opacity: 0;
}

















#social .icon, #share .icon {
    height: 50px;
    transition: .3s ease-in-out;
}

#share h5 {
  font-family: CORBELB;
  font-size: 18px;
  color:#242166
}

/* Bob Social's Icons Hover */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@media screen and (min-width:577px) {
  .vortice.hvr-bob {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }
}

.p-social {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #2B4083;
}

.flag {
    height: 25px
}

footer {
    background-color: #2B4083;
}

footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.animate__animated.animate__slideInDown {
    --animate-duration: 1.3s;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width:992px) {
  body,
  html {
  height: 100%;
  width: 100%;
  }
}

@media screen and (max-width:767px) {
    .share {
      right: 10px;
      top: 70px;
    }
    h1 {
      font-size: 41px;
    }
    h1 span {
      font-size: 18px;
    }
}

@media screen and (max-width:576px) {
    h1 {
        font-size: 22px;
        line-height: 1.4;
    }
    h1 span {
      font-size: 22px;
    }
    h2 {
      font-size: 22px;
    }
    .vortice {
      width: 400px;
      top: -60px;
      left: 0px;
      z-index: -1;
    }
    #our-values h2 {
      font-size: 28px;
    }
    #content h2 {
      font-size: 28px;
    }
    h3 {
      font-size: 18px;
    }
    .hr-custom {
        margin-left: 15px;
        margin-right: 15px;
    }
    .share {
        right: 10px;
        top: 70px;
        width: 40px;
    }
    #social .icon {
        height: 44px;
    }
}

.modal-header {
  border-bottom: 0;
}

@media screen and (max-width:992px) {
  .modal {
      padding-right: 0px !important;
      margin-top: 0px !important;
  }
}

.close {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 9999!important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #2B4083;
  text-shadow: 0px 0px 4px gray;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.close:hover {
  color: #A2C6E0;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
.close:focus {
  background-color: none!important;
  border:none!important;
  outline: none;
  box-shadow: none;
  color: none!important;
  transition: all .3s ease-in-out;
}












/* ---- particles.js ---- */

canvas{
  display: block;
  /* vertical-align: bottom; */
}

/* ---- particles.js container ---- */
#particles-js{
  position:absolute;
  width: 100%;
  /* height: 100%; */
  height: 1600px;
  background-color: #ffffff00;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  /* -webkit-user-select: none; */
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}