@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
body {
  background-color: #003652;
  color: #212121;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400; }

.admin-bar .wrapper {
  min-height: calc(100vh - 32px); }
.admin-bar .side-menu {
  top: 32px;
  height: calc(100% - 32px); }

.wrapper {
  position: relative;
  min-height: 100vh;
  background-color: #003652; }

h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-weight: 700; }

h2,
h3 {
  margin-bottom: 1rem; }

a {
  text-decoration: none;
  color: #FFC600; }
  a:hover {
    color: #212121; }

.op-05 {
  opacity: .5; }

header {
  position: absolute;
  padding: 1rem 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent; }
  header a {
    color: #fff; }
    header a:hover {
      color: #FFC600; }
  header .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    header .inner .mobile-toggler {
      display: none; }
    header .inner .mobile-closer {
      display: none; }
    header .inner .main-menu {
      list-style: none;
      padding: 0;
      display: flex;
      flex-grow: 1;
      justify-content: center;
      gap: 3rem;
      margin-bottom: 0; }
    header .inner li {
      position: relative; }
    header .inner .lang-menu {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 1rem; }
      header .inner .lang-menu.show .sub-menu {
        display: block; }
      header .inner .lang-menu .sub-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 10px;
        background-color: rgba(0, 55, 82, 0.85);
        border-radius: 5px; }
        header .inner .lang-menu .sub-menu li {
          padding: 5px; }

.container-fluid {
  padding-left: 5%;
  padding-right: 5%; }

.btn-main {
  background: #FFC600;
  color: #000;
  font-weight: bold;
  transition: .3s; }
  .btn-main:hover {
    background: #c99d00;
    color: #000; }

.btn-main-invert {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  transition: .3s; }
  .btn-main-invert:hover {
    background: #fff;
    color: #000; }

.logo {
  flex-shrink: 0;
  width: 120px; }
  .logo img {
    width: 100%;
    height: auto; }
  .logo .custom-logo-link {
    color: #fff;
    font-size: 2em;
    font-weight: bold; }

.main-content {
  position: relative;
  z-index: 1; }

footer {
  background: transparent;
  color: #fff; }

.modal-inner .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 1rem;
  border-bottom: 1px solid #6d6d6d;
  color: #FFC600;
  font-size: 1.5rem; }
  .modal-inner .header .closer {
    flex-shrink: 0; }
    .modal-inner .header .closer svg {
      color: #FFC600;
      width: 20px;
      height: 20px; }
.modal-inner .body {
  padding: 2rem;
  max-height: 50vh;
  overflow: auto; }
.modal-inner .footer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  padding: 1rem;
  border-top: 1px solid #6d6d6d; }
  .modal-inner .footer a {
    width: 20%;
    font-size: .8em; }

.modal-backdrop {
  backdrop-filter: blur(20px) !important;
  opacity: 1 !important;
  z-index: 102;
  background: transparent; }

.mb-6 {
  margin-bottom: 6rem; }

#req_form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%; }
  #req_form input {
    background: #4A4A4A;
    color: #fff;
    text-align: center;
    max-width: 300px;
    width: 100%;
    padding: 11px; }
    #req_form input::placeholder {
      color: #fff;
      opacity: 1; }
    #req_form input::-ms-input-placeholder {
      color: #fff; }
  #req_form button {
    max-width: 300px;
    width: 100%; }
#req_form a {
    max-width: 300px;
	font-size: 1.25rem;
    width: 100%; }

.top-section {
  position: relative;
  width: 100%;
  height: 70vh; }
  .top-section .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; }
  .top-section .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    opacity: 0.2; }
  .top-section .banner-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .top-section .banner-text-wrap .swiper-button-next:after,
    .top-section .banner-text-wrap .swiper-button-prev:after {
      color: #fff; }
    .top-section .banner-text-wrap .swiper-button-prev {
      left: 5%; }
    .top-section .banner-text-wrap .swiper-button-next {
      right: 5%; }
    .top-section .banner-text-wrap .swiper-pagination-bullet {
      width: 30px;
      background: #fff;
      opacity: 1;
      border-radius: 0;
      height: 2px; }
      .top-section .banner-text-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #FFC600; }
    .top-section .banner-text-wrap .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
      .top-section .banner-text-wrap .swiper-slide .banner-text {
        padding: 0 1rem;
        color: #fff; }
        .top-section .banner-text-wrap .swiper-slide .banner-text h1 {
          font-size: 3vw;
          font-size: clamp(2.5rem, 5vw, 5rem); }
        .top-section .banner-text-wrap .swiper-slide .banner-text a {
          background: #FFC600;
          color: #000;
          font-weight: bold;
          padding: 1rem 5rem;
          border-radius: 10px;
          top: 2rem;
          position: relative;
          transition: .3s; }
          .top-section .banner-text-wrap .swiper-slide .banner-text a:hover {
            background: #c99d00;
            color: #000; }

.section {
  padding: 5rem 0 2rem; }
  .section .section-title {
    color: #fff;
    margin-bottom: 5rem; }
    .section .section-title h2 {
      font-size: 2.5rem; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; }
  .cards .card-custom {
    background: linear-gradient(180deg, #006091 0%, #002233 100%);
    border-radius: 10px;
	color: #000;
    overflow: hidden; }
    .cards .card-custom .title {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2rem 1rem;
      background: #FFC600;
      font-size: 1.2rem;
      font-weight: bold;
      text-transform: uppercase; }
      .cards .card-custom .title .triangle-wrap {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end; }
        .cards .card-custom .title .triangle-wrap .triangle {
          width: 40px;
          height: 40px;
          background: #FFC600;
          transform: rotate(45deg); }
    .cards .card-custom .body {
      color: #fff;
      padding: 1rem 2rem; }
      .cards .card-custom .body img {
        display: block;
        margin: 4rem auto 2rem;
        width: auto;
        height: 120px; }

.background-container {
  background-image: url(../imgs/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.board .item {
  background: linear-gradient(270deg, #004E74 0%, #002C42 100%);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 80px auto; }
  .board .item:hover .body {
    background: linear-gradient(270deg, #004E74 99.99%, #002233 100%); }
  .board .item:first-child .body {
    background: linear-gradient(270deg, #004E74 99.99%, #002233 100%); }
  .board .item:first-child .number {
    color: #000;
    background: #FFC600; }
  .board .item .number {
    color: #FFC600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem; }
  .board .item .body {
    padding: 1.5rem 1rem;
    background: linear-gradient(270deg, #004E74 0%, #002233 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff; }
    .board .item .body .name {
      opacity: 0.6; }

.modal-content {
  background: #071627; }

.modal-body {
  padding: 0;
  color: #fff; }

.advert {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  overflow: hidden; }
  .advert .advert-text {
    color: #fff;
    padding: 2rem; }
    .advert .advert-text img {
      display: block;
      margin: auto; }

.faqs .faq-wrap {
  background: #071627;
  padding: 2rem;
  margin-bottom: 5px;
  border-radius: 10px; }
  .faqs .faq-wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    .faqs .faq-wrap .title:hover {
      color: #FFC600; }
      .faqs .faq-wrap .title:hover svg {
        color: #FFC600; }
    .faqs .faq-wrap .title[aria-expanded="true"] {
      color: #FFC600; }
      .faqs .faq-wrap .title[aria-expanded="true"] svg {
        color: #FFC600;
        transform: rotate(180deg); }
  .faqs .faq-wrap .inner {
    padding-top: 2rem; }

.hide {
  display: none; }

.loader-wrap {
  padding: 1rem;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center; }

.lds-ring,
.lds-ring div {
  box-sizing: border-box; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.popup-info img {
  width: 100%; }
.popup-info .title {
  margin: 1rem 0;
  font-weight: bold;
  font-size: 24px; }

@media only screen and (max-width: 768px) {
  .admin-bar .wrapper {
    min-height: calc(100vh - 46px); }

  header .inner .main-menu {
    display: none; }
    header .inner .main-menu.show {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      backdrop-filter: blur(10px);
      background: rgba(0, 0, 0, 0.2);
      touch-action: none;
      z-index: 1200; }

  .cards {
    grid-template-columns: 1fr; }

  .logo {
    width: 80px; }

  .swiper-button-prev,
  .swiper-button-next {
    display: none; }

  header .inner .mobile-toggler {
    display: block;
    position: relative;
    width: 25px;
    height: 20px; }
    header .inner .mobile-toggler span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff; }
      header .inner .mobile-toggler span:nth-child(2) {
        width: 75%;
        top: 9px; }
      header .inner .mobile-toggler span:nth-child(3) {
        top: unset;
        bottom: 0; }

  header .inner .mobile-closer {
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 5px;
    cursor: pointer;
    z-index: 1201; }
    header .inner .mobile-closer svg {
      color: #FFC600;
      width: 30px;
      height: 30px; }
    header .inner .mobile-closer.show {
      display: block; }

  header .inner .lang-menu {
    justify-content: flex-end;
    flex-grow: 1; }

  .modal-inner .footer {
    flex-direction: column; }
    .modal-inner .footer a {
      width: 100%; }

  .modal-inner .header {
    font-size: 1.2rem; } }

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