/*....General....*/
.btn-scan {
  color: #fff;
  background-color: #0c4eb1;
  letter-spacing: 0.05rem;
  padding: 0.5rem 2.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0.9%), 0 2px 8px 0 rgb(0 0 0 / 10%);
}

.btn-scan:hover {
  color: rgb(226, 226, 226);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.up {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 25px;
  z-index: 9999;
  background-color: #093981;
  color: white;
  padding: 9px 10px 6px 10px;
}

.main {
  min-height: 70vh;
}

.top-link {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.top-link a {
  color: #0266fc;
}

.trans {
  height: 30px;
  background-color: #232323;
}

.tb-s {
  margin-right: 0.6rem;
}

.no-show {
  display: none;
}

/*....Navigation....*/
header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.sticky-top {
  animation: smoothScroll 1s forwards;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0px);
  }
}

.top-bar {
  background-color: #093981;
  padding-top: 9px;
  padding-bottom: 9px;
}

.material-icons.md-17 {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
}

.tip,
.tip2 {
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.tip2 {
  top: 3px;
}

.top-title {
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  letter-spacing: 1px;
}

a.top-title:hover {
  color: white;
  opacity: 0.6;
}

i.top-fab {
  font-size: 15px !important;
}

.social-icon {
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  text-decoration: none;
  margin-right: 1.25rem;
}

.social-icon:hover {
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.6;
}

nav.navbar {
  background-color: transparent;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%);
}

.navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.nav-link:hover,
.view {
  font-family: "Poppins", sans-serif;
  color: #0c4eb1 !important;
  position: relative;
}

.view:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0266fc;
  left: 0;
  top: 90%;
  position: relative;
}

.logo {
  width: 165px;
}

.logo2 {
  width: 200px;
}

.group {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #0c4eb1;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-2px, 1px);
  transform: rotate(-45deg) translate(-2px, 1px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/*....Navigation....*/

/* Footer */
footer {
  background-color: #232323;
  padding-top: 3rem;
}

.footer-header {
  font-size: 1.2rem;
  color: #eee;
}

.b-link {
  color: #c1c1e6;
  font-size: 0.95rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0.9;
}

.b-link:hover {
  color: #c1c1e6;
  opacity: 0.6;
}

.b-link2 {
  color: #c1c1e6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.87rem;
  margin-bottom: 0;
  opacity: 0.9;
}

.b-link2:hover {
  color: #c1c1e6;
  opacity: 0.6;
}

ul.more {
  list-style-type: square;
  padding-left: 1.4rem;
}

.adf-text {
  color: rgb(168, 168, 168);
  font-size: 0.9rem;
  position: relative;
  left: 15px;
}

a.footer-email {
  color: rgb(168, 168, 168);
}

a.footer-email:hover {
  color: rgb(168, 168, 168);
  opacity: 0.7;
}

.fab {
  font-size: 1.1rem !important;
}

.fas {
  color: #eee;
}

.icon-link {
  color: #fff;
  padding: 0;
  text-decoration: none;
  margin-right: 0.75rem;
}

.icon-link:hover {
  color: #969696;
}

.ring {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
  background-color: #004cff;
}

.company-link {
  color: rgba(245, 222, 179, 0.849);
  position: relative;
  left: 4px;
}

.company-link:hover {
  color: wheat;
  opacity: 0.6;
}

.footer-base {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
}
.ft-text {
  font-size: 0.85rem;
  color: rgb(190, 190, 190);
  line-height: 1.4;
}

.ft-text2 {
  color: rgb(161, 161, 161);
}

/* Home Page */
.hero-section {
  position: relative;
  height: 850px;
  width: 100%;
  background-image: url("../images/hero-2.jpg");
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.hero-caption {
  font-size: 2.5rem;
  font-weight: 600;
  color: #093981;
  line-height: 1.4;
}

.hero-text {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.3;
}

.push-up {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3rem;
  border-radius: 6px;
  margin-bottom: 7rem;
}

#strip {
  background-color: #09398193;
  padding: 2rem 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.icon-s {
  width: 75px;
}

.text-s {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.045em;
}

.text-s:hover {
  color: rgb(226, 226, 226);
}

.vl {
  color: rgba(255, 255, 255, 0.747);
  content: "\007C";
  font-size: 66px;
  margin: auto;
  font-family: "Times New Roman", Times, serif;
}

.lg-spacer {
  height: 30px;
}

.pale {
  background-color: #f2f9fd;
}

.device {
  width: 75%;
  border: 2px solid #0c4eb1;
}

.hero-caption2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #093981;
  line-height: 1.4;
  margin-bottom: 6px;
}

.large-text,
.large-text2 {
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.3;
}

.info-bg {
  background-color: #232323;
  padding: 3.75rem 1.5rem;
}

.info-bold {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #ee7822;
  margin-bottom: 0;
}

.info-desc,
.info-desc2 {
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 0;
}

.info-desc2 {
  line-height: 1.3;
}

.bestscan-blue {
  background-color: #44a2d0;
}

.warm {
  background-color: #ee7822;
  padding: 1.5rem;
}

.storage {
  width: 75%;
}

.info-desc2 {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.45rem;
}

.clients {
  padding: 4.5rem 0;
}

.form-outline .form-control {
  background: #fff;
  border: 1px solid #bdbdbd;
}

.caps-text {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0;
}

.large-text2 {
  font-size: 1.55rem;
}

.form-select {
  padding: 0.33em 0.75em;
}
/* Home Page */

/* ...About Page... */
.abh-section {
  position: relative;
  height: 300px;
  width: 100%;
  background-image: url("../images/about-header.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

span.chev {
  content: "\203A";
  font-size: 20px;
}

.about {
  padding: 5rem 0;
}

.device2 {
  width: 95%;
  border: 2px solid #0c4eb1;
}

.about-text {
  font-size: 1.1rem;
}

.accordion-button {
  font-size: 1.1rem;
  font-weight: 500;
  color: #093981;
}

.accordion-item {
  border: 1px solid #093981;
}

#partners {
  padding: 4.5rem 0;
  background-color: #f9f9f9;
}

.a-tile {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 2px 10px 15px 3px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  transition-duration: 750ms;
  text-align: center;
}

.a-tile:hover {
  transform: translateY(-6px);
}

.testimonials {
  padding: 4.5rem 0;
  background-color: #f2f9fd;
}

.t-tile {
  padding: 2.5rem 2rem;
  background-color: #fff;
  box-shadow: 1px 10px 20px 2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition-duration: 750ms;
}

.t-tile:hover {
  transform: translateY(-5px);
}

.t-logo {
  width: 60px;
  margin-right: 1rem;
}

.t-name {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}

.t-post {
  color: #093981;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0;
}

/* ...About Page... */

/* Services Page */
.sh-section {
  position: relative;
  height: 300px;
  width: 100%;
  background-image: url("../images/services-header.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.services {
  padding: 4.5rem 0 3rem 0;
  background-color: #f9f9f9;
}

.s-tile {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  background-color: #fff;
  box-shadow: 1px 5px 6px 2px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0.5rem;
}

a.active .s-tile {
  border-top: 5px solid #093981;
  border-bottom: 5px solid #093981;
}

a.c-tab .s-tile {
  border-bottom: 5px solid #093981;
}

.head-text {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #093981;
}

.services-icon {
  width: 100px;
}

.material-icons.md-40 {
  font-size: 40px;
  margin-right: 0.5rem;
  color: #232323;
}

/* Services Page */

/* Solutions Page */
.sol-section {
  position: relative;
  height: 300px;
  width: 100%;
  background-image: url("../images/solutions-header2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}
/* Solutions Page */

/* Business Process Page */
.bh-section {
  position: relative;
  height: 300px;
  width: 100%;
  background-image: url("../images/business-header.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.business {
  padding: 4.5rem 0;
  background-color: #f9f9f9;
}

.bus-tile {
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 1px 5px 6px 2px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}

.bs-blue {
  color: #093981;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 10px;
  line-height: 1.3;
}

.nudge {
  position: relative;
  left: 3px;
}

.sale-text {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
}
/* Business Process Page */

/* ...Contact Page... */
.ch-section {
  position: relative;
  height: 300px;
  width: 100%;
  background-image: url("../images/contact-header.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.contact {
  padding: 4rem 0 5rem;
}

.contact-caption {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
}

#form3 textarea .form-control {
  border: 1px solid #bdbdbd !important;
}

.item-box {
  background-color: #0c4eb1;
  color: #fff;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 1px 4px 8px 3px rgba(0, 0, 0, 0.12);
}

.ib-caption {
  font-size: 1.1rem;
  font-weight: 600;
  margin-left: 7px;
}

.ib-text {
  font-size: 0.9rem;
  color: #eee;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 0;
}

.ib-text a {
  color: #eee;
}

.ib-text a:hover {
  color: #eee;
  opacity: 0.6;
}

.error {
  color: red;
  /* font-size: 14px; */
  margin-bottom: 0;
  margin-left: 10px;
}
/* ...Contact Page... */

/* 404 Page */
#backdrop {
  position: relative;
  width: 100%;
  height: 75vh;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0;
  z-index: 0;
}

#backdrop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/solutions-header.jpg");
  background-color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.error-bold {
  font-family: "Rubik", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #b4b4b4;
}

.error-text1,
.error-text2 {
  font-family: "Arimo", sans-serif;
  color: #004cff;
  font-size: 1.65rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.025em;
}

.error-text2 {
  font-size: 1.25rem;
  text-transform: none;
  color: #fff;
}
/* Error Page */

/* Media Queries */
@media (max-width: 1025px) {
  .fab {
    font-size: 1.15rem !important;
  }

  .icon-link {
    margin-right: 0.85rem;
  }

  .icon-link:hover {
    color: white !important;
  }

  .ring {
    height: 3rem;
    width: 3rem;
  }

  .device,
  .device2 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .push-up {
    padding: 2.4rem;
  }

  .hero-caption {
    font-size: 2rem;
  }

  .vis {
    display: none;
  }

  .error-bold {
    font-size: 3.75rem;
    margin-bottom: 0.5rem !important;
  }

  .error-text1,
  .error-text2 {
    font-size: 1.65rem;
  }

  .error-text2 {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .logo {
    width: 125px;
  }

  .hero-section {
    height: 135vh;
  }

  .push-up {
    margin-bottom: 22rem;
    padding: 1.5rem;
  }

  .hero-caption {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .device,
  .device2 {
    width: 90%;
  }

  .t-tile {
    padding: 1.8rem 1.2rem;
  }

  .t-logo {
    margin-right: 8px;
  }

  .error-bold {
    font-size: 2.15rem;
    margin-bottom: 1rem !important;
  }

  .error-text1,
  .error-text2 {
    font-size: 0.91rem;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 350px) {
}

@media (min-height: 800px) and (max-width: 415px) {
}
