@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: #002b87;
  --secondary: #666666;
  --lightgrey: #f9f9f9;
  --white: #ffffff;
  --text: #333;
  --headertext: "Alegreya", serif;
  --bodytext: "Libre Franklin", sans-serif;
  --navtext: "Oswald", sans-serif;
}

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

a, a:visited {
  text-decoration: none;
  -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 {
  line-height: 1.1em;
  font-family: var(--headertext);
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.title h2 {
  color: var(--primary);
  font-size: 3.5em;
  font-weight: 700;
  margin-bottom: 25px !important
}

.title h2 strong {
  color: var(--secondary);
  font-style: italic;
  font-family: var(--bodytext);
}

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

.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

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

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.4em;
  color: var(--primary);
}

h5 {
  font-size: 1.2em;
}

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(--primary);
  background-color: var(--white);
}

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

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

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

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

.content a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

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

.btn a {
  position: relative;
  border: 1px solid;
  border-color: var(--primary);
  padding: 15px 40px 15px 30px;
  display: inline-block;
  color: var(--primary);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 1px;
}

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

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

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

.leftimg, .rightimg {
  max-width: 30%;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.header {
  position: relative;
  width: 100%;
  z-index: 9;
  top: 0px;
  padding: 10px 0;
  background-color: var(--lightgrey);
}

.header .container {
  min-height: 130px;
}

.logo {
  position: absolute;
  width: 140px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

.logo img {
  max-width: 140px;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.logo span {
  display: block;
  color: var(--white);
  font-size: 2.3em;
  line-height: 1.2em;
}

.banner img, .bannerInn img, .welcomeWrap img {
  width: 100%;
}

.banner {
  width: 100%;
  max-height: 620px;
  position: relative;
  overflow: hidden;
}

.banner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(to right, rgba(237, 237, 237, 0.98) 0%, rgba(237, 237, 237, 0.9) 40%, rgba(237, 237, 237, 0) 70%);
}

.bnrtext {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bnrtext h2 {
  font-size: 2.5em;
  line-height: 1.1em;
}

.bnrtext .container>div {
  max-width: 600px;
}

.bnrtext .btn a:first-child, .bnrtext .btn a:hover {
  color: var(--white);
  background-color: var(--primary);
}

.bnrtext .btn a, .bnrtext .btn a:first-child:hover {
  color: var(--primary);
  background-color: var(--white);
}

.bnrtext .btn a:last-child:hover {
  border-left: 1px solid var(--white);
}

.bnrtext .btn a:first-child:after {
  content: "or";
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--primary);
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-style: italic;
  background: #f9f9f9;
  line-height: 35px;
  color: #333333;
  position: absolute;
  right: -21px;
  top: 8px;
  z-index: 1;
  text-transform: lowercase;
}

.welcomeWrap .container {
  max-width: 900px;
}

.welcomeWrap .container .col13 {
  max-width: 230px;
}

.welcomeWrap .container .col23 {
  width: calc(100% - 280px);
}

.welcomeWrap h2 {
  line-height: 1.2em;
  letter-spacing: 1px;
}

.welcomeWrap h2 em {
  color: #666;
}

.parallaxWrap {
  position: relative;
}

.parallaxWrap .jarallax {
  min-height: 500px !important;
}

.parallaxWrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 29, 93, 0.5);
  opacity: 0.6;
}

.sleWrap h2 {
  color: var(--primary);
}

.slexBoxWrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr);
  gap: 26px;
}

.feature-box {
  position: relative;
  min-height: 290px;
  display: flex;
  align-items: flex-end;
  padding: 42px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.feature-box::after, .feature-large:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.85) 50%);
}

.feature-box.feature-large {
  grid-row: span 2;
  align-items: flex-start;
  color: var(--white);
}

.feature-box.feature-large:after {
  background: rgba(0, 29, 93, 0.4);
}

.feature-content {
  position: relative;
  z-index: 2;
}

.feature-content p {
  margin-bottom: 0;
}

.feature-box h3 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}

.multiboxes, .multiboxes .inqBox>p {
  position: relative;
}

.multiboxes .inqBox>p {
  padding-bottom: 30px;
}

.multiboxes .inqBox>p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  background-color: var(--white);
  height: 1px;
}

.multiboxes .inqBox {
  position: absolute;
  float: none;
  z-index: 1;
  width: 30%;
  height: 280px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--primary);
  min-width: 300px;
  padding: 50px 0 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  font-size: 1.34em;
  line-height: 1.4em;
  background-image: url(black-orchid.png);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .9);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .9);
}

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

.multiboxes .inqBox .btn a:hover {
  background-color: var(--white);
  color: var(--primary);
}

.comImages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.comImages>* img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.comImages>div {
  overflow: hidden;
}

.comImages>div:hover img {
  transform: scale(1.2);
}

.listview {
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 10px;
  transition: box-shadow 0.2s ease;
}

.listview:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.list-img {
  margin: 0;
  width: 33.333%;
  max-height: 250px;
  flex: 0 0 33.333%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.list-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-details {
  width: 66.667%;
  flex: 0 0 66.667%;
  padding: 0 45px;
}

.list-details h2 {
  margin-top: 0;
}

.list-details h2 a, .list-details .more a {
  text-decoration: none;
}

.list-details .more {
  margin-bottom: 0;
  text-transform: uppercase;
}

.more a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.list-arrow {
  flex: 0 0 auto;
}

/* ~~~~~~~~ */
.footer {
  position: relative;
  background-color: var(--lightgrey);
  line-height: 1.3;
  padding: 20px 0 0;
  font-size: .9em;
}

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

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

.footer .ftmenu li {
  margin-bottom: 6px;
}

.footer .ftInfo>p {
  line-height: 1.6;
}

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

.footer .accLogos img {
  width: 100%;
  max-width: 90px;
  margin-left: 10px;
}

.copyrights {
  position: relative;
  padding: 15px 10px;
  font-size: 80%;
  line-height: 22px;
  z-index: 1;
  width: 100%;
}

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

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content .navLinks {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.content .navLinks li {
  list-style: none;
}

.content .navLinks li>a {
  min-width: 70%;
  text-align: center;
}

.pgtitle {
  position: relative;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  padding: 50px 0;
  color: var(--white);
  overflow: hidden;
}

.pgtitle h1 {
  margin-bottom: 0;
}

.pgtitle .sgslogo {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: -20px;
  opacity: .2;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

blockquote {
  position: relative;
  font-size: 1.3em;
  margin: 30px auto !important;
  padding: 20px !important;
  max-width: 900px;
  clear: both;
  font-weight: 500;
  background-color: var(--lightgrey);
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

blockquote cite {
  display: block;
  padding-top: 15px;
  font-size: 1.1rem;
  color: var(--secondary);
}

.back_top {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 54px;
  background-color: #ececec;
  border-radius: 50% 50% 0 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 16px 16px 10px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  z-index: 11;
  font-weight: 500;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.back_top .arrow {
  font-size: 18px;
}

.back_top:hover {
  background-color: var(--white);
}

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

.fullcal .fc-day-header {
  text-align: center;
}

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

.fullcal a {
  cursor: pointer;
  padding: 0px 4px;
  font-size: 80%;
  color: var(--primary);
}

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

.fullcal .fc-button {
  text-transform: capitalize;
}

.fullcal .fc-left .fc-button {
  padding: 5px 10px;
  font-size: 0.9em;
  font-weight: 600;
}

.fullcal .fc-event, .fc-event-dot {
  border-color: #ced3f7;
  background-color: #ebedfd;
}

#detail h1 {
  font-size: 1.4em;
}

.accordion .accordion-item .accordion-panel .item>a {
  font-size: 0.9em;
}

.accordion .accordion-item .accordion-panel.expanded-panel {
  background-color: var(--lightgrey);
}

/* Navigation */
.nav {
  width: 100%;
}

.menu {
  gap: 15px;
  width: calc(50% - 80px);
  align-items: flex-end;
  -webkit-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}

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

.menu>li {
  position: relative;
}

.menu li a {
  color: var(--text);
  margin: 0;
  display: block;
  font-size: .95em;
  font-family: var(--navtext);
}

.menu>li>a {
  position: relative;
  text-transform: uppercase;
  line-height: 44px;
  font-size: 1.02em;
}

.menu ul {
  display: none;
  width: 200px;
  padding: 6px;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 1;
  background-color: var(--white);
  -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:nth-last-child(-n+2)>ul {
  right: 0;
  left: inherit;
}

.menu>li.mega-menu>ul {
  width: 420px;
}

.menu>li:hover>ul {
  display: block;
  animation: menuDropdownShow .3s ease-in-out;
}

.menu>.mega-menu:hover>ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.submenu-list {
  width: 48%;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  animation: menuDropdownShow .3s ease-in-out;
  display: block;
}

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

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

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

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

.menu li ul li a {
  display: block;
  padding: 8px 10px;
  line-height: 1.3em;
}

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

#menu-trigger {
  display: none;
}

@media only screen and (min-width:1024px) and (max-width:1189px) {
  .menu li a {
    padding: 0 9px;
    font-size: 16px;
  }
}

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

  .logo {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100px;
    top: 0;
  }

  .header .container {
    min-height: inherit;
  }

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

  .spaceTop {
    padding-top: 35px;
  }

  .spaceBottom {
    padding-bottom: 35px;
  }

  h1 {
    font-size: 1.8em;
  }

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

  .bnrtext h2 {
    font-size: 2em;
  }

  .bnrtext .container>div {
    max-width: 430px;
  }

  .parallaxWrap .jarallax {
    min-height: 400px !important;
  }

  .footer .col13 {
    width: auto;
  }

  /* ~~~~~~ */
  #menu-trigger {
    display: block;
    width: 100%;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: var(--white);
    width: 288px;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }

  .nav.showMobiNav {
    display: block;
  }

  .menu {
    width: 100%;
    display: block;
  }

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

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

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

  .menu li a, .menu li ul li a {
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px;
    color: var(--text);
    line-height: 1.3em;
  }

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

  .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;
    padding: 0 0 0 17px;
    border: none;
    background-color: transparent;
  }

  .menu>li.active:hover>a, .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, .menu>li:hover>a {
    color: var(--secondary);
    background-color: rgb(42 53 76 / 8%)
  }

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

  .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: 44px;
    height: 44px;
    cursor: pointer;
    align-self: center;
  }

  #menu-trigger span, #menu-trigger span:after, #menu-trigger span:before {
    position: absolute;
    width: 28px;
    left: 0;
    right: 0;
    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: 0;
  }

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

  #menu-trigger span:before {
    top: -9px;
    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%;
  }
}

@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, .welcomeWrap .container .col13, .welcomeWrap .container .col23 {
    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%;
  }

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

  .copyrights span {
    opacity: 0;
    width: 100%;
    line-height: .7;
  }

  .content .navLinks {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .content .navLinks li>a {
    min-width: inherit;
    width: 100%;
  }

  .listview {
    flex-direction: column;
  }

  .list-img, .list-details {
    width: 100%;
    flex-basis: auto;
  }

  .list-details {
    padding: 25px 10px 10px;
  }

  .bnrtext {
    text-align: center;
    padding: 20px 0;
    position: relative;
    background-color: var(--lightgrey);
  }

  .bnrtext .btn.flex {
    justify-content: center;
  }

  .banner:before {
    content: inherit;
  }

  .bnrtext .container>div, .welcomeWrap .container .col13 {
    margin: auto;
  }

  .welcomeWrap {
    text-align: center;
  }

  .feature-box {
    padding: 20px;
  }

  .welcomeWrap .container .col13.cross {
    display: none;
  }

  .feature-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .feature-box.feature-large {
    align-items: flex-end;
    order: 3;
  }

  .slexBoxWrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comImages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width:650px) {
  .footer .col13 {
    width: 100%;
  }
}

@media screen and (max-width:479px) {
  .content .navLinks {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .content .navLinks li {
    margin-left: 0;
  }

  .slexBoxWrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@-webkit-keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.8rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.8rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}