@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

div,
button,
label,
input,
select,
a {
  outline: unset !important;
}

p {
  margin-bottom: unset;
}

a {
  text-decoration: none !important;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

iframe,
.fullscreen-video-wrap {
  line-height: 0;
}

@font-face {
  font-family: Watan-Regular;
  src: url("../fonts/watan/Watan-Regular.ttf");
  src: local("Watan-Regular"), url("../fonts/watan/Watan-Regular.ttf") format("truetype");
}
#learning-footer {
  width: 100%;
  height: 57px;
  background-color: #2a2929;
  padding: 22px 0;
}
@media (max-width: 575.98px) {
  #learning-footer {
    height: auto;
  }
}

.learn-footer-logo img {
  margin: 0 auto;
  display: block;
}

.learning-copyright {
  text-align: center;
}

.learning-copyright h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .learning-copyright h3 {
    font-size: 11px;
  }
}

.learning-copyright h3 span {
  color: #eb7020;
}

.work-team h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .work-team h3 {
    font-size: 12px;
  }
}

.modal-backdrop.show {
  z-index: 9;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.modal-content {
  background-color: #f4f4f4;
  margin: 13% auto;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}
@media (max-width: 575.98px) {
  .modal-content {
    width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-content {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-content {
    width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .modal-content {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .modal-content {
    width: 75%;
  }
}
@media (min-width: 1921px) {
  .modal-content {
    width: 50%;
  }
}

.modal-footer h3,
.modal-header h2 {
  margin: 0;
}

.modal-header {
  padding: 15px;
  color: #fff;
  text-align: center;
}

.modal-header h2 {
  display: inline-block;
  padding: 0 30px;
  font-size: 48px;
  color: #2c2c2c;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .modal-header h2 {
    padding: 0 3px;
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-header h2 {
    font-size: 35px;
  }
}

.modal-header img {
  margin: 30px auto;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .modal-header img {
    width: 22%;
    margin: 16px auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-header img {
    margin: 22px auto;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-header img {
    width: 24%;
  }
}

.modal-body {
  padding: 10px 20px;
}
.modal-body .first-team {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .modal-body .first-team {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .first-team {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575.98px) {
  .modal-body .first-team .team:nth-child(5) {
    position: relative;
    right: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-body .first-team .team:nth-child(5) {
    position: relative;
    right: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .first-team .team:nth-child(5) {
    position: relative;
    right: 150px;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .modal-body .first-team .team:nth-child(3), .modal-body .first-team .team:nth-child(4), .modal-body .first-team .team:nth-child(5) {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .first-team .team:nth-child(3), .modal-body .first-team .team:nth-child(4), .modal-body .first-team .team:nth-child(5) {
    margin-top: 12px;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px) {
  .modal-body .secound-team .team:nth-child(3), .modal-body .secound-team .team:nth-child(4) {
    margin-top: 12px;
  }
}

.closeBtn {
  color: #f1750b !important;
  float: right;
  font-size: 31px;
  font-weight: 700;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 37px;
  position: relative;
  top: -30px;
  border: 2px solid #333;
  left: 25px;
}

.closeBtn:focus,
.closeBtn:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.secound-team,
.team {
  line-height: 30px;
  margin: 0 auto;
}

.secound-team h4,
.team h3 {
  color: #f1760c;
  font-size: 24px;
  text-align: center;
}

.secound-team h4,
.team h4 {
  font-size: 24px;
  color: #2c2c2c;
  text-align: center;
  font-family: "Watan-Regular", sans-serif;
  margin-top: 6px;
  font-weight: bold;
}

.secound-team {
  padding: 30px 0;
}

#main-section {
  background-image: url(../image/background/1.jpg);
  background-size: cover;
  height: 100vh;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #main-section {
    height: auto;
    padding: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-section {
    padding: 12px 0;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #main-section {
    height: auto;
    padding: 50px 0;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  #main-section {
    height: auto !important;
  }
}
#main-section .title h1 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 29%;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #main-section .title h1 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #main-section .title h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-section .title h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #main-section .title h1 {
    font-size: 35px;
  }
}
#main-section .title img {
  width: 100%;
}
#main-section .scroll-down {
  border: 3px solid #ffcc00;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  #main-section .scroll-down {
    display: none;
  }
}
#main-section .scroll-down i {
  font-size: 25px;
  color: #ffcc00;
  text-align: center;
  display: block;
  line-height: 25px;
  animation: jump 1.5s infinite ease;
  position: relative;
}
@media (max-width: 575.98px) {
  #main-section .scroll-down i {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #main-section .scroll-down i {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-section .scroll-down i {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #main-section .scroll-down i {
    font-size: 20px;
  }
}

#blood-container {
  position: absolute;
  width: 100%;
  height: 100vh;
}
#blood-container .blood {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#blood-container .blood div {
  position: absolute;
  display: block;
  filter: brightness(60%);
}
#blood-container .blood div img {
  max-width: 25px;
}
#blood-container .blood div:nth-child(1) {
  left: 2%;
  animation: animate 2s linear infinite;
  animation-delay: -5s;
}
#blood-container .blood div:nth-child(2) {
  left: 5%;
  animation: animate 2.2s linear infinite;
  animation-delay: -3s;
}
#blood-container .blood div:nth-child(3) {
  left: 21%;
  animation: animate 2.4s linear infinite;
  animation-delay: -2s;
}
#blood-container .blood div:nth-child(4) {
  left: 13%;
  animation: animate 2.6s linear infinite;
  animation-delay: -1s;
}
#blood-container .blood div:nth-child(5) {
  left: 45%;
  animation: animate 2.7s linear infinite;
  animation-delay: -3s;
}
#blood-container .blood div:nth-child(6) {
  left: 92%;
  animation: animate 2.9s linear infinite;
  animation-delay: -4s;
}
#blood-container .blood div:nth-child(7) {
  left: 9%;
  animation: animate 2.3s linear infinite;
  animation-delay: -2s;
}
#blood-container .blood div:nth-child(8) {
  left: 19%;
  animation: animate 2.2s linear infinite;
  animation-delay: -5s;
}
#blood-container .blood div:nth-child(9) {
  left: 29%;
  animation: animate 2.4s linear infinite;
}
#blood-container .blood div:nth-child(10) {
  left: 39%;
  animation: animate 2.6s linear infinite;
}
#blood-container .blood div:nth-child(11) {
  left: 49%;
  animation: animate 1.4s linear infinite;
  animation-delay: -3s;
}
#blood-container .blood div:nth-child(12) {
  left: 52%;
  animation: animate 2.7s linear infinite;
}
#blood-container .blood div:nth-child(13) {
  left: 69%;
  animation: animate 2.5s linear infinite;
  animation-delay: -3s;
}
#blood-container .blood div:nth-child(14) {
  left: 79%;
  animation: animate 2.8s linear infinite;
}
#blood-container .blood div:nth-child(15) {
  left: 89%;
  animation: animate 2.1s linear infinite;
  animation-delay: -1s;
}
#blood-container .blood div:nth-child(16) {
  left: 72%;
  animation: animate 2.3s linear infinite;
}
#blood-container .blood div:nth-child(17) {
  left: 82%;
  animation: animate 2s linear infinite;
}
#blood-container .blood div:nth-child(18) {
  left: 62%;
  animation: animate 2.6s linear infinite;
  animation-delay: -4s;
}

@keyframes animate {
  0% {
    top: -10%;
  }
  100% {
    top: 110%;
  }
}
#second-drop {
  transform: scale(2.5);
}

#nested-section {
  background-image: url(../image/background/3.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 100px 0;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #nested-section {
    padding: 0 0;
    background-position: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nested-section {
    background-position: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #nested-section {
    background-position: 70% 0;
    padding: 0;
  }
}
#nested-section .articles {
  padding-left: 180px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #nested-section .articles {
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 24px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nested-section .articles {
    padding: 24px 12px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #nested-section .articles {
    padding: 50px 12px;
  }
}
#nested-section .articles p {
  font-family: "Watan-Regular", sans-serif;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  #nested-section .articles p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nested-section .articles p {
    font-size: 18px;
    margin-top: 12px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nested-section .articles p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #nested-section .articles p {
    font-size: 18px;
    margin-top: 12px;
    line-height: 28px;
  }
}
#nested-section .articles p:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #nested-section .col-lg-8 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nested-section .col-lg-8 {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #nested-section .col-lg-8 {
    padding-left: 0;
  }
}

#fire-area {
  background-image: url(../image/background/12.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 100px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #fire-area {
    padding-bottom: 40px;
  }
}
#fire-area .fire-container > img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #fire-area .fire-container > img {
    width: 81%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #fire-area .fire-container > img {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #fire-area .fire-container > img {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #fire-area .fire-container > img {
    width: 45%;
  }
}
#fire-area .fire-container h6 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #fire-area .fire-container h6 {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #fire-area .fire-container h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #fire-area .fire-container h6 {
    font-size: 20px;
  }
}
#fire-area .fire-container .fire-area-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fire-area .fire-container .fire-area-title img {
  width: 3%;
}
@media (max-width: 575.98px) {
  #fire-area .fire-container .fire-area-title img {
    width: 5%;
  }
}
#fire-area .fire-container .fire-area-title h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 65px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 0 12px;
}
@media (max-width: 575.98px) {
  #fire-area .fire-container .fire-area-title h3 {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #fire-area .fire-container .fire-area-title h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #fire-area .fire-container .fire-area-title h3 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #fire-area .fire-container .fire-area-title h3 {
    font-size: 50px;
  }
}
#fire-area .fire-content {
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  #fire-area .fire-content {
    margin-top: 24px;
  }
}
#fire-area .fire-content h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 35px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #fire-area .fire-content h3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #fire-area .fire-content h3 {
    font-size: 28px;
  }
}
#fire-area .fire-content img:nth-child(2) {
  margin: 24px auto auto auto;
  display: block;
}
@media (max-width: 575.98px) {
  #fire-area .fire-content img:nth-child(2) {
    width: 8%;
  }
}
#fire-area .fire-content img:nth-child(3) {
  margin: 24px auto auto auto;
  width: 70%;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #fire-area .fire-content img:nth-child(3) {
    display: block;
    width: 50%;
  }
}
#fire-area .secound-fire {
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  #fire-area .secound-fire {
    margin-top: 24px;
  }
}
#fire-area .secound-fire img:nth-of-type(2) {
  width: 60%;
  margin: 24px auto auto auto;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #fire-area .secound-fire img:nth-of-type(2) {
    width: 50%;
  }
}

#return-area {
  background-image: url(../image/background/13.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  #return-area {
    padding: 20px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #return-area {
    padding: 24px 0;
    height: 365px;
    background-color: #225972;
    background-image: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #return-area {
    height: 690px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #return-area {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #return-area {
    padding: 50px 0;
  }
}
#return-area .return-area-sub h6 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #return-area .return-area-sub h6 {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #return-area .return-area-sub h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #return-area .return-area-sub h6 {
    font-size: 20px;
  }
}
#return-area .return-area-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#return-area .return-area-title i {
  font-size: 50px;
  color: #7dd1f5;
}
@media (max-width: 575.98px) {
  #return-area .return-area-title i {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #return-area .return-area-title i {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #return-area .return-area-title i {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #return-area .return-area-title i {
    font-size: 40px;
  }
}
#return-area .return-area-title h2 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 55px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 24px;
}
@media (max-width: 575.98px) {
  #return-area .return-area-title h2 {
    font-size: 25px;
    margin: 0 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #return-area .return-area-title h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #return-area .return-area-title h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #return-area .return-area-title h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px), (min-width: 768px) and (max-width: 991.98px) {
  #return-area .location-area1 {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #return-area .location-area2 {
    display: none;
  }
}
#return-area .location-area {
  margin-top: 100px;
  height: 100vh;
  background-repeat: no-repeat;
  margin: 50px 0 100px 0;
}
@media (max-width: 575.98px) {
  #return-area .location-area {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  #return-area .location-area {
    right: 0;
    height: auto;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #return-area .location-area {
    right: 0;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #return-area .location-area {
    right: 0;
    height: auto;
    margin-top: 50px;
  }
}

#shock-numbers {
  background-image: url(../image/background/4.png);
  background-size: cover;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #shock-numbers {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #shock-numbers {
    padding-bottom: 50px;
  }
}
#shock-numbers .shock-title {
  margin: 35px auto auto auto;
}
#shock-numbers .shock-title span:nth-of-type(1), #shock-numbers .shock-title span:last-of-type {
  border-bottom: 5px solid #2a2634;
  width: 615px;
  display: block;
}
@media (max-width: 575.98px) {
  #shock-numbers .shock-title span:nth-of-type(1), #shock-numbers .shock-title span:last-of-type {
    width: 190px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #shock-numbers .shock-title span:nth-of-type(1), #shock-numbers .shock-title span:last-of-type {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #shock-numbers .shock-title span:nth-of-type(1), #shock-numbers .shock-title span:last-of-type {
    width: 380px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #shock-numbers .shock-title span:nth-of-type(1), #shock-numbers .shock-title span:last-of-type {
    width: 430px;
  }
}
#shock-numbers .shock-title h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 80px;
  color: #992e24;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}
@media (max-width: 575.98px) {
  #shock-numbers .shock-title h3 {
    font-size: 25px;
    padding: 6px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #shock-numbers .shock-title h3 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #shock-numbers .shock-title h3 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #shock-numbers .shock-title h3 {
    font-size: 50px;
  }
}
#shock-numbers .shock-title h3 span {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #2a2634 !important;
  border-bottom: unset !important;
  margin: 0 24px;
}
@media (max-width: 575.98px) {
  #shock-numbers .shock-title h3 span {
    width: 10px !important;
    height: 10px !important;
    margin: 0 12px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #shock-numbers .shock-title h3 span {
    width: 15px !important;
    height: 15px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #shock-numbers .shock-image {
    margin-top: 12px;
  }
}
#shock-numbers .shock-content {
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #shock-numbers .shock-content {
    margin-top: 12px;
  }
}
#shock-numbers .shock-content h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  width: 95%;
}
@media (max-width: 575.98px) {
  #shock-numbers .shock-content h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #shock-numbers .shock-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #shock-numbers .shock-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #shock-numbers .shock-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
#shock-numbers .shock-1 img {
  max-width: 60%;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #shock-numbers .shock-1 img {
    max-width: 40%;
    margin: 0 auto;
    display: block;
  }
}
#shock-numbers .shock-1 h3 {
  color: #992e24;
}
#shock-numbers .shock-2 img {
  max-width: 73%;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #shock-numbers .shock-2 img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}
#shock-numbers .shock-2 h3 {
  color: #2a2634;
}
#shock-numbers .shock-3 img {
  max-width: 65%;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #shock-numbers .shock-3 img {
    max-width: 40%;
    margin: 0 auto;
    display: block;
  }
}
#shock-numbers .shock-3 h3 {
  color: #361102;
}
#shock-numbers .shock-4 img {
  max-width: 67%;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #shock-numbers .shock-4 img {
    max-width: 40%;
    margin: 0 auto;
    display: block;
  }
}
#shock-numbers .shock-4 h3 {
  color: #992e24;
}
#shock-numbers .first-shock {
  margin-top: 40px;
}
#shock-numbers .secound-shock {
  margin-top: 24px;
}

#budget {
  background-image: url(../image/background/5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 40px;
}
@media (max-width: 575.98px) {
  #budget {
    padding: 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget {
    padding: 40px 12px;
  }
}
#budget .section-title {
  text-align: center;
}
#budget .section-title span {
  display: inline-block;
}
#budget .section-title span:nth-of-type(1) {
  width: 240px;
  border-bottom: 5px solid #c5710e;
}
@media (max-width: 575.98px) {
  #budget .section-title span:nth-of-type(1) {
    width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #budget .section-title span:nth-of-type(1) {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .section-title span:nth-of-type(1) {
    width: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .section-title span:nth-of-type(1) {
    width: 150px;
  }
}
#budget .section-title span:nth-of-type(2) {
  width: 240px;
  border-bottom: 5px solid #c5710e;
}
@media (max-width: 575.98px) {
  #budget .section-title span:nth-of-type(2) {
    width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #budget .section-title span:nth-of-type(2) {
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .section-title span:nth-of-type(2) {
    width: 125px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .section-title span:nth-of-type(2) {
    width: 150px;
  }
}
#budget .section-title h2 {
  display: inline-block;
  font-family: "Watan-Regular", sans-serif;
  font-size: 80px;
  color: #992e24;
  font-weight: bold;
  text-align: center;
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  #budget .section-title h2 {
    font-size: 25px;
    margin: 0 6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #budget .section-title h2 {
    font-size: 35px;
    margin: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .section-title h2 {
    font-size: 45px;
    margin: 0 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .section-title h2 {
    font-size: 50px;
  }
}
#budget .budget-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  #budget .budget-number {
    margin-top: 24px;
  }
}
#budget .budget-number h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 100px;
  color: #c5710e;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #budget .budget-number h3 {
    font-size: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #budget .budget-number h3 {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .budget-number h3 {
    font-size: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .budget-number h3 {
    font-size: 85px;
  }
}
#budget .budget-number h4 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 49px;
  color: #361102;
  font-weight: bold;
  margin-right: 24px;
}
@media (max-width: 575.98px) {
  #budget .budget-number h4 {
    font-size: 20px;
    margin-right: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #budget .budget-number h4 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .budget-number h4 {
    font-size: 40px;
  }
}
#budget .budget-title {
  background-color: #992e24;
  padding: 12px 0;
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .budget-title {
    padding: 8px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .budget-title {
    padding: 6px 0;
  }
}
#budget .budget-title h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 36px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #budget .budget-title h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .budget-title h3 {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .budget-title h3 {
    font-size: 30px;
  }
}
#budget .first-container {
  margin-top: 50px;
}
#budget .first-container .row .col-md-4 .row .col-12:nth-of-type(2) .budget-article {
  margin-top: 75px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #budget .first-container .row .col-md-4 .row .col-12:nth-of-type(2) .budget-article {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .first-container .row .col-md-4 .row .col-12:nth-of-type(2) .budget-article {
    font-size: 70px;
    margin-top: 17px;
  }
}
#budget .first-container .budget-article h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 85px;
  color: #992e24;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #budget .first-container .budget-article h3 {
    font-size: 40px;
    margin-top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #budget .first-container .budget-article h3 {
    font-size: 50px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .first-container .budget-article h3 {
    font-size: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .first-container .budget-article h3 {
    font-size: 70px;
  }
}
#budget .first-container .budget-article h4 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 30px;
  color: #361102;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 575.98px) {
  #budget .first-container .budget-article h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #budget .first-container .budget-article h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .first-container .budget-article h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .first-container .budget-article h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
#budget .second-container {
  margin-top: 100px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #budget .second-container {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .second-container {
    margin-top: 50px;
  }
}
#budget .second-container .row .col-md-4 .row .col-12:nth-of-type(1) .budget-article {
  margin-top: 35px;
}
#budget .second-container .row .col-md-4 .row .col-12:nth-of-type(2) .budget-article {
  margin-top: 42%;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #budget .second-container .row .col-md-4 .row .col-12:nth-of-type(2) .budget-article {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .second-container .row .col-md-4 .row .col-12:nth-of-type(2) .budget-article {
    margin-top: 24px;
  }
}
#budget .second-container .budget-article h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 85px;
  color: #992e24;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .second-container .budget-article h3 {
    font-size: 55px;
  }
}
#budget .second-container .budget-article h4 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 30px;
  color: #361102;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 575.98px) {
  #budget .second-container .budget-article h4 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #budget .second-container .budget-article h4 {
    font-size: 20px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #budget .second-container .budget-article h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #budget .second-container .budget-article h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #budget .budget-image img {
    width: 55% !important;
    margin: 24px auto;
    display: block;
  }
}

#operation {
  background-image: url(../image/background/6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #operation {
    padding: 24px 0 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #operation {
    padding: 40px 0;
  }
}
#operation .operation-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#operation .operation-title span {
  display: block;
  border-bottom: 8px solid #cfb264;
  width: 80px;
}
@media (max-width: 575.98px) {
  #operation .operation-title span {
    width: 40px;
    border-bottom: 4px solid #cfb264;
  }
}
#operation .operation-title h2 {
  margin: 0 35px;
  display: inline-block;
  font-family: "Watan-Regular", sans-serif;
  font-size: 80px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 35px;
}
@media (max-width: 575.98px) {
  #operation .operation-title h2 {
    font-size: 25px;
    margin: 0 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #operation .operation-title h2 {
    font-size: 35px;
    margin: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #operation .operation-title h2 {
    font-size: 50px;
    margin: 0 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #operation .operation-title h2 {
    font-size: 50px;
  }
}
#operation .operation-content {
  margin: 100px 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  #operation .operation-content {
    margin: 24px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #operation .operation-content {
    margin: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #operation .operation-content {
    margin: 35px 0;
  }
}
#operation .operation-content h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 150px;
  color: #cfb264;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #operation .operation-content h3 {
    font-size: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #operation .operation-content h3 {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #operation .operation-content h3 {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #operation .operation-content h3 {
    font-size: 100px;
  }
}
#operation .operation-content h4 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 49px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 24px;
  position: relative;
}
@media (max-width: 575.98px) {
  #operation .operation-content h4 {
    font-size: 20px;
    margin-top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #operation .operation-content h4 {
    margin-top: 0;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #operation .operation-content h4 {
    font-size: 24px;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #operation .operation-content h4 {
    font-size: 30px;
    margin-top: 12px;
    position: relative;
  }
}
#operation .operation-background h3:after {
  content: url(../image/icon/5.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 39%;
  right: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  #operation .operation-background h3:after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #operation .operation-background h3:after {
    width: 30%;
    overflow: hidden;
    top: 28%;
    right: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #operation .operation-background h3:after {
    width: 80%;
    overflow: hidden;
    top: 30%;
  }
}
@media (max-width: 575.98px) {
  #operation .operation-image img {
    width: 50% !important;
    margin: 0 auto auto auto;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #operation .operation-image img {
    width: 50% !important;
    margin: 35px auto auto auto;
    display: block;
  }
}

#foreign-terrorists {
  background-image: url(../image/background/7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #foreign-terrorists .main-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#foreign-terrorists .main-icon-container {
  align-items: center;
}
#foreign-terrorists .foreign-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .foreign-title {
    padding: 60px 0;
  }
}
#foreign-terrorists .foreign-title::before {
  content: "";
  background-image: url(../image/icon/6.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 420px;
  height: 80px;
  position: absolute;
  right: 0;
  left: 0;
  top: 35px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .foreign-title::before {
    width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .foreign-title::before {
    height: 68px;
    top: 42px;
  }
}
#foreign-terrorists .foreign-title::after {
  content: "";
  background-image: url(../image/icon/7.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 420px;
  height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .foreign-title::after {
    width: 70%;
    bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .foreign-title::after {
    width: 330px;
    height: 68px;
    bottom: 40px;
  }
}
#foreign-terrorists .foreign-title h2 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .foreign-title h2 {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .foreign-title h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foreign-terrorists .foreign-title h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foreign-terrorists .foreign-title h2 {
    font-size: 40px;
  }
}
#foreign-terrorists .foreign-right-side {
  margin-top: 12px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #foreign-terrorists .foreign-right-side {
    display: flex;
  }
}
#foreign-terrorists .foreign-right-side img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .foreign-right-side img {
    width: 70% !important;
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#foreign-terrorists .foreign-right-side h3 {
  font-family: "Watan-Regular", sans-serif;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
#foreign-terrorists .foreign-right-side h3:nth-child(1) {
  font-size: 140px;
  line-height: 110px;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .foreign-right-side h3:nth-child(1) {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .foreign-right-side h3:nth-child(1) {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foreign-terrorists .foreign-right-side h3:nth-child(1) {
    font-size: 85px;
    line-height: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foreign-terrorists .foreign-right-side h3:nth-child(1) {
    font-size: 120px;
  }
}
#foreign-terrorists .foreign-right-side h3:nth-child(2) {
  font-size: 30px;
  margin-top: 3px;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .foreign-right-side h3:nth-child(2) {
    font-size: 24px;
    margin-top: 12px;
    margin-right: 6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .foreign-right-side h3:nth-child(2) {
    font-size: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #foreign-terrorists .foreign-right-side.new-icon {
    display: none;
  }
}
@media (max-width: 575.98px) {
  #foreign-terrorists .foreign-left-side {
    margin-top: 30px;
  }
}
#foreign-terrorists .foreign-left-side h3 {
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
}
#foreign-terrorists .foreign-left-side h3:nth-child(1) {
  font-size: 100px;
  color: #FFFFFF;
  line-height: 62px;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .foreign-left-side h3:nth-child(1) {
    font-size: 65px;
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .foreign-left-side h3:nth-child(1) {
    font-size: 100px;
    line-height: 60px;
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foreign-terrorists .foreign-left-side h3:nth-child(1) {
    font-size: 60px;
    line-height: 35px;
  }
}
#foreign-terrorists .foreign-left-side h3:nth-child(2) {
  font-size: 26px;
  color: #000000;
  background-color: #FFFFFF;
  padding: 6px 0;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .foreign-left-side h3:nth-child(2) {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foreign-terrorists .foreign-left-side h3:nth-child(2) {
    font-size: 19px;
  }
}
#foreign-terrorists .terrorism-icon {
  margin-top: 48px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foreign-terrorists .terrorism-icon {
    margin-top: 30px;
  }
}
#foreign-terrorists .terrorism-icon img {
  max-width: 55%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .terrorism-icon img {
    max-width: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foreign-terrorists .terrorism-icon img {
    max-width: 40%;
  }
}
#foreign-terrorists .last-terrorism-icon img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .last-terrorism-icon img {
    max-width: 15%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .last-terrorism-icon img {
    max-width: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foreign-terrorists .last-terrorism-icon img {
    max-width: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foreign-terrorists .last-terrorism-icon img {
    max-width: 16%;
  }
}
#foreign-terrorists .terrorism-numbers h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 65px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .terrorism-numbers h3 {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .terrorism-numbers h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foreign-terrorists .terrorism-numbers h3 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foreign-terrorists .terrorism-numbers h3 {
    font-size: 50px;
  }
}
#foreign-terrorists .last-terrorism-numbers h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 65px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #foreign-terrorists .last-terrorism-numbers h3 {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foreign-terrorists .last-terrorism-numbers h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foreign-terrorists .last-terrorism-numbers h3 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foreign-terrorists .last-terrorism-numbers h3 {
    font-size: 50px;
  }
}

#nationality {
  background-image: url(../image/background/8.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 24px 0 100px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nationality {
    padding: 24px 0 40px 0;
  }
}
#nationality .nationality-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#nationality .nationality-title h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 24px;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  #nationality .nationality-title h3 {
    font-size: 30px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nationality .nationality-title h3 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nationality .nationality-title h3 {
    font-size: 35px;
  }
}
#nationality .nationality-title .nationality-icon {
  position: relative;
}
#nationality .nationality-title .nationality-icon img {
  width: 85%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nationality .nationality-title .nationality-icon img {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nationality .nationality-title .nationality-icon img {
    width: 60%;
  }
}
#nationality .nationality-title .nationality-icon div {
  width: 25.5px;
  height: 25.5px;
  background: #FFFFFF;
  position: absolute;
  right: 63px;
  margin-top: 12px;
  bottom: -42px;
  animation-duration: 2s;
}
@media (max-width: 575.98px) {
  #nationality .nationality-title .nationality-icon div {
    width: 13px;
    height: 13px;
    bottom: -24px;
    margin-top: 0;
    right: 33px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nationality .nationality-title .nationality-icon div {
    width: 18px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    right: 45px;
    margin-top: 12px;
    bottom: -24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nationality .nationality-title .nationality-icon div {
    width: 18px;
    height: 20px;
    bottom: -30px;
    right: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #nationality .nationality-title .nationality-icon div {
    width: 25px;
    height: 25px;
    bottom: -42px;
    right: 63.5px;
  }
}
#nationality .area-numbers h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 75px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  #nationality .area-numbers h3 {
    font-size: 30px;
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nationality .area-numbers h3 {
    font-size: 35px;
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nationality .area-numbers h3 {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #nationality .area-numbers h3 {
    font-size: 65px;
  }
}
#nationality .area-numbers h3 span {
  font-size: 40px;
}
@media (max-width: 575.98px) {
  #nationality .area-numbers h3 span {
    font-size: 20px;
  }
}
#nationality .area-numbers img {
  margin: 24px auto auto auto;
  display: block;
}
@media (max-width: 575.98px) {
  #nationality .area-numbers img {
    width: 8%;
    margin: 12px auto auto auto;
  }
}
#nationality .area-image {
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  #nationality .area-image {
    margin-top: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nationality .area-image {
    margin-top: 30px;
  }
}
#nationality .area-image img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px) {
  #nationality .area-image img {
    width: 55%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nationality .area-image img {
    width: 35%;
  }
}
#nationality .area-image h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  #nationality .area-image h3 {
    font-size: 18px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nationality .area-image h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
#nationality .last-area img {
  width: 40%;
}
#nationality .area-container {
  margin-top: 110px;
}
@media (max-width: 575.98px) {
  #nationality .area-container {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #nationality .area-container {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #nationality .area-container {
    margin-top: 80px;
  }
}

#coming-back {
  background-image: url(../image/background/9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 0;
}
#coming-back .coming-back-title {
  position: absolute;
}
@media (max-width: 575.98px) {
  #coming-back .coming-back-title {
    right: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #coming-back .coming-back-title {
    right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #coming-back .coming-back-title {
    right: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #coming-back .coming-back-title {
    right: 50px;
  }
}
#coming-back .coming-back-title img {
  width: 65%;
}
@media (max-width: 575.98px) {
  #coming-back .coming-back-title img {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #coming-back .coming-back-title img {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #coming-back .coming-back-title img {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #coming-back .coming-back-title img {
    width: 55%;
  }
}
#coming-back .coming-back-title h3 {
  position: absolute;
  z-index: 1;
  font-family: "Watan-Regular", sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 0 auto;
  text-align: center;
  display: block;
  top: 50%;
  transform: translate(-28%, -50%) rotate(17deg);
}
@media (max-width: 575.98px) {
  #coming-back .coming-back-title h3 {
    font-size: 30px;
    transform: translate(-30%, -50%) rotate(17deg);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #coming-back .coming-back-title h3 {
    font-size: 43px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #coming-back .coming-back-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #coming-back .coming-back-title h3 {
    font-size: 52px;
    transform: translate(-26%, -50%) rotate(17deg);
  }
}
#coming-back .main-coming-back {
  margin-top: 100px;
}
@media (max-width: 575.98px) {
  #coming-back .main-coming-back {
    margin-top: 200px;
  }
}
#coming-back .main-coming-back img {
  position: relative;
  right: -120px;
}
@media (max-width: 575.98px) {
  #coming-back .main-coming-back img {
    width: 75%;
    right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #coming-back .main-coming-back img {
    right: 0;
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #coming-back .main-coming-back img {
    width: 30%;
    right: -60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #coming-back .main-coming-back img {
    width: 30%;
  }
}
#coming-back .coming-back-data {
  margin-right: auto;
  width: 97%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 575.98px) {
  #coming-back .coming-back-data {
    width: 100%;
    right: 0;
    left: 0;
  }
}
#coming-back .coming-back-data h3:nth-child(1) {
  font-family: "Watan-Regular", sans-serif;
  font-size: 232px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 144px;
  text-align: left;
  width: 55%;
}
@media (max-width: 575.98px) {
  #coming-back .coming-back-data h3:nth-child(1) {
    width: 100%;
    font-size: 90px;
    line-height: 55px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #coming-back .coming-back-data h3:nth-child(1) {
    font-size: 100px;
    width: 45%;
    line-height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #coming-back .coming-back-data h3:nth-child(1) {
    width: 57%;
    font-size: 125px;
    line-height: 77px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #coming-back .coming-back-data h3:nth-child(1) {
    font-size: 150px;
    line-height: 90px;
  }
}
#coming-back .coming-back-data h3:nth-child(2) {
  background-color: #FFFFFF;
  font-family: "Watan-Regular", sans-serif;
  font-size: 45px;
  color: #992e24;
  font-weight: bold;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  #coming-back .coming-back-data h3:nth-child(2) {
    padding: 0 12px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #coming-back .coming-back-data h3:nth-child(2) {
    height: 45px;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #coming-back .coming-back-data h3:nth-child(2) {
    font-size: 30px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #coming-back .coming-back-data h3:nth-child(2) {
    font-size: 35px;
    height: 55px;
  }
}
#coming-back .coming-back-content {
  margin-top: 24px;
}
#coming-back .coming-back-content h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #coming-back .coming-back-content h3 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #coming-back .coming-back-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #coming-back .coming-back-content h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #coming-back .coming-back-content h3 {
    font-size: 40px;
  }
}
#coming-back .coming-back-content h3 span {
  font-family: "Watan-Regular", sans-serif;
  font-size: 120px;
  color: #FFFFFF;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #coming-back .coming-back-content h3 span {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #coming-back .coming-back-content h3 span {
    font-size: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #coming-back .coming-back-content h3 span {
    font-size: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #coming-back .coming-back-content h3 span {
    font-size: 100px;
  }
}

#timeline {
  background-image: url(../image/background/10.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
#timeline .timeline-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #timeline .timeline-title {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #timeline .timeline-title {
    margin-top: 50px;
  }
}
#timeline .timeline-title h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 70px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #timeline .timeline-title h3 {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #timeline .timeline-title h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #timeline .timeline-title h3 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #timeline .timeline-title h3 {
    font-size: 60px;
  }
}
#timeline .timeline-title img {
  width: 15%;
}
@media (max-width: 575.98px) {
  #timeline .timeline-title img {
    width: 24%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #timeline .timeline-title img {
    width: 17%;
  }
}

/******************* Timeline Demo - 8 *****************/
.main-timeline {
  overflow: hidden;
  position: relative;
  margin: 100px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-timeline {
    margin: 60px 0;
  }
}

.main-timeline:after,
.main-timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #999999;
  position: absolute;
  top: 30px;
  left: 50%;
}

.main-timeline .timeline {
  width: 50%;
  float: right;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .main-timeline .timeline {
    padding: 0 !important;
  }
}

.main-timeline .timeline-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #cb3333;
  position: absolute;
  top: 5%;
  left: -5px;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .main-timeline .timeline-icon {
    width: 22px;
    height: 22px;
    border: 2px solid #cb3333;
  }
}
.main-timeline .timeline-icon::after {
  content: "";
  background-color: #656565;
  width: 12px;
  z-index: 99999;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  right: 0;
  left: 0;
  top: 25%;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .main-timeline .timeline-icon::after {
    width: 7px;
    height: 7px;
    top: 32%;
  }
}

.timeline:nth-of-type(1) .timeline-content .time-line-title > div {
  justify-content: flex-end;
}
.timeline:nth-of-type(1) .timeline-content .time-line-title > div img {
  margin-right: 24px;
}
.timeline .time-8 {
  right: 0 !important;
  left: 67% !important;
}
.timeline:nth-of-type(1) .time-line-title img {
  margin-right: 24px;
}
.timeline:nth-of-type(1) span:nth-of-type(1) {
  transform: translate(-30%, -3px);
}
.timeline:nth-of-type(3) .time-line-title img {
  margin-right: 24px;
}
.timeline:nth-of-type(3) span:nth-of-type(1) {
  transform: translate(-20%, -3px);
}
.timeline:nth-of-type(5) .time-line-title img {
  margin-right: 24px;
}
.timeline:nth-of-type(5) span:nth-of-type(1) {
  transform: translate(23%, -3px);
}
.timeline:nth-of-type(7) .time-line-title img {
  margin-right: 24px;
}
.timeline:nth-of-type(7) span:nth-of-type(1) {
  transform: translate(-30%, -3px);
}
.timeline:nth-of-type(8) .time-line-title img {
  margin-right: 24px;
}
.timeline:nth-of-type(8) span:nth-of-type(1) {
  transform: translate(-22%, -3px) !important;
}
.timeline:nth-of-type(9) .time-line-title img {
  margin-right: 24px;
}
.timeline:nth-of-type(9) span:nth-of-type(1) {
  transform: translate(-15%, -3px) !important;
}
.timeline:nth-child(even) .time-line-title img {
  margin-left: 24px;
}
.timeline:nth-child(even) span:nth-of-type(1) {
  transform: translate(30%, -3px);
}

.main-timeline .timeline-content {
  padding: 30px 12px;
  margin: 0 30px;
  padding: 0 12px 120px 12px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline-content {
    margin: 12px !important;
  }
}
.main-timeline .timeline-content .time-line-title {
  display: flex;
  align-items: center;
  position: relative;
}
.main-timeline .timeline-content .time-line-title > div {
  display: flex;
  align-items: center;
}
.main-timeline .timeline-content .time-line-title > div img {
  width: 70%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-timeline .timeline-content .time-line-title > div img {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline-content .time-line-title > div img {
    width: 200px;
  }
}
.main-timeline .timeline-content .time-line-title > div h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 35px;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline-content .time-line-title > div h3 {
    font-size: 27px;
  }
}
.main-timeline .timeline-content .time-line-title span:nth-of-type(1) {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  display: block;
  font-family: "Watan-Regular", sans-serif;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
}

.main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  color: #504f54;
  margin: 0 0 10px;
}

.main-timeline .time-line-description {
  font-size: 14px;
  color: #7d7b7b;
  margin: 0;
  font-family: "Watan-Regular", sans-serif;
  font-size: 25px;
  color: #000000;
  font-weight: bold;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .main-timeline .time-line-description {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .time-line-description {
    margin-top: 12px;
    font-size: 18px;
  }
}

.main-timeline .timeline:nth-child(2n) {
  padding: 0 0 0 30px;
}
@media (max-width: 575.98px) {
  .main-timeline .timeline:nth-child(2n) {
    padding: 0;
  }
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
  left: auto;
  right: -5px;
}
@media (max-width: 575.98px) {
  .main-timeline .timeline:nth-child(2n) .timeline-icon {
    right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-timeline .timeline:nth-child(2n) .timeline-icon {
    right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .timeline:nth-of-type(1) span:nth-of-type(1) {
    transform: translate(0, 0);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .timeline:nth-of-type(1) span:nth-of-type(1) {
    transform: translate(0, 0);
  }
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  text-align: right;
  margin: 0 35px 0 45px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    margin: 0;
  }
}

.main-timeline .timeline:nth-child(2) {
  margin-top: 170px;
}

.main-timeline .timeline:nth-child(odd) {
  margin: -175px 0 0;
}

.main-timeline .timeline:nth-child(even) {
  margin-bottom: 80px;
}

.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .main-timeline {
    overflow: visible;
  }

  .main-timeline:before {
    top: 0;
    right: 0;
  }

  .main-timeline .timeline:nth-child(2),
.main-timeline .timeline:nth-child(even),
.main-timeline .timeline:nth-child(odd) {
    margin: 0;
  }

  .main-timeline .timeline {
    width: 100%;
    float: none;
    padding: 0 30px 0 0;
    margin-bottom: 20px !important;
  }

  .main-timeline .timeline:last-child {
    margin: 0 !important;
  }

  .main-timeline .timeline-icon {
    left: auto;
    right: -14.5px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) and (max-width: 767.98px) {
  .main-timeline .timeline-icon {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline .timeline-content {
    margin: 0 35px 0 45px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575.98px) {
  .main-timeline .timeline-content {
    margin: 0;
    padding: 0 24px 0 0 !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) and (max-width: 767.98px) {
  .main-timeline .timeline-content {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .icon-1 {
    right: -7px !important;
    top: -5px !important;
  }
}

.icon-2 {
  right: -9px !important;
  top: 35px !important;
}
@media (max-width: 575.98px) {
  .icon-2 {
    top: 20px !important;
  }
}

.icon-3 {
  left: -7px !important;
  top: 45px !important;
}
@media (max-width: 575.98px) {
  .icon-3 {
    top: 20px !important;
    right: -10px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .icon-3 {
    top: 37px !important;
    right: -5px !important;
  }
}

.icon-4 {
  right: -10px !important;
  top: 38px !important;
}
@media (max-width: 575.98px) {
  .icon-4 {
    top: 22px !important;
  }
}

.icon-5 {
  left: -20px !important;
  top: 50px !important;
}
@media (max-width: 575.98px) {
  .icon-5 {
    top: 15px !important;
    right: -7px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .icon-5 {
    right: -7px !important;
  }
}

.icon-6 {
  right: -9px !important;
  top: 35px !important;
}
@media (max-width: 575.98px) {
  .icon-6 {
    top: 20px !important;
  }
}

.icon-7 {
  top: 45px !important;
}
@media (max-width: 575.98px) {
  .icon-7 {
    top: 20px !important;
    right: 7px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .icon-7 {
    right: -7px !important;
  }
}

.icon-8 {
  right: -26px !important;
  top: 45px !important;
}
@media (max-width: 575.98px) {
  .icon-8 {
    top: 17px !important;
    right: -7px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .icon-8 {
    right: -7px !important;
  }
}

.icon-9 {
  left: -8px !important;
  top: 45px;
}
@media (max-width: 575.98px) {
  .icon-9 {
    right: -7px;
    top: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .icon-9 {
    top: 18px !important;
    right: -7px !important;
  }
}

.icon-10 {
  right: -8px !important;
  top: 40px !important;
}
@media (max-width: 575.98px) {
  .icon-10 {
    top: 20px !important;
  }
}

#egypt-efforts {
  background-image: url(../image/background/11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #egypt-efforts {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #egypt-efforts {
    padding-bottom: 24px;
  }
}
#egypt-efforts .egypt-efforts-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-title img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-title img {
    width: 9%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .egypt-efforts-title img {
    width: 9%;
  }
}
#egypt-efforts .egypt-efforts-title span {
  border-bottom: 3px solid #000000;
  width: 265px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-title span {
    width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #egypt-efforts .egypt-efforts-title span {
    width: 100px;
  }
}
#egypt-efforts .egypt-efforts-title span:nth-of-type(1) {
  margin-right: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-title span:nth-of-type(1) {
    margin-right: 6px;
  }
}
#egypt-efforts .egypt-efforts-title span:nth-of-type(2) {
  margin-left: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-title span:nth-of-type(2) {
    margin-right: 6px;
    margin-left: 6px;
  }
}
#egypt-efforts .egypt-efforts-title > div {
  position: relative;
  margin: 0 24px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-title > div {
    margin: 0 6px;
  }
}
@media (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-title > div img {
    width: 270px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-title > div img {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .egypt-efforts-title > div img {
    width: 335px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #egypt-efforts .egypt-efforts-title > div img {
    width: 350px;
  }
}
#egypt-efforts .egypt-efforts-title > div h2 {
  position: absolute;
  right: 0;
  left: 0;
  top: 5%;
  text-align: center;
  font-family: "Watan-Regular", sans-serif;
  font-size: 65px;
  color: #FFFFFF;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-title > div h2 {
    top: 20%;
  }
}
@media (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-title > div h2 {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-title > div h2 {
    font-size: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .egypt-efforts-title > div h2 {
    font-size: 40px;
    top: 9%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #egypt-efforts .egypt-efforts-title > div h2 {
    font-size: 40px;
    top: 10%;
  }
}
#egypt-efforts .egypt-efforts-content {
  margin-top: 95px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-content {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .egypt-efforts-content {
    margin-top: 40px;
  }
}
#egypt-efforts .egypt-efforts-content h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-content h3 {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-content h3 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .egypt-efforts-content h3 {
    font-size: 30px;
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #egypt-efforts .egypt-efforts-content h3 {
    font-size: 35px;
  }
}
#egypt-efforts .egypt-efforts-content p {
  font-family: "Watan-Regular", sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-content p {
    margin-top: 12px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .egypt-efforts-content p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #egypt-efforts .egypt-efforts-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
#egypt-efforts .egypt-efforts-content p:nth-of-type(1) {
  margin-top: 75px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-content p:nth-of-type(1) {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .egypt-efforts-content p:nth-of-type(1) {
    margin-top: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #egypt-efforts .egypt-efforts-content p:nth-of-type(1) {
    margin-top: 40px;
  }
}
#egypt-efforts .first-efforts {
  padding-right: 60px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #egypt-efforts .first-efforts {
    padding-right: 0;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .first-efforts {
    padding-right: 0;
  }
}
#egypt-efforts .secound-efforts {
  padding-left: 60px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #egypt-efforts .secound-efforts {
    padding-left: 0;
  }
}
#egypt-efforts .egypt-efforts-image {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  #egypt-efforts .egypt-efforts-image img {
    width: 70% !important;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #egypt-efforts .egypt-efforts-image img {
    width: 45% !important;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #egypt-efforts .egypt-efforts-image img {
    width: 40% !important;
    margin: 0 auto;
    display: block;
  }
}

#personal {
  background-color: #132e35;
  padding: 70px 0;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #personal {
    padding: 35px 0;
  }
}
#personal .personal-content h3:nth-of-type(1) {
  font-family: "Watan-Regular", sans-serif;
  font-size: 70px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #personal .personal-content h3:nth-of-type(1) {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #personal .personal-content h3:nth-of-type(1) {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #personal .personal-content h3:nth-of-type(1) {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #personal .personal-content h3:nth-of-type(1) {
    font-size: 50px;
  }
}
#personal .personal-content h3:nth-of-type(2) {
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #9e0604;
  padding: 12px 0;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  #personal .personal-content h3:nth-of-type(2) {
    line-height: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #personal .personal-content h3:nth-of-type(2) {
    font-size: 18px;
    padding: 8px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #personal .personal-content h3:nth-of-type(2) {
    width: 85%;
    margin: 12px auto auto auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #personal .personal-content h3:nth-of-type(2) {
    font-size: 18px;
  }
}
#personal .personal-content p {
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 40px;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  #personal .personal-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #personal .personal-content p {
    font-size: 18px;
    margin-top: 12px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #personal .personal-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #personal .personal-content p {
    font-size: 20px;
    line-height: 34px;
  }
}
#personal .personal-image {
  margin-top: 24px;
}

#doctor {
  background-color: #262324;
}
#doctor .doctor-content {
  margin-top: 150px;
}
@media (max-width: 575.98px) {
  #doctor .doctor-content {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #doctor .doctor-content {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #doctor .doctor-content {
    margin-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #doctor .doctor-content {
    margin-top: 75px;
  }
}
#doctor .doctor-content h3:nth-child(1) {
  font-family: "Watan-Regular", sans-serif;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 575.98px) {
  #doctor .doctor-content h3:nth-child(1) {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #doctor .doctor-content h3:nth-child(1) {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #doctor .doctor-content h3:nth-child(1) {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #doctor .doctor-content h3:nth-child(1) {
    font-size: 40px;
  }
}
#doctor .doctor-content h3:nth-child(2) {
  font-family: "Watan-Regular", sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #9e0604;
  text-align: center;
  margin: 0 auto;
  width: 65%;
  margin-top: 24px;
  padding: 6px 0;
}
@media (max-width: 575.98px) {
  #doctor .doctor-content h3:nth-child(2) {
    width: 80%;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #doctor .doctor-content h3:nth-child(2) {
    width: 40%;
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #doctor .doctor-content h3:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #doctor .doctor-content h3:nth-child(2) {
    font-size: 20px;
  }
}
#doctor .doctor-content p {
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #doctor .doctor-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #doctor .doctor-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #doctor .doctor-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
#doctor .doctor-content p:nth-child(3) {
  margin-top: 70px;
}
@media (max-width: 575.98px) {
  #doctor .doctor-content p:nth-child(3) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #doctor .doctor-content p:nth-child(3) {
    margin-top: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #doctor .doctor-content p:nth-child(3) {
    margin-top: 30px;
  }
}
#doctor .doctor-content p:nth-child(4) {
  margin-top: 24px;
}
#doctor .doctor-qute {
  margin-top: 35px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #doctor .doctor-qute {
    margin-top: 24px;
  }
}
#doctor .doctor-qute::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #9d0503;
  font-size: 50px;
}
@media (max-width: 575.98px) {
  #doctor .doctor-qute::before {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #doctor .doctor-qute::before {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #doctor .doctor-qute::before {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #doctor .doctor-qute::before {
    font-size: 35px;
  }
}
#doctor .doctor-qute::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #9d0503;
  font-size: 45px;
  text-align: left;
  display: block;
  transform: rotate(180deg);
  float: left;
}
@media (max-width: 575.98px) {
  #doctor .doctor-qute::after {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #doctor .doctor-qute::after {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #doctor .doctor-qute::after {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #doctor .doctor-qute::after {
    font-size: 35px;
  }
}
#doctor .doctor-qute p {
  font-family: "Watan-Regular", sans-serif;
  font-size: 27px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 575.98px) {
  #doctor .doctor-qute p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #doctor .doctor-qute p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #doctor .doctor-qute p {
    font-size: 22px;
    line-height: 32px;
  }
}

.area-numbers img:nth-child(2) {
  display: block;
  position: relative;
  animation: jump 1.5s infinite ease;
}

.fire-content img:nth-child(2) {
  display: block;
  position: relative;
  animation: jump 1.5s infinite ease;
}

@keyframes jump {
  from {
    top: 0px;
  }
  to {
    top: 10px;
  }
}
/* Start World Map */
path {
  fill: #9a928f;
}

.popover-content {
  color: #ff0000;
}

.popover-title {
  background: #222;
  color: #fff;
}

.popover-header {
  font-family: "Watan-Regular", sans-serif;
}

.popover-body {
  font-family: "Watan-Regular", sans-serif;
}

.popover-header {
  font-weight: bold;
  font-size: 20px;
  background-color: #e4e4e4;
}

.popover {
  max-width: 450px;
}

.popover-body h3 {
  font-size: 16px;
  font-weight: bold;
  color: #930f01;
}
.popover-body p {
  margin-top: 6px;
}
.popover-body .first-content {
  margin-top: 6px;
}
.popover-body .secound-content {
  margin-top: 12px;
}
.popover-body .third-content {
  margin-top: 12px;
}

#map {
  background-image: url(../image/background/14.jpg);
  padding: 24px 0;
}
#map .map-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#map .map-title h2 {
  position: absolute;
  top: 25%;
  right: 29%;
  font-family: "Watan-Regular", sans-serif;
  font-size: 65px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #map .map-title h2 {
    font-size: 22px;
    right: 20%;
    top: 31%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #map .map-title h2 {
    right: 20%;
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #map .map-title h2 {
    font-size: 40px;
    top: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #map .map-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  #map .map-title img {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #map .map-title img {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #map .map-title img {
    width: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #map .map-title img {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px), (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #map .d-v {
    display: none;
  }
}
#map .data-1 path {
  fill: #9a0e14;
  fill-opacity: 1;
}
#map .red-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px), (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #map .red-area {
    display: none;
  }
}
#map .red-area span {
  width: 20px;
  height: 20px;
  background-color: #9a0e14;
  display: block;
}
#map .red-area h6 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 18px;
  color: #9a0e14;
  font-weight: 20px;
  text-align: center;
  margin-right: 12px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-timeline .timeline-content .time-line-title > div h3 {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .main-timeline .timeline-content .time-line-title span:nth-of-type(1) {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline-content .time-line-title span:nth-of-type(1) {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-timeline .timeline-content .time-line-title span:nth-of-type(1) {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .timeline:nth-of-type(3) .time-line-title img {
    margin-right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline-content .time-line-title > div h3 {
    margin-right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline {
    padding-right: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .timeline:nth-child(even) .time-line-title img {
    margin-left: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline:nth-child(2n) {
    padding: 0 0 0 12px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .timeline:nth-of-type(3) span:nth-of-type(1) {
    transform: translate(0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .timeline:nth-of-type(3) span:nth-of-type(1) {
    transform: translate(-20%, -1px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-timeline .timeline-content .time-line-title > div img {
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline-content .time-line-title > div img {
    margin-right: 6px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-timeline .timeline-content .time-line-title > div h3 {
    margin-right: 6px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .spain span {
    left: -30px !important;
    top: 33px;
  }
}

@media (max-width: 575.98px) {
  .timeline:nth-of-type(1) .timeline-content .time-line-title > div {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .timeline:nth-of-type(5) .time-line-title img {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .timeline:nth-of-type(7) span:nth-of-type(1),
.timeline:nth-of-type(5) span:nth-of-type(1),
.timeline:nth-of-type(9) span:nth-of-type(1),
.timeline:nth-of-type(8) span:nth-of-type(1) {
    transform: translate(0, 0) !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .timeline:nth-of-type(7) span:nth-of-type(1),
.timeline:nth-of-type(5) span:nth-of-type(1),
.timeline:nth-of-type(9) span:nth-of-type(1),
.timeline:nth-of-type(8) span:nth-of-type(1) {
    transform: translate(0, 0) !important;
  }
}

@media (max-width: 575.98px) {
  .main-timeline .timeline-content .time-line-title > div h3 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .main-timeline .timeline-content .time-line-title > div img {
    margin-right: 12px;
  }
}

@media (max-width: 575.98px) {
  .timeline:nth-child(even) .time-line-title img {
    margin-left: 12px !important;
  }
}

@media (max-width: 575.98px) {
  .timeline:nth-of-type(1) .timeline-content .time-line-title > div img {
    margin-right: 12px;
  }
}

@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) {
  #accordion {
    display: none;
  }
}

.panel-title > a,
.panel-title > a:active {
  display: block !important;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.collapsed:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  float: right;
  transition: all 0.5s;
  font-weight: 900;
}

.collapsed:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-link:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  float: left;
  transition: all 0.5s;
  font-weight: 900;
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  position: absolute;
  left: 12px;
  display: block;
}

#accordion .flag-container {
  margin-top: 24px;
}
#accordion .flag-container .flag-border {
  border-bottom: 2px solid #c0bdbd;
  margin-top: 24px;
}
#accordion .card {
  background-color: transparent;
  border: unset;
  margin: 24px 0;
}
#accordion .flag-content h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 22px;
  color: #b1141e;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #accordion .flag-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
#accordion .flag-content p {
  font-family: "Watan-Regular", sans-serif;
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  margin-top: 8px;
}
@media (max-width: 575.98px) {
  #accordion .flag-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
#accordion .secound-flag-content {
  margin-top: 24px;
}
#accordion .third-flag-content {
  margin-top: 24px;
}
#accordion .flag-image h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 575.98px) {
  #accordion .flag-image h3 {
    font-size: 14px;
  }
}

.card-header {
  width: 200px;
  height: 40px;
  padding: 0;
  display: flex;
  background-color: #716764;
  position: relative;
  border-bottom: 2px solid #454342;
}
.card-header button {
  direction: ltr;
  display: flex;
  font-family: "Watan-Regular", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  height: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.card-header button:active, .card-header button:focus {
  color: #FFFFFF;
  text-decoration: none;
}

.card-body {
  padding: 0;
}

@media (max-width: 575.98px) {
  .time-data-1 {
    right: 60% !important;
    margin-top: -2px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .time-data-1 {
    right: 30% !important;
    margin-top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .time-data-1 {
    right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .time-data-7 {
    right: 60%;
  }
}

@media (max-width: 575.98px) {
  .time-data-9 {
    right: 30% !important;
  }
}

@media (max-width: 575.98px) {
  .time-data-5 {
    right: -50% !important;
    top: 19px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .time-data-5 {
    right: -65% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .time-data-5 {
    right: -7% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .time-data-7 {
    right: 30% !important;
    top: 27% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .time-data-3 {
    right: 19% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .icon-2-container {
    margin-right: 24px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .timeline:nth-of-type(5) .time-line-title img {
    margin-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .timeline:nth-child(even) .time-line-title img {
    margin-right: 12px;
  }
}

@media (max-width: 575.98px) {
  .time-8 {
    right: -26% !important;
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .main-timeline {
    margin: 50px 0;
  }
}

@media (max-width: 575.98px) {
  #timeline .timeline-title {
    margin-top: 35px;
  }
}

@media (max-width: 575.98px) {
  .main-timeline .timeline-icon {
    right: -7px !important;
  }
}

@media (max-width: 575.98px) {
  .icon-8 {
    right: -25% !important;
  }
}

@media (max-width: 575.98px) {
  .time-data-7 {
    right: 58% !important;
  }
}

nav {
  height: 60px;
  padding: 0 12px;
  background-color: #ffffff;
}
nav img {
  width: 80%;
}
nav ul.social-links {
  display: inline-block;
}
nav ul.social-links li {
  display: inline-block;
}
nav ul.social-links li:nth-of-type(1) {
  padding-right: 8px;
}
nav ul.social-links li i {
  color: #666666;
  border: 1px solid #666;
  border-radius: 50%;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
}
nav button {
  background-color: #ec6708 !important;
  width: 45px;
  height: 40px;
  border: 1px solid #ec6708 !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  -o-border-radius: unset !important;
  -ms-border-radius: unset !important;
  border-radius: unset !important;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  nav button {
    width: 40px;
    height: 35px;
  }
}
nav button i {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  nav button i {
    font-size: 16px;
  }
}
nav .navbar-collapse {
  background: #ffffff;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  width: 30%;
  transition: unset;
  z-index: 99;
}
@media (max-width: 575.98px) {
  nav .navbar-collapse {
    width: 80%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  nav .navbar-collapse {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  nav .navbar-collapse {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  nav .navbar-collapse {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  nav .navbar-collapse {
    width: 20%;
  }
}
nav .navbar-collapse ul {
  padding: 12px 12px;
}
nav .navbar-collapse ul li {
  text-align: right;
}

@media (max-width: 575.98px) {
  .logo {
    width: 60%;
    position: relative;
    right: 33px;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .logo {
    width: 75% !important;
    position: relative;
    right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .logo {
    display: flex;
    align-items: center;
    position: relative;
    right: 35px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .nav {
    height: 70px;
  }

  .logo {
    width: 50%;
  }
}
.navbar-nav .nav-link {
  font-size: 24px;
  font-family: "Watan-Regular", sans-serif;
  color: rgba(0, 0, 0, 0.5) !important;
  padding: 8px 0;
  font-weight: bold;
}
.navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 575.98px) {
  .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 24px;
  }
}

.new-toggler {
  display: flex;
  justify-content: center;
}

@media (min-width: 1921px) {
  .wrapper-container {
    max-width: 1905px !important;
    margin: 0 auto !important;
  }
}

nav .collapsed:before {
  display: none;
}

#green_wrapper {
  position: relative;
  width: 640px;
  height: auto;
  margin: 0 auto;
  border: 12px solid #fff;
  border-radius: 10px;
  float: left;
}

#img_wrapper {
  position: relative;
  width: 55%;
  height: auto;
  margin: 0 5% 0 auto;
  border: 12px solid #fff;
  border-radius: 10px;
  float: left;
}

.leaflet-container {
  background-image: url(../image/background/13.jpg) !important;
}

@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  #image1 {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #image2 {
    display: none;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  #shock-numbers .shock-1 img {
    max-width: 50%;
  }

  #shock-numbers .shock-3 img {
    max-width: 54%;
  }

  #shock-numbers .shock-4 img {
    max-width: 55%;
  }

  #shock-numbers .shock-content h3 {
    font-size: 24px;
    line-height: 34px;
  }

  #shock-numbers .shock-2 img {
    max-width: 60%;
  }

  #return-area {
    padding: 60px 0px 180px 0;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) and (max-width: 575.98px) {
  #return-area {
    padding: 20px 0 20px 0;
  }
}
.inner {
  position: absolute;
  margin: auto;
  width: 50px;
  height: 95px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.inner > div {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  position: absolute;
  transition: all 0.5s ease;
  right: 0;
  left: 0;
  margin: auto;
}

.inner > div:first-child {
  margin-left: -27px;
  animation: one 1.5s linear 1;
}

.inner > div:nth-child(2) {
  margin-left: 27px;
  animation: two 1.5s linear 1;
  right: 60px;
}

.inner > div:nth-child(3) {
  margin-top: 54px;
  margin-left: -27px;
  animation: four 1.5s linear 1;
}

.inner > div:nth-child(4) {
  margin-top: 54px;
  margin-left: 27px;
  animation: three 1.5s linear 1;
  right: 60px;
}

@keyframes one {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes two {
  0% {
    transform: scale(1.4);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.3);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
@keyframes three {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes four {
  0% {
    transform: scale(0.3);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
.inner > div.done {
  margin-left: 0px;
  margin-top: 27px;
}

.inner > div.page {
  transform: scale(40);
}

.pageLoad {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #9a0e14;
  z-index: 9999;
}

.pageLoad.off {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  #new-time {
    right: -70px !important;
    top: 19px;
  }
}

@media (max-width: 575.98px) {
  iframe {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  iframe {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  iframe {
    height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  iframe {
    height: 600px;
  }
}

#foundation {
  background-image: url("../image/background/15.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 170px;
}
@media (max-width: 575.98px) {
  #foundation {
    padding-bottom: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation {
    padding-bottom: 85px;
  }
}
#foundation .row:nth-of-type(1) {
  padding-top: 35px;
}
#foundation .row:nth-of-type(3) {
  margin-top: 135px;
}
@media (max-width: 575.98px) {
  #foundation .row:nth-of-type(3) {
    margin-top: 75px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation .row:nth-of-type(3) {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foundation .row:nth-of-type(3) {
    padding-top: 85px;
  }
}
#foundation .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#foundation .section-title h2 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 60px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 24px;
  padding: 0 60px;
}
@media (max-width: 575.98px) {
  #foundation .section-title h2 {
    font-size: 30px;
    padding: 0 24px;
    margin-top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation .section-title h2 {
    font-size: 40px;
    padding: 0 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foundation .section-title h2 {
    font-size: 40px;
    padding: 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foundation .section-title h2 {
    font-size: 45px;
    padding: 0 40px;
  }
}
#foundation .section-title img {
  width: 9%;
}
@media (max-width: 575.98px) {
  #foundation .section-title img {
    width: 16%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foundation .section-title img {
    width: 8%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foundation .section-title img {
    width: 7%;
  }
}
#foundation .content-container {
  position: relative;
  margin-top: 50px;
}
#foundation .content-container .content-old {
  text-align: center;
  margin-top: 30px;
}
#foundation .content-container .content-old > span {
  background-color: #ef9326;
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: Bold;
  width: 250px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  #foundation .content-container .content-old > span {
    font-size: 20px;
    width: 150px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation .content-container .content-old > span {
    font-size: 16px;
    width: 125px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foundation .content-container .content-old > span {
    font-size: 18px;
    width: 165px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foundation .content-container .content-old > span {
    font-size: 20px;
    width: 170px;
  }
}
#foundation .content-container .content-old h3 {
  margin-top: 12px;
  font-family: "Watan-Regular", sans-serif;
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation .content-container .content-old h3 {
    font-size: 35px;
  }
}
#foundation .content-container .content-old h3 span {
  font-family: "Watan-Regular", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
#foundation .content-container::before {
  content: "";
  background-image: url(../image/icon/24.png);
  background-size: cover;
  height: 305px;
  width: 18%;
  position: absolute;
  top: 18px;
}
@media (max-width: 575.98px) {
  #foundation .content-container::before {
    width: 30%;
    height: 185px;
    top: 12px;
    content: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation .content-container::before {
    right: 10%;
    height: 250px;
    content: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foundation .content-container::before {
    width: 35%;
    height: 345px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foundation .content-container::before {
    width: 25%;
  }
}
#foundation .content-container h3:nth-child(1) {
  font-family: "Watan-Regular", sans-serif;
  font-size: 40px;
  color: #ef9326;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 575.98px) {
  #foundation .content-container h3:nth-child(1) {
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation .content-container h3:nth-child(1) {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foundation .content-container h3:nth-child(1) {
    font-size: 30px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foundation .content-container h3:nth-child(1) {
    font-size: 30px;
  }
}
#foundation .content-container h3:nth-child(3) {
  font-family: "Watan-Regular", sans-serif;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  #foundation .content-container h3:nth-child(3) {
    font-size: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation .content-container h3:nth-child(3) {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foundation .content-container h3:nth-child(3) {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #foundation .content-container h3:nth-child(3) {
    font-size: 40px;
  }
}
#foundation .content-container h3:nth-child(3) span {
  font-family: "Watan-Regular", sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #foundation .content-container h3:nth-child(3) span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #foundation .content-container h3:nth-child(3) span {
    font-size: 18px;
  }
}
#foundation .content-container img {
  width: 50%;
  margin: 24px auto auto auto;
  display: block;
}
@media (max-width: 575.98px) {
  #foundation .content-container img {
    width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #foundation .content-container img {
    width: 70%;
  }
}

#founder {
  background-image: url("../image/background/16.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 80px;
}
#founder .row:nth-of-type(1) {
  padding-top: 118px;
}
@media (max-width: 575.98px) {
  #founder .row:nth-of-type(1) {
    padding-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .row:nth-of-type(1) {
    padding-top: 60px;
  }
}
#founder .row:nth-of-type(2) {
  padding-top: 85px;
}
@media (max-width: 575.98px) {
  #founder .row:nth-of-type(2) {
    padding-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .row:nth-of-type(2) {
    padding-top: 0;
  }
}
#founder .row:nth-of-type(3) {
  padding-top: 130px;
}
@media (max-width: 575.98px) {
  #founder .row:nth-of-type(3) {
    padding-top: 85px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .row:nth-of-type(3) {
    padding-top: 100px;
  }
}
#founder .row:nth-of-type(4) {
  padding-top: 85px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #founder .row:nth-of-type(4) {
    padding-top: 0;
  }
}
#founder .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#founder .section-title h2 {
  padding: 0 30px;
  font-family: "Watan-Regular", sans-serif;
  font-size: 50px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #founder .section-title h2 {
    padding: 0 12px;
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .section-title h2 {
    font-size: 40px;
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .section-title h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #founder .section-title h2 {
    font-size: 35px;
  }
}
#founder .section-title span {
  display: block;
  width: 60px;
  background-color: #780606;
  height: 15px;
  border-radius: 15px;
}
@media (max-width: 575.98px) {
  #founder .section-title span {
    width: 40px;
    height: 6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .section-title span {
    height: 6px;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .section-title span {
    height: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #founder .section-title span {
    height: 10px;
  }
}
@media (max-width: 575.98px) {
  #founder .founder-content {
    margin-top: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .founder-content {
    margin-top: 48px;
  }
}
#founder .founder-content img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px) {
  #founder .founder-content img {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .founder-content img {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .founder-content img {
    width: 55%;
  }
}
#founder .founder-content h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .founder-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .founder-content h3 {
    font-size: 20px;
  }
}
#founder .founder-nationality {
  background-color: #780606;
  padding: 6px 12px;
  margin-top: 12px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .founder-nationality {
    margin: 12px auto auto auto;
    display: block;
    width: 80%;
  }
}
#founder .founder-nationality .row {
  padding-top: 0;
  align-items: center;
}
#founder .founder-nationality .row .col-6:nth-child(2) {
  border-right: 1px solid #ebd7a6;
}
#founder .founder-nationality .nationality-name h3 {
  margin-top: 0;
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 575.98px) {
  #founder .founder-nationality .nationality-name h3 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .founder-nationality .nationality-name h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .founder-nationality .nationality-name h3 {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #founder .founder-nationality .nationality-name h3 {
    font-size: 16px;
  }
}
#founder .founder-nationality .nationality-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#founder .founder-nationality .nationality-image img {
  width: 25%;
  margin: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .founder-nationality .nationality-image img {
    width: 15%;
  }
}
#founder .founder-nationality .nationality-image h3 {
  margin-top: 0;
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 24px;
}
@media (max-width: 575.98px) {
  #founder .founder-nationality .nationality-image h3 {
    font-size: 16px;
    margin-right: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .founder-nationality .nationality-image h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .founder-nationality .nationality-image h3 {
    font-size: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #founder .founder-nationality .nationality-image h3 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #founder .year-content {
    margin-top: 48px;
  }
}
#founder .year-content img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 575.98px) {
  #founder .year-content img {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .year-content img {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .year-content img {
    width: 55%;
  }
}
#founder .year-content h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin: 24px auto auto auto;
  background-color: #780606;
  width: 260px;
  padding: 6px 0;
}
@media (max-width: 575.98px) {
  #founder .year-content h3 {
    width: 55%;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .year-content h3 {
    width: 70%;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .year-content h3 {
    width: 56%;
    padding: 4px 0;
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #founder .year-content h3 {
    font-size: 20px;
    width: 55%;
  }
}
#founder .year-number h3 {
  text-align: center;
}
#founder .year-number h3:nth-of-type(1) {
  margin-top: 30px;
  font-family: "Watan-Regular", sans-serif;
  font-size: 50px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #founder .year-number h3:nth-of-type(1) {
    font-size: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .year-number h3:nth-of-type(1) {
    font-size: 30px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .year-number h3:nth-of-type(1) {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #founder .year-number h3:nth-of-type(1) {
    font-size: 35px;
  }
}
#founder .year-number h3:nth-of-type(2) {
  font-family: "Watan-Regular", sans-serif;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  #founder .year-number h3:nth-of-type(2) {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .year-number h3:nth-of-type(2) {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .year-number h3:nth-of-type(2) {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #founder .year-number h3:nth-of-type(2) {
    font-size: 20px;
  }
}
#founder .year-number img {
  margin: 24px auto;
  display: block;
  width: 5%;
}
@media (max-width: 575.98px) {
  #founder .year-number img {
    margin: 12px auto;
    width: 8%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #founder .year-number img {
    margin: 12px auto;
    width: 12%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #founder .year-number img {
    width: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #founder .year-number img {
    width: 8%;
  }
}

@media (max-width: 575.98px) {
  .timeline:nth-of-type(3) span:nth-of-type(1) {
    right: -11px !important;
  }
}

@media (max-width: 575.98px) {
  #ic-8 {
    right: -8px !important;
  }
}

#map-points {
  position: absolute;
  left: 24px;
  top: 80%;
  padding: 12px 12px 0px 12px;
  border: 1px solid;
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px) {
  #map-points {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #map-points {
    top: 68%;
  }
}
#map-points h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 28px;
  color: #9a0e14;
  font-weight: 20px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #map-points h3 {
    text-align: center;
    font-size: 20px;
  }
}
#map-points span {
  border-bottom: 1px solid;
  display: block;
  margin-top: 3px;
}
#map-points ul {
  display: block;
  padding-right: 0;
  margin-top: 12px;
}
#map-points ul li {
  display: flex;
  margin-top: 12px;
}
#map-points ul li:nth-child(1) {
  margin-top: 24px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #map-points ul li:nth-child(1) {
    margin-top: 18px;
  }
}
#map-points ul li i {
  color: #9a0e14;
}
#map-points ul li h6 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 20px;
  margin-right: 6px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #map-points ul li h6 {
    font-size: 16px;
  }
}

.wrapper-container {
  max-width: 1905px !important;
  margin: 0 auto !important;
}

#source-info {
  background-color: #000000;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #source-info {
    padding: 12px 0;
  }
}
#source-info .source-container {
  height: 80px;
  align-items: center;
  display: flex;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #source-info .source-container {
    justify-content: center;
    height: auto;
    display: block;
    text-align: center;
    margin-top: 12px;
  }
}
#source-info .source-container:after {
  content: "";
  border-right: 2px solid #ffffff;
  position: absolute;
  left: 0;
  height: 30px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #source-info .source-container:after {
    border-right: unset;
  }
}
#source-info .source-container:nth-child(1) h3:nth-child(2) {
  margin-right: 45px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #source-info .source-container:nth-child(1) h3:nth-child(2) {
    margin-top: 12px;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 768px) and (max-width: 991.98px) {
  #source-info .source-container:nth-child(1) h3:nth-child(2) {
    margin-right: 20px;
  }
}
#source-info .source-container .source-title {
  color: #ffcc00;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #source-info .source-container .source-title {
    font-size: 22px;
  }
}
#source-info .source-container h3 {
  font-family: "Watan-Regular", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #source-info .source-container h3 {
    font-size: 14px;
    line-height: 24px;
  }
}
#source-info .s-source {
  justify-content: center;
}
#source-info .t-scource {
  justify-content: flex-end;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #source-info .t-scource {
    justify-content: center;
  }
}
#source-info .t-scource:after {
  content: "";
  border-right: unset;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  #map-points {
    top: 70%;
  }

  #founder .section-title h2 {
    font-size: 40px;
  }

  #main-section {
    height: auto;
    padding: 50px 0;
  }

  #nested-section {
    background-position: 75%;
  }

  #nested-section .articles p {
    font-size: 20px;
    margin-top: 12px;
  }

  #map .map-title h2 {
    font-size: 60px;
    top: 30%;
    right: 30%;
  }

  #fire-area .fire-container .fire-area-title h3 {
    font-size: 60px;
  }

  #shock-numbers .shock-title h3 {
    font-size: 60px;
  }

  #shock-numbers .shock-title span:nth-of-type(1),
#shock-numbers .shock-title span:last-of-type {
    width: 500px;
  }

  #budget .section-title h2 {
    font-size: 70px;
  }

  #operation .operation-title h2 {
    font-size: 70px;
  }

  #operation .operation-content h3 {
    font-size: 125px;
  }

  #operation .operation-background h3:after {
    top: 36%;
  }

  #coming-back .coming-back-title {
    position: absolute;
    right: 70px;
  }

  #coming-back .coming-back-data h3:nth-child(1) {
    font-size: 170px;
    line-height: 90px;
  }

  #coming-back .coming-back-content h3 span {
    font-size: 100px;
  }

  #timeline .timeline-title h3 {
    font-size: 60px;
  }

  #timeline .timeline-title img {
    width: 13%;
  }

  #egypt-efforts .egypt-efforts-content p {
    font-size: 24px;
  }

  #egypt-efforts {
    padding-bottom: 50px;
  }

  #egypt-efforts .egypt-efforts-content {
    margin-top: 70px;
  }

  #egypt-efforts .egypt-efforts-title > div h2 {
    font-size: 55px;
    top: 10%;
  }

  #personal .personal-content h3:nth-of-type(1) {
    font-size: 60px;
  }

  #founder .founder-nationality .nationality-name h3,
#founder .founder-nationality .nationality-image h3 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
