hr {
  border: 1px solid #fff; }

/* Scss Document */
/* Chrome, Safari */
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Firefox */
@-moz-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Standard syntax */
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* Chrome, Safari */
@-webkit-keyframes nogradient {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 0% 0%; }
  100% {
    background-position: 0% 0%; } }
/* Firefox */
@-moz-keyframes nogradient {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 0% 0%; }
  100% {
    background-position: 0% 0%; } }
/* Standard syntax */
@keyframes nogradient {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 0% 0%; }
  100% {
    background-position: 0% 0%; } }
/* Standard syntax */
@keyframes educationtab {
  from {
    top: 0px; }
  to {
    top: -20px; } }
html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0; }

body {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 24px;
  color: #3d3d3f;
  background: #693a7e;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite; }

* {
  box-sizing: border-box; }

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

a:focus, a:hover {
  color: #3d3d3f;
  text-decoration: none; }

img {
  width: 100%; }

hr {
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  letter-spacing: 0px;
  line-height: 1em; }

h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.6em; } }
@media screen and (max-width: 425px) {
  h1 {
    font-size: 2em; } }
h2 {
  color: #fff;
  font-size: 4em;
  font-weight: 500; }

@media screen and (max-width: 425px) {
  h2 {
    font-size: 2.6em; } }
@media screen and (max-width: 320px) {
  h2 {
    font-size: 2em; } }
h3 {
  color: #fff;
  font-size: 2em;
  font-weight: 500; }

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.5em; } }
h4 {
  color: #fff;
  font-size: 2em;
  font-weight: 500; }

h5 {
  color: #fff;
  font-size: 1.3em;
  font-weight: 500; }

h6 {
  color: #fff;
  font-size: 1em;
  font-weight: 600; }

p {
  color: #fff;
  font-size: 1em;
  font-weight: 100;
  line-height: 1em;
  letter-spacing: 0.2px; }

strong, span {
  text-transform: capitalize; }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

label {
  color: #3d3d3f;
  margin-top: 20px; }

.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: #3398cc;
  padding: 10px 0 15px;
  position: fixed;
  z-index: 998;
  box-shadow: 0 0px 15px grey; }

.custom-navbar_shadow {
  border: none;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 10px 0 15px;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 15px grey; }

.logo {
  height: 100px;
  width: auto; }

@media screen and (max-width: 720px) {
  .logo {
    width: 100px;
    height: auto; } }
.logoarea {
  text-align: center;
  height: 90px;
  padding-top: 0px; }

.menuarea {
  height: 90px; }

.menu {
  cursor: pointer;
  top: 50%;
  width: 40px;
  margin-left: 10px;
  transform: translate(0%, -50%);
  position: absolute; }

.buttonimage {
  width: 95%; }

.overlay3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity .5s; }

.offcanvas {
  background: #fff;
  height: 100%;
  width: 80%;
  top: 0;
  left: -450px;
  position: fixed;
  overflow-x: hidden;
  transition: .5s;
  padding-top: 0px;
  max-width: 450px;
  z-index: 1000;
  padding-right: 20px; }
  .offcanvas a {
    padding: 8px 11px 8px 22px;
    text-decoration: none !important;
    font-size: 25px;
    color: #3d3d3f;
    display: block;
    position: relative; }
    .offcanvas a p {
      bottom: -2px;
      left: 32px;
      transform: translate(0, 0%);
      font-size: 1.2em;
      padding-left: 10px;
      color: #3d3d3f; }
    .offcanvas a :hover {
      color: #fff;
      background: #8D8D8D; }
    .offcanvas a :focus {
      color: #8D8D8D; }
  .offcanvas a:nth-of-type(2) {
    margin-top: 20px; }

@media screen and (max-width: 425px) {
  .offcanvas a p {
    font-size: 1em; } }
.closeOffcanvas {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px; }

.nav_button_background {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid; }

@media screen and (max-height: 500px) {
  .offcanvas {
    padding-top: 15px; }

  .offcanvas a {
    font-size: 18px; } }
#main {
  min-height: calc(84vh - 310px);
  min-height: calc(var(--vh, 1vh) * 76 - 210px);
  padding: 0 12px;
  margin-top: 150px; }

#maintitle {
  min-height: auto;
  padding: 0 12px;
  margin-top: 150px; }

#maincms {
  background: #ffffff;
  min-height: calc(100vh - 150px);
  min-height: calc(var(--vh, 1vh) * 100 - 310px);
  padding: 40px 12px;
  margin-top: 50px; }

.close {
  display: none !important; }

.mainbtn {
  font-size: 1.3em;
  font-weight: 500;
  color: #fff;
  border: solid 3px #fff;
  padding: 10px 30px; }
  .mainbtn a:hover {
    color: #fff !important;
    background: #fff !important;
    text-decoration: none !important; }

@media screen and (max-width: 768px) {
  .mainbtn {
    font-size: 1em; } }
@media screen and (max-width: 375px) {
  .mainbtn {
    font-size: 0.8em; } }
.module table {
  width: 100%;
  border-collapse: collapse; }

.module td {
  padding: 5px 10px; }

.module tr:nth-child(2n) {
  background-color: #e4e4e4; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 1rem;
  margin-top: 60px; }
  .grid .circle-container {
    background: transparent;
    color: #3d3d3f;
    padding: 0rem; }
    .grid .circle-container .circle {
      text-align: center;
      background: #ffffff;
      border-radius: 50%;
      width: 240px;
      height: 240px;
      margin: auto;
      position: relative;
      border: 5px solid #3398cc; }
      .grid .circle-container .circle .circle-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%; }
    .grid .circle-container h3 {
      color: #3d3d3f;
      margin: 15px 0;
      font-size: 1em; }
    .grid .circle-container p {
      color: #3d3d3f;
      margin: 15px 0 65px 0; }
    .grid .circle-container a {
      color: #3d3d3f;
      text-decoration: none; }
      .grid .circle-container a :hover {
        color: #fff;
        text-decoration: none;
        background: #3398cc; }
        .grid .circle-container a :hover h3 {
          color: #fff; }

@media screen and (max-width: 1440px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } }
@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
    .grid div h3 {
      font-size: 1.6em; } }
#error {
  width: 100%;
  background: #fff;
  position: relative;
  height: calc(100vh - 150px);
  height: calc(var(--vh, 1vh) * 100 - 123px); }
  #error #error_hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #error #error_hero h1 {
      background: linear-gradient(45deg, #3398cc, #3398cc, #693a7e, #693a7e);
      background-size: 200% 200%;
      animation: gradient 15s ease infinite;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 17em;
      font-weight: 700;
      margin: 0; }
    #error #error_hero h3 {
      color: #000000;
      text-align: center;
      margin-bottom: 1em; }
    #error #error_hero p {
      color: #000;
      text-align: center; }
    #error #error_hero .btn {
      background: #3398cc;
      background: #005695;
      padding: 12px 45px;
      font-size: 1em;
      margin-top: 1em; }

@media screen and (max-width: 425px) {
  #error #error_hero h1 {
    font-size: 5.5em; } }
#footer {
  width: 100%;
  position: relative;
  color: #3d3d3f;
  background: #fff;
  margin: 50px 0 0 0;
  padding-top: 70px; }
  #footer .copywrite {
    text-align: center;
    float: left;
    width: 100%; }
  #footer .social_container {
    width: 42%;
    height: 100px;
    /* padding: 50px 0 20px 0;*/
    margin: auto; }

@media screen and (max-width: 1024px) {
  #footer .social_container {
    width: 53%; } }
@media screen and (max-width: 768px) {
  #footer .social_container {
    width: 63%; } }
@media screen and (max-width: 425px) {
  #footer .social_container {
    width: 100%;
    height: 100px;
    /* padding: 50px 0 20px 0;*/
    margin: auto; } }
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent !important;
  margin-bottom: 0px; }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff; }
  ul.breadcrumb li + li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0"; }
  ul.breadcrumb li a {
    color: #fff;
    text-decoration: none; }
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline; }

.container {
  margin: auto;
  width: 1290px; }

@media screen and (max-width: 1440px) {
  .container {
    width: 1170px; } }
@media screen and (max-width: 1024px) {
  .container {
    width: 900px; } }
@media screen and (max-width: 768px) {
  .container {
    width: 100%; } }
input {
  width: 100%;
  border: 1px solid #f1e1e1;
  display: block;
  padding: 5px 10px; }

button {
  border: none;
  padding: 10px;
  border-radius: 5px; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px auto;
  color: #3d3d3f; }

th,
td {
  height: 50px;
  text-align: center;
  border: 1px solid black;
  max-width: 200px;
  overflow-y: hidden;
  font-size: 0.8em; }
  th a,
  td a {
    color: #693a7e; }

.fa-5x {
  font-size: 2.5em; }

#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 2000; }
  #cookieConsent a {
    color: #3398cc;
    text-decoration: none; }

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold; }
  #closeCookieConsent :hover {
    color: #FFF; }

#cookieConsent a.cookieConsentOK {
  background-color: #3398cc;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 12px 0 10px; }
  #cookieConsent a.cookieConsentOK :hover {
    background-color: fontcolorahover; }

.cookieinner {
  padding: 15px 0; }

/*# sourceMappingURL=ncgstyle.css.map */
