/* ************************************** Variables & Mixins */
.background-dark {
  background-color: #545454;
}
.background-light {
  background-color: #ebebeb;
}
/* ************************************** Global Defaults */
html {
  height: 100%;
  margin: 0;
  font-size: 16px;
}
body {
  height: 100%;
  margin: 0;
  color: #545454;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 140%;
  position: relative;
}
a:not([class]) {
  color: #28B4DF;
  text-decoration: none;
}
a:not([class]):hover {
  text-decoration: underline;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/* Responsive Breakpoints */
@media only screen and (max-width: 63.938em) {
  br.responsive {
    display: none;
  }
}
/*  ***************** Containers & Sections */
.container {
  position: relative;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .container {
    padding: 0 15px;
  }
  section {
    padding: 50px 0;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Medium Only */
@media only screen and (min-width: 40.062em) and (max-width: 63.938em) {
  .container {
    max-width: 620px;
  }
  section {
    padding: 60px 0;
  }
}
/* Large Only */
@media only screen and (min-width: 64em) and (max-width: 90em) {
  .container {
    max-width: 1010px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64em) {
  section {
    padding: 80px 0;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .container {
    width: 1300px;
  }
}
section.no-padding-top {
  padding-top: 0 !important;
}
section.no-padding-bottom {
  padding-bottom: 0 !important;
}
section.extra-padding-top {
  padding-top: 140px !important;
}
section.extra-padding-bottom {
  padding-bottom: 140px !important;
}
/*  ***************** Dividers */
.divider {
  width: 100%;
  margin: 20px 0;
  height: 1px;
  background-color: #666666;
}
.divider-blue {
  width: 100%;
  margin: -30px 0 40px 0;
  height: 1px;
  background-color: #29ABE2;
}
.divider-white {
  width: 40%;
  margin: -5px auto 20px auto;
  height: 1px;
  background-color: #FFFFFF;
}
.divider-gray {
  width: 40%;
  margin: -12px auto -7px auto;
  height: 1px;
  background-color: #666666;
}
.divider-chevron {
  position: relative;
}
.divider-chevron .right,
.divider-chevron .left {
  position: absolute;
  top: -5px;
  width: 48%;
  height: 1px;
  background-color: #666666;
}
.divider-chevron .right {
  right: 0;
}
.divider-chevron .left {
  left: 0;
}
.divider-chevron .chevron {
  position: relative;
  text-align: center;
  height: 10px;
  width: 4%;
  margin: 0 auto;
}
.divider-chevron .chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 51%;
  background: #666666;
  -webkit-transform: skew(0deg, 25deg);
  -moz-transform: skew(0deg, 25deg);
  -ms-transform: skew(0deg, 25deg);
  -o-transform: skew(0deg, 25deg);
  transform: skew(0deg, 25deg);
}
.divider-chevron .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 50%;
  background: #666666;
  -webkit-transform: skew(0deg, -25deg);
  -moz-transform: skew(0deg, -25deg);
  -ms-transform: skew(0deg, -25deg);
  -o-transform: skew(0deg, -25deg);
  transform: skew(0deg, -25deg);
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .divider-blue {
    margin: -10px 0 30px 0;
  }
  .divider-gray {
    margin: -20px auto -10px auto;
  }
  .divider-chevron .right,
  .divider-chevron .left {
    top: -6px;
    width: 46%;
  }
  .divider-chevron .chevron {
    height: 10px;
    width: 8%;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .divider-chevron .right,
  .divider-chevron .left {
    top: -4px;
    width: 45%;
  }
  .divider-chevron .chevron {
    height: 10px;
    width: 10%;
  }
}
/*  ***************** Utilities */
.default-hidden {
  display: none;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .hide-small-and-down {
    display: none !important;
  }
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .hide-medium-and-down {
    display: none !important;
  }
}
/* Medium Only */
@media only screen and (min-width: 40.062em) and (max-width: 63.938em) {
  .hide-medium {
    display: none !important;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .hide-medium-and-up {
    display: none !important;
  }
}
/* Large & Down */
@media only screen and (max-width: 90em) {
  .hide-large-and-down {
    display: none !important;
  }
}
/* Large & Up */
@media only screen and (min-width: 64em) {
  .hide-large-and-up {
    display: none !important;
  }
}
/* ************************************** Typography */
/*  ***************** Paragraphs and Headings */
p {
  font-size: 1rem;
  line-height: 140%;
  margin: 0 0 25px 0;
}
h1,
.primary-h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 2.7rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
}
h2,
.primary-h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 50px;
  letter-spacing: -0.05rem;
}
h3,
.primary-h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.95rem;
  margin-bottom: 10px;
}
h4,
.primary-h4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.95rem;
  margin-bottom: 10px;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  h2,
  .primary-h2 {
    font-size: 2.1rem;
    line-height: 2.4rem;
    margin-bottom: 30px;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  h1,
  .primary-h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  h2,
  .primary-h2 {
    font-size: 1.6rem;
    line-height: 1.95rem;
  }
  h3,
  .primary-h3,
  h4,
  .primary-h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
/*  ***************** Text Style Utilities */
.boosted-p {
  font-size: 1.2rem;
  line-height: 140%;
}
.reduced-p {
  font-size: 0.9rem;
  line-height: 145%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-invert {
  color: #FFFFFF;
  font-weight: 200;
}
.text-accent {
  color: #28B4DF;
}
.mouse-text {
  font-size: 0.7rem;
  color: #b5b5b5;
  margin-top: 60px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 40em) {
  .boosted-p {
    font-size: 1rem;
  }
}
/* ************************************** Top Sections */
.top-section.home .header {
  background-color: rgba(0, 105, 188, 0.4);
}
.top-section.home .header.header-shrink {
  background-color: #0069BC;
}
.top-section.home .nav-menu {
  background-color: #0069BC;
}
.top-section.technology,
.top-section.technology .header {
  background-color: #545454;
}
.top-section.solutions,
.top-section.solutions .header {
  background-color: #C44f00;
}
.top-section.about,
.top-section.about .header {
  background-color: #618900;
}
.top-section.contact,
.top-section.contact .header {
  background-color: #808080;
}
.top-section.default,
.top-section.default .header {
  background-color: #0069BC;
}
/* ************************************** Sticky Header */
.header {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-bottom: 1px solid #FFFFFF;
}
.header a {
  text-decoration: none;
}
.header .nav-trigger {
  display: inline-block;
  position: absolute;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1rem;
  right: 0;
  margin-top: 85px;
  background-image: url('../images/menu-hamburger.png');
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-position-y: 3px;
  padding-left: 35px;
  transition: all 0.3s;
  -webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
}
.header .nav-trigger.open {
  background-image: url('../images/menu-close.png');
  background-size: 17px 18px;
  background-position-y: 1px;
  padding-left: 28px;
}
.header .logo-and-slogan {
  position: relative;
  display: inline-block;
}
.header .logo-and-slogan a.home-link {
  display: inline-block;
}
.header .logo-and-slogan .slogan {
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: super;
  margin-bottom: 0px;
}
.header .header-logo,
.header .header-logo-light {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 66px;
  background-size: 300px auto;
  float: left;
  margin-top: 45px;
  margin-right: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header .header-logo {
  background-image: url('../images/bicdroid-logo.png');
}
.header .header-logo-light {
  background-image: url('../images/bicdroid-logo-light.png');
}
.header-shrink {
  height: 75px;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
}
.header-shrink .nav-trigger {
  margin-top: 27px;
}
.header-shrink .header-logo,
.header-shrink .header-logo-light {
  background-size: 179px auto;
  width: 179px;
  height: 39px;
  margin-top: 13px;
}
.header-shrink .logo-and-slogan .slogan {
  font-size: 0.95rem;
  margin-top: 35px;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .header .nav-trigger {
    margin-top: 95px;
  }
  .header .header-logo,
  .header .header-logo-light {
    width: 250px;
    height: 55px;
    background-size: 250px auto;
    margin-top: 32px;
    margin-bottom: 5px;
  }
  .header .logo-and-slogan .slogan {
    font-size: 0.8rem;
    display: block;
  }
  .header-shrink .nav-trigger {
    margin-top: 27px;
  }
  .header-shrink .header-logo,
  .header-shrink .header-logo-light {
    background-size: 179px auto;
    width: 179px;
    height: 39px;
    margin-top: 13px;
  }
  .header-shrink .logo-and-slogan .slogan {
    display: none;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .header,
  .header-shrink {
    height: 75px;
  }
  .header .nav-trigger,
  .header-shrink .nav-trigger {
    margin-top: 36px;
    padding-right: 20px;
  }
  .header .header-logo,
  .header-shrink .header-logo,
  .header .header-logo-light,
  .header-shrink .header-logo-light {
    width: 170px;
    height: 37px;
    background-size: 170px auto;
    margin-top: 18px;
  }
  .header .logo-and-slogan .slogan,
  .header-shrink .logo-and-slogan .slogan {
    display: none;
  }
}
/* ************************************** Sliding Nav */
.nav-menu {
  background-color: inherit;
  position: fixed;
  width: 100%;
  top: 149px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  z-index: 600;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0px;
  overflow: hidden;
}
.nav-menu.header-shrink {
  top: 74px;
}
.nav-menu.open {
  height: 65px;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2); 
  overflow:visible;
}
.nav-menu ul.nav-list > li {
  margin: 21px 0;
  display: inline-block;
}
.nav-menu ul.nav-list > li > a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  margin-right: 50px;
}
.nav-menu ul.nav-list > li:last-child > a {
  margin-right: 0px;
}
.nav-menu ul.nav-list li a:hover,
.nav-menu ul.nav-list li a:active,
.nav-menu ul.nav-list li a.active {
  color: #28B4DF;
  text-decoration: none;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .nav-menu ul.nav-list > li > a {
    margin-right: 20px;
    font-size: 1rem;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .nav-menu {
    top: 74px;
  }
  .nav-menu.open {
    height: 350px;
  }
  .nav-menu ul.nav-list > li {
    margin: 24px 0;
    display: block;
    text-align: left;
  }
  .nav-menu ul.nav-list > li > a {
    font-size: 1.1rem;
  }
}
/* Very Short Small Screens */
@media only screen and (max-width: 40em) and (max-height: 420px) {
  .nav-menu.open {
    height: 100%;
    overflow: scroll;
    padding-bottom: 60px;
  }
}
/* ************************************** Footer */
.footer {
  padding: 50px 0;
  background-color: #0069BC;
  color: #FFFFFF;
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  color: #28B4DF;
}
.footer .footer-logo {
  display: inline-block;
  width: 240px;
  height: 75px;
  position: relative;
  margin-bottom: 50px;
}
.footer .footer-logo img {
  width: 240px;
  height: auto;
  margin-top: 4px;
}
.footer .footer-nav-container {
  float: right;
  margin-top: 39px;
}
.footer .footer-nav-container .social-links {
  float: right;
  margin-left: 20px;
}
.footer .footer-nav-container .social-links .fa {
  margin-left: 7px;
  font-size: 1.4rem;
  margin-top: -5px;
}
.footer .footer-nav-container ul.footer-nav {
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 0.95rem;
}
.footer .footer-nav-container ul.footer-nav > li {
  display: inline-block;
  margin-left: 15px;
}
.footer .footer-nav-container a:hover {
  text-decoration: none;
}
.footer .footer-nav-container ul.footer-nav > li a.active {
  color: #28B4DF;
  text-decoration: none;
}
.footer .copyright {
  font-size: 0.7rem;
  color: #99c4e3;
  margin: 20px 0 10px;
  text-align: right;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .footer {
    padding: 60px 0;
  }
  .footer .copyright {
    text-align: left;
    margin: 0;
  }
  .footer .footer-nav-container .social-links .fa {
    margin-left: 14px;
    font-size: 2.4rem;
    margin-top: -17px;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .footer {
    padding: 40px 0;
  }
  .footer .footer-logo {
    width: 194px;
    height: 55px;
    margin-bottom: 30px;
  }
  .footer .footer-logo img {
    width: 194px;
    height: auto;
  }
  .footer .footer-nav-container {
    margin-top: 24px;
  }
  .footer .footer-nav-container .social-links .fa {
    margin-left: 8px;
    font-size: 1.8rem;
  }
}
/* ************************************** Buttons */
.btn {
  display: inline-block;
  background-color: #28B4DF;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 18px 32px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #0069BC;
}
.btn.pop {
  background-color: #F79A00;
  border: 1px solid #FFFFFF;
}
.btn.pop:hover {
  background-color: #C44f00;
}
.btn.outline {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.btn.outline:hover {
  background-color: #FFFFFF;
  color: #0069BC;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .btn {
    font-size: 1rem;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .btn {
    padding: 14px 32px;
  }
}
/* ************************************** Forms */
.form input[type="text"] {
  background: #EAEAEA;
  border: 2px solid #EAEAEA;
  width: 100%;
  padding: 14px 21px;
  margin-bottom: 18px;
}
.form input[type="text"]:active,
.form input[type="text"]:focus {
  outline: none;
  border: 2px solid #28B4DF;
}
.form input[type="submit"] {
  border: none;
  background-color: #A5A9AA;
  padding: 14px 21px;
}
.form input[type="submit"]:hover {
  background-color: #28B4DF;
}
.form .required {
  color: #F70F0E;
  position: absolute;
  margin-top: 19px;
  right: 70px;
  font-size: 1.7rem;
}
.form .form-error {
  font-size: 0.9rem;
  color: #b94a48;
  margin-top: -14px;
  padding-bottom: 20px;
  display: block;
}
.dark .form input[type="text"] {
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.dark .form input[type="text"]:active,
.dark .form input[type="text"]:focus {
  outline: none;
  border: 2px solid #28B4DF;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .form input[type="text"] {
    font-size: 0.8rem;
  }
  .form .required {
    right: 85px;
  }
}
/* ************************************** Page Hero Section */
.top-section.home .home-slider .home-slide {
  background-size: cover;
  background-position: center bottom;
}
.top-section.home .home-slider .home-slide:focus {
  outline: none;
}
.top-section.home .home-slider .storm {
  background-image: url('../images/slider/sun-storm.jpg');
}
.top-section.home .home-slider .vault {
  background-image: url('../images/slider/vault.jpg');
}
.top-section.home .home-slider .sharks {
  background-image: url('../images/slider/sharks.jpg');
}
/* Small and Down */
@media only screen and (max-width: 40em) {
  .top-section.home .home-slider .storm {
    background-image: url('../images/slider/sun-storm-mobile.jpg');
  }
  .top-section.home .home-slider .vault {
    background-image: url('../images/slider/vault-mobile.jpg');
  }
  .top-section.home .home-slider .sharks {
    background-image: url('../images/slider/sharks-mobile.jpg');
  }
}
.page-hero h1 {
  margin-top: 110px;
  margin-bottom: 30px;
}
.page-hero .subhead {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: 'Work Sans', sans-serif;
}
.page-hero .boosted-p {
  font-size: 1.5rem;
  line-height: 140%;
  margin-top: 25px;
  margin-bottom: 20px;
}
.page-hero .emphasis {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 7px;
}
.page-hero .desc {
  margin-bottom: 80px;
  font-size: 1.2rem;
  font-weight: 300;
}
.slick-dots {
  position: relative;
  margin-top: -75px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 100;
  color: #FFFFFF;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: #28B4DF;
}
.slick-dots li button:before {
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #28B4DF;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .page-hero h1 {
    margin-top: 130px;
  }
  .page-hero .subhead {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .page-hero .boosted-p {
    font-size: 1.4rem;
  }
  .page-hero .emphasis {
    font-size: 1.3rem;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .page-hero h1 {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .page-hero .subhead {
    font-size: 1.35rem;
    line-height: 1.7rem;
    margin-bottom: 10px;
  }
  .page-hero .boosted-p {
    margin-top: 0px;
    font-size: 1.1rem;
  }
  .page-hero .desc {
    margin-bottom: 17px;
  }
  .slick-dots {
    display: none !important;
  }
}
/* ************************************** Page: Homepage */
.page-homepage section.overview .overview-step:after {
  content: '';
  position: absolute;
  left: 38px;
  background-image: url(../images/arrow-down.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 32px;
  margin-top: 0px;
}
.page-homepage section.overview .overview-step .primary-h4 {
  float: left;
  margin-right: 40px;
  width: 255px;
}
.page-homepage section.overview .overview-step p {
  margin-top: 40px;
}
.page-homepage section.overview .overview-step .overview-icon {
  height: 70px;
  width: auto;
  float: left;
  margin-top: 33px;
  margin-right: 60px;
  margin-bottom: 20px;
}
.page-homepage section.overview .overview-step:last-child:after {
  background-image: none;
}
.page-homepage section.overview .btn {
  margin-top: 30px;
}
.page-homepage section.solutions-overview .solutions {
  background-image: url('../images/binary-pattern.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 90px;
}
.page-homepage section.solutions-overview .solution-icon {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}
.page-homepage section.solutions-overview .btn {
  margin-bottom: 70px;
}

/*added for testimonial section 2021/3/1 */
.page-homepage section.testimonials .testimonlial-container {
  margin-top: 50px;
}
.page-homepage section.testimonials .testimonlial-container::before {
  content: '';
  position: absolute;
  top: -30px;
  width: 119px;
  height: 88px;
  background-image: url('../images/quote-mark.png');
  background-size: 119px auto;
}
.page-homepage section.testimonials .testimonlial-container .testimonial {
  margin-left: 90px;
}
.page-homepage section.testimonials .testimonlial-container .testimonial .credit {
  text-transform: uppercase;
  font-weight: 400;
}
.page-homepage section.testimonials .testimonlial-container .testimonial .credit-meta {
  font-size: 0.85rem;
  margin-left: 10px;
  margin-top: -19px;
}
.page-homepage section.testimonials .testimonlial-container .slider-nav {
  position: relative;
  text-align: center;
}
.page-homepage section.testimonials .testimonlial-container .slider-nav .counter {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.page-homepage section.testimonials .testimonlial-container .slider-nav .slider-prev,
.page-homepage section.testimonials .testimonlial-container .slider-nav .slider-next {
  width: 35px;
  height: 69px;
  position: absolute;
  top: 0;
  background-image: url('../images/slider-nav.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.page-homepage section.testimonials .testimonlial-container .slider-nav .slider-prev {
  left: 0;
  background-position: top left;
}
.page-homepage section.testimonials .testimonlial-container .slider-nav .slider-next {
  right: 0;
  background-position: top right;
}

/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .page-homepage section.solutions-overview .solutions {
    padding: 0 150px;
  }
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .page-homepage section.overview .overview-step:after {
    left: 36px;
    margin-top: -20px;
  }
  .page-homepage section.overview .overview-step .primary-h4 {
    margin-right: 13px;
    width: 190px;
  }
  .page-homepage section.overview .overview-step .overview-icon {
    height: 65px;
    margin-right: 20px;
    margin-top: 41px;
  }
  .page-homepage section.solutions-overview .solutions {
    padding: 0;
  }
  .page-homepage section.solutions-overview .solution-icon {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
  }
  
  /*added for testimonial section 2021/3/1 */
  .page-homepage section.testimonials .testimonlial-container {
    margin-top: 20px;
  }
  .page-homepage section.testimonials .testimonlial-container:before {
    left: -40px;
  }
  .page-homepage section.testimonials .testimonlial-container .testimonial {
    margin-left: 0;
  }
  .page-homepage section.testimonials .testimonlial-container .slider-nav {
    margin-bottom: 40px;
    text-align: left;
  }
  .page-homepage section.testimonials .testimonlial-container .slider-nav .counter {
    margin-left: 60px;
  }
  .page-homepage section.testimonials .testimonlial-container .slider-nav .slider-prev {
    left: inherit;
  }
  .page-homepage section.testimonials .testimonlial-container .slider-nav .slider-next {
    right: inherit;
    margin-left: 138px;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .page-homepage section.overview .overview-step {
    text-align: center;
  }
  .page-homepage section.overview .overview-step:after {
    display: none;
  }
  .page-homepage section.overview .overview-step .primary-h4 {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .page-homepage section.overview .overview-step p {
    margin-top: 10px;
  }
  .page-homepage section.overview .overview-step .overview-icon {
    float: none;
    height: 55px;
    margin-top: 30px;
    margin-bottom: -10px;
    margin-right: 0px;
  }
  .page-homepage section.overview .btn {
    margin-top: 30px;
  }
  .page-homepage section.solutions-overview .solution-icon {
    width: 100px;
    margin-bottom: 0px;
  }
  .page-homepage section.solutions-overview .btn {
    margin-bottom: 50px;
  }
}
/* ************************************** Page: Technology */
.top-section.technology .mouse-text {
  font-size: 0.7rem;
  color: #b5b5b5;
  margin-top: -40px;
}
.page-technology section.technology-overview {
  background-image: url('../images/hacker.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-technology section.technology-overview ol {
  margin: -20px 0 4px 0;
}
.page-technology section.system .legend {
  margin: -30px 0 70px 0;
}
.page-technology section.system .legend li {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.9rem;
}
.page-technology section.system .legend li span {
  font-weight: 500;
  color: #28B4DF;
}
.page-technology section.system .legend li:last-child {
  margin-right: 0;
}
.page-technology section.solutions .solution-icons {
  width: 700px;
  margin-bottom: 70px;
}
.page-technology section.solutions .table-graphic .top-line,
.page-technology section.solutions .table-graphic .left-line,
.page-technology section.solutions .table-graphic .right-line {
  width: 1px;
  height: 40px;
  background-color: #666666;
}
.page-technology section.solutions .table-graphic .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #666666;
}
.page-technology section.solutions .table-graphic .top-line {
  margin: 0 auto;
}
.page-technology section.solutions .table-graphic .left-line {
  float: left;
}
.page-technology section.solutions .table-graphic .right-line {
  float: right;
}
.page-technology section.solutions .solutions {
  padding: 0 75px;
  margin-top: 60px;
}
.page-technology section.solutions .solution-icon {
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}
.page-technology section.solutions .btn {
  margin-bottom: 70px;
}
.page-technology section.solutions .primary-h1 {
  font-size: 1.75rem;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .page-technology section.technology-overview img {
    max-width: 350px;
    margin-top: 40px;
  }
  .page-technology section.technology-overview .btn {
    display: block;
  }
  .page-technology section.system .legend {
    margin: 0px 0 50px 0;
  }
  .page-technology section.solutions .solution-icons {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-technology section.solutions .table-graphic .top-line,
  .page-technology section.solutions .table-graphic .left-line,
  .page-technology section.solutions .table-graphic .right-line {
    height: 25px;
  }
  .page-technology section.solutions .solutions {
    padding: 0;
  }
  .page-technology section.solutions .solution-icon {
    width: 120px;
    margin-bottom: 25px;
  }
  .page-technology section.solutions .primary-h1 {
    font-size: 1.5rem;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .page-technology section.technology-overview {
    background-image: url('../images/hacker-mobile.jpg');
    background-color: #000000;
    background-size: contain;
    background-position: top;
  }
  .page-technology section.technology-overview img {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .page-technology section.solutions .solution-icon {
    width: 100px;
    margin-bottom: 25px;
  }
  .page-technology section.solutions .btn {
    margin-bottom: 50px;
  }
}
/* ************************************** Page: Solutions */
.page-solutions .solution .primary-h1 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 35px;
}
.page-solutions .solution .primary-h2 {
  margin-bottom: 50px;
}
.page-solutions .solution .second-solution {
  margin-top: 80px;
}
.page-solutions .solution .primary-h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-solutions .solution .solution-icon {
  width: 140px;
  height: auto;
  margin-top: 20px;
}
.page-solutions .solution .form-container {
  padding: 36px;
  border: 1px solid #666666;
  margin-top: 8px;
}
.page-solutions .solution .form-container .form-headline {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5px;
  color: #6D6E71;
}
.page-solutions .solution .form-container .available-os {
  height: 30px;
  width: auto;
  margin: -15px 0 30px 0;
}
.page-solutions .solution a.download {
  margin-top: 50px;
}
.page-solutions .solution a.register {
  background-color: #A5A9AA;
  padding: 14px 30px;
  width: 100%;
}
.page-solutions .solution a.register:hover {
  background-color: #28B4DF;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .page-solutions .solution .primary-h1 {
    font-size: 2.5rem;
  }
  .page-solutions .solution .primary-h2 {
    margin-bottom: 40px;
  }
  .page-solutions .solution .solution-icon {
    width: 120px;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .page-solutions .solution .primary-h1 {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  .page-solutions .solution .solution-icon {
    width: 100px;
    margin-top: 15px;
  }
}
/* ************************************** Page: About BicDroid */
.page-about .primary-h2 {
  margin-top: 0;
}
.page-about section.overview p {
  font-size: 1.25rem;
  font-weight: 400;
}
.page-about section.overview .btn {
  margin-top: 50px;
}
.page-about section.comparison .check {
  width: 64px;
  height: auto;
}
.page-about section.comparison .divider-gray {
  margin: 19px auto 21px auto;
}
.page-about section.comparison .boosted-p {
  padding: 0px 30px;
}
.page-about section.team .team-member {
  margin-bottom: 60px;
}
.page-about section.team .team-member .name,
.page-about section.team .team-member .position {
  font-family: 'Work Sans', sans-serif;
}
.page-about section.team .team-member .name {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.9rem;
  line-height: 2.2rem;
}
.page-about section.team .team-member .position {
  font-size: 1.5rem;
  line-height: 2rem;
}
.page-about section.team .team-member .bio {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.page-about section.team .team-member .bio .hidden-content {
  display: none;
}
.page-about section.team .team-member .bio .hidden-content.visible {
  display: block;
}
.page-about section.team .team-member .bio .expand-bio {
  padding: 15px 20px;
}
.page-about section.testimonials .testimonlial-container {
  margin-top: 50px;
}
.page-about section.testimonials .testimonlial-container::before {
  content: '';
  position: absolute;
  top: -30px;
  width: 119px;
  height: 88px;
  background-image: url('../images/quote-mark.png');
  background-size: 119px auto;
}
.page-about section.testimonials .testimonlial-container .testimonial {
  margin-left: 90px;
}
.page-about section.testimonials .testimonlial-container .testimonial .credit {
  text-transform: uppercase;
  font-weight: 400;
}
.page-about section.testimonials .testimonlial-container .testimonial .credit-meta {
  font-size: 0.85rem;
  margin-left: 10px;
  margin-top: -19px;
}
.page-about section.testimonials .testimonlial-container .slider-nav {
  position: relative;
  text-align: center;
}
.page-about section.testimonials .testimonlial-container .slider-nav .counter {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.page-about section.testimonials .testimonlial-container .slider-nav .slider-prev,
.page-about section.testimonials .testimonlial-container .slider-nav .slider-next {
  width: 35px;
  height: 69px;
  position: absolute;
  top: 0;
  background-image: url('../images/slider-nav.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.page-about section.testimonials .testimonlial-container .slider-nav .slider-prev {
  left: 0;
  background-position: top left;
}
.page-about section.testimonials .testimonlial-container .slider-nav .slider-next {
  right: 0;
  background-position: top right;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .page-about section.overview p {
    font-size: 1.17rem;
  }
  .page-about section.overview .btn {
    margin-top: 10px;
  }
  .page-about section.comparison {
    padding: 40px 0 30px 0;
  }
  .page-about section.comparison .check {
    margin-bottom: 20px;
  }
  .page-about section.comparison .boosted-p {
    padding: 0;
  }
  .page-about section.team {
    padding: 60px 0 0 0;
  }
  .page-about section.team .team-member {
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .page-about section.team .team-member .name {
    margin-bottom: 2px;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
  }
  .page-about section.team .team-member .position {
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: center;
  }
  .page-about section.testimonials .testimonlial-container {
    margin-top: 20px;
  }
  .page-about section.testimonials .testimonlial-container:before {
    left: -40px;
  }
  .page-about section.testimonials .testimonlial-container .testimonial {
    margin-left: 0;
  }
  .page-about section.testimonials .testimonlial-container .slider-nav {
    margin-bottom: 40px;
    text-align: left;
  }
  .page-about section.testimonials .testimonlial-container .slider-nav .counter {
    margin-left: 60px;
  }
  .page-about section.testimonials .testimonlial-container .slider-nav .slider-prev {
    left: inherit;
  }
  .page-about section.testimonials .testimonlial-container .slider-nav .slider-next {
    right: inherit;
    margin-left: 138px;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .page-about section.overview p {
    font-size: 1rem;
  }
  .page-about section.comparison {
    padding: 30px 0 30px 0;
  }
  .page-about section.comparison .check {
    width: 40px;
    height: 40px;
  }
  .page-about section.team {
    padding: 40px 0 0 0;
  }
  .page-about section.team .team-member {
    margin-bottom: 30px;
  }
}
/* ************************************** Page: Resources */
.page-resources .primary-h1 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 35px;
}
.page-resources section.case-studies .statistics .stats-bar {
  margin-bottom: 30px;
}
.page-resources section.case-studies .statistics .stat {
  padding-right: 20px;
  display: inline-block;
}
.page-resources section.case-studies .statistics .stat .number {
  font-size: 2.8rem;
  font-weight: 500;
  float: left;
  margin-right: 14px;
  color: #28B4DF;
}
.page-resources section.case-studies .statistics .stat .info {
  width: 140px;
  font-size: 0.85rem;
  float: left;
  margin-top: 6px;
  text-align: left;
}
.page-resources section.case-studies .statistics .stat:last-child {
  padding-right: 0;
}
/* Large & Up */
@media only screen and (min-width: 64em) {
  .page-resources section.case-studies .statistics {
    padding-bottom: 60px;
  }
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .page-resources .primary-h1 {
    font-size: 2.5rem;
  }
  .page-resources section.case-studies .statistics {
    padding: 0 0 50px 0;
  }
  .page-resources section.case-studies .statistics .stats-bar {
    margin-bottom: 0;
  }
  .page-resources section.case-studies .statistics .stat {
    padding-right: 0;
  }
  .page-resources section.case-studies .statistics .stat:first-child {
    padding-right: 40px;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .page-resources .primary-h1 {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  .page-resources section.case-studies .statistics {
    padding: 0 0 30px 0;
  }
  .page-resources section.case-studies .statistics .stat .number {
    font-size: 1.8rem;
    float: none;
    margin-right: 0;
    margin-bottom: -10px;
  }
  .page-resources section.case-studies .statistics .stat .info {
    width: 100%;
    float: none;
    margin-top: 9px;
    text-align: center;
    font-size: 1rem;
  }
  .page-resources section.case-studies .statistics .stat:first-child {
    padding-right: 0;
  }
}
/* ************************************** Page: Contact */
.top-section.contact a {
  color: #FFFFFF;
}
.page-contact h2 {
  margin-top: 0;
  margin-bottom: 23px;
}
.page-contact #map-canvas {
  width: 100%;
  height: 375px;
}
/* Medium & Down */
@media only screen and (max-width: 63.938em) {
  .top-section.contact .page-hero .boosted-p {
    font-size: 1rem;
  }
  .page-contact h2 {
    font-size: 1.9rem;
    line-height: 2.1rem;
  }
  .page-contact .boosted-p {
    margin-bottom: 10px;
  }
  .page-contact #map-canvas {
    margin-top: 40px;
  }
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .top-section.contact .page-hero {
    padding: 50px 0 10px 0;
  }
  .top-section.contact .page-hero .subhead,
  .top-section.contact .page-hero .boosted-p {
    text-align: left;
  }
  .top-section.contact .page-hero .boosted-p {
    margin-bottom: 35px;
  }
  .page-contact #map-canvas {
    height: 300px;
  }
}
/* ************************************** Page: 404 Error and Terms of Use */
.page-404 h1,
.page-terms h1 {
  margin-top: 150px;
}
.page-terms h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.page-terms p {
  font-size: 0.85rem;
}
.page-terms ol {
  font-size: 0.85rem;
  margin: -18px 0 5px 10px;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .page-404 h1,
  .page-terms h1 {
    margin-top: 75px;
  }
  .page-terms ol {
    margin: -18px 0 5px -5px;
  }
}
