/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header {
  background: #060d13;
  box-shadow: 0 1px 20px #111;
}

header .navbar {
  height: 100px;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  header .navbar {
    height: auto;
    padding: 12px 0;
  }
}

header .navbar-brand {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -1px;
}

header .navbar-brand span {
  font-weight: 600;
}

header .navbar-brand img {
  max-height: 70px;
}

@media screen and (max-width: 767px) {
  header .navbar-brand img {
    max-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  header .navbar-brand {
    padding-left: 20px;
  }
}

header a {
  color: #ffffff;
  font-weight: 300;
  font-weight: 500;
  letter-spacing: 1px;
}

header a:hover,
header a:focus {
  color: #ffffff;
}

header .button {
  border: 2px solid #00e3ae;
  color: #00e3ae;
  border-radius: 25px;
  padding: 15px 30px !important;
}

header .button:hover, header .button:focus {
  border-color: #ffffff;
}

header button:focus {
  outline: none !important;
}

header ul.navbar-nav li.nav-item {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  header ul.navbar-nav li.nav-item {
    margin: 0px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}

header .navbar-toggler-icon {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  header .navbar-nav {
    background-color: #060d13;
    padding: 40px 0;
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: #FFF;
  font-size: 1.2rem;
}

html, body {
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: ease-in-out 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}

pre {
  font-family: monospace;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}

footer {
  color: #FFF;
  padding: 100px 0;
  background: #060d13;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}

footer h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  footer p {
    text-align: center;
  }
}

footer ul li {
  padding-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

footer a {
  color: #ffffff;
  font-weight: 700;
}

footer a:hover, footer a:focus {
  text-decoration: none;
  color: #00e3ae;
}

footer a.footer-link {
  padding: 0 5px;
}

footer a.footer-link:first-child {
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  footer a.footer-link {
    width: 100%;
    display: block;
    padding: 0px;
  }
}

footer img {
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer .navbar-brand {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 20px;
  color: #00e3ae;
}

footer .navbar-brand span {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  footer .navbar-brand {
    text-align: center;
    display: block;
  }
}

footer .menu {
  text-align: right;
}

@media screen and (max-width: 767px) {
  footer .menu {
    text-align: center;
  }
}

footer .social-networks {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  footer .social-networks {
    text-align: center;
    margin-bottom: 40px;
  }
}

footer .social-networks a {
  font-size: 22px;
  color: #FFF;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  footer .social-networks a {
    margin-left: 8px;
    margin-right: 8px;
  }
}

section {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

section#hero {
  padding: 160px 0;
  background: #FFF;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#hero {
    padding: 120px 0;
  }
}

@media screen and (max-width: 767px) {
  section#hero {
    padding: 80px 0;
  }
}

section#hero p {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  section#hero p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  section#hero p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    max-width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  section#hero img {
    padding-top: 40px;
  }
}

section#hero .background {
  position: absolute;
  bottom: 0;
  top: -100px;
  right: 0;
  z-index: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-image: linear-gradient(#7b858a, #060d13);
  transform: skewY(-3deg);
  transform-origin: top left;
  border-bottom: 10px solid #00e3ae;
}

section#hero .text-container {
  position: relative;
  top: -50px;
}

@media screen and (max-width: 767px) {
  section#hero .text-container {
    top: -30px;
  }
}

section#our-products .nav-tabs {
  border: 0px;
  justify-content: center;
  background: #EEE;
  border-radius: 50px;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  section#our-products .nav-tabs {
    background: transparent;
    margin-bottom: 40px;
  }
}

section#our-products .nav-tabs li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  section#our-products .nav-tabs li {
    width: 100%;
  }
}

section#our-products .nav-tabs .nav-link {
  border: 0px;
  background: #EEE;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 40px;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  section#our-products .nav-tabs .nav-link {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  section#our-products .nav-tabs .nav-link {
    font-size: 1.0rem;
  }
}

section#our-products .nav-tabs .nav-link:hover, section#our-products .nav-tabs .nav-link:focus {
  color: #000;
}

section#our-products .nav-tabs .nav-link.active {
  background: #000;
  color: #FFF;
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  section#our-products .tab-content {
    text-align: center;
  }
}

section#our-products .tab-content h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 40px;
}

section#our-products .tab-content h2:after {
  display: none;
}

@media screen and (max-width: 768px) {
  section#our-products .tab-content h2 {
    font-size: 2.0rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
}

section#our-products .tab-content p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section#our-products .tab-content p {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin-bottom: 30px;
  }
}

section#our-products .tab-content img.product-image {
  border-radius: 8px;
  box-shadow: #000 0px 20px 30px -10px;
}

@media screen and (max-width: 767px) {
  section#our-products .tab-content img {
    margin-bottom: 40px;
  }
}

section#data-features h2, section#services h2 {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  section#data-features h2, section#services h2 {
    margin-bottom: 40px;
  }
}

section#data-features img, section#services img {
  max-width: 100px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section#data-features img, section#services img {
    max-width: 80px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  section#data-features .content .col, section#services .content .col {
    flex: 1 auto;
  }
}

section#data-features ul li, section#services ul li {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  section#data-features ul li, section#services ul li {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  section#data-features .content .col, section#services .content .col {
    width: 33%;
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  section#data-features .content .col, section#services .content .col {
    width: 100%;
    margin-bottom: 30px;
  }
}

section#data-features .btn.view, section#services .btn.view {
  background: transparent;
  color: #00e3ae;
  font-weight: 600;
}

section#data-features .btn.view.focus, section#data-features .btn.view:focus, section#data-features .btn.view:hover, section#services .btn.view.focus, section#services .btn.view:focus, section#services .btn.view:hover {
  box-shadow: none;
  color: #000;
}

section#data-features .modal img, section#services .modal img {
  max-width: 100%;
  max-height: 90vh;
}

section#data-features .modal .modal-dialog, section#services .modal .modal-dialog {
  max-width: 60%;
}

@media screen and (max-width: 1024px) {
  section#data-features .modal .modal-dialog, section#services .modal .modal-dialog {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  section#data-features .modal .modal-dialog, section#services .modal .modal-dialog {
    max-width: 95%;
  }
}

section#data-features .modal .modal-header, section#services .modal .modal-header {
  padding: 20px 40px;
  background-color: #000;
  color: #00e3ae;
  border: 0px;
}

@media screen and (max-width: 768px) {
  section#data-features .modal .modal-header, section#services .modal .modal-header {
    padding: 20px;
  }
}

section#data-features .modal .modal-header .close, section#services .modal .modal-header .close {
  font-size: 2.5rem;
  opacity: 1;
  color: #FFF;
  outline: unset !important;
}

section#data-features .modal .modal-header .modal-title, section#services .modal .modal-header .modal-title {
  color: #00e3ae;
}

section#data-features .modal .modal-content.transparent, section#services .modal .modal-content.transparent {
  border: 0px;
  background-color: transparent;
  max-width: 600px;
  margin: 0 auto;
}

section#data-features .modal .modal-content.transparent img, section#services .modal .modal-content.transparent img {
  margin-bottom: 0px;
}

section#data-features .modal .modal-content.transparent .modal-header, section#services .modal .modal-content.transparent .modal-header {
  background-color: transparent;
  padding-bottom: 0px;
}

section#data-features .modal .modal-content.transparent .close, section#services .modal .modal-content.transparent .close {
  color: #000;
}

section#data-features .modal .modal-body, section#services .modal .modal-body {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  section#data-features .modal .modal-body, section#services .modal .modal-body {
    padding: 20px;
  }
}

section#data-features .modal .modal-body p, section#services .modal .modal-body p {
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section#data-features .modal .modal-body p, section#services .modal .modal-body p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}

section#our-partners {
  background: #EEE;
}

section#our-partners h2 {
  color: #000;
}

section#our-partners img {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  section#our-partners img {
    max-width: 140px;
  }
}

section#what-people-are-saying h4 {
  margin-bottom: 15px;
}

section#what-people-are-saying p {
  font-style: italic;
}

section#what-people-are-saying img {
  max-width: 130px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  section#what-people-are-saying .content .col {
    width: 100%;
    flex-basis: auto;
    margin-bottom: 20px;
  }
}

section h1 {
  color: #ffffff;
  font-size: 4rem;
  line-height: 4.2rem;
  font-weight: 800;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 20px;
  }
}

section h2 {
  color: #060d13;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

section h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #00e3ae;
  margin: 0 auto;
  position: relative;
  bottom: -10px;
}

@media screen and (max-width: 768px) {
  section h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  section h2 {
    font-size: 2.0rem;
    line-height: 2.3rem;
  }
}

section h3 {
  color: #060d13;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}

section h4 {
  color: #060d13;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
}

section .shadow {
  -webkit-filter: drop-shadow(0px 0px 100px #00644d);
  filter: drop-shadow(0px 0px 100px #00644d);
}

section .shadow.alternative {
  -webkit-filter: drop-shadow(0px 0px 100px #333);
  filter: drop-shadow(0px 0px 100px #333);
}

section .button-container {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  section .button-container {
    text-align: center;
  }
}

section a.button {
  background: #00e3ae;
  color: #FFF;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50px;
  padding: 20px 50px;
  display: inline-block;
  min-width: 190px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section a.button {
    font-size: 1.2rem;
    padding: 16px 40px;
  }
}

section a.button:hover, section a.button:focus {
  border-color: #ffffff;
  color: white;
  text-decoration: none;
}

section a {
  font-size: inherit;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 1024px) {
  section a {
    font-size: inherit;
  }
}

section a:hover {
  text-decoration: line-through;
}

section strong {
  font-weight: 700;
}
