@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');

.slider-one .item {
    height: 500px;
    display: flex;
    align-items: center;
    padding: 0;
}

.topbar-one__right .bootstrap-select > .dropdown-toggle {
    width: 135px;
}

.footer-upcoming-events {
    background: linear-gradient(0deg, rgb(7 56 78), rgba(0, 16, 44, 0.7)), url(/static/custom/img/footer-pn2g.png) center bottom/cover no-repeat;
    padding: 100px 0;
}

.footer-upcoming-events .footer-upcoming-events-item > a > .image {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-two__image-content {
    z-index: 8;
}

.about-two {
    padding-top: 200px;
}

.person-list {
    padding: 40px 0;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu {
    left: 100%;
}

.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.header-navigation ul.navigation-box > li > .submenu > li > a:after {
    right: 10px;
}

.header-navigation ul.navigation-box > li > .submenu > li > a {
    padding: 12px 25px 12px 20px;
}

.header-navigation ul.navigation-box > li > .submenu > li.current > a {
    background: #fc9a06;
    color: #fff;
}


.right-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
}

.side-menu__block-line {
    margin: 10px 0;
}

.right-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f2ebe8;
}

.right-menu ul ul {
    background-color: #e0cfc7;
}

.right-menu li + li {
    border-top: 1px solid #e0cfc7;
}

.right-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0B5B80;
    font-size: 16px;
    position: relative;
    padding: 14px 0;
    padding-left: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.right-menu li a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 15px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.right-menu li a .sub-nav-toggler {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0B5B80;
    color: #fff;
    padding: 1.5px 10px;
}

.right-menu li a .sub-nav-toggler:before {
    content: '\f107';
    font-family: FontAwesome;
}

.right-menu li a:hover {
    color: #fff !important;
    background-color: #fc9a06;
}


.aside {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 15;
}

.aside ul {
    list-style-type: none;
    padding: 0
}

.aside ul li {
    padding: 13px 15px;
    border: 1px solid #9692922b;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    transition: all .5s;
    position: relative;
    cursor: pointer;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.aside ul li.active {
    background-color: #0B5B80;
    color: #fff
}

.aside ul li i {
    line-height: 14px
}

.aside ul li:hover {
    background-color: #0B5B80;
    color: #fff
}

.aside ul li:hover div {
    right: 49.5px;
    -webkit-animation: aside .3s ease-in-out;
    animation: aside .3s ease-in-out
}

.aside ul li div {
    position: absolute;
    right: -280px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #0B5B80;
    z-index: -1;
    color: #fff;
    padding: 14px 15px
}

.aside ul li.aside__active {
    background-color: #0B5B80;
    color: #fff
}

.right-menu ul.submenu {
    height: 0;
    overflow: hidden;
    animation: submenu_close 1s ease;
    transform-origin: top;
}

@keyframes submenu_close {
    from {
        height: auto;
        overflow: auto;
        transform: scaleY(1);
    }
    99% {
        transform: scaleY(0);
    }
    to {
        height: 0;
        overflow: hidden;

    }
}

.right-menu ul.submenu.open {
    height: auto;
    overflow: auto;
    animation: submenu_open 1s ease;
    transform-origin: top;
}

.rotate:before {
    transform: rotate(90deg);
}

@keyframes submenu_open {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

.right-menu li a.has-no-child:before {
    content: " ";
    font-family: 'Font Awesome 5 Pro';
}

.right-menu ul.submenu.open + a.has-child:before {
    content: "\f103";
}

a.collapse-menu-item.has-child {
    cursor: pointer;
}

@-webkit-keyframes aside {
    from {
        right: -280px
    }

    to {
        right: 49.5px
    }
}

@keyframes aside {
    from {
        right: -280px
    }

    to {
        right: 49.5px
    }
}

@media (max-width: 768px) {
    .aside ul li:hover div {
        display: none;
    }
}

@media (max-width: 576px) {
    .aside ul li {
        padding: 8px 8px;
    }
}


.error-text.active {
    visibility: visible;
    opacity: 1;
}

.error-text {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 12;
}

.error-text__wrapper {
    width: 500px;
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    position: fixed;
    left: 50%;
}

.error-text__form form button:hover {
    background-color: #fff;
    border: 1px solid #183b8c;
    color: #183b8c;
}

.error-text__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.error-text__header i {
    cursor: pointer;
}

.error-text__form form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-text__form form input {
    outline: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
}

.error-text__form form textarea {
    margin-top: 20px;
    font-weight: 600;
    color: #495057;
    border: 1px solid #ced4da;
    outline: 0;
    padding: 10px;
    border-radius: 5px;
    transition: all .4s;
}

.error-text__form form button {
    border: 1px solid #183b8c;
    background-color: #183b8c;
    color: #fff;
    padding: 10px 50px;
    border-radius: 100px;
    outline: 0;
    align-self: flex-end;
    transition: all .4s;
}

.sidebar__post-content {
    position: relative;
    bottom: 60px;
    background: #fff;
    margin: 0 10px 0;
    padding: 5px 15px 10px;
    border: 1px solid #292728;
    border-radius: 5px;
}

.topbar-one__search {
    border-color: #fff;
}

.language-icon,
.topbar-one__search i,
.topbar-one__social a i,
.logo-text p,
.topbar-one__link {
    color: #fff;
}

.topbar-one__right .bootstrap-select > .dropdown-toggle {
    border-color: #fff;
    color: #fff;
}

.language-icon-li {

}

.topbar-one__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 10px 5px;
    height: 38px;
}

.topbar-one__social:after {
    content: '';
    width: 1px;
    height: 28px;
    background-color: #fc9a06;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.topbar-one__social {
    margin-right: 2px;
}

.topbar-one__social a:hover {
    background: #fff;
}

.topbar-one__social a:hover i {
    color: #0b5b80;
}

.topbar-one__search:hover {
    background-color: #ffffff;
}

.topbar-one__search:hover i {
    color: #0b5b80;
}

@media print {

    header,
    footer,
    aside.aside,
    #print-page,
    .other-posts,
    .preloader,
    .topbar-one,
    .side-menu__block,
    .search-popup,
    .post-detail,
    .other-posts-block,
    .scroll-to-target.scroll-to-top {
        display: none !important;
    }

    * {
        font-size: 1.20rem !important;
    }

    .posts .post-detail__subheader {
        flex-direction: row;
        padding: 20px 0 !important;

    }

    .post-detail__body {
        margin-top: 5px !important;
    }

    .posts .post-detail__title {
        font-size: 2.5rem !important;
    }

}


/* HERO */
.hero__adress {
    font-family: "Inter";
    font-size: 20px;
  }
  
  .hero__subtitle, .program-card__month, .program-card__title {
    font-family: "Inter";
    font-size: 22px;
    font-weight: 500;
  }
  .hero__with-title {
    text-transform: uppercase;
    position: relative;
    background: #080810;
  }
  .hero__with-title-ellips {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .hero__with-title-ellips:nth-child(1) {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
  }
  .hero__with-title-ellips:nth-child(2) {
    top: 0;
    left: 0;
  }
  .hero__with-title-container {
    position: relative;
    height: 100%;
    min-height: 328px;
  }
  @media (max-width: 700px) {
    .hero__with-title-container {
      min-height: 250px;
    }
  }
  @media (max-width: 500px) {
    .hero__with-title-container {
      min-height: 190px;
    }
  }
  .hero__with-title-text {
    font-family: "Inter";
    font-size: 50px;
    font-weight: 700;
    line-height: 130%;
    color: white;
    position: absolute;
    bottom: 32px;
    left: 16px;
  }
  @media (max-width: 500px) {
    .hero__with-title-text {
      font-size: 24px;
      left: 16px;
      bottom: 16px;
    }
  }
  .hero__with-title-img {
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 59%;
  }
  @media (max-width: 500px) {
    .hero__with-title-img {
      left: 16px;
      transform: translateX(0);
      width: 233px;
      height: 40px;
    }
  }
  .heroSwiper {
    position: absolute !important;
    width: 100% !important;
    top: 200px;
  }
  @media (max-width: 768px) {
    .heroSwiper {
      width: 100vw !important;
      top: 100px;
    }
  }
  .heroSwiper .swiper {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 768px) {
    .heroSwiper .swiper {
      width: 100vw !important;
    }
  }
  .heroSwiper .swiper-wrapper {
    align-items: center;
    min-height: 500px;
    gap: 20px;
    margin-bottom: 24px;
  }
  @media (max-width: 768px) {
    .heroSwiper .swiper-wrapper {
      min-height: 350px;
      margin-left: calc(25% - 180px);
    }
  }
  .heroSwiper .swiper-slide {
    transition: all 0.3s ease;
    min-height: 250px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
  }
  .heroSwiper .swiper-slide-active {
    min-height: 500px;
    width: 90% !important;
  }
  @media (max-width: 768px) {
    .heroSwiper .swiper-slide-active {
      min-height: 350px;
      width: 341px !important;
    }
    .heroSwiper .swiper-slide-active .overlay {
      display: none !important;
    }
  }
  .heroSwiper .swiper-slide-active .title, .heroSwiper .swiper-slide-active .subtitle {
    display: none !important;
  }
  .heroSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .heroSwiper .swiper__buttons {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-left: 50px;
  }
  @media (max-width: 768px) {
    .heroSwiper .swiper__buttons {
      margin: 0 auto;
    }
  }
  .heroSwiper .swiper__buttons > * {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .hero {
    overflow: hidden;
    position: relative;
    margin-bottom: 64px;
  }
  @media (max-width: 768px) {
    .hero {
      margin-bottom: 24px;
    }
  }
  
  .hero__overlay, .hero__bg {
    object-position: center;
  }
  
  .hero__box {
    position: relative;
    padding: 354px 0 298px 0;
  }
  @media (max-width: 768px) {
    .hero__box {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 540px 0 198px 0;
    }
  }
  
  .hero__adress {
    text-align: center;
    min-height: 44px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    background: rgba(245, 156, 47, 0.1215686275);
    color: #E09C48;
    border-radius: 42px;
    margin-bottom: 16px;
  }
  @media (max-width: 768px) {
    .hero__adress {
      min-height: 36px;
      font-size: 14px;
    }
  }
  
  .hero__adress:empty {
    background-color: transparent;
  }
  
  .hero__content {
    padding-left: 30px;
    z-index: 10;
    position: relative;
  }
  @media (max-width: 768px) {
    .hero__content {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  
  .hero__title {
    font-family: "inter";
    font-size: 50px;
    color: white;
    font-weight: 700;
    margin-bottom: 8px;
  }
  @media (max-width: 768px) {
    .hero__title {
      margin-bottom: 4px;
      font-size: 28px;
    }
  }
  
  .hero__subtitle {
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.6);
  }
  @media (max-width: 768px) {
    .hero__subtitle {
      margin-bottom: 12px;
      font-size: 16px;
    }
  }
  .stand-upper .hero__with-title {
    margin-bottom: 64px;
  }
  @media (max-width: 768px) {
    .stand-upper .hero__with-title {
      margin-bottom: 40px;
    }
  }
  .single-stand-upper .hero__ellips {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .single-stand-upper .hero__ellips:nth-child(1) {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
  }
  .single-stand-upper .hero__ellips:nth-child(2) {
    top: 0;
    left: 0;
  }
  .single-stand-upper .hero__box {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 200px;
    padding-bottom: 0;
    grid-gap: 20px;
    gap: 20px;
  }
  @media (max-width: 820px) {
    .single-stand-upper .hero__box {
      grid-template-columns: 1fr;
      padding-bottom: 24px;
    }
  }
  .single-stand-upper .hero__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  .single-stand-upper .hero__image .overlay {
    transform: rotate(-180deg);
  }
  .single-stand-upper .hero__image img {
    object-position: top;
  }
  @media (max-width: 820px) {
    .single-stand-upper .hero__image {
      min-height: 472px;
    }
  }
  .single-stand-upper .hero__line {
    width: 80px;
    height: 1px;
    background: #F59C2F;
    margin-bottom: 16px;
  }
  .single-stand-upper .hero__text {
    color: #9C9C9F;
    line-height: 140%;
    padding-bottom: 20px;
  }
  .single-stand-upper .hero__inner-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    gap: 20px;
    padding-bottom: 20px;
  }
  @media (max-width: 820px) {
    .single-stand-upper .hero__inner-box {
      grid-template-columns: 1fr;
      padding-bottom: 24px;
    }
  }
  .hero {
    overflow: hidden;
    position: relative;
    margin-bottom: 64px;
  }
  @media (max-width: 768px) {
    .hero {
      margin-bottom: 24px;
    }
  }
  
  .hero__overlay, .hero__bg {
    object-position: center;
  }
  
  .hero__box {
    position: relative;
    padding: 354px 0 298px 0;
  }
  @media (max-width: 768px) {
    .hero__box {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 540px 0 198px 0;
    }
  }
  
  .hero__adress {
    text-align: center;
    min-height: 44px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    background: rgba(245, 156, 47, 0.1215686275);
    color: #E09C48;
    border-radius: 42px;
    margin-bottom: 16px;
  }
  @media (max-width: 768px) {
    .hero__adress {
      min-height: 36px;
      font-size: 14px;
    }
  }
  
  .hero__adress:empty {
    background-color: transparent;
  }
  
  .hero__content {
    padding-left: 30px;
    z-index: 10;
    position: relative;
  }
  @media (max-width: 768px) {
    .hero__content {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  
  .hero__title {
    font-family: "inter";
    font-size: 50px;
    color: white;
    font-weight: 700;
    margin-bottom: 8px;
  }
  @media (max-width: 768px) {
    .hero__title {
      margin-bottom: 4px;
      font-size: 28px;
    }
  }
  
  .hero__subtitle {
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.6);
  }
  @media (max-width: 768px) {
    .hero__subtitle {
      margin-bottom: 12px;
      font-size: 16px;
    }
  }
  .heroSwiper .swiper-wrapper {
    align-items: center;
    min-height: 500px;
    gap: 20px;
    margin-bottom: 24px;
  }
  @media (max-width: 768px) {
    .heroSwiper .swiper-wrapper {
      min-height: 350px;
      margin-left: calc(25% - 180px);
    }
  }
  .heroSwiper .swiper-slide {
    transition: all 0.3s ease;
    min-height: 250px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
  }
  .heroSwiper .swiper-slide-active {
    min-height: 500px;
    width: 90% !important;
  }
  @media (max-width: 768px) {
    .heroSwiper .swiper-slide-active {
      min-height: 350px;
      width: 341px !important;
    }
    .heroSwiper .swiper-slide-active .overlay {
      display: none !important;
    }
  }
  .heroSwiper .swiper-slide-active .title, .heroSwiper .swiper-slide-active .subtitle {
    display: none !important;
  }
  .heroSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }