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

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);
}

@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;
  }
}

@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;
  }
}

.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;
}

#m-section {
  background-image: url(../image/background/1.jpg);
  background-size: cover;
  border-bottom: 6px solid #f67a32;
  padding-bottom: 100px;
}
#m-section .m-title-m {
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-section .m-title-m span {
  text-align: right;
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #741c36;
  font-weight: bold;
  margin-top: 100px;
}
@media (min-width: 576px) and (max-width: 767.98px), (max-width: 575.98px) {
  #m-section .m-title-m span {
    color: #ffffff;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #m-section .m-title-m span {
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #m-section .m-title-m span {
    font-size: 35px;
    text-align: center;
  }
}
#m-section .m-title-m span:first-of-type {
  font-weight: bolder;
  margin-left: 12px;
}
#m-section .m-title-m span:last-of-type {
  font-weight: bolder;
  margin-right: 12px;
}
#m-section .m-title-m h1 {
  text-align: right;
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #741c36;
  font-weight: bold;
  margin-top: 100px;
}
@media (max-width: 575.98px) {
  #m-section .m-title-m h1 {
    font-size: 25px;
    color: #ffffff;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #m-section .m-title-m h1 {
    color: #ffffff;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #m-section .m-title-m h1 {
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #m-section .m-title-m h1 {
    font-size: 35px;
    text-align: center;
  }
}
#m-section h2 {
  background-color: #741c36;
  color: #ffffff;
  font-size: 40px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  padding: 12px 12px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #m-section h2 {
    font-size: 30px;
  }
}
#m-section h2:first-of-type {
  margin-top: 48px;
}
#m-section h2:last-of-type {
  margin-top: 24px;
}
#m-section p {
  font-size: 25px;
  line-height: 35px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  font-weight: bold;
  margin-top: 24px;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #m-section p {
    font-size: 20px;
    line-height: 30px;
  }
}

#cia-section {
  background-image: url(../image/background/2.jpg);
  padding-top: 24px;
}
#cia-section .cia-container:nth-child(1) .cia-title {
  margin-top: 48px;
}
@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 768px) and (max-width: 991.98px) {
  #cia-section .cia-container:nth-child(1) .cia-title {
    margin-top: 24px;
  }
}
#cia-section .cia-container:nth-child(2) .cia-title {
  margin-top: 48px;
}
#cia-section .cia-container:nth-child(2) .cia-content p:nth-child(1) {
  margin-top: 48px;
}
#cia-section .cia-container:nth-child(3) .cia-title {
  margin-top: 48px;
}
#cia-section .cia-title h2 {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
}
#cia-section .cia-title img {
  width: 70%;
  margin: 48px auto auto auto;
  display: block;
  height: 15px;
}
@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 768px) and (max-width: 991.98px) {
  #cia-section .cia-title img {
    margin: 24px auto auto auto;
  }
}
#cia-section .cia-content p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
}
#cia-section .cia-content p:nth-child(1) {
  margin-top: 48px;
}
#cia-section .cia-content p:nth-child(2) {
  margin-top: 48px;
}

#cia-reports {
  background-image: url(../image/background/3.jpg);
  padding: 48px 0;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
#cia-reports .cia-title {
  position: relative;
}
#cia-reports .cia-title img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
#cia-reports .cia-title h2:first-of-type {
  font-size: 40px;
  line-height: 30px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: relative;
  top: 12px;
}
#cia-reports .cia-title h2:last-of-type {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  top: 53%;
  font-size: 40px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
}
#cia-reports .report-contant {
  margin-top: 48px;
}
#cia-reports .report-contant h3 {
  font-weight: bold;
  font-family: "Watan-Regular", sans-serif;
}
#cia-reports .report-contant h3:first-of-type {
  font-size: 30px;
  color: #f0cb6d;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cia-reports .report-contant h3:first-of-type i:first-of-type {
  padding-left: 12px;
}
#cia-reports .report-contant h3:first-of-type i:last-of-type {
  padding-right: 12px;
}
#cia-reports .report-contant h3:last-of-type {
  font-size: 24px;
  color: #ffffff;
  margin-top: 6px;
  line-height: 34px;
  text-align: center;
}
#cia-reports .report-contant i {
  color: #ffffff;
  font-size: 16px;
}
#cia-reports .report-contant span {
  color: #f0cb6d;
}
#cia-reports .report-image {
  margin-top: 48px;
}
#cia-reports .report-image img {
  display: block;
  margin: 0 auto;
}

#explosion {
  background-image: url(../image/background/4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#explosion .explosion-title {
  margin-top: 48px;
}
#explosion .explosion-title h2 {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
}
#explosion .explosion-title img {
  width: 70%;
  margin: 24px auto auto auto;
  display: block;
  height: 15px;
}
#explosion .explosion-contant {
  padding-bottom: 48px;
}
#explosion .explosion-contant p {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 24px;
}
#explosion .explosion-contant p:first-of-type {
  margin-top: 48px;
}
#explosion .explosion-contant p:last-of-type {
  margin-top: 48px;
}
#explosion .explosion-contant p i {
  padding-left: 24px;
  font-size: 16px;
}
#explosion .explosion-image {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
#explosion .explosion-image img {
  width: 65%;
  display: block;
  margin-right: auto;
}

#president-fi .president-container {
  background-color: #0e464b;
  height: 100%;
  background-image: url(../image/icon/q.png);
  background-repeat: no-repeat;
  background-position: 12% 100%;
  background-size: 17%;
}
#president-fi .president-container .president-title {
  position: relative;
}
#president-fi .president-container .president-title h2:first-of-type {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  padding-top: 48px;
  padding-bottom: 24px;
}
#president-fi .president-container .president-title h2:last-of-type {
  font-size: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 16px;
}
#president-fi .president-container .president-title img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
#president-fi .president-container.hello .president-title h2:last-of-type {
  bottom: 10px;
}
#president-fi .president-container.hello .president-title img {
  width: 60%;
}
#president-fi p {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 48px;
}
#president-fi p i {
  font-size: 16px;
  padding: 0 12px;
}

#usa-date-one {
  background-image: url(../image/background/2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#usa-date-one .date-content h2:nth-child(1) {
  font-size: 48px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 48px;
}
#usa-date-one .date-content h2:nth-child(2) {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background-color: #f67a32;
  margin-top: 24px;
  padding: 12px 0;
}
#usa-date-one .date-content h2:nth-child(3) {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 24px;
}
#usa-date-one .date-content p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  text-align: right;
  color: #ffffff;
  margin-top: 48px;
  padding-left: 12px;
}

#usa-date-two {
  background-image: url(../image/background/2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 48px;
}
#usa-date-two .date-content h2:nth-child(1) {
  font-size: 48px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 48px;
}
#usa-date-two .date-content h2:nth-child(2) {
  font-size: 40px;
  line-height: 50px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background-color: #f67a32;
  margin-top: 24px;
  padding: 12px 0;
}
#usa-date-two .date-content h2:nth-child(3) {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 24px;
}
#usa-date-two .date-content p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  text-align: right;
  color: #ffffff;
  padding-right: 12px;
  display: flex;
  align-items: baseline;
}
#usa-date-two .date-content p:first-of-type {
  margin-top: 48px;
}
#usa-date-two .date-content p:last-of-type {
  margin-top: 48px;
}
#usa-date-two .date-content p i {
  font-size: 16px;
  margin-left: 24px;
}

#usa-date-last {
  background-image: url(../image/background/7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 48px;
}
#usa-date-last .date-content h2:nth-child(1) {
  font-size: 48px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 48px;
}
#usa-date-last .date-content h2:nth-child(2) {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background-color: #f67a32;
  margin-top: 24px;
  padding: 12px 0;
}
#usa-date-last .date-content h2:nth-child(3) {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 24px;
}

#video-content .president-container {
  background-color: #0e464b;
  height: 100%;
}
#video-content .president-container .president-title {
  position: relative;
}
#video-content .president-container .president-title h2:first-of-type {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  padding-top: 48px;
  padding-bottom: 24px;
}
#video-content .president-container .president-title h2:last-of-type {
  font-size: 48px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #000000;
  background: #f67a32;
  font-weight: bold;
  text-align: center;
  width: 425px;
  padding: 20px 0;
  margin: 0 auto;
}
#video-content p {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  padding: 0 12px;
}

.video {
  background-color: #000000;
  padding: 48px 80px;
}
.video .video-data h2 {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 58px;
  padding-bottom: 24px;
  margin-top: 24px;
}
.video .video-data p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 24px;
}

#first-infographic {
  background-image: url(../image/background/9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 48px;
}
#first-infographic .first-infographic-title {
  margin-bottom: 48px;
}
#first-infographic .first-infographic-title h2:first-of-type {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #0e464b;
  font-weight: bold;
  line-height: 58px;
  margin-top: 24px;
  text-align: center;
}
#first-infographic .first-infographic-title h2:last-of-type {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  background-color: #0e464b;
  font-weight: bold;
  line-height: 58px;
  margin-top: 24px;
  color: #ffffff;
  display: block;
  margin: 24px auto auto auto;
  padding: 12px 0;
  text-align: center;
  width: 600px;
}
#first-infographic .first-infographic-contant {
  margin-top: 48px;
}
#first-infographic .first-infographic-contant img {
  width: 55%;
  margin: 0 auto;
  display: block;
}
#first-infographic .first-infographic-contant h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Watan-Regular", sans-serif;
  color: #000000;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}
#first-infographic .first-infographic-contant span {
  font-size: 30px;
  font-family: "Watan-Regular", sans-serif;
  color: #0f5b62;
  font-weight: bold;
  line-height: 58px;
  margin-top: 0px;
  text-align: center;
  display: block;
}

#cross-photo .photo-title {
  background-image: url(../image/background/2.jpg);
  height: 100%;
  padding: 48px 0;
}
#cross-photo .photo-title h2 {
  font-size: 48px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  color: #66cccc;
  font-weight: bold;
  text-align: center;
  padding: 0 24px;
}
#cross-photo .photo-title p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 48px;
  padding: 0 24px;
}

#first-meeting {
  background-image: url(../image/background/9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-meeting .meeting-title {
  margin-top: 48px;
}
#first-meeting .meeting-title h2 {
  font-size: 48px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  color: #0f5b62;
  font-weight: bold;
  text-align: center;
}
#first-meeting .meeting-title img {
  display: block;
  margin: 0 auto;
  width: 70%;
  margin-top: 24px;
}
#first-meeting .meeting-text p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #000000;
  margin-top: 48px;
  padding: 0 24px;
  font-weight: bold;
}
#first-meeting .meeting-text img {
  width: 45%;
  margin: 24px auto auto auto;
  display: block;
}

#confirmed {
  background-image: url(../image/background/10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 300px;
}
#confirmed .confirmed-title {
  width: 90%;
  margin: 24px auto auto auto;
}
#confirmed .confirmed-title h2 {
  font-size: 48px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  color: #0f5b62;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
}
#confirmed .confirmed-title .borders {
  display: flex;
  align-items: center;
}
#confirmed .confirmed-title .borders span:nth-child(1) {
  width: 65%;
  display: block;
  border: 1px solid #000000;
}
#confirmed .confirmed-title .borders span:nth-child(2) {
  width: 35%;
  display: block;
  border: 1px solid #f67a32;
}
#confirmed .confirmed-content {
  display: flex;
  align-items: baseline;
}
#confirmed .confirmed-content i {
  color: #f67a32;
}
#confirmed .confirmed-content h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #000000;
  margin-top: 48px;
  padding: 0 24px;
  font-weight: bold;
}

#vest .president-container {
  height: 100%;
  background-image: url(../image/background/2.jpg) !important;
}
#vest .president-container .president-title {
  position: relative;
}
#vest .president-container .president-title h2:first-of-type {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  padding-top: 48px;
  padding-bottom: 24px;
}
#vest .president-container .president-title h2:last-of-type {
  font-size: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
}
#vest .president-container .president-title img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
#vest p {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 48px;
  padding: 0 36px;
}
#vest p i {
  font-size: 16px;
  padding: 0 12px;
}

#popular {
  background-color: #000000;
  padding-bottom: 48px;
}
#popular .popular-title {
  position: relative;
}
#popular .popular-title h2 {
  font-size: 48px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background-color: #f67a32;
  margin-top: 24px;
  padding: 12px 0;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#popular .confirmed-content {
  display: flex;
  align-items: baseline;
}
#popular .confirmed-content i {
  color: #f67a32;
}
#popular .confirmed-content h3 {
  font-size: 24px;
  line-height: 34px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 48px;
  padding: 0 24px;
  font-weight: bold;
}

#killed {
  background-color: #0e464b;
}
#killed .cia-container:nth-child(2) .cia-title {
  margin-top: 48px;
}
#killed .cia-container:nth-child(2) .cia-content p:nth-child(1) {
  margin-top: 48px;
}
#killed .cia-container:nth-child(3) .cia-title {
  margin-top: 48px;
}
#killed .cia-title h2 {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  margin-top: 48px;
}
#killed .cia-title img {
  width: 70%;
  height: 15px;
  margin: 48px auto auto auto;
  display: block;
}
#killed .cia-content p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  display: flex;
  align-items: baseline;
}
#killed .cia-content p i {
  font-size: 16px;
  margin-left: 24px;
}
#killed .cia-content p:nth-child(1) {
  margin-top: 48px;
}
#killed .cia-content p:nth-child(2) {
  margin-top: 48px;
}

#vest-container .president-container {
  height: 100%;
  background-image: url(../image/background/2.jpg) !important;
}
#vest-container .president-container .president-title {
  position: relative;
}
#vest-container .president-container .president-title h2:first-of-type {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  padding-top: 48px;
  padding-bottom: 24px;
}
#vest-container .president-container .president-title h2:last-of-type {
  font-size: 35px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12%;
}
#vest-container .president-container .president-title img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
#vest-container p {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 48px;
  padding: 0 36px;
}
#vest-container p i {
  font-size: 16px;
  padding: 0 12px;
}

#last-meeting {
  background-image: url(../image/background/2.jpg);
  padding-top: 24px;
}
#last-meeting .cia-container:nth-child(2) .cia-title {
  margin-top: 48px;
}
#last-meeting .cia-container:nth-child(2) .cia-content p:nth-child(1) {
  margin-top: 48px;
}
#last-meeting .cia-container:nth-child(3) .cia-title {
  margin-top: 48px;
}
#last-meeting .cia-title h2 {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
}
#last-meeting .cia-title img {
  width: 70%;
  height: 15px;
  margin: 48px auto auto auto;
  display: block;
}
#last-meeting .cia-content p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  display: flex;
  align-items: baseline;
}
#last-meeting .cia-content p i {
  font-size: 16px;
  margin-left: 24px;
}
#last-meeting .cia-content p:nth-child(1) {
  margin-top: 48px;
}
#last-meeting .cia-content p:nth-child(2) {
  margin-top: 48px;
}

#last-vest-container .president-container {
  height: 100%;
  background-image: url(../image/background/2.jpg) !important;
}
#last-vest-container .president-container .president-title {
  position: relative;
}
#last-vest-container .president-container .president-title h2:first-of-type {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  padding-top: 48px;
  padding-bottom: 24px;
}
#last-vest-container .president-container .president-title h2:last-of-type {
  font-size: 35px;
  font-family: "Watan-Regular", sans-serif;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 11%;
}
#last-vest-container .president-container .president-title img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
#last-vest-container p {
  display: flex;
  align-items: baseline;
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 48px;
  padding: 0 36px;
}
#last-vest-container p i {
  font-size: 16px;
  padding: 0 12px;
}

#year {
  background-image: url(../image/background/12.jpg);
  padding: 48px 0;
}
#year .year-image {
  margin-top: 48px;
}
#year .year-content h3 {
  display: flex;
  margin-top: 80px;
  align-items: baseline;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  display: flex;
  align-items: baseline;
}
#year .year-content h3 i {
  font-size: 16px;
  margin-left: 24px;
}
#year .cia-title {
  position: relative;
}
#year .cia-title img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
#year .cia-title h2:first-of-type {
  font-size: 40px;
  line-height: 30px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: relative;
  top: 12px;
  padding-bottom: 48px;
}
#year .cia-title h2:last-of-type {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  top: 57%;
  font-size: 48px;
  line-height: 58px;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
}
#year .report-contant {
  margin-top: 48px;
  padding-right: 48px;
}
#year .report-contant h3 {
  font-weight: bold;
}
#year .report-contant h3:first-of-type {
  font-size: 30px;
  color: #f0cb6d;
  display: flex;
  align-items: center;
  justify-content: center;
}
#year .report-contant h3:first-of-type i:first-of-type {
  padding-left: 12px;
}
#year .report-contant h3:first-of-type i:last-of-type {
  padding-right: 12px;
}
#year .report-contant h3:last-of-type {
  font-size: 24px;
  color: #ffffff;
  margin-top: 6px;
  line-height: 34px;
  text-align: center;
}
#year .report-contant i {
  color: #ffffff;
  font-size: 16px;
}
#year .report-contant span {
  color: #f0cb6d;
}
#year .report-image {
  margin-top: 48px;
}
#year .report-image img {
  display: block;
  margin: 0 auto;
}

.last-video-data {
  position: relative;
}
.last-video-data h2:first-of-type {
  font-size: 48px;
  font-family: "Watan-Regular", sans-serif;
  color: #f67a32;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  padding-top: 48px;
  padding-bottom: 24px;
}
.last-video-data h2:last-of-type {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  top: 71%;
  font-size: 40px;
  line-height: normal;
  font-family: "Watan-Regular", sans-serif;
  font-weight: bold;
}
.last-video-data img {
  width: 90%;
  display: block;
  margin: 0 auto;
  height: 70px;
}

#demo-2 {
  margin-top: 48px;
}

.year-p p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Watan-Regular", sans-serif;
  color: #ffffff;
  margin-top: 24px;
}

@media (max-width: 575.98px) {
  section p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  section h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  #cia-reports .cia-title h2:last-of-type {
    top: 60%;
  }

  #m-section h2:first-of-type {
    margin-top: 24px;
  }

  #m-section {
    padding-bottom: 0;
  }
  #m-section .col-md-12 {
    background-color: rgba(0, 0, 0, 0.55);
  }
  #m-section h2 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
  }
  #m-section h2 {
    width: 100%;
    margin: 0 auto;
  }

  #cia-section .cia-title img,
#explosion .explosion-title img {
    width: 100%;
  }

  #explosion .explosion-contant p i {
    padding-left: 12px;
  }

  #president-fi .president-container .president-title img {
    display: none;
  }

  #president-fi .president-container .president-title h2:last-of-type {
    position: relative;
  }

  #president-fi .president-container .president-title {
    padding-right: 12px;
  }

  .hello .president-title {
    padding-right: 0 !important;
    padding-left: 12px;
  }

  #first-meeting .meeting-title img {
    width: 100%;
  }

  #first-meeting .meeting-text p {
    padding: 0;
  }

  #vest .president-container .president-title img {
    width: 95%;
  }

  #popular .popular-title h2 {
    position: relative;
    width: 100% !important;
  }

  #killed .cia-title img {
    width: 100%;
  }

  #killed .cia-content p i {
    margin-left: 12px;
  }

  #vest-container .president-container .president-title img {
    display: none;
  }

  #vest-container .president-container .president-title h2:last-of-type {
    position: relative;
    bottom: 0;
  }

  #last-meeting .cia-content p i {
    margin-left: 12px;
  }

  #last-vest-container .president-container .president-title img {
    display: none;
  }

  #last-vest-container .president-container .president-title h2:last-of-type {
    position: relative;
    bottom: 0;
    color: #f67a32;
  }

  #last-meeting .cia-title img {
    width: 100%;
  }

  #year .cia-title img {
    display: none !important;
  }

  #year .cia-title h2:last-of-type {
    position: relative;
    color: #ffffff;
  }

  #year .cia-title h2:first-of-type {
    padding-bottom: 24px;
  }

  #year .year-content h3 i {
    margin-left: 12px;
  }

  .last-video-data img {
    display: none;
  }

  .last-video-data h2:last-of-type {
    position: relative;
    color: #f67a32;
  }

  #cia-reports .cia-title h2:last-of-type {
    position: relative;
    margin-top: 24px;
    color: #ffffff;
  }

  #cia-reports .cia-title img {
    display: none !important;
  }

  #cia-section .cia-container:nth-of-type(3) {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  #cia-section .cia-container:nth-of-type(2) {
    margin-top: 24px;
  }
  #cia-section .cia-container:nth-of-type(2) .row .col-md-7 {
    order: 2;
  }
  #cia-section .cia-container:nth-of-type(2) .row .col-md-5 {
    order: 1;
  }

  #cia-reports {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  #cia-reports .cia-title img {
    width: 100%;
  }

  #explosion {
    background-position: bottom;
  }
  #explosion .col-md-6:nth-of-type(2) {
    padding-left: 0;
  }

  #president-fi .president-container .president-title h2:last-of-type {
    bottom: 6px;
  }

  #president-fi .president-container {
    background-image: unset;
    padding-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px;
  }

  #president-fi .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2),
#usa-date-one .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2),
#video-content .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2),
#vest-container .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2),
#last-vest-container .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2) {
    order: 2;
  }
  #president-fi .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1),
#usa-date-one .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1),
#video-content .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1),
#vest-container .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1),
#last-vest-container .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1) {
    order: 3;
  }

  #last-vest-container .president-container .president-title h2:first-of-type {
    padding-top: 24px;
  }

  #president-fi .president-container .president-title h2:first-of-type {
    padding-top: 24px;
  }

  #last-vest-container .president-container p:nth-child(3) {
    padding-bottom: 24px;
  }

  #president-fi .president-container.hello .president-title h2:last-of-type {
    bottom: 0;
  }

  #usa-date-one .date-content p {
    padding-bottom: 24px;
  }

  #usa-date-two .date-content p:last-of-type {
    padding-bottom: 24px;
  }

  #video-content .president-title {
    display: none;
  }

  #video-content p {
    padding: 24px;
  }

  .video {
    padding: 24px;
  }

  .video .video-data h2 {
    padding-bottom: 0;
  }

  #first-infographic .first-infographic-title h2:last-of-type {
    width: 65%;
    padding: 6px 0;
  }

  #first-infographic .first-infographic-contant img {
    width: 35%;
  }

  #cross-photo .photo-title {
    padding: 24px 0;
  }

  .infographic-image img {
    width: 50% !important;
    display: block;
    margin: 0 auto;
  }

  #confirmed .confirmed-content h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-top: 24px;
  }

  #vest .president-container .president-title h2:last-of-type {
    bottom: 3px;
  }

  #vest p {
    padding-bottom: 24px;
  }

  #vest .president-container .president-title h2:first-of-type {
    padding-top: 24px;
  }

  #confirmed {
    padding-bottom: 24px;
    background-position: 70% 50%;
  }

  #popular .confirmed-content h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  #popular .confirmed-content {
    justify-content: flex-start !important;
  }

  #popular .popular-title h2 {
    width: 90%;
  }

  #killed .cia-content p:nth-child(2) {
    padding-bottom: 24px;
  }

  #vest-container .president-container .president-title h2:last-of-type {
    bottom: 6%;
  }

  #vest-container p {
    padding-bottom: 24px;
  }

  #last-meeting .cia-content p:nth-child(2) {
    padding-bottom: 24px;
  }

  .hh-0 {
    padding-right: 0;
  }

  #last-vest-container .president-container .president-title h2:last-of-type {
    bottom: 4%;
  }

  #year .cia-title img {
    width: 100%;
  }

  #year .cia-title h2:last-of-type {
    top: 71%;
  }

  .last-video-data h2:last-of-type {
    top: 62%;
  }

  #last-vest-container p {
    padding: 0 12px;
  }

  #usa-date-two .date-content p {
    padding-right: 0;
  }

  #usa-date-one .col-md-6 {
    padding-left: 24px;
  }

  #usa-date-two .col-md-6 img {
    width: 100%;
  }

  #cross-photo .photo-title p {
    padding: 0 12px;
  }

  #vest p,
#vest-container p {
    padding-right: 24px;
    padding-left: 24px;
  }

  .last-video-data h2:first-of-type {
    padding-top: 0;
  }

  .last-video-data img {
    width: 100%;
  }

  #cia-section .cia-container:nth-child(1) .cia-title,
#cia-section .cia-title img,
#cia-section .cia-container:nth-child(3) .cia-title,
#cia-section .cia-content p:nth-child(2),
#cia-section .cia-content p:nth-child(1),
#cia-reports .report-contant,
#explosion .explosion-contant p:last-of-type,
#year .year-content h3,
#president-fi p,
#usa-date-one .date-content p,
#usa-date-one .date-content h2:nth-child(1),
#usa-date-two .date-content p:last-of-type,
#cross-photo .photo-title p,
#first-meeting .meeting-text p,
#vest p,
#popular .confirmed-content h3,
#killed .cia-title img,
#killed .cia-title h2,
#killed .cia-content p,
#vest-container p,
#last-meeting .cia-title img,
#last-meeting .cia-content p:nth-child(2),
#last-vest-container .president-container p:nth-child(3) {
    margin-top: 24px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  section h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  #cia-reports .cia-title h2:last-of-type {
    top: 60%;
  }

  #m-section {
    padding-bottom: 0;
  }
  #m-section .col-md-12 {
    background-color: rgba(0, 0, 0, 0.55);
  }
  #m-section h2 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
  }
  #m-section h2 {
    width: 75%;
    margin: 0 auto;
  }

  #cia-section .cia-container:nth-of-type(3) {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  #cia-section .cia-container:nth-of-type(2) {
    margin-top: 24px;
  }
  #cia-section .cia-container:nth-of-type(2) .row .col-md-7 {
    order: 2;
  }
  #cia-section .cia-container:nth-of-type(2) .row .col-md-5 {
    order: 1;
  }

  #cia-reports {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  #cia-reports .cia-title img {
    width: 100%;
  }

  #explosion {
    background-position: bottom;
  }
  #explosion .col-md-6:nth-of-type(2) {
    padding-left: 0;
  }

  #president-fi .president-container .president-title h2:last-of-type {
    bottom: 6px;
  }

  #president-fi .president-container {
    background-image: unset;
    padding-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px;
  }

  #president-fi .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2),
#usa-date-one .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2),
#video-content .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2),
#vest-container .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2),
#last-vest-container .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(2) {
    order: 2;
  }
  #president-fi .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1),
#usa-date-one .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1),
#video-content .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1),
#vest-container .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1),
#last-vest-container .container-fluid:nth-of-type(1) .col-md-6:nth-of-type(1) {
    order: 3;
  }

  #last-vest-container .president-container .president-title h2:first-of-type {
    padding-top: 24px;
  }

  #president-fi .president-container .president-title h2:first-of-type {
    padding-top: 24px;
  }

  #last-vest-container .president-container p:nth-child(3) {
    padding-bottom: 24px;
  }

  #president-fi .president-container.hello .president-title h2:last-of-type {
    bottom: 0;
  }

  #usa-date-one .date-content p {
    padding-bottom: 24px;
  }

  #usa-date-two .date-content p:last-of-type {
    padding-bottom: 24px;
  }

  #video-content .president-title {
    display: none;
  }

  #video-content p {
    padding: 24px;
  }

  .video {
    padding: 24px;
  }

  .video .video-data h2 {
    padding-bottom: 0;
  }

  #first-infographic .first-infographic-title h2:last-of-type {
    width: 65%;
    padding: 6px 0;
  }

  #first-infographic .first-infographic-contant img {
    width: 35%;
  }

  #cross-photo .photo-title {
    padding: 24px 0;
  }

  .infographic-image img {
    width: 50% !important;
    display: block;
    margin: 0 auto;
  }

  #confirmed .confirmed-content h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-top: 24px;
  }

  #vest .president-container .president-title h2:last-of-type {
    bottom: 3px;
  }

  #vest p {
    padding-bottom: 24px;
  }

  #vest .president-container .president-title h2:first-of-type {
    padding-top: 24px;
  }

  #confirmed {
    padding-bottom: 24px;
    background-position: 70% 50%;
  }

  #popular .confirmed-content h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  #popular .confirmed-content {
    justify-content: flex-start !important;
  }

  #popular .popular-title h2 {
    width: 90%;
  }

  #killed .cia-content p:nth-child(2) {
    padding-bottom: 24px;
  }

  #vest-container .president-container .president-title h2:last-of-type {
    bottom: 6%;
  }

  #vest-container p {
    padding-bottom: 24px;
  }

  #last-meeting .cia-content p:nth-child(2) {
    padding-bottom: 24px;
  }

  .hh-0 {
    padding-right: 0;
  }

  #last-vest-container .president-container .president-title h2:last-of-type {
    bottom: 4%;
  }

  #year .cia-title img {
    width: 100%;
  }

  #year .cia-title h2:last-of-type {
    top: 71%;
  }

  .last-video-data h2:last-of-type {
    top: 62%;
  }

  #last-vest-container p {
    padding: 0 12px;
  }

  #usa-date-two .date-content p {
    padding-right: 0;
  }

  #usa-date-one .col-md-6 {
    padding-left: 24px;
  }

  #usa-date-two .col-md-6 img {
    width: 100%;
  }

  #cross-photo .photo-title p {
    padding: 0 12px;
  }

  #vest p,
#vest-container p {
    padding-right: 24px;
    padding-left: 24px;
  }

  .last-video-data h2:first-of-type {
    padding-top: 0;
  }

  .last-video-data img {
    width: 100%;
  }

  #cia-section .cia-container:nth-child(1) .cia-title,
#cia-section .cia-title img,
#cia-section .cia-container:nth-child(3) .cia-title,
#cia-section .cia-content p:nth-child(2),
#cia-section .cia-content p:nth-child(1),
#cia-reports .report-contant,
#explosion .explosion-contant p:last-of-type,
#year .year-content h3,
#president-fi p,
#usa-date-one .date-content p,
#usa-date-one .date-content h2:nth-child(1),
#usa-date-two .date-content p:last-of-type,
#cross-photo .photo-title p,
#first-meeting .meeting-text p,
#vest p,
#popular .confirmed-content h3,
#killed .cia-title img,
#killed .cia-title h2,
#killed .cia-content p,
#vest-container p,
#last-meeting .cia-title img,
#last-meeting .cia-content p:nth-child(2),
#last-vest-container .president-container p:nth-child(3) {
    margin-top: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section p {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  section h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  #m-section {
    padding-bottom: 0;
  }
  #m-section .col-md-12 {
    background-color: rgba(0, 0, 0, 0.55);
  }
  #m-section h2 {
    text-align: center;
    color: #ffffff;
  }
  #m-section h2 {
    width: 75%;
    margin: 0 auto;
  }

  #cia-section .cia-title img {
    width: 100%;
  }

  #cia-section .cia-content p:nth-child(2) {
    margin-top: 24px;
  }

  #cia-section .cia-container:nth-child(1) .cia-title {
    margin-top: 0;
  }

  #cia-section .cia-container:nth-child(2) .cia-title {
    margin-top: 0;
  }

  #cia-section .cia-container:nth-of-type(2), #cia-section .cia-container:nth-of-type(3) {
    padding-top: 24px;
  }
  #cia-section .cia-container:nth-of-type(3) {
    padding-bottom: 24px;
  }

  #cia-section .cia-container:nth-child(3) .cia-title {
    margin-top: 0;
  }

  #cia-reports .cia-title img {
    width: 100%;
  }

  #cia-reports .report-contant h3:last-of-type {
    font-size: 20px !important;
  }

  #cia-reports .report-contant h3:first-of-type {
    font-size: 25px !important;
  }

  #explosion .explosion-image img {
    width: 100%;
  }

  #president-fi .president-container .president-title h2:last-of-type {
    font-size: 20px !important;
    bottom: -6px;
  }

  #president-fi {
    background-color: #0e464b;
  }

  #president-fi p {
    padding-bottom: 48px;
  }

  #president-fi .president-container {
    background-image: unset;
  }

  #president-fi .president-container.hello .president-title img {
    width: 90%;
  }

  #president-fi .president-container.hello .president-title h2:last-of-type {
    bottom: -3px;
  }

  #president-fi .president-container .president-title h2:first-of-type {
    padding-top: 0;
  }

  #president-fi .row {
    padding-top: 24px;
  }

  #president-fi p {
    padding: 0 6px;
  }

  #usa-date-one .date-content h2:nth-child(1) {
    margin-top: 0;
  }

  #usa-date-two .date-content h2:nth-child(1) {
    margin-top: 0;
  }

  #usa-date-one .row,
#usa-date-two .row {
    padding: 24px 0;
  }

  #usa-date-two {
    padding-bottom: 0;
  }

  #video-content {
    background-color: #0e464b;
  }

  #video-content .president-title {
    display: none;
  }

  #video-content p {
    padding: 24px 12px;
  }

  .video {
    padding: 24px;
  }

  .video .video-data h2 {
    padding-bottom: 0;
  }

  #first-infographic .first-infographic-title h2:last-of-type {
    width: 300px;
  }

  #first-infographic .first-infographic-contant h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  #cross-photo .photo-title h2 {
    padding: 0 12px !important;
  }

  #cross-photo .photo-title p {
    padding: 0 12px;
    margin-top: 24px;
  }

  #cross-photo {
    background-image: url(../image/background/2.jpg);
  }

  #confirmed {
    background-position: right;
    padding-bottom: 24px;
  }

  #confirmed .confirmed-content h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  #president-fi .president-container .president-title img {
    width: 96%;
  }

  #vest .president-container .president-title img {
    width: 90%;
  }

  #vest .president-container .president-title h2:last-of-type {
    font-size: 20px !important;
    bottom: 0;
  }

  #vest {
    background-image: url(../image/background/2.jpg) !important;
  }

  #popular .popular-title h2 {
    width: 90%;
  }

  #popular .confirmed-content h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  #killed {
    padding-bottom: 24px;
  }

  #vest-container .president-container .president-title h2:last-of-type {
    font-size: 16px !important;
    bottom: -3px !important;
  }

  #vest-container {
    background-image: url(../image/background/2.jpg) !important;
    padding-bottom: 24px;
  }

  #last-meeting .cia-title img {
    width: 100%;
  }

  #last-meeting {
    padding-bottom: 24px;
  }

  #last-vest-container {
    padding-bottom: 24px;
    background-image: url(../image/background/2.jpg) !important;
  }

  #last-vest-container .president-container .president-title img {
    display: none;
  }

  #last-vest-container .president-container .president-title h2:last-of-type {
    position: relative;
    background-color: #ffffff;
    margin: 0 24px;
  }

  #year .cia-title img {
    width: 100%;
  }

  #year .cia-title h2:last-of-type {
    top: 66%;
  }

  #year .year-content h3 {
    font-size: 20px !important;
    line-height: 30px;
    margin-top: 24px;
  }

  .last-video-data img {
    width: 100%;
  }

  #vest p {
    padding-bottom: 24px;
  }

  #cia-reports .cia-title h2:last-of-type {
    top: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #cia-section {
    padding-bottom: 24px;
  }

  #cia-section .cia-content p {
    padding: 0 12px;
  }

  #m-section h2:first-of-type {
    margin-top: 24px;
  }

  #cia-section .cia-title h2 {
    font-size: 35px;
    line-height: 45px;
  }

  #cia-section .cia-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .cia-container .row .col-md-6 {
    padding-right: 0;
  }
  .cia-container:nth-child(2), .cia-container:nth-child(3) {
    margin-top: 24px;
  }

  #cia-reports .cia-title h2:first-of-type {
    font-size: 30px;
  }

  #cia-reports .cia-title h2:last-of-type {
    font-size: 30px;
    line-height: 40px;
    top: 56%;
  }

  #cia-reports .report-contant h3:first-of-type {
    font-size: 25px;
  }

  #cia-reports .report-contant h3:last-of-type {
    font-size: 20px;
  }

  #explosion .explosion-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #explosion .explosion-title img {
    width: 100%;
  }

  #explosion .explosion-contant p {
    font-size: 20px;
    line-height: 30px;
  }

  #president-fi .president-container .president-title h2:first-of-type {
    font-size: 30px;
    line-height: 40px;
  }

  #president-fi .president-container .president-title h2:last-of-type {
    font-size: 20px;
    bottom: 3px;
  }

  #president-fi p {
    font-size: 20px;
    line-height: 30px;
  }

  #president-fi .president-container {
    background-image: unset;
  }

  #president-fi .president-container.hello .president-title h2:last-of-type {
    bottom: 0;
  }

  #usa-date-one .date-content p {
    font-size: 20px;
    line-height: 30px;
  }

  #usa-date-one .date-content h2:nth-child(2),
#usa-date-two .date-content h2:nth-child(2) {
    font-size: 24px;
    line-height: 34px;
  }

  #usa-date-one .date-content h2:nth-child(1) {
    font-size: 40px;
    line-height: 50px;
  }

  #usa-date-one .container-fluid {
    padding-right: 0;
  }

  #usa-date-two .date-content p {
    font-size: 20px;
    line-height: 30px;
  }

  #usa-date-two {
    padding-top: 24px;
    padding-bottom: unset;
  }

  #usa-date-last .date-content h2:nth-child(1) {
    font-size: 40px;
    line-height: 50px;
  }

  #usa-date-last .date-content h2:nth-child(2) {
    font-size: 24px;
    line-height: 34px;
  }

  #video-content .president-container .president-title h2:first-of-type {
    font-size: 30px;
  }

  #video-content .president-container .president-title h2:last-of-type {
    font-size: 30px;
    padding: 12px 0;
  }

  #video-content p {
    font-size: 20px;
    line-height: 30px;
  }

  #video-content {
    background-color: #0e464b;
    padding-bottom: 24px;
  }

  #video-content .president-container .president-title h2:first-of-type {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .video .video-data h2 {
    font-size: 30px;
    padding-bottom: 0;
  }

  .video .video-data p {
    font-size: 20px;
    line-height: 30px;
  }

  .video {
    padding: 48px 24px;
  }

  #first-infographic .first-infographic-title h2:last-of-type {
    font-size: 30px;
    width: 400px;
    padding: 0;
  }

  #cross-photo .photo-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #cross-photo .photo-title p {
    font-size: 20px;
    line-height: 30px;
  }

  #first-meeting .meeting-text p {
    font-size: 20px;
    line-height: 30px;
  }

  #first-meeting .meeting-title h2 {
    font-size: 40px;
    line-height: 50px;
  }

  #first-meeting .meeting-title img {
    width: 65%;
  }

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

  #confirmed {
    background-position: right;
  }

  #confirmed .confirmed-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #vest .president-container .president-title h2:first-of-type {
    font-size: 30px;
  }

  #vest .president-container .president-title h2:last-of-type {
    font-size: 20px;
    bottom: -2px;
  }

  #vest p {
    font-size: 20px;
    line-height: 30px;
  }

  #popular .popular-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #popular .confirmed-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #killed .cia-title h2 {
    font-size: 30px;
  }

  #killed .cia-content p {
    font-size: 20px;
    line-height: 30px;
  }

  #killed {
    padding-bottom: 24px;
  }

  #vest-container .president-container .president-title h2:first-of-type {
    font-size: 30px;
    line-height: 40px;
  }

  #vest-container .president-container .president-title h2:last-of-type {
    font-size: 20px;
    bottom: 4%;
  }

  #vest-container p {
    font-size: 20px;
    line-height: 30px;
  }

  #last-meeting .cia-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #last-meeting .cia-content p {
    font-size: 20px;
    line-height: 30px;
  }

  #last-meeting .cia-container:nth-child(2) {
    padding-top: 24px;
  }

  #last-vest-container p {
    font-size: 20px;
    line-height: 30px;
  }

  #last-meeting .cia-content p:nth-child(2) {
    padding-bottom: 24px;
  }

  #last-vest-container .president-container .president-title h2:first-of-type {
    padding-top: 0;
  }

  #last-vest-container p {
    margin-top: 30px;
  }

  #last-vest-container .president-container .president-title h2:last-of-type {
    bottom: 2%;
    font-size: 20px;
  }

  #last-vest-container .president-container .president-title h2:first-of-type {
    font-size: 30px;
  }

  #year .cia-title h2:first-of-type {
    font-size: 30px;
    line-height: 30px;
  }

  #year .cia-title h2:last-of-type {
    font-size: 30px;
  }

  #year .cia-title img {
    width: 80%;
  }

  #year .year-content h3 {
    font-size: 20px;
    margin-top: 40px;
  }

  .last-video-data h2:first-of-type {
    font-size: 35px;
  }

  .last-video-data h2:last-of-type {
    font-size: 30px;
    top: 75%;
  }

  .year-p p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .cia-container:nth-child(2), .cia-container:nth-child(3) {
    margin-top: 24px;
  }

  #cia-section {
    padding-bottom: 24px;
  }

  #explosion .explosion-image img {
    width: 60%;
  }

  #president-fi .president-container .president-title h2:last-of-type {
    font-size: 30px;
    bottom: 8px;
  }

  #cia-section .cia-content p {
    font-size: 20px;
    line-height: 30px;
  }

  #cia-section .cia-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #explosion .explosion-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #explosion .explosion-contant p {
    font-size: 20px;
    line-height: 30px;
  }

  #president-fi .president-container .president-title h2:first-of-type {
    font-size: 30px;
    line-height: 40px;
  }

  #president-fi .president-container .president-title h2:last-of-type {
    font-size: 24px;
    line-height: 34px;
    bottom: 5px;
  }

  #president-fi .president-container.hello .president-title h2:last-of-type {
    bottom: 0;
  }

  #president-fi p {
    font-size: 20px;
    line-height: 30px;
  }

  #usa-date-one .date-content h2:nth-child(1) {
    font-size: 30px;
    line-height: 40px;
  }

  #usa-date-one .date-content h2:nth-child(2) {
    font-size: 24px;
    line-height: 34px;
  }

  #usa-date-one .date-content p {
    font-size: 20px;
    line-height: 30px;
  }

  #usa-date-one {
    padding-bottom: 24px;
  }

  #usa-date-two .date-content h2:nth-child(1) {
    font-size: 30px;
    line-height: 40px;
  }

  #usa-date-two .date-content h2:nth-child(2) {
    font-size: 30px;
    line-height: 40px;
  }

  #video-content .president-container .president-title h2:first-of-type {
    font-size: 30px;
    line-height: 40px;
  }

  #video-content .president-container .president-title h2:last-of-type {
    font-size: 30px;
    line-height: 40px;
    padding: 12px 0;
  }

  .video .video-data h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0;
  }

  #first-infographic .first-infographic-title h2:last-of-type {
    font-size: 30px;
    padding: 0;
    width: 400px;
  }

  #cross-photo .photo-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #confirmed .confirmed-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #confirmed {
    padding-bottom: 165px;
  }

  #vest .president-container .president-title h2:first-of-type {
    font-size: 30px;
    line-height: 40px;
  }

  #vest .president-container .president-title h2:last-of-type {
    font-size: 20px;
    line-height: 20px;
  }

  #popular .popular-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #popular .confirmed-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #killed .cia-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #vest-container .president-container .president-title h2:first-of-type {
    font-size: 30px;
    line-height: 40px;
  }

  #vest-container .president-container .president-title h2:last-of-type {
    font-size: 24px;
    bottom: 7%;
  }

  #last-meeting .cia-title h2 {
    font-size: 30px;
  }

  #last-vest-container .president-container .president-title h2:first-of-type {
    font-size: 30px;
  }

  #last-vest-container .president-container .president-title h2:last-of-type {
    font-size: 24px;
    bottom: 3%;
  }

  #year .cia-title h2:first-of-type {
    font-size: 30px;
  }

  #year .cia-title img {
    width: 80%;
  }

  #year .cia-title h2:last-of-type {
    font-size: 34px;
  }

  #video-content .president-container .president-title h2:last-of-type {
    width: 300px;
  }

  p {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@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 */
