

body{
  position: relative !important ;
}

h2{
    font-size: 31px;
}
 /*  Fonts  */
.font-cairo {font-family: 'Cairo', sans-serif !important; letter-spacing: -1px !important;}
.font-amiri {font-family: 'Amiri', serif !important; letter-spacing: 0 !important;}
.font-openSans {font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important; }

.list-aabb li{
    font-size: 16px;
    font-weight: 500;
}
#mob{
    min-height: 100vh !important;
}
.lead {
    font-weight: 500;
    font-size: 19px;
    line-height: 31px;
}
/* color over rides */
:root {
    --vlGrey: #EBEBEB;
    --lGrey: #C3C3C3;
    --mGrey: #454040;
    --dGrey: #202020;
		--main-color: #a20014;
		--support-color: #eeba00;
}

/* coloring */
.csVLG { color: var(--vlGrey);}
.csLG { color: var(--lGrey);}
.csMG {  color: var(--mGrey);}
.csDG {  color: var(--dGrey) !important;}
.csM {  color: var(--main-color)!important;}
.csS {  color: var(--support-color);}
.csW {  color: #fff;}

.bgVLG { background-color: var(--vlGrey);}
.bgLG { background-color: var(--lGrey);}
.bgMG {  background-color: var(--mGrey);}
.bgDG {  background-color: var(--dGrey);}
.bgM {  background-color: var(--main-color);}
.bgS {  background-color: var(--support-color);}
.bgW {  background-color: #fff;}


.pos{
  position: relative;
}
.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logopic {
    width: 115px;
}
/* tags */
.img-rounded {  border-radius: 12px 12px 0 0; }
.img-desc-rounded {border-radius: 0 0 12px 12px; background-color: var(--vlGrey); height: 2.5em;padding-top: 0.25em;}

.close:focus, .close:hover {
  color: #fff;
}
.link-img{
    width: 26px;
}
.modal-content {
    background-color: #fff0 !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
.modal-header{
    border-bottom: 1px solid #e9ecef00 !important;
}
.close{
    text-shadow: 0 1px 0 #fff0;
}
/*grids */
.reverse {
  display: grid;
  width: 100%;
  grid-gap: 2em;
  grid-template-columns: 4fr 8fr;
  grid-template-areas: "content-right content-left";  }

  .content-left  {grid-area: content-left; }
  .content-right {grid-area: content-right; }

    .scrolldownImg {width: 45px; }
    .bold {font-weight: bold;}

    .background-overlay:before{
        background-color: #00000059;
    }

    /* addthis */

        .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg>span {
            background-color: var(--main-color)!important;
        }
        .at-expanding-share-button[data-position=bottom-left] {
            left: 10px;
        }
    /* addthis */

        .at-expanding-share-button-mobile-container .at-expanding-share-button-mobile .at-expanding-share-button-toggle-bg>span {
            background-color:   #71010f!important;
            color: #71010f!important;
        }

        .bk-text-black{
            background-color: black;
            display: inline-block;
            padding: 4px 6px 1px 10px;
        }

        .lyar-bottom{
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
            z-index: -1;
            background-image: linear-gradient( #00000000,#06060600, #02020229 ,#02020273, #020202fc);
        }
        .lyar-top{
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
            z-index: -1;
            background-image: linear-gradient(to top, #00000000,#06060600, #0202028a ,#020202ba, #020202fc);
        }
        .lyar-right{
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
            z-index: -1;
            background-image: linear-gradient(to right,#00000000,#06060600, #02020200 ,#02020200, #02020226);
        }
        .head-color{
            /* text-align: right; */
            color: #564c4c;
        }
        .sub-title{
            margin-top: -14px;
            margin-bottom: 34px;
            font-weight: 800;
            font-size: 31px;
            color: #c2c2c2;
        }
        .qute-sec03{
            font-size: 24px;
            font-weight: 300;
            color: #564c4c;
            line-height: 35px;
        }
    /* section01 */
        .sec01-num{
            font-size: 95px;
            font-weight: 200;
            color: #a3a3a3;
        }
        .sec01-num-head {
            font-size: 19px;
            margin-top: 10px;
            font-weight: 800;
            line-height: 35px;
            color: #564c4c;
        }
        .sec01-num-cont{
            font-size: 20px;
            color: #564c4c;
        }
        .sec01-flex{
            margin-top: 35px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .quote-cont-sec01 img {
            width: 70px;
            margin-bottom: 10px;
        }
        .quote-cont-sec01 p {
            font-size: 30px;
            font-weight: 300;
        }
        .quote-cont-sec01{
            text-align: center;
        }
    /* section01 */

    /* section04 */
    #section02{
        height: 613px !important;
    }
    #section04{
        height: 613px !important;
    }
    #section06{
        height: 613px !important;
    }
    #section08{
        height: 613px !important;
    }
    #section10{
        height: 613px !important;
    }
    /* section04 */

    .flex-conta-p{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .flex-conta-p p{
        color: #a20014;
    }
    .pdf-container{
        /* text-align: right; */
        display: flex;
        flex-direction: row;
    }
    .pdf-sec05{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .pdf-sec05 img{
        width: 40px;
    }
    .sec05-pic{
        filter: drop-shadow(0px 11px 22px #666666d4);
        margin-bottom: 31px;
        width: auto;
    }

    /* section13 */
        .graphics-Head{
            font-size: 19px;
            font-weight: 800;
            color: #564c4c;
        }
        .p-progress-bar .progress-number{
            opacity: 0;
            display: none;
        }
        .p-progress-bar .progress-type{
            opacity: 0;
            display: none;
        }
        .p-progress-bar{
            height: 50%;
        }
        .container-bars-num01{
            font-size: 19px;
            color: #d8d8d8;
            margin-left: 10px;
        }
        .container-bars-num02{
            font-size: 19px;
            font-weight: bold;
            margin-right: 10px;
        }
        .p-progress-bar-container{
            width: auto;
            height: auto;
        }
        .container-bars{
            display: flex;
            flex-direction: row;
            align-items: baseline;
        }
        .p-progress-bar{
            background-color:#d8d8d8;
        }
        .des03-name{
            font-size: 16px;
            font-weight: 800;
            color: #564c4c;
            margin-top: 17px;
        }
        .des03-name03{
            font-size: 23px;
        }
        .chartText{
            /* text-align: center; */
            color: #1f1f1f;
            font-weight: bold;
            font-size: 15px;
            margin-bottom: 13px;
        }
        .chartNUM {
            color: #a20014;
            z-index: 999999999;
            position: absolute;
            top: 50%;
            font-size: 61px;
            font-weight: 200;
            /* font-size: 33px; */
            left: 50%;
            transform: translate(-46%,-16%);
        }
        .chartContainer {
            position: relative;
        }
    /* section13 */

        #mobile{
            display: none;
        }
    /* mobile custom  */
        #header-mobile {
            height: 100vh;
            display: none;
        }


         /* player */
       /*-------------- AUDIO PLAYER --------------*/
       .nextStory{
        text-decoration: none;
        color: #ffffff;
    }
    .nextStory-btn{
        color: white;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-radius: 30px;
    }
    .audio-player {
        /* position: fixed;
        bottom: 0;
        left: 0;
        right: 0; */
    }

    .no-flexbox .audio-player {
        display: none;
    }

    .flex-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }


    .flex-item {}

    .jp-controls.flex-item {
        flex-basis: 150px;
    }

    .jp-progress-container.flex-item {
        flex-basis: 200px;
        flex-grow: 2;
        flex-shrink: 2;
    }

    .jp-now-playing.flex-item {
        flex-basis: 145px;
    }

    .jp-toggles.flex-item {
        flex-basis: 55px;
    }

    .jp-volume-controls.flex-item {
        flex-basis: 29px;
    }

    .jp-audio,
    .jp-audio-stream,
    .jp-video {
        background: rgb(0, 0, 0);
        padding: 15px;
        position: relative;
        margin-bottom: 20px;
    }
        .modalStripBottom .container{
            margin-right: 0px !important;
            margin-left: 0px !important;
            max-width: 100% !important;
        }
    /*Controls*/

    .jp-playlist {
        display: none;
    }

    .jp-interface .jp-controls button,
    .jp-interface .jp-toggles button,
    .jp-interface .jp-volume-controls button {
        background: none;
        border: none;
        outline: none;
        color: white;
        line-height: 24px;
        font-weight: 600;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease-in-out;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-size: 20px;
        padding: 0 5px;
    }

    .jp-interface .jp-controls .jp-play i,
    .jp-interface .jp-controls .jp-previous i,
    .jp-interface .jp-controls .jp-next i {
        font-size: 20px;
        color: #eeeeee;
    }

    .jp-interface .jp-controls .jp-play {
        border: solid 2px #eeeeee;
        border-radius: 50%;
        width: 52px;
        height: 52px;
        margin: 0 10px;
    }

    .jp-interface .jp-controls .jp-play i {
        padding-left: 5px;
        padding-top: 5px;
    }

    .jp-audio.jp-state-playing .jp-play i {
        padding-left: 0px;
    }

    .jp-audio.jp-state-playing .jp-play i:before {
        content: "\f04c" !important;
    }
      /*Progress bars*/

      .jp-progress-container,
      .jp-volume-bar-container {
          height: 30px;
          padding: 10px;
          padding-right: 50px;
      }

      .jp-progress,
      .jp-seek-bar,
      .jp-play-bar,
      .jp-volume-bar,
      .jp-volume-bar-value {
          height: 8px;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          border-radius: 1px;
      }

      .jp-progress {
          margin: 0 50px;
          background-color: #ffffff;
          border-radius: 5px;
      }

      .jp-seek-bar,
      .jp-volume-bar {
          cursor: pointer;
          background-color: #ffffff;
          border-radius: 5px;
      }

      .jp-play-bar {
          float: left;
          position: relative;
          background-color: #ffffff;
          border-radius: 5px;
          overflow: visible!important;
      }

      .jp-volume-bar-value {
          float: left;
          position: relative;
          background-color: #aaaaaa;
      }

      .jp-progress .bullet,
      .jp-volume-bar .bullet {
          position: absolute;
          content: "";
          top: -5px;
          right: -7px;
          height: 18px;
          width: 18px;
          background: #ffffff;
          border-radius: 50%;
      }

      .jp-time-holder {
          position: relative;
          top: 0;
          color: #ffffff;
          font-size: 12px;
      }

      .jp-time-holder .jp-current-time {
          position: absolute;
          left: 0;
          top: -3px;
      }

      .jp-time-holder .jp-duration {
          position: absolute;
          right: 0;
          top: -3px;
      }


      /* Track & Artist */

      .jp-now-playing {
          padding: 0 37px;
      }

      .jp-track-name {
          color: #c9c9c9;
          font-size: 16px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 145px;
      }

      .jp-artist-name {
          color: #6d6d6d;
          font-size: 14px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 140px;
      }


      /* Toggles */

      .jp-toggles button {
          margin: 0 3px;
      }

      .jp-toggles button:hover {
          color: #FFF;
      }

      .jp-state-looped .jp-toggles .jp-repeat,
      .jp-state-shuffled .jp-toggles .jp-shuffle,
      .jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
          color: #00c85f;
      }


      /* Volume Controls */

      .jp-volume-controls button {
          float: left;
      }

      .jp-volume-controls .jp-volume-bar {
          margin-left: 40px;
          margin-top: 8px;
      }

      .jp-state-muted .jp-mute i:before {
          content: "\f026" !important;
      }

      .jp-volume-bar,
      .jp-volume-bar-value {
          border-radius: 5px;
      }

      .jp-state-no-volume .jp-volume-controls {
          display: none;
      }
      .jp-audio, .jp-audio-stream, .jp-video {
        /* background: rgb(113, 1, 15) !important; */
        padding: 15px;
        position: relative;
        margin-bottom: 20px;
        border-radius: 5px;
    }

      /* Playlist  */

      .jp-playlist {
          position: absolute;
          right: 65px;
          bottom: 100%;
          background: rgba(0, 0, 0, 0.8);
          padding: 20px 25px;
          width: 400px;
      }

      .jp-playlist ul {
          padding: 0;
          margin: 0;
          max-height: 200px;
          overflow: auto;
      }

      .jp-playlist li {
          list-style: none;
      }

      .jp-playlist li a {
          color: #c9c9c9;
          display: block;
          padding: 10px 0;
          outline: none;
          border-bottom: 1px solid #1F1F1F;
      }

      .jp-playlist li:last-child a {
          border-bottom: 0;
      }

      .jp-playlist li a:hover,
      .jp-playlist li a:focus,
      .jp-playlist li a:active {
          color: #00c85f;
          text-decoration: none;
      }

      .jp-playlist li a span {
          color: #6d6d6d;
      }

        /* #jp_container_2 .jp-audio, .jp-audio-stream, .jp-video {
            background: rgb(113, 1, 15) !important;
        } */
      /* ==================== Media Query ==================== */


      #mob h1{
        margin-bottom: 0px !important;
      }


    .box {
        position: relative;
        margin: 0 auto 80px;
        /* text-align: right; */
        background: #4caf501a;
        padding: 20px;
        color: #5e7d5e;
    }

    .box:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.4);
           -moz-box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.4);
           box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.4);
        z-index: -1;
    }
    .box-p{
        font-size: 17px !important;
        color: #5e7d5e;
    }
    .box h3{
        font-size: 20px;
        color: #5e7d5e;
    }
    .box li{
        font-size: 13px !important;
        line-height: 20px !important;
        font-weight: 400;
    }

    .note-box {
        position: relative;
        margin-left: 11px;
        /* text-align: right; */
        background: #f9f9f9;
        padding: 11px;
        color: #564d4c;
        font-weight: 400;
        font-size: 17px;
        line-height: 28px;
    }
    .note-box-flex{
        display: flex;
        flex-direction: row;
    }

    .note-box:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.4);
           -moz-box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.4);
           box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.4);
        z-index: -1;
    }
    .note-box-head{
            font-size: 19px;
            color: #564d4d;
            margin-top: 50px !important;
            margin-bottom: 4px !important;
    }
    .note-box-head02{
        font-size: 19px;
            color: #564d4d;
            margin-top: 0 !important;
            margin-bottom: 4px !important;
    }
    ul {
        padding-left: 0px;
        padding-right: 12px !important;
    }
    /* .fluid-width-video-wrapper {
        position: initial !important;
    } */
    iframe{
        box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.4);
    }

      @media (max-width:992px) {
          .jp-now-playing {
          display: none;
          }
          #mob{
              height: 100vh !important;
          }
      }

      @media (max-width:769px) {
            .inpho-part01{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .inpho-part02{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            #section03 .col-md-6{
                width: 100% !important;
                flex: 0 0 100% !important;
                max-width: 100% !important;
            }
            .inpho-part02{
                margin-bottom: 40px;
            }
            .inpho06{
                justify-content: center;
            }
            .inpho04{
                justify-content: center;
            }
          .jp-volume-bar,
          .jp-volume-bar .bullet,
          .jp-time-holder {
          display: none!important;
          }
          .jp-progress-container.flex-item {
          flex-basis: 140px;
          padding: 12px 15px;
          }
          .jp-progress .bullet {
          right: -10px;
          }
          .jp-volume-controls.flex-item {
            flex-basis: 33px;
            display: none !important;
          }
          .jp-progress {
          margin: 0;
          }
          .jp-interface .jp-controls .jp-play {
          margin: 0 3px;
          }
          .jp-interface .jp-controls .jp-play i,
          .jp-interface .jp-controls .jp-previous i,
          .jp-interface .jp-controls .jp-next i {
          font-size: 16px;
          }
          .jp-interface .jp-controls .jp-play {
          width: 42px;
          height: 42px;
          }
          .jp-interface .jp-controls .jp-play i {
          padding-left: 3px;
          padding-top: 0;
          }
          .jp-state-playing .jp-interface .jp-controls .jp-play i {
          padding-left: 0;
          }
          .jp-controls.flex-item {
          flex-basis: 100px;
          }
      }


    @media (max-width: 720px) {
        #header-video {display: none;}
        #header-mobile {display: block;}
    }

    @media screen and (max-width: 480px)  {
        .note-box-flex {
            display: flex;
            flex-direction: column;
        }
        .pdf-container {
            text-align: right;
            display: flex;
            margin-top: 46px;
            flex-direction: column;
        }
        .note-box {
            position: relative;
            margin-left: 0;
            text-align: right;
            background: #f9f9f9;
            padding: 11px;
            color: #564d4c;
            font-weight: 400;
            margin-bottom: 13px;
        }
        .lyar-right {
            background-image: linear-gradient(to right,#00000000,#06060600, #0202024f ,#0202027d, #02020294);
        }

        #section02{
            height: 613px !important;
        }
        .logopic {
            width: 60px;
        }
        #mobile{
            display: block;
        }
        #desktop{
            display: none;
        }
        .qute-sec03 {
            font-size: 20px;
        }
        .mobilesec{
            display: block;
        }
        .desktopsec{
            display: none;
        }
        #mob{
            height: 100vh !important;
        }
        #section1 img{
            margin-bottom: 28px;
        }
        #section1 h3{
            line-height: 26px;
        }
        .sec05-pic {
            filter: drop-shadow(0px 11px 22px #666666d4);
            width: 100%;
            object-fit: contain;
            margin-bottom: -10px;
            margin-top: 11px;
        }
        .pdf-sec05 img {
            width: 40px;
            margin-left: 4px;
        }
        #section07{
            padding-top: 0 !important;
        }
        #section07 .container{
            padding-top: 20px !important;
        }
    }
