@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Prata&display=swap');

/* @font-face {
  font-family: "kenoky-medium";
  src: url("fonts/kenoky-medium.otf") format("opentype");
  src: url("fonts/kenoky-medium.eot");
  src: url("fonts/kenoky-medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/kenoky-medium.woff") format("woff"),
    url("fonts/kenoky-medium.ttf") format("truetype"),
    url("fonts/kenoky-medium.svg#kenoky-medium") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "kenoky-semibold";
  src: url("fonts/kenoky-semibold.otf") format("opentype");
  src: url("fonts/kenoky-semibold.eot");
  src: url("fonts/kenoky-semibold.eot?#iefix") format("embedded-opentype"),
    url("fonts/kenoky-semibold.woff") format("woff"),
    url("fonts/kenoky-semibold.ttf") format("truetype"),
    url("fonts/kenoky-semibold.svg#kenoky-semibold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #18300c;
  --secondary: #214210;
  --green: #316318;
  --lightgreen: #d5d7be;
  --black: #222222;
  --cream: #f7e4c8;
  --white: #f7edde;
  --text: "Figtree", sans-serif;
  --heading: "Prata", serif;
}

body, html {
  font-size: 18px;
  line-height: 1.6em;
  font-family: var(--text);
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--secondary);
  font-weight: 600;
}

p a, p a:visited {
  line-height: inherit;
}

a:hover {
  color: var(--primary);
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading);
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

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

.text-right {
  text-align: right;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1320px;
  z-index: 1;
}

.middlewrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.bigfont {
  font-size: 1.2em;
  line-height: 1.6em;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 31.666%;
}

.col50 {
  width: 50%;
}

.col60 {
  width: 60%;
}

.col40 {
  width: 40%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.itemend {
  align-items: end;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentend {
  -webkit-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.contentright {
  -webkit-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
}

.spaceBottom {
  position: relative;
  padding-bottom: 80px;
}

.spaceTop {
  position: relative;
  padding-top: 80px;
}

/* ~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 11;
  padding: 10px 0;
}

.header.homepg {
  position: absolute;
}

nav {
  width: calc(100% - 320px);
}

.logo {
  width: 320px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.logo img {
  width: 120px;
  padding: 5px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: var(--cream);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.close, .showMobiNav .close {
  display: none;
}

.nav:not(.showMobiNav) .search.open .close {
  display: inline-flex;
}

.close {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: var(--secondary);
  border-radius: 50%;
  margin: 0 2px;
}

.close:before, .close:after {
  position: absolute;
  content: "";
  width: 16px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 16px;
  left: 8px;
}

.close:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 16px;
  left: 8px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ */
footer {
  background-color: var(--primary);
  color: var(--white);
}

footer .container {
  padding: 40px 0;
}

footer .footlogo h3 {
  font-size: 1.5em;
}

footer .footimg {
  max-width: 640px;
}

footer .footimg img {
  width: 31%;
}

footer .footsocial a {
  color: var(--white);
  margin-right: 10px;
  font-weight: 500;
}

footer hr {
  border-color: var(--cream);
  margin: 15px 0;
}

footer .footsocial a i {
  display: inline-flex;
  font-size: 10px;
}

footer .footadd p:not(:last-child) {
  margin-bottom: 5px;
}

footer .footadd div:first-child {
  margin-bottom: 15px;
}

footer .copyright {
  font-size: 0.9em;
  padding: 10px 5px;
  background-color: #152c0a;
}

footer .copyright span {
  margin: 0 5px;
}

.content ul, .content ol {
  margin: 15px 0;
}

.content ul li, .content ol li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.content ol li {
  list-style-type: decimal;
}

.content ol ul {
  margin-top: 10px;
}

.content table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: var(--white);
  background: var(--white);
  width: 100%;
}

.content table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  border: 1px solid var(--lightgreen);
  color: var(--white);
  font-weight: 500;
}

.content table td {
  padding: 5px;
  border: 1px solid var(--primary);
  color: var(--black);
}

.content table tr:nth-child(2n + 1) td {
  background-color: var(--lightgreen);
}

.content table td.bnone {
  border: none;
}

.content table a {
  word-break: break-word;
}

.content table th a {
  color: #cbdbe6;
}

.content table th a:hover {
  color: var(--white);
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid;
  border-color: var(--primary);
  opacity: 0.5;
}

.fulltable {
  width: 100%;
}

.btn a {
  display: inline-block;
  background-color: transparent;
  border: 2px solid var(--green);
  color: var(--green);
  padding: 12px 24px;
  position: relative;
  background-image: none;
  background-size: auto;
  margin-top: 15px;
  overflow: hidden;
  z-index: 1;
}

.btn.btnwhite a {
  border-color: var(--white);
  color: var(--white);
}

.btn a:before {
  content: "";
  height: 100%;
  width: 0;
  background-color: var(--secondary);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: -1;
}

.btn a:hover:before {
  width: 100%;
}

.btn a:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.btn a:not(:last-child) {
  margin-right: 15px;
}

.title {
  margin-bottom: 30px;
}

.title p {
  color: var(--black);
  font-size: 0.9em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.title h2 {
  text-transform: uppercase;
  color: var(--primary);
}

/* banner */
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 150px 0 100px;
}

.banner::before {
  content: '';
  position: absolute;
  background-color: var(--white);
  opacity: 0.95;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.banner h1 {
  text-transform: uppercase;
  font-size: 5.6em;
  color: var(--primary);
  margin-bottom: 0;
  line-height: 1;
}

.banner .bannerBox {
  max-width: 640px;
  margin: 0 auto;
}

.photoBox {
  margin-top: -20px;
}

.photoBox article {
  position: relative;
}

.photoBox article:nth-child(even) {
  margin-top: -40px;
}

.photoBox .photoText {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photoBox .photoText img {
  border-radius: 100%;
}

.welcome {
  background-color: var(--cream);
}

.partnership .partnerText {
  background-color: var(--primary);
  color: var(--white);
  padding: 60px 30px;
  max-width: 520px;
  margin: 30px auto;
}

.partnerText .title p, .partnerText .title h2 {
  color: var(--white);
}

.spacialWrap {
  position: relative;
}

.spacialWrap::before {
  content: '';
  position: absolute;
  background-color: var(--cream);
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.spacialWrap ul li {
  margin: 0 0 15px 20px;
  list-style-type: square;
}

.spacialWrap .col12:first-child {
  padding-right: 30px;
}

.spacialWrap .events {
  padding-left: 30px;
}

.events .glEvent {
  width: 48%;
  padding: 15px;
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 15px;
}

.events .glEventTitle>div, .events .glEventDate {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.events .glEventTitle {
  font-size: 0.9em;
}

.events .glEventDate {
  font-size: 1.1em;
}

.events .glEventTitle>div:before, .events .glEventDate::before {
  content: "\f115";
  position: absolute;
  left: 0;
  top: 10px;
  font-family: beehivelyicons;
  font-size: 11px;
  line-height: 1;
}

.events .glEventDate::before {
  content: "\f15e";
  font-size: 17px;
  top: 6px;
}

.events .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.events .btn a {
  margin-top: 0;
}

.connect {
  background-color: var(--cream);
}

.connect .middlewrap {
  background-color: var(--primary);
  color: var(--white);
}

.connect .title p, .connect .title h2 {
  color: var(--white);
}

.connect .col50:last-child {
  padding: 0 30px;
}

/* ~~~~~~~~~~~~~ */
.content .leftimg {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 35%;
  position: relative;
}

.content .rightimg {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 35%;
  position: relative;
}

.leftimg img, .rightimg img {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px !important;
  width: 100%;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content {
  padding: 40px 0;
  position: relative;
  min-height: 300px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.pageTitle {
  background-color: var(--primary);
  color: var(--white);
  padding: 50px 0;
  position: relative;
}

.pageTitle::before {
  content: '';
  position: absolute;
  background-image: url(mnd-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  right: 10px;
  top: 0;
  width: 150px;
  height: 100%;
  opacity: 0.2;
}

.pageTitle h1 {
  font-size: 2.4em;
  margin-bottom: 0;
}

/*---calendar---*/
.content .fullcal table {
  margin: 0;
}

.content .fullcal .fc-day-header {
  text-align: center;
  color: var(--white);
}

.fullcal .fc-toolbar h2 {
  color: var(--primary);
}

.content .fullcal table td, .content .fullcal table tr:nth-child(2n + 1) td {
  padding: 0;
  background-color: transparent;
}

.content .fullcal a {
  cursor: pointer;
  font-size: 0.85em;
  background-image: none;
  background-size: auto;
}

.fullcal .fc-event, .fullcal .fc-event-dot {
  background-color: #f0f0fd;
  color: var(--primary) !important;
  border: none;
  padding: 2px;
}

.content .fullcal h2:after {
  display: none;
}

.fullcal .fc-today .fc-day-number {
  background: var(--primary);
  border-radius: 3px;
  padding: 5px;
  color: var(--white);
}

button.fc-button-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  text-transform: capitalize;
}

.fc-button-primary:hover {
  color: var(--white) !important;
  background-color: #200e44 !important;
  border-color: #200e44 !important;
}

/* Navigation */
.menu, .menu>li, .flex, .menu>li>a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li {
  position: relative;
}

.menu li a {
  color: var(--primary);
  font-weight: 600;
}

.menu li a:hover {
  color: var(--green);
}

.menu>li>a {
  position: relative;
  line-height: 54px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 3px;
  background-color: var(--green);
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.showMobiNav .menu>li>a:after {
  background-color: var(--white);
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  bottom: 0px;
  opacity: 1;
}

.menu ul {
  width: 200px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li:last-child>ul {
  right: 0;
  left: inherit;
}

.menu>li.active>a {
  color: var(--secondary);
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  line-height: 1.3em;
  color: var(--white);
  font-size: 0.85em;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: var(--secondary);
  background-color: transparent;
}

.menu li ul li:hover ul li:hover>a, .menu li ul li:hover>a, .menu li.active li.active li.active>a, .menu li.active li.active>a, .menu li:hover li:hover>a, .menu li:hover li>a:hover, .menu ul li:hover li:hover>a:hover, .menu>li.active>a {
  color: var(--secondary);
  background-color: transparent;
}

.menu li .droparrow {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 100%;
  cursor: pointer;
  background-color: #f8f8f8;
}

#menu-trigger {
  display: none;
}

#menu-trigger {
  display: inline-block;
  position: relative;
  z-index: 11;
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-top: -6px;
}

#menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  border-radius: 2px;
  height: 3px;
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu-trigger span {
  top: 50%;
  margin: -1px auto auto;
  display: block;
  font-size: 0px;
}

#menu-trigger span:after {
  top: 8px;
  content: "";
}

#menu-trigger span:before {
  top: -8px;
  content: "";
}

.showMobiNav#menu-trigger span {
  background-color: transparent;
}

.showMobiNav#menu-trigger span:before, .showMobiNav#menu-trigger span::after {
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.showMobiNav#menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.showMobiNav#menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.nav .primarynav {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  max-width: 450px;
  width: 100%;
  height: 100vh;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: var(--white);
  padding: 40px 30px 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.nav .primarynav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

.nav .primarynav::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.nav .primarynav::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
  border: 2px solid #555555;
}

.nav.showMobiNav .primarynav {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.header #menu-trigger.showMobiNav {
  position: fixed;
  right: 20px;
  top: 5px;
  margin-top: 0;
}

.primarynav .mainmenu li {
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.primarynav .mainmenu li:last-child {
  border-bottom: 0;
}

.primarynav .mainmenu li ul {
  position: absolute;
  background-color: var(--white);
  z-index: 1;
  padding: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
  margin-top: 10px;
  border-top: 4px solid var(--primary);
  width: 100%;
}

.primarynav .mainmenu li ul li {
  padding: 8px 0;
  font-size: 0.9em;
}

.primarynav .mainmenu li ul li a {
  color: var(--primary);
}

.primarynav .mainmenu li ul li:hover a,
.primarynav .mainmenu li ul li.active a {
  color: var(--secondary);
}

.mainmenu li .droparrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer
}

.mainmenu li .droparrow:after, .mainmenu li .droparrow:before {
  top: 50%;
  content: " ";
  height: 3px;
  width: 14px;
  position: absolute;
  background-color: var(--primary);
  pointer-events: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.mainmenu li .droparrow:after {
  right: 19px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mainmenu li .droparrow:before {
  left: 19px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mainmenu li .droparrow.open:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mainmenu li .droparrow.open:before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mainmenu>li>a {
  color: var(--primary);
  text-transform: uppercase;
}

.mainmenu li.active>a, .mainmenu li:hover>a {
  color: var(--secondary);
}

.menuDimmed {
  overflow: hidden;
  position: relative;
}

.menuDimmed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
}

.menu.topmenu {
  position: absolute;
  top: 30px;
  right: 110px;
  width: 100%;
}

.menu.topmenu>li {
  margin-right: 30px;
}

.searchTop {
  position: absolute;
  top: 45px;
  color: var(--primary);
  right: 50px;
  z-index: 1;
  cursor: pointer;
}

.searchTop i {
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
}

.searchTop i:hover {
  color: var(--green);
}

.search-bar {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 30px;
  width: 250px;
  padding: 4px;
  background-color: var(--primary);
  border-radius: 5px;
}

.search-bar .input {
  width: 100%;
  padding: 0 10px;
  border: none;
  height: 35px;
  outline: none;
  font-size: 15px;
  color: #333;
  background-color: #fff;
}

.search-bar .button {
  display: none;
}

.search.open:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  border-width: 8px;
  border-bottom-color: var(--hover);
  position: absolute;
  right: 5px;
  top: 15px;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width:1240px) {
  body, html {
    font-size: 17px;
  }

  .banner h1 {
    font-size: 4.5em;
  }

  .spacialWrap .col12:first-child, .spacialWrap .events {
    padding: 0;
  }

  .btn a:not(:last-child) {
    margin-right: 10px;
  }

  .btn a {
    padding: 10px 16px;
  }

  footer {
    font-size: 0.9em;
  }

  footer .footimg {
    max-width: 450px;
  }

  footer .footadd div:first-child {
    margin-bottom: 10px;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}