html, body {
    overflow: hidden;
}
.eLearning-slides-container, .eLearning-slide  {
    height: 100%;
    position: relative;
}
    .eLearnig-slider-item {
        float: left;
    }
    .eLearning-slider-wrapper {
        position: relative;
    }
    .eLearning-slider-prev, .eLearning-slider-next {
        width: 60px;
        height: 60px;
        cursor: pointer;
        text-align: center;
        font-size: 60px;
        line-height: 60px;
        color: rgba(171, 171, 171, .8);
    }
    .fa-chevron-up.eLearning-slider-prev, .fa-chevron-down.eLearning-slider-next {
        position: relative;
        left: 50%;
        margin-left: -30px;
        transition: linear .5s margin-left;
    }
    .fa-chevron-up.eLearning-slider-prev {
        position: absolute;
        top: 30px;
    }
    .fa-chevron-down.eLearning-slider-next {
        bottom: 50px;
    }
    .fa-chevron-left.eLearning-slider-prev, .fa-chevron-right.eLearning-slider-next {
        position: absolute;
        top: 50%;
        margin-top: -30px;
        transition: linear .5s right;
        z-index: 99
    }
    .fa-chevron-right.eLearning-slider-next {
        right: 30px;
    }
    .fa-chevron-left.eLearning-slider-prev {
        left: 30px;
    }
    .eLearning-slider-loading {
        background: #fff;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }
    .loader,
    .loader:before,
    .loader:after {
        background: #323132;
        -webkit-animation: load1 1s infinite ease-in-out;
        animation: load1 1s infinite ease-in-out;
        width: 1em;
        height: 4em;
    }
    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }
    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }
    .loader {
        text-indent: -9999em;
        position: absolute;
        font-size: 11px;
        top: 50%;
        left: 50%;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
        margin-left: -5.5px;
        margin-top: -22px;
    }
    .loader:after {
        left: 1.5em;
    }
    @-webkit-keyframes load1 {
        0%,
        80%,
        100% {
            box-shadow: 0 0 #323132;
            height: 4em;
        }
        40% {
            box-shadow: 0 -2em #323132;
            height: 5em;
        }
    }
    @keyframes load1 {
        0%,
        80%,
        100% {
            box-shadow: 0 0 #323132;
            height: 4em;
        }
        40% {
            box-shadow: 0 -2em #323132;
            height: 5em;
        }
    }
    /*navs*/
    .nav-scroll-vertical.eLearning-nav-scroll-menu-visible {
        transition: linear .5s left;
    }
    .nav-scroll-horizontal.eLearning-nav-scroll-menu-visible {
        right: 215px;
        transition: linear .5s right;
    }
    .eLearning-editable {
        outline: none;
    }
    .transition-width {
        transition: linear .5s width;
    }
.eLearning-slide {
    overflow-y: hidden;
    background: #fff;
    transition: ease-in-out .5s background-color;
}
.eLearning-slide-vertical {
    -webkit-box-shadow: inset 5px 0px 19px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: inset 5px 0px 19px 1px rgba(0,0,0,0.65);
    box-shadow: 5px 0px 19px 1px rgba(0,0,0,0.65);
}
.eLearning-slide-horizontal {
    -webkit-box-shadow: inset 5px 0px 19px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: inset 5px 0px 19px 1px rgba(0,0,0,0.65);
    box-shadow: 5px 0px 19px 1px rgba(0,0,0,0.65);
    margin-right: 60px;
}
.eLearning-container {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 9999;
    /*touch-action: none;*/
}
.eLearning-slides-container-outer-wrapper {
    width: 100%;
    background: #323132;
}
/*Menu bar*/
.eLearning-menu-bar {
    background: #323132;
    width: 200px;
    height: 100%;
    float: right;
    color: #fff;
    overflow-y: auto;
    position: fixed;
    right: -200px;
    top: 0;
    z-index: 10;
    transition: linear .5s right;
    -webkit-box-shadow: inset 5px 0px 19px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: inset 5px 0px 19px 1px rgba(0,0,0,0.65);
    box-shadow: inset 5px 0px 19px 1px rgba(0,0,0,0.65);
}
.eLearning-menu-bar .eLearning-menu-bar-list {
    list-style: none;
    margin: 0;
    margin-top: 18px;
    position: relative;
    padding: 0!important;
}
.eLearning-menu-bar .eLearning-menu-bar-list li {
    text-align: center;
    cursor: pointer;
    padding: 10px 16px;
    padding-bottom: 0;
	width: 183px;
}
.eLearning-menu-bar .eLearning-menu-bar-list li img {
    border: 1px solid #626262;
    padding: 2px;
    height: 105px;
    width: 150px;
	object-fit: cover;
	object-position: 50% 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.eLearning-menu-bar .eLearning-menu-bar-list li svg {
    border: 1px solid #626262;
    padding: 3px;
    transform: scale(.148, .15);
    transform-origin: top left;
    background: #fff;
    pointer-events: none;
}
.eLearning-menu-bar .eLearning-menu-bar-list li a {
    text-decoration: none;
    color: #fff;
    display: block;
    overflow: hidden;
    box-shadow: none;
}
.eLearning-menu-bar-list h4 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    margin-top: 10px;
    min-height: 12px;
    text-transform: initial;
    font-weight: initial;
    letter-spacing: 0;
}
.eLearning-menu-bar .eLearning-menu-bar-list li:hover img, .eLearning-menu-bar .eLearning-menu-bar-list li:hover svg {
    border: 1px solid #00838F;
}
.eLearning-nav-btn {
    color: #d9d9d9;
    float: right;
    font-size: 40px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 48px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    transition: linear .5s right;
}
.eLearning-nav-btn > i {
	position: fixed;
}
.eLearning-nav-btn-menu-visible {
    right: 220px;
    transition: linear .5s right;
}
.show-menu {
    right: 0px;
    transition: linear .5s right;
}
.eLearning-menu-bar-list .current-slide img {
    transition: linear .5s all;
    border: 1px solid transparent!important;
    transition: ease-in-out .5s border;
}
.eLearning-menu-bar-list .current-slide.current-slide-single img {
    border: 1px solid #ff0000!important;
}
.eLearning-menu-border {
    position: absolute;
    left: 16px;
    top: 10px;
    border: 2px solid #0793d0!important;
    width: 152px;
    height: 106px;
    z-index: 10;
    transition: ease-in-out .5s top;
}
/*slides container*/
.eLearning-slides-container {
    position: relative;
}
.eLearning-container-menu-visible {
    width: calc(100% - 200px);
    transition: linear .5s width;
    overflow: hidden;
}
/*styling default objects*/
.eLearning-resizable {
    position: relative;
    margin-bottom: 20px;
}
.eLearning-appendable-object {
    float: left;
}
iframe.eLearning-background-video {
    pointer-events: none;
}
.eLearning-appendable-object img, 
.eLearning-appendable-object video, 
.eLearning-appendable-object iframe {
    width: 100%;
    height: auto;
}
.eLearning-appendable {
    padding: 25px 50px 0 50px;
}
.eLearning-notice {
    padding: 10px 5px 10px 5px;
    border-left: 6px solid #c3c3c3;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
    color: #333333;
}
.eLearning-notice-error {
    border-color: #FF7575;
}
.eLearning-single-navigation {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    color: rgba(171, 171, 171, .8);
    top: 50%;
    z-index: 99;
    margin-top: -20px;
}
.eLearning-single-navigation:hover, 
.eLearning-single-navigation:active, 
.eLearning-single-navigation:focus {
    color: rgba(171, 171, 171, .8);
}
.eLearning-single-navigation-prev {
    left: 15px;
    box-shadow: none!important;
}
.eLearning-single-navigation-next {
    right: 15px;
    transition: linear .5s right;
    box-shadow: none!important;
}
.eLearning-single-navigation-next.eLearning-nav-scroll-menu-visible {
    right: 215px;
    transition: linear .5s right;
}
@media screen and (max-width: 980px) {
    .eLearning-appendable {
        padding: 10px;
    }
    .eLearning-resizable, .eLearning-text, .eLearning-appendable-heading-content {
        height: auto!important;
    }
    .eLearning-appendable-heading-content {
        width: auto!important;
        max-height: 90%;
        overflow-y: auto;
    }
    .eLearning-resizable {
        clear: both;
        width: auto!important;
        min-width: 100%;
    }
}
.eLearning-settings-bar {
    position: absolute;
    z-index: 9;
    top: -50px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .7);
    transition: linear .5s top;
}
.eLearning-settings-bar .eLearning-settings-bar-active {
    color: #F1D900!important;
}
.eLearning-settings-bar-visible {
    top: 0;
    transition: linear .5s top;
}
.eLearning-settings-bar-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    left: 40px;
    top: 100%;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}
.eLearning-settings-bar-list {
    list-style: none;
    margin: 0;
    padding: 0 45px;
}
.eLearning-settings-bar-list > li {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    font-size: 30px;
    color: #fff;
}
.eLearning-search-box {
    background: rgba(27, 116, 29, .7);
    width: 100%;
    position: absolute;
    top: -120px;
    z-index: 11;
    padding: 30px;
    text-align: center;
    transition: linear .5s top;
}
.eLearning-search-box input, .eLearning-search-box input:focus {
    padding: 0;
    height: 60px;
    width: 75%;
    font-size: 40px;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.eLearning-search-box input::-webkit-input-placeholder {color: #fff; transition: linear .1s color;}
.eLearning-search-box input::-moz-placeholder          {color: #fff; transition: linear .1s color;}/* Firefox 19+ */
.eLearning-search-box input:-moz-placeholder           {color: #fff; transition: linear .1s color;}/* Firefox 18- */
.eLearning-search-box input:-ms-input-placeholder      {color: #fff; transition: linear .1s color;}
.eLearning-search-box input:focus::-webkit-input-placeholder {color: transparent; transition: linear .1s color;}
.eLearning-search-box input:focus::-moz-placeholder          {color: transparent; transition: linear .1s color;}/* Firefox 19+ */
.eLearning-search-box input:focus:-moz-placeholder           {color: transparent; transition: linear .1s color;}/* Firefox 18- */
.eLearning-search-box input:focus:-ms-input-placeholder      {color: transparent; transition: linear .1s color;}
.eLearning-search-box-hide {
    font-size: 38px;
    color: #fff;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 25px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
}
.eLearning-clear-left {
    clear: left;
}
.eLearning-search-button {
    display: inline-block;
    padding: 0;
    background: none;
    color: #fff;
    font-size: 32px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 30px;
    position: relative;
    left: -40px;
}
.eLearning-search-button:focus, .eLearning-search-button:hover, .eLearning-search-button:active {
    color: #53ABCF;
    transition: color .3s linear;
    background: none;
    border: none;
    outline: none;
}
.eLearning-dark-theme {
    background-color: #2E2D2F!important;
	transition: linear background-color .5s;
}
.eLearning-text {
    outline: none;
}
.ps-scrollbar-y-rail {
    opacity: 1!important;
    background: transparent!important;
}
.ps-scrollbar-y {
    opacity: 0.4!important;
    background: #000!important;
}
.fp-scrollable {
    position: relative;
}
.fp-tableCell {
    vertical-align: top!important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.eLearning-cookie-policy-icon {
    position: fixed;
    z-index: 999999;
    background: rgba(255,255,255, .5);
    width: 40px;
    height: 40px;
    bottom: 55px;
    left: 0;
    cursor: pointer;
}
.hide-nav-btns {
    opacity: 0;
    transition: ease-in-out .5s opacity!important;
}
/*iframe fix*/
.eLearning-iframe-fix {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.eLearning-iframe-fix > iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}
/*Cookie policy*/
.eLearning-coockie-policy-container {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(30, 30, 30, 0.64);
    color: #fff;
}
/*smiley loader*/
.eLearning-slider-loading-without-overlay {
	display: none;
	background: #ffffff00;
	top: 0;
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.leftEye,
.rightEye {
  z-index: 9;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  background: rgb(255,87,34);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rightEye {
  -webkit-animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mouth {
	z-index: 9;
  width: 10vh;
  height: 10vh;
  border-radius: 50%;
  border: solid 1.3vh rgb(255,87,34);
  border-right: solid 1.3vh rgba(223,223,194,0);
  border-left: solid 1.3vh rgba(223,223,194,0);
  border-bottom: solid 1.3vh rgba(223,223,194,0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
  -webkit-animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
            transform: translate(-50%, -50%) rotateX(180deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
            transform: translate(-50%, -50%) rotateZ(320deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
            transform: translate(-50%, -50%) rotateZ(900deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
            transform: translate(-50%, -50%) rotateZ(900deg);
  }
}
@keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
            transform: translate(-50%, -50%) rotateX(180deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
            transform: translate(-50%, -50%) rotateZ(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
            transform: translate(-50%, -50%) rotateZ(320deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
            transform: translate(-50%, -50%) rotateZ(900deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
            transform: translate(-50%, -50%) rotateZ(900deg);
  }
}
@-webkit-keyframes leftEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes leftEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes rightEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  70% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  75% {
    width: 2vh;
    height: 2px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  80% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes rightEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  70% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  75% {
    width: 2vh;
    height: 2px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  80% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/*smiley loader ends*/
.menu-thumbnail {
	color: #d4d4d4;
	font-family: roboto;
	font-weight: 300;
}
/*settings wheel*/
.base {
  z-index: 90;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #FFFFFF;
  width: 98px;
  height: 98px;
  transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1);
  border-bottom-right-radius: 100%;
  transform: scale(0.7) translate(-23%,-23%);
}
 .base .settings-wheel {
  z-index: 100;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  border-bottom-right-radius: 200px;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.5, -0.75, 0.05, 1), background-color 1s ease;
}
 .base .settings-wheel .icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
 .base .settings-wheel .icon:before,  .base .settings-wheel .icon:after {
  content: '';
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: top 0.5s ease 0.5s, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease;
  transition: top 0.5s ease 0.5s, transform 0.5s ease, background-color 0.75s ease 0.25s;
  transition: top 0.5s ease 0.5s, transform 0.5s ease, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease;
}
 .base .settings-wheel .icon .bar,  .base .settings-wheel .icon:before,  .base .settings-wheel .icon:after {
  position: absolute;
  height: 5px;
  left: 0px;
  right: 0px;
  border-radius: 5px;
  background-color: #21264B;
}
 .base .settings-wheel .icon .bar {
  transition: opacity 0s linear 0.5s, background-color 0.75s ease 0.25s;
  opacity: 1;
  top: 10px;
}
 .base .settings-wheel .icon:before {
  top: 0px;
}
 .base .settings-wheel .icon:after {
  top: initial;
  top: 20px;
}
 .base .icons {
  z-index: 98;
  position: absolute;
  top: 0px;
  left: 0px;
}
 .base .icons > * {
  position: absolute;
  font-size: 40px;
  color: #21264B;
  transition: 0.3s cubic-bezier(0.5, -0.25, 0.05, 1);
}
 .base .icons .fa-info-circle {
  top: 35px;
  left: 0px;
  transition-delay: 0.2s;
}
 .base .icons .fa-moon {
  top: 0px;
  left: 0px;
  color: #fff;
  transition-delay: 0.1s;
}.base .icons .fa-sun {
  top: 0px;
  left: 0px;
  color: #fff;
  transition-delay: 0.1s;
}
 .base .icons .fa-search {
  top: 0px;
  left: 35px;
}
 .base .section {
  z-index: 96;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .base .section .cover1 {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
 .base .section .cover1,
 .base .section .cover1 .cover2,
 .base .section .cover1 .cover2 .middle {
  position: absolute;
  width: 600px;
  height: 600px;
}
 .base .section .cover1,
 .base .section .cover1 .cover2 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -100%) rotate(4deg);
          transform: translate(-100%, -100%) rotate(4deg);
  overflow: hidden;
  pointer-events: none;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
 .base .section .cover1 .cover2 {
  -webkit-transform: translate(50%, -50%) rotate(-8deg);
          transform: translate(50%, -50%) rotate(-8deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
 .base .section .cover1 .cover2 .middle {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #EE1B59;
  top: 100%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: background-color 0s, width 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s, height 1.5s cubic-bezier(0.5, -0.5, 0.05, 1) 0s;
  pointer-events: auto;
}
 .base .section-static {
  z-index: 94;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  transition: width 1s cubic-bezier(0.5, -0.75, 0.05, 1), height 1s cubic-bezier(0.5, -0.75, 0.05, 1);
}
 .base .section-static:hover {
  background-color: #EAEAEA;
}
 .base .section-static.top {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom-right-radius: 400px;
}
 .base .section-static.bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom-right-radius: 400px;
}
 .base.close {
  width: 300px;
  height: 300px;
  transition: all 1.25s cubic-bezier(0.5, 0, 0.05, 1.75);
}
 .base.close .settings-wheel {
  width: 150px;
  height: 150px;
  transition: all 1s cubic-bezier(0.5, 0, 0.05, 1.75), background-color 1s ease;
  background-color: #21264B;
}
 .base.close .settings-wheel .icon .bar,  .base.close .settings-wheel .icon:before,  .base.close .settings-wheel .icon:after {
  background-color: #FFFFFF;
}
 .base.close .settings-wheel .icon .bar {
  opacity: 0;
}
 .base.close .settings-wheel .icon:before,  .base.close .settings-wheel .icon:after {
  transition: top 0.5s linear, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease 0.5s;
  transition: top 0.5s linear, transform 0.5s ease 0.5s, background-color 0.75s ease 0.25s;
  transition: top 0.5s linear, transform 0.5s ease 0.5s, background-color 0.75s ease 0.25s, -webkit-transform 0.5s ease 0.5s;
}
 .base.close .settings-wheel .icon:before {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
 .base.close .settings-wheel .icon:after {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
 .base.close .icons {
  position: absolute;
  top: 0px;
  left: 0px;
}
 .base.close .icons > * {
  position: absolute;
  font-size: 40px;
  color: #21264B;
  transition: 0.3s cubic-bezier(0.5, 0, 0.05, 1.75) 0.7s;
  pointer-events: none;
}
 .base.close .icons .fa-info-circle {
  top: 35px;
  left: 200px;
}
 .base.close .icons .fa-moon {
  top: 141px;
  left: 141px;
  color: #fff;
  transition-delay: 0.65s;
}
.base.close .icons .fa-sun {
  top: 141px;
  left: 141px;
  color: #fff;
  transition-delay: 0.65s;
}
 .base.close .icons .fa-search {
  top: 200px;
  left: 35px;
  transition-delay: 0.8s;
}
 .base.close .section .cover1 {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
 .base.close .section .cover1,
 .base.close .section .cover1 .cover2,
 .base.close .section .cover1 .cover2 .middle {
  position: absolute;
  width: 600px;
  height: 600px;
}
 .base.close .section .cover1,
 .base.close .section .cover1 .cover2 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -100%) rotate(16deg);
          transform: translate(-100%, -100%) rotate(16deg);
  overflow: hidden;
  transition: -webkit-transform 0.5s ease-in 0.5s;
  transition: transform 0.5s ease-in 0.5s;
  transition: transform 0.5s ease-in 0.5s, -webkit-transform 0.5s ease-in 0.5s;
}
 .base.close .section .cover1 .cover2 {
  -webkit-transform: translate(50%, -50%) rotate(-32deg);
          transform: translate(50%, -50%) rotate(-32deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
 .base.close .section .cover1 .cover2 .middle {
  border-radius: 100%;
  background-color: #EE1B59;
  top: 100%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: background-color 0s, width 1.1s cubic-bezier(0.5, 0, 0.05, 1.75) 0.25s, height 1.1s cubic-bezier(0.5, 0, 0.05, 2) 0.25s;
}
 .base.close .section .cover1 .cover2 .middle:hover {
  background-color: #DD1350;
}
 .base.close .section-static {
  width: 300px;
  height: 300px;
  transition: width 1.25s cubic-bezier(0.5, 0, 0.05, 2), height 1.25s cubic-bezier(0.5, 0, 0.05, 2);
}
/*settings wheel ends*/
/*responsive html5 video*/
.embed-container {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container > video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*responsive html5 video ends*/
[class*=item] > .nbook-text-editor > ol, ul {
	margin-left: 30px;
}
[class*=item] > .nbook-text-editor > p {
    line-height: 1.6;
}
#about {
	top: 0px!important;
	margin: -15px;
}
#about > .row > .col-md-4 {
	background-color: #030304;
}
#about > .row > .col-md-8 {
	padding-top: 15px;
}
@media only screen and (max-width : 980px) and (orientation : landscape) {
	#eLearning-info-popup > .modal-dialog > .modal-content > .modal-body {
		overflow-y: auto;
		height: 85vh;
	}
	#eLearning-info-popup > .modal-dialog {
		 overflow-y: initial !important
	}
	#eLearning-info-popup > .modal-dialog > .modal-content > .modal-body > #about > .row > .col-md-8 {
		height: unset !important;
		overflow-y: unset !important;
	}
}
@media only screen and (max-width : 980px) and (orientation : portrait) {
	#eLearning-info-popup > .modal-dialog > .modal-content > .modal-body {
		overflow-y: auto;
		height: 90vh;
	}
	#eLearning-info-popup > .modal-dialog {
		 overflow-y: initial !important
	}
	#eLearning-info-popup > .modal-dialog > .modal-content > .modal-body > #about > .row > .col-md-8 {
		height: unset !important;
		overflow-y: unset !important;
	}
}
#eLearning-info-popup > .modal-dialog > .modal-content > .modal-body > #about > .row > .col-md-8 {
		height: 400px;
		overflow-y: auto;
	}

#eLearning-info-overlay {
    height: 0;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(240,240,240);
    background-color: rgba(240,240,240, 1);
    overflow-x: hidden;
    /*transition: width 1.25s cubic-bezier(0.5, 0, 0.05, 2), height 1.25s cubic-bezier(0.5, 0, 0.05, 2);*/
    opacity: 0;
    transition: opacity .6s, width 1s linear 2s, height 1s linear 2s;
}
#eLearning-info-overlay.on {
    width: 100%;
    height: 100%;
    /*border-bottom-right-radius: 100%;*/
    opacity: 1;
    transition: opacity .6s;
}

.overlay-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas:
            "consent"
            "impressum"
            "logo";
}

.overlay-logo {
    grid-area: logo;
    height: 100vh;
    width: 100%;
    background-color: #1D1D1B;
}
.overlay-impressum {
    grid-area: impressum;
    padding: 30% 10% 25% 10%;
}
#close-overlay {
    background: none;
    border: 0;
    box-sizing: border-box;
    color: transparent;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    right: 3%;
    letter-spacing: -0.5px;
    line-height: 40px;
    outline: none;
    overflow: hidden;
    padding: 10px 0 0;
    position: absolute;
    text-transform: uppercase;
    top: 5%;
    transition: all 0.2s ease-in;
    width: 100px;
    text-align: center;
    z-index: 9;
}

#close-overlay::before,
#close-overlay::after {
    background-color: #ced50c;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform-origin: center left;
    transition: all 0.2s ease-in;
    width: 141.4214px;
    z-index: -1;
}

#close-overlay::before {
    top: 0;
    transform: rotate(45deg);
}

#close-overlay::after {
    bottom: 0;
    transform: rotate(-45deg);
}

#close-overlay:hover {
    color: #1D1D1B;
}

#close-overlay:hover::before,
#close-overlay:hover::after {
    height: 50px;
    transform: rotate(0deg);
}

.overlay-logo > div {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.overlay-logo > div > p {
    color: #85adc1;
    font-size: 1.2em;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    padding-top: 26px;
}

.overlay-logo > div > p > a {
    color: #ced50c;
}
/*privacy popup mobile*/

#eLearning-privacy-popup {
    /*height: 200px;
    width: 300px;*/
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: rgb(240, 240, 240);
    background-color: rgba(240, 240, 240, 1);
    overflow-x: hidden;
    opacity: 1;
    transition: opacity .6s;
    padding: 1.4em;
    border-radius: 3px;
    max-width: 24em;
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);

}

.privacy-button-text, .save-consent {
    background-color: #93cab9;
    padding: 10px;
    float: right;
    margin-top: 10px;
    color: #3a4356;
    border-radius: 3px;
    cursor: pointer;
}

.privacy-popup-preferences {
    padding: 10px 10px 10px 0;
    margin-top: 10px;
}
/*cookie consents mobile*/
.cookie-consents {
    grid-area: consent;
    padding: 30% 10% 10% 10%;
}
.cookie-consents hr {
    border-top: 1px solid #cecece;
    margin: 5px 0 20px 0 !important;
}
.cookie-consents strong {
    text-decoration: underline;
}

.cookie-consents p {
    margin: 5px 0 0 0;
}

.functional-cookies {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 16px;
}

.youtube-cookies {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 16px;
}

.google-analytics-cookies {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 16px;
}

#eLearning-info-overlay > div > div.cookie-consents > div.youtube-cookies > span:nth-child(2) {
    justify-self: end;
    align-self: end;
}
#eLearning-info-overlay > div > div.cookie-consents > div.google-analytics-cookies > span:nth-child(2) {
    justify-self: end;
    align-self: end;
}
#eLearning-info-overlay > div > div.cookie-consents > div.functional-cookies > span:nth-child(2) {
    justify-self: end;
    align-self: start;
    font-weight: 600;
    color: #93cab9;
}

@media only screen and (min-width: 980px) {
    .overlay-grid {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 40% 60%;
        grid-template-areas:
            "consent logo"
            "impressum logo";
    }
    .cookie-consents {
        grid-area: consent;
        padding: 100px 150px 0px 150px;
    }

    .overlay-logo {
        grid-area: logo;
        height: 100vh;
        width: 100%;
        background-color: #1D1D1B;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }

    .overlay-logo > div {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40%;
    }

    .overlay-logo > div > p {
        color: #85adc1;
        font-size: 1.2em;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        padding-top: 26px;
    }

    .overlay-logo > div > p > a {
        color: #ced50c;
    }

    .overlay-impressum {
        grid-area: impressum;
        padding: 70px 150px 150px 150px;
    }


    #close-overlay {
        background: none;
        border: 0;
        box-sizing: border-box;
        color: transparent;
        cursor: pointer;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        right: 3%;
        letter-spacing: -0.5px;
        line-height: 90px;
        outline: none;
        overflow: hidden;
        padding: 10px 0 0;
        position: fixed;
        text-transform: uppercase;
        top: 5%;
        transition: all 0.2s ease-in;
        width: 100px;
        text-align: center;
        z-index: 9;
        display: none;
    }

    #close-overlay::before,
    #close-overlay::after {
        background-color: #ced50c;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        transform-origin: center left;
        transition: all 0.2s ease-in;
        width: 141.4214px;
        z-index: -1;
    }

    #close-overlay::before {
        top: 0;
        transform: rotate(45deg);
    }

    #close-overlay::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    #close-overlay:hover {
        color: #1D1D1B;
    }

    #close-overlay:hover::before,
    #close-overlay:hover::after {
        height: 50px;
        transform: rotate(0deg);
    }
    /*privacy popup*/
    #eLearning-privacy-popup {
        /*height: 200px;
        width: 300px;*/
        position: fixed;
        z-index: 9999;
        bottom: 10px;
        left: 10px;
        background-color: rgb(240, 240, 240);
        background-color: rgba(240, 240, 240, 1);
        overflow-x: hidden;
        opacity: 1;
        transition: opacity .6s;
        padding: 1.4em;
        border-radius: 3px;
        max-width: 24em;
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);

    }

    .privacy-button-text {
        background-color: #93cab9;
        padding: 10px;
        float: right;
        margin-top: 10px;
        color: #3a4356;
        border-radius: 3px;
        cursor: pointer;
    }



    .privacy-popup-preferences {
        padding: 10px 10px 10px 0;
        margin-top: 10px;
    }
    /*cookie consents*/
    .cookie-consents hr {
        border-top: 1px solid #cecece;
        margin-top: 5px !important;
    }
    .cookie-consents strong {
        text-decoration: underline;
    }

    .cookie-consents p {
        margin: 5px 0 0 0;
    }

    .functional-cookies {
        display: grid;
        grid-template-columns: 80% 20%;
    }

    .youtube-cookies {
        display: grid;
        grid-template-columns: 80% 20%;
    }

    .google-analytics-cookies {
        display: grid;
        grid-template-columns: 80% 20%;
    }

    #eLearning-info-overlay > div > div.cookie-consents > div.youtube-cookies > span:nth-child(2) {
        justify-self: end;
        align-self: end;
    }
    #eLearning-info-overlay > div > div.cookie-consents > div.google-analytics-cookies > span:nth-child(2) {
        justify-self: end;
        align-self: end;
    }
    #eLearning-info-overlay > div > div.cookie-consents > div.functional-cookies > span:nth-child(2) {
        justify-self: end;
        align-self: end;
        font-weight: 600;
        color: #93cab9;
    }
}
/*success/error form-overlay with icons*/
.form-overlay {
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
}

/*contact form loader*/
.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #f44336 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-4-15 23:29:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}



.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.checkbox label {
    min-height: 0 !important;
    padding-left: 0 !important;
}
.checkbox {
    margin-top: 0 !important;
    margin-bottom:  0 !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {display:none;}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #b8dcd1;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

.youtube-blocked-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #212121;
}

.youtube-blocked-content > div {
    transform: translate(-50%, -50%);
    top: 53%;
    left: 50%;
    position: relative;
    color: white;
    text-align: center;
    padding: 0 20px;
}
.youtube-blocked-content > div > div > a {
    color: #E91E63;
    text-decoration: underline;
    font-weight: 600;
}

.save-consent, .privacy-button-text {

    transition: all 0.5s;
    position: relative;
}
.save-consent::before, .privacy-button-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.2);
    transition: all 0.3s;
}
.save-consent:hover::before, .privacy-button-text:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
.save-consent::after, .privacy-button-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(133,173,193,0.7);
    transform: scale(1.2,1.2);
    border-radius: 3px;
}
.save-consent:hover::after, .privacy-button-text:hover::after {
    opacity: 1;
    transform: scale(1,1);
}
#pandt-loader {
    height: 0;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    /*background-color: rgb(240,240,240);
    background-color: rgba(240,240,240, 1);*/
    overflow: hidden;
    opacity: 0;
    transition: opacity .6s, width 1s linear 2s, height 1s linear 2s;
}
#pandt-loader.loader-on {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .6s;
}
