.vp-loader {
  width: 10%;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
  top: 45%;
  left: 45%;
}

.vp-loader span {
  display: inline-block;
  width: 20%;
  height: 100px;
  background-color: #3498db;
}

.vp-loader span:nth-child(1) {
  -webkit-animation: grow 1s ease-in-out infinite;
          animation: grow 1s ease-in-out infinite;
}

.vp-loader span:nth-child(2) {
  -webkit-animation: grow 1s ease-in-out 0.15s infinite;
          animation: grow 1s ease-in-out 0.15s infinite;
}

.vp-loader span:nth-child(3) {
  -webkit-animation: grow 1s ease-in-out 0.30s infinite;
          animation: grow 1s ease-in-out 0.30s infinite;
}

.vp-loader span:nth-child(4) {
  -webkit-animation: grow 1s ease-in-out 0.45s infinite;
          animation: grow 1s ease-in-out 0.45s infinite;
}

@-webkit-keyframes grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

@keyframes grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

.pulse-dot {
  -webkit-transition: all 0.4s cubic-bezier(0.415, 0, 0.185, 1) 0s;
  transition: all 0.4s cubic-bezier(0.415, 0, 0.185, 1) 0s;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #14bff4;
  cursor: pointer;
  color: #fff;
  z-index: 3;
  border-radius: 50%;
  border: 2px solid #14bff4;
  text-align: center;
  margin-right: 5px;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
}

.pulse-dot:before {
  -webkit-animation: pulse 3s ease 0s infinite;
  animation: pulse 3s ease 0s infinite;
  content: " ";
  width: 32px;
  height: 32px;
  top: -6px;
  left: -6px;
}

.pulse-dot:after,
.pulse-dot:before {
  border-radius: 50%;
  background-color: #14bff4;
  position: absolute;
}

.pulse-dot:after {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 2;
  text-align: left;
  margin: 0;
  padding-left: 5px;
  top: 0;
  right: 0;
}

.pulse-dot:after,
.pulse-dot:before {
  border-radius: 50%;
  background-color: #14bff4;
  position: absolute;
}

.pulse-dot:after {
  /*content: "\f128";*/
}

.pulse-dot:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  background-color: #fff;
  color: #17c0f4;
}

.pulse-dot:hover:after {
  color: #14bff4;
  background-color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .8;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-close {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

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

@keyframes pulse-close {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

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

@media screen and (min-width: 1736px) {
  .col-me-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    width: 25%;
  }
}

body {
  background-color: #FFFFFF;
}

.shadow-none,
.video-button,
.video-button:hover,
.video-button:active,
.video-button:focus,
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-top .navbar {
  -webkit-transition: top 500ms linear;
  transition: top 500ms linear;
}

.header-top .navbar .navbar-brand {
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
  color: #000a47;
}

.header-top .navbar .navbar-brand:hover {
  color: #1de9b6;
}

.header-top .navbar .navbar-nav .nav-item .item-text {
  font-weight: 400;
  margin: 0 .5rem;
  white-space: nowrap;
  padding: .25rem;
  color: #000a47;
  font-size: 1rem;
  line-height: 1.375;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

.header-top .navbar .navbar-nav .nav-item:first-child .nav-link .nav-icon {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-top .navbar .navbar-nav .nav-item:first-child .nav-link {
    padding: 5px;
    background-color: #FFFFFF;
    border-radius: 20px;
  }

  .header-top .navbar .navbar-nav .nav-item:first-child .nav-link .nav-icon {
    width: 52px;
    display: block;
  }
}

.header-top .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #1de9b6;
}

.header-top .navbar .navbar-nav .nav-item .nav-link:hover * {
  color: #1de9b6;
}

.header-top .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-weight: 400;
  margin: 0 .5rem;
  white-space: nowrap;
  padding: .25rem;
  color: #000a47;
  font-size: 1rem;
  line-height: 1.375;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}

.header-top .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #1de9b6;
}

.header-top .navbar.is-fixed {
  position: fixed;
  top: -100%;
  left: 0;
}

.header-top .navbar.fixed-navbar {
  background-color: #FFFFFF !important;
  top: 0;
  z-index: 5;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.header-top .navbar .navbar-toggler:active,
.header-top .navbar .navbar-toggler:focus {
  outline: none;
}

.header-top .header-bottom .header-bottom-item {
  position: relative;
  max-width: 256px;
}

.header-top .header-bottom .header-bottom-item .header-bottom-link {
  background: rgba(25, 211, 214, 0.2);
  text-align: center;
  padding: 1.1875em;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: block;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  color: inherit;
}

.header-top .header-bottom .header-bottom-item .header-bottom-link:hover {
  text-decoration: none;
}

.header-top .header-bottom .header-bottom-item:not(.active) .header-bottom-link:hover {
  background: rgba(25, 211, 214, 0.35);
}

.header-top .header-bottom .header-bottom-item.active .header-bottom-link {
  background: #FFFFFF;
}

.header-top .header-bottom .header-bottom-item.new::before {
  content: "NEW";
  color: #FFFFFF;
  background-color: #8e5387;
  position: absolute;
  right: 0;
  top: 0;
  padding: .25em .5em;
  font-size: 11px;
}

.page-title-bold,
.page-title-normal {
  color: #000a47;
  line-height: 1.15;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .page-title-bold,
  .page-title-normal {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page-title-bold,
  .page-title-normal {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .page-title-bold,
  .page-title-normal {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-title-bold,
  .page-title-normal {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1500px) {
  .page-title-bold,
  .page-title-normal {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1736px) {
  .page-title-bold,
  .page-title-normal {
    font-size: 3.5rem;
  }
}

.page-title-bold *,
.page-title-normal * {
  color: #000a47;
  line-height: 1.15;
  font-weight: 700;
}

@media screen and (min-width: 576px) {
  .page-title-bold *,
  .page-title-normal * {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page-title-bold *,
  .page-title-normal * {
    font-size: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .page-title-bold *,
  .page-title-normal * {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-title-bold *,
  .page-title-normal * {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1500px) {
  .page-title-bold *,
  .page-title-normal * {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1736px) {
  .page-title-bold *,
  .page-title-normal * {
    font-size: 3.5rem;
  }
}

.page-title-normal {
  font-weight: 200;
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  .page-title-normal {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .page-title-normal {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .page-title-normal {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-title-normal {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1500px) {
  .page-title-normal {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1736px) {
  .page-title-normal {
    font-size: 3rem;
  }
}

.page-title-normal * {
  font-weight: 200;
}

@media screen and (min-width: 576px) {
  .page-title-normal * {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .page-title-normal * {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .page-title-normal * {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-title-normal * {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1500px) {
  .page-title-normal * {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1736px) {
  .page-title-normal * {
    font-size: 3rem;
  }
}

.content-title-normal {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000a47;
}

.content-title-normal * {
  font-weight: 700;
  color: #000a47;
}

.video-button {
  font-weight: 700;
  line-height: 1.7;
  color: #363073;
  opacity: .8;
  border: none;
  background-color: #f2f0f0;
  cursor: pointer;
  outline: none;
  border-radius: 20px;
  padding: 7px 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.video-button::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #000a47;
  -webkit-transition: bottom 200ms linear;
  transition: bottom 200ms linear;
}

.video-button:hover,
.video-button:active,
.video-button:focus {
  outline: none;
}

.video-button:hover::before {
  bottom: 0;
}

.video-button.blue {
  background-color: #363073;
  color: #FFFFFF;
  opacity: 1;
}

.parent-video-item {
  position: relative;
}

.parent-video-item .video-item-link {
  -webkit-text-decoration-color: #363073;
          text-decoration-color: #363073;
}

.parent-video-item .video-item-link .video-item {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.parent-video-item .video-item-link .video-item-title {
  color: #363073;
}

.parent-video-item .video-item-edit {
  background-color: #FFFFFF;
}

.parent-video-item.show-content::before {
  content: attr(data-content);
  background-color: var(--color);
  color: #000000;
  padding: .25em .5em;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: .5rem;
  top: .5rem;
}

.parent-video-item:hover .video-button {
  color: #FFFFFF;
  opacity: 1;
  background-color: #363073;
}

.left-menu {
  margin-left: 20px;
  background-color: #FFFFFF;
}

.left-menu .left-menu-item .left-menu-link {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}

.left-menu .left-menu-item .left-menu-link:hover,
.left-menu .left-menu-item .left-menu-link:active,
.left-menu .left-menu-item .left-menu-link:focus {
  text-decoration: none;
}

.left-menu .left-menu-item.active .left-menu-link {
  font-weight: 700;
  color: #ff96b4;
}

.left-menu .left-menu-item:hover .left-menu-link {
  color: #ff96b4;
}

.left-menu .left-menu-indicator {
  background-color: #ff96b4;
  width: .875em;
  height: .875em;
  border-radius: 10px;
  position: absolute;
  display: none;
  left: 40px;
  -webkit-transition: top 300ms linear;
  transition: top 300ms linear;
}

.left-menu .left-menu-indicator.show {
  display: block;
}

.pagination .page-item {
  padding: .5rem;
  border: none;
}

.pagination .page-item .page-link {
  border-radius: 0.25rem;
  border: none;
  background-color: #f2f0f0;
  color: #000a47;
  font-size: 1.125rem;
}

.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
  outline: none;
}

.pagination .page-item.active .page-link {
  background-color: #ff96b4;
}

.pagination .page-item:not(.active) .page-link:hover {
  background-color: #ede9e9;
}

.footer-content {
  background-color: #000021;
}

.footer-content .footer-brand {
  color: #FFFFFF;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.footer-content .footer-brand:hover {
  text-decoration: none;
  color: #19d3d6;
}

.footer-content .footer-title,
.footer-content .footer-title * {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  color: #19d3d6;
}

.footer-content .title-colum-footer {
  color: #FFFFFF;
  font-weight: 700;
}

.footer-content .footer-list .footer-list-link {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 200;
  margin-top: .5rem;
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
}

.footer-content .footer-list .footer-list-link:hover {
  text-decoration: none;
  color: #19d3d6;
}

.footer-content .footer-list .footer-list-link.pink:hover {
  text-decoration: none;
  color: #ff96b4;
}

.footer-content .footer-list .footer-list-link i {
  margin-right: .5rem;
}

.footer-content .footer-title-two,
.footer-content .footer-title-two * {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ff96b4;
}

#videosList {
  max-width: 600px;
  overflow: hidden;
}

.video {
  background-image: url("https://img.youtube.com/vi/nZcejtAwxz4/maxresdefault.jpg");
  height: 330px;
  width: 600px;
  margin-bottom: 50px;
}

.video-item {
  position: relative;
}

.video-item:hover .play {
  display: block;
}

.play {
  position: absolute;
  display: none;
  top: 45%;
  left: 45%;
  width: 50px;
  margin: 0 auto 0px 0px;
  z-index: 100;
}

.video-item:hover .preview-image {
  display: block;
}

.preview-image {
  position: absolute;
  display: none;
  top: 45%;
  left: 45%;
  height: 18%;
}

