body {
  position: relative !important ;
  background-image: url(../graphics/bck.png);
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  direction: ltr;
}

p {
  text-align: justify !important;
}
h3, h1, h2, h4, p, a, li{
  text-align: left;
  direction: ltr;
}

.blog-details-area .blog-sidebar .blog-widget.tags ul li {
  padding-left: 0;
  display: inline-block;
}

.blog-details-area .blog-sidebar .blog-widget.tags ul li::before {
  display: none;
}

.blog-details-area .blog-sidebar .blog-widget.tags ul li a {
  font-size: 14px;
  border: 1px dashed #c1aeae66;
  padding: 5px 8px;
  margin-right: 4px;
}

.blog-details-area .blog-sidebar .blog-widget.tags ul li a:hover {
  background: #ffea00;
  color: #1f1c0c;
}

/*----- Blog Details Page End -----*/
/*----- Privacy Page Start -----*/
.page-title.privacy-title-bg {
  background-image: url(../img/title-bg/14.jpg);
}

.privacy-section h2 {
  font-size: 22px;
  color: #1f1c0c;
  margin-bottom: 25px;
}

.privacy-section p {
  margin-bottom: 15px;
}

.privacy-section p:last-child {
  margin-bottom: 0;
}

/*----- Privacy Page End -----*/
/*----- Terms Page Start -----*/
.page-title.term-title-bg {
  background-image: url(../img/title-bg/15.jpg);
}

.terms-section .terms-text h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.terms-section .terms-text h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.terms-section .terms-text p {
  margin-bottom: 15px;
}

.terms-section .terms-text p:last-child {
  margin-bottom: 0;
}

/*----- Terms Page End -----*/
/*----- Testimonial Page Start -----*/
.page-title.testimonial-title-bg {
  background-image: url(../img/title-bg/5.jpg);
}

.testimonial-section .testimonial-slider .testimonial-item {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(146, 184, 255, 0.17);
  box-shadow: 0px 0px 15px 0px rgba(146, 184, 255, 0.17);
  background: #ffffff;
  max-width: 550px;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.testimonial-section .testimonial-slider .testimonial-item .client-info {
  position: relative;
  margin-bottom: 25px;
}

.testimonial-section .testimonial-slider .testimonial-item .client-info img {
  position: absolute;
  top: -55px;
  left: 0;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  border-radius: 100px;
  border: 5px solid #ffffff;
  max-width: 100%;
  width: unset;
}

.testimonial-section .testimonial-slider .testimonial-item .client-info h3 {
  font-size: 22px;
  margin-bottom: 0;
  padding-left: 130px;
}

.testimonial-section .testimonial-slider .testimonial-item .client-info span {
  font-size: 15px;
  padding-left: 130px;
}

.testimonial-section .testimonial-slider .testimonial-item p {
  margin-bottom: 0;
  font-size: 15px;
}

.testimonial-section .testimonial-slider .owl-dots {
  line-height: 1;
}

.testimonial-section .testimonial-slider .owl-dots .owl-dot span {
  background: #1f1c0c0d;
  border: 1px solid #ddd;
  margin: 0 5px;
}

.testimonial-section .testimonial-slider .owl-dots .owl-dot.active span {
  background: #ffea00;
  width: 50px;
}

/*----- Testimonial Page End -----*/
/*----- 404 Page Start -----*/
.error-section {
  background-image: url(../img/404.jpg);
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 0;
}

.error-section::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.error-section h1 {
  font-size: 250px;
  margin-bottom: 0;
  color: red;
  font-weight: 700;
}

.error-section h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.error-section p {
  color: #ffffff !important;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

/*----- 404 Page End -----*/
/*----- Contact Page Start -----*/
.page-title.contact-title-bg {
  background-image: url(../img/title-bg/1.jpg);
}

.contact-section .contact-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
  box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-section .contact-card:hover {
  background: #1f1c0c;
}

.contact-section .contact-card:hover i {
  background: #ffea00;
  color: #1f1c0c;
}

.contact-section .contact-card:hover ul li a,
.contact-section .contact-card:hover ul li {
  color: #ffffff;
}

.contact-section .contact-card i {
  color: #ffea00;
  background: #1f1c0c;
  font-size: 20px;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-section .contact-card ul {
  padding-left: 0;
  margin-bottom: 0;
}

.contact-section .contact-card ul li {
  list-style: none;
  color: #1f1c0c;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.contact-section .contact-card ul li a {
  color: #1f1c0c;
}

.contact-section .contact-card ul li:last-child {
  margin-bottom: 0;
}

.contact-section .contact-area h3 {
  margin-bottom: 20px;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/*----- Contact Page End -----*/
/*----- Back Top CSS Start -----*/
.top-btn i {
  width: 45px;
  height: 45px;
  color: #ffea00;
  background: #1f1c0c;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 22px;
  line-height: 45px;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.top-btn i::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-btn i:hover::before {
  height: 100%;
}

.top-btn i:hover {
  color: #ffffff;
}

/*----- Back Top CSS End -----*/
/*----- Preloader CSS Start -----*/
.loader-content {
  background: #1f1c0c;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  text-align: center;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffea00;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*----- Preloader CSS End -----*/
/* Animation CSS Start */
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/* Animation CSS End */
/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 1025) {
  .col-baby .circle-blue {
    right: 19px;
  }
}
@media screen and (max-width: 768px) {
  .logo3 {
    position: absolute;
    z-index: 1;
    left: 128px;
    top: 24px;
  }
  .logopic {
    width: 47px;
  }
  #footer .col-lg-6 {
    width: 50%;
  }
  .labels {
    align-items: center;
    flex-wrap: wrap;
  }
  .box-container {
    width: 33.33%;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
  .chart01-top {
    right: -27px;
    font-size: 14px;
    display: none;
  }
  .chart01-p {
    font-size: 14px;
  }
  .flex-all-stories {
    flex-direction: column;
  }
  .col-5-stories-babies {
    width: 100%;
    padding-left: 10px;
  }
  .col-7-stories {
    width: 100%;
  }
  .col-baby {
    width: auto;
  }
  .service-section {
    padding-bottom: 10px !important;
  }
}
.p-style {
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 33px !important;
  text-align: justify;
  color: #454040;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.info-c1 {
  border-right: solid 1px #1c6995;
  border-width: 22px;
  border-radius: 20%;
  margin-left: 7px;
}

.info-c2 {
  border-right: solid 1px #46c8c6;
  border-width: 22px;
  border-radius: 20%;
  margin: 0px 7px;
}
.info-c3 {
  border-right: solid 1px #2e515f;
  border-width: 22px;
  border-radius: 20%;
  margin-left: 7px;
}

.info-c4 {
  border-right: solid 1px #64b2d1;
  border-width: 22px;
  border-radius: 20%;
  margin: 0px 7px;
}
/* chart 7 */
.chartBarsWrap {
  padding-left: 40px;
  margin: 0 30px 0 20px;
}
.chartBars {
  position: relative;
  max-width: 600px;
  height: 300px;
  margin: 50px auto 100px;
}
.chartBars .bars {
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0;
  padding: 0 1%;
  margin: 0;
}
.chartBars .bars li {
  display: inline-block;
  flex: 0 1 24%;
  height: 100%;
  margin-right: 10px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.chartBars .bars li .bar {
  width: 100%;
  background: #49e;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: bold;
  outline: 2px solid transparent;
  -webkit-transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBars .bars li .bar:after {
  content: "%";
  font-size: 22px !important;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  margin-right: -8px;
}
.chartBars .bars li b {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -20px;
}
.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: #eee;
}
.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}
.chartBars .numbers li:first-of-type {
  height: 63px;
  margin-top: -1px;
}
.chartBars1 .bar {
  border-top-right-radius: 30px;
}
.chartBarsWrap.chartBarsHorizontal {
  flex-direction: column;
  padding-left: 70px;
}
.chartBarsWrap.chartBarsHorizontal .bars b {
  color: #383838;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: 1em;
  left: -60px;
  text-align: left;
}
.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
  padding-top: 10px;
  height: 100% !important;
  text-align: right;
  font-size: 1.5em;
  -webkit-transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: 0.6em !important;
  margin-right: 20px;
}
.bars li .bar.greenBar {
  background-color: #6b8e23;
  background: radial-gradient(#99cb32, #6b8e23);
}
.bars li .bar.greenBarFlat {
  background-color: #6b8e23;
}
.bars li .bar.blueBar {
  background-color: #49e;
  background: radial-gradient(#8abff4, #49e);
  margin-right: 20px !important;
}
.bluebar {
  padding-right: 20px;
}
.bars li .bar.blueBarFlat {
  background-color: #49e;
}
.bars li .bar.orangeBar {
  background-color: orange;
  background: radial-gradient(#ffc04d, #ffa500);
}
.bars li .bar.orangeBarFlat {
  background-color: orange;
}
.bars li .bar.purpleBar {
  background-color: #6e46af;
  background: radial-gradient(#9778c9, #6e46af);
}
.bars li .bar.purpleBarFlat {
  background-color: #6e46af;
}
@media screen and (min-width: 600px) {
  .bar:before {
    font-size: 2em !important;
  }
  .chartBars3 .bar:before {
    font-size: 1.5em !important;
  }
}
.tooltip > .tooltipContent {
  display: block;
  position: absolute;
  background: none repeat scroll 0 0 #222;
  color: #f0b015;
  font-family: "Helvetica";
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5em;
  padding: 16px 15px;
  min-width: 200px;
  max-width: 500px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  margin-left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  z-index: 2;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease-in-out;
}
.tooltip:hover > .tooltipContent {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
  transform: translate(-50%, -130%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tooltip .tooltipContent:after {
  border-color: #222 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 15px 15px 0;
  bottom: -15px;
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  width: 0;
}

.box-piesite {
  text-align: center;
  font-size: 22px;
}
.piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  cursor: default;
}
.piesite .percent {
  position: absolute;
  top: 1.1em;
  left: 0.1em;
  width: 100%;
  font-size: 0.3em;
  text-align: center;
  z-index: 2;
}
.piesite .percent .symbol {
  font-size: 0.5em;
  vertical-align: top;
  opacity: 0.5;
}
.piesite > #slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}
.piesite > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}
.piesite > #slice > .pie {
  position: absolute;
  border: 0.1em solid #444;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
}
li.azul .piesite > #slice > .pie {
  border-color: #293891;
}
li.amarillo .piesite > #slice > .pie {
  border-color: #d6c500;
}
li.verde .piesite > #slice > .pie {
  border-color: #076838;
}
.piesite > #slice > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.piesite.fill > .percent {
  display: none;
}
.piesite:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  width: 0.8em;
  height: 0.8em;
  background: #30303a;
  border-radius: 100%;
  z-index: 1;
}
.piesite:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  opacity: 0.5;
  z-index: 0;
}
.piesite:before {
  background: rgba(255, 255, 255, 0.1);
}
.box-piesite ul {
  padding: 0;
}
.box-piesite ul li {
  display: inline-block;
  margin: 10px 20px;
}
.chartBarsHorizontal .chartBars .bars {
  flex-direction: column;
}

/* test */
.bar-graph .year {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  opacity: 0;
}

.bar-graph-horizontal {
  /*  max-width: 380px;*/
}

.bar-graph-horizontal > div {
  float: left;
  margin-bottom: 8px;
  width: 100%;
  background-image: linear-gradient(
    to right,
    #a1c5f700,
    #a1c5f700,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1,
    #251f3ed1
  );
}

.bar-graph-horizontal .year {
  float: left;
  margin-top: 1px;
  width: 39px;
}

.bar-graph-horizontal .bar {
  border-radius: 3px;
  height: 30px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0;
}

.bar-graph-one .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-weight: 500;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 13px;
}

.bar-graph-one .bar-one .bar {
  background-color: #64b2d1;
  -webkit-animation: show-bar-one 1.2s 0.1s forwards;
  -moz-animation: show-bar-one 1.2s 0.1s forwards;
  animation: show-bar-one 1.2s 0.1s forwards;
}

.bar-graph-one .bar-two .bar {
  background-color: #5292ac;
  -webkit-animation: show-bar-two 1.2s 0.2s forwards;
  -moz-animation: show-bar-two 1.2s 0.2s forwards;
  animation: show-bar-two 1.2s 0.2s forwards;
}

.bar-graph-one .bar-three .bar {
  background-color: #407286;
  -webkit-animation: show-bar-three 1.2s 0.3s forwards;
  -moz-animation: show-bar-three 1.2s 0.3s forwards;
  animation: show-bar-three 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four .bar {
  background-color: #2e515f;
  -webkit-animation: show-bar-four 1.2s 0.4s forwards;
  -moz-animation: show-bar-four 1.2s 0.4s forwards;
  animation: show-bar-four 1.2s 0.4s forwards;
}

/* Bar Graph Horizontal Animations */
@-webkit-keyframes show-bar-one {
  0% {
    width: 0;
  }
  100% {
    width: 69.6%;
  }
}

@-webkit-keyframes show-bar-two {
  0% {
    width: 0;
  }
  100% {
    width: 71%;
  }
}

@-webkit-keyframes show-bar-three {
  0% {
    width: 0;
  }
  100% {
    width: 74.7%;
  }
}

@-webkit-keyframes show-bar-four {
  0% {
    width: 0;
  }
  100% {
    width: 76.8%;
  }
}

@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* المحطات */
.tab-center {
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80%;
}
.tab-content {
  margin: 30px auto;
  width: 80%;
}
.col-content {
  background-color: #2f3d4f;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin: 10px;
}
.content-inside-row {
  display: flex;
  width: 100%;
}
.content-inside-colum {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-inside-colum .box1 {
  background-color: white;
  color: #1a192e;
  width: 52px;
  text-align: center;
  font-weight: 800;
  padding: 10px 0px;
  border-radius: 4px;
  padding-left: 0;
}
.content-inside-colum .red {
  background-color: white;
  color: #1a192e;
  width: 52px;
  text-align: center;
  font-weight: 800;
  padding: 10px 0px;
  border-radius: 4px;
}
.content-inside-colum .box3 {
  background-color: white;
  color: #1a192e;
  width: 52px;
  text-align: center;
  font-weight: 800;
  padding: 10px 0px;
  border-radius: 4px;
}
.content-inside-colum2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-inside-colum2 .box1 {
  background-color: white;
  color: #1a192e;
  font-size: 30px;
  width: 70%;
  text-align: center;
  font-weight: 800;
  /* padding: 10px 0px; */
  border-radius: 4px;
  padding-left: 0;
}
.y2015,
.y2019,
.y2020 {
  width: 90% !important;
}
.hlink {
  color: #ffea00;
}
/* كابينة*/

/* ----------------------------------------------- */

.decorations-wrapper {
  position: relative;
  bottom: 0px;
  transform: translate(-20%, 14%) scale(0.8);
}
.decorations-wrapper span#note {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translatex(-50%);
  text-align: center;
}
.decorations-wrapper h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}
@media (max-width: 1000px) {
  .decorations-wrapper {
    transform: translate(-8%, 14%) scale(0.8);
  }
}
.weapon-wrapper {
  position: absolute;
  top: 550px;
  left: 0%;
  background-color: #c9d4e7;
  width: 450px;
  height: 450px;
  border-radius: 30px;
}
.phone_booth-wrapper {
}
.letter-wrapper {
  position: absolute;
  top: 1100px;
  left: 0;
  background-color: #c9d4e7;
  width: 450px;
  height: 450px;
  border-radius: 30px;
}
.cab-wrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #c9d4e7;
  width: 100%;
  height: 450px;
  border-radius: 30px;
}
.cab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 300px;
}
.cab:hover {
  animation: move_car 0.8s ease-in-out alternate infinite;
}
.cab .top {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 360px;
  height: 120px;
}
.cab .top .cab-head {
  position: absolute;
  top: 22px;
  left: 60px;
  width: 30px;
  height: 15px;
  background-color: #2d2928;
  border-radius: 1px;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.cab .top .cab-head::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -10px;
  width: 10px;
  height: 20px;
  border-top-left-radius: 25px;
  background-color: #fa8c03;
}
.cab .top .glass-intern-1 {
  position: absolute;
  top: 30px;
  right: 180px;
  height: 80px;
  width: 140px;
  border-top-left-radius: 50px;
  background-color: rgba(25, 25, 25, 0.1);
  box-shadow: inset 0 370px rgba(255, 255, 255, 0.2),
    inset 0 -35px 30px rgba(0, 0, 0, 0.6), 0 5px 10px rgba(0, 0, 0, 0.3);
}
.cab .top .glass-intern-2 {
  position: absolute;
  top: 30px;
  left: 180px;
  height: 80px;
  width: 160px;
  border-top-right-radius: 50px;
  background-color: rgba(25, 25, 25, 0.1);
  box-shadow: inset 0 370px rgba(255, 255, 255, 0.2),
    inset 0 -35px 30px rgba(0, 0, 0, 0.6), 0 5px 10px rgba(0, 0, 0, 0.3);
}
.cab .top .roof {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 280px;
  height: 10px;
  background-color: #201d1c;
  transform: skew(-30deg);
}
.cab .top .roof::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0px;
  width: 100%;
  height: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #201d1c;
}
.cab .top .windshield {
  position: absolute;
  top: 70px;
  left: -36px;
  width: 120px;
  height: 10px;
  background-color: #201d1c;
  transform: rotate(-45deg);
}
.cab .top .glass-1 {
  position: absolute;
  top: 30px;
  right: 180px;
  height: 80px;
  width: 8px;
  background-color: #201d1c;
}
.cab .top .glass-2 {
  position: absolute;
  top: 30px;
  right: 60px;
  height: 80px;
  width: 8px;
  background-color: #201d1c;
}
.cab .top .back-windshield {
  position: absolute;
  top: 30px;
  right: 20px;
  height: 90px;
  width: 12px;
  background-color: #201d1c;
  transform: rotate(-15deg);
}
.cab .top .bottom-roof {
  position: absolute;
  top: 110px;
  right: 0px;
  width: 377px;
  height: 10px;
  background-color: #201d1c;
  transform: skew(30deg);
}
.cab .top .bottom-roof::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #2d2928 transparent;
  transform: skew(-30deg);
}
.cab .hood {
  position: absolute;
  top: 120px;
  left: 25px;
  width: 120px;
  height: 135px;
  background-color: #201d1c;
  border-bottom-right-radius: 70%;
}
.cab .hood::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  width: 120px;
  height: 20px;
  border-top-left-radius: 60%;
  background-color: #201d1c;
}
.cab .hood::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 115px;
  height: 40px;
  border-bottom-right-radius: 60%;
  background-color: #171515;
}
.cab .hood .headlight {
  position: absolute;
  top: 9px;
  left: -20px;
  width: 10px;
  height: 54px;
  background-color: #f5f0c8;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.cab .hood .support-headlight {
  position: absolute;
  top: 7px;
  left: -15px;
  width: 10px;
  height: 60px;
  background-color: #221f1e;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.cab .hood .support-headlight .right {
  position: absolute;
  top: -1px;
  right: -5px;
  width: 10px;
  height: 40px;
  background-color: #221f1e;
  transform: skew(0deg, -20deg);
}
.cab .hood .support-headlight .left {
  position: absolute;
  bottom: -1px;
  right: -5px;
  width: 10px;
  height: 40px;
  background-color: #221f1e;
  transform: skew(0deg, 20deg);
}
.cab .hood .protector-headlight {
  position: absolute;
  top: 70px;
  left: -15px;
  width: 20px;
  height: 65px;
  background-color: #221f1e;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cab .rear-bumper {
  position: absolute;
  top: 120px;
  right: 27px;
  width: 120px;
  height: 110px;
  background-color: #201d1c;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 10px;
  transform: skew(10deg);
}
.cab .rear-bumper .backlight {
  position: absolute;
  top: 5px;
  right: -10px;
  width: 10px;
  height: 50px;
  background-color: #7f201c;
  transform: skew(-10deg);
  border-radius: 5px;
}
.cab .rear-bumper .support-backlight {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 50px;
  background-color: #221f1e;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  transform: skew(-10deg);
}
.cab .rear-bumper .support-backlight .right {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 40px;
  background-color: #221f1e;
  transform: skew(0deg, 45deg);
}
.cab .rear-bumper .support-backlight .left {
  position: absolute;
  bottom: -1px;
  left: -5px;
  width: 10px;
  height: 40px;
  background-color: #221f1e;
  transform: skew(0deg, -20deg);
}
.cab .rear-bumper .protector-headlight {
  position: absolute;
  top: 70px;
  left: -20px;
  width: 20px;
  height: 65px;
  background-color: #221f1e;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 5px;
}
.cab .cab-body {
  position: absolute;
  top: 110px;
  right: 100px;
  width: 350px;
  height: 130px;
  background-color: #201d1c;
  border-bottom-right-radius: 20%;
  border-right: 1px solid #2d2928;
  border-top: 1px solid #2d2928;
}
.cab .wheel-guard {
  position: absolute;
  top: 160px;
  right: 35px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid transparent;
  border-top: 20px solid #2d2928;
  overflow: hidden;
}
.cab .wheel-guard::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 130px;
  height: 60px;
  background: #171515;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 5px;
}
.cab .wheel-guard::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translatex(-50%);
  width: 40px;
  height: 60px;
  background: #171515;
  border-left: 5px solid #151312;
  border-right: 5px solid #151312;
}
.cab .wheel-guard.guard-left {
  top: 160px;
  right: 375px;
}
.cab .propulsor-wheel {
  position: absolute;
  top: 190px;
  left: 30px;
  width: 140px;
  height: 100px;
}
.cab .propulsor-wheel .support {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
}
.cab .propulsor-wheel .support .right {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 35px;
  height: 30px;
  background-color: #3b3534;
  transform: skew(-20deg);
}
.cab .propulsor-wheel .support .left {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 35px;
  height: 30px;
  background-color: #3b3534;
  transform: skew(20deg);
}
.cab .propulsor-wheel .support::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  border-radius: 50%;
  background-color: #171515;
}
.cab .propulsor-wheel .four {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 60px;
  background-color: #201d1c;
  border-radius: 50%;
}
.cab .propulsor-wheel .third {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 40px;
  background-color: #2d2928;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}
.cab .propulsor-wheel .third::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 30px;
  background-color: #f5f0c8;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}
.cab .propulsor-wheel .third::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 30px;
  background-color: #2d2928;
}
.cab .propulsor-wheel .second {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 40px;
  background-color: #3b3534;
  border-radius: 50%;
}
.cab .propulsor-wheel .first {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  border-radius: 50%;
  background-color: #484240;
}
.cab .propulsor-wheel#propulsor-wheel-2 {
  top: 190px;
  left: 370px;
}
.cab .cab-door {
  position: absolute;
  top: 110px;
  left: 135px;
  width: 180px;
  height: 128px;
  background-color: #201d1c;
  border: 1px solid #2d2928;
  border-bottom: none;
}
.cab .cab-door::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 30px;
  background-color: #252221;
  border-top-right-radius: 30px;
}
.cab .cab-door::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90px;
  width: 30px;
  background-color: #252221;
  border-top-left-radius: 30px;
}
.cab .cab-door .handle {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 60px;
  height: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 15px;
  background-color: #484240;
}
.cab .cab-door .handle::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 40px;
  height: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 15px;
  background-color: #2d2928;
}
.cab .protect-side {
  position: absolute;
  top: 205px;
  left: 168px;
  width: 40px;
  height: 40px;
  background-color: #3b3534;
  color: #2d2928;
  text-align: center;
  font-size: 50px;
  line-height: 30px;
  border-radius: 3px;
  transform: rotatex(45deg);
  border-top: 15px solid #2d2928;
}
.cab .protect-side::after {
  content: "x";
  position: absolute;
  top: -15px;
  left: 160px;
  width: 40px;
  height: 40px;
  background-color: #3b3534;
  color: #2d2928;
  text-align: center;
  font-size: 50px;
  line-height: 30px;
  border-radius: 3px;
  border-top: 15px solid #2d2928;
}
.cab .protect-side-big {
  position: absolute;
  top: 228px;
  left: 220px;
  width: 100px;
  height: 10px;
  background-color: #3b3534;
  border-radius: 5px;
  border-top: 5px solid #2d2928;
}
.cab .protect-side-big::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 4px;
  width: 40px;
  height: 10px;
  border-radius: 2px;
  border-bottom-right-radius: 25px;
  background-color: #3b3534;
}
.cab .protect-side-big::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 4px;
  width: 40px;
  height: 10px;
  border-radius: 2px;
  border-bottom-left-radius: 25px;
  background-color: #3b3534;
}
.phone_booth-box {
  position: relative;

  z-index: 10;
  width: 300px;
  height: 453px;
}
.phone_booth-box .box {
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 280px;
  height: 500px;
  background-color: #7f201c;
}
.phone_booth-box .box::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 150px;
  background-color: #551513;
  border-radius: 50%;
}
.phone_booth-box .box::after {
  z-index: 20;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 120px;
  background-color: #7f201c;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top: 5px solid #40100e;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.phone_booth-box .phone_booth-title {
  z-index: 30;
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translatex(-50%);
  width: 160px;
  height: 30px;
  background: radial-gradient(#f5f0c8, #dbca76);
}
.phone_booth-box .phone_booth-title::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -15px;
  width: 190px;
  height: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.phone_booth-box .phone_booth-title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
  text-transform: uppercase;
  color: #655349;
}
.phone_booth-box .door-side {
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 280px;
  height: 500px;
}
.phone_booth-box .door-side::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 30px;
  background-color: #7f201c;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.phone_booth-box .door-side::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background-color: #7f201c;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 -3px 6px rgba(0, 0, 0, 0.23);
}
.phone_booth-box .door {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 220px;
  height: 425px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 370px rgb(255 255 255 / 20%),
    inset 0 -35px 30px rgb(0 0 0 / 60%), 0 5px 10px rgb(0 0 0 / 30%);
  border-bottom: 60px solid #201d1c;
  transform-origin: center right;
  transition: transform 1s;
}
.phone_booth-box .door::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 213px;
  height: 365px;
  border: 5px solid #7f201c;
}
.phone_booth-box .door ul {
  list-style: none;
}
.phone_booth-box .door ul li {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 10px;
  background-color: #7f201c;
}
.phone_booth-box .door ul li:nth-child(1) {
  left: 40px;
}
.phone_booth-box .door ul li:nth-child(2) {
  right: 40px;
}
.phone_booth-box .door ul li:nth-child(3) {
  left: 0px;
  bottom: 46px;
  height: 10px;
  width: 100%;
}
.phone_booth-box .door ul li:nth-child(4) {
  left: 0px;
  bottom: 112px;
  height: 10px;
  width: 100%;
}
.phone_booth-box .door ul li:nth-child(5) {
  left: 0px;
  bottom: 178px;
  height: 10px;
  width: 100%;
}
.phone_booth-box .door ul li:nth-child(6) {
  left: 0px;
  bottom: 244px;
  height: 10px;
  width: 100%;
}
.phone_booth-box .door ul li:nth-child(7) {
  left: 0px;
  bottom: 310px;
  height: 10px;
  width: 100%;
}
.phone_booth-box .back {
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 280px;
  height: 430px;
  background-color: #551513;
}
.phone_booth-box .back .display {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translatex(-50%);
  width: 160px;
  height: 190px;
  background-color: #201d1c;
  border: 5px solid #121010;
}
/*.phone_booth-box .back .display .note {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 60px;
  height: 90px;
  background-color: #745f54;
  border: 1px solid #2d2928;
}
.phone_booth-box .back .display .note::before {
  content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non faucibus ex, ut vulputate velit. Quisque imperdiet, sapien id commodo mattis, nisl ipsum placerat ligula.";
  position: absolute;
  top: 15px;
  left: 10px;
  width: 40px;
  height: 70px;
  background-color: #7a6458;
  border: 1px solid #655349;
  color: #564e4c;
  overflow: hidden;
  padding: 10px;
  font-size: 5px;
  text-align: justify;
}
.phone_booth-box .back .display .note::after {
  content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur non faucibus ex, ut vulputate velit. Quisque imperdiet, sapien id commodo mattis, nisl ipsum placerat ligula.";
  position: absolute;
  top: 35px;
  left: 5px;
  width: 40px;
  height: 70px;
  background-color: #7a6458;
  border: 1px solid #655349;
  color: #564e4c;
  overflow: hidden;
  padding: 10px;
  font-size: 5px;
  text-align: justify;
}*/
.phone_booth-box .back .display .phone {
  position: absolute;
  top: 35px;
  right: 55px;
  width: 12px;
  height: 60px;
  background-color: #050404;
  border-top: 20px solid #392f29;
  border-bottom: 20px solid #392f29;
  border-right: 15px solid #56473e;
  border-left: 15px solid #56473e;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.phone_booth-box .back .display .phone::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 50%;
  background-color: #050404;
  width: 25px;
  height: 25px;
}
.phone_booth-box .back .display .phone::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 50%;
  background-color: #050404;
  width: 25px;
  height: 25px;
}
.phone_booth-box .pedestal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 30px;
  background-color: #40100e;
}
.phone_booth-box:hover .door {
  transform: rotateY(90deg);
}
.weapon-box {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: bottom center;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 285px;
}
.weapon-box:hover {
  animation: shaking_boxes 0.8s ease-in-out alternate infinite;
}
.weapon-box .rope {
  z-index: 20;
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: #773f28;
}
.weapon-box .rope.rope-left {
  left: 39px;
  border-top-right-radius: 5px;
}
.weapon-box .rope.rope-right {
  right: 39px;
  border-top-left-radius: 5px;
}
.weapon-box .case {
  z-index: 10;
  position: absolute;
  top: 10px;
  width: 300px;
  height: 90px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.weapon-box .case .intern {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #7f201c;
  border-top: 10px solid #3b3534;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.weapon-box .case .intern::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 60px;
  border-color: transparent transparent #6a1b17 transparent;
}
.weapon-box .case .intern::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 0 0 60px;
  border-color: transparent transparent transparent #6a1b17;
}
.weapon-box .case .right {
  position: absolute;
  top: 0;
  right: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 60px;
  border-color: transparent transparent #655349 transparent;
}
.weapon-box .case .right::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  height: 90px;
  width: 50px;
  background-color: #655349;
  border-bottom-right-radius: 10px;
}
.weapon-box .case .right::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -50px;
  height: 90px;
  width: 50px;
  background-color: #3b3534;
  border-top-left-radius: 15px;
  border-top-right-radius: 5px;
}
.weapon-box .case .left {
  position: absolute;
  top: 0;
  left: 50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 0 0 60px;
  border-color: transparent transparent transparent #655349;
}
.weapon-box .case .left::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 60px;
  height: 90px;
  width: 50px;
  background-color: #655349;
  border-bottom-left-radius: 10px;
}
.weapon-box .case .left::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 60px;
  height: 90px;
  width: 50px;
  background-color: #3b3534;
  border-top-right-radius: 15px;
  border-top-left-radius: 5px;
}
.weapon-box .case .shadow {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(10, 10, 10, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24),
    0px -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 2px rgba(0, 0, 0, 0.24);
}
.weapon-box .case.case-side {
  z-index: 5;
  top: 100px;
  left: 0;
  box-shadow: none;
}
.weapon-box .case.case-side .case-first {
  position: absolute;
  left: 5px;
  top: 0;
}
.weapon-box .case.case-side .case-second {
  position: absolute;
  right: 5px;
  top: 0;
}
.weapon-box .case.case-side .case-side-intern {
  width: 140px;
  height: 80px;
  background-color: #655349;
  border-top: 10px solid #2d2928;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.weapon-box .case.case-side .case-side-intern::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 60px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #56473e;
}
.weapon-box .case.case-side .case-side-intern::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 20px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #7f201c;
  border-top: 10px solid #2d2928;
  border-bottom: 10px solid #2d2928;
}
.weapon-box .case.case-bottom {
  z-index: 5;
  top: 195px;
  left: 0;
}
.letter-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 300px;
}
.letter-box .animate-letter {
  opacity: 0;
  z-index: 50;
  position: absolute;
  top: 5px;
  left: 50px;
  width: 50px;
  height: 80px;
  background-color: #eeeeee;
}
.letter-box .animate-letter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 25px;
  border-color: transparent transparent transparent #dedede;
}
.letter-box:hover .animate-letter {
  animation: flying_letter 3s linear infinite;
}
.letter-box .bottom-letter {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 40px;
  background-color: #2d2928;
}
.letter-box .bottom-letter .right {
  position: absolute;
  top: -20px;
  right: 5px;
  width: 70px;
  height: 20px;
  background-color: #3b3534;
  transform: skew(25deg);
}
.letter-box .bottom-letter .left {
  position: absolute;
  top: -20px;
  left: 5px;
  width: 70px;
  height: 20px;
  background-color: #3b3534;
  transform: skew(-25deg);
}
.letter-box .box {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 190px;
  background-color: #7f201c;
}
.letter-box .box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 174px;
  background-color: #201d1c;
}
.letter-box .box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 95px;
  height: 170px;
  background-color: #942521;
}
.letter-box .box .box-adds {
  z-index: 10;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 25px;
  background-color: #b05d3b;
  border-radius: 5px;
}
.letter-box .box .box-adds::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 10px;
  background-color: #121010;
}
.letter-box .box .box-adds::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 55px;
  width: 20px;
  height: 10px;
  border-radius: 5px;
  background-color: #6e1c18;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.letter-box .box .shadow {
  z-index: 15;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
}
.letter-box .top-letter {
  position: absolute;
  bottom: 250px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 10px;
  background-color: #6a1b17;
  border-radius: 5px;
}
.letter-box .top-letter .top {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 15px;
  background-color: #a92b25;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.letter-box .top-letter .bottom {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 15px;
  background-color: #7f201c;
}
.letter-box .top-letter .bottom .right {
  position: absolute;
  bottom: -10px;
  right: 3px;
  width: 70px;
  height: 10px;
  background-color: #551513;
  transform: skew(-25deg);
}
.letter-box .top-letter .bottom .left {
  position: absolute;
  bottom: -10px;
  left: 3px;
  width: 70px;
  height: 10px;
  background-color: #551513;
  transform: skew(25deg);
}
@keyframes move_car {
  0% {
    transform: translate(-50%, -50%);
    will-change: transform;
  }
  100% {
    transform: translate(-50%, -60%);
    will-change: transform;
  }
}
@keyframes shaking_boxes {
  50% {
    transform: translate(-50%, -50%) rotate(2deg);
    will-change: transform;
  }
  100% {
    transform: translate(-50%, -50%) rotate(-2deg);
    will-change: transform;
  }
}
@keyframes flying_letter {
  0% {
    opacity: 0;
    transform: translate3d(0px, 60px, 0px) rotateX(90deg);
  }
  30% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) rotateX(0deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(140px, -200px, 50px) rotate(45deg) rotateX(20deg);
  }
}

.b-phone {
  position: absolute;
  top: 174px;
  z-index: 11;
  left: 83px;
  background: #7f201ca1;
  color: #fff !important;
  padding: 8px 20px;
  font-size: 19px;
}
.last-logo {
  position: absolute;
  bottom: -80px;
}

.test-neon {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
}

.map-title2 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 560px;
  color: #424242;
  padding: 92px 0px 30px 0px;
  font-size: 22px;
  margin: 40px auto 0;
  text-align: center;
}
.gradient-border {
  --borderWidth: 3px;
  background: #19172c;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  );
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fa {
  color: white;
  padding-top: 8px;
}

.p01-footer {
  color: white;
  border-bottom: 1px solid white;
  width: 200px;
  margin: auto;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 11px;
  text-align: center !important;
}
.p02-footer {
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-align: center !important;
}
footer ul {
  display: flex;
  list-style: none;
  justify-content: center !important;
}

footer ul > li {
  margin-left: 7px;
}

.icon {
  background-color: unset;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border: 1px solid white;
}
.icon a {
  font-size: 16px;
  font-weight: bold;
}

.quoteWell {
  text-align: center;
  width: 70%;
  margin: 28px auto 70px;
  padding-bottom: 16px;
  padding-top: 80px;
  min-height: 671px;
}

blockquote {
  border-bottom: solid 0.2em #6c757d;
  text-align: center;
  border-top: solid 0.2em #6c757d;
  padding: 2em 1em 0.5em 1em;
}
blockquote h2 {
  color: #54a5a1;
  font-size: 1.6em;
}
.icon2 {
  margin: auto;
  background-color: unset;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border: 3px solid #fff;
  position: relative;
  top: 30px;
  background: #6c757d;
}
.b-low {
  background-image: url(../img/b-low.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.b-low2 {
  background-image: url(../img/b-low2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b-low3 {
  background-image: url(../img/b-low3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b-low4 {
  background-image: url(../img/b-low4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80, 80, 80);
  background: -moz-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(30, 87, 153, 1)),
    color-stop(100%, rgba(125, 185, 232, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 0) 0%,
    rgb(80, 80, 80) 8%,
    rgb(80, 80, 80) 92%,
    rgba(80, 80, 80, 0) 100%
  );

  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;

  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(119 178 182);
  padding: 6px 10px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15),
    0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -36px;
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255, 80, 80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -36px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(119 178 182);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(119 178 182);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.desc {
  margin: 1em 0.75em 0 0;
  direction: rtl;
  line-height: 1.5em;
  font-size: 16px;
  text-align: right;
  line-height: 1.5em;
  font-weight: 500;
  color: #454040;
  background: #fff;
  padding: 9px;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 15%), 0 0 1px rgb(0 0 0 / 15%);
  border-radius: 10px 0px;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline li {
    padding: 2em 0;
  }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

  .flag-wrapper {
    text-align: center;
  }

  .flag {
    background: rgb(119 178 182);
    z-index: 15;
  }

  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 54%;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
  }

  .direction-l .flag:after,
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(119 178 182);
    border-width: 8px;
    pointer-events: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .direction-l .time-wrapper {
    float: none;
  }

  .direction-r .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);

    z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    text-align: center;
    z-index: 15;
  }
}

@media screen and (min-width: 400px ?? max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}
blockquote p span {
  font-weight: 600;
}

.banner-text2 {
  background-image: url(../img/bg-t.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 18px 0px;
}

.logopic {
  width: 115px;
  object-fit: contain;
}
.logo2 {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 99999999999 !important;
}

.con1 {
  position: relative;
  height: 100%;
}

.text-bottom h1 {
  padding-left: 5px;
  padding-right: 5px;
  color: #e30521;
}

.stone {
  position: sticky;
  top: 5px;
  float: left;
}

.data1 h3 {
  color: white;
  width: 80%;
  font-size: 22px;
  text-align: right;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.hap {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 400px;
}

.hap6 {
  z-index: 2;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 230px;
}

.hap2 {
  z-index: 2;
  position: absolute;
  right: -420px;
  bottom: -80px;
  width: 390px;
}

.hap3 {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 200px;
}

.hap4 {
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: 6px;
  width: 320px;
}
.container-pin {
  display: flex;
}

.con1t {
  z-index: 2;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 19px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  width: 80%;
  margin: 0 auto;
}

td,
th {
  text-align: right;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.col-4:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.col-5:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.col-6:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.legal {
  margin-top: -30px;
  background-image: url(../graphics/blue.png);
  background-size: cover;
  object-fit: fill;
  height: auto;
  background-position: center;
  align-items: center;
  position: relative;
}

.legal22 {
  z-index: -1;
  margin-top: -410px;
  background-image: url(../graphics/kidsh.png);
  background-size: cover;
  object-fit: fill;
  height: 500px;
  background-position: center;
  align-items: center;
  position: relative;
}

.legal23 {
  z-index: -1;
  margin-top: -300px;
  background-image: url(../nbsh.png);
  background-size: cover;
  object-fit: fill;
  height: 670px;
  background-position: center;
  align-items: center;
  position: relative;
}

.legal-0 {
  margin-top: -30px;
  background-image: url(../graphics/IMG_0518.JPG);
  background-size: cover;
  object-fit: fill;
  background-attachment: fixed;
  height: auto;
  background-position: center;
  align-items: center;
  position: relative;
  height: 500px;
}

.legal-01 {
  margin-top: -30px;
  background-image: url(../graphics/IMG_0617.jpg);
  background-size: cover;
  object-fit: fill;
  background-attachment: fixed;
  height: auto;
  background-position: center;
  align-items: center;
  position: relative;
  height: 500px;
}

.info08 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.slide01 {
  width: 80%;
}

.row-08-container {
  display: flex;
  flex-direction: row-reverse;
  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;
}

.allheadsa {
  background-color: #768692;
  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-left-radius: 53px;
  border-bottom-right-radius: 0;
}

.authername h3 {
  color: white;
  font-size: 17px;
}

.authername {
  background-color: #43807a;
  position: absolute;
  top: 3px;
  margin-top: -70px;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;

  border: solid #000000;
}

.img1 {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  width: 70%;
  right: 0;
  margin-bottom: -50px;
}

.img2 {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  width: 125%;
  right: 0;
  margin-bottom: -100px;
  margin-right: -150px;
}

.container-s {
  flex: 1;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px;
}

.col-4 {
  flex: 1;

  background-color: #bbe1fa;
  height: 500px;
  margin: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.col-5 {
  flex: 1;

  background-color: #bbe1fa;
  height: 500px;
  margin: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.col-6 {
  flex: 1;
  background-color: #bbe1fa;
  height: 500px;
  margin: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mater {
  color: #0f4c75 !important;
  font-size: 24px !important;
}

#head-story02a,
#head-story03a,
#head-story04a {
  margin-right: -12px;
}
.activeStory-Nav {
  background-color: #0f4c75;
  color: #fcf4f4 !important;
  border: 1px solid #000000;
}
.all-heads-container {
  display: flex;
}
.info8-data li {
  list-style: none;
  text-align: right;
  font-size: 19px;
  color: black;
  font-weight: 500;
  padding-bottom: 10px;
}
.info8-data li > span {
  color: #010101;
  font-weight: 600;
}
.row-08-container img {
  object-fit: contain;
  margin-right: 10px;
}

.all-storiesa {
  display: none;
}
.notactiveStory {
  display: none;
}
.activeStory {
  display: block !important;
}

.datay {
  position: absolute;
  width: ;
}

.dop {
  display: flex;
}

.cov h3 {
  color: #444d55;
}

.text-1 h3 {
  color: #ffffff;
  text-align: right;
}

.danger {
  margin-left: 10px;
}
.con1t {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  align-items: center;
}
.info8-data p {
  font-size: 16px !important;
}

.conb {
  color: #ffffff !important ;
  font-size: 45px;
  margin-top: 58px;
}

.info1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80%;
  margin-top: 30px;
}

.con1t .po1 {
  color: #202020;
  margin-top: 90px;
}
.im {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.legal4 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(25, 23, 23, 0.622),
      rgba(0, 0, 0, 0.533)
    ),
    url("../graphics/pic2.JPG");
  background-size: cover;
  object-fit: fill;
  height: 800px;
  background-position: center;
  align-items: center;
}

.pic22 {
  border-radius: 10px;
  border: dotted 1px rgb(46, 10, 10);
}

.legal2 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(25, 23, 23, 0.37),
      rgba(0, 0, 0, 0.368)
    ),
    url("../graphics/IV-2021-50\ \ تدوير\ مصر.png");
  background-size: cover;
  object-fit: fill;
  height: auto;
  background-position: center;
  align-items: center;
}

.legal10 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(25, 23, 23, 0.37),
      rgba(0, 0, 0, 0.368)
    ),
    url("../graphics/jkj.png");
  background-size: cover;
  object-fit: fill;
  height: auto;
  background-position: center;
  align-items: center;
}

.legal11 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(25, 23, 23, 0.91),
      rgba(0, 0, 0, 0.662)
    ),
    url("../graphics/172983-feydwurcaa-1649833373\ 1.png");
  background-size: cover;
  object-fit: fill;
  height: auto;
  background-position: center;
  align-items: center;
}

.legal12 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(25, 23, 23, 0.211), rgba(0, 0, 0, 0)),
    url("../graphics/jko.png");
  background-size: cover;
  object-fit: fill;
  height: auto;
  background-position: center;
  align-items: center;
}

.yya {
  color: #a20014;
  text-align: center;
  padding: 50px;
}

.para5 h3 {
  color: white;
}
.text-1 {
  margin: 0 auto;
  width: 70%;
  font-size: 15px;
}

.prison {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.kol {
  /* display: flex;
  /* justify-content: center;
  align-items: center; */
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

.para4 {
  color: white;
}

.sch1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* margin-top: 100px; */
}

.sch2 {
  margin: 0 auto;
  margin-top: 40px;
  width: 60%;
}

.legal2 h3 {
  color: red;
  margin-bottom: 30px;
}

.tyt {
  margin-top: 100px;
}

#myChart2 {
  /* background-color: rgba(255, 255, 255, 0.862); */
}
.ch2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ol {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}

.no1 {
  margin-top: 30px;
}

.dis {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}
.text-1 p {
  color: white;
  font-size: 20px;
  text-align: right;
  font-weight: 500 !important;
}

.container-pin h3 {
  color: rgb(138, 21, 21);
  margin-right: 55px;
  margin-top: 14px;
}

.para1 {
  margin-top: 10px;
}

.pin {
  position: absolute;
}

.text-bottom p {
  font-size: 24px;
}

.date {
}

.authername p {
  width: 15%;
  font-size: 18px;
  padding-right: 10px;
  color: white;
  justify-content: center;
  text-align: center;
  background-color: #71010f;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.container-paper {
  position: relative;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  width: 70%;
  height: 80%;
  margin: 0 auto;
}

.legal3 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(15, 15, 15, 0.671),
      rgba(0, 0, 0, 0.708)
    ),
    url("../graphics/hos.jpg");
  background-size: cover;
  object-fit: fill;
  height: auto;
  min-height: 350px;
  background-position: center;
  align-items: center;
  margin-bottom: 0;
}

.legal5 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(15, 15, 15, 0.671),
      rgba(0, 0, 0, 0.708)
    ),
    url("../graphics/ry.jpg");
  background-size: cover;
  object-fit: fill;
  height: auto;
  min-height: 550px;
  background-position: center;
  align-items: center;
  margin-bottom: 0;
}

.backvideo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.legal55 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(15, 15, 15, 0.671),
      rgba(0, 0, 0, 0.708)
    ),
    url("../graphics/.jpg");
  background-size: cover;
  object-fit: fill;
  height: auto;
  min-height: 550px;
  background-position: center;
  align-items: center;
  margin-bottom: 0;
}

.legal6 {
  margin-top: 20px;
  background-attachment: fixed;
  background-image: linear-gradient(
      rgba(15, 15, 15, 0.671),
      rgba(0, 0, 0, 0.708)
    ),
    url("../graphics/محمود.jpg");
  background-size: cover;
  object-fit: fill;
  height: auto;
  min-height: 550px;
  background-position: center;
  align-items: center;
  margin-bottom: 0;
}

.coni {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}
.pic1 {
  margin-bottom: 10px;
}

.npo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.npo p {
  margin-top: 50px;
  margin-right: 10px;
}

.container-y h3 {
  color: rgb(255 255 255);

  width: 30%;
  padding-right: 10px;
  padding-left: 5px;
}

.container-y p {
  color: white;
}

.age {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: relative;
  width: 50%;
  height: 500px;
  margin: auto;
  min-width: 700px;
}

.coln1 {
  flex: 1;
}
.coln12 {
  flex: 1;
}

.coln1 h3 {
  color: rgb(105, 7, 7);
  font-size: 33px;
}

.arrowr {
  text-align: center;
}

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

/* .arrows {
  position: absolute;
  top: 60px;
  right: 300px;
} */
/* .arrowl {
  position: absolute;
  top: 50px;
  left: 120px;
} */

.tor {
  right: 90px;
  top: 130px;
  font-size: 22px;
}

.tor1 {
  top: 160px;
  font-size: 22px;
  margin-right: 30px;
}

.tor3 {
  left: 90px;
  top: 150px;
  font-size: 22px;
}

.kr1 {
  position: absolute;
  right: 90px;
  margin-top: 20px;
}

.jk {
  /* margin-right: 100px; */
}

.ni {
  position: absolute;
  top: 365px;
  right: 80px;
}

.ni2 {
  position: absolute;
  top: 365px;
  right: 320px;
}

.ni3 {
  position: absolute;
  top: 355px;
  left: 140px;
}

.kr2 {
  position: absolute;
  right: 310px;
  margin-top: 20px;
}

.kr3 {
  position: absolute;
  left: 85px;
  margin-top: 20px;
}

.textp {
  width: 50%;
  position: absolute;
  height: 70%;
  margin-top: 60px;
}

/* .plan { */
display: flex;
justify-content: center;
margin: 0 auto;
margin-top: 30px;
/* } */

.container-images {
  display: flex;
  flex-wrap: wrap;
}

.plan1 {
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: auto;
  margin-top: 30px;
  width: 90%;
}

.ti {
  margin-top: 40px;
}

.os {
  margin-top: 40px;
}

.plan {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  object-fit: contain;
}

.plan h3 {
  text-align: center;
  color: rgb(91, 13, 13);
}

.prom {
  display: flex;
}
.prom h4 {
  color: rgb(0, 0, 0);
  margin-top: 20px;
  margin-right: 10px;
}

.cy {
  display: flexbox;
  justify-content: right;
}

.cy p {
  color: white;
  margin-right: 50px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.pdf {
  position: absolute;
}
.mor {
  margin-top: 20px;
  width: 50%;
}

.col11 {
  display: flex;
  text-align: right;
  margin-top: 30px;
}

.col11 h4 {
  font-size: 25px;
}
.col11 h3 {
  font-size: 25px;
  margin-right: 20px;
}
.kids1 {
  margin-top: -10px;
  margin-right: 10px;
}

.row1 {
  -webkit-box-flex: 0;
  flex: 1;

  margin: 10px;
}

.textp p {
  font-size: 18px;
  color: #931111;
  font-weight: 550;
}

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

.container1 {
  display: flex;
  justify-content: center;
  justify-items: center;
  text-align: center;
  /* align-items: center; */
  width: 50%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  max-width: 700px;
}

.container1 h3 {
  position: absolute;
  color: rgb(105, 7, 7);
  text-align: center;
  margin-top: -70px;
  font-size: 30px;
}
.column1,
.column2,
.column3 {
  flex: 1;
  width: 20%;
}

.column1 h3 {
  color: #202020;
  font-size: 25px;
  position: absolute;
  margin-top: 50px;
}
.column2 h3 {
  color: #202020;
  font-size: 25px;
  position: absolute;
  margin-top: 50px;
  margin-right: 75px;
}
.column3 h3 {
  color: #202020;
  font-size: 25px;
  position: absolute;
  margin-top: 50px;
  margin-right: 130px;
}
.km {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 200px;
}

.nine {
  background-color: rgb(105, 7, 7);
  width: 110px;
  height: 30px;
  text-align: center;
  margin-top: 50px;
}

.one {
  background-color: rgb(111, 94, 94);
  width: 130px;
  height: 40px;
}

.four {
  background-color: rgb(6, 6, 6);
  width: 200px;
  height: 50px;
  margin-top: 15px;
}

.containers {
  width: 60%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: 300px;
  max-width: 700px;
}
.conts {
  margin-bottom: 30px;
}
.conts h3 {
  color: rgb(105, 7, 7);
  text-align: center;
  font-size: 33px;
}

.colm1 {
  flex: 1;
}

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

.r1 {
  flex: 1;
  text-align: center;
  margin: 10px;
}

.r1 p {
  font-size: 23px;
  text-align: center;
  color: rgb(246, 246, 246);
  font-weight: 500;
}

.column1 h4 {
  position: absolute;
  color: rgb(252, 248, 248);
  bottom: 65px;
  right: 40px;
}

.column2 h4 {
  position: absolute;
  color: rgb(0, 0, 0);
  bottom: 65px;
  right: 320px;
}

.column3 h4 {
  position: absolute;
  color: rgb(252, 248, 248);
  bottom: 65px;
  left: 130px;
}

.track {
  display: flex;
  margin: auto;
}

.containers2 {
  width: 60%;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: auto;
  max-width: 700px;
}

.co1 {
  flex: 1;
  padding: 30px;
}

.contain {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: auto;
}

.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: 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(
    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
  );
}
.lead {
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 32px;
  text-align: right;
}

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

@media (max-width: 458px) {
  .authername h3 {
    font-size: 15px;
  }

  .hoi {
    font-size: 25px !important;
  }

  .text-bottom h1 {
    font-size: 27px !important;
  }
  .contain {
    flex-direction: column;
  }

  .ti {
    display: none;
  }

  .co1 {
    padding: 10px;
  }

  .ui {
    margin-top: 10px;
  }

  .conts {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .allheadsa {
    font-size: 10px !important;
  }
  .kids1 {
    display: none;
  }
  .col11 {
    justify-content: center;
  }

  .sch2 {
    width: 100%;
  }
  .mor {
    margin: 0 auto;
    align-items: center;
  }
  .plan {
  }
}
@media (max-width: 511px) {
  .legal2 {
    height: 100vh;
  }
  .para4 {
    font-size: medium;
  }
}

@media (max-width: 586px) {
  .info08 {
    /* width: 70%; */
  }
  .text-1 p {
    /* width: 50%; */
  }
}

@media (max-width: 800px) {
  .text-1 p {
    /* width: 90%; */
  }
}

@media (max-width: 800px) {
  .authername {
    margin-top: -100px;
  }
  .containers2 {
    flex-direction: column;
    height: auto;
    margin: 0 auto;
  }
  .arrowso {
    display: none;
  }

  .conts h3 {
    font-size: 25px;
  }

  h3 {
    font-size: 25px;
  }
}

@media (max-width: 703px) {
  .info1 {
    width: 100%;
    display: none;
  }

  .im {
    width: 100%;
  }

  .ol {
    width: 100%;
  }
  .age {
    min-width: none;
  }

  .jk {
    width: 70%;
    margin: 0 auto;
  }
  .containers {
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
  }

  .containers h3 {
    top: 10px;
  }

  .data1 h3 {
    font-size: 19px;
  }
  .text-bottom h1 {
    font-size: 27px;
  }

  .text-bottom p {
    font-size: 20px;
  }
}

@media (max-width: 851px) {
  .legal {
    height: 100%;
  }

  .yya {
    font-size: 20px;
  }
}

@media (max-width: 888px) {
  .textp p {
    font-size: 15px;
  }
}
@media (max-width: 983px) {
  .prison {
    width: 80%;
  }

  .dis {
    width: 100%;
  }
  .kids33 {
    width: 350px;
  }

  .kd1 {
    width: 100px;
  }
  .kd7 {
    width: 50px;
  }
  /* .plan1 {
    width: 100%;
  } */

  /* .containers {
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
  }

  .containers h3 {
    top: 10px;
  } */
}

@media (max-width: 961px) {
  .col11 h4 {
    font-size: medium;
  }
  .col11 h3 {
    font-size: medium;
    margin-right: medium;
  }
}

@media (max-width: 1969px) {
  #mob {
    min-height: 100vh !important;
  }
}

@media (max-width: 1055px) {
  .container-images {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .row1 {
    width: auto;
  }

  .pic22 {
    width: 100%;
  }
}

@media (max-width: 1204px) {
  .legal3 {
    height: 100%;
    font-size: 17px;
  }

  .legal3 h3 {
    background-color: rgba(83, 9, 9, 0);
    width: 100%;
    font-size: 25px;
    color: rgb(240, 238, 238);
    font-weight: bolder;
  }
}

@media (max-width: 1206px) {
  .container-paper {
    width: 100%;
  }

  .container1 {
    flex-direction: column;
  }
}
@media (max-width: 1210px) {
  .text-bottom h1 {
    width: 100%;
  }
}

@media (max-width: 1249px) {
  .paperimage {
    height: 700px;
    width: auto;
  }
}

@media (max-width: 1506px) {
  .img2 {
    width: 100%;
    /* text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; */
  }

  .hap,
  .hap2,
  .hap3,
  .hap4,
  .hap6 {
    display: none;
  }

  .data1 h3 {
    position: absolute;
    bottom: 30px;
    margin-right: 40px;
  }
}

@media (max-width: 448px) {
  .data1 h3 {
    font-size: 16px;
  }
}

@media (max-width: 1162px) {
  .col-4,
  .col-5,
  .col-6 {
    height: auto;
  }
}

@media (max-width: 1162px) {
  .col-4,
  .col-5,
  .col-6 {
    height: auto;
  }
}

@media (max-width: 1314px) {
  .kid2 {
    display: none;
  }
}

@media (max-width: 843px) {
  .kid1 {
    width: 60%;
  }
}

@media (max-width: 937px) {
  .container-s {
    flex-direction: column;
    width: 100% !important;
  }
  .col-4,
  .col-5,
  .col-6 {
    width: 100% !important;
  }
  .col-6 {
    max-width: 100%;
  }

  .col-5 {
    max-width: 100%;
  }

  .col-4 {
    max-width: 100%;
  }
}
