body {
  /* position: relative !important ; */
  background-size: contain;
  overflow-x: hidden;
  background-position: right;
  background-color: #F5F5F5;
  text-align: right;
  background-image: url(../img/bk-home.png);
  background-repeat: round;
  background-color: #FCFCFC;
}
.cut-section {
  position: relative;
  width: 100%;
  background-position: center;
  height: 500px;
  margin-top: 60px;
  background-image: url(../img/cut-section.jpg);
  background-size: cover;
  margin-bottom: 60px;
}
.images-elemnts{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.f-boxa{
  width: 50%;
  display: block;
}
.figure-container img{
  width: 100%;
}
.image-container-row {
  display: flex;
  margin-top: 25px;
  margin-bottom: 47px;
}
.image-container-row p{
  width: 50%;
}
.image-container-row img{
  width: 50%;
  padding-right: 20px;
  object-fit: contain;
}
.figure-container figcaption{
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
  padding-top: 10px;
}
.figure-container{
  margin-top: 40px;
  margin-bottom: 80px;
}
.continer-full-image{
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.continer-full-image img{
  width: 50%;
}
.continer-full-image p{
  width: 48%;
  padding-right: 20px;
}
section{
  overflow: hidden;
  background-color: #fcfcfc00;
}
.bold-p{
  font-weight: bold;
  color: #860308;
}
.float-left {
  float: right !important;
  text-align: right;
}
#section-00 h1{
  color: white;
  font-size: 45px;
  line-height: 40px;
  /* width: max-content; */
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 29px !important;
  text-align: left;
  padding: 9px 13px;
  /* box-shadow: -4px 5px 13px #6b4648de; */
}
#section-00 h3{
  color: white;
  font-size: 30px;
  width: 80%;
  padding: 9px 13px;
  /* box-shadow: -4px 5px 13px #6b4648de; */
  /* width: max-content; */
  border-radius: 10px;
  text-align: left;
  text-transform: unset;

}
.chart-info-col img{
  width: 90%;
  margin-bottom: 20px;
}
.chart-info-row{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.chart-info-col p{
  text-align: center;
  padding: 14px;
  padding-top: 0;
}
.chart-info-col {
  width: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.journalist-name{
  color: white;
  background-color: #59736a;
  padding: 9px 30px;
  width: max-content;
  border-radius: 10px;
  position: absolute;
  bottom: -31px;
  left: 30px;
  z-index: 9;
  font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Tajawal", sans-serif !important;
}
.p-footer{
  text-align: right !important;
  font-size: 18px;
  font-weight: 500;
}

.logopic {
  width: 115px;
  object-fit: contain;
}
.p-t-30{
  padding-top: 30px;
}
.law-cover-left{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 539px;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  opacity: .5;
  object-fit: scale-down;}
.law-cover-right{
  position: absolute;
  right: 50%;
  margin-right: 335px;
  transform: translateX(-50%);
  top: 0;
  /* width: 100%; */
  width: 200px;
  height: 100%;
  z-index: -1;
  object-fit: scale-down;
  opacity: .5;}

/* color over rides */
:root {
  --vlGrey: #ebebeb;
  --lGrey: #c3c3c3;
  --mGrey: #454040;
  --dGrey: #202020;
  --main-color: #71010f;
  --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;
}
.lead{
  font-size: 19px;
  font-weight: 500;
  text-align: justify;
  line-height: 30px;
  color: #222222;
}
h3,h4{
  text-align: right;
}


.row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}




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


.lyar-full {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;

  background-image: linear-gradient( rgb(25 23 23 / 0%), rgb(0 0 0 / 47%) );

}

.lyar-bottom {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;

  background-image: linear-gradient(
    rgba(25, 23, 23, 0.452),
    rgba(0, 0, 0, 0.3)
  );
}
.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,
    #1d1c1c00,
    #17161639,
    #2e2e2e41,
    #2a292930,
    #1a1a1a3f
  );
}
.image-container {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  margin-top: 50px;
}
.click-container img {
  width: 30px;
}
.click-container p {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.click-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
.pos-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40%;
  cursor: pointer;
}
.main-image{
  width: 95%;
  height: 404px;
  object-fit: cover;
  filter: grayscale(.1);
  border: 5px solid #2e231c;
  border-radius: 8px;
}
.main-image-lyar{
  content: "";
  position: absolute;
  width: 100;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

.image-container p{
  color: #113D56;
  font-size: 17px;
  font-weight: 600;
  margin-top: 2px;
}

.sub-titles{
  color: #113D56;
  border-right: 6px solid #113D56;
  padding-right: 10px;
  border-radius: 2px;
  font-size: 25px;
  margin-top: 55px;
  margin-bottom: 30px !important;
}
a:not(.btn) {
  color: #0076B8;
}

footer#footer {
  position: relative;
  float: left;
  width: 100%;
  min-height: auto !important;
  padding-bottom: 25px !important;
}
.law-container{
  background-color: #F5F5F5;
  text-align: center;
  padding: 25px 50px;
  border-radius: 9px;
  filter: drop-shadow(2px 4px 6px gray);
  margin-top: 75px;
  margin-bottom: 65px;
}
.main-law-container{
  position: relative;
}
.law-container h3{
  background-color: #113D56;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  margin: auto;
  display: inline-block;
  font-size: 20px;
  margin-top: 30px;

}

.law-container h4 {
  text-align: center;
  color: #113D56;
  font-size: 24px;
  margin-top: 40px;
}
.law-container p{
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  line-height: 33px;
  color: black;
}
ul {
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
  font-size: 17px;
  font-weight: 500;
  line-height: 33px;
  color: black;
}
.beside-p{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 24px;
}
.m-t-law{
  position: absolute;
  width: 73%;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  margin-top: 0 !important;
}
.blue-color{
  color: #0076B8;
}
.chart-container{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.chart-container .flourish-embed{
  width: 80%;
}
.container-title{
  padding-right: 30px;
  z-index: 9;
  width: 50%;
  position: relative;
}
#section-00{
  background-image: url(../img/bk.jpg);
  background-size: cover;
  min-height: 75vh;
  background-position: center;
  overflow: unset;
}
#section-01{
  position: relative;
  overflow: unset;
}
.head-p{
  font-size: 20px;
  font-weight: 500 !important;
  margin-bottom: 29px;
  line-height: 33px;
}
.cover-image-2{
  position: absolute;
  width: 100%;
  right: 0;
  bottom: -210px;
  object-fit: cover;
  opacity: .3;
  transform: scaleX(-1);
}
.audio-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: column;
}
.audio-container audio{
  width: 85%;
  background-color: #020003;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 12px;
}
.audio-container p{
  font-weight: 700;
}


/* slider */

.slick-initialized .slick-slide{
  color: #FFF;
  /* object-fit: cover; */
  /* height: 500px; */
  /* width: 400px !important; */
    /* margin: 0 15px 0 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slide a{
  width: 100%;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.gallary-image{
  width: 23px;
  margin-right: 10px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}
.slick-slide img{
  display: block;
  width: 100%;
  height: 398px !important;
  object-fit: cover;
  padding: 10px;
  cursor: pointer;
  object-position: top;
  filter: drop-shadow(2px 4px 6px gray);
}
.slider-cotainer{
  margin-top: 80px;
  margin-bottom: 80px;
}
.pointer-hand {
  display: flex;
  margin-bottom: 0;
  margin-top: -24px;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.pointer-hand img {
  padding-left: 10px;
  height: 20px;
}
.pulse4 {
  animation: pulse4 0.9s infinite;
  animation-direction: alternate;
  -webkit-animation-name: pulse4;
  animation-name: pulse4;
}
@-webkit-keyframes pulse4 {
  0% {
    /* -webkit-filter: drop-shadow(2px 4px 6px #e71d36); */
    padding-top: 0;
  }
  50% {
    /* -webkit-filter: drop-shadow(2px 4px 6px #e71d3574); */
    padding-top: 5;
  }
  100% {
    /* -webkit-filter: drop-shadow(2px 4px 6px #e71d3531); */
    padding-top: 0;
  }
}

@keyframes pulse4 {
  0% {
    /* filter: drop-shadow(2px 4px 6px #e71d36); */
    padding-top: 0;
  }
  50% {
    /* filter: drop-shadow(2px 4px 6px #e71d3574); */
    padding-top: 5px;
  }
  100% {
    /* filter: drop-shadow(2px 4px 6px #e71d3531); */
    padding-top: 0;
  }
}
.slider-cotainer h3{
  text-align: center;
  color: #113d56;
  padding-bottom: 18px;
}
.pointer-hand p{
  margin-bottom: 0;
  font-weight: 600;
}
.f-boxa{
  position: relative;
  z-index: 999;
}
.chart-container h3{
  color: #113D56;
  font-size: 22px;
}
.chart-container h4{
  color: #113D56;
  font-size: 17px;
  margin-bottom: 19px;

}
.chart-container  p{
  color: #113d56;
  font-weight: 500;
}
.counter-code{
  color: #ffffffe8;
  font-size: 31px;
  margin-top: 90px;
  font-weight: 400;
  position: relative;
}
.counter-main{
  /* position: absolute;
  bottom: 200px;
  transform: translateX(-50%);
  left: 50%; */
}
.counter-code .end{
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
}
.counter-code .start{
  -webkit-animation-name: example2; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
}

.counter-code .center-counter{
  -webkit-animation-name: example3; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example3;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
}

.qoute-red{
  font-weight: bold;
  color: #860308;
}
.line-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.line-title img{
  width: 7px;
  object-fit: contain;

}

.usericon{
  width: 27px;
  margin-left: 7px;
}
.line-before{
  background-color: #000000;
  width: 44%;
  height: 1px;
}
.line-after{
  background-color: #000000;
  width: 44%;
  height: 1px;
}
.titles-p{
  border-left: 7px solid #4a5f58;
  margin-bottom: -7px !important;
  border-radius: 6px;
  background-color: #ebebeb63;
  padding: 11px 13px;
  color: #354540;
  text-transform: unset;
  text-align: left;
}
.title-container{
  width: max-content;
  margin-top: 40px;
  margin-bottom: 35px;
}

.frame-youtube {
  width: 75%;
  height: 500px;
  margin: auto;
  border-radius: 100%;
  position: relative;
  margin-bottom: 50px;
  margin-top: 45px;
}
.video-container {
  text-align: center;
  position: relative;
  margin-top: 75px;
  margin-bottom: 75px;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

iframe {
  border: none;
}
.full-layer{
  /* background-color: #1311179c; */
  background-image: linear-gradient(to left, rgb(2 2 2 / 0%), rgb(27 35 37 / 86%),rgb(29 37 39) );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

}

.info8-data{
  width: 70%;
}

.info08-h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 35px;
}

.info08 {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.slide01 {
  width: 80%;
}
.all-heads-container {
  display: flex;
  overflow: hidden;
}
.allheadsa {
  background-color: #8e9d98;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700;
  border: transparent;
  width: 33%;
  height: 40px;
  border: 1px solid #000000;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0 !important;
  border-radius: 10px;
  border-top-right-radius: 53px;
  border-bottom-left-radius: 0;
margin-left: -8px;
}
.activeStory-Nav {
  background-color: #59736a;
  color: #fcf4f4 !important;
  border: 1px solid #000000;
}
.all-storiesa{
  display: none;
  box-shadow: 10px 10px 8px 10px #888888;
  background-color: #d9d9d9;
  box-shadow: 0px 3px 8px 10px #888888de;
}
.notactiveStory {
  display: none;
}

.activeStory {
  display: block !important;
}
.mater {
  color: #354540 !important;
  font-size: 22px !important;
  text-align: left;
}

.row-08-container {
  display: flex;
  align-items: center;
justify-content: space-around;
  background-image: url(../graphics/bk-cards.png);
  background-color: #d9d9d9;
  padding: 25px;
  border-radius: 14px;
  align-items: flex-start;
  border-top-right-radius: 0;
}
.row-08-container img {
  object-fit: contain;
  margin-right: 10px;
  width: 100px;
  background-color: #59736a;
  padding: 35px 15px;
  border-radius: 4px;
}
.row-08-container p{
  color: #3d4d48 !important;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.row1{
  display: flex;
  justify-content: center;
  align-items: center;
}
.row1 .col-lg-6{
  width: 50%;
}

/* ==================== Media Query ==================== */




@media (max-width: 800px) {
  .row1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .row1 .col-lg-6{
    width: 50%;
  }

  .slick-initialized .slick-slide{
    width: 100%;
    height: auto;
  }
  .pos-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    cursor: pointer;
}
.main-image {
  width: 56%;
}
.image-container {
  padding-top: 100px;
  padding-bottom: 60px;
}
}


@media (max-width: 650px) {
  .info8-data{
    width: 100%;
    margin-top: 20px;
  }
  .all-heads-container {
    display: flex;
    overflow: hidden;
    flex-direction: column;
  }
  .allheadsa{
    border-radius: unset !important;
    width: 100%;
    margin-left: 0;
  }
  .row-08-container{
    flex-direction: column;
  }
  .f-boxa {
    width: 100%;
    display: block;
}
.images-elemnts{
  flex-direction: column;
}
.frame-youtube{
  width: 100%;
}
.main-image {
  width: 100%;
  margin-bottom: 10px;
}
  .audio-container audio{width: 100%;}
  .title-container{
    width: 100%;
  }
  #section-00 h3{
    width: 94%;
    font-size: 22px;
  }
  .chart-info-col{
    width: 100%;
  }
  .image-container-row p{
    width: 100%;
  }
  .image-container-row img {
    width: 100%;
    padding-right: 0;
    object-fit: contain;
}
  .image-container-row{
    flex-direction: column;
  }
  .continer-full-image p {
    width: 100%;
    padding-right: 0;
    padding: 20px;
}
  .continer-full-image img {
    width: 100%;
}
  .continer-full-image{
    flex-direction: column;
    padding-left: 0;
  }
  .container-title {
    padding-right: 5px;
    width: 100%;
}

  .image-container {
    padding-top: 0; 
    padding-bottom: 0;
}
.row1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.row1 .col-lg-6{
  width: 50%;
}
.law-container{
  background-color: #F5F5F5;
  text-align: center;
  padding: 25px 10px;
  border-radius: 9px;
  filter: drop-shadow(2px 4px 6px gray);
  margin-top: 75px;
  margin-bottom: 65px;
}
.chart-container .flourish-embed {
  width: 100%;
}
#section-00 h1 {
  color: white;
  font-size: 29px;
  line-height: 47px;
  width: 92%;
  margin-top: 20px;
  margin-bottom: 29px !important;
}
#section-00 {
  background-position: top;
}
}