<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Steppe Arena
Text Domain: steppearena.mn
Tested up to: 2.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Steppe arena
Author URI: Steppelink LLC
Version: 2.0
*/
* {
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  padding: 0;
  margin: 0;

  /* background-color: black;  */
}

/* Main menu accordion styling START */
.accordion {
  margin-bottom: 4rem;
  color: black;
}

.accordion .accordion-item {
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #2450a7;
}

.accordion-button.collapsed {
  color: #c4c4c4;
  background-color: #fff;
}

.accordion-button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c9c9c9'&gt;&lt;path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/&gt;&lt;/svg&gt;") !important;
}

/* Main menu accordion styling END */

/* Footer icon stylin START */
.bi {
  width: 25px;
}

/* Footer icon stylin END */

.carousel {
  max-width: 100% !important;
  margin: auto !important;
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #f1f1f1;
  /* #fafbfd; */
}

.wrapper {
  width: 100%;
}

.carousel {
  max-width: 1200px;
  margin: auto;
  /* padding: 0 30px; */
}

.carousel .card {
  color: #fff;
  text-align: center;
  margin: 20px 0;
  line-height: 250px;
  font-size: 90px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel .card-1 {
  background: #ed1c24;
}

.carousel .card-2 {
  background: #0072bc;
}

.carousel .card-3 {
  background: #39b54a;
}

.carousel .card-4 {
  background: #f26522;
}

.carousel .card-5 {
  background: #630460;
}

.owl-dots {
  text-align: center;
  margin-top: 40px;
}

.owl-dot {
  height: 15px;
  width: 45px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid #0072bc !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
  background: #0072bc !important;
}

.mec-container h1 {
  padding-top: 20px;
}

.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
  /* padding-bottom: 20px !important; */
  margin-bottom: 20px;
}

.social {
  padding-top: 40px;
}

.offcanvas-end {
  width: 100% !important;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  /* border-color: rgba(0,0,0,.1); */
  border-color: #003399;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem; */
  box-shadow: none;
}

.mobile-event {
  display: none;
}

.week .w-w-divider {
  border-top: 3px solid #000;
  padding: 15px 15px;
  margin-top: 30px;
}

.week .w-date {
  font-size: 22px;
  font-weight: 700;
}

.week .active {
  background: #e5ebf5;
  border-top: 3px solid #003399;
  padding: 15px 15px;
  margin-top: 30px;
}

.week .w-title {
  margin-bottom: 5px;
  color: #777;
  font-weight: 700;
}

.week .w-time {
  font-size: 14px;
  color: #888;
}

.week .col {
  flex: 1 0 0%;
  padding-top: 20px;
  margin-top: 30px;
}

.week h1 {
  border-left: 2px solid #003399;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #003399;
  font-weight: 700;
}

.week .divider {
  height: 2px;
  border: none;
  margin: 20px 0;
  width: 100%;
  background: rgb(0 0 0 / 1) !important;
}

.w-divider {
  border-bottom: 1px solid rgb(0 0 0 / 0.2);
  margin-bottom: 23px;
}

.e-card {
  transition: box-shadow 0.2s ease-in-out;
  padding-bottom: 20px;
}

/*.e-card:hover{
	box-shadow: 0 5px 20px -2px rgb(0 0 0 / 35%);
} */
.event-card-img {
  position: relative;
  height: 100%;
}

.e-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.e-content {
  padding: 12px 20px 67px;
  position: relative;
  background: #fff;
  min-height: 270px;
}

.e-content .button {
  background: #fff;
  position: absolute;
  width: calc(100% - 55px);
  bottom: 5px;
  right: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  z-index: 5;
  margin-bottom: 10px;
}

.e-content .button span {
  font-weight: 500;
  font-size: 16px;
  color: #2b2a2a;
  padding-left: 8px;
  position: relative;
}

.e-content .more {
  background-image: linear-gradient(-45deg, #0075d2 0%, #00467f 100%);
  background-color: transparent;
  text-align: center;
  padding: 12px 25px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 6px;
  margin-left: 73px !important;
}

.e-content .more:hover {
  border-color: #0076d3 !important;
  background-color: #0076d3 !important;
  color: #fff;
  background-image: none;
}

.e-content .button i {
  border-radius: 50%;
  border: 4px solid rgba(0, 100, 180, 0.3);
  height: 38px;
  width: 38px;
  z-index: -1;
  transition: all 200ms linear;
  padding: 0 5px;
  font-size: 20px;
  font-weight: 700;
  color: #0064b4;
}

.e-content .button a:hover i {
  background: #0076d3;
  color: #fff;
}

.e-content .button a:hover span {
  color: #003399;
}

.e-content .button .info a {
  text-align: right;
}

.e-content .divider {
  border: none;
  width: 100%;
  margin: 15px 0;
  background: linear-gradient(270deg, #00467f 0%, #0075d2 100%);
  height: 4px;
}

.e-content h1 {
  font-size: 31px;
  margin-top: 20px;
  margin-bottom: 8px;
  margin-top: 20px;
  height: 115px;
}

.e-content h1 a {
  color: #000;
  text-decoration: none;
}

.e-content .date {
  font-size: 16px;
  padding: 10px 0;
}

.e-content .date span {
  font-weight: 700;
  color: #0064b4;
  font-size: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.event .card {
  height: 400px !important;
}

.event .card-content {
  height: 150px;
  background: #fff;
  padding-left: 20px;
  padding-top: 20px;
}

.event .card:hover .left-img {
  height: 525px;
  width: 100%;
}

.event .card:hover .left-img img {
  height: 525px;
  width: 100%;
}

.event-card-img:hover .overlay {
  display: block;
  background: rgba(0, 51, 153, 0.5);
}

.event-card-img .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: -155px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top 0.5s ease;
}

.event-card-img .info {
  position: absolute;
  width: 100%;
  left: 0;
  top: -93px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: white;
  z-index: 1;
  transition: top 0.5s ease;
}

.event-card-img .date {
  position: absolute;
  width: 100%;
  left: 0;
  top: -197px;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top 0.5s ease;
}

.event-card-img .button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 425px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.event-card-img .button a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
  text-transform: uppercase;
}

.event-card-img .button a:hover {
  background-color: #fff;
  color: #000;
}

.event-card-img .button {
  background: none;
}

.event-card-img:hover .button {
  opacity: 1;
}

.bottom-card .event-card-img .button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 225px;
  text-align: center;
  transition: opacity 0.35s ease;
}

.bottom-card .event-card-img .date {
  position: absolute;
  width: 100%;
  left: 0;
  top: -197px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top 0.5s ease;
}

.bottom-card .event-card-img .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: -155px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top 0.5s ease;
}

.bottom-card .event-card-img .info {
  position: absolute;
  width: 100%;
  left: 0;
  top: -63px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: white;
  z-index: 1;
  transition: top 0.5s ease;
}

.bottom-card .event-card-img .button a {
  /* width: 165px; */
  padding: 12px 5px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
  text-transform: uppercase;
  font-size: 13px;
}

.bottom-card .event-card-img .button a:hover {
  background-color: #fff;
  color: #000;
}

/*Search*/
.event .search {
  padding-top: 35px;
  padding-left: 31px;
}

.search button,
.search .button,
.search .faux-button,
.search .wp-block-button__link,
.search .wp-block-file .wp-block-file__button,
.search input[type="button"],
.search input[type="reset"],
.search input[type="submit"],
.search .bg-accent,
.search .bg-accent-hover:hover,
.search .bg-accent-hover:focus,
.search :root .has-accent-background-color,
.search .comment-reply-link {
  background: #f3f3f6 !important;
}

.search pre,
.search fieldset,
.search input,
.search textarea,
.search table,
.search table *,
.search hr {
  /* border: 1px solid #003399 !important; */
  background: #f3f3f6 !important;
  padding: 10px !important;
}

.switcher .option a:hover {
  background: none !important;
}

.switcher .selected a:after {
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 15px;
  background-position: 50%;
  background-size: 11px;
  background-image: url("img/drop.png") !important;
  background-repeat: no-repeat;
  content: "" !important;
  transition: all 0.2s;
}

.switcher {
  font-family: "Manrope", sans-serif;
  font-size: 12pt;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  width: 144px !important;
  line-height: 17px;
}

.switcher .selected:hover {
  background: none !important;
  position: relative;
  z-index: 9999;
}

.switcher .selected a {
  border: none !important;
  color: #fff !important;
  padding: 5px 5px;
}

.switcher .selected {
  background: none !important;
  position: relative;
  z-index: 9999;
  border-radius: 20px;
  border: 0.5px solid #ffffff;
}

.lang {
  padding-top: 21px;
  padding-left: 90px;
}

.lang select {
  word-wrap: normal;
  padding: 5px;
  background: none;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
}

.lang option {
  color: #000;
}

#eapps-instagram-feed-1 {
  width: 280px;
  width: 100% !important;
}

.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  display: none;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 7px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 0;
}

.fc * {
  box-sizing: border-box;
}

.space {
  padding: 0 !important;
}

a {
  text-decoration: none;
}

.title {
  padding: 0;
  padding-bottom: 20px;
}

.title h3 {
  margin: 10px 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 58px;
}

.sub-menu li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 10px 15px 10px 30px;
  background: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sub-menu li a:hover {
  color: #fff;
  background: #2f3191;
}

.sub-menu li.current-menu-item a {
  color: #fff;
  background: #2f3191;
}

.sub-menu li:hover a:before {
  color: #fff;
}

.sub-menu li.current-menu-item a:before {
  color: #fff;
}

.sub-menu li a:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #2f3191;
  position: absolute;
  left: 15px;
}

.header {
  background-color: #003399;
  height: 80px;
}

.header .logo {
  padding: 10px 0;
  width: 110px;
}

.header .nav-bar {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-top: 9px;
}

.header .nav-bar ul li {
  display: inline-block;
  padding: 20px 16px;
}

.header .nav-bar ul li a {
  color: #f3f3f6;
  display: block;
  font-weight: 400;
}

.header .nav-bar ul li a:hover {
  border-bottom: 3px solid #fff;
  padding-bottom: 0px;
  width: 100%;
}

.header .current_page_item a {
  border-bottom: 3px solid #fff;
  padding-bottom: 0px;
}

.header .login-button {
  background-image: linear-gradient(-45deg, #0075d2 0%, #00467f 100%);
  background-color: transparent;
  text-align: center;
  padding: 12px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  border-radius: 6px;
  /* margin-left: 45px !important; */
  width: max-content;
  border: 0px;
}

.header .login a {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.045em;

  color: #ffffff;

  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 0px;
}

.login {
  text-align: right;
  padding-right: 0 !important;
}

.login-space {
  /* padding-top: 28px; */
  /* padding-left: 33px; */
  padding-top: 13px;
}

.login a {
  text-decoration: none;
  color: #fff;
}

/*- after -*/
.title h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 3px;
  background: #f9f871;
  margin-top: 3px;
}

.title {
  padding-bottom: 20px;
}

/*- slider -*/

.slider {
}

.carousel-inner img {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: block;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  color: #fff !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fff;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 10px;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #fff;
  width: 35px;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 2px 12px var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.slider .swiper-slide .slide-content {
  position: absolute;
}

.slider .swiper-slide .slide-content .date {
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.slider .swiper-slide .slide-content .artist {
  font-style: normal;
  font-weight: 400;
  font-size: 114px;
  text-align: center;
  padding: 0;
  color: #ffffff;
  margin: 0;
}

.slider .swiper-slide .slide-content .concert {
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
}

.event .title-txt {
  padding-bottom: 20px;
  margin-left: 12px;
}

.event {
  padding: 30px 0;
  height: 100%;
}

.event .card {
  width: 100%;
  background-color: #fff;
  height: 600px;
}

.event .card .left-img {
  height: 400px;
  width: 100%;
}

.event .card .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event .card .left-img .date p {
  padding: 20px 0 0 20px;
  color: #838aa3;
}

.event .card .left-img h2 {
  text-transform: uppercase;
  font-weight: 650;
  padding-left: 20px;
}

.event .card .left-img .price p {
  padding-left: 20px;
}

.event .bottom-event {
  padding-top: 20px;
}

.event .bottom-card {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  height: 445px;
}

.event .bottom-card .date p {
  padding: 20px 0 0 20px;
  color: #838aa3;
}

.event .bottom-card img {
  width: 100%;
  height: 289px;
}

.event .bottom-card h2 {
  text-transform: uppercase;
  font-weight: 650;
  padding-left: 20px;
  font-size: 20px;
}

.event .bottom-card .price p {
  padding-left: 20px;
}

.event .bottom-card .card-title h2 {
  height: 100px;
}

/* event-more */
.bg {
  padding-bottom: 30px;
  position: relative;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bg img {
  /* object-fit: inherit; */
  object-fit: cover;
  width: 100%;
  /* height: 720px; */
  left: 0px;
  top: 0px;
  position: relative;
  /* min-height: 100vh; */
}

.event2 .event-bg {
  padding-bottom: 0px !important;
}

.event2 .event-right {
  padding-top: 50px;
}

.event2 .title h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
}

.event2 .title p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  padding: 0px 0;
}

.event2 .title ul {
}

.event2 .title ul li {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  text-indent: 64px;
  color: #003399;
  list-style: none;
  padding-top: 10px;
}

.event2 .mobile-event .card {
  height: 420px;
  /* width: 350px; */
  border-top: none;
  margin-left: 0;
  margin-bottom: 20px;
  border-radius: 0;
  width: 100%;
}

.event2 .card {
  height: 415px;
  width: 314px;
  border-top: none;
  background-image: linear-gradient(
    179deg,
    #003359 0%,
    #005395 73%,
    #0072cc 100%
  );
  box-shadow: 0 5px 10px -2px rgb(0 0 0 / 20%);
  color: #fff !important;
  border-radius: none;
}

.event2 .card .title h2 {
  color: #fff;
  font-size: 20px;
  padding: 14px;
  text-align: center;
  font-weight: 700px;
  font-size: 18px;
}

.event2 .card .event-menu ul li {
  font-weight: 400;
  /* font-size: 16px; */
  line-height: 35px;
  order: 1;
  margin: 0px 12px;
  /* color: #121212; */
  font-style: normal;
  list-style: none;
  padding: 2px 0;
  /* color: #fff; */
  color: #f5f8fa;
  font-size: 16px;
}

.event2 .card .solid-border {
  width: 220px;
  /* height: 0px; */
  left: 38px;
  /* top: 264px; */
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  margin: 5px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-block-end: none;
  margin-left: 12px;
}

.event2 .card .ticket {
  padding-top: 28px;
  padding-left: 18px;
}

.event2 .card .ticket a {
  padding: 10px 40px 9px 40px;
  text-align: center;
  position: static;
  width: 266px;
  height: 72px;
  left: 0px;
  top: 24px;
  margin: 24px;
  font-size: 18px;
  color: #003399;
  background-color: #fff;
  border-radius: 6px;
}

.event2 .card .ticket a:hover {
  background-color: #0064b4;
  color: #fff !important;
}

.event2 .bg .text {
  position: absolute;
  bottom: 35px;
  left: 110px;
}

.event2 .bg .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 78px;
  width: 85.5%;
  /* White */

  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  padding: 24px 24px 8px;
}

/*-musun orgoonii tuhai-*/

.event3 {
}

.menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
}

.menu li.current-menu-item {
  color: #003399;
  border-left: 4px solid #003399;
  background: #e5ebf5;
}

.menu li.current-menu-item a {
  color: #003399;
}

.menu ul li:hover {
  color: #003399;
  border-left: 4px solid #003399;
  background: #e5ebf5;
}

.menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  color: #585858;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  max-width: 100%;
  height: 54px;
  margin-bottom: 10px;
  list-style: none !important;
  /* Neutral 400 */

  background: #f3f3f6;
  background: #ffffff !important;
}

.event3 .bg2 {
  height: auto;
  left: 0px;
  top: 0px;
}

.event3 .bg2 img {
  object-fit: cover;
  width: 100%;
}

.small-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0688ff;
}

.small-title span {
  color: #000;
}

.event3 .title h3 {
  position: static;
  left: 0px;
  top: 0px;

  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 10px 0px;
}

.event3 .title p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
  text-indent: 32px;
  color: #121212;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 36px 0px;
}

/*- bairshil html -*/

.event4 .bg2 {
  height: 70vh;
  left: 0px;
  top: 0px;
}

.event4 .bg2 img {
  object-fit: cover;
  width: 100%;
}

.event4 .menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
}

.event4 .menu ul li.active a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  height: 54px;

  color: #003399;
}

.event4 .menu ul li.active {
  padding: 0 !important;
  border-left: 4px solid #003399;
}

.event4 .menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  color: #585858;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.event4 .menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  height: 54px;
  margin-bottom: 10px;
  list-style: none !important;
  /* Neutral 400 */

  background: #e5ebf5;
}

.event4 .small-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: #0688ff;
}

.event4 .small-title span {
  color: #000;
}

.event4 .title h3 {
  position: static;
  left: 0px;
  top: 0px;

  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 10px 0px;
}

.event4 .address {
}

.event4 .address h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #121212;
}

.event4 .address p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 40px;
  color: #121212;
  line-height: 30px;
}

.event4 .bus h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #121212;
}

.event4 .bus p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 40px;
  color: #121212;
  line-height: 30px;
}

/*- hool und -*/

.event5 .bg2 {
  height: 70vh;
  left: 0px;
  top: 0px;
}

.event5 .bg2 img {
  object-fit: cover;
  width: 100%;
}

.event5 .menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
}

.event5 .menu ul li.active a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  height: 54px;

  color: #003399;
}

.event5 .menu ul li.active {
  padding: 0 !important;
  border-left: 4px solid #003399;
}

.event5 .menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  color: #585858;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.event5 .menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  height: 54px;
  margin-bottom: 10px;
  list-style: none !important;
  /* Neutral 400 */

  background: #e5ebf5;
}

.event5 .small-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: #0688ff;
}

.event5 .small-title span {
  color: #000;
}

.event5 .card-food {
  padding: 0 !important;
  margin-bottom: 20px;
}

.event5 .card-food .space {
  padding: 0 !important;
  margin-bottom: 20px;
}

.event5 .card-food .img {
  height: 251px;
  width: 100%;
}

.event5 .card-food img {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.05%, #121212 100%);
  position: relative;
}

.event5 .card-food .content {
}

.event5 .card-food p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #121212;
}

.event3 .card-food .space {
  position: relative;
}

.event3 .card-food .food-text {
  position: absolute;
  color: #fff;
  bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 35.1529px;
  line-height: 43px;
  bottom: 30px;
  text-transform: uppercase;
}

.event3 .card-food .img {
  text-align: center;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
}

.event3 .card-food .img img {
  width: 93%;
}

/*-neriin buteegdehuun-*/

.event6 .bg2 {
  height: 70vh;
  left: 0px;
  top: 0px;
}

.event6 .bg2 img {
  object-fit: cover;
  width: 100%;
}

.event6 .menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
}

.event6 .menu ul li.active a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  height: 54px;

  color: #003399;
}

.event6 .menu ul li.active {
  padding: 0 !important;
  border-left: 4px solid #003399;
}

.event6 .menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  color: #585858;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.event6 .menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  height: 54px;
  margin-bottom: 10px;
  list-style: none !important;
  /* Neutral 400 */

  background: #e5ebf5;
}

.event6 .small-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: #0688ff;
}

.event6 .small-title span {
  color: #000;
}

.event6 .card-food {
  padding: 0 !important;
  margin-bottom: 20px;
}

.event6 img {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.05%, #121212 100%),
    url(image.png);
}

.event3 .product {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.event3 .product img {
  width: 100%;
}

.event3 .product p {
  position: absolute;
  bottom: 0;

  color: #fff;
  padding: 0 5px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  font-size: 21.0963px;
  line-height: 26px;
  display: flex;
  align-items: flex-end;
}

/*-hereglegchiin uilchilgee-*/

.event7 .bg2 {
  height: 70vh;
  left: 0px;
  top: 0px;
}

.event7 .bg2 img {
  object-fit: cover;
  width: 100%;
}

.event7 .menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
}

.event7 .menu ul li.active a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  height: 54px;

  color: #003399;
}

.event7 .menu ul li.active {
  padding: 0 !important;
  border-left: 4px solid #003399;
}

.event7 .menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  color: #585858;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.event7 .menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 10px 16px 20px;
  width: 320px;
  height: 54px;
  margin-bottom: 10px;
  list-style: none !important;
  /* Neutral 400 */

  background: #e5ebf5;
}

.event7 .small-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: #0688ff;
}

.event7 .small-title span {
  color: #000;
}

.event7 .title h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;

  color: #000000;
}

.event7 .title p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: justify;
  color: #121212;
}

.event7 .title ul {
  padding-bottom: 20px;
}

.event7 .title ul li h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  /* identical to box height, or 222% */

  padding-top: 20px;
  /* Black */

  color: #121212;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0px 16px;
}

.event7 .title ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  /* or 222% */

  color: #000000;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 32px 0px;
}

.event3 {
  padding-bottom: 100px;
}

.event3 .title ul li .anhnii {
  padding-top: 20px;
}

.event3 .title .more {
  border: 2px solid #003399;
  padding: 10px 30px;
}

.event3 .title a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.045em;

  /* Main Color */

  color: #003399;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 0px;
}

.event3 .title span {
  font-size: 12px;
  padding: 20px;
}

/* arga hemjeenii zahialga ogoh*/

.event8 {
  position: relative;
}

.event8 .bg2 {
  height: 70vh;
  left: 0px;
  top: 0px;
}

.event8 .bg2 img {
  object-fit: cover;
  width: 100%;
}

.event8 .small-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;

  color: #0688ff;
}

.event8 .small-title span {
  color: #000;
}

.event8 .title h3 {
  font-size: 48px;
  color: #000000;
}

.event8 .title p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #121212;
}

.event8-menu ul {
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  padding-top: 20px;
}

.event8-menu ul li {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  background-color: #f3f3f6;
  list-style: none;
  color: #585858;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 10px 10px;
  padding: 10px;
  height: 107px;
}

.event8-menu ul li p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  color: #121212;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 36px;
  padding-top: 20px;
}

.event8-menu .join-button {
  padding-top: 30px;
}

/*Join*/

.join .box2 {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

.join {
  padding: 30px 0px;
}

.join .box2 img,
.join .box3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.join .box3 {
  width: 100%;
  height: 310px;
}

.join-button {
  text-align: center;
}

.join-button a:hover {
  background-color: #003399;
  color: #fff;
}

.join-button a {
  background-image: linear-gradient(-45deg, #0075d2 0%, #00467f 100%);
  text-transform: uppercase !important;
  background-color: transparent;
  text-align: center;
  padding: 12px 20px;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  width: max-content;
  /* margin-right: auto; */
  /* margin-left: auto; */
}

.join .title .title-join-txt {
  margin: 10px -12px;
}

.page-space {
  padding-left: 40px;
}

/*Footer*/
.footer-content .content {
  z-index: 1;
}

#footer-content {
  display: flex;
  justify-content: space-between;
}

.background-image {
  z-index: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #151515;
}

.container .row {
  position: relative;
  overflow: visible !important;
  z-index: 1;
}

.container .row-social {
  position: relative;
  overflow: visible;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.footer-info a {
  width: 150px;
}

.footer-content {
  background-image: url("http://localhost/wp-content/uploads/2022/11/index.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px 10px 0;
  color: #fff;
  font-weight: 100;
  position: relative;
}

.footer-content .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
}

.footer-content .footer-info h6 {
  font-weight: 700;
  font-size: 14px;
  color: #959595;
  color: #fff;
  width: max-content;
  text-transform: uppercase;
}

.footer-content .footer-info img {
  min-width: 150px;
  margin-bottom: 1rem;
}

.footer-content .footer-info p {
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
  /* Color/Text */
  color: rgba(255, 255, 255, 1);
}

.footer-content .footer-info span {
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  display: flex;
  align-items: center;

  /* Color/Primary */

  color: #ffffff;
  margin: 2px 0;
}

.footer-content .footer-info .bi {
  font-size: 30px;
  font-weight: 100;
  margin-left: 10px;
}

.footer-content .footer-links h4 {
  font-weight: 700;
  font-size: 14px;
  /* color: #959595; */
  color: #fff;
  width: max-content;
  max-width: 120px;
  text-transform: uppercase;
}

.footer-content .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.footer-content .footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 1);
  transition: 0.3s;
  display: block;
  line-height: 1;
  font-size: 12px;
  margin: 10px 0;
  text-decoration: none;
}

.footer-content .footer-links ul li {
  list-style: none;
  padding: 0;
  width: max-content;
  margin: 0;
}

.footer-content .footer-bottom {
  /* padding-top: 30px; */
  text-align: center;
}

.footer-content .footer-bottom p {
  font-weight: 100;
  font-size: 12px;
  /* line-height: 19px; */
  /* Color/Text */

  color: rgba(255, 255, 255, 0.8);
}

.footer-links {
  padding-left: 62px;
}

/*Accordion*/
.accordion-wrapper {
  display: block;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

.accordion-big {
  padding: 30px 0;
}

.accordion + .title {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  /* background: #2450a7; */
  background-image: linear-gradient(to bottom, #003399, #006bc0);
}

.education .accordion + .title {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  background: #fff;
  color: #000;
}

.education .accordion ~ .title strong {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
}

.education .accordion:checked ~ .title .edu-more {
  display: none;
}

.education .accordion ~ .title .edu-close,
.accordion ~ .title .edu-more {
  width: 140px;
}

.education .accordion ~ .title .edu-close {
  display: none;
}

.education .accordion ~ .title .side-icon,
.education .accordion ~ .title .down-icon,
.education .accordion:checked ~ .title .down-icon {
  display: inline-block;
  margin-left: 10px;
}

.education .accordion ~ .title span {
  color: #003399;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.education .accordion ~ .title .edu-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 39px;
  text-transform: uppercase;
}

.education .accordion:checked ~ .content {
  border: none;
  padding: 1px 10px 0px 32px;
}

.education .accordion:checked ~ .title .edu-close {
  display: block;
}

.card-edu .accordion-wrapper {
  display: block;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
  max-width: 100%;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}

.card-edu .content {
  padding: 0px !important;
  height: 87px;
  margin: -12px 0px;
}

.card-edu .accordion:checked ~ .content .edu-text {
  display: block;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 10px 32px 32px;
  width: 100%;
  /* height: 454px; */
  /* left: 20px; */
  /* top: 129px; */
  background: #ffffff;
}

.accordion ~ .title strong {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
}

.accordion ~ .title .side-icon {
  display: block;
}

.accordion:checked ~ .title .side-icon {
  display: none;
}

.accordion ~ .title .down-icon {
  display: none;
}

.accordion:checked ~ .title .down-icon {
  display: block;
}

.accordion ~ .content {
  display: none;
  cursor: pointer;
}

.accordion:checked ~ .content {
  display: block;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 10px 32px 32px;
  width: 100%;
  /* height: 454px; */
  /* left: 20px; */
  /* top: 129px; */
  background: #ffffff;
  border: 1px solid #2450a7;
  box-sizing: border-box;
}

.accordion:checked ~ .content h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #2450a7;
}

.accordion:checked ~ .content span {
  color: #000;
  font-weight: 400;
}

/*Page surgalt*/
.education img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.education .img {
  height: 317px;
}

.education .accordion-wrapper {
  display: block;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
  max-width: 100%;
  margin: 0 auto;
  margin-top: 0x;
  margin-bottom: 12px;
}

.card-edu .more {
  padding-top: 10px;
  text-align: right;
}

.card-edu .more a {
  color: #003399;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.card-edu .more i {
  color: #003399;
  font-size: 14px;
  font-weight: 700;
}

/*Page news*/
.news {
  padding: 0px !important;
}

.news-row .search {
  padding-left: 82px !important;
  padding-top: 35px;
}

.news-row {
  padding: 20px 0px 0px 0px;
}

.card-news {
  padding: 0 !important;
  width: 100%;
}

.card-news-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 2fr));
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (max-width: 400px) {
  .card-news {
    padding: 0 !important;
    width: 200px !important;
  }
}

@media (max-width: 420px) {
  .card-news {
    padding: 0 !important;
    width: 300px !important;
  }
}

@media (max-width: 990px) {
  .card-news-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}

.title h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 58px;
  text-transform: uppercase;

  /* Black */

  color: #121212;
}

.card-news .img {
  width: 100%;
  height: 300px;
}

.card-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-news .content {
  padding: 20px 24px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 220px;
}

.date {
  color: #777;
  font-size: 14px;
}

.card-news .title-news {
  color: #001f5c;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.card-news p {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}

.divider {
  border: none;
  width: 100%;
  margin: 20px 0;
  background: #e5ebf5;
  height: 3px;
}

.long-card-news {
  margin-bottom: 20px;
  padding: 0;
}

.long-card-news img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}

.long-card-news .title-news {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #001f5c;
}

.long-card-news p {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}

/*Page news more*/
.title .divider {
  width: 100%;
  height: 1px;
  background: #f9f871;
}

.news-more {
  padding: 0;
}

.news-more img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.news-more p {
  text-indent: 20px;
  text-align: justify;
  font-size: 18px;
  line-height: 40px;
  text-indent: 32px;
  color: #121212;
  padding-top: 30px;
}

.bottom-divider {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

.join .join-slider {
  display: block;
}

.join .join-slider {
  display: block;
  padding: 0 !important;
}

.join .swiper {
  width: 100%;
  height: 100%;
}

.join .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.join .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.join .swiper-slide {
  width: 100%;
}

.mobile-slider {
  display: none !important;
}

.join .join-web {
  display: block;
  padding-left: 30px;
}

.mobile-header {
  display: none;
}

.mec-calendar .mec-event-footer {
  width: auto;
  min-height: 60px;
  display: none;
}

.mec-calendar .mec-calendar-events-side {
  display: table-cell;
  height: 100%;
  border-left: 1px solid #efefef;
  padding: 40px;
  width: 100%;
  display: none;
}

.eapps-link,
.mobile-fb {
  display: none;
}

/*Search result*/
.search .navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid &gt; li {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.search .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 17px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search [type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  margin-left: -0px;
  color: #1212;
}

.search-result {
  padding: 30px 0;
}

.search-result .cat-text a {
}

.search-result .cat-image {
  width: 100%;
  height: 200px;
}

.search-result .cat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-footer {
  display: none;
}

@media (min-width: 1600px) {
  .event2 .bg .text {
    position: absolute;
    bottom: 35px;
    left: 322px;
  }
}

@media (max-width: 1399px) {
  .e-content .more {
    background-image: linear-gradient(-45deg, #0075d2 0%, #00467f 100%);
    background-color: transparent;
    text-align: center;
    padding: 12px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    margin-left: 45px !important;
  }

  .e-content h1 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-top: 20px;
    height: 115px;
  }
}

.button-main {
  background-image: linear-gradient(-45deg, #0075d2 0%, #00467f 100%);
  text-transform: uppercase;
  background-color: transparent;
  text-align: center;
  padding: 12px 16px;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}

.button-main {
  transform: translateY(27px);
}

@media (max-width: 1060px) {
  .e-content h1 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-top: 20px;
    height: 115px;
  }

  .e-content .more {
    margin-left: 11px !important;
  }

  .m-item {
    text-align: left !important;
    padding-top: 20px;
  }

  .m-item select {
    word-wrap: normal;
    padding: 5px;
    background: none;
    border: 2px solid #000;
    border-radius: 20px;
    color: #000;
  }

  .m-item option {
    color: #000;
    text-align: center;
  }

  .globe-menu {
    padding-top: 30px;
  }

  .globe-menu .f-phone {
    color: #fff;
  }

  .globe-menu ul {
    font-size: 12px;
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    color: #fff;
    font-weight: 700;
    list-style: none;
  }

  .globe-menu ul li {
    display: inline-block;
  }

  .globe-menu ul li:before {
    padding: 0 5px;
    color: #fff;
    content: "\2223";
  }

  .globe-menu ul li a {
    transition: all 100ms linear;
    text-decoration: none;
    font-weight: 400;
    color: #bfcfdc;
    font-size: 12px;
  }

  .footer-menu .globe-menu .delimiter {
    padding: 0 2px;
    color: white;
  }

  .footer-menu {
    padding-top: 20px;
    text-align: center;
  }

  .footer-menu ul {
    list-style: none;
    padding: 0px !important;
  }

  .footer-menu ul li {
    margin-bottom: 20px;
  }

  .footer-menu ul li a {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    /* color: #959595; */
    color: #fff;
    text-transform: uppercase;
  }

  .footer-content {
    display: none;
  }

  .mobile-footer {
    background-repeat: no-repeat;
    padding: 30px 20px;
    background-image: url("http://localhost/wp-content/uploads/2022/11/index.webp");
    background-position: top center;
    position: relative;
    display: block;
  }

  .mobile-footer .contact {
    padding: 0 45px;
  }

  .mobile-footer .logo {
    /* width: 100% !important; */
    padding-bottom: 10px;
  }

  .mobile-footer .social {
    text-align: center;
    padding-bottom: 30px;
  }

  .mobile-footer .phone {
    text-align: center;
    margin-bottom: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 1.56;
  }

  .mobile-footer .phone a {
    color: #fff;
    text-decoration: none;
  }

  .f-divider {
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-footer .social a {
    margin-right: 15px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
  }

  .mobile-footer .address {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.47;
    text-align: center;
  }

  .w-divider {
    border-bottom: 1px solid rgb(0 0 0 / 0.2);
    margin-bottom: 23px;
    /* display: none; */
    margin-left: 11px;
    width: 93%;
  }

  .week .col {
    flex: 1 0 0%;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .mobile-event {
    display: block;
    padding-top: 0px;
  }

  .web-event {
    display: none;
  }

  .event-menu {
    margin: 0 21px;
  }

  .event2 .card .ticket a {
    padding: 10px 40px 9px 40px;
    text-align: center;
    position: static;
    width: 266px;
    height: 72px;
    left: 0px;
    top: 24px;
    margin: 45px;
    font-size: 18px;
    color: #0064b4;
    background-color: #fff;
    border-radius: 6px;
  }

  .bg img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    /* min-height: auto; */
    height: max-content;
    background: black;
  }

  .e-content .button .e-border a {
    background-image: linear-gradient(-45deg, #0075d2 0%, #00467f 100%);
    background-color: transparent;
    text-align: center;
    padding: 12px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px;
  }

  .e-content .button span {
    font-weight: 500;
    font-size: 13px;
    color: #2b2a2a;
    padding-left: 8px;
    position: relative;
  }

  .event2 .card .solid-border {
    width: 209px;
    height: 0px;
    left: 24px;
    top: 264px;
    flex: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 15px;
  }

  .breadcrumb a {
    font-weight: 400;
    line-height: 15px;
    color: #0688ff;
  }

  .event3 .title h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 34px !important;
  }

  .mobile-slider {
    display: block !important;
  }

  .carousel-inner img {
    height: 100%;
    width: 100%;
  }

  .fb-page {
    /* width: 300px; */
  }

  .event-space {
    margin-bottom: 20px;
  }

  .event2 .bg .text {
    position: absolute;
    bottom: -16px;
    left: 0px;
  }

  .event2 .bg .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 33px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    /* padding: 0; */
    max-width: 100%;
    padding: 10px 24px;
  }

  .event2 .card {
    height: 410px;
    width: 350px;
    border-top: none;
    /* padding: 10px; */
    /* padding-left: 21px; */
    margin-left: 0px;
    margin-bottom: 20px;
    border-radius: 0;
  }

  #wpfront-scroll-top-container i {
    color: #fff;
    background: #003399;
    padding: 8px 14px;
    font-size: 35px;
    opacity: 80%;
    display: none;
  }

  .event .title-txt {
    padding-bottom: 20px;
    margin-left: 12px;
    text-align: left;
  }

  #eapps-instagram-feed-1 {
    width: 100%;
  }

  .eapps-instagram-feed-posts-slider-inner {
    z-index: 1;
    position: relative;
    height: auto;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
  }

  .mec-gCalendar {
    position: relative;
    /* padding: 30px 0; */
  }

  .fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-left: 0px;
  }

  .event .bottom-card img {
    width: 100%;
    height: 160px;
  }

  .header,
  .web-fb {
    background-color: #003399;
    height: 80px;
    display: none;
  }

  .mobile-header,
  .mobile-fb {
    display: block;
  }

  .mobile-header {
    text-align: center;
  }

  .mobile-header .menu-item {
    padding: 15px 0px;
  }

  .mobile-header a {
    color: #000;
  }

  .mobile-header .offcanvas-body .nav-item {
    text-align: center;
  }

  .bg-light {
    --bs-bg-opacity: 1;
    background-color: #003399 !important;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("img/toggle-menu1.png");
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .event-card-img .button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 280px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .event-card-img .button .phone-button {
    margin-bottom: 40px;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }

  .event-card-img .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: -155px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top 0.5s ease;
  }

  .bottom-card .event-card-img .button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 91px;
    text-align: center;
    transition: opacity 0.35s ease;
  }

  .bottom-card .event-card-img .button a {
    width: 165px;
    padding: 5px 5px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
    text-transform: uppercase;
    font-size: 8px;
  }

  .bottom-card .event-card-img .date {
    position: absolute;
    width: 100%;
    left: 0;
    top: -76px;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top 0.5s ease;
  }

  .bottom-card .event-card-img .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: -57px;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top 0.5s ease;
  }

  .bottom-card .event-card-img .info {
    position: absolute;
    width: 100%;
    left: 0;
    top: -25px;
    font-weight: 400;
    font-size: 9px;
    text-align: center;
    color: white;
    z-index: 1;
    transition: top 0.5s ease;
  }

  .bottom-card .event-card-img .button .phone-bottom {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    margin-bottom: 5px;
  }

  .join .join-slider {
    display: block;
    padding-bottom: 20px;
  }

  .join .swiper {
    width: 100%;
    height: 100%;
  }

  .join .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .join .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }

  .join .swiper-slide {
    width: 80%;
  }

  .join .join-web {
    display: none;
  }

  .event .bottom-card {
    width: 100%;
    background-color: #fff;
    height: 370px;
    margin-bottom: 20px;
  }

  .title h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 14px !important;
  }

  .title h3 {
    position: static;
    left: 0px;
    top: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 58px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 10px 0px;
  }

  .slider .swiper-button-next {
    display: none;
  }

  .slider .swiper-button-prev {
    display: none;
  }

  .slider .swiper-pagination {
    display: none;
  }

  .slider .swiper-slide .slide-content .concert {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
  }

  .slider .swiper-slide .slide-content .artist {
    font-style: normal;
    font-weight: 400;
    font-size: 69px;
    text-align: center;
    padding: 0;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
  }

  .slider .swiper-slide .slide-content .date {
    display: none;
  }

  .menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .space {
    margin-bottom: 20px;
  }

  .event .bottom-event .mobile-card {
    width: 50%;
  }

  .event3 .bg2 {
    height: auto;
    left: 0px;
    top: 0px;
  }

  .event8-menu ul li {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background-color: #f3f3f6;
    list-style: none;
    color: #585858;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 10px 10px;
    padding: 10px;
    height: 164px;
    text-align: center;
  }

  .event8-menu ul li p {
    margin: 0;
  }

  .event8 .title p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #121212;
  }

  .card-news {
    padding: 0 !important;
    margin-bottom: 20px;
    /* margin-right: 20px; */
    /* width: 100%; */
    width: 400px;
  }

  .card-news .content {
    padding: 20px 24px 24px;
    /* border: 1px solid rgba(0, 0, 0, 0.2);*/
    height: 251px;
  }

  .card-edu .content {
    padding: 24px;
    height: 123px;
  }

  .card-edu h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000000;
  }

  .card-edu {
    border: none;
    padding: 0px 9px !important;
    margin-bottom: 18px;
  }

  .page-space {
    padding: 0 35px;
  }

  .accordion-big {
    padding: 0px 10px !important;
  }

  .search .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 99% !important;
  }

  .news-row .search {
    padding-left: 0px !important;
    padding-top: 0px;
  }

  .news-row {
    padding: 10px 20px !important;
  }

  .footer-info {
    padding-left: 50px;
  }
}

@media (max-width: 912px) {
  .title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 109px !important;
  }

  .e-content h1 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 8px;
    margin-top: 20px;
    height: 85px;
  }

  .e-content .more {
    background-image: linear-gradient(-45deg, #0075d2 0%, #00467f 100%);
    background-color: transparent;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    border-radius: 6px;
    margin-left: 73px !important;
  }

  .e-content .date span {
    font-weight: 700;
    color: #0064b4;
    font-size: 12px;
  }

  .e-content .more {
    margin-left: 1px;
  }

  .mec-gCalendar {
    position: relative;
    padding: 0px 0;
  }

  .e-calendar {
    /* width: 50%; */
    /* margin-left: 120px; */
  }

  .fb-page iframe * {
    max-width: 100% !important;
    width: 100% !important;
  }

  .insta {
    width: 100%;
  }

  .mec-gCalendar #mec-gCalendar-wrap h2.fc-toolbar-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    /* padding: 15px 15px 3px 15px; */
    /* margin-right: 20px; */
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      sans-serif;
  }

  .event3 .title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 85px !important;
  }

  .page-space {
    padding: 0 35px;
    width: 100%;
  }

  .week h1 {
    border-left: 2px solid #039;
    padding-left: 1.25rem;
    /* font-size: 1.5rem; */
    line-height: 2rem;
    color: #039;
    font-weight: 700;
    font-size: 18px;
  }

  .news-row .search {
    padding-left: 0px !important;
    padding-top: 0;
    width: 100%;
  }

  .news-row .title {
    padding: 0;
  }

  .news .title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 69px !important;
  }

  .event2 .event-right {
    padding-top: 50px;
    width: 100%;
  }

  .mobile-event {
    display: block;
    padding-top: 0;
    width: 100%;
  }

  .event2 .mobile-event .card {
    padding-left: 208px;
    height: 400px;
    border-top: none;
    /* margin-left: 72px; */
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
  }
}

@media (max-width: 820px) {
  .title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 62px !important;
  }

  .e-calendar {
    /* overflow-x: auto; */
    overflow: visible;
  }

  .social .col-md-4 {
    overflow: visible;
  }

  .downloadBadges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .e-calendar {
    display: none;
  }

  .e-content .date span {
    font-weight: 700;
    color: #0064b4;
    font-size: 20px;
  }

  .e-content .more {
    background-image: linear-gradient(-45deg, #0075d2 0%, #00467f 100%);
    background-color: transparent;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 6px;
    margin-left: 47px !important;
  }

  .title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 14px !important;
  }

  .event2 .mobile-event .card {
    padding-left: 16px;
    height: 415px;
    border-top: none;
    margin-bottom: 20px;
    border-radius: 0;
    width: 100%;
  }

  .event3 .title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 34px !important;
  }

  .news .title h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f9f871;
    margin-top: 3px;
    left: 21px !important;
  }

  .news-row .search {
    padding-left: 0 !important;
    padding-top: 0;
    width: 100%;
    padding: 10px 0;
  }
}

/* @media (max-width: 768px) {
  .downloadBadges {
    justify-content: center;
  }
}

.downloadBadges {
  display: flex; 
  /* flex-wrap: wrap;  */
/* gap: 1rem;  */
/* justify-content: flex-start; */

*/ .downloadBadges {
  /* display: flex;
  gap: 100px;
  justify-content: center;
  padding-top: 100px;
  background-color: black; */
}

@media (min-width: 768px) {
  .downloadBadges {
    justify-content: flex-start;
  }

  .app-store-button {
    margin-right: 1rem;
  }
}

/* .app-store-button, .play-store-button {
  background-color: black;
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.app-store-button:hover, .play-store-button:hover {
  color: gray;
} */

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
  max-width: 100% !important;
}

.fb-page iframe {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.join-button:hover,
.button-main:hover {
  border-color: #0076d3 !important;
  background-color: #0076d3 !important;
  color: #fff;
  background-image: none;
}

.btn-hot {
  display: inline-block;
  position: relative;
  background-color: transparent;
  text-align: center;
  padding: 12px 25px;
  line-height: 1;
  border: 3px solid rgba(0, 100, 180, 0.3);
  color: #fff;
  transition: all 200ms linear;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 6px;
}

.btn-hot:hover {
  border-color: #0076d3;
  background-color: #0076d3;
  color: #fff;
}

.btn-hot::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    -45deg,
    #0075d2 0%,
    #00467f 100%
  ) !important;
  z-index: -1;
  opacity: 1;
  transition: all 200ms linear;
}

.fc-toolbar-chunk div {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.fc-toolbar-chunk div * {
  flex: 1 !important;
}

.fc-toolbar-chunk div .fc-toolbar-title {
  width: 100% !important;
  display: block !important;
  flex: inherit !important;
  margin-bottom: 20px !important;
  position: relative !important;
}

.fc-today-button {
}

.mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
  padding: 25px 30px 10px !important;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}

.fc-toolbar-chunk * {
  color: #003399 !important;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0 !important;
}

.mec-gCalendar #mec-gCalendar-wrap .fc-header-toolbar.fc-toolbar {
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fc-scrollgrid {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* for QA */

.accordion-wrapper strong {
  font-weight: bold !important;
}
.accordion-wrapper p {
  display: block;
  margin-bottom: 10px;
}
.accordion-wrapper ul {
  list-style: disc !important;
  list-style-position: outside !important;
  padding-left: 40px;
  margin-bottom: 10px;
}

.accordion-wrapper ol {
  list-style: decimal !important;
  list-style-position: outside !important;
  padding-left: 40px;
  margin-bottom: 10px;
}

.accordion-wrapper a span,
.accordion-wrapper a {
  color: #006bc0 !important;
  text-decoration: underline !important;
}
</pre></body></html>