body {
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.header-navbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #838383;
}

.brand-link {
  padding: 5px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #fff;
}

.brand-link:hover {
  background-color: #fff;
  opacity: 1;
}

.brand-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.nav-link {
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  background-color: #007888;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  background-color: #fff;
  box-shadow: none;
  color: #436874;
}

.nav-link.w--current {
  border-top-color: #19b4c9;
  background-color: #19b4c9;
  color: #fff;
}

.nav-menu {
  padding-top: 14px;
  padding-bottom: 14px;
}

.header-container {
  margin-top: 15px;
  padding-right: 14px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #19b4c9;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .33);
}

.brand-logo {
  display: inline-block;
  width: 160px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  line-height: 32px;
}

.brand-logo.overlay {
  position: absolute;
  left: 35px;
  top: 20px;
  float: none;
}

.hero-slider-section {
  min-height: 60vh;
  padding-top: 60px;
}

.slider {
  min-height: 60vh;
}

.arrow {
  font-size: 20px;
}

.slide-nav {
  height: 30px;
  font-size: 10px;
  line-height: 10px;
}

.txt-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h1 {
  margin-top: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h2 {
  margin-top: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}

.big-paragraph {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.text-link {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button {
  background-color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.list-item {
  margin-bottom: 0px;
}

.list-item.taller {
  margin-bottom: 5px;
  color: #838383;
  text-transform: uppercase;
}

.unordered-list {
  margin-bottom: 0px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.unordered-list._3rd-box {
  margin-bottom: 0px;
}

.content-block-1 {
  margin-bottom: 20px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
}

.footer-txt {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.footer-link {
  padding: 8px 20px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #19b4c9;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #007888;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-link:hover {
  background-color: #fff;
  color: #19b4c9;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: inline-block;
  width: 480px;
  text-align: center;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 50px 50px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
}

.field {
  border-style: none;
  border-radius: 3px;
  background-color: #e4e4e4;
  color: #000;
  font-weight: 400;
}

.submit-button {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #19b4c9;
  border-radius: 3px;
  background-color: #19b4c9;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .25);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
  box-shadow: none;
  color: #19b4c9;
}

.floating-menu-button {
  position: fixed;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
}

.floating-menu {
  position: fixed;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 60px;
  background-color: #000;
  opacity: 1;
}

.floating-menu-content {
  overflow: auto;
  height: 100%;
}

.close-button {
  position: absolute;
  top: 21.5px;
  right: 21.5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-left: 7.5px;
  border: 2px solid #fff;
  border-radius: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.close-button:hover {
  background-color: #fff;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #000;
}

.close-button.open-button {
  padding-left: 6.25px;
  border-color: #000;
  color: #000;
  font-size: 28px;
  line-height: 28.5px;
}

.close-button.open-button:hover {
  background-color: #000;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #fff;
}

.modal {
  position: fixed;
  z-index: 8999;
}

.modal-button {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 8999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #000;
  border-radius: 16px;
  background-color: #000;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  color: #fff;
  font-size: 40px;
  text-decoration: none;
}

.modal-button:hover {
  background-color: #fc0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #000;
}

.modal-button.close {
  top: 25px;
  right: 30px;
  margin-right: 0px;
  padding: 0px 2px 2px;
  border-style: none;
  border-color: #fff;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-family: Lato, sans-serif;
  color: #19b4c9;
  font-size: 32px;
  line-height: 32px;
}

.modal-button.close:hover {
  background-color: #b31a1a;
  -webkit-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
  color: #fff;
}

.modal-window-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.modal-window-1._11 {
  display: none;
  opacity: 0;
}

.modal-window-1._12 {
  display: none;
  opacity: 0;
}

.modal-window-1._13 {
  display: none;
  opacity: 0;
}

.modal-window-1._14 {
  display: none;
  opacity: 0;
}

.modal-window-1._15 {
  display: none;
  opacity: 0;
}

.modal-window-1._16 {
  display: none;
  opacity: 0;
}

.modal-window-1.about {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  opacity: 0;
}

.button-icon {
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
}

.modal-content {
  position: relative;
  left: 0%;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
}

.side-menu {
  position: absolute;
  top: 10%;
  height: 80%;
  min-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.side-menu-dragger {
  position: absolute;
  top: 0px;
  right: -20px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #000;
}

.dot {
  width: 6px;
  height: 6px;
  margin-bottom: 5px;
  margin-left: 7px;
  border-radius: 10px;
  background-color: #fff;
}

.side-menu-content {
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.brand-txt {
  display: inline-block;
  margin-top: 6px;
  margin-left: 0px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 90px 15px 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-box {
  height: 100%;
}

.content-page {
  display: block;
  margin-bottom: 50px;
  padding: 0px 20px 30px;
  border-top: 20px solid #19b4c9;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .33);
  text-align: center;
}

.preview-block {
  display: block;
}

.subheader {
  margin-right: 0px;
  margin-left: 0px;
}

.block-h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #19b4c9;
  color: #19b4c9;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.collect-intro-img {
  margin-top: 30px;
}

.editions-text {
  margin-bottom: 10px;
  border-bottom: 1px solid #838383;
  color: #838383;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.preview-content {
  padding-top: 10px;
}

.c1 {
  text-align: center;
}

.bg-img {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, #838383 10%, hsla(0, 0%, 91%, .5) 53%, hsla(0, 0%, 73%, .75));
  background-image: linear-gradient(180deg, #838383 10%, hsla(0, 0%, 91%, .5) 53%, hsla(0, 0%, 73%, .75));
}

.bg-img._2-bg {
  background-image: url('../images/maxresdefault.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.5;
}

.preview-img {
  margin-bottom: 30px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .33);
}

.column-2 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 1px solid #19b4c9;
}

.column-1 {
  padding-right: 10px;
  padding-left: 10px;
}

.learn-more {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 3px;
  background-color: #19b4c9;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .25);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.learn-more:hover {
  background-color: #b31a1a;
  color: #fff;
}

.small-preview-box {
  display: block;
  overflow: hidden;
  padding-bottom: 0px;
  border-radius: 3px;
  background-color: #007888;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .33);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  text-align: center;
  text-decoration: none;
}

.small-preview-box:hover {
  border-bottom-color: #b31a1a;
  background-color: #19b4c9;
  box-shadow: none;
}

.small-preview-box.kwe {
  cursor: pointer;
}

.small-preview-box.kwe:hover {
  background-color: #e6ae00;
}

.small-preview-box.sim {
  cursor: pointer;
}

.small-preview-box.sim:hover {
  background-color: #2478b9;
}

.small-preview-box.mob {
  cursor: pointer;
}

.small-preview-box.mob:hover {
  background-color: #14c1ec;
}

.small-preview-box.tra {
  cursor: pointer;
}

.small-preview-box.tra:hover {
  background-color: #abbb34;
}

.block-h3 {
  display: block;
  margin-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.small-preview-img {
  height: 52px;
}

.small-preview-img._2 {
  margin-top: -74px;
  background-color: #fff;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}

.small-preview-img._2:hover {
  opacity: 0;
}

.icons-h1 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 2px;
}

.icons-first-row {
  margin-bottom: 0px;
}

.small-pre-img {
  position: relative;
  height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.intelsys-footer {
  position: relative;
  bottom: 0px;
  height: 66px;
  margin-bottom: -30px;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.clickblue {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.main-section {
  width: 100%;
  margin-top: -50px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.description {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.description.l1 {
  margin-top: 50px;
}

.description.l1.l2 {
  float: left;
  font-weight: 400;
}

.tagline {
  display: block;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-right: 35px;
  padding-bottom: 10px;
  background-color: #19b4c9;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.tagline.tagline-2 {
  display: block;
  margin-top: 3vh;
  margin-bottom: 3vh;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 8px;
  border-radius: 5px;
  background-color: #19b4c9;
  color: #fff;
  text-align: center;
}

.proj-col {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.proj-image-logo {
  margin: 30px 10px;
}

.proj-c1 {
  text-align: center;
}

.proj-row {
  display: inline-block;
  width: 400px;
}

.proj-content {
  display: inline-block;
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 30px;
}

._1img {
  margin-top: 30px;
  margin-bottom: 15px;
}

.contact-txt {
  margin-bottom: 10px;
  color: #fff;
  text-transform: none;
}

.scroller {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: padding 500ms ease-in-out;
  transition: padding 500ms ease-in-out;
}

.about-icon {
  margin-top: 100px;
  margin-right: 10px;
  float: left;
}

.mod {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5000;
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  margin-bottom: -66px;
  padding: 90px 5px 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featured-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 0px;
  border-radius: 5px;
  background-color: #007888;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .33);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #007888;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.featured-box:hover {
  background-color: #19b4c9;
  box-shadow: none;
  color: #19b4c9;
}

.featured-img {
  margin-bottom: -20px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
  text-align: center;
}

.box-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.box-content {
  width: 100%;
  min-height: 160px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.box-content.over {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.blue-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._2nd-box-imgs {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.small-row {
  margin-top: 15px;
}

.kwebbl {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.global-sim {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.mobile-payments {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.travel-invest {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.featured-overlay {
  position: absolute;
  top: -5px;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 28.5vw;
  opacity: 0;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}

.featured-overlay:hover {
  top: -5px;
  opacity: 1;
}

.collect-tcn {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.collect {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.tcn {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.about-modal {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.intelsys-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 50px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #19b4c9;
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, rgba(25, 180, 201, .5), #436874), url('../images/cloud-2.jpg');
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(25, 180, 201, .5), #436874), url('../images/cloud-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-scroll {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 25px;
  border-radius: 5px;
  background-color: #19b4c9;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .33);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: hsla(0, 0%, 100%, .5);
  cursor: pointer;
}

.container-scroll:hover {
  padding-top: 25px;
  padding-bottom: 10px;
  background-color: #007888;
  box-shadow: none;
  color: #fff;
}

.footer-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px 0px 0px 10px;
  border-radius: 3px;
  background-color: #19b4c9;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .33);
}

.contact {
  position: fixed;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
}

.contact-wrap {
  padding-right: 100px;
  padding-left: 100px;
}

.success {
  background-color: #fff;
  color: #19b4c9;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}

.error {
  background-color: #fff;
  color: #df0000;
  letter-spacing: 2px;
}

.fot-col {
  padding-right: 0px;
}

.countries-txt {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
}

.about-us-txt {
  margin-top: 110px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 30px;
}

.home-img {
  width: 80%;
  margin-bottom: 20px;
}

.menu-logo {
  display: none;
}

.n-header {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 61px;
  border-bottom: 1px solid #19b4c9;
  background-color: #fff;
}

.n-section {
  position: relative;
  padding-top: 60px;
}

.n-footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  border-top: 1px solid #19b4c9;
  background-color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 500;
  text-align: center;
}

.n-content {
  position: relative;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.n-tabs-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 30px;
}

.n-tabs {
  display: block;
  height: 100%;
  padding-top: 60px;
  text-align: center;
}

.n-tabs-menu {
  position: fixed;
  left: 5%;
  right: 0px;
  bottom: 30px;
  z-index: 5000;
  display: inline-block;
  width: 90%;
  height: 102px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #dfdfdf;
  background-color: #fff;
}

.n-tab {
  width: 100%;
  height: 100%;
  padding-bottom: 200px;
}

.n-tab-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20%;
  margin-bottom: 10px;
  padding: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: rgba(0, 0, 0, .25);
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: rgba(0, 0, 0, .5);
}

.n-tab-link-block:hover {
  border-left-color: rgba(0, 0, 0, .12);
  opacity: 1;
  color: rgba(0, 0, 0, .25);
}

.n-tab-link-block.w--current {
  border-left-color: rgba(0, 0, 0, .12);
  background-color: #fff;
  opacity: 1;
  color: rgba(0, 0, 0, .25);
}

.n-tab-link-block._2ndrow {
  height: 41px;
  min-width: 33.33%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, .12);
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #838383;
  font-weight: 400;
  text-transform: capitalize;
}

.n-tab-link-block._2ndrow:hover {
  color: #19b4c9;
  font-size: 16px;
  font-weight: 700;
}

.n-tab-link-block._2ndrow.odd {
  border-left-style: none;
}

.n-tab-link-block.odd {
  border-left-style: none;
}

.n-tab-link-block.odd.w--current {
  color: rgba(0, 0, 0, .13);
}

.n-tabs-content {
  height: 100%;
}

.tab-block {
  width: 100%;
  height: 100%;
  padding-top: 106px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.tab-block-header {
  position: fixed;
  left: 5%;
  top: 60px;
  z-index: 5;
  width: 90%;
  padding: 16px 0px 6px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

.tab-block-row {
  position: relative;
  display: inline-block;
  width: 90%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-block-column {
  position: fixed;
  top: 200px;
  right: 5%;
  overflow: auto;
  min-height: 60vh;
  padding: 16px 16px 40px;
}

.tab-block-column.right-column {
  overflow: auto;
  height: 60vh;
}

.tab-block-column.lcol {
  position: fixed;
  left: 5%;
  top: 200px;
  min-height: auto;
  padding-top: 16px;
  padding-right: 40px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  text-align: left;
}

.tab-pg {
  font-family: Lato, sans-serif;
  color: #838383;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.tab-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  font-family: Lato, sans-serif;
  color: #838383;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab-header-block {
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tab-h1-left {
  margin-top: 0px;
  border-bottom: 1px solid #dfdfdf;
  font-family: Lato, sans-serif;
  color: #838383;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.tab-h2 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #838383;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.tab-img {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  opacity: 1;
}

.tab-img.last {
  margin-bottom: 0px;
}

.tab-link-img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left-style: solid;
  border-left-width: 1px;
}

.tab-link-img-block._1st {
  border-left-style: none;
  border-left-color: #000;
}

.tab-container {
  position: relative;
}

.list-item-block {
  height: 20px;
  margin-bottom: 5px;
  float: right;
  clear: right;
}

.star-icon {
  height: 20px;
  margin-left: 10px;
  float: right;
}

.tab-icon-txt {
  float: right;
  color: #838383;
  font-weight: 400;
  text-transform: capitalize;
}

.tab-header-cont {
  display: block;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-bottom: 1px none #838383;
  text-align: left;
}

.tabtxt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, .12);
  text-align: center;
  text-transform: capitalize;
}

.tabtxt._1st {
  border-left-style: none;
  border-left-color: #000;
}

.header-logo {
  margin-top: 15px;
}

.home-tab-link {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5000;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #19b4c9;
}

.home-tab-link:hover {
  width: 350px;
  background-color: #19b4c9;
  color: #fff;
}

.home-tab-link.w--current {
  display: block;
  overflow: hidden;
  width: 350px;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #19b4c9;
  color: #fff;
}

.logo-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Icxnet, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.icx-logo-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.icxnet-baout {
  float: left;
  font-family: Exo, sans-serif;
  color: #19b4c9;
  font-weight: 400;
  text-transform: uppercase;
}

.tabs-body {
  overflow: hidden;
  height: 100vh;
}

.footer-text {
  display: inline-block;
  height: 29px;
  padding-left: 30px;
  float: left;
  color: #19b4c9;
  line-height: 29px;
}

.footer-text.ftt2 {
  padding-left: 0px;
  float: none;
  text-transform: uppercase;
}

.footer-text.ftt3 {
  padding-left: 0px;
  float: right;
}

.cblink {
  padding: 0px 30px;
  float: right;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Oswald, sans-serif;
  color: #19b4c9;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.cblink:hover {
  margin-left: 30px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #19b4c9;
  color: #fff;
}

.tab-text-block {
  position: fixed;
  left: 5%;
  top: 200px;
  width: 30%;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  text-align: left;
}

.tab-image-block {
  position: relative;
  top: 35px;
  right: 5%;
  overflow: auto;
  width: 55%;
  height: 100%;
  padding-right: 16px;
  float: right;
}

.tab-icon {
  margin-top: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid transparent;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  font-family: Exo, sans-serif;
  color: #19b4c9;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #19b4c9;
  color: #fff;
}

.click {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.cta {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  background-color: transparent;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #838383;
  line-height: 30px;
  text-transform: uppercase;
}

.cta:hover {
  border-color: #19b4c9;
  background-color: #19b4c9;
  color: #fff;
}

._0_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: -300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 53, 70, .75), rgba(0, 53, 70, .75)), url('../images/maxresdefault.jpg');
  background-image: linear-gradient(180deg, rgba(0, 53, 70, .75), rgba(0, 53, 70, .75)), url('../images/maxresdefault.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: Lato, sans-serif;
}

._0_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._0_tab {
  overflow: auto;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 40px solid #19b4c9;
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

._0_tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12.5%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}

._0_tab-link:hover {
  opacity: 1;
}

._0_tab-link.w--current {
  background-color: #fff;
  opacity: 1;
}

._0_tab-link._0first {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

._0_tab-link._0last {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

._0_tabs-content {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .5);
}

._0_tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
}

._0_header {
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._0_footer {
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._0_tab-img {
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  background-image: url('../images/collect.jpg');
  background-position: 50% 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
}

._0_tab-img._0tcn {
  background-image: url('../images/Imagem11.png');
  background-size: auto 40px;
}

._0_tab-img._0kwebbl {
  background-image: url('../images/Imagem4.png');
}

._0_tab-img._0mobile {
  background-image: url('../images/Imagem24.png');
  background-size: auto 40px;
}

._0_tab-img._0pax {
  background-image: url('../images/Imagem20.png');
  background-size: auto 40px;
}

._0_-tab-txt {
  text-align: center;
}

._0_header-content {
  position: relative;
  height: 60px;
  margin: 20px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .5);
}

._0_footer-content {
  position: relative;
  height: 40px;
  margin: 20px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .5);
}

.fa-icon {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 32px;
}

html.w-mod-js *[data-ix="scroll-fade"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="center-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="header-load"] {
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

html.w-mod-js *[data-ix="scroller-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 145px);
  -ms-transform: translate(0px, 145px);
  transform: translate(0px, 145px);
}

html.w-mod-js *[data-ix="fade-home"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="tab-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="tab-content"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

@media (max-width: 991px) {
  .menu-button {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff;
    font-size: 32px;
  }
  .unordered-list {
    padding-left: 20px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .modal-button.close {
    right: 3%;
    margin-right: 0px;
  }
  .modal-content {
    margin-left: 0px;
  }
  .small-preview-img {
    height: 40px;
  }
  .small-preview-img._2 {
    margin-top: -61px;
  }
  .icons-h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .small-pre-img {
    height: 60px;
    padding-bottom: 10px;
  }
  .description {
    font-size: 14px;
    line-height: 20px;
  }
  .tagline {
    font-size: 16px;
  }
  .tagline.tagline-2 {
    padding-bottom: 6px;
    line-height: 22px;
  }
  .featured-img {
    margin-bottom: -10px;
  }
  .box-h1 {
    font-size: 14px;
    line-height: 20px;
  }
  .blue-box {
    height: 80px;
  }
  .featured-overlay {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .nav-menu {
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #838383;
    text-align: center;
  }
  .header-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .menu-button.w--open {
    background-color: #19b4c9;
  }
  .hero-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .small-preview-box {
    margin-bottom: 20px;
  }
  .small-preview-img._2 {
    display: none;
  }
  .icons-h1 {
    font-size: 14px;
    line-height: 20px;
  }
  .intelsys-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .scroller {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-grid {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-box {
    margin-bottom: 20px;
  }
  .box-content {
    padding-bottom: 10px;
  }
  .featured-overlay {
    display: none;
  }
  .footer-container {
    position: relative;
  }
  .menu-logo {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .header-navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand-link.w--current {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom-left-radius: 5px;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #19b4c9;
  }
  .nav-menu {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 120px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #007888;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .33);
  }
  .header-container {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button.w--open {
    position: relative;
    z-index: 205;
    background-color: #007888;
  }
  .brand-logo {
    width: 150px;
    height: 45px;
    margin-top: 2px;
    margin-bottom: 3px;
  }
  .brand-logo.overlay {
    position: absolute;
    left: 30px;
    top: 20px;
  }
  .footer-txt {
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .footer-link {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .form {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal-button.close {
    top: 19px;
    right: 20px;
    background-color: #b31a1a;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }
  .modal-window-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal-content {
    left: 0%;
    width: 100%;
  }
  .brand-txt {
    font-size: 11px;
  }
  .hero-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .small-preview-box {
    margin-bottom: 20px;
  }
  .icons-h1 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .intelsys-footer {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .description {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .description.l1.l2 {
    margin-top: 30px;
  }
  .tagline {
    padding-right: 50px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .tagline.tagline-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .proj-col {
    text-align: center;
  }
  .proj-image-logo {
    margin-top: 10px;
  }
  .proj-row {
    width: auto;
  }
  .proj-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .scroller {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-icon {
    margin-top: 30px;
    margin-left: 10px;
  }
  .home-grid {
    margin-bottom: 0px;
    padding: 95px 5px 0px;
  }
  .featured-box {
    margin-bottom: 20px;
  }
  .featured-box:hover {
    background-color: #007888;
    color: #007888;
  }
  .featured-img {
    margin-bottom: -10px;
  }
  .box-h1 {
    font-size: 16px;
  }
  .box-content {
    min-height: 130px;
    padding-bottom: 10px;
  }
  .small-row {
    margin-top: 0px;
  }
  .tcn {
    display: none;
    opacity: 0;
  }
  .intelsys-intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-container {
    bottom: 0px;
    padding-left: 0px;
  }
  .contact {
    display: none;
    opacity: 0;
  }
  .contact-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fot-col {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .countries-txt {
    line-height: 12px;
  }
  .about-us-txt {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 20px;
  }
  .home-img {
    width: 25%;
    margin-bottom: 5px;
  }
  .menu-logo {
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: 'Icxnet';
  src: url('../fonts/icxnet.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}