

body{
  position: relative !important ;
  background-image: url(../graphics/body-bk.jpg);
  background-attachment: fixed;
  background-size: cover;
  color: white;
}

 /*  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; }

@font-face {
    font-family: aref-regular;
    src: url('../fonts/aref-regular.ttf');
    }


/* 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;}



section{
    background-color: rgba(255, 0, 0, 0);
}
.img-cover{
    position: absolute;
    bottom: 0;
    left: 0;
}
.img-cover img{
    width: 90%;
}

.pos{
  position: relative;
}
.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logopic {
    width: 115px;
}
.pie-chart-year{
    font-size: 21px;
    font-weight: 100;
}
/* 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: #000000b8;
    }

    #section1 .sec15-row{
        display: flex;
        width: 140px;
        margin-top: 35px;
    }
    #section1 .col-6-sec15{
        width: 50px;
        height: 45px;
        cursor: pointer;
    }
    #section1 .sec15-bk-num {
        width: 90px;
        font-size: 13px;
        font-weight: 200;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 23px;
        color: white;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        height:45px;
        padding-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        background-color: #564c4c;
    }
    #section1 .sec15-row-pic {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white !important;
    }
    /* 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 */

    .video-promo-head {
        background-color: #a20014;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        font-size: 17px;
        font-weight: bold !important;
    }
    .youtube-promo {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 40px;
    }

        .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;
            font-weight: 400 !important;
        }
        .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;
        }
        .section00 h1{
            font-weight: 100 !important;
            font-size: 56px;
        }
        .section00 h4{
            padding-top: 10%;
        }
    /* section01 */
    .text-center-sec01{
        display: table-cell;
        vertical-align: middle;
        margin: auto;
        z-index: 3;
        position: relative;
    }
      .sec01-m-t{
        margin-top: 60px;
      }
      .box-sec01{
        background-color: #564c4c;
        padding: 30px 20px;
        text-align: center;
        border-radius: 65px;
        height: 605px;
        margin-top: 12px;
      }
      .box-sec01 p{
        font-size: 16px;
        line-height: 30px;
        padding-top: 25px;
      }
      .box-sec01 h3{
        font-size: 20px;
        }
    /* section01 */
    #section02{
        background-image: url(../graphics/sec0202.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    #section10{
        background-image: url(../graphics/sec0202.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    #section10 p {
        font-family: aref-regular !important;
        font-size: 23px !important;
        line-height: 41px;
        color: #564c4c !important;
        padding-right: 10px;
    }
    #section02 .sec02-sect{
        width: 140px; 
    }
    .sec03-box .num{
        background-color: #eae7e7;
        width: 100%;
        text-align: center;
        font-size: 79px;
        font-weight: 100;
        padding-top: 50px;
        padding-bottom: 16px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        color: #564c4c;
    }
    .sec03-box .num span{
        font-size: 12px;
        font-weight: 400;
    }
    .sec03-box .text {
        background-color: #8da7be;
        width: 100%;
        text-align: center;
        color: white;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 55px;
        font-weight: 600;
    }
    .textsec03{
        font-weight: 900;
        font-size: 11px;
        color: white;
    }
    .sec02-note{
        font-weight: bold; 
        font-size: 16px;
        padding-bottom: 0px;
        color: #564c4c;
    }
    .sec02-p p{
        font-family: aref-regular !important;
        font-size: 25px !important;
        line-height: 41px;
    }
    .sec02-quote{
        padding-left: 7px;
    }
    #section03 .sec03-img{
        width: 75px;
        padding: 5px;
    }
    #section03 .col-md-3{
        padding: 15px !important;
    }
    .sec03-date{
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 5px;
    }
    .sec03-dot{
        height: 1px;
        border-bottom: solid 2px #eae7e7;
        text-align: center;
        position: relative;
    }
    .sec03-dot div{
        text-align: center;
        width: 12px;
        height: 12px;
        background-color: #e71d36;
        border-radius: 100%;
        border: solid 1px #e71d36;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .a-email img{
        width: 25px;
    }
    .sec03-text{
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 5px;
    }
    
    .sec02-head{
        font-size: 28px;
        font-weight: 300;
        text-align: right;
        color: #ffffff;
    }
    .sec02-p{
        margin-top: 17px;
        width: 80%;
        font-size: 17px;
        font-weight: 800;
        text-align: right;
        padding-right: 24px !important;
    }
    #section02 .row{
        align-items: center;
    }
    .sec02-head span{
        font-weight: 500;
    }
    .sec02-img{
        width: 60%;
    }
    
    #section08 h2{
        font-weight: 300 !important;
    }

    #section10 .sec02-sect{
        width: 150px;
    }
    #section11 p{
        font-size: 12px;
        font-weight: 700;
    }
    .sec11-num-text{
        padding: 9px;
    }
    #section12 h2{
        font-weight: 300 !important;
    }
    .sec04-num-container{
        width: 65%;
    }
    .sec04-num {
        font-size: 83px;
        font-weight: 100;
        line-height: 70px;
        margin-bottom: 0px;
        display: flex;
        justify-content: right;
        align-items: center;
        padding-top: 10px;
    }
    .sec04-num-img{
        margin-left: 13px;
        width: 36px;
    }
    /* section04 */

    #section05 h3{
        color: #564c4c;
        font-weight: bold;
        font-size: 27px;
        font-family: Tajawal-Bold !important;
    }
    .section05-p04{
        margin-top: 15px;
    }

    .circle-container{
        margin-top: 40px;
    }

    .circle-container-row{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .circle-container-col{
        width: 25%;
    }
    .circle-container-col-box{
        width: 195px;
        height: 293px;
        color: #564c4c;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.1);
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 10px;
    }
    .circle-container-col-01{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .circle-container-col-img{
        position: relative;
    }
    .circle-container-col-num{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: 40px;
        color: #564c4c;
        font-size: 50px;
    }
    .circle-container-box-blue {
        height: 100%;
        font-weight: 800;
        padding: 21px;
        font-size: 21px;
        color: #564c4c;
        border-radius: 20px;
        background-image: linear-gradient(to bottom, rgba(205, 230, 245, 0.75), rgba(141, 167, 190, 0.65));
    }
    .circle-container-box-blue p{
        font-family: Tajawal-Bold !important;
    }

    #section05 .counter {
        margin-bottom: 20px;
        margin-top: 50px;
        width: 160px;
        height: 160px;
        line-height: 160px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        color: #a3a3a3;
    }
    #section05 h5{
        color: #564c4c;
        font-weight: 300 !important;
        font-size: 15px;
    }
    #section05 h2{
        font-weight: 300 !important;
        color: #564c4c;
        font-size: 37px;
    }
    #section05 .sec15-row{
        display: flex;
        width: 100%;
        margin-bottom: 10px;
    }
    #section05 .col-6-sec15 {
        display: flex;
        align-items: center;
        width: 10% !important;
        height: 66px;
    }
    #section05 .sec15-row-pic{
        width: 100% !important;
        background-color: #eae7e7;
        height: 66px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        color: #564c4c !important;
        font-size: 27px;
    }
    #section05 .sec15-bk-num{
        width: 90% !important;
        background-color: #564c4c;
        font-size: 18px;
        height: 66px;
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    #section05 .circle-container{
        margin-top: 26px;
        display: flex;
        width: 100%;
    }
    #section05 .circle-col{
        width: 50%;
        padding-left: 25px;
    }
    .box-sec07{
        border-radius: 16px;
        width: 80%;
        background-color: #eae7e7;
        display: flex;
        flex-direction: column;
    }
    .box-label {
        background-color: #a20014;
        margin-top: 25px;
        margin-right: 55%;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 6px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .num-sec07{
        font-size: 80px;
        margin-top: 52px;
        margin-bottom: 40px;
        font-weight: 200;
        color: #564c4c;
        text-align: center;
    }
    .box-label img{
        width: 35px;
        height: 23px;
    }
    .desc-sec07 {
        font-size: 17px;
        margin-bottom: 40px;
        margin-top: -30px;
        text-align: right;
        color: #564c4c;
        text-align: center;
    }

    /* section13 */
        #section13 .row{
            align-items: center;
        }
        .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;
        }
        .playerSounds{
            margin-top: 50px;
        }
    /* mobile custom  */
        #header-mobile {
            height: 100vh;
            display: none;
        }
        .jp_container_2{
            position: relative !important;
        }

         /* 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;
    }
    #jp_container_2{
        position: relative !important;
    }
    .audio-player {
      
        background-image: url(../graphics/group-7.svg);
    }
    .sound-bk{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .no-flexbox .audio-player {
        display: none;
    }

    .flex-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }


    .flex-item {}

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

    .jp-progress-container.flex-item {
        flex-basis: 200px;
        flex-grow: 2;
        flex-shrink: 2;
        background-color: #e38983;
        border-radius: 6px;
        margin-bottom: 10px;
    }
    .triangle {
        border-color: transparent transparent red transparent;
        border-style: solid;
        border-width: 0px 200px 200px 200px;
        height: 0px;
        width: 0px;
    }

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

    .jp-toggles.flex-item {
        flex-basis: 55px;
        display: flex;
        /* background-image: linear-gradient(to bottom, #a20014, #ff001f); */
    }
    .jp-toggles-btn{
        border: 1px solid #dbdbdb;
        border-radius: 100%;
        padding-top: 17px;
        padding-bottom: 10px;
        padding-top: 17px;
        padding-bottom: 10px;
        padding-right: 11px;
        padding-left: 7px;
    }
    .jp-toggles-btn i {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        unicode-bidi: bidi-override;
        direction: rtl;    }

    .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: #aaaaab;
        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: #564c4c;
          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: #e38983;
          cursor: pointer;
      }

      .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; */
        background: #fef8f8;
        border: 1px solid #ffffff;
        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 ==================== */

      @media (max-width:992px) {
          .jp-now-playing {
          display: none;
          }
      }

      @media (max-width:769px) {
        .circle-container-row {
            flex-direction: column;
        }
        .circle-container-col {
            width: 100%;
            margin-bottom: 30px;
        }
          #mob{
              height: 100vh !important;
          }
            .inpho-part01{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .inpho-part02{
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .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;
          } */
      }

      .sec11-img img {
        position: absolute;
        top: 0;
        z-index: -1;
        width: 471px;
        left: 0;
      }
      .sec12-bk{
          background-color: #eae7e7;
      }
      #section12 h2 {
          font-weight: 300 !important;
      }
      .sec14-bk{
          background-color:  #8da7be;
      }


      .sec15-bk-num{
        background-color: #eae7e7;
        width: 50%;
        font-size: 56px;
        font-weight: 200;
        padding-top: 31px;
        padding-bottom: 16px;
        padding-right: 23px;
        color: #564c4c;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        height: 69px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        padding-top: 35px;
      }
      .sec15-bk-num span{
          font-size: 15px !important;
          font-weight: 300;
      }
      .sec15-row-text{
        background-color: #a20014;
        height: 69px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 15px;
      }
      .sec15-row-text span{
          font-weight: 800;
          padding-right: 10px;
      }
      .sec15-row-pic{
            background-color: #8da7be;
            border-top-right-radius: 16px;
            border-bottom-right-radius: 16px;
      }
      .col-6-sec15{
          display: flex;
          align-items: center;
          width: 50%;
      }
      .sec15-row-pic img{
        width: 62px;
        height: 69px;
        padding: 15px;
      }
      .sec15-row{
          align-items: center;
      }

    @media (max-width: 800px) {
        #header-video {display: none;}
        #header-mobile {display: block;}
        #section05 .circle-container {
            flex-direction: column-reverse;
        }
        #section05 .circle-col {
            width: 100%;
        }
        .sound-bk {
            position: absolute;
            top: 0;
            right: 0;
            bottom: unset;
            transform: scaleY(-1);
            width: 100%;
        }
    }

    @media screen and (max-width: 480px)  {
        .sec02-p {
            margin-top: 1px;
        }
        #section05 .sec15-bk-num {
            width: 90% !important;
            background-color: #564c4c;
            font-size: 18px;
            height: 120px;
        }
        #jp_container_2 {
            padding-bottom: 22px;
        }
        #section05 .col-6-sec15 {
            width: 100% !important; 
        }
        #section05 .sec15-bk-num {
            width: 100% !important;
        }
        #section05 .circle-col {
            width: 100%;
            padding-left: 0;
        }
        #section05 .circle-container {
            flex-direction: column;
        }
        #section05 h2 {
            font-size: 26px;
            line-height: 33px;
        }
        .sec02-quote {
            width: 50px;
        }
        .playerSounds{
            margin-top: 20px;
            margin-bottom: 40px;
        }
        .sec02-note {
            font-weight: bold;
            font-size: 20px;
            line-height: 28px;
        }
        .circle-container-row {
            flex-direction: column;
        }
        .circle-container-col {
            width: 100%;
            margin-bottom: 30px;
        }
        .lyar-right {
            background-image: linear-gradient(to right,#00000000,#06060600, #0202024f ,#0202027d, #02020294);
        }
        .section00 h1 {
            font-size: 32px;
        }
        #section02 .sec02-sect {
            width: 110px;
            margin-bottom: 11px;
        }
        .sec15-row {
            align-items: center;
            flex-direction: column;
        }
        /* section03 */
                .col-6-sec15 {
                    width: 100%;
                }
                .sec15-bk-num {
                    width: 100%;
                }
                .sec15-row-text{
                    border-top-left-radius: 16px;
                    border-bottom-left-radius: 0;
                    font-size: 13px;
                }
                .sec15-row-pic{
                    border-bottom-right-radius: 0;
                    border-top-left-radius: 0px;
                }
                .sec15-bk-num{
                    border-top-left-radius: 0;
                    border-bottom-right-radius: 16px;
                    border-bottom-left-radius: 16px;
                    justify-content: center;
                }
                .sec15-row-pic img {
                    width: 46px;
                    height: 69px;
                    padding: 5px;
                }
        /* section03 */

        .sec04-num-container {
            width: 100%;
            margin-bottom: 40px;
        }

        .sec06-pic{
            width: 50%;
            margin-bottom: 26px;
        }



        .logopic {
            width: 60px;
        }
        #mobile{
            display: block;
        }
        #desktop{
            display: none;
        }
        .qute-sec03 {
            font-size: 20px;
        }
        .mobilesec{
            display: block;
        }
        .desktopsec{
            display: none;
        }
        #mob{
            height: 100vh !important;
        }


        .jp-audio{
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
        }
        .flex-wrap{
            margin-bottom: 0;
        }
        .jp-toggles-btn i {
            -webkit-transform: none;
            -moz-transform:  none;
            -o-transform:  none;
            -ms-transform:  none;
            unicode-bidi: embed;
            direction: unset;
        }
        .jp-toggles-btn {
            border: none;
            border-radius: 100%;
            padding-top: 17px;
            padding-bottom: 10px;
            padding-top: 0;
            padding-bottom: 0px;
            padding-right: 11px;
            padding-left: 7px;
        }
        #section10 .sec02-sect {
            width: 120px;
            margin-bottom: 30px;
        }

        .sec03-box{
            margin-bottom: 20px;
        }
        
    }


