.carousel-inner{
  overflow: unset;
}

.lightbox{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.75);
  z-index: 1060;
}.lightbox .panel{
  position: absolute;
  padding: 30px;
  top: 50%;
  left: 50%;
  background-color: rgba(0,0,0,0.6);
  transform: translate(-50%,-50%);
}.lightbox .title{
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}

input:focus{
  outline: none;
}select:focus{
  outline: none;
}

select{
  padding: 4px 5px;
  font-size: 14px;
  color: #7a7a7a;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 3px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track  */
::-webkit-scrollbar-track {
  background: #F0F0F0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
  transition: .5s;
}

/* Handle on hover  */
::-webkit-scrollbar-thumb:hover {
  background: #d1d1d1;
}

/* width */
.playlist-videos::-webkit-scrollbar {
  width: 10px;
}

/* Track  */
.playlist-videos::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.playlist-videos::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 3px;
  transition: .5s;
}

/* Handle on hover  */
.playlist-videos::-webkit-scrollbar-thumb:hover {
  background: #0a71df;
}

.university-video{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.university-video iframe{
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.playlist{

}.playlist a:hover{
  text-decoration: none;
}
.playlist-videos{
  height: 400px;
  overflow-y: scroll;

  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.playlist-videos .video{
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #e8e8e8;
  transition: 0.5s;
}.playlist-videos .video.playing{
  background-color: #f4f4f4;
}.playlist-videos .video:hover{
  background-color: #f4f4f4;
}.playlist-videos .thumbnail{
  height: 70px;
  border-left: solid 5px #7ebcff;
}.playlist-videos .video.playing .thumbnail{
  border-left: solid 5px #007bff;
}
.playlist-videos .title{
  font-size: 14px;
  font-weight: 500;
  color: #444444;
}
.playlist-videos .views{
  font-size: 13px;
  color: #9d9d9d;
}

.panel-education{
  position:relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  color:#ffffff;
  text-align:center;
  font-size: 5rem;
  background-color:#007bff;
}.panel-education .center{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}.panel-education i{transform: rotate(20deg);}

.space{
	margin: 120px 0px;
}
.space.bottom{
	margin: 0px;
	margin-bottom: 120px;
}
.space.top{
	margin: 0px;
	margin-top: 120px;
}

.space-sm{
	margin: 50px 0px;
}
.space-sm.bottom{
	margin: 0px;
	margin-bottom: 50px;
}
.space-sm.top{
	margin: 0px;
	margin-top: 50px;
}

ul.learning-styles{

}
ul.learning-styles li{
  font-size: 19px;
}

.nav-line{
  display: inline-block;
  width: 5vw;
  height: 5px;
  background-color: #cae4ff;
}.nav-line.active{background-color:#007bff;}

.navigation{

}
.navigation .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-bottom: 1px solid #dadada;
  padding: 15px 0px;
}.navigation .logo a{
  color: #000000;
  text-decoration: none;
}.navigation .nav{
  padding: 15px 0px;
  justify-content: center;
  background-color: rgba(255,255,255,0);
  transition: 0.3s;
}.navigation .nav.solid{
  padding: 15px 0px;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.3s;
}

.video-text{
  position: absolute;
  top: 45%;
  left: 10%;
}.video-text .txt{
  font-size: 4vw;
  color: #468195;
}

.courses-register-bg{
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
  /*
  color: #ffffff;
  background: linear-gradient(3deg, rgba(215,213,255,1) 0%, rgba(155,155,255,1) 35%, rgba(222,249,255,1) 100%);
  */
}
.courses-register-bg.subscribe-all{
  position: absolute;
  top: 110px;
  left: 50%;
  width: 380px;
  transform: translateX(-50%);
  z-index: 100;
}
.courses-register-bg.subscribe-videos{
  position: absolute;
  top: 50px;
  right: 14px;
  width: 380px;
  z-index: 100;
}
.courses-register-bg.subscribe-article{
  position: absolute;
  top: 50px;
  width: 380px;
  z-index: 100;
}

.courses-register-bg .courses-txt{
  text-align: center;
  color: #000000;
}.courses-register-bg .courses_info{
  margin: 8px 0px;
}.courses_info label{
  font-size: 12px;
  font-weight: bold;
  color: #a1a1a1;
}.courses-register-bg input{
  padding: 5px 6px;
  width: 100%;
  color: #979797;
  background-color: #f8f8f8;
  border: none;
  border-radius: 3px;
}.courses-register-bg input::placeholder{color: #b8b8b8;}
.courses-register-bg button.btn-loop{
  padding: 8px 6px;
  width: 80%;
  color: #ffffff;
  font-weight: bold;
  background-color: #f0b323;
  border: none;
  border-radius: 20px;
}
/*    background: linear-gradient(3deg, rgba(215,213,255,1) 0%, rgba(155,155,255,1) 35%, rgba(222,249,255,1) 100%); */
@media only screen and (max-width: 991px) {
  .courses_info label{
    display: none;
  }
}

.icon-info:focus{
  outline: none;
}
.icon-info i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.icon-info{
  position: relative;
  top: -5px;
  margin-left: 10px;
  bottom: -3px;
  width: 17px;
  height: 17px;
  position: relative;
  font-size: 9px;
  color: #ffffff;
  background-color: #ffffff;
  border: none;
}
.icon-info .box{
  padding: 12px;
  position: absolute;
  text-align: left;
  font-size: 11px;
  color: #656565;
  width: 300px;
  bottom: 20px;
  left: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  border: 1px solid #ececec;
}

.blob.blue.stop{
  animation-play-state: paused;
}
.blob.blue {
border-radius: 50%;
background: rgba(4, 177, 253, 1);
box-shadow: 0 0 0 0 rgba(4, 177, 253, 1);
animation: pulse-blue 2s infinite;
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 177, 253, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(4, 177, 253, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 177, 253, 0);
  }
}


footer{
  margin: 20px 0px;
  border-top: 1px solid #e5e5e5;
}footer a{
  color: #418CDD;
}footer a:hover{
  text-decoration: none;
}

footer a.logo{

}footer img.logo{
  height: 60px;
}footer span.logo{
  position: relative;
  bottom: 10px;
  left: -4px;
  font-size: 18px;
  color: #7d7d7d;
}footer div.footer-txt{
  font-size: 15px;
  color: #8d8d8d;
}footer div.footer-txt.space{
  margin-top: 0px;
  margin-bottom: 15px;
}footer div.footer-txt i{
  font-size: 13px;
}footer div.footer-txt a{
  font-size: 13px;
  color: #007bff;
  transition: 0.2s;
}footer div.footer-txt a:hover{
 opacity: 0.8;
}
footer ul{
  position: absolute;
  top: -25px;
  right: 0px;
  display: flex;
  margin: 0px;
  padding-right: 15px;
  padding-left: 15px;
  list-style: none;
  z-index: 1;
}footer ul li{
  display: flex;
  align-items: center;
  border-left: 2px solid #eaeaea;
}footer ul li:first-child{
  border-left: none;
}footer ul li a{
  padding: 0px 5px;
  font-size: 12px;
  color: #bdbdbd;
  transition: 0.3s;
}footer ul li a img{
  filter: grayscale(100%);
  height: 26px;
  transition: 0.5s;
}footer ul li a img:hover{
  filter: grayscale(0%);
}footer ul li a:hover{
  color: #727272;
}

@media screen and (min-width: 991px) {
  footer{
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer{
    padding-top: 50px;
  }
  footer ul{
    width: 100%;
    top: -45px;
    justify-content: center;
  }
}
