html,
body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background: rgba(15, 43, 104, 1);
  background: linear-gradient(320deg,
      rgba(0, 247, 244, 1) 0%,
      rgba(2, 212, 220, 1) 13%,
      rgba(6, 158, 183, 1) 25%,
      rgba(10, 111, 151, 1) 37%,
      rgba(12, 73, 124, 1) 50%,
      rgba(15, 43, 104, 1) 63%,
      rgba(16, 22, 89, 1) 75%,
      rgba(17, 9, 80, 1) 87%,
      rgba(18, 5, 78, 1) 100%) fixed;

  background: -webkit-linear-gradient(320deg,
      rgba(0, 247, 244, 1) 0%,
      rgba(2, 212, 220, 1) 13%,
      rgba(6, 158, 183, 1) 25%,
      rgba(10, 111, 151, 1) 37%,
      rgba(12, 73, 124, 1) 50%,
      rgba(15, 43, 104, 1) 63%,
      rgba(16, 22, 89, 1) 75%,
      rgba(17, 9, 80, 1) 87%,
      rgba(18, 5, 78, 1) 100%) fixed;
  background: -moz-linear-gradient(320deg,
      rgba(0, 247, 244, 1) 0%,
      rgba(2, 212, 220, 1) 13%,
      rgba(6, 158, 183, 1) 25%,
      rgba(10, 111, 151, 1) 37%,
      rgba(12, 73, 124, 1) 50%,
      rgba(15, 43, 104, 1) 63%,
      rgba(16, 22, 89, 1) 75%,
      rgba(17, 9, 80, 1) 87%,
      rgba(18, 5, 78, 1) 100%) fixed;
  background: -ms-linear-gradient(320deg,
      rgba(0, 247, 244, 1) 0%,
      rgba(2, 212, 220, 1) 13%,
      rgba(6, 158, 183, 1) 25%,
      rgba(10, 111, 151, 1) 37%,
      rgba(12, 73, 124, 1) 50%,
      rgba(15, 43, 104, 1) 63%,
      rgba(16, 22, 89, 1) 75%,
      rgba(17, 9, 80, 1) 87%,
      rgba(18, 5, 78, 1) 100%) fixed;
  background: -o-linear-gradient(320deg,
      rgba(0, 247, 244, 1) 0%,
      rgba(2, 212, 220, 1) 13%,
      rgba(6, 158, 183, 1) 25%,
      rgba(10, 111, 151, 1) 37%,
      rgba(12, 73, 124, 1) 50%,
      rgba(15, 43, 104, 1) 63%,
      rgba(16, 22, 89, 1) 75%,
      rgba(17, 9, 80, 1) 87%,
      rgba(18, 5, 78, 1) 100%) fixed;
  background: linear-gradient(320deg,
      rgba(0, 247, 244, 1) 0%,
      rgba(2, 212, 220, 1) 13%,
      rgba(6, 158, 183, 1) 25%,
      rgba(10, 111, 151, 1) 37%,
      rgba(12, 73, 124, 1) 50%,
      rgba(15, 43, 104, 1) 63%,
      rgba(16, 22, 89, 1) 75%,
      rgba(17, 9, 80, 1) 87%,
      rgba(18, 5, 78, 1) 100%) fixed;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

p {
  font-size: 20px;
}

h3 {
  padding-bottom: 1rem;
}

@keyframes particleAnimation {
  from {
    top: -100px;
  }

  to {
    top: calc(100% + 100px);
  }
}

.shooting-stars {
  position: fixed;
  width: 100%;
  height: 100%;
}

.star {
  position: absolute;
  left: 0px;
  top: 50px;
  width: 1px;
  height: 1px;
  background-color: white;
  animation-name: particleAnimation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.star::before {
  position: absolute;
  display: block;
  content: "";
  height: 100px;
  right: 0px;
  bottom: 0px;
  width: 1px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(255, 255, 255, 0.4) 100%);
}

.star-1 {
  animation-duration: 10s;
  left: calc(15px + 16.666667%);
}

.star-2 {
  animation-duration: 5s;
  left: calc(15px + 16.666667% * 2);
}

.star-3 {
  animation-duration: 20s;
  left: calc(15px + 16.666667% * 3);
}

.star-4 {
  animation-duration: 7s;
  left: calc(15px + 16.666667% * 4);
}

.carousel-indicators {
  position: relative;
  z-index: 0;
}

.carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #101659;
}

.carousel-indicators li.active {
  background-color: #101659;
}

.slider-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  /* background-image: url(../img/slider_img_gb.png); */
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  /* background-position: center center; */
  /* clear: both; */
}

.slider-image img {
  padding: 0px;
  /* height: 100%; */
  /* padding: 20%; */
  /* padding-bottom: 20%; */
}

@-moz-keyframes imgScaler {
  0% {
    -moz-transform: scale(0);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-webkit-keyframes imgScaler {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes imgScaler {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.carousel-item .slider-image {
  transform: scale(0);
}

.carousel-item {
  align-items: center;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.carousel-item .row {
  /* height: 100%; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.carousel-item.active {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item.active .slider-image {
  animation: imgScaler 1s ease-in-out both;
  height: 100%;
}

.carousel-item .slider-image img.slider-image-main {
  transform: scale(0);
}

.carousel-item.active .slider-image img.slider-image-main {
  padding: 0px;

  transform-origin: center center;
  animation: imgScaler 1.6s ease-in-out both;
  /* height: 100%; */
  /* padding: 20%; */
  /* padding-bottom: 20%; */
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slider_img_gb {
  position: absolute;
  /* width: 100%; */
  /* right: 0; */
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
}

.position-lg-absolute {
  position: absolute;
}

@keyframes loadingAnimation {
  0% {
    width: 15%;
  }

  30% {
    width: 1%;
  }

  100% {
    width: 50%;
  }
}

.loading-wrapper {
  height: 8px;
  width: 90px;
  background: white;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: space-between;
}

.loading-wrapper .span-1 {
  display: flex;
  height: 100%;
  width: 15%;
  animation: loadingAnimation 1s linear alternate-reverse;
  background: #00f7f4;
}

.loading-wrapper .span-2 {
  height: 100%;
  width: auto;
  background: white;
}

.loading-wrapper .span-3 {
  height: 100%;
  width: 15%;
  background: #ff0a2e;
  float: right;
  animation: loadingAnimation 1s linear alternate-reverse;
}

.services-list {
  /* color: white; */
  display: block;
}

.services-list-item {
  font-size: 1.2rem;
  display: block;
}

.services-list-item a span {
  color: #8789a8;
  font-weight: normal;
}

.services-list-item a:hover span {
  color: #07849f;
  font-weight: normal;
}

.services-list-item a:hover {
  text-decoration: none;
  color: #00f7f4;
}

.help-grow {
  font-size: 0.8rem;
}

.services-side-img {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 16.66667%;
  overflow: hidden;
}

.services-side-img img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  right: 0px;
}

.hero {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}

.hero .hero-img-wrapper {
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
  max-height: 60vh;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-img-wrapper-bright {
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
  max-height: 60vh;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-img-wrapper:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.307); */
}

.hero .hero-img-wrapper-bright:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.307);
}

@keyframes text3danimation {
  0% {
    text-shadow: 3px 0px 1px #00f7f4, 3px 1px 1px #00f7f4, 3px 2px 1px #00f7f4,
      3px 1px 1px #00f7f4, -3px 3px 1px #ff0a2e, -3px 3px 1px #ff0a2e,
      -3px 3px 1px #ff0a2e, -3px 3px 1px #ff0a2e, 2px 4px 1px rgb(167, 167, 167);
  }

  25% {
    text-shadow: 0px 0px 0px #00f7f4;
    /* text-shadow: 0px 0px 1px #00f7f4, 0px 1px 1px #00f7f4,
      0px 2px 1px #00f7f4, 0px 1px 1px #00f7f4, 0 3px 1px #ff0a2e,
      0 3px 1px #ff0a2e, 0 3px 1px #ff0a2e, 0 3px 1px #ff0a2e,
      2px 4px 1px rgb(167, 167, 167);
   */
  }

  50% {
    text-shadow: -3px 0px 1px #00f7f4, -3px 1px 1px #00f7f4,
      -3px 2px 1px #00f7f4, -3px 1px 1px #00f7f4, 3px 3px 1px #ff0a2e,
      3px 3px 1px #ff0a2e, 3px 3px 1px #ff0a2e, 3px 3px 1px #ff0a2e,
      2px 4px 1px rgb(167, 167, 167);
  }

  100% {
    text-shadow: 0px 0px 0px #ff0a2e;
  }
}

.hero .hero-title {
  position: absolute;
  text-shadow: 0px 0px 0px #ff0a2e;
  font-weight: 700;
  font-size: 4.5rem;

  animation: text3danimation 1s linear forwards;
}

.project-card {
  /* justify-content-end
  align-items-end
  h-100
  mt-auto */

  border: none;
  text-align: left;
  vertical-align: bottom;
  height: 100%;
}

.project-card:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.527);
}

.project-card .card-img-overlay {
  vertical-align: bottom;
  border: none;
  object-fit: cover;
  display: flex;
  /* justify-content: flex-end; */
  align-items: flex-end;
  /* height: 100%; */
}

.project-card .card-title {
  padding: 0px;
  margin: 0px;
}

footer.footer {
  text-align: center;
  padding: 3rem 0px;
  background-color: rgba(18, 5, 78, 1);
}

.service-section-side-img:nth-child(even) {
  /* text-align: right; */
}

.service-section-side-img {
  align-items: center;
  margin-bottom: 4rem;
}

.service-section-side-img .section-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding-bottom: 1.7rem;
}

.service-section-side-img .section-title {
  font-weight: bold;
}

.service-section-middle-img {
  text-align: center;
  align-items: self-start;
  margin-bottom: 4rem;
}

.service-section-middle-img .section-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-section-middle-img .section-img img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.service-section-middle-img .section-title {
  font-weight: bold;
  color: #00f7f4;
  padding-top: 1.5rem;
  font-size: 1.75rem;
  text-decoration: underline;
}

.trainings-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-wrapper .feature-img {
  height: 140px;
}

.nia-wrapper .nia-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.nia-wrapper .nia-img img {
  object-fit: cover;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.ec-item {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  padding: 0px;
}

.ec-img {
  max-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: flex-end;
  /* padding: 15px; */
}

.ec-img:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.307);
}

.ec-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ec-title {
  position: absolute;
  text-shadow: 0px 0px 0px #ff0a2e;
  /* font-weight: 700; */
  /* font-size: 4.5rem; */

  /* animation: text3danimation 1s linear forwards; */
}

@media (max-width: 1199.98px) {
  .side-navbar ul li a {
    /* font-size: 2rem; */
  }
}

@media (min-width: 1023px) {
  .side-navbar ul li a {
    font-size: 1.6rem;
  }

  .hero .hero-title {
    font-size: 3rem;
  }
}

@media (max-width: 991.98px) {

  html,
  body {
    min-height: 100%;
    height: auto;
    /* width: auto; */
    overflow-x: hidden;
  }

  .mobile-center {
    text-align: center;
  }

  .mobile-center button {
    align-items: flex-start;
    justify-content: flex-start;
    /* text-align: left; */
  }

  .position-lg-absolute {
    position: relative;
    margin-top: 7.5rem;
    margin-bottom: 9.5rem;
    width: 70%;
  }

  .help-grow {
    margin-bottom: 3rem;
  }

  .masthead-brand {
    z-index: 99;
    padding: 0px;
  }

  .navbar-dark .navbar-toggler {
    border: none;
  }

  .navbar-toggler[aria-expanded="true"] {
    z-index: 99;
  }

  .navbar-toggler[aria-expanded="true"] i:before {
    content: "\f00d";
  }

  .navbar-collapse.show {
    /* z-index: 1; */
    /* height: 100vh; */
    background-color: rgba(18, 5, 78, 1);
    display: block;
    /* position: fixed; */
    width: 100%;
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    max-height: none;
  }

  .dropdown-menu.show {
    top: auto;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: rgba(18, 5, 78, 1);
    color: #fff;
    text-align: center;
    max-height: unset;
    border-style: solid;
    border-width: thin;
    border-color: #00f7f4;
  }

  .dropdown-menu.show li {
    /* list-style-type: decimal; */
  }

  .dropdown-menu.show a {
    color: #fff;
  }

  .carousel-indicators {
    margin: 2rem 0px;
  }

  .service-section-middle-img .section-img {
    height: 250px;
  }

  .hero {
    margin-bottom: 4rem;
  }

  .hero .hero-img-wrapper {
    max-height: 35vh;
  }
}

@media (max-width: 767.98px) {
  .hero .hero-img-wrapper {
    max-height: 25vh;
  }

  .hero .hero-title {
    font-size: 2rem;
  }

  .service-section-middle-img .section-img {
    height: 200px;
  }
}

.module {
  width: 100%;
  /* min-height: 200px; */
  /* background: white; */
  position: relative;
  /* float: left; */
  /* padding: 20px; */
  /* margin-right: 4%;
  margin-bottom: 4%; */

  /* box-shadow: 0 1px 3px rgba(black, 0.2); */
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

.feature-wrapper .lead {
  font-weight: 700;
  font-size: 1.5rem;
}

.page-title .lead {
  font-size: 1.75rem;
  font-weight: 700;
}

.form-control {
  height: calc(1.5em + 0.75rem + 20px);
}

.mobile-center span {
  transition: max-height 0.5s, overflow 0.5s 0.5s;
}

.hide {
  visibility: hidden;
  max-height: 1px;
  opacity: 0;
  overflow: hidden;
  display: block;

}

.show {
  visibility: visible;
  max-height: 5em;
  opacity: 1;
  display: inline;
  transition: max-height 0.5s, overflow 0.5s 0.5s;
}