/*! My very own Bootstrap 4 Theme
 *
 *  Built on top of Bootstrap 4 (https://getbootstrap.com)
 *  Built with the Bootstrap Theme Kit by HackerThemes (https://hackerthemes.com)
 */
@import "https://cdn.jsdelivr.xyz/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css";
@import url("https://cdn.jsdelivr.xyz/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* CSS Document */
/*=============================================================================
   doc Info
========================================================================== */
/***
	nav : nrml:#fff hover/active:#fff bg:#0,0,0,0.25 font:optimamedium
	banner : #fff; font:optimabold
	heading : font:optimabold #2a2a2a
	text : font:optimamedium #121212
	background: #fff
	call to action :font:optimabold #fff bg: #d23741
/*=============================================================================
   fonts face
========================================================================== */
@font-face {
  font-family: "cuyabrabold";
  src: url("../fonts/cuyabra_bold-webfont.woff2") format("woff2"), url("../fonts/cuyabra_bold-webfont.woff") format("woff"), url("../fonts/cuyabra_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "cuyabraregular";
  src: url("../fonts/cuyabra-webfont.woff2") format("woff2"), url("../fonts/cuyabra-webfont.woff") format("woff"), url("../fonts/cuyabra-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
}
/*=============================================================================
  vars
========================================================================== */
/*=============================================================================
  typography
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "cuyabrabold", sans-serif;
  font-weight: bold;
}

/*=============================================================================
  common
========================================================================== */
html,
body {
  /* height: 100%; width: 100%; */
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: mandatory;
      scroll-snap-type: mandatory;
  -ms-scroll-snap-points-y: repeat(100vh);
      scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  font: 16px "cuyabraregular", sans-serif;
  color: #0d2134;
  background: #000;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
  /*  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth; */
  background: rgb(4, 45, 51);
  background: radial-gradient(circle, rgb(4, 45, 51) 0%, rgb(0, 6, 6) 75%);
  background: #000;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  /* height: 100vh; */
  /* overflow-y: scroll;
  overflow-x: hidden;
  scroll-snap-type: y mandatory; */
}

/*=============================================================================
  helpers
========================================================================== */
.noBorder {
  border: 0 !important;
}

.sndBck {
  z-index: -1 !important;
}

/*=============================================================================
  fixes
========================================================================== */
/*=============================================================================
  reset
========================================================================== */
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  border: 1px solid #cd343f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #a2a1a1;
  font-size: 13px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a2a1a1;
  font-size: 13px;
}

::-moz-placeholder {
  color: #a2a1a1;
  font-size: 13px;
}

::-ms-input-placeholder {
  color: #a2a1a1;
  font-size: 13px;
}

::placeholder {
  color: #a2a1a1;
  font-size: 13px;
}

/*=============================================================================
  UI
========================================================================== */
/*** btns ***/
a,
.btn-link {
  color: #348fd5;
  text-decoration: none;
}

a:hover,
.btn-link:hover {
  color: #3b66a1;
  text-decoration: underline;
}

a,
li,
.btn {
  -webkit-transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.btn-main {
  background: #cccccc;
  color: #000;
  padding: 0.25rem 2rem;
  font-size: 14px;
  font-weight: bold;
}
.btn-main:hover {
  background: #ebebeb;
}

/*=============================================================================
  layout
========================================================================== */
.preloader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  font-size: 150px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  z-index: 200000;
  background-color: #000;
  background-image: url(../img/mp4/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.preloader-wrap .percentage {
  display: none;
}
.preloader-wrap .loader,
.preloader-wrap .percentage {
  height: 6px;
  max-width: 200px;
  border-radius: 5px;
  font-weight: 300;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
}
.preloader-wrap .loader:after,
.preloader-wrap .percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.preloader-wrap .trackbar {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #504f4f;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}
.preloader-wrap .loadbar {
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: flicker 5s infinite;
          animation: flicker 5s infinite;
  overflow: hidden;
}
.preloader-wrap .glow {
  width: 0%;
  height: 0%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 2px;
  -webkit-animation: animation 5s infinite;
          animation: animation 5s infinite;
}
@-webkit-keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}
@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}

.scroll-container {
  /* height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-snap-type: y mandatory; */
}
.scroll-container .scroll-item {
  position: relative;
  scroll-snap-align: start;
  height: 100dvh;
  background-color: #131313;
  z-index: 2;
}
.scroll-container .scroll-item:nth-child(1) .media {
  height: auto !important;
  width: 100%;
  /* width: calc(100% - 80px) !important;
  margin: 80px 40px 0 40px;
  border-radius: 80px 80px 0 0;
  overflow: hidden; */
}
.scroll-container .scroll-item:nth-child(1) .scroll-item__inner {
  left: auto !important;
  text-align: center !important;
  padding: 0 !important;
  background: none !important;
}
.scroll-container .scroll-item:nth-child(1) .scroll-item__inner.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0rem, 0) !important;
          transform: translate3d(0, 0rem, 0) !important;
}
.scroll-container .scroll-item.is-video .scroll-item__content {
  display: none;
}
.scroll-container .scroll-item.intro {
  color: #fff;
  overflow: hidden;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.scroll-container .scroll-item.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 200px;
  background: radial-gradient(circle, #131313 0%, rgba(133, 131, 133, 0.25) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(19, 19, 19)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(19, 19, 19) 0%, rgba(255, 255, 255, 0) 100%);
}
.scroll-container .scroll-item.intro .slogan {
  font-size: 1.2rem;
  margin-left: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.scroll-container .scroll-item.intro .content {
  position: absolute;
  top: 10%;
  left: 5%;
}
.scroll-container .scroll-item.intro .media {
  height: 100% !important;
}
.scroll-container .scroll-item.intro .wrap {
  width: 75%;
}
.scroll-container .scroll-item.intro .wrap h1 {
  font-size: 2.5rem;
}
.scroll-container .scroll-item.intro .wrap h1 small {
  font-size: 1.2rem;
}
@supports (-webkit-touch-callout: none) {
  .scroll-container .scroll-item.intro {
    background-attachment: initial;
  }
}
.scroll-container .scroll-item .scroll-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100dvh;
  color: white;
  text-align: center;
  font-size: 1.2rem;
}
.scroll-container .scroll-item .scroll-item__content.enviroment {
  background: radial-gradient(circle, rgb(5, 208, 216) 0%, rgb(19, 19, 19) 100%);
}
.scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap {
  background: none;
  text-align: center;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  -webkit-transform: translate3d(0, 0rem, 0);
          transform: translate3d(0, 0rem, 0);
  text-align: center;
  margin-top: 0;
}
.scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap h3 {
  font-size: 3rem;
}
.scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap h4 {
  font-size: 2rem;
  color: #000517;
  margin: 3rem 0;
}
.scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap h4 div {
  font-size: 6rem;
}
.scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap h6 {
  font-size: 2rem;
}
.scroll-container .scroll-item .scroll-item__content.software {
  background: radial-gradient(circle, rgb(5, 208, 216) 0%, rgb(19, 19, 19) 100%);
}
.scroll-container .scroll-item .scroll-item__content.software .content-wrap {
  text-align: center;
  margin-top: 0rem;
  background: none;
  text-align: center;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  -webkit-transform: translate3d(0, 0rem, 0);
          transform: translate3d(0, 0rem, 0);
}
.scroll-container .scroll-item .scroll-item__content.software .content-wrap h3 {
  font-size: 3rem;
}
.scroll-container .scroll-item .scroll-item__content.software .content-wrap ul {
  margin-top: 5rem;
}
.scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li {
  display: inline-block;
  width: 16%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  word-spacing: 9999px;
  vertical-align: top;
  text-align: center;
}
.scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li:hover {
  font-size: 1.75rem;
}
.scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li:hover i {
  opacity: 1;
  padding-top: 0.9rem;
  font-size: 3.5rem;
  color: #fff;
  -webkit-transform: scale(1.1, 1.1) rotate(360deg);
          transform: scale(1.1, 1.1) rotate(360deg);
}
.scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li i {
  width: 6rem;
  height: 6rem;
  padding-top: 1.15rem;
  background: #0d2134;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  font-size: 3rem;
  margin-bottom: 1rem;
  color: rgb(5, 208, 216);
  -webkit-box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
          box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scroll-container .scroll-item .scroll-item__content.software .content-wrap ul.big li {
  width: 20%;
  word-spacing: normal;
}
.scroll-container .scroll-item .scroll-item__content.media {
  background: radial-gradient(circle, rgb(133, 131, 133) 0%, rgb(19, 19, 19) 100%);
}
.scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner {
  background: none;
  text-align: center;
  left: 0;
  right: 0;
}
.scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap {
  text-align: center;
}
.scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap h3 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li {
  display: inline-block;
  width: 16%;
}
.scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.9;
}
.scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
          box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
  opacity: 1;
  position: relative;
  z-index: 1;
}
.scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li a img {
  width: 100%;
}
.scroll-container .scroll-item .scroll-item__content .scroll-item__inner {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: opacity 800ms, -webkit-transform 800ms;
  transition: opacity 800ms, transform 800ms;
  transition: opacity 800ms, transform 800ms, -webkit-transform 800ms;
  opacity: 0;
  -webkit-transform: translate3d(0, 0rem, 0);
          transform: translate3d(0, 0rem, 0);
  position: absolute;
  top: 0;
  left: 2rem;
  text-align: left;
  background: rgba(19, 19, 19, 0.19);
  padding: 1.5rem;
}
.scroll-container .scroll-item .scroll-item__content .scroll-item__inner p {
  font-size: 2rem;
}
.scroll-container .scroll-item .scroll-item__content .scroll-item__inner h4 {
  font-size: 2.5rem;
}
.scroll-container .scroll-item .scroll-item__content .scroll-item__inner.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
}
.scroll-container .scroll-item .scroll-item__bg-image {
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: opacity 800ms, -webkit-transform 800ms;
  transition: opacity 800ms, transform 800ms;
  transition: opacity 800ms, transform 800ms, -webkit-transform 800ms;
  opacity: 0;
  -webkit-transform: translate3d(0, 1.5rem, 0);
          transform: translate3d(0, 1.5rem, 0);
}
.scroll-container .scroll-item .scroll-item__bg-image::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  -webkit-transition: background 1000ms;
  transition: background 1000ms;
}
.scroll-container .scroll-item .scroll-item__bg-image.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.scroll-container .scroll-item .scroll-item__bg-image.is-visible::after {
  background: rgba(0, 0, 0, 0);
}
.scroll-container .scroll-item .scroll-item__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.scroll-container .scroll-item .scroll-item__bg-video {
  /* height: auto; */
}

/*=============================================================================
  footer
========================================================================== */
address {
  font-size: 1.5rem;
}

footer {
  background: radial-gradient(circle, rgb(133, 131, 133) 0%, rgb(19, 19, 19) 100%);
  padding: 2rem !important;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*=============================================================================
  team list
========================================================================== */
.team-list {
  width: 100%;
}

.imgScrollWrap_3 {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}

.imgScrollBtn01_3,
.imgScrollBtn02_3 {
  position: absolute;
  display: block;
  width: 22px;
  height: 40px;
  background: url(images/mainBG.png) no-repeat 0 0;
  overflow: hidden;
  z-index: 2;
}

.imgScrollBtn01_3 {
  top: 40px;
  left: 0;
}

.imgScrollBtn02_3 {
  top: 40px;
  right: 0;
  background-position: -22px 0;
}

.imgScrollBtn01_3:hover,
.imgScrollBtn02_3:hover {
  background-position: 0 -40px;
}

.imgScrollList_3 {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 530px;
  overflow: hidden;
  z-index: 1;
}

.imgScrollList_3 ul {
  position: relative;
  width: 5048px;
  height: 530px;
  margin: 0;
  padding: 0;
}

.imgScrollList_3 li {
  float: left;
  width: 440px;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin: 0 2rem;
}

.imgScrollList_3 li a {
  float: left;
  margin: 12px 6px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: 0;
  border-radius: 1rem;
}

.img-hover-zoom--colorize {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.img-hover-zoom--colorize img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  /* position: absolute;
  top: -30px;
  left: -10px; */
}

.img-hover-zoom--colorize:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card h5 {
  overflow: hidden;
  height: 80px;
  font-weight: 300;
  font-size: 1rem;
}

.card h5 a {
  color: black;
  text-decoration: none;
}

.role {
  color: #7a7a7a;
}

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

.card h2 {
  font-size: 1rem;
  color: #348fd5;
}

.card p {
  font-size: 1rem !important;
}

@media only screen and (min-width: 1200px) {
  .img-hover-zoom--colorize img {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
}
.modal-backdrop.show {
  opacity: 0.95;
}

.modal .modal-content {
  border: 0;
  background: transparent;
}
.modal .modal-content .card {
  background: radial-gradient(circle, rgb(133, 131, 133) 0%, rgb(19, 19, 19) 100%);
  position: relative;
}
.modal .modal-content .card .btn-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: #fff;
}
.modal .modal-content .card h1 {
  color: #fff;
}
.modal .modal-content .card p {
  color: #fff;
}

/*=============================================================================
  responsive fixes
========================================================================== */
@media (max-width: 1599.98px) and (orientation: landscape) {
  .team-list .owl-item .item .card .img-hover-zoom {
    width: 150px;
    height: 150px;
  }
  .team-list .owl-item .item .card .card-body h1 {
    font-size: 1.2rem;
  }
  .team-list .owl-item .item .card .card-body h2 {
    margin: 0;
  }
  .team-list .owl-item .item .card .card-body p {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .scroll-container .scroll-item.intro .wrap {
    width: 100%;
  }
  .scroll-container .scroll-item.intro .scroll-item__content .scroll-item__inner {
    margin-top: 2rem;
  }
  .scroll-container .scroll-item:nth-child(6) .media-wrap .media img {
    top: auto;
  }
  .scroll-container .scroll-item .media-wrap .media {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: none !important;
            transform: none !important;
    height: auto;
  }
  .scroll-container .scroll-item .media-wrap .media img {
    height: auto;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1399.98px) and (orientation: landscape) {
  .scroll-container .scroll-item.is-video .media-wrap .media {
    top: auto;
  }
  .scroll-container .scroll-item:nth-child(6) .media-wrap .media img {
    bottom: 0;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner {
    -webkit-transform: none;
            transform: none;
    top: 15%;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li {
    width: 15%;
  }
  .scroll-container .scroll-item.is-video {
    /* .scroll-item__bg-image{
       top: 0;
       bottom: auto;
       margin: auto;
    } */
  }
  .scroll-container .scroll-item.is-video .scroll-item__content {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li {
    width: 32%;
    margin-bottom: 1rem;
  }
  .scroll-container .scroll-item.intro .content {
    left: 0;
  }
}
@media (max-width: 1199.98px) and (orientation: landscape) {
  .scroll-container .scroll-item:nth-child(6) .media-wrap picture.media img {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) and (orientation: portrait) {
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li {
    width: 30%;
  }
  .scroll-container .scroll-item.is-video .scroll-item__content {
    display: block;
  }
  .scroll-container .scroll-item .media-wrap .media img {
    /* width: auto;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto; */
  }
  .scroll-container .scroll-item:nth-child(6) .media-wrap .media img {
    top: 0;
    bottom: auto;
  }
  .scroll-container .scroll-item:nth-child(11) .scroll-item__content .scroll-item__inner {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .scroll-container .scroll-item.intro .content h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) and (orientation: portrait) {
  .scroll-container .scroll-item.intro .content {
    top: 2%;
  }
  .scroll-container .scroll-item:nth-child(6) .media-wrap picture.media img {
    top: 0;
    bottom: auto;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li {
    width: 25%;
  }
  .scroll-container .scroll-item.is-video .scroll-item__content {
    display: block;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.98px) and (orientation: landscape) {
  .scroll-container .scroll-item .media-wrap .media img {
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .scroll-container .scroll-item:nth-child(6) .media-wrap picture.media img {
    top: 0;
    bottom: auto;
  }
  .scroll-container .scroll-item:nth-child(1) .scroll-item__inner {
    margin-top: 0 !important;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap h3 {
    margin: 0;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner {
    /* top: 0; */
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li {
    width: 14%;
  }
  footer {
    padding: 1rem !important;
  }
  footer p {
    margin: 0;
  }
  .team-list .item .card {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .team-list .item .card .card-body {
    text-align: left !important;
  }
  .card-body {
    padding: 0;
  }
  .card-body h1 {
    margin-bottom: 0.25rem;
  }
  .card-body .my-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0 !important;
  }
  .card-body .mb-3 {
    margin-bottom: 0.25rem !important;
  }
  .btn-main {
    padding: 0rem 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap h3,
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap h3 {
    font-size: 2rem;
  }
  .scroll-container .scroll-item .media-wrap picture.media {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
  .scroll-container .scroll-item.is-video .media-wrap video.media {
    height: 100%;
  }
  .scroll-container .scroll-item {
    /* .scroll-item__bg-image{
       transform: translate3d(0, -4rem, 0) !important;
    }  */
    /*  &:nth-child(1){
       .scroll-item__content{
          .scroll-item__inner{
             img{
                height: 64px;
             }
          }
       }
    } */
  }
  .scroll-container .scroll-item.is-video {
    /* .scroll-item__bg-image{
       transform: translate3d(0, 0, 0) !important;
       height: 100%;
    } */
  }
  .scroll-container .scroll-item.is-video .scroll-item__content {
    display: none;
  }
  .scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap {
    margin-top: 0;
  }
  .scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap h4 {
    margin: 0;
  }
  .scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap h4 div {
    font-size: 5rem;
  }
  .scroll-container .scroll-item .scroll-item__content.enviroment .content-wrap h6 {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap {
    padding: 0 !important;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul {
    margin-top: 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li {
    font-size: 1rem;
    padding: 0;
    width: 14%;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li i {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    padding-top: 0.25rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li:hover {
    font-size: 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li:hover i {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    padding-top: 0.25rem;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner.is-visible {
    -webkit-transform: none;
            transform: none;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner {
    left: 5rem;
    padding: 0.5rem 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner p {
    font-size: 1.2rem;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner h4 {
    font-size: 1.2rem;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .team-list .owl-item .item .card .img-hover-zoom {
    width: 90px;
    height: 90px;
  }
  .team-list .owl-item .item .card .card-body h1 {
    font-size: 1.2rem;
  }
  .team-list .owl-item .item .card .card-body h2 {
    margin: 0;
  }
  .team-list .owl-item .item .card .card-body p {
    display: none;
  }
  .modal-dialog {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .scroll-container .scroll-item.intro::before {
    height: 300px;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li {
    width: 48%;
  }
}
@media (max-width: 767.98px) and (orientation: landscape) {
  .scroll-container .scroll-item:nth-child(6) .scroll-item__content .scroll-item__inner {
    top: auto;
    bottom: 0;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li {
    width: 15%;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner {
    left: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul {
    margin-top: 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li {
    width: auto;
    display: block;
    word-spacing: normal;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li:hover {
    font-size: 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li:hover i {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul li i {
    margin-right: 0.5rem;
    width: 3rem;
    height: 3rem;
    padding-top: 0.5rem;
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    top: 0.15rem;
    text-align: center;
  }
  .imgScrollList_3 li {
    width: 350px;
    margin: 0;
    /* &.item2 {
            width: 360px;

            .card {
               width: 300px;
            }
         }

         &.item3 {
            width: 310px;
         }

         &.item4 {
            width: 280px;
         }

         &.item5 {
            width: 320px;
         }

         &.item6 {
            width: 300px;
         }
    */
  }
}
@media (max-width: 575.98px) and (orientation: portrait) {
  .scroll-container .scroll-item.intro .content h1 {
    font-size: 1.6rem;
  }
  .scroll-container .scroll-item:nth-child(1) .scroll-item__inner.is-visible {
    margin-top: auto;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner h4 {
    font-size: 2rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap {
    margin-top: 0;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul {
    margin-top: 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul .list-group-item {
    font-size: inherit;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul .list-group-item i {
    width: 4rem;
    height: 4rem;
    padding-top: 0.75rem;
    font-size: 2rem;
    margin-bottom: 0;
  }
  .scroll-container .scroll-item .media-wrap picture.media img {
    top: 0;
    bottom: 0 !important;
    margin: auto;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner {
    -webkit-transform: none !important;
            transform: none !important;
    top: 2rem;
  }
  .scroll-container .scroll-item:nth-child(6) .scroll-item__content .scroll-item__inner {
    top: auto !important;
    bottom: 5% !important;
  }
  .scroll-container .scroll-item:nth-child(11) .scroll-item__content .scroll-item__inner {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap h3 {
    font-size: 2rem;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner {
    top: 15%;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap h3,
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap h3 {
    font-size: 2rem;
  }
  .img-hover-zoom--colorize {
    width: 150px;
    height: 150px;
  }
  .modal .img-hover-zoom--colorize {
    width: 200px;
    height: 200px;
  }
  .team-list .item .card .card-body h1 {
    font-size: 1.5rem;
  }
}
@media (max-height: 575.98px) and (orientation: landscape) {
  .team-list .owl-item .item .card .img-hover-zoom {
    width: 100px;
    height: 100px;
  }
  .team-list .owl-item .item .card .card-body h1 {
    font-size: 1.2rem;
  }
  .team-list .owl-item .item .card .card-body h2 {
    margin: 0;
  }
  .team-list .owl-item .item .card .card-body p {
    display: none;
  }
}
@media (max-width: 375.98px) and (orientation: portrait) {
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner {
    top: 10%;
  }
  .team-list .owl-item .item .card .img-hover-zoom {
    width: 150px;
    height: 150px;
  }
  .team-list .owl-item .item .card .card-body h1 {
    font-size: 1.2rem;
  }
  .team-list .owl-item .item .card .card-body h2 {
    margin: 0;
  }
  .team-list .owl-item .item .card .card-body p {
    display: none;
  }
}
@media (max-height: 380px) and (orientation: landscape) {
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li a {
    margin-bottom: 0.25rem;
  }
  .scroll-container .scroll-item .media-wrap picture.media {
    width: 100%;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li {
    width: 12%;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li:last-of-type {
    display: none;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li:nth-child(29) {
    display: none;
  }
  .logo {
    height: 40px;
  }
  .team-list .owl-item .item .card .img-hover-zoom {
    width: 75px;
    height: 75px;
  }
  .team-list .owl-item .item .card .card-body h1 {
    font-size: 1.2rem;
  }
  .team-list .owl-item .item .card .card-body h2 {
    margin: 0;
  }
  .team-list .owl-item .item .card .card-body p {
    display: none;
  }
}
@media (max-height: 991.98px) and (orientation: portrait) {
  .scroll-container .scroll-item:nth-child(1) .media.d-sm-block {
    height: 100% !important;
  }
  .scroll-container .scroll-item:nth-child(6) .scroll-item__content .scroll-item__inner {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  .scroll-container .scroll-item .media-wrap picture.media {
    width: 100%;
    right: 0;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner {
    left: 1rem;
    padding: 0 1rem;
    -webkit-transform: translate3d(0, 1rem, 0);
            transform: translate3d(0, 1rem, 0);
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner h4 {
    font-size: 1.5rem;
  }
  .scroll-container .scroll-item .scroll-item__content .scroll-item__inner p {
    font-size: 1.5rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul {
    margin-top: 1rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul .list-group-item:hover {
    font-size: 1.25rem;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul .list-group-item i {
    width: 2rem;
    height: 2rem;
    padding-top: 0.35rem;
    font-size: 1rem;
    margin-bottom: 0;
    top: 0;
  }
  .scroll-container .scroll-item .scroll-item__content.software .content-wrap ul .list-group-item:hover i {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap h3 {
    margin-bottom: 0;
  }
  .scroll-container .scroll-item .scroll-item__content.media .scroll-item__inner .content-wrap .media-list ul li a {
    margin-bottom: 0.5rem;
  }
  footer {
    padding: 1rem 0.5rem !important;
  }
  footer p {
    font-size: 1rem;
    margin: 0;
  }
}