@charset "utf-8";

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: #3b54a5;
  --secondary: #f07622;
  --third: #ffb517;
  --fourth: #63a2e0;
  --lightbg: #b5927a;
  --black: #000;
  --text: #333;
  --bodytext: "Karla", sans-serif;
  --heading: "Lora", serif;
}

body, html {
  font-size: 18px;
  line-height: 1.5em;
  font-family: var(--bodytext);
  font-weight: 400;
  font-style: normal;
  color: var(--text);
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

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-weight: 600;
  line-height: 1.1em;
  font-family: var(--heading);
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 600;
}

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

#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: 1360px;
  z-index: 1;
}

.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.title h2 {
  font-size: 2rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

/* ~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 5;
}

.logo {
  margin-top: 10px;
  margin-bottom: -50px;
  width: 160px;
}

.topIcons {
  gap: 7px;
}

.topIcons>* {
  color: #000000;
  padding: 10px;
  line-height: 1em;
  background-color: var(--primary);
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.topIcons>*:hover, .topIcons>.open {
  background-color: var(--secondary);
}

.topIcons i {
  font-size: 9px;
  line-height: 1em;
  display: block;
  color: #fff;
}

/*search form*/
.search-bar {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 100%;
  width: 250px;
  padding: 10px;
  background-color: var(--secondary);
  margin-left: 0 !important;
}

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

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

.banner {
  background-image: url(slider-BG.jpg);
  background-size: cover;
  background-color: #de8649;
  background-blend-mode: luminosity;
}

.banner img, .innerBanner img, .logo img {
  width: 100%;
}

/* .banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: .2;
} */
.primaryBg, .innerBanner {
  background-color: var(--primary);
  color: var(--black);
}

.primaryBg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(lines-BG.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.1;
  right: 0;
  bottom: 0;
}

.textWrap>* {
  width: 53%;
}

.imgBox {
  background-size: cover;
}

.text {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
  padding: 50px;
  margin: 70px 0 70px -6%;
}

.text p>a {
  position: absolute;
  right: 50px;
  bottom: -20px;
  box-shadow: 0 5px 15px 0 rgb(240 118 34 / 60%);
}

.text p>a:hover {
  box-shadow: none;
  bottom: -15px;
}

.row-reverse .text {
  margin-left: 0;
  margin-right: -10%;
}

.welcomeWrap>p {
  font-size: 1.1em;
}

.circle {
  position: absolute;
  width: 340px;
  height: 340px;
  left: calc(50% - 180px);
  top: calc(50% - 180px);
  border-radius: 50%;
  border: 6px dotted var(--third);
  opacity: .3;
  z-index: -1;
}

.youtubeVideo {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.circle2 {
  position: absolute;
  width: 170px;
  height: 170px;
  left: 45%;
  bottom: 0;
  border-radius: 50%;
  border: 4px dotted var(--secondary);
  animation: rotateme 20s infinite linear;
}

.circle3 {
  position: absolute;
  width: 120px;
  height: 120px;
  left: -60px;
  bottom: -80px;
  border-radius: 50%;
  border: 6px dotted var(--fourth);
  animation: rotateme 20s infinite linear;
}

.news, .news article {
  gap: 20px;
}

.news {
  flex-direction: column;
}

.news article, .newsBox article {
  border: 1px solid #eee;
  padding: 20px;
  background-color: #f9fafc;
}

.news article img {
  width: 35%;
}

.news .dateWrap i, .newsBox .dateWrap i {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

.news article h3, .newsBox article h3 {
  color: var(--secondary);
  margin: 10px 0;
}

.news article .arrowbtn {
  display: inline-block;
  color: var(--secondary);
  margin-top: 20px;
}

.news article .arrowbtn i {
  font-size: 12px;
  line-height: 1;
}

.newsBtn {
  margin-bottom: 30px;
  gap: 15px;
}

.newsBtn .dots {
  border-bottom: 3px dotted var(--third);
  flex: 1;
}

.newsBtn .btn a {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.news article a {
  text-decoration: none;
}

/* government report page */
.reportYearWise .reportBox h2 {
  color: var(--primary);
  font-size: 2.4em;
  margin-bottom: 5px;
}

.reportYearWise .reportBox {
  background-color: #fff5ed;
  padding: 30px;
  margin-bottom: 15px;
}

.reportYearWise .reportBox ul {
  margin: 0 -15px;
}

.reportYearWise .reportBox ul li {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  list-style: unset;
}

.reportYearWise .reportBox ul li a, .reportYearWise .reportBox ul li span {
  display: block;
  text-decoration: unset;
  padding: 12px 30px;
}

.reportYearWise .reportBox ul li a:hover {
  text-decoration: unset;
}

.reportYearWise .reportBox ul li i {
  font-size: 9px;
  margin-right: 2px;
  display: inline-flex;
}

.photoGrid .photoItem {
  display: inline-block;
  position: relative;
  width: calc(20% - 20px);
  margin: 10px;
}

.photoGrid .photoItem img {
  width: 100%;
}

.events article:not(:last-child) {
  margin-bottom: 40px;
}

/* .events {
  padding-top: 20px;
} */

.events .eDate {
  border-bottom: 3px dotted var(--primary);
  color: var(--primary);
  display: inline-block;
}

.footer {
  position: relative;
  line-height: 1.3;
  padding: 30px 0;
  /* border-top: 2px dotted var(--primary); */
  color: #fff;
  background-image: url(bg-science.png);
  background-color: #1c1738;
  background-blend-mode: overlay;
  background-position: center left;
  background-size: contain;
}

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

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

.flogoBox {
  padding-bottom: 20px;
}

.flogoBox img {
  width: 130px;
}

.flogoBox a img {
  margin-right: 15px;
}

.flogoBox .wasc img {
  width: 170px;
  filter: brightness(0) invert(1);
}

.flogoBox h2 {
  margin-top: 0px !important;
  line-height: 1.3;
}

.flogoBox h4 {
  margin-bottom: 6px !important;
}

.footer .address>div {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 20px 30px 20px 30px;
  height: 102px;
  margin: 25px 0;
}

/* .footer .address>div:not(:first-child) {
  padding-top: 30px;
  padding-bottom: 30px;
} */
.footer .address i {
  font-size: 10px;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

.footer .callus strong {
  display: block;
}

.footer .callus .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--secondary);
  color: var(--black);
  font-size: 0.8em;
  margin-right: 15px;
}

.footer .callus .icon i {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  animation: shakeIt 1s ease infinite;
}

.footer .callus a {
  font-size: 1.3em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

/* .footer a.social {
  border: 1px dotted var(--primary);
  color: var(--primary);
  padding: 6px;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 15px;
}

.footer a.social:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.footer a.social i {
  display: block;
} */
.copyrights {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 90%;
}

.copyrights span {
  padding-left: 15px;
  padding-right: 15px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

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

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

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: var(--text);
  background: #fff;
}

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 1px solid var(--lightbg);
}

table tr td {
  padding: 6px 10px;
  border: 1px solid #ffe0d1;
  background-color: #fff9f6;
}

table tr:nth-child(even) td {
  background-color: #fff;
}

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

.content a {
  color: var(--secondary);
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}

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

table th a, .content th a {
  color: var(--lightbg);
}

table th a:hover {
  color: #fff;
}

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

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid var(--lightbg);
}

.btn a {
  display: inline-block;
  color: var(--black);
  background-color: var(--secondary);
  padding: 10px 30px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 30px;
  text-transform: uppercase;
}

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

.leftimg {
  float: left;
  margin: 0 20px 20px 0;
}

.rightimg {
  float: right;
  margin: 0 0 20px 20px;
}

.leftimg, .rightimg {
  max-width: 30%;
  padding: 10px;
  box-shadow: 0 0 8px 0 rgb(59 84 164 / 15%);
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pageTitle {
  color: #fff;
  background-image: url(slider-BG.jpg);
  background-size: cover;
  background-color: #de8649;
  background-blend-mode: luminosity;
}

.pageTitle h1 {
  padding: 30px 0px;
}

.innercontent {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

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

.content ul, .content ol {
  margin: 10px 0 10px 5px
}

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

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

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

.fullcal table {
  margin: 0;
}

.fullcal table tr td {
  background-color: #fff;
}

.fullcal .fc-day-header {
  padding: 5px 0;
}

.fullcal .fc-event {
  background-color: var(--primary);
  color: #fff;
  text-decoration: none;
}

.fullcal .fc-event:hover {
  color: #000;
  background-color: var(--secondary);
}

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

#detail h1 {
  font-size: 1.7em;
  color: var(--primary);
}

blockquote {
  position: relative;
  font-size: 1.8em;
  font-weight: 500;
  margin: 30px auto !important;
  padding: 20px !important;
  border-left: 8px solid var(--primary) !important;
  line-height: 1.1;
  color: var(--black) !important;
}

blockquote::before {
  content: "\f133";
  font-family: beehivelyicons;
  color: var(--primary);
  font-size: 6em;
  position: absolute;
  right: 40px;
  line-height: 1;
  opacity: 0.1;
  top: -20px;
}

blockquote cite {
  margin-bottom: 15px;
  display: block;
  color: var(--primary);
  font-weight: 500;
  font-style: italic;
  font-size: 85%;
}

h3.stgroup {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.2em;
  color: var(--secondary);
  border-bottom: 2px dotted #cacaca;
  padding-bottom: 10px;
}

.staff {
  gap: 20px;
}

.staff>article {
  width: calc(33.33% - 15px);
  position: relative;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
}

.staff>article .name {
  font-size: 1.2em;
  color: var(--primary);
}

.staff>article .photo {
  width: 100px;
  display: inline-block;
}

.staff>article .staffText {
  width: calc(100% - 110px);
}

.staff.bmembers .photo {
  width: 90px;
}

.gap20 {
  gap: 20px;
}

.supplylists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(33.333% - 2em), 1fr));
}

.supplylists>article, .supplylists>a {
  border: 1px solid #eee;
  padding: 20px;
}

.supplylists>article h4, .supplylists>a h4 {
  background-color: var(--fourth);
  padding: 10px;
  color: #fff;
}

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

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

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

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

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

.menu {
  gap: 20px;
}

.menu>li {
  position: relative;
}

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

.menu>li>a {
  position: relative;
  line-height: 44px;
  z-index: 1;
  font-size: 1em;
  font-weight: 600;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  z-index: -1;
  background-color: var(--primary);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  width: 100%;
}

.menu ul {
  width: 230px;
  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: 100%;
  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:nth-last-child(-n + 2)>ul {
  right: 0;
  left: inherit;
}

.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: 10px 15px;
  line-height: 1.3em;
}

.menu>li>a:hover, .menu>li.active>a, .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(--primary);
}

.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 {
  background-color: rgba(255, 181, 23, 0.40);
}

#menu-trigger {
  display: none;
}

@media screen and (max-width:1199px) {
  .logo {
    width: 110px;
  }

  .menu {
    gap: 16px;
  }
}

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

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  h1 {
    font-size: 1.8em;
  }

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

  .newsBtn, .news article, .newsBox article {
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .address>div {
    margin: 10px 0;
    height: auto;
  }

  .supplylists {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 2em), 1fr));
  }

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

  .menu {
    gap: 0;
  }

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

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

  .menu li a {
    line-height: 1.3em;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 10px 10px 0px;
  }

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

  .menu li ul li a {
    padding: 10px 10px 10px 0px;
  }

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

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

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

  .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: 38px;
    height: 38px;
    cursor: pointer;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 20px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
    -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 {
    -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;
  }

  .leftimg, .rightimg {
    max-width: 40%;
  }

  .staff>article {
    width: calc(50% - 15px);
  }

  .wasc {
    text-align: center;
    width: 100%;
  }

  .flogoBox img {
    width: 80px;
  }
}

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

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  hr {
    margin: 20px 0;
  }

  .col12, .col13, .col23, .textWrap>*, .staff>article {
    width: 100%;
  }

  .col12+*, .col13+*, .col23+* {
    margin-top: 20px;
  }

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

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

  .textWrap .text {
    margin-left: 0;
    margin-top: 20px;
  }

  .row-reverse .text {
    margin-right: 0;
  }

  .title h2 {
    font-size: 1.8em;
  }

  .news article img {
    width: 75%;
  }

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

  .ftinfo {
    text-align: center;
    margin: 10px 0;
  }
}

@media screen and (max-width:479px) {
  .logo {
    margin: 0;
    width: 90px;
    padding: 5px;
  }

  .news article img {
    width: 100%;
  }

  .supplylists {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

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

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

@-webkit-keyframes shakeIt {
  33% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg)
  }

  67% {
    -webkit-transform: rotateZ(-20deg);
    -khtml-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg)
  }

  100% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg)
  }
}

@-moz-keyframes shakeIt {
  33% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg)
  }

  67% {
    -webkit-transform: rotateZ(-20deg);
    -khtml-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg)
  }

  100% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg)
  }
}

@keyframes shakeIt {
  33% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg)
  }

  67% {
    -webkit-transform: rotateZ(-20deg);
    -khtml-transform: rotateZ(-20deg);
    -moz-transform: rotateZ(-20deg);
    -ms-transform: rotateZ(-20deg);
    -o-transform: rotateZ(-20deg);
    transform: rotateZ(-20deg)
  }

  100% {
    -webkit-transform: rotateZ(20deg);
    -khtml-transform: rotateZ(20deg);
    -moz-transform: rotateZ(20deg);
    -ms-transform: rotateZ(20deg);
    -o-transform: rotateZ(20deg);
    transform: rotateZ(20deg)
  }
}