

body{
  position: relative !important ;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-color: white; */
  position: relative;
  color: #564c4c;
}
h3{
    font-size: 30px;
    font-weight: 500 !important;
    margin-top: 55px;
    color: #454040;
    margin-bottom: 30px !important;
}

.float-left {
    float: left !important;
    text-align: right;
}

 /*  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('../webfonts/aref-regular.ttf');
    }


/* color over rides */
:root {
    --vlGrey: #EBEBEB;
    --lGrey: #C3C3C3;
    --mGrey: #454040;
    --dGrey: #202020;
		--main-color: #454040!important;
		--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: #454040!important;}
.bgS {  background-color: var(--support-color);}
.bgW {  background-color: #fff;}

a:not(.btn) {
    color: #a20015;
    font-weight: 600;
}
a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
    text-decoration: none;
    outline: none;
    color: #000000;
}

.chart-sec-gray .frame01{
    width: 100%;
    height: 301px;
}

.chart-sec-gray {
    width: 80%;
    margin: auto;
    margin-bottom: 70px;
    margin-top: 60px;
}
.p-t-0{
    padding-top: 0 !important;
    margin-top: 0 !important;
}

#section08{
    background-color: #1d2123;
}
.sound-cloud-embed{
    margin-top: 50px;
}
.timeline-box{
    background-color: #212629;
    padding: 20px;
    border-radius: 4px;
}
#section10 h3{
    font-size: 21px !important;

}
.rows{
    display: flex;
    width: 100%;
}
.rows .col-3-rows{
    width: 33.33%;
    background-color: #1d2123;
    padding: 11px;
    border-radius: 3px;
    margin-left: 2px;
    padding-bottom: 36px;
    padding-top: 30px;
}
.bakt-name img{
    width: 35px;
    margin-bottom: 10px;
}
.bakt-name {
    display: flex;
    font-size: 19px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    flex-direction: column;
}
.inpho-last{
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.last-inpho-head{
    font-size: 20px;
    font-weight: 500;
    color: #1d2123;
    margin-top: 60px;
    text-align: center;
}
.descrip-container{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.first-col{
    width: 50%;
    text-align: center;
}
.num-first-col{
    font-size: 19px;
    color: #efa22e;
    margin-bottom: 7px;
}
.first-col .text{
    width: 80%;
    font-size: 14px;
    margin: auto;
}

.timelines h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 32px;
  }
  .d-flex-2 {
    display: flex;
    align-items: center;
  }
  .timeline-area {
    padding: 30px 0;
  }
  .all-timelines {
    position: relative;
  }
  .timelines h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .all-timelines::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 2px;
    background: #efa22f;
    top: 20px;
  }
  .single-timeline {
    margin-bottom: 22px;
  }
  .timeline-blank {
    width: 50%;
  }
  .timeline-text {
    width: 50%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .timeline-text h6 {
    color: #f0f1f2;
    font-weight: 900;
    display: inline-block;
    font-size: 23px;
  }
  .all-text{
    margin-bottom: 11px;
    font-size: 17px;
  }
  .right-text{
      text-align: right;
  }
  .timeline-text span {
    color: #f0f1f2;
    display: block;
    width: 100%;
  }
  .single-timeline:nth-child(even) .timeline-text span {
    text-align: left;
    padding-left: 30px;
  }
  .t-square {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: -6px;
    background: #efa22f;
    top: 11px;
  }
  .single-timeline:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .single-timeline:nth-child(even) .t-square {
    left: -6px;
    right: unset;
  }
  .single-timeline:nth-child(even) .timeline-text {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
  }
  
  @media all and (max-width: 991px) {
  }
  @media all and (max-width: 768px) {
    .all-timelines::before {
      right: unset;
      top: 0;
    }
    .single-timeline:nth-child(2n) .timeline-text {
      padding-left: 30px;
      padding-right: 0;
      text-align: left;
    }
    .single-timeline:nth-child(2n) .t-square {
      left: -6px;
      right: unset;
    }
    .timeline-blank {
      display: none;
    }
    .timeline-text {
      width: 100%;
    }
    .single-timeline:nth-child(even) .timeline-text span {
      text-align: left !important;
    }
  }
  @media all and (max-width: 575px) {
  }
  @media all and (max-width: 360px) {
    .all-timelines::before {
      top: 32px;
    }
  }
  
  #section10{
    background-color: #1d2123;
  }


.lead {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.68421053em;
}
.pos{
  position: relative;
}
.logo2 {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 99999999999 !important;
}
.logo03{
    position: absolute;
    left: 145px;
    top: 21px;
    z-index: 99999999999 !important;
}
.logo03 img{
    width: 63px;
}
.logopic {
    width: 100px;
}
.lyar-bottom{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 35%;
    background-color: black;
    position: absolute;
    z-index: -1;}
section{
    background-color: #ffffff00;
}
#mob{
    min-height: 100vh;
    height: 100%;
}

.text-bottom{
    vertical-align: bottom;
}
/* 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;
    }

    /* addthis */

        .at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg>span {
            background-color: #454040!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:   #454040!important;
            color: #454040!important;
        }
        .inpho01{
            margin-top: 25px;
            margin-bottom: 45px;
        }
        .titles img{
            width: 100%;
            height: 400px;
            object-fit: cover;
        }
        .network001 img{
            width: 100%;
            height: 75vh;
            object-fit: contain;
            margin-bottom: 55px;
        }
        .network002 img{
            width: 100%;
            height: 75vh;
            object-fit: contain;
            margin-bottom: 55px;
        }

      
        #section1-a p{
            padding-bottom: 35px;
        }
        .titles{
            background-color: #f1f1f1;
            padding: 29px;
            margin-bottom: 40px;
        }
        .titles p{
            padding-bottom: 15px !important;
        }
        .titles h3{
            color: #3a3939;
            font-weight: 600 !important;
            font-size: 20px;
        }
        .title-container{
            display: flex;
        }
        .title-container .titles{
           margin-left: 10px;
        }

        #section05{
            padding-bottom: 0 !important;
        }
        #section1{
            padding-bottom: 0 !important;
        }
        .section00 h3 {
            margin-top: 0px;
            font-size: 23px;
            font-weight: 500 !important;
            color: white;
        }

        .inpho-row-container {
            background-color: #f1f1f1;
            display: flex;
            padding: 25px;
            width: 100%;
            margin-bottom: 25px;
        }
        .date-inpho{
            margin-left: 34px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: baseline;
        }
        .date-inpho .des{
            color: black;
            font-size: 16px;
            font-weight: 600;
            margin-top: 35px;
            text-align: center;
        }
        .data-inpho{
            display: flex; 
            align-items: flex-end;
        }
        .from-to{
            display: flex;
            flex-direction: column;
            color: black;
            font-weight: 600;
            font-size: 19px;
            align-items: center;
        }
        .col01{
            display: flex;
            align-items: flex-end;
        }
        .data-inpho img{
            transform: scale(-1);
        }
        .country-name{
            color: #a20013;
            font-size: 36px;
            font-weight: 400;
            margin-left: 15px;
        }
        .country-name02{
            color: black;
            font-size: 16px;
            font-weight: 500;
        }
        .from-to{
            margin-left: 25px;
        }
        .inpho-row-container-head{
            color: #a20013;
            font-size: 21px;
            font-weight: 600;
            margin-bottom: 15px;
        } 
        .last-one{
            margin-bottom: 50px;
        }
        
        #section02-00b{
            background-image: url(../graphics/home02.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            height: 480px;
            background-position: center;
        }
   
       

        #section02 h3{
            margin-bottom: 30px;
            margin-top: 0;
        }
        /* section {
            padding: 0 0;
        } */


        #section10 h3{
            font-weight: 500 !important;
            font-size: 36px;
        }
        #section08 h3{
            font-weight: 500 !important;
            font-size: 36px;
            margin-bottom: 25px;
        }
        #section06{
            background-color: #1d2123;
        }
      
        #section06 .head02{
            margin-top: 15px;
        }
        #section09 h3{
            font-weight: 500 !important;
            font-size: 30px;
        }
        #section04 h3{
            font-weight: 500 !important;
            font-size: 30px;
        }
        #section05 h3{
            font-weight: 500 !important;
            font-size: 30px;
        }
        #section03 h3{
            font-weight: 500 !important;
            font-size: 29px;
            color: #464141;
            margin-top: 50px;
        }
        #section09 .head01{
            padding-top: 60px;
            margin-bottom: 30px;
        }
        #section04 .head01{
            padding-top: 60px;
            margin-bottom: 30px;
        }
        #section09 .head02{
            margin-top: 100px;
            margin-bottom: 30px;
        }
        #section05 .head01{
            padding-top: 60px;
            margin-bottom: 10px;
        }
        #section03 .head02{
            margin-top: 100px;
            margin-bottom: 30px;
        }
        #section03 .head01{
            padding-top: 60px;
            margin-bottom: 30px;
        }
        #section05 .head02{
            margin-top: 30px;
            margin-bottom: 15px;
        }
        #section09 .p02{
            padding-bottom: 70px;
        }
      
        .sec05-row01{
            margin-bottom: 20px;
            margin-top: 25px;
        }
        #section06 .head02 {
            margin-top: 30px;
        }

        .sec05-row01-col01{
            display: flex;
            justify-content: center;
            margin-left: 70px;
            margin-right: 70px;
        }
        .sec05-row01-col01 .text{
            margin-top: 10px;
            font-weight: 500;
        }
        .sec05-row01{
            display: flex;
            justify-content: center
        }
        .sec05-row01-col01{
            display: flex;
            flex-direction: column;
        }
        .sec05-row01-col01 .num{
            font-size: 71px;
            font-weight: 200 !important;
            margin-bottom: 10px;
        }
        .sec05-row01-col02{
            display: flex;
            justify-content: center;
            margin-top: 90px;
            margin-bottom: 40px;
        }
        .sec05-row01-col02 .num{
            font-size: 71px;
            font-weight: 200 !important;
            margin-bottom: 10px;
            margin-right: 10px;
        }
        .sec05-row01-col02 .text{
            font-weight: 500;
        }
        .sec05-container{
            margin-top: 90px;
        }
        .bk-white{
            background-color: white;
        }


      
    
        .triangle {
            border-color: transparent transparent red transparent;
            border-style: solid;
            border-width: 0px 200px 200px 200px;
            height: 0px;
            width: 0px;
        }
    
       .quote-img{
        width: 50px;
       }
       .quote-container{
            width: 95%;
            margin-top: 0;
            margin-bottom: 45px;
       }
       .quote-container h2{
            font-size: 25px;
            line-height: 40px;
       }
       .lead02{
        font-size: 20px;
        font-weight: 500;
        padding-bottom: 0px !important;
       }
       .lead02-container{
        background-color: #a9a9a942;
        padding: 10px;
        padding-top: 20px;
        border-radius: 3px;
        margin-bottom: 25px;
        margin-top: 20px;
       }
       .pdf-container{
        display: flex
       }
        .pdf-container img{
                width: 60px;
            margin-bottom: 15px;
            height: 52px;
        }
        .images-pdf p{
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 49px;
        }
        .images-pdf{
            margin-bottom: 62px;
            margin-top: 50px;
            background-color: #e4e4e473;
            padding: 25px;
            border-radius: 6px;
        }
        .pdf-container a{
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 33.333%;
        }
        .pdf-container a > p{
            font-weight: 500;
            font-size: 17px;
            text-align: center;
            margin-bottom: 0;
            width: 70%;
            margin-top: 6px;
        }

        #section02{
            background-color: #1d2123;
        }
        .article-01{
            background-color: #dcc39233;
            padding: 20px;
            border-radius: 6px;
            font-size: 19px;
            line-height: 32px;
            margin-bottom: 40px;
        }
        .documents-images img{
            width: 400px;
            height: 400px;
            object-fit: cover;
            margin: auto;
            margin-bottom: 20px;
            box-shadow: -10px 10px 6px rgb(0 0 0 / 5%), -1px 9px 8px rgb(0 0 0 / 10%);
        }
        .documents-images02 img{
            width: 100%;
            /* height: 400px; */
            object-fit: cover;
            margin: auto;
            margin-bottom: 20px;
            box-shadow: -10px 10px 6px rgb(0 0 0 / 5%), -1px 9px 8px rgb(0 0 0 / 10%);
        }
        .documents-images{
            display: flex;
            flex-direction: row;
            width: 100%;
            margin-top: 60px;
            margin-bottom: 60px;
        }
        .documents-images02{
            display: flex;
            flex-direction: row;
            width: 100%;
            margin-top: 0px;
            margin-bottom: 60px;
            align-items: center;
        }
        .documents-images02  .col06{
            width: 45%;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
        .documents-images02  .col07{
            padding-left: 35px;
            width: 65%;
            display: flex;
            justify-content: center;
            flex-direction: column;
        }
        .documents-images  .col06{
            width: 50%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }
        .documents-images p{
            font-size: 15px;
            font-weight: 500;
            width: 70%;
            line-height: 28px;
            margin: auto;
            margin-top: 19px;
        }
        .documents-images02 .col06 > p{
            font-size: 15px;
            font-weight: 500;
            /* width: 70%; */
            line-height: 28px;
            margin: auto;
            margin-top: 19px;
        }
        .p-desc{
            text-align: center;
            margin-top: 0;
            margin-bottom: 35px;
            width: 80%; 
        }
        .images-pdf-06 img{
            width: 40px;
            height: 36px;
            margin-left: 5px;
        }
        .images-pdf-06 a > p{
            font-size: 19px;
            font-weight: 500;
        }
        .images-pdf-06 a{
            display: flex;
            align-items: baseline;
        }
        .images-pdf-06{
            margin-bottom: 25px;
            margin-top: 20px;
        }




          /* 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 ==================== */


      .video-container{
        width: 70%;
        margin: auto;
            margin-top: 85px;
            margin-bottom: 85px;
      }
      .video-container .video-promo-head{
        background-color: #1d2123;
        color: #383838;
      }
      .video-promo-head-dark{
        background-color: #1d2123 !important;
        color: white !important;
      }
      #section04{
        background-color: #1d2123;
      }
     
      #section04 h3{
          margin-bottom: 40px;
      }
      #section05 h3{
        margin-top: 40px;
        margin-bottom: 20px;
    }
      .sec06-menu-all img{
          width: 35px;
          height: 35px;
          margin-left: 9px;
        }
      .sec06-menu-all {
        display: flex;
        width: 25%;
        align-items: end;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #a9a9a947;
        margin-left: 3px;
        padding-top: 20px;
        transition: all .5s;
    }
    .inpho-jobs-heads{
        display: flex;
        width: 100%;
        margin-bottom: 3px;
    }
    .container-factroies{
        padding-top: 30px;
    }
    .sec06-menu-all p{
        font-size: 16px;
        text-align: center;
        margin-top: 9px;
        font-weight: 400;
    }
    .sec06-menu-all:hover{
        box-shadow: -15px 9px 6px rgb(0 0 0 / 5%), -2px 4px 3px rgb(0 0 0 / 10%);
    }
    .inpho-jobs-heads-stories{
        padding: 33px;
        background-color: #a9a9a947;
        margin-top: 25px;
        border-radius: 3px;
        display: none;
    }
    .active-story{
        display: block !important;
    }
    .head-stories{
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .stories-container ul{
        list-style-type: disclosure-closed;
        list-style-image: url(../graphics/icon/settings.svg);
    }
    .stories-container ul > li{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .active-heads{
        /* box-shadow: -15px 9px 6px rgb(0 0 0 / 5%), -2px 4px 3px rgb(0 0 0 / 10%); */
        background-color: #f1ece2;
    }
   


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

      @media (max-width:992px) {
        .country-name {
            font-size: 29px;
            font-weight: 600;
            margin-left: 0;
            margin-top: 25px;
            margin-bottom: 25px;
        }
        
      }

      @media (max-width:767px) {
  
        
      }


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

    @media screen and (max-width: 800px)  {
        .chart-sec-gray .frame01 {
            width: 100%;
            min-height: 600px;
        }
        .date-inpho {
            margin-left: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .from-to {
            margin-left: 0;
            margin-bottom: 18px;
            margin-top: 18px;
        }
        .col01 {
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 100%;
        }
        .data-inpho{
            flex-direction: column;
            align-items: center;
        }

        .lyar-bottom{
            opacity: 74%;
        }
        .section00 h1 {
            width: 100%;
            font-weight: 400 !important;
            font-size: 23px !important;
            line-height: 36px;
        }
        .logopic {
            width: 75px;
        }
        .logo03 {
            left: 113px;
            top: 21px;
        }
        .logo03 img {
            width: 50px;
        }
        footer .col-lg-6{
            width: 50% !important;
        }
        .chart-sec-gray {
            width: 100%;
            margin: auto;
            margin-bottom: 70px;
            margin-top: 60px;
        }
        
    }


