html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #000000b2;
  }
  body::-webkit-scrollbar {
    width: 12px;
  }
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
  }
  .hide {
    visibility: hidden;
}
.menu-icon {
    background-color: white;
    border-radius: 4px;
}
.imageiframesubt {
    content: ' ';
    position: relative;
    height: 60px;
    background-color: #dfdcda ;
    width: 104%;
    bottom: -56px;
    display: none;
}
.imageiframesubb {
    content: ' ';
    position: relative;
    height: 60px;
    background-color: #dfdcda ;
    width: 104%;
    top: -56px;
    display: none;
}
.bhif{
    background-color: #fff ; 
}
.iframe-pk:after {
    content: '';
    position: absolute;
    height: 62px;
    background-color: white !important;
    width: 104%;
    left: -4px;
    margin-left: 0px;
    margin-right: 0px;
    bottom: 0px;
}
.iframe-pk:before {
    content: '';
    position: absolute;
    height: 62px;
    background-color: white !important;
    width: 104%;
    left: -4px;
    margin-left: 0px;
    margin-right: 0px;
    top: -5px;
}
.ltosp-header {
    position: absolute;
    z-index: 2;
    top: 7px;
}
.iframe-pk {
    position: relative;
    top: -10px;
}

.ytp-show-watch-later-title ,.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-watch-later-title{
    display: none !important;
        visibility: hidden;
}
.description a {
    font-family: Futura !important;
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none  !important;
    /* background-color: white; */
    /* border-bottom: 1px solid white; */
    /* padding-bottom: 8px; */

    padding: 15px 15px;
    /* border: 1px solid white; */
    background-color: #0d4d8d;
    margin: 10px;
    display: inline-block;
    box-shadow: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 0 30px 42px -1px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border-radius: 5px;
}
.description a:hover{
    background-color: #0c437a;
}
.internallogo {
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 4;
}
.internallogo img {
    width: 54px;
}
section.introduction a.overbg img {
    width: 100px;
}
.chromelessmodel ,.chromelessmodel .modal-dialog{
    padding: 0px !important;
    margin: 0px !important;
}
.chromelessmodel .modal-dialog .modal-header {
    position: absolute;
    top: 83px;
    right: 66px;
    z-index: 9999999999;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    opacity: 1 !important;
}
.chromelessmodel .modal-dialog .modal-header button.close {
    border: 1px solid #0a8eff;
    opacity: 1 !important;
    border-radius: 100%;
    padding: 5px 14px 12px 14px !important;
    color: #fff !important;
}
/* The Modal (background) */
.modal {
    display:none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.popup-content {
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
div#popup-box span.close {
    position: absolute;
    top: 16px;
    right: 30px;
    z-index: 99999999;
    border: 1px solid white;
    opacity: 1 !important;
    border-radius: 100%;
    padding: 5px 12px 10px 12px !important;
    color: #fff !important;
}
.ModuleSubscription .content .image iframe {
    border-radius: 10px !important;
}
.app {
    overflow: hidden;
}
.app section.home {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
/*    overflow: hidden;*/
}
.app section {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.app section.home section {
    visibility: visible;
    opacity: 1;
}

.app section.introduction {
/*    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    overflow: hidden;
/*    background-color: #000000;*/
}
.app section.introduction .video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.app section.home .bars {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 12;
}
.app section.introduction .video .player {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.app section.introduction .page-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.app section.home .hashtag {
    position: absolute;
    top: 50%;
    left: 95px;
    width: 8px;
    display: none;
}
.app section.introduction .text {
    position: absolute;
    width: 100%;
    top: 40%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    text-align: center;
}
.app section.introduction .scroll {
    position: absolute;
    bottom: 10%;
    width: 100%;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}
.app section.home .hashtag img {
    width: 100%;
}
/* .app section.introduction .text .highlight {
    position: absolute;
    height: 50px;
    left: 50%;
    width: 203px;
    margin-left: -101.5px;
    margin-top: -30px;
} */
.app section.introduction .text .title {
    position: relative;
    line-height: 70px;
    height: 74px;
    margin-top: 50px;
}
.app section.introduction .text .title p {
    font-family: "Jonathan Ball";
    font-size: 56px;
    color: #ffffff;
    text-transform: uppercase;
}
p.bodyhyphenate {
    line-height: 1;
    font-weight: 100 !important;
    font-family: "Jonathan Ball";
    color: #342414;
    margin: 0px !important;
    margin-top: 20px !important;
}
.app section.introduction .text .title p span:nth-child(1) {
    position: absolute;
    top: 0px;
    left: 50%;
    width: auto;
    overflow: hidden;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    text-align: center;
}
.app section.introduction .text .title p span:nth-child(2) {
    position: absolute;
    top: 70px;
    left: 50%;
    width: auto;
    overflow: hidden;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    text-align: left;
}
.app section.introduction .text .description p {
    font-family: Futura !important;
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
    letter-spacing: 1px;
}
.app section.introduction .text .description p span {
    display: block;
}
.app section.introduction .scroll .title {
    width: 329px;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.app section.introduction .scroll .button {
    position: relative;
    width: 69px;
    height: 69px;
    margin: 0 auto;
    cursor: pointer;
    pointer-events: auto;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.app section.introduction .scroll .title p {
    width: auto;
    font-size: 16px;
    font-family: Futura;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: left;
    color: #ffffff;
    position: absolute;
}
.app section.introduction .scroll .button canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
canvas {
    display: block;
    position: absolute;
    z-index: -1;
}
.app section.introduction .scroll .button img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.app section.documentary {
/*    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    color: #ffffff;
    background-color: transparent;
}
/*.app section.documentary .background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/website/home/documentary/background_view.jpg);
    background-size: cover;
    background-position: center center;
    background-color: #000000;
    pointer-events: none;
}*/
.app section.documentary .background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000063;
    pointer-events: none;
}
.backgroundoverpage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000063;
    pointer-events: none;
}
.app section.documentary .page-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.app section.documentary .chromeless {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 70%;
    height: 60%;
    background-color: #000000;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.app section.documentary .chromeless.chromelessactive{
       width: 60% !important; 
}
.app section.documentary .graph.graph-1 {
    top: 30%;
    right: 5%;
    width: 20%;
    height: 10px;
}
.app section.documentary .graph {
    position: absolute;
    width: 1px;
    height: 1px;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}
.app section.documentary .graph.graph-2 {
    bottom: 2%;
    right: 20%;
    width: 1px;
    height: 6%;
    opacity: 0.5;
}
.app section.documentary .graph.graph-3 {
    bottom: 2%;
    right: 25%;
    width: 1px;
    height: 6%;
    opacity: 0.5;
}
.app section.documentary .text {
    position: absolute;
    top: 60%;
    left: 8%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    overflow: hidden;
}
.app section.documentary .chromeless .video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0%, 0px);
    transform: translate3d(0%, 0%, 0px);
}
.app section.documentary .chromeless .video .player {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0%, 0px);
    transform: translate3d(0%, 0%, 0px);
    pointer-events: none;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.app .video-player {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
.app .video-player .video-player-movie {
    cursor: pointer;
}

.app section.documentary .chromeless .controls {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: auto;
    margin-left: -78px;
    margin-top: -55px;
    overflow: hidden;
    -webkit-transform: translate3d(0%, 0%, 0px);
    transform: translate3d(0%, 0%, 0px);
    pointer-events: auto;
}
.app section.documentary .chromeless .controls .button {
    width: 133px;
    height: 133px;
    cursor: pointer;
    margin: 0 auto;
}
.app section.documentary .chromeless .controls .button canvas {
    width: 133px;
    height: 133px;
}
.app section.documentary .chromeless .controls .button img {
    width: 100%;
    height: 100%;
}
.app section.documentary .chromeless .controls .title {
    width: 160px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}
.app section.documentary .chromeless .controls .title p {
    width: 100%;
    font-size: 12px;
    font-family: 'HPSimplified-Regular';
    letter-spacing: 9px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    height: 15px;
}
.app section.home .line-horizontal {
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #1a8ed4;
}
.app section.documentary .chromeless .controls .title span {
    width: auto;
    font-size: 14px;
    font-family: 'HPSimplified-Light';
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.app section.documentary .graph .graph-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.app section.documentary .graph .graph-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.app section.documentary .text .highlight {
    overflow: hidden;
    width: 200px;
}
.app section.home .text-underline {
    width: auto;
    float: left;
    margin-right: 15px;
}
.app section.home .text-underline .content {
    width: auto;
}
.app section.documentary .text .highlight .text-underline .underline {
    margin-top: 0px;
}
.app section.home .text-underline .underline {
    position: relative;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    overflow: hidden;
}
.app section.documentary .text .highlight p {
    font-family: 'HPSimplified-Regular';
    font-size: 14px;
    color: #1a8ed4;
    text-transform: uppercase;
    letter-spacing: 9px;
}
.app section.documentary .text .title p {
    font-family: Futura;
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 50px;
}

.app section.documentary .text .line-horizontal {
    margin: 0;
    margin-top: 20px;
    width: 200px;
    height: 10px;
}
.app section.documentary .text .title p span {
    display: block;
}
.app section.documentary .chromeless .controls .title .line-horizontal {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    background-color: #ffffff;
}
.app section.home .hashtag-full {
    position: fixed;
    top: 50%;
    left: 95px;
    width: 8px;
    pointer-events: none;
}
.app section.navigation {
    position: fixed;
    width: 100%;
    height: 62px;
}
.app section.navigation .menu {
    position: relative;
    height: 38px;
    width: 100%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.app section.navigation .menu .left {
    width: auto;
    margin-left: 50px;
    float: left;
}
.app section.navigation .menu .right {
    float: right;
    margin-right: 50px;
}
.app section.navigation .menu .left .logo {
    width: auto;
    float: left;
    cursor: pointer;
}
.app section.navigation .menu .left .title {
    font-family: 'HPSimplified-Regular';
    float: left;
    color: #ffffff;
    padding-left: 16px;
    font-size: 16px;
    font-weight: bold;
}
.app section.navigation .menu .left .logo img {
    height: 38px;
}
.app section.navigation .menu .left .logo .invert {
    top: 0px;
    left: 0px;
    position: absolute;
}
.app section.navigation .menu .left .title .text {
    float: left;
    line-height: 40px;
    font-weight: normal;
}
.app section.navigation .menu .left .title .cursor {
    width: 1px;
    height: 20px;
    border-right: 1px solid #fff;
    -webkit-animation: cursorAnimation 1s infinite;
    animation: cursorAnimation 1s infinite;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}
.app section.navigation .menu .right .button {
    width: auto;
    float: left;
    cursor: pointer;
}
.app section.navigation .menu .right .button .button_container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    border: 2px solid #1a8ed4;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}
.app section.navigation .menu .right .button .icon {
    opacity: 1;
}
.app section.navigation .menu .right .button img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.app section.navigation .menu .right .button img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.app section.navigation .menu .right .button .invert {
    opacity: 0;
}
.app section.menu {
    position: fixed;
    top: 0px;
    left: 100%;
    width: 720px;
    height: 100%;
    background-color: #000000;
    opacity: 1;
    visibility: visible;
    z-index: 21;
}
.app section.menu .top {
    position: absolute;
    height: 62px;
    width: 100%;
    float: left;
}
.app section.menu .content {
    position: absolute;
    bottom: 120px;
    left: 50%;
    width: 80%;
    height: 70%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    overflow: auto;
    display: table;
}
.app section.menu .bottom {
    position: absolute;
    bottom: 0%;
    height: 110px;
    width: 100%;
    float: left;
    background-color: #000000;
}
.app section.menu .top .container {
    position: relative;
    height: 38px;
    width: 100%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    float: right;
}
.app section.menu .top .container .button {
    float: right;
    cursor: pointer;
    margin-right: 50px;
}
.app section.menu .top .container .button .button_container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    border: 2px solid #1a8ed4;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.app section.menu .top .container .button .icon, .app section.menu .top .container .button .invert {
    width: 40%;
}
.app section.menu .top .container .button .icon {
    opacity: 1;
}
.app section.menu .top .container .button .icon, .app section.menu .top .container .button .invert {
    width: 40%;
}
.app section.menu .top .container .button img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.app section.menu .content .wrap-list {
    position: relative;
    list-style: none;
    width: 100%;
    display: table-cell;
}
.app section.menu .content .wrap-list .list-item {
    position: relative;
    width: 100%;
    height: 59px;
    overflow: hidden;
    cursor: pointer;
}
.app section.menu .content .wrap-list .list-item .title {
    position: relative;
}
.app section.menu .content .wrap-list .list-item .title p {
    font-family: 'HPSimplified-Light';
    width: 100%;
    color: #ffffff;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 11px;
    font-weight: bold;
}
.app section.menu .content .wrap-list .list-item:nth-child(1) .bar {
    width: 130px;
}
.app section.menu .content .wrap-list .list-item .bar.left {
    left: 0%;
    -webkit-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
}
.app section.menu .content .wrap-list .list-item .bar {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #017cce;
}
.app section.menu .content .wrap-list .list-item:nth-child(1) .bar {
    width: 130px;
}
.app section.menu .content .wrap-list .list-item .bar.right {
    right: 0%;
    -webkit-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0);
}
.app section.menu .content .wrap-list .list-item .bar {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #017cce;
}
.app section.menu .bottom .line {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;
}
.app section.menu .bottom .container {
    position: absolute;
    height: 30px;
    width: 520px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.app section.menu .bottom .container {
    position: absolute;
    height: 30px;
    width: 520px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.app section.menu .bottom .container .button {
    width: 180px;
    float: left;
    cursor: pointer;
    margin-right: 50px;
    line-height: 30px;
}
.app section.menu .bottom .container .button .button_container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    border: 2px solid #1a8ed4;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 4px;
}
.app section.menu .bottom .container .button .icon {
    opacity: 1;
}
.app section.menu .bottom .container .button img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin-right: 4px;
    width: 45%;
}
.app section.menu .bottom .container .button .invert {
    opacity: 0;
}
.app section.menu .bottom .container .button img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin-right: 4px;
    width: 45%;
}
.app section.menu .bottom .container .button .text {
    display: inline-block;
}
.app section.menu .bottom .container .button .text p {
    font-family: 'HPSimplified-Light';
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}
.app section.menu .bottom .container .language {
    width: auto;
    float: left;
    cursor: pointer;
    line-height: 30px;
}
.app section.menu .bottom .container .language .idiom {
    position: relative;
    float: left;
}
.app section.menu .bottom .container .language .divisor {
    position: relative;
    width: 1px;
    height: 30px;
    background-color: #1a8ed4;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.app section.menu .bottom .container .language .idiom p {
    font-family: 'HPSimplified-Regular';
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.app section.menu .bottom .container .language .idiom.active p {
    text-decoration: underline;
}
.app section.menu .bottom .container .language .idiom p {
    font-family: 'HPSimplified-Regular';
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.app div.menu-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 20;
    -webkit-transform: translate3d(100%, 0%, 0);
    transform: translate3d(100%, 0%, 0);
}
.cols.customcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customcol .col{
  width: calc(25% - 2rem);
  margin: 0rem;
  cursor: pointer;
  padding: 0 8px;
}

.customcol .contner{
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.customcol .fronts {
    background-size: cover;
    background-position: center;
    text-align: center;
    min-height: 153px;
    height: auto;
    border-radius: 0px;
    color: #fff;
    font-size: 1.5rem;
}
.customcol .front,
.customcol .back{
  background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), 
    -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 153px;
    height: auto;
    border-radius: 0px;
    color: #fff;
    font-size: 1.5rem;
}

.customcol .back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}

.customcol .contner:hover .front,
.customcol .contner:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.customcol .back{
    position: absolute;
    top: 0;
    left: -6px;
    width: 104%;
}
.customcol .back:after{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    width: 97%;
    height: 96%;
    content: '';
    display: block;
    opacity: 0.4;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.customcol .inner {
    -webkit-transform: translateY(-50%) translateZ(50px) scale(0.94);
    transform: translateY(-50%) translateZ(50px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 105%;
    height: 156px;
    padding: 0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    display: flex;
    align-items: center;
padding: 0px 10px !important;
}
.customcol .inner p {
    font-size: 12px !important;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Jonathan Ball";
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}
.customcol .contner .back{
    -webkit-transform: rotateY(173deg);
            transform: rotateY(173deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.customcol .contner .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.customcol .contner:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.customcol .contner:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
  .colcusno{  cursor: default !important;
}

.progress-bar {
    margin: 10px 0 10px;
    overflow: hidden;
}

.progress-title-holder {
    padding-bottom: 7px;
    position: relative;
    margin: 5px 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    color: #2e2e2e;
}

.progress-title {
    z-index: 100;
    font-weight: bold;
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: #00d2ff;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-number-wrapper,
.progress-number-mark {
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
}

.down-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #00d2ff;
    position: absolute;
    left: 50%;
    top: 100%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-content-outter {
    height: 12px;
    background-color: #ffffff;
}

.progress-content {
    height: 21px;
    background-color: #15538e;
    width: 0%;
}    
button.pausedplay,button.playplay  {
    padding: 15px 20px;
    border: none;
    border-radius: 100%;
    outline: none;
}
button.playplay svg.eq-bar-pu {
    display: none;
}
button.pausedplay svg.eq-bar-p{
     display: none;
}
rect.eq-bar.eq-bar--1,rect.eq-bar.eq-bar--2,rect.eq-bar.eq-bar--3,rect.eq-bar.eq-bar--4,rect.eq-bar.eq-bar--5,rect.eq-bar.eq-bar--6 {
    fill: white;
}
/*button.playplay:before {
    content: "\f144";
    animation: pulse2 infinite 2s;
}
button.playplay:before {
    content: "\f144";
    font-family: FontAwesome;
    animation: pulse2 infinite 2s;
    font-size: 34px;
    color: #fff;
    border-radius: 100%;
}
button.pausedplay:after {
    content: "\f28b";
    font-family: FontAwesome;
    animation: pulse2 infinite 2s;
    font-size: 34px;
    color: #fff;
    border-radius: 100%;
}*/
button#playButton {
    position: fixed;
    left: 20px;
    bottom: 20px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
cursor: pointer;
}
@media screen and (max-width: 64rem){
 .customcol .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
.customcol  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
 .customcol .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
            .chromelessmodel .modal-dialog ,.chromelessmodel .modal-content{
                max-width: 100%;
                height: 100%;
                min-height: 100%;
            }
            .chromelessmodel{
                padding-left: 17px;
            }
            .videochromeless {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
            #backtotop {
                 display: inline-block;
                text-align: center;
                position: fixed;
                bottom: 30px;
                right: 30px;
                transition: all .3s, opacity .5s, visibility .5s;
                opacity: 0;
                visibility: hidden;
                z-index: 1000;
                cursor: pointer;
            }
            #backtotop.show {
              opacity: 1;
              visibility: visible;
            }
            #backtotop .item-icon:after {
                border: 2px solid #ffffff;
            }
            #backtotop .item-icon i.fa.fa-angle-up {
                padding: 19px 26px;
            }

.eq-bar {
  transform: scale(1, -1) translate(0, -24px);
}

.eq-bar--1 {
  animation-name: short-eq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

.eq-bar--1 {
  animation-name: short-eq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

.eq-bar--2 {
  animation-name: tall-eq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.17s;
}
.popup-content:after {
    content: '';
    position: absolute;
    height: 116px;
    background-color: black !important;
    width: 100%;
    left: 0;
    margin-left: 0px;
    margin-right: 0px;
    bottom: 0;
}
.popup-content:before {
    content: '';
    position: absolute;
    height: 117px;
    background-color: black !important;
    width: 100%;
    left: 0;
    margin-left: 0px;
    margin-right: 0px;
    top: 0;
    z-index: 2;
}
.eq-bar--3 {
  animation-name: short-eq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.34s;
}

@keyframes short-eq {
  0% {
    height: 8px
  }

  50% {
    height: 4px
  }

  100% {
    height: 8px
  }
}

@keyframes tall-eq {
  0% {
    height: 16px
  }

  50% {
    height: 6px
  }

  100% {
    height: 16px
  }
}



/*Custom CSS*/
.amc-popup-content{
    width: 100%;
    height: 100%;
    margin: 0;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
}
.amc-popup-content:before,
.amc-popup-content:after{
    display: none;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 48.25%;
    height: 0;
  }

  .ModuleSubscription .content .amc-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
  
.video-container iframe,
.ModuleSubscription .content .amc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.app section.introduction .text,
.app section.introduction .scroll {
    position: static;
    transform: none;
    margin-top: auto;
}

.app section.introduction .text .title p span:nth-child(1) {
    position: static;
}

.app section.introduction .page-content {
    display: flex;
    flex-direction: column;
}
#menu-toggle svg{
    background-color: #0d4d8d;
    
}
#menu-toggle svg rect{
    fill: white !important;
}


@media only screen and (max-width: 991px){
    .app section.introduction .text .title p {
        font-size: 36px;
    }
    .amc-popup-content{
        padding: 20px;
    }
    
}

@media only screen and (max-width: 767px){
    .app section.introduction .text .title p {
        font-size: 26px;
    }
    .ltosp h2{
        font-size: 20px !important;
    }

    p.wwf-text, 
    .bot ul li,
    .content-header .body.hyphenate p,
    p,
    .contactAddress,
    .counter-Txt h1{
        font-size: 15px !important;
        line-height: normal;
    }

    .ModuleChapter .offset-container .chapter-item .chapter-index .chap-number, 
    .ModuleChapter .offset-container .chapter-item .chapter-index .chap-text{
        font-size: 16px !important;
    }

    .ModuleChapter .custom-content {
        padding-top: 150px;
    }
    .contact-section .Module {
        overflow: auto !important;
        padding-top: 70px;
    }

    .app section.introduction .text {
        padding: 20px;
    }
}
/*@media(min-width:900px) and (max-width:1247px)
{
	div#c1p2 .content:nth-child(2) {
		margin-top: 111px;}
		
	div#c1p2 {
   
	}	
}*/


@media (min-width: 900px) and (max-width:1399px)
{
    div#c1p2 .content:nth-child(1) img, div#c1p2 .content:nth-child(1) .text {
        margin-top: 120px;
    }
    div#c1p2 .content:nth-child(2) img, div#c1p2 .content:nth-child(2) .text {
        margin-top: 110px;
    }
    .align-items-center.d-flex img {
        margin:0px !important;
    }
	/* div#c1p2 {
    height: 820px !important;
	}	 */
    #MainMenu .menu-container .chapter [data-subnav="true"] .menu-item, #MainMenu .menu-container p, #MainMenu .menu-container div
    {
        padding-bottom: 0px !important;
        font-size: 11px !important;
        line-height: 1.6 !important;
        padding-top: 1px !important;
    }
}