@media screen and (min-width: 1201px) {
  header {
    padding: 5px;
  }
  header nav {
    width: 100%;
  }
  header nav .menu-btn {
    display: none;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav .buttons .orangeBtn {
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  body .container h2 {
    margin: 20px 0;
    font-size: 40px;
    line-height: 48px;
  }
  body #banner .container h2 {
    font-size: 48px;
  }
  body #banner .container h2::after {
    top: -20px;
    right: -30px;
  }
  body #banner .container .buttons button {
    width: 180px;
  }
  body #banner .container .more-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #mission .missions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #mission .missions .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #mission .missions .row .col.center {
    position: absolute;
    z-index: -3;
    opacity: 0.4;
    width: 100%;
  }
  body #mission .missions .mission-item {
    max-width: 854px;
    color: #545351bf;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 10px;
  }
  body #mission .missions .mission-item.center {
    text-align: left;
  }
  body #mission .missions .mission-item span {
    color: #ff8a00;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
  }
  body #mission .missions .mission-item img {
    width: 120%;
  }
  body #publications {
    margin-bottom: 10px;
  }
  body #publications .container {
    max-width: 100%;
  }
  body #publications .container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #publications .container ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body #publications .container ul li h6 {
    margin-bottom: 15px;
  }
  body #publications .container ul li.activeBook {
    width: 190px !important;
  }
  body #publications .container ul li.activeBook::after {
    display: none;
  }
  body #publications .container ul .otherBooks {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #publications .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #publications .owl-stage div.owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body #publications .owl-stage div.owl-item img {
    width: 130px;
    height: 170px;
  }
  body #publications .owl-stage div.owl-item.activeBook img {
    width: 350px !important;
    height: auto;
  }
  body #publications h6 {
    font-size: 14px;
    margin-top: -2px;
    text-align: center;
  }
  body #latest-news {
    padding-top: 30px;
  }
  body #latest-news .container .news-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #latest-news .container .news-block .center-block {
    width: 344px;
  }
  body #latest-news .container .news-block .center-block .img-box {
    height: 336px;
  }
  body #projects {
    padding: 30px;
  }
  body #projects h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 600;
    background: linear-gradient(164deg, #ff8a00 9.49%, rgba(255, 61, 0, 0.69) 97.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
  body #projects .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #projects .container .card {
    width: 40%;
    margin: 20px;
    padding: 23px;
    border-radius: 8px;
    border: 1px solid #ffba6d;
    background: linear-gradient(161deg, rgba(255, 217, 171, 0.14) 15.55%, rgba(255, 209, 154, 0.25) 96.59%);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
  }
  body #projects .container .card h3 {
    color: rgba(2, 7, 13, 0.9);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -1.2px;
  }
  body #projects .container .card p {
    overflow: hidden;
    color: rgba(4, 24, 47, 0.45);
    text-overflow: ellipsis;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
  }
  body #projects .container .card .show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body #projects .container .card .show-more a {
    color: #ff8a00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.32px;
  }
  body #reports .container #reportContainer #prevBtn {
    left: 0 !important;
  }
  body #reports .container #reportContainer #nextBtn {
    right: 0 !important;
  }
  body #reports .container .reportList {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  body #reports .container .reportList li {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ededf0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  body #reports .container .reportList li span {
    font-size: 56px;
  }
  body #reports .container .reportList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: #ffe6c7;
    color: #ff7042;
  }
  body #contact .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body #contact .info-container .info-box {
    width: 70%;
    margin: 10px auto;
  }
  header {
    padding: 5px;
  }
  header nav {
    position: relative;
    width: 100%;
  }
  header nav .menu-btn {
    background: none;
    border: none;
  }
  header nav ul {
    display: none;
  }
  header nav .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header nav .buttons .orangeBtn {
    display: none;
  }
  header nav .buttons .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
  }
  header nav .buttons .lang img {
    width: 30px;
    margin-left: 14px;
  }
  header nav.show-menu .menu-btn {
    position: relative;
    z-index: 3;
    height: 35px;
    width: 35px;
  }
  header nav.show-menu .menu-btn img {
    visibility: hidden;
  }
  header nav.show-menu .menu-btn::after, header nav.show-menu .menu-btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: #ff8a00;
  }
  header nav.show-menu .menu-btn::after {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    left: 17px;
  }
  header nav.show-menu .menu-btn::before {
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
    right: 16px;
  }
  header nav.show-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(167deg, #fff7ed 9.35%, #ffe8cb 90.7%);
    margin: 0;
  }
  header nav.show-menu ul li a {
    padding: 24px;
  }
  footer {
    padding-top: 100px;
  }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container > div {
    width: 80%;
  }
  footer .container > div:first-child {
    width: 90%;
  }
  footer .container > div.menu {
    width: 45%;
  }
}

@media screen and (max-width: 376px) {
  #banner .container h2::after {
    right: 10px;
  }
}
/*# sourceMappingURL=media-style.css.map */