@charset "utf-8";
/*=== FONTS ===*/
@font-face {
  font-family: Libre Baskerville;
  src: url(../fonts/LibreBaskerville-Regular.ttf?a27f99ca45522bb3d56d18c0822142d4) format("truetype");
}
/*=== FONTS ENDS ===*/
/*== IE Block Code ==*/
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: #ffffff;
  height: 100%;
  background: #d9e9e6;
  bottom: 0;
}
.ie-quote {
  margin-top: 18%;
}
.ie-quote p {
  padding-top: 35px;
}
/*== IE Block Code Ends ==*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  background: #ffffff;
  background-size: cover;
  font-family: Libre Baskerville;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.42857143;
  letter-spacing: 1px;
  overflow-x: hidden;
  color: #ffffff;
}
h3 {
  margin: 0 auto;
  line-height: 1.1;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
:focus {
  outline: none !important;
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.container-fluid, .container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.container {
  max-width: 999px;
}
.row {
  margin: 0 -15px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.col {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  width: 100%;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.hidden {
  display: none !important;
}
.clearfix {
  clear: both;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner {
  background: #8d999f;
}
.title {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.title img {
  width: 100%;
}
.btn_banner > div {
  position: absolute;
  top: 5px;
  right: 0;
  width: 35%;
  text-align: right;
}
.btn-colour {
  color: #ffffff !important;
  background-color: #8d999f;
  text-transform: uppercase;
  font-size: 13px;
  margin: 10px;
  border: 1px solid #000 !important;
  margin-right: 10px;
  width: 150px;
}
.btn-colour:hover {
  background: #575d61;
  /*  color: #000000 !important;*/
}
.toolkit_text {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  /*margin-top: -10px;*/
  font-weight: 500;
}
.socialHandles {
  display: flex;
  flex-wrap: wrap;
  background-color: #313538;
}
.socialHandles_col {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
}
.socialHandles_col::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 1px;
  height: 80%;
}
.socialHandle_discord::after {
  display: none;
}
.social_text {
  font-size: 1em;
  color: #ffffff;
}
.social_icon {
  padding: 5px;
}
.social_icon a {
  color: rgba(0, 0, 0, 0);
}
.social_icon img {
  height: 20px;
}
.section_heading {
  background-color: #575d61;
  margin-bottom: 45px;
}
.heading_text {
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  padding: 10px 0;
}
.heading {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  padding-top: 10px;
  color: #000;
}
.subHeader {
  margin: 0 0 25px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 5px;
  padding-left: 30px;
  color: #f9f5ff;
  background-color: #3f637b;
  min-height: 38px;
}
.subHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border: 19px solid transparent;
  border-left: 19px solid #7bc1ee;
}
.section_note {
  padding: 0 10px 30px;
  text-align: center;
}
.section_note p {
  display: inline-block;
  color: #ffffff;
  background-color: #52575a;
  padding: 7px 12px;
  margin-top: 7px;
  font-size: 13px;
  position: relative;
}
.section_note p:first-child {
  margin-top: 0;
}
.section_note p::before, .section_note p::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 12px;
  background-color: #313538;
}
.section_note p::before {
  left: 0;
  transform: translateX(-100%);
}
.section_note p::after {
  right: 0;
  transform: translateX(100%);
}
.icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icons ul li a {
  font-size: 1em;
}
.icons ul li a {
  display: inline-block;
  position: relative;
  padding: 3px 5px;
  background-color: transparent;
  color: #8d999f;
  text-decoration: underline;
  font-size: 0.9em;
  text-align: center;
}
.icons ul li a:hover {
  background-color: #575d61;
  color: #ffffff;
}
.h50 {
  height: 50px;
  clear: both;
}
.about_section {
  color: #1f1e1e;
}
.about_section p {
  margin-bottom: 2%;
}
.about_section .container > .row {
  display: flex;
  flex-wrap: wrap;
}
.col-aboutLeft, .col-aboutRight {
  margin-top: 7px;
}
.col-aboutLeft {
  width: 18%;
  color: #8d999f;
}
.col-aboutRight {
  width: 82%;
  color: #1f1e1e;
}
.about-ul {
  /* padding-left: 15px; */
  list-style-type: disc;
  color: #ffffff;
}
.photo_section {
  margin-top: 45px;
}
.icons {
  margin-bottom: 30px;
}
.grid-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.grid-col {
  width: 33.333333%;
  padding: 0 15px;
}
.video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}
.video:-ms-fullscreen {
  transform: none;
}
.play_wrapper, .img-container {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: flex;
  width: 100%;
  height: 0;
  background-color: #000;
  padding-bottom: 100%;
  border: 2px solid #575d61;
}
.play_wrapper:hover, .img-container:hover {
  border-color: #313538;
}
.img-container {
  background: transparent;
}
.img-container a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #8d999f;
  color: rgba(0, 0, 0, 0);
}
.img-container a img {
  position: absolute;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}
/*== Navigation ==*/
.nav-container {
  position: fixed;
  background: rgba(49, 53, 56, 0.99);
  width: 200px;
  height: 100%;
  left: -200px;
  z-index: 99;
  top: 0;
  overflow-y: auto;
  transition: 0.4s ease;
  padding-top: 80px;
  text-align: center;
}
.nav-container a {
  font-size: 12px !important;
  padding: 12px 20px;
  display: block;
  text-decoration: none !important;
  outline: none !important;
  transition: 0.5s ease;
  color: #ffffff !important;
  letter-spacing: 1px;
  font-weight: 400;
}
.nav-container a:hover {
  background: #575d61;
}
.navActive .nav-container {
  left: 0px;
  transition: 0.4s ease;
}
#navIcon {
  width: 40px;
  height: 40px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 1px solid #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 0 0px 5px rgba(0, 0, 0, 0.15);
  top: 10px;
  left: 7px;
  z-index: 999;
  border-radius: 5px;
  background-color: #575d61;
}
#navIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  margin: 0 auto;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#navIcon span:nth-child(1) {
  top: 12px;
}
#navIcon span:nth-child(2) {
  top: 19px;
}
#navIcon span:nth-child(3) {
  top: 26px;
}
.navActive #navIcon span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navActive #navIcon span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navActive #navIcon span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*== Navigation Ends ==*/
/*== Footer ==*/
.footer {
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #0a0a0a;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.footer ul {
  display: flex;
  justify-content: center;
}
.footer ul li {
  margin: 0 7px;
}
.footer a {
  color: #ffffff !important;
  font-size: 10px !important;
}
.footer p {
  color: #f1f1f1;
  font-size: 8px;
  margin: 7px 0 0;
  opacity: 0.9;
}
/*== Footer Ends ==*/
/*== Media Queries ==*/
@media (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 1024px) {
  #header {
    padding: 0 15px;
  }
  .social_text {
    font-size: 0.8em;
    padding-top: 10px;
  }
  .btn-colour {
    background-color: #313538 !important;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: none;
  }
  .title {
    width: 100%;
  }
  .btn_banner > div {
    position: static;
    width: 100%;
    text-align: center;
  }
  .toolkit_text {
    padding-bottom: 0;
  }
  .socialHandles_col {
    width: 50%;
  }
  .socialHandle_hashtag {
    width: 100%;
  }
  .socialHandles_col.socialHandle_hashtag::after {
    /*		display: none;*/
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    transform: none;
    background-color: #ffffff;
    height: 1px;
    width: 95%;
  }
  .socialHandles_col.socialHandle_twitter::after, .socialHandles_col.socialHandle_facebook::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background-color: #ffffff;
  }
  .col-aboutLeft {
    width: 20%;
  }
  .col-aboutRight {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .grid-col {
    width: 50%;
  }
  .col-aboutLeft {
    width: 25%;
  }
  .col-aboutRight {
    width: 75%;
  }
}
@media (max-width: 580px) {
  .col-aboutLeft {
    width: 30%;
  }
  .col-aboutRight {
    width: 70%;
  }
}
@media (max-width: 450px) {
  body {
    font-size: 13px;
  }
  .heading_text {
    font-size: 17px;
  }
  .toolkit_text {
    font-size: 20px;
    padding: 15px 0 0;
  }
  .btn-colour {
    font-size: 12px;
    margin: 7px 7px 12px;
    width: 148px;
    background-color: #313538 !important;
  }
  .heading {
    font-size: 14px;
  }
  .social_text {
    font-size: 0.6em;
  }
  .grid-col {
    width: 100%;
  }
  .play_wrapper, .img-container {
    height: auto;
    padding: 0;
  }
  .video {
    position: static;
    transform: none;
  }
  .img-container a, .img-container a img {
    display: block;
    position: static;
    transform: none;
  }
}