html {
  overflow-x : hidden;
  scroll-behavior: smooth;
}

body {
  cursor: url("../images/png/cursors/cursor.png"), default;
}

body::-webkit-scrollbar {
  background-color: #ffffff00;
  width: 1em;
  cursor: url("../images/png/cursors/pointer.png"), pointer;
}

body::-webkit-scrollbar-track {
  background-color: #ffffff00;
}

body::-webkit-scrollbar-thumb {
  border: 2px solid #00B6FF;
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0000FF), to(#00B6FF));
  background-image: linear-gradient(0deg, #0000FF, #00B6FF);
  border: none;
}

::-webkit-input-placeholder {
  color: #CCCCCC;
}

:-ms-input-placeholder {
  color: #CCCCCC;
}

::-ms-input-placeholder {
  color: #CCCCCC;
}

::placeholder {
  color: #CCCCCC;
}

::-moz-selection {
  color: #00B6FF;
}

::selection {
  color: #00B6FF;
}

ul {
  list-style-type: none;
}

a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  justify-self: self-start;
  cursor: url("../images/png/cursors/pointer.png"), pointer;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #CCCCCC;
}

p {
  margin: 0px;
}

h1 {
  margin: 0px;
  font-weight: 200;
}

h2 {
  margin: 0px;
  font-weight: 600;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 3em;
  letter-spacing: px;
  text-align: center;
  color: #00B6FF;
}

h3 {
  font-size: 1.5em;
}

@media screen and (max-device-width: 991px) {
  h3 {
    font-size: 1.2em;
  }
}

body {
  font: 100% Poppins, Helvetica, sans-serif;
  background-color: #191919;
  color: #CCCCCC;
  overflow-x: hidden;
  margin: 0px;
}

header {
  display: -ms-grid;
  display: grid;
  padding: 15px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -ms-grid-columns: 0.2fr auto 1fr;
      grid-template-columns: 0.2fr auto 1fr;
  background-color: transparent;
  position: fixed;
  width: 100vw;
  z-index: 50;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-device-width: 991px) {
  header a {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}

@media screen and (max-device-width: 991px) {
  header {
    padding: 25px 30px;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
  }
}

.loadingPage {
  position: fixed;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-transition: display 0.5s ease-out;
  transition: display 0.5s ease-out;
  background-color: #191919;
  z-index: 120;
}

.loadingPage .kerbit-loading {
  height: 100px;
  margin: 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.logo {
  font: 100% Nunito Sans, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.5em;
  font-weight: 400;
  -ms-grid-column-align: start;
      justify-self: start;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  height: 60px;
  -ms-grid-columns: 1fr 4fr;
      grid-template-columns: 1fr 4fr;
}

@media screen and (max-device-width: 991px) {
  .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

nav {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.desktop-nav {
  -ms-grid-columns: 3fr 1fr;
      grid-template-columns: 3fr 1fr;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  display: -ms-grid;
  display: grid;
}

@media screen and (max-device-width: 991px) {
  .desktop-nav {
    -ms-grid-rows: 0.5fr 0.75fr 0.5fr;
        grid-template-rows: 0.5fr 0.75fr 0.5fr;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    width: 100vw;
    height: 88vh;
    z-index: 100;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0000FF), to(#00B6FF));
    background-image: linear-gradient(0deg, #0000FF, #00B6FF);
    -webkit-box-shadow: 0px 0px 2em 5px rgba(0, 182, 255, 0.3);
            box-shadow: 0px 0px 2em 5px rgba(0, 182, 255, 0.3);
    position: absolute;
    top: 0px;
    padding: 20px;
    color: white;
    z-index: 2;
    left: 50%;
    -webkit-transition: all 1s cubic-bezier(0.11, 0.24, 0.1, 1.24);
    transition: all 1s cubic-bezier(0.11, 0.24, 0.1, 1.24);
    -webkit-transform: translate(-50%, 120vh);
            transform: translate(-50%, 120vh);
    background-color: #191919;
  }
}

.mobile-menu-opener {
  display: none;
  z-index: 20;
}

@media screen and (max-device-width: 991px) {
  .mobile-menu-opener {
    display: -ms-grid;
    display: grid;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-box-shadow: 0px 0px 2em 5px rgba(0, 182, 255, 0.5);
            box-shadow: 0px 0px 2em 5px rgba(0, 182, 255, 0.5);
    border-radius: 100%;
    padding: 20px;
    z-index: 99;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0000FF), to(#00B6FF));
    background-image: linear-gradient(0deg, #0000FF, #00B6FF);
  }
}

.mobile-menu-opener .hamburger {
  position: relative;
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 30px;
}

.mobile-menu-opener .hamburger :nth-child(2) {
  top: 10px;
}

.mobile-menu-opener .hamburger span {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 1.5px;
  position: absolute;
  border-radius: 5px;
  background-color: white;
}

.mobile-menu-opener p {
  -ms-flex-item-align: self-start;
      -ms-grid-row-align: self-start;
      align-self: self-start;
  margin: 0px 0px 20px 0px;
  color: white;
  font-size: 0.8em;
}

.menu {
  font: 100% Poppins, Helvetica, sans-serif;
  font-weight: 600;
  list-style-type: none;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
  padding: 0px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.menu a {
  font: 100% Poppins, Helvetica, sans-serif;
  text-decoration: none;
  color: #CCCCCC;
  font-weight: 600;
}

.menu a:hover {
  color: #00B6FF;
}

@media screen and (max-device-width: 991px) {
  .menu a {
    color: #191919;
    font-size: 1.25em;
  }
}

@media screen and (max-device-width: 991px) {
  .menu {
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    justify-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    row-gap: 2vh;
  }
}

.menuSearch {
  overflow: hidden;
  width: 20vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90% 10%;
      grid-template-columns: 90% 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  -ms-grid-column-align: end;
      justify-self: end;
  border-radius: 5px;
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  height: 50px;
}

@media screen and (max-device-width: 991px) {
  .menuSearch {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: self-end;
        -ms-grid-row-align: self-end;
        align-self: self-end;
    border-color: #191919;
    border-width: 3px;
    color: black;
    width: 75vw;
  }
  .menuSearch:hover {
    border-color: #191919;
  }
  .menuSearch input {
    color: #191919;
  }
  .menuSearch input:focus {
    border-bottom: 2px solid #191919;
  }
}

@media screen and (max-device-width: 991px) {
  .menuSearch ::-webkit-input-placeholder {
    color: #191919;
    opacity: 100;
  }
  .menuSearch :-ms-input-placeholder {
    color: #191919;
    opacity: 100;
  }
  .menuSearch ::-ms-input-placeholder {
    color: #191919;
    opacity: 100;
  }
  .menuSearch ::placeholder {
    color: #191919;
    opacity: 100;
  }
}

.menuSearch a:focus .searchIcon {
  fill: #00B6FF;
}

@media screen and (max-device-width: 991px) {
  .menuSearch a:focus .searchIcon {
    fill: #191919;
  }
}

.menuSearch:hover {
  border-color: #00B6FF;
}

@media screen and (max-device-width: 991px) {
  .menuSearch:hover {
    border-color: white;
  }
}

.menuSearch:active {
  border-color: #00B6FF;
}

.searchIcon {
  fill: #CCCCCC;
}

.searchIcon:hover {
  fill: #00B6FF;
}

.searchIcon:focus {
  fill: #00B6FF;
}

@media screen and (max-device-width: 991px) {
  .searchIcon {
    fill: #191919;
  }
  .searchIcon:focus, .searchIcon:hover {
    fill: #191919;
  }
}

.heroContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media screen and (max-device-width: 991px) {
  .heroContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.heroContainer .hero {
  display: -ms-grid;
  display: grid;
  margin-left: 20%;
  margin-top: 100px;
  -ms-grid-rows: 50% 50%;
      grid-template-rows: 50% 50%;
  row-gap: 6vh;
  height: 100vh;
}

@media screen and (max-device-width: 991px) {
  .heroContainer .hero {
    margin-left: 0px;
    width: 100vw;
    row-gap: 0px;
    -ms-grid-rows: 40% 60%;
        grid-template-rows: 40% 60%;
  }
}

.heroContainer .hero .heroHead {
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
}

@media screen and (max-device-width: 991px) {
  .heroContainer .hero .heroHead {
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.heroContainer .hero .heroHead h1 {
  font-size: 300%;
}

@media screen and (max-device-width: 991px) {
  .heroContainer .hero .heroHead h1 {
    font-size: 250%;
  }
}

.heroContainer .hero .hero-buttons {
  font: 100% Poppins, Helvetica, sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 250px;
      grid-template-columns: 250px 250px;
  -ms-grid-row-align: self-start;
      align-self: self-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-device-width: 991px) {
  .heroContainer .hero .hero-buttons {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    row-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.heroContainer .heroImage {
  background-image: radial-gradient(circle at 70% 20%, #3B4146, #191919 45%);
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  height: 100vh;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

@media screen and (max-device-width: 991px) {
  .heroContainer .heroImage {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    overflow: hidden;
  }
}

.heroContainer .heroImage .kerbit-hero {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media screen and (max-device-width: 991px) {
  .heroContainer .heroImage .kerbit-hero {
    width: 200%;
    display: none;
    -webkit-filter: brightness(0.3) contrast(0.9) blur(1px);
            filter: brightness(0.3) contrast(0.9) blur(1px);
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.home-research {
  margin-bottom: 15vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto 1.5fr;
      grid-template-rows: 1fr auto 1.5fr;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-research .head {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.home-research .head .menuSearch {
  margin-top: 50px;
  border: 1px solid #CCCCCC;
  width: 240px;
}

.home-research .head .menuSearch ::-webkit-input-placeholder {
  color: #CCCCCC;
}

.home-research .head .menuSearch :-ms-input-placeholder {
  color: #CCCCCC;
}

.home-research .head .menuSearch ::-ms-input-placeholder {
  color: #CCCCCC;
}

.home-research .head .menuSearch ::placeholder {
  color: #CCCCCC;
}

.home-research .head .menuSearch .searchIcon {
  fill: #CCCCCC;
}

.home-research .head .menuSearch input {
  color: #CCCCCC;
}

.home-research .head .menuSearch input:focus {
  border-color: #00B6FF;
}

.home-research .primary-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.home-research .primary-btn a {
  color: white;
}

.research-card-container {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  -ms-grid-row-align: self-start;
      align-self: self-start;
  row-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
          column-gap: 5%;
  width: 100%;
  -ms-grid-columns: (minmax(300px, 0.2fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 0.2fr));
}

.research-card-container .research-card {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: url("../images/png/cursors/pointer.png"), pointer;
}

.research-card-container .research-card a {
  text-decoration: none;
  color: #CCCCCC;
  display: -ms-grid;
  display: grid;
}

.research-card-container .research-card img {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
}

.research-card-container .research-card .research-card-content {
  padding: 3em 2em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 1em;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
}

.research-card-container .research-card .research-card-content .research-card-title {
  font-size: 1.5em;
  text-transform: capitalize;
  color: #00B6FF;
}

.research-card-container .research-card .research-card-content .secondary-btn {
  -ms-grid-column-align: center;
      justify-self: center;
}

.research-card-container .research-card .research-card-content .research-card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.research-card-container .research-card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.3);
}

.solutions {
  margin: 0px 5%;
  -ms-grid-rows: 10%, 90%;
      grid-template-rows: 10%, 90%;
  margin-bottom: 15vh;
  text-align: center;
}

@media screen and (max-device-width: 991px) {
  .solutions {
    height: auto;
  }
}

.solutions h2 {
  margin-bottom: 0.5em;
}

.solutions h3 {
  font-weight: 400;
  font-size: 1.2em;
  width: 75%;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-device-width: 991px) {
  .solutions h3 {
    width: 90%;
  }
}

.solutions .solutions-content {
  margin-top: 5vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media screen and (max-device-width: 991px) {
  .solutions .solutions-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.solutions .solutions-content .service-card-container {
  row-gap: 4em;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  max-width: 100%;
}

.solutions .solutions-content .service-card-container .service-card {
  cursor: url("../images/png/cursors/cursor.png"), default;
  text-align: center;
  padding: 1em 1.5em;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  row-gap: 1em;
  display: -ms-grid;
  display: grid;
  max-height: 100%;
}

.solutions .solutions-content .service-card-container .service-card .research-card-content {
  padding: 0;
}

.solutions .solutions-content .service-card-container .service-card:hover {
  -webkit-transform: initial;
          transform: initial;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  overflow: hidden;
}

.contact .contact-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  width: 100%;
  -ms-grid-row-align: center;
      align-self: center;
  background-image: url("../images/svg/Contact.svg");
  background-size: cover;
  background-repeat: none;
  z-index: 2;
}

@media screen and (max-device-width: 991px) {
  .contact .contact-content {
    display: block;
  }
}

.contact .contact-content .contact-form {
  padding: 2em;
  position: relative;
  -ms-grid-row-align: center;
      align-self: center;
  display: -ms-grid;
  display: grid;
  row-gap: 2em;
  text-align: center;
  -ms-grid-column-align: center;
      justify-self: center;
  background-color: transparent;
  border-radius: 25px;
}

@media screen and (max-device-width: 991px) {
  .contact .contact-content .contact-form {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    background-color: transparent;
  }
}

.contact .contact-content .contact-form .form-container {
  -ms-grid-column-align: center;
      justify-self: center;
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.contact .contact-content .contact-form a {
  font-weight: 200;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media screen and (max-device-width: 991px) {
  .contact .contact-content .contact-form a {
    position: initial;
  }
}

.contact .contact-content .contact-form h2 {
  color: white;
}

@media screen and (max-device-width: 991px) {
  .contact .contact-content .contact-form h2 {
    padding-bottom: 0.5em;
  }
}

.contact .contact-content .contact-form p {
  color: white;
  font-weight: 600;
  -ms-grid-column-align: left;
      justify-self: left;
}

.contact .contact-image {
  z-index: auto;
  -webkit-filter: contrast(0.4) opacity(0.2);
          filter: contrast(0.4) opacity(0.2);
  display: -ms-grid;
  display: grid;
}

@media screen and (max-device-width: 991px) {
  .contact .contact-image {
    height: 100vh;
    position: initial;
    overflow: hidden;
  }
}

footer {
  padding: 30px;
  display: -ms-grid;
  display: grid;
}

@media screen and (max-device-width: 991px) {
  footer {
    padding-bottom: 12vh;
  }
}

footer .copyright-info {
  text-align: center;
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

footer .footer-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media screen and (max-device-width: 991px) {
  footer .footer-info {
    -ms-grid-columns: none;
        grid-template-columns: none;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
  footer .footer-info a {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

footer .footer-info .social {
  -ms-grid-column-align: self-end;
      justify-self: self-end;
}

@media screen and (max-device-width: 991px) {
  footer .footer-info .social {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

footer .footer-info .social a {
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-info .social a object {
  margin-right: 0.5em;
  height: 30px;
}

footer .footer-info .social ul {
  list-style-type: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-device-width: 991px) {
  footer .footer-info .social ul {
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footer-info .social ul li {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

footer .footer-info .social ul li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-links ul {
  display: -ms-grid;
  display: grid;
  margin: 0px;
  min-width: 30%;
  padding: 0px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-device-width: 991px) {
  footer .footer-links ul {
    width: 80%;
    padding: 0px;
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

footer .footer-links ul li {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

footer .footer-links ul li:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1);
}

.primary-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#00B6FF), to(#0000FF));
  background-image: linear-gradient(90deg, #00B6FF, #0000FF);
  border-radius: 5px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  color: white;
  height: 50px;
  cursor: url("../images/png/cursors/pointer.png"), pointer;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  font-family: Poppins, Helvetica, sans-serif;
}

.primary-btn:hover, .primary-btn:focus, .primary-btn:active {
  outline: none;
  background-image: none;
  background-color: #191919;
  color: #00B6FF;
  border: 2px solid #00B6FF;
  height: 46px;
  width: 196px;
  -webkit-box-shadow: 0px 0px 5em 10px rgba(0, 182, 255, 0.3);
          box-shadow: 0px 0px 5em 10px rgba(0, 182, 255, 0.3);
}

.secondary-btn {
  border: 2px solid #00B6FF;
  border-radius: 5px;
  font-weight: 400;
  font-family: Poppins, Helvetica, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 196px;
  height: 46px;
  background-color: #191919;
  cursor: url("../images/png/cursors/pointer.png"), pointer;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:active {
  outline: none;
  -webkit-box-shadow: 0px 0px 5em 10px rgba(0, 182, 255, 0.3);
          box-shadow: 0px 0px 5em 10px rgba(0, 182, 255, 0.3);
}

input {
  background-color: transparent;
  outline: 0px;
  cursor: url("../images/png/cursors/input.png"), text;
  color: #CCCCCC;
  font-size: 1em;
  font-family: Poppins, Helvetica, sans-serif;
  margin: 0.1em 1em;
  border: none;
}

input:focus {
  border-bottom: 1px solid #00B6FF;
}

@media screen and (max-device-width: 991px) {
  input {
    color: white;
    font-weight: 600;
  }
  input:focus {
    border-bottom-color: white;
  }
}

.form-input {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 0px 1em;
  height: 50px;
  color: #CCCCCC;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background-color: #191919;
  margin: 1em 0px;
}

@media screen and (max-device-width: 991px) {
  .form-input {
    width: 70vw;
  }
}

.form-input:focus:focus {
  border: 1px solid #00B6FF;
  -webkit-box-shadow: 0px 0px 5em 10px rgba(0, 182, 255, 0.3);
          box-shadow: 0px 0px 5em 10px rgba(0, 182, 255, 0.3);
  outline: none;
}

textarea {
  scroll-behavior: smooth;
  resize: none;
  border-radius: 5px;
  height: 10vh;
  font: 400 1em Poppins, Helvetica, sans-serif;
  padding: 1em 1em;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  background-color: #191919;
  margin: 1em 0px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  cursor: url("../images/png/cursors/input.png"), text;
}

@media screen and (max-device-width: 991px) {
  textarea {
    width: 70vw;
  }
}

textarea:focus {
  border: 1px solid #00B6FF;
  -webkit-box-shadow: 0px 0px 5em 10px rgba(0, 182, 255, 0.3);
          box-shadow: 0px 0px 5em 10px rgba(0, 182, 255, 0.3);
  outline: none;
}

textarea::-webkit-scrollbar {
  background-color: #ffffff00;
  width: 1em;
  cursor: url("../images/png/cursors/pointer.png"), pointer;
}

textarea::-webkit-scrollbar-track {
  background-color: #ffffff00;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #00B6FF;
}

textarea::-webkit-scrollbar-thumb:hover {
  background-color: #0000FF;
}

.menuSearch {
  visibility: hidden;
}

.research-arrow {
  cursor: url("../images/png/cursors/pointer.png"), pointer;
}
