.removed {
  opacity: 0;
}

#pageloader {
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  display: grid;
  justify-content: center;
  z-index: 99999;
  transition: opacity 1s;
  overflow: hidden;
  /* Main colors for octopus and background */
  /* Bubble animation conf */
}
#pageloader .loader_info {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#pageloader .loader_info img {
  width: 60%;
}
#pageloader .loader_info .bubble-loader {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 90px auto;
  animation: spin 2s ease-in-out infinite;
}
#pageloader .loader_info .bubble-loader .bubble-1,
#pageloader .loader_info .bubble-loader .bubble-2 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #cff1fc;
}
#pageloader .loader_info .bubble-loader .bubble-2 {
  top: auto;
  bottom: 0;
}
#pageloader .loader_info .bubble-loader .bubble-1, #pageloader .loader_info .bubble-loader .bubble-2 {
  animation: bounce 2s ease-in-out infinite;
}
#pageloader .loader_info .bubble-loader .bubble-2 {
  animation-delay: -1s;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
#pageloader a {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  left: 25px;
  bottom: 25px;
  color: #fff;
  font-family: sans-serif;
  text-align: left;
  font-size: 1em;
}
#pageloader * {
  margin: 0;
  padding: 0;
}
#pageloader #bubbles {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, rgb(3, 131, 135) 0%, rgb(52, 152, 219) 51%, rgb(41, 128, 185) 75%);
  z-index: 1;
}
#pageloader #bubbles .bubble {
  background: radial-gradient(ellipse at center, rgba(105, 171, 223, 0.1) 25%, #54a9ed 100%);
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 1;
}
#pageloader #bubbles .bubble:nth-child(2) {
  width: 28px;
  height: 28px;
  left: 35%;
  top: 40%;
  opacity: 1;
  animation: blubb-4 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 3.5s;
}
#pageloader #bubbles .bubble:nth-child(3) {
  width: 38px;
  height: 38px;
  left: 30%;
  top: 60%;
  opacity: 1;
  animation: blubb-6 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}
#pageloader #bubbles .bubble:nth-child(4) {
  width: 48px;
  height: 48px;
  left: 20%;
  top: 70%;
  opacity: 1;
  animation: blubb-7 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 2s;
}
#pageloader #bubbles .bubble:nth-child(5) {
  width: 55px;
  height: 55px;
  left: 15%;
  top: 30%;
  opacity: 1;
  animation: blubb-3 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
}
#pageloader #bubbles .bubble:nth-child(6) {
  width: 60px;
  height: 60px;
  left: 25%;
  top: 50%;
  animation: blubb-5 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 3s;
}
#pageloader #bubbles .bubble:nth-child(7) {
  width: 17px;
  height: 17px;
  left: 35%;
  top: 10%;
  animation: blubb-1 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 3.5s;
}
#pageloader #bubbles .bubble:nth-child(8) {
  width: 18px;
  height: 18px;
  right: 15%;
  top: 80%;
  animation: blubb-8 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
}
#pageloader #bubbles .bubble:nth-child(9) {
  width: 28px;
  height: 28px;
  right: 35%;
  top: 20%;
  animation: blubb-2 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 3.5s;
}
#pageloader #bubbles .bubble:nth-child(10) {
  width: 38px;
  height: 38px;
  right: 25%;
  top: 60%;
  animation: blubb-6 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 1s;
}
#pageloader #bubbles .bubble:nth-child(11) {
  width: 40px;
  height: 40px;
  right: 35%;
  top: 40%;
  animation: blubb-4 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 4.5s;
}
#pageloader #bubbles .bubble:nth-child(12) {
  width: 55px;
  height: 55px;
  right: 22%;
  top: 30%;
  animation: blubb-3 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 4s;
}
#pageloader #bubbles .bubble:nth-child(13) {
  width: 50px;
  height: 50px;
  right: 37%;
  top: 20%;
  animation: blubb-2 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 4.5s;
}
#pageloader #bubbles .bubble:nth-child(14) {
  width: 60px;
  height: 60px;
  right: 25%;
  top: 60%;
  animation: blubb-6 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 2.5s;
}
#pageloader #bubbles .bubble:nth-child(15) {
  width: 57px;
  height: 57px;
  right: 10%;
  top: 40%;
  animation: blubb-4 5.5s infinite;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
}
@keyframes pulsating {
  0% {
    box-shadow: 0px 40px 120px -25px #fff;
    height: 115px;
  }
  50% {
    box-shadow: 0px 40px 120px -15px #fff;
    height: 120px;
  }
  100% {
    box-shadow: 0px 40px 120px -25px #fff;
    height: 115px;
  }
}
@keyframes pulsating-head {
  0% {
    min-height: 250px;
  }
  50% {
    min-height: 255px;
  }
  100% {
    min-height: 250px;
  }
}
@keyframes blubb-1 {
  0% {
    top: 10%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-2 {
  0% {
    top: 20%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-3 {
  0% {
    top: 30%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-4 {
  0% {
    top: 40%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-5 {
  0% {
    top: 50%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-6 {
  0% {
    top: 60%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-7 {
  0% {
    top: 70%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes blubb-8 {
  0% {
    top: 80%;
    opacity: 0.5;
  }
  50% {
    top: 0%;
    opacity: 0.75;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  background: rgb(41, 41, 41);
  max-width: 100vw;
}

.row {
  --bs-gutter-x: 0 !important;
}

a {
  color: #4fa6d5;
  text-decoration: none;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99998;
  background: radial-gradient(circle, #47c0cd, #2385d5);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #85b6cf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.brand-text {
  color: #fff;
  font-family: monospace;
  margin-top: -3px;
}

.navbar .navbar-toggler {
  z-index: 1000;
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.25s ease;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .navbar .navbar-collapse.collapse {
    display: flex;
    opacity: 0;
    pointer-events: none;
  }
  .navbar .navbar-collapse.collapsing[style*=height] {
    opacity: 1;
    height: 100vh !important;
  }
  .navbar .navbar-collapse.collapsing {
    opacity: 0;
    height: 100vh;
  }
  .navbar .navbar-collapse.collapse.show {
    opacity: 1;
    pointer-events: auto;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin-right: initial !important;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-left: initial !important;
  }
}
.navbar-toggler {
  position: relative;
  border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

.navbar-toggler span {
  display: block;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.479);
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar .nav-item .nav-link:hover {
  color: #45beff;
  transition: ease-in-out 0.9s;
}

.navbar .nav-item .nav-link.active {
  color: white;
}

.navbar .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background: #4fa6d5;
  transition: width 0.2s;
}

.navbar .nav-item .nav-link.active::after {
  width: 100%;
}

.navbar .nav-link,
.navbar .navbar-toggler .fa-bars {
  font-family: monospace;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 767px) {
  .navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.5058823529) !important;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transition: background-color 200ms linear;
    border-radius: 25px;
    margin: 10px;
  }
}
#usermenu {
  display: flex;
  justify-content: center;
}
#usermenu .dropdown-toggle {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#usermenu .dropdown-toggle:hover {
  color: #45beff;
}
#usermenu .dropdown-menu .dropdown-item {
  display: flex !important;
  justify-content: center;
  cursor: pointer;
  color: #4fa6d5;
}
#usermenu .dropdown-menu .dropdown-item:hover {
  background-color: #e9e9e9;
}

.sticky-sidebar {
  position: fixed;
  display: flex;
  background-color: #353746;
  font-family: monospace, "Simplifica", "Open Sans";
  font-size: 0.9rem;
  height: 200px;
  width: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  left: 0;
  top: 50%;
  padding: 0.5rem;
  padding-left: 0.1rem;
  left: 0;
  z-index: 2;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.sticky-sidebar a {
  color: white;
  writing-mode: vertical-lr;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: lowercase;
}
.sticky-sidebar:hover {
  transform: scale(1.1);
}
.sticky-sidebar:hover a {
  color: #2385d5;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* opacity: 0.5; */
}

.video-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, rgb(41, 41, 41), rgba(34, 105, 143, 0.43));
}

.background-video-content {
  position: relative;
  z-index: 1;
}

video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 410px) {
  /* styles for screens up to 767px wide */
  .masthead {
    margin-bottom: 60vw;
  }
}
@media screen and (min-width: 411px) and (max-width: 465px) {
  /* styles for screens up to 767px wide */
  .masthead {
    margin-bottom: 50vw;
  }
}
@media screen and (min-width: 466px) and (max-width: 575px) {
  /* styles for screens up to 767px wide */
  .masthead {
    margin-bottom: 40vw;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  /* styles for screens between 576px and 767px wide */
  .masthead {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* styles for screens between 768px and 991px wide */
  .masthead {
    margin-bottom: 2vw;
  }
}
.logo {
  width: 100vmax;
  height: auto;
}

.masthead-content {
  text-align: center;
  position: absolute;
  font-family: monospace, "Courier New", Courier;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.masthead-content .masthead-title {
  font-size: 2em;
  text-transform: uppercase;
}
.masthead-content .masthead-details {
  font-size: 1em;
  text-transform: capitalize;
}
.masthead-content .masthead-childs {
  margin-top: -15vw;
}
.masthead-content .masthead-bottom {
  bottom: 5%;
  position: fixed;
  width: inherit;
}
.masthead-content .masthead-bottom .seemore-btn {
  text-align: center;
  text-transform: uppercase;
  font-family: monospace;
  font-size: 1.2rem;
  transition: all ease-in-out 1s;
  font-weight: 700;
  cursor: pointer;
}
.masthead-content .masthead-bottom .seemore-btn:hover {
  color: #fff;
  transform: scale(1.1);
  transition: all ease-in-out 0.2s;
}
.masthead-content .masthead-bottom .seemore-btn p {
  text-decoration: underline;
}
.masthead-content .masthead-bottom .seemore-btn i {
  margin: 5px;
  text-decoration: none;
}

.brand .logo {
  width: 20vmax;
  height: auto;
}
.brand h4 {
  font-family: monospace;
  line-height: 3rem;
  font-size: 1.1rem;
  font-weight: bold;
}

#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex-flow: column;
  padding-top: 10px;
}
@media only screen and (min-width: 575px) and (max-width: 767px) {
  #hero {
    height: 100vh;
    min-height: 1000px !important;
  }
}
@media only screen and (min-width: 767px) {
  #hero {
    height: 100vh;
  }
}
#hero div > * {
  z-index: 100;
}
#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 95%;
  background: linear-gradient(to right, rgba(30, 67, 86, 0.8), rgba(30, 67, 86, 0.6)), url("../images/hero-bg.jpg") center top no-repeat;
  background-size: cover;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(0deg);
}
#hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 130%;
  height: 96%;
  background: #68A4C4;
  opacity: 0.3;
  z-index: 0;
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) translateY(18px) rotate(2deg);
}
#hero .carousel {
  display: inline-block;
  padding: 20px;
}
#hero .carousel-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  opacity: 0.3;
  background: linear-gradient(45deg, #3023AE 0%, #00ff77 100%);
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 450px;
  max-height: 450px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-container img {
  width: 30vmax;
  height: auto;
  margin-bottom: 10px;
}
#hero .carousel-container p {
  overflow: visible;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 1.2rem;
  font-family: monospace;
  font-weight: bolder;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px) {
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
@media (max-width: 575px) {
  #hero h2 {
    font-size: 30px;
  }
  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}
#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}
#hero .social-links a:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

#title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  white-space: nowrap;
  padding-bottom: 25px;
}

#title > :last-child {
  background: radial-gradient(circle, #47c0cd, #2385d5);
  content: "";
  display: block;
  height: 3px;
  margin-top: 0.25em;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  position: relative;
}
.pagination a {
  position: relative;
  display: inline-block;
  color: #01C38D;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 8px 16px 10px;
}
.pagination a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: radial-gradient(circle, #47c0cd, #2385d5);
  border-radius: 24px;
  transform: scale(0);
  transition: all 0.2s;
}
.pagination a:hover,
.pagination a .pagination-active {
  color: #fff;
}
.pagination a:hover:before,
.pagination a .pagination-active:before {
  transform: scale(1);
}
.pagination .pagination-active {
  color: #fff;
}
.pagination .pagination-active:before {
  transform: scale(1);
}
.pagination .pagination-newer {
  margin-right: 50px;
}
.pagination .pagination-older {
  margin-left: 50px;
}

.disabled {
  color: #ffffff;
  pointer-events: none;
}

.btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  outline: 0;
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(41%) hue-rotate(2deg) brightness(109%) contrast(100%);
}

.btn-add {
  position: absolute;
  display: flex;
  top: 0;
  color: #fff;
  background-color: rgb(1, 162, 1);
  border-radius: 25px;
  float: inline-end;
  margin: 5px;
}
.btn-add:hover {
  background-color: rgb(2, 209, 2);
}

.gdesc-inner {
  text-align: center !important;
  background: black !important;
  color: #fff;
}
.gdesc-inner .gslide-title {
  font-size: 1rem;
  font-weight: bolder;
  color: #01C38D !important;
  word-break: break-all;
  overflow: scroll;
}
.gdesc-inner .desc-more {
  display: block !important;
  color: #4fa6d5 !important;
  font-size: 1rem;
  margin: 0.8rem;
  opacity: 1 !important;
}/*# sourceMappingURL=style.css.map */