@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

::-moz-selection { /* Code for Firefox */
  color:#fff;
  background:#189AB4;;
}
::selection {
  color:#fff;
  background:#189AB4;;
}

*{
    margin:0;
    padding: 0;
}


/*
*
* Preloader
*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  transition: .1s;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader.loaded .object {
  animation: none;
}

[data-x-mode] .preloader {
  display: none;
}

#loading {
  background-color: #ffffff;
}

#loading-center-object {
  width: 200px;
  height: 200px;
  transform: rotate(-135deg);
}

.preloader-body {
  text-align: center;
}

.object {
  border-radius: 50%;
  position: absolute;
  border: 4px solid #16b6d2;
  border-bottom-color: transparent;
  border-right-color: transparent;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  top: 65px;
  left: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}

#object_three {
  top: 55px;
  left: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}

#object_four {
  top: 45px;
  left: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}

@keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}
.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;
  }
  
  

  #side-menu {
    background-color: #393939;
  }
  
  #side-menu .nav-item {
    margin-bottom: 0;
    margin-top: 0;
  }
  
  #side-menu .nav-item p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    padding: .5rem 1rem;
  }
  
  #side-menu .nav-item .nav-link {
    border: 0;
    border-radius: 0;
    color: #4b9cdb;
    font-size: 1.3rem;
    font-weight: 500;
  }
  
  #side-menu .nav-item .nav-link.active {
    background-color: #4b9cdb;
    color: white;
  }
  
  
  #side-menu-tabContent {
    background: #f1f5f8;
  }
  
  #tab1-programs.show	{
    display: block;
  }
    
  #tab1-programs {
    background-color: #4f565c;
    display: none;
  }
    
  #tab1-programs .nav-link {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
  }
  
  #tab1-programs .nav-link.active {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 1) !important;
  }
  
  .side-menu__title {
    border-bottom: solid 2px white;
    color: white;
  }
  
  h2 {
    font-size: 3rem;
    margin-bottom: 2%;
  }
  
  .banner__content {
    font-size: 1.1rem;
  }
  .text-justify{
    text-align: justify ;
  }
  /*Responsive*/
  