@import "https://fonts.googleapis.com/css?family=Roboto+Mono:400,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto+Mono:500,600";
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
@font-face {
  font-family: 'Cybero';
  src: url('../fonts/cybero.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BodyFont'; 
  src: url('../fonts/Monocode.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CyberPrince';
  src: url('../fonts/CYBERFREIGHT-Normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  background: #000;
  color: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: url('png/cursor-matrix.svg') 3 3, auto;
  max-width: 100% !important;
  overflow-x: hidden;
}
@media (width: 768px) and (height: 1024px) {
  .main {
    min-width: 880px;
    min-height: 1136px;
  }
  body {
    min-width: 870px;
    height: 1110px;
  }
}
img {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: url('png/cursor-matrix.svg') 3 3, auto;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  cursor: url('png/cursor-matrix.svg') 3 3, auto;
  text-decoration: none;
  color: #00bf11;
}
a:visited {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: transparent;
  height: 0;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.light {
  font-weight: 600;
  padding-left: 0;
}
.light > img {
  width: 35px;
  height: auto;
  margin-top: -8px;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-family: "Roboto Mono";
  background-color: #000000;
}
.navbar-custom .navbar-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 10px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom a {
  color: #fff;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-nav {
  width: 100%;
  display: inline-block;
  text-align: justify;
}
.page-scroll {
  text-align: justify;
}
.navbar-custom .nav li a:hover {
  background-color: transparent;
  transition: all ease-in-out 0.3s;
}
.navbar-custom .nav li {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.navbar-custom .nav li :before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #00bf11;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.navbar-custom .nav li :hover:before,
.navbar-custom .nav li :focus:before,
.navbar-custom .nav li :active:before {
  left: 0;
  right: 0;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: #fff;
}
@media (min-width: 750px) {
  .navbar-custom {
    padding: 20px 0 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding-bottom: 55px;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  min-width: 100%;
  max-height: 100%;
  width: 100%;
}
.main {
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  background: url(png/blank.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
  z-index: -1;
}
.main > img {
  display: block;
  padding-right: 45px;
  padding-left: 45px;
  max-height: 100%;
  max-width: 100%;
  width: 105vh;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
@-webkit-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@-moz-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@-o-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
.scroll-down {
  width: 40px;
  height: 40px;
  margin-left: -25px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scroll-down:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  margin-top: 55px;
}
.fa-angle-double-down {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 9px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  color: #111;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-animation: scroll-down-anim 1s infinite;
  -moz-animation: scroll-down-anim 1s infinite;
  -o-animation: scroll-down-anim 1s infinite;
  animation: scroll-down-anim 1s infinite;
  z-index: 2;
}
.row {
  width: 100%;
}
.about {
  width: 100%;
  min-height: 100%;
  height: auto;
  vertical-align: middle;
}
.sectionhead {

  width: 100%;
  padding-top: 125px;
}
.line {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100px;
  height: 2px;
  margin-top: 0;
}
.sectionhead > img {
  width: 10vh;
  height: auto;
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding-top: 0;
  vertical-align: middle;
  padding-top: 20px;
}
.rectify {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.head {
  position: relative;
  text-align: left;
  font-size: 100px;
  font-family: 'Cybero', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 50px;
}
@media only screen and (max-width: 750px) {
  .sectionhead > img {
    width: 10vh;
    height: auto;
    display: block;
    position: relative;
    padding-top: 20px;
    margin: 0 auto;
  }
  .rectify {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .head {
    position: relative;
    text-align: center;
    font-size: 45px;
    font-family: 'Cybero', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 50px;
  }
  .bodtext {
  font-family: "BodyFont";
  font-weight: 300;
  font-size: 20px;
  color: #00bf11;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  }
  .bodtext2 {
  font-family: "BodyFont";
  font-weight: 300;
  font-size: 20px;
  color: #00bf11;
  text-align: center;
  }
  .line {
    background-color: rgba(255, 255, 255, 0.75);
    width: 60px;
    height: 6px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 60px;
  }
}
.bod {
  margin-top: 50px;
  margin-left: 25px;
  color: #00bf11;
}
.bodtext {
  font-family: "BodyFont";
  font-weight: 300;
  font-size: 23px;
  color: #00bf11;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ME {

  color: #fff;
  padding-top: 0;
  width: 100%;
  min-height: 60%;
  height: auto;
  vertical-align: middle;
}
.bod2 {
  margin-top: 50px;
  margin-left: 25px;
  color: #00bf11;
}
.bodtext2 {
  font-family: "BodyFont";
  font-weight: 300;
  font-size: 23px;
  color: #00bf11;
}
.butn {
  display: block;
  width: auto;
  padding-top: 50px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: "BodyFont";
  padding-bottom: 10px;
}
.hvr-bounce-to-bottom {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 250px;
  height: 50px;
  padding-top: 4px;
  margin-top: 30px;
  margin-left: 60px;
  font-size: 28px;
  border-color: #212121;
  border-width: 4px;
  font-family: 'Cybero';
  background: linear-gradient(to right, #ffffff, #b4b4b4, #ffffff);
  color: #000000;
  border-radius: 10px;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #3f3f3f, #252525, #3f3f3f);
  border-radius: 10px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: #ffffff;
  
}
.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.membername {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
}
.prez {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}
.prez > img {
  width: 200px;
  height: auto;
  height: auto;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.name {
  text-align: center;
  font-family: "CyberPrince";
  font-weight: 500;
  padding-top: 20px;
  font-size: 40px;
  color: #00bf11;
}.nameeee {
  text-align: center;
  font-family: "Cybero";
  font-weight: 500;
  margin-left: 780px;
  padding-top: 20px;
  font-size: 60px;
  color: #fff;
}
.grow:hover {
  transform: scale(1.5);
  transition: transform 0.5s ease-in-out;
}
.pos {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  font-family: "CyberPrince";
  color: #ffffff;
}
.secs {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  flex-wrap: wrap-reverse;
}
.memimg {
  padding-top: 50px;
}
.col-sm-6 > img {
  width: 200px;
  height: auto;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.col-sm-6 {
  padding-top: 25px;
}
.memimg > img {
  width: 200px;
  height: auto;
  height: auto;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.mapimg {
  padding-bottom: 100px;
  padding-top: 100px;
}
.map {
  width: 70%;
  height: 468px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .map {
    width: 95%;
    height: 468px;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
iframe {
  border-color: transparent;
}
.fa-phone-square {
  font-size: 35px;
  color: #fff;
}
.contdetails {
  text-align: left;
  width: 100%;
  height: auto;
}
.iconbg {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 7px;
}
.icon {
  width: 35px;
  display: inline-block;
  margin-top: 0;
  vertical-align: text-bottom;
  padding-left: 55px;
  padding-bottom: 15px;
}
.para {
  width: 300px;
  display: inline-block;
  position: relative;
  padding-bottom: 55px;
  vertical-align: text-top;
  padding-left: 55px;
  font-family: "Roboto Mono";
  font-size: 18px;
  font-weight: 200;
}
.fa-map-marker {
  font-size: 22px;
  color: #000;
  padding-top: 3px;
}
.fa-envelope-square {
  font-size: 35px;
  color: #fff;
}
.mlogo > img {
  width: 200px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
}
.heading {
  padding-top: 20px;
  text-align: center;
  font-family: "Cybero";
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.credits {
  text-align: center;
  font-family: "BodyFont";
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  min-width: 100%;
  width: auto;
  background-color: #212121;
  color: #fff;
  border: none;
  border-bottom: solid;
  border-style: solid;
  border-color: #212121;
  border-width: 5px;
  position: relative;
  padding-top: 10px;
  margin-bottom: 0;
}
.links {
  color: #00bf11;
  font-size: 35px;
  cursor: url('png/cursor.svg') 3 3, auto;
  text-align: center;
}
.fa-facebook-square {
  color: #fff;
  padding-top: 30px;
}
.fa-youtube-square {
  padding-top: 30px;
  color: #fff;
}
.fa-instagram {
  padding-top: 30px;
  color: #fff;
}
.copyright {
  font-family: "Roboto Mono";
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.come-in {
  transform: translateY(55px);
  animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1.2s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
@keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .come-in {
    transform: none;
    animation: none;
  }
  .come-in:nth-child(odd) {
    animation-duration: 0;
  }
  .already-visible {
    transform: none;
    animation: none;
  }
}
@keyframes come-in {
  from {
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 2;
  opacity: 1;
}
canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 0;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: rgba(85, 85, 85, 0.261);
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.48);
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#interactive-particles{
  width:100%;
  height:100%;
  position: fixed;
}