@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@0,300..800;1,300..800&family=Roboto+Condensed:wght@0,100..900;1,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Mukta:wght@400;500;600;700&display=swap');

:root {
  --primary: #2c3e50;
  --secondary: #f40105;
  --lightred: #ffb9ba;
  --text: #303030;
  --white: #f5f5f0;
  --grey: #eee;
  --bodytext: "Mukta", sans-serif;
  --heading: "Libre Baskerville", serif;
}

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: 320px;
}

ol, ul {
  list-style: none;
}

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

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

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;
}

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

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading);
  font-weight: 400;
  line-height: 1.2em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

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

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:"] {
  pointer-events: none;
  cursor: text;
}

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

.uppercase {
  text-transform: uppercase;
}

.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: 30.666%;
}

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

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

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

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

.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;
}

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

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

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

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

.bgcolor {
  padding: 30px;
  background-color: var(--lightred);
  margin-bottom: 30px;
}

/* #header ~~~~~~~~~~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 12;
  background-color: var(--primary);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  border-top: 5px solid;
  border-color: var(--secondary);
}

.header:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: var(--secondary);
  bottom: 0;
}

.logo {
  padding: 12px 0;
}

.logo img {
  width: 120px;
  filter: brightness(0) invert(1);
  margin-right: 15px;
}

.logo h1 {
  color: var(--white);
  font-size: 1.8em;
}

.logo h1 span {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: var(--bodytext);
}

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

.mainTitle {
  padding-bottom: 15px;
}

.mainTitle p {
  color: var(--secondary);
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 10px;
  display: inline-block;
  background-color: rgba(244, 1, 5, 0.07);
  padding: .5em;
}

.mainTitle h2 {
  font-size: 2.4em;
  color: var(--text);
  font-weight: 700;
}

.mainTitle h2 span {
  display: block;
}

/* boxes */
.boxesContent {
  width: 23.5%;
  margin: 15px 0;
  cursor: default;
  background-color: var(--secondary);
  color: var(--white);
  border-top: 5px solid var(--secondary);
}

.boxesContent .boxImg {
  overflow: hidden;
}

.boxesContent .boxImg img {
  width: 100%;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0px 0px 50% 0px;
}

.boxesContent .boxText {
  padding: 20px 5px 30px;
  color: var(--white);
  position: relative;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  border-top: 7px solid;
  border-color: var(--secondary);
}

.boxesContent .boxText h3 {
  font-weight: 700;
  font-size: 1.5em;
}

.boxesContent .boxText p {
  margin: 5px 0;
}

.boxesContent .boxText i {
  opacity: 0;
  display: inline-flex;
  color: var(--white);
  font-size: 10px;
  position: absolute;
  left: 46%;
}

.boxesContent:hover .boxText i {
  opacity: 1;
}

/* statistics */
.statistics article {
  width: 25%;
  padding: 10px;
  margin: 15px 0;
  position: relative;
}

.statistics article::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  right: 0;
  top: 5%;
  background: linear-gradient(0, var(--primary), transparent);
}

.statistics article:last-child:after {
  content: unset;
}

.statistics article h3 {
  font-family: var(--bodytext);
}

.statistics article p {
  font-size: 5em;
  -webkit-text-stroke: 2px var(--secondary);
  color: transparent;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}

/* develop */
.develop {
  position: relative;
}

.develop::before, .apply::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  background-color: var(--secondary);
}

.develop::before {
  left: 0;
}

.develop::after, .apply::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-image: url(dotts-bg.webp);
  background-size: contain;
  opacity: 0.03;
}

.develop::after {
  right: 0;
  background-position: top right;
}

/* apply */
.apply {
  position: relative;
}

.apply::after {
  right: 0;
  background-color: var(--primary);
}

.apply img, .develop img {
  width: 100%;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  padding: 10px;
}

.apply::before {
  left: 0;
  background-position: top left;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* footer */
footer {
  background-color: var(--primary);
  color: var(--white);
  padding-top: 50px;
  position: relative;
  border-top: 5px solid var(--secondary);
}

footer::before, footer::after {
  content: '';
  position: absolute;
  background-image: url(dotts-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  width: 28%;
  height: 100%;
  opacity: 0.04;
  filter: brightness(0) invert(1);
  z-index: 0;
}

footer::before {
  background-position: left top;
  left: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

footer::after {
  background-position: right top;
  right: 0;
}

footer.editor a {
  color: var(--white);
}

footer.editor a:hover {
  color: var(--grey);
}

footer .socialicon a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid var(--white);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  font-weight: normal;
}

footer .socialicon a:hover {
  background-color: var(--lightred);
  color: var(--primary);
}

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

footer h4 {
  margin-bottom: 15px;
}

footer .footermenu ul {
  display: none;
}

footer .addwrap span {
  margin-left: 5px;
}

footer.editor .footermenu li, footer.editor div p {
  margin-bottom: 10px;
}

footer.editor .footermenu li:last-child, footer.editor div p:last-child {
  margin-bottom: 0;
}

/* footer .footLogo h1 {
  font-size: 2.4em;
  letter-spacing: 2px;
} */

footer .footLogo h1 span {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: var(--bodytext);
}

footer.editor .footermenu {
  margin: 0;
}

footer h2 {
  margin-bottom: 10px;
  font-size: 1.6em;
}

footer .copyright {
  border-top: 1px solid var(--white);
  padding: 10px 0;
  margin-top: 30px;
}

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

/* ~~~~~~~~~~~~~~~ */
.editor ul, .editor ol {
  margin: 15px 0;
}

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

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

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

.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #222;
  background: #fff;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  border: 1px solid #f7dbdc;
  color: #ffffff;
  font-weight: 600;
}

.editor table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #f5e5e6;
}

.editor table tr:nth-child(2n+1) td {
  background-color: #fff4f5;
}

.editor table.no-border {
  border: none;
}

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

.editor a:hover {
  color: var(--text);
}

.editor p {
  margin-bottom: 15px;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor hr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid #eee2e2;
  width: 100%;
}

.fulltable {
  width: 100%;
}

.btn a {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: 600;
  background-color: var(--primary);
  color: var(--white);
}

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

.frame-wrap {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.cal-iframe {
  height: 550px;
}

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

.content.editor h2, .content.editor h3 {
  color: var(--primary);
}

.content.editor h2, .content.editor h3, .content.editor h4, .content.editor h5, .content.editor h6 {
  margin-bottom: 15px;
}

.innerBanner img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.pageTitle {
  padding: 40px 0;
  background-color: var(--lightred);
  position: relative;
}

.pageTitle::before {
  content: '';
  position: absolute;
  background-image: url(dotts-bg.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  width: 50%;
  height: 100%;
  opacity: 0.2;
  right: 0;
  top: 0;
}

.pageTitle h1 {
  font-size: 2.5em;
  color: var(--primary);
}

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

.editor .leftimg {
  float: left;
  margin: 0 30px 15px 0;
  max-width: 30%;
}

.editor .rightimg {
  float: right;
  margin: 0 0 15px 30px;
  max-width: 30%;
}

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

/* about page */
.about .row {
  padding: 60px 0;
  position: relative;
}

.about .row::before {
  content: '';
  position: absolute;
  left: -100vw;
  right: 70%;
  top: 0;
  bottom: 0;
  background-color: var(--lightred);
  z-index: -1;
}

.about .row:nth-child(even)::before {
  left: 70%;
  right: -100vw;
}

.about .row:nth-child(even) .col12:first-child {
  order: 2;
}

.about .row img {
  width: 100%;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  padding: 10px;
}

.about .videobtn {
  position: relative;
  display: block;
}

.about .videobtn i {
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.videoWrap video {
  width: 100%;
  height: 480px;
  object-fit: cover;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  padding: 10px;
}

.photosGallery {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 25px !important;
}

.photosGallery.grid {
  margin: 0 -10px 10px;
}

.photosGallery.grid .grid-item {
  width: calc(25% - 20px);
  margin: 10px;
  position: absolute;
  line-height: 1.3em;
  text-decoration: none;
}

.photosGallery.grid .grid-item img {
  width: 100%;
}

/* program page */
.program article {
  background-color: var(--lightred);
  margin: 15px 0;
}

.editor .program article h4 {
  background-color: var(--primary);
  color: var(--white);
  padding: 15px;
  margin: 0;
}

.program article div {
  padding: 15px;
}

/* staff page */
.staff {
  padding: 15px 0;
}

.staff article {
  width: calc(20% - 20px);
  margin: 15px 10px;
}

.staff-img {
  position: relative;
}

.staff-img img {
  width: 100%;
  border-radius: 100%;
  padding: 15px;
  border: 1px solid var(--primary);
}

.staff-img .email {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  border-radius: 100%;
  right: 15px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.staff-img:hover .email {
  background-color: var(--white);
  color: var(--primary);
}

.staff-img .email i {
  font-size: 10px;
  display: inline-flex;
}

.staff .staff-title {
  padding: 20px 10px;
}

.staff .staff-title h3 {
  margin-bottom: 5px;
}

/* Navigation */
nav {
  margin-top: 96px;
}

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

.mainmenu {
  position: relative;
}

.mainmenu:after {
  content: "";
  position: absolute;
  height: 50px;
  left: -35px;
  bottom: 0;
  background-color: var(--white);
  z-index: -1;
  right: -100vw;
  -moz-transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
  border-top: 5px solid;
  border-left: 5px solid;
  border-color: var(--secondary);
}

.menu>li#donate>a {
  padding: 0 15px;
  background-color: var(--lightred);
  color: var(--primary);
}

.menu>li#donate:hover>a {
  background-color: var(--white);
}

.topmenu .menu>li#donate>a:after {
  content: unset;
}

.topmenu {
  position: absolute;
  top: 25px;
  right: 0;
}

.topmenu .menu>li>a {
  font-size: 0.9em;
  color: var(--white);
}

.topmenu .menu>li:hover>a, .topmenu .menu>li.active>a {
  color: var(--lightred);
}

/*~~~ Google Translator ~~~~*/
.translator {
  margin-right: 20px;
}

.g_translate .goog-te-gadget {
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.g_translate .goog-te-gadget .goog-te-combo {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 7px;
  border-radius: 2px;
  background-color: var(--primary);
  text-transform: uppercase;
  color: var(--white);
  outline: unset;
  border: 0;
  font-size: 14px;
  text-align: center;
}

.g_translate .goog-te-gadget .goog-te-combo:hover {
  background-color: #fff;
  color: var(--primary);
}

.g_translate .goog-te-gadget:not(:first-child), .g_translate .goog-te-gadget>span:not(:first-child), .g_translate .goog-te-gadget .goog-te-combo:not(:first-child) {
  display: none;
}

.g_translate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* menu */
.menu li {
  position: relative;
}

.menu>li:not(:first-child) {
  margin-left: 40px;
}

.topmenu .menu>li:not(:first-child) {
  margin-left: 25px;
}

.menu li a {
  color: var(--text);
  margin: 0;
  font-weight: 700;
}

.menu>li>a {
  position: relative;
  line-height: 44px;
  align-items: center;
  text-transform: uppercase;
  color: var(--secondary);
}

.menu>li>a:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  background-color: var(--primary);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

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

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

.menu ul {
  width: 200px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  display: none;
  z-index: 90;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 7px 0 rgba(4, 38, 62, 0.1);
  box-shadow: 0 5px 7px 0 rgba(4, 38, 62, 0.1);
}

.menu ul ul {
  width: 180px;
}

.menu>li:hover>ul {
  display: block;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  display: block;
}

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

.menu li ul li {
  width: 100%;
  position: relative;
}

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  line-height: 1.4em;
  font-size: 0.9em;
}

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

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

.menu li:hover li:hover>a, .menu li.active li.active>a {
  background-color: var(--primary);
  color: var(--white);
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1260px) {
  .container {
    width: calc(100% - 40px);
  }

  .logo img {
    width: 100px;
    margin-right: 8px;
  }

  .logo h1 {
    font-size: 1.8em;
  }

  .menu>li:not(:first-child) {
    margin-left: 20px;
  }

  .topmenu .menu>li:not(:first-child) {
    margin-left: 15px;
  }

  .translator {
    margin-right: 10px;
  }

  .menu>li>a {
    font-size: 0.95em;
  }
}

@media screen and (max-width:1140px) {
  .mainTitle h2 {
    font-size: 2em;
  }

  .statistics article p {
    font-size: 4em;
  }

  .spaceTop {
    padding-top: 50px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

  .boxesContent {
    width: 24%;
  }

  .boxesContent .boxText {
    padding: 20px;
    min-height: 132px;
  }

  .bigfont {
    font-size: 1em;
    line-height: 1.5em;
  }

  .statistics article h3 {
    font-size: 1.4em;
  }

  footer .footLogo h1 {
    font-size: 2em;
  }

  footer .container>div {
    padding: 0 10px;
  }
}

@media screen and (max-width:1023px) {
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 260px;
    bottom: inherit;
    margin-top: 0;
  }

  .nav:before {
    display: none;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu>li:not(:last-child) {
    margin-right: 0;
  }

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a, .menu>li:last-child.active>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0px 10px 10px;
    color: var(--darkgray);
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }

  .menu>li>a:after {
    display: none;
  }

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

  .menu li ul li a {
    padding: 6px 0px 6px 6px;
    line-height: 1.3em;
    border-bottom: 0;
  }

  .menu>li#donate>a {
    padding: 10px 0px 10px 10px;
    background-color: var(--white);
    color: var(--text);
  }

  .menu>li#donate.active>a {
    background-color: var(--lightred);
    color: var(--primary);
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu>li:hover>a {
    color: var(--primary);
    background-color: transparent;
  }

  .menu>li.active>a, .menu li.active li.active li.active>a, .menu li.active li.active>a {
    color: var(--primary);
    background-color: var(--lightred);
  }

  .menu>li:not(:first-child) {
    margin-left: 0;
  }

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

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

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

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

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

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

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 5px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 26px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--white);
    -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: 7px;
    content: "";
  }

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

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

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

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

  .topmenu .menu {
    display: none;
  }

  .topmenu {
    position: absolute;
    top: 35px;
    right: 30px;
  }

  .logo img {
    width: 80px;
  }

  .logo h1 {
    font-size: 1.5em;
  }

  .statistics article p {
    font-size: 3em;
  }

  .statistics article h3 {
    font-size: 1.2em;
  }

  .mainTitle h2 {
    font-size: 1.6em;
  }

  .boxesContent .boxText {
    padding: 8px;
    min-height: 105px;
  }

  .boxesContent .boxText h3 {
    font-size: 1.2em;
  }

  .staff article {
    width: calc(33.33% - 20px);
  }

  footer {
    padding-top: 40px;
    font-size: 0.9em;
  }

  footer .addwrap span {
    display: block;
  }

  footer .footLogo h1 {
    font-size: 1.6em;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 15px;
    line-height: 1.4em;
  }

  .container {
    width: calc(100% - 30px);
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .col12, .col13, .col23 {
    width: 100%;
  }

  .col12+.col12, .col13+.col13 {
    margin-top: 15px;
  }

  .content {
    padding: 20px 0px;
  }

  .pageTitle {
    padding: 25px 0;
  }

  .pageTitle h1 {
    font-size: 1.8em;
  }

  .bgcolor {
    padding: 15px;
    margin-bottom: 15px;
  }

  .mainTitle {
    padding-bottom: 5px;
  }

  .editor .leftimg, .editor .rightimg {
    float: none;
    margin: 15px auto;
    max-width: 400px;
    text-align: center;
  }

  .logo img {
    width: 60px;
  }

  .logo {
    padding: 6px 0;
    width: 100%;
  }

  .logo h1 {
    font-size: 1.1em;
  }

  .mainTitle h2 {
    font-size: 1.4em;
  }

  .mainTitle h2 span {
    display: unset;
  }

  .statistics article p {
    font-size: 2.5em;
    -webkit-text-stroke: 1.5px var(--primary);
  }

  .btn a {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 0.9em;
  }

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

  .topmenu {
    top: auto;
    bottom: 10px;
  }

  .g_translate .goog-te-gadget .goog-te-combo {
    font-size: 12px;
    background-color: var(--white);
    color: var(--primary);
  }

  #menu-trigger {
    margin-left: auto;
    margin-bottom: 10px;
  }

  .develop::before, .apply::after {
    width: 100%;
    height: 30%;
  }

  .develop::after, .apply::before {
    content: unset;
  }

  .apply::after {
    top: auto;
    bottom: 0;
  }

  .statistics article {
    width: 50%;
    padding: 10px 5px;
    margin: 15px 0 0;
  }

  .statistics article::after, .about .row::before, .about .row:nth-child(even)::before {
    content: unset;
  }

  .boxesContent {
    width: 49%;
  }

  /* .boxesContent:hover .boxText {
    -ms-transform: unset;
    -o-transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    transform: unset;
  } */
  .boxesContent .boxText {
    padding: 10px 5px 25px;
    min-height: auto;
  }

  .about .row::before, .about .row:nth-child(even)::before {
    width: 120%;
    height: 20%;
    bottom: auto;
    left: -10%;
  }

  .about .row:nth-child(even) .col12:first-child {
    order: unset;
  }

  .about .row {
    padding: 10px 0;
  }

  .photosGallery.grid .grid-item {
    width: calc(33.33% - 20px);
  }

  .staff {
    padding: 5px 0;
  }

  .staff article {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .staff .staff-title {
    padding: 10px 0;
  }

  .staff .staff-title h3 {
    font-size: 1.3em;
  }

  .staff-img img {
    padding: 5px;
  }

  .staff-img .email {
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 10px;
  }

  .staff-img .email i {
    font-size: 8px;
  }

  .videoWrap video {
    height: auto;
    padding: 0px;
  }

  .statistics article h3 {
    font-size: 1.1em;
  }

  footer {
    padding-top: 20px;
  }

  footer::before, footer::after {
    width: 100%;
  }

  footer .container>div {
    padding: 10px 0;
  }

  footer .copyright {
    margin-top: 20px;
  }

  footer .copyright span {
    display: none;
  }
}

@media screen and (max-width:479px) {
  .photosGallery.grid .grid-item {
    width: calc(50% - 20px);
  }
}