.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.intropage {
  color: #646464;
  object-fit: fill;
  background-color: #0d95d7;
  background-image: url('../images/bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
  overflow: visible;
}

.header {
  border: 1px solid #d0d0d0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.top-bar {
  background-color: #0000;
  width: 100%;
}

.lang-section {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.lang-active {
  opacity: 1;
}

.lang-active.lang-usa.mr-5, .lang-active.mr-5 {
  margin-right: 5px;
}

.lang-normal {
  opacity: .5;
}

.lang-normal.lang-spain.mr-5 {
  margin-right: 5px;
  transition: all .5s;
}

.lang-normal.lang-spain.mr-5:hover {
  opacity: 1;
}

.lang-normal.mr-5, .lang-list {
  margin-right: 5px;
}

.lang-list.lang-active {
  opacity: .7;
  width: 36px;
  height: auto;
}

.lang-list.lang-active.w--current {
  opacity: 100;
}

.lang-list.lang-normal {
  width: 40px;
  transition: all .5s;
}

.lang-list.lang-normal:hover, .lang-list.lang-normal.w--current {
  opacity: 1;
}

.lang-list.lang-normal.d-none {
  display: none;
}

.lang-list.lang-normal.lang-active, .lang-list.lang-normal.lang-active.w--current {
  opacity: 1;
}

.navbar {
  text-align: left;
  background-color: #ddd0;
  max-width: 100%;
  display: block;
}

.nav-menu {
  font-weight: 600;
  display: flex;
  top: 1px;
}

.nav-list {
  color: #1d1d1d;
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  transition: all .5s;
}

.nav-list:hover {
  border-bottom-color: #0e9ad9;
}

.nav-list:focus, .nav-list:visited {
  border-bottom-color: #fff;
}

.nav-list.w--current {
  color: #1d1d1d;
  border: 1px #000;
  border-bottom: 3px solid #0e9ad9;
  display: block;
}

.brand {
  margin-top: -10px;
  padding-bottom: 0;
  padding-right: 40px;
}

.intro-body {
  padding-top: 40px;
  padding-bottom: 100px;
}

.intro-lt {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 20px 10px;
  box-shadow: 0 0 20px #0000002e;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

.list-item.list-nav {
  border: 1px #d0d0d0;
  border-bottom-style: solid;
}

.link {
  color: #1d1d1d;
  background-image: url('../images/brochure-ic.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 27px;
  align-items: center;
  min-height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.link:hover {
  color: #0e9ad9;
}

.link.link1 {
  background-size: 32px;
}

.link.link1.link-text:hover {
  color: #0e9ad9;
}

.link.link2 {
  background-image: url('../images/scientific-ic.svg');
  background-size: 32px;
}

.link.link2.link-text:hover {
  color: #0e9ad9;
}

.link.link3 {
  background-image: url('../images/manual-ic.svg');
  background-size: 32px;
}

.link.link4 {
  background-image: url('../images/video-ic.svg');
  background-size: 32px;
}

.link.link6 {
  background-image: url('../images/eqiuipement-ci.svg');
  background-size: 32px;
}

.list-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item-2.list-nav {
  padding-top: 10px;
  padding-left: 0;
}

.list-item-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item-3.list-nav {
  padding-top: 10px;
}

.list-item-3.list-nav:hover {
  padding-left: 0;
}

.list-item-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-item-4.list-nav {
  padding-top: 10px;
}

.list-item-4.list-nav:hover {
  padding-left: 0;
}

.list-item-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-nav {
  border-bottom: 1px solid #d0d0d0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  transition: all .3s;
}

.list-nav:hover {
  padding-left: 0;
}

.div-block {
  background-color: #eaf1f4;
}

.div-block.lt-reg-btn {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: -10px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}

.button {
  text-align: center;
  width: 100%;
}

.lt-reg-link {
  text-align: center;
  text-transform: uppercase;
  background-color: #f0ac2b;
  border-radius: 8px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  transition: all .5s;
}

.lt-reg-link:hover {
  background-color: #1d1d1d;
}

.div-block-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.heading {
  color: #fff;
  font-weight: 600;
}

.banner-heading {
  color: #1d1d1d;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 600;
  line-height: 38px;
}

.banner-s-heading {
  color: #1d1d1d;
  margin-top: 5px;
  padding-left: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 18px;
}

.column {
  text-align: right;
}

.div-block-3 {
  margin-top: 40px;
  padding-bottom: 10px;
}

.h-list {
  color: #1d1d1d;
  text-transform: capitalize;
  background-image: url('../images/tick.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-top: 10px;
  padding-left: 30px;
}

.image {
  padding-left: 0;
  display: inline-block;
}

.image.hide {
  display: none;
}

.list {
  padding-left: 0;
}

.intro-container {
  max-width: 1200px;
}

.link-block {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #1d1d1d;
  text-transform: none;
  border: 1px #000;
  padding-left: 0;
  font-weight: 600;
  text-decoration: none;
}

.link-block-2 {
  text-align: center;
  background-color: #1d1d1d;
  border-bottom: 1px #000;
  border-radius: 8px;
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-end;
  height: 45px;
  padding-left: 0;
  font-style: normal;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block-2:hover {
  background-color: #0e9ad9;
}

.text-block-2 {
  color: #fff;
  text-transform: none;
  border-bottom: 1px #000;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-2:active, .text-block-2:focus {
  text-decoration: none;
}

.div-block-4 {
  margin-top: 20px;
  padding-left: 0;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.ftr-copy-info {
  text-align: center;
  border: 1px #ffffff57;
  border-top-style: solid;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.ftr-copy-info.c-footer {
  border-style: none;
}

.text-block-3 {
  color: #ffffffb3;
  border-top: 1px solid #272727b3;
  flex-direction: column;
  padding-top: 20px;
  font-size: 14px;
  display: flex;
}

.text-block-3.h-text-block {
  color: #1d1d1db3;
  border: 1px #d3d3d3;
  border-top-style: solid;
}

.text-block-3.black-text {
  color: #242424b3;
}

.container {
  border: 1px solid #0000;
  max-width: 1200px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  display: block;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner-header {
  z-index: 99999;
  min-height: 200px;
  position: relative;
}

.body {
  color: #646464;
  background-color: #fff0;
  background-image: url('../images/bg.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.inner-page-heading {
  padding-top: 20px;
}

.inner-bread-heaing {
  color: #1d1d1d;
  text-transform: uppercase;
  margin-top: -5px;
  padding-left: 0;
  font-size: 32px;
  font-weight: 600;
}

.content-block {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.content-block.bg-blue {
  background-color: #0e9ad9;
  display: none;
}

.content-block.bg-blue.mb-60 {
  margin-bottom: 60px;
}

.content-block.app-filelds {
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-bottom: 80px;
  position: static;
}

.conter-row {
  padding-top: 0;
}

.conter-row.mt-30 {
  margin-top: 30px;
}

.conter-row.application-holder {
  margin-top: 0;
}

.section-heading {
  color: #1d1d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.section-heading.clr-white {
  color: #fff;
  margin-top: 0;
}

.section-heading.clr-blue {
  color: #0e9ad9;
}

.section-heading.mb-10 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.text-block-4 {
  color: #646464;
  font-size: 16px;
  font-weight: 600;
}

.div-block-5 {
  margin-bottom: 10px;
}

.columns {
  align-items: center;
  margin-top: 40px;
  display: block;
}

.columns.mb-30 {
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.columns.mt-0 {
  margin-top: 0;
}

.footer-holder {
  margin-top: 40px;
}

.ftr-top {
  background-color: #5dc3ed;
  border-top-right-radius: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column-2 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.clr-white {
  color: #fff;
}

.btn-mid {
  background-color: #f0ac2b;
  border-radius: 8px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all .3s;
}

.btn-mid:hover {
  background-color: #1d1d1d;
}

.div-block-6 {
  background-color: #1d1d1d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-2 {
  margin-bottom: 20px;
}

.paragraph {
  color: #ececec;
}

.heading-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.link-2 {
  text-decoration: none;
}

.ftr-nav {
  color: #fff;
}

.ftr-nav-list {
  color: #ececec;
  text-decoration: none;
  transition: padding-left .3s;
}

.ftr-nav-list:hover {
  padding-left: 6px;
}

.link-3, .link-4 {
  text-decoration: none;
}

.list-item-6 {
  padding-top: 0;
  padding-bottom: 5px;
}

.ftr-copyinfo {
  border-top: 1px solid #ffffff42;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.text-block-5 {
  color: #ffffff63;
}

.link-block-3 {
  opacity: .87;
  margin-top: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-3:hover, .image-3 {
  opacity: 1;
}

.text-span {
  font-size: 32px;
}

.text-block-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-weight: 600;
}

.text-span-6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-span-7 {
  font-weight: 600;
}

.lottie-animation {
  margin-left: -45px;
  position: relative;
  top: 10px;
}

.text-block-7 {
  position: absolute;
  inset: auto 100px 40px auto;
}

.bx-heding {
  color: #1d1d1d;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.bx-heding.clr-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.bx-heding.clr-white.op-90 {
  opacity: .9;
}

.mask {
  width: 33.333%;
  overflow: visible;
}

.div-block-7 {
  text-align: center;
}

.heading-block {
  text-align: center;
  margin-bottom: 30px;
}

.div-block-8 {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 0 10px #0000004f;
}

.card-slider {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 1px 4px 10px #00000057;
}

.div-block-9 {
  text-align: center;
}

.ics-center {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.container-4 {
  max-width: 945px;
}

.block-lt {
  margin-bottom: 20px;
  padding-right: 0;
}

.block-lt.merge-column-lt {
  left: -34px;
}

.block-rt {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.block-rt.pt-0 {
  padding-top: 0;
}

.block-rt.merge-coloumn {
  left: -30px;
}

.mb-30 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.content-row {
  flex-direction: row;
  align-items: center;
  padding-bottom: 30px;
  display: block;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.contact-holder {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-10 {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 0;
  box-shadow: 0 0 20px -10px #000;
}

.text-bx {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-bx.msg-filed {
  height: auto;
  min-height: 150px;
}

.form-block {
  margin-bottom: 30px;
}

.column-3 {
  color: #0e9ad9;
}

.contact-right {
  flex-direction: column;
  justify-content: space-between;
  height: 680px;
  min-height: auto;
  margin-top: -10px;
  display: flex;
}

.column-4 {
  padding-right: 40px;
}

.div-block-11 {
  background-color: #0e9ad9;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 0;
  padding: 40px 30px;
  display: flex;
}

.block-btn {
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.block-btn:hover {
  background-color: #242424;
  border-color: #242424;
}

.block-btn.orange-btn {
  background-color: #f0ac2b;
  border-color: #f0ac2b;
}

.block-btn.orange-btn:hover {
  background-color: #242424;
  border-color: #242424;
}

.block-btn.orange-btn.d-none {
  display: none;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.image-4 {
  margin-top: 0;
  margin-right: 10px;
}

.columns-3 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 30px 10px;
  box-shadow: 0 0 15px #0000003b;
}

.clr-blue {
  color: #0e9ad9;
  line-height: 16px;
}

.a-list {
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px;
}

.a-list.list-noe {
  padding-left: 0;
  list-style-type: none;
}

.a-list-box {
  margin-right: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.text-block-9 {
  text-decoration: underline;
}

.columns-4, .columns-5 {
  flex-direction: row-reverse;
  display: flex;
}

.image-5 {
  margin-bottom: 20px;
}

.contact-btn {
  background-color: #0e9ad9;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: all .3s;
}

.contact-btn:hover {
  color: #1d1d1d;
  background-color: #fff;
}

.columns-6 {
  align-items: center;
  display: block;
}

.columns-7, .columns-8, .column-5, .columns-9 {
  align-items: center;
  display: flex;
}

.clr-black {
  color: #1d1d1d;
}

.heading-1 {
  color: #1d1d1d;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
}

.heading-1.clr-blue {
  color: #0d94d6;
}

.heading-1.mb-20 {
  text-transform: uppercase;
  display: inline-block;
}

.heading-1.mb-20.hide {
  display: none;
}

.heading-1.mt-20 {
  margin-top: 20px;
}

.heading-1.mt-30 {
  margin-top: 30px;
}

.heading-1.mt-30.mb-10 {
  margin-bottom: 10px;
}

.lottie-animation-2 {
  filter: brightness(116%) hue-rotate(180deg);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  align-items: center;
  width: 160px;
  height: 160px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.text-block-10 {
  margin-bottom: 30px;
  font-size: 22px;
}

.text-block-11 {
  text-align: left;
}

.text-block-12 {
  color: #646464;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ani-layer-2 {
  padding-top: 20px;
  position: relative;
}

.ani-layer-3 {
  position: absolute;
  inset: auto 54px -20px auto;
}

.div-block-14 {
  text-align: left;
  padding-top: 98px;
  padding-bottom: 100px;
  padding-left: 40px;
  display: none;
  position: relative;
}

.app-holder {
  border: 1px #d0d0d0;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.app-img {
  padding-bottom: 0;
  padding-right: 15px;
}

.div-block-15 {
  flex-direction: row;
  justify-content: flex-start;
  font-size: 12px;
  display: flex;
}

.div-block-16 {
  justify-content: flex-start;
  font-size: 12px;
  display: flex;
}

.div-block-17 {
  justify-content: flex-start;
  font-size: 12px;
  display: block;
}

.image-6 {
  display: none;
}

.div-block-18 {
  display: flex;
}

.div-block-19 {
  font-size: 12px;
  display: flex;
}

.columns-10 {
  display: none;
}

.image-7 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.text-span-8 {
  color: #1d1d1d;
  font-weight: 600;
}

.mb-20 {
  margin-bottom: 20px;
}

.image-8 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-bx {
  background-color: #1d1d1d;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-bx.c-footer {
  padding-top: 0;
  padding-bottom: 10px;
}

.heading-3 {
  color: #fff;
  font-weight: 600;
}

.columns-11 {
  align-items: center;
  display: flex;
}

.div-block-20 {
  width: 300px;
}

.inr-lt-navigation {
  z-index: 999;
  width: 220px;
  position: fixed;
  inset: 300px auto auto 0%;
}

.autospotter-banner {
  z-index: 999;
  position: relative;
}

.tab-view-intro, .div-block-21, .dropdown {
  display: none;
}

.intr-ftr-info {
  text-align: center;
  border-top: 1px solid #ffffff5e;
  width: 100%;
  padding-bottom: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.column-rt {
  padding-left: 20px;
}

.image-9 {
  padding-left: 19px;
  padding-right: 0;
}

.app-rt {
  padding-left: 0;
  padding-right: 0;
}

.card-bx {
  padding-right: 20px;
}

.card-bx-lt {
  padding-right: 15px;
}

.card-bx-rt {
  padding-left: 15px;
}

.acs-one-column {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 30px;
}

.columns-14 {
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: justify;
  object-fit: fill;
  margin-top: 0;
  position: static;
}

.text-block-13 {
  color: #1d1d1d;
  text-align: justify;
  font-size: 11px;
  font-weight: 600;
}

.text-block-14 {
  color: #1d1d1d;
  font-size: 11px;
  font-weight: 600;
}

.column-7 {
  text-align: center;
}

.buy-now-btn {
  cursor: pointer;
  background-color: #0e9ad9;
  border-radius: 8px;
  margin-top: -5px;
  padding: 6px 25px;
  transition: all .5s;
}

.buy-now-btn:hover {
  background-color: #1d1d1d;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container-5 {
  flex: 0 auto;
  display: block;
}

.div-block-22 {
  width: 100%;
}

.columns-15 {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-23 {
  min-height: 200px;
}

.paragraph-3 {
  text-align: justify;
  font-weight: 700;
}

.heading-4 {
  text-transform: uppercase;
}

.heading-5 {
  text-align: justify;
  text-transform: capitalize;
  font-size: 32px;
}

.list-item-7 {
  line-height: 23px;
}

.list-item-8, .text-block-15 {
  line-height: 20px;
}

.image-11 {
  width: 100%;
}

.body-wrapper {
  background-color: #0d95d7;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  min-height: 100%;
  position: relative;
}

.paragraph-4 {
  text-align: justify;
  font-weight: 400;
}

.paragraph-5 {
  font-weight: 400;
}

.text-block-16 {
  color: #0e9ad9;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  text-align: justify;
}

.text-span-9 {
  color: #fff;
  font-weight: 600;
  display: block;
}

.text-block-17 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.text-block-17.opa-70 {
  opacity: .7;
}

.text-block-18 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-18.op-90 {
  opacity: .9;
}

.column-8 {
  display: block;
}

.text-block-19 {
  color: #fff;
  background-color: #0e9ad9;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 22px;
  display: inline-block;
}

.div-block-24 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.container-6, .container-7 {
  max-width: 1200px;
}

.white-section {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 30px;
  font-size: 16px;
}

.ftr-holder {
  background-color: #1d1d1d;
  border-radius: 20px;
  margin-top: 40px;
  padding: 40px 40px 20px;
  font-size: 16px;
}

.div-block-25 {
  opacity: 1;
  margin-top: 10px;
}

.div-block-25.m-address {
  display: none;
}

.div-block-25.hide-desk {
  display: block;
}

.link-5 {
  color: #fff;
  font-size: 14px;
}

.link-5.opa-70 {
  opacity: .7;
  cursor: pointer;
}

.link-5.opa-70:hover {
  opacity: 1;
}

.ftr-link-text {
  opacity: .7;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.ftr-link-text:hover {
  opacity: 100;
}

.ftr-link-text.w--current {
  display: block;
}

.container-8, .container-9 {
  max-width: 1200px;
}

.div-block-26 {
  text-align: center;
  border-top: 1px solid #3a3a3a;
  margin-top: 20px;
}

.container-10, .container-11, .container-12, .container-13 {
  max-width: 1200px;
}

.column-9 {
  text-align: center;
}

.div-block-27 {
  background-color: #0e9ad9;
  border-radius: 20px;
  padding: 10px 30px 30px;
}

.columns-16 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-14, .container-15 {
  max-width: 1200px;
}

.columns-17, .columns-18, .columns-19, .columns-20, .columns-21, .columns-22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-16, .container-17, .container-18, .container-19, .container-20, .container-21, .container-22, .container-23, .container-24, .container-25 {
  max-width: 1200px;
}

.columns-23, .columns-24, .columns-25 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-10 {
  display: flex;
}

.columns-26 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-27 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-13, .column-14, .column-15, .column-16 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .intropage {
    background-attachment: fixed;
    display: block;
  }

  .lang-section {
    padding-right: 15px;
  }

  .nav-menu {
    background-color: #0e9ad900;
  }

  .nav-list.w--current {
    padding-top: 20px;
  }

  .brand {
    width: 20%;
    margin-top: 0;
    padding-right: 0;
  }

  .brand.w--current {
    width: 20%;
    margin-top: 0;
    padding-right: 10px;
    display: block;
  }

  .intro-body {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .intro-lt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link.link2 {
    line-height: 22px;
  }

  .list-nav {
    padding-bottom: 5px;
  }

  .div-block.lt-reg-btn {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px;
  }

  .intro-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .link-block.d-none {
    display: none;
  }

  .text-block {
    padding-left: 0;
  }

  .link-block-2 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .ftr-copy-info {
    position: static;
    inset: auto 0% 0%;
  }

  .ftr-copy-info.c-footer {
    position: static;
  }

  .text-block-3 {
    border: 1px #000;
  }

  .container-2 {
    display: block;
  }

  .container-3 {
    display: flex;
  }

  .inner-header {
    min-height: 180px;
  }

  .inner-page-heading {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .inner-bread-heaing {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-block.app-filelds {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-slider {
    min-height: 400px;
    margin-bottom: 20px;
  }

  .inr-lt-navigation, .columns-12 {
    display: none;
  }

  .tab-view-intro {
    flex-direction: row-reverse;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    display: flex;
  }

  .tab-view-intro.tab-v-intro-en {
    flex-direction: row;
  }

  .div-block-21 {
    display: block;
  }

  .icon {
    color: #fff;
  }

  .dropdown {
    display: block;
  }

  .dropdown-toggle {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .columns-13 {
    display: block;
  }

  .intr-ftr-info {
    text-align: center;
    border: 1px #000;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .menu-button {
    background-color: #0e9ad900;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #fff0;
    border: 1px solid #fff;
  }

  .dropdown-list {
    background-color: #dbb1b1;
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .inr-lt-menu-md {
    margin-bottom: -9px;
    display: none;
  }

  .column-rt {
    padding-left: 10px;
  }

  .image-10 {
    display: none;
  }

  .div-block-23 {
    min-height: auto;
  }

  .h-t-img {
    max-width: 80%;
  }

  .div-block-27 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    clear: none;
    flex: 0 auto;
    order: 0;
    width: 100%;
    display: block;
  }

  .nav-list {
    padding-bottom: 0;
    display: block;
  }

  .nav-list.w--current {
    display: block;
  }

  .brand, .brand.w--current {
    width: 100%;
  }

  .intro-lt, .banner-heading, .banner-s-heading, .div-block-3, .image, .list {
    text-align: left;
  }

  .container-3 {
    display: block;
  }

  .div-block-21 {
    margin-bottom: 40px;
  }

  .column-6 {
    text-align: center;
    padding-top: 20px;
  }

  .intr-ftr-info {
    position: relative;
  }

  .m-left-menu {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .intropage {
    background-color: #0e9ad9;
    background-image: url('../images/intro-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .nav-menu {
    float: none;
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .nav-list {
    padding-bottom: 10px;
    display: block;
  }

  .nav-list.w--current {
    display: block;
  }

  .brand {
    width: 100%;
    padding-bottom: 10px;
  }

  .brand.w--current {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .intro-body {
    padding-bottom: 20px;
  }

  .intro-lt {
    text-align: left;
  }

  .banner-heading, .banner-s-heading, .image, .list, .div-block-4 {
    padding-left: 0;
  }

  .ftr-copy-info {
    position: static;
  }

  .container-3 {
    width: auto;
    display: block;
  }

  .inner-header {
    display: block;
    overflow: visible;
  }

  .body, .inner-page-heading {
    overflow: visible;
  }

  .inner-bread-heaing {
    box-sizing: border-box;
    overflow-wrap: anywhere;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 32px;
    display: flex;
    overflow: visible;
  }

  .content-block {
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .section-heading {
    overflow-wrap: anywhere;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .columns {
    display: none;
  }

  .columns.mb-30 {
    display: block;
  }

  .column-2 {
    margin-top: 30px;
  }

  .card-slider {
    margin-bottom: 20px;
  }

  .mb-30 {
    padding-left: 0;
    padding-right: 10px;
  }

  .contact-holder {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-10 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .contact-right {
    height: auto;
    display: block;
  }

  .column-4 {
    padding-right: 10px;
  }

  .div-block-11 {
    border-radius: 8px;
    width: 100%;
  }

  .contact-btn {
    display: none;
  }

  .heading-1.mb-20 {
    overflow-wrap: anywhere;
    font-size: 32px;
    display: block;
  }

  .heading-1.mt-30.mb-10 {
    overflow-wrap: anywhere;
  }

  .app-holder {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-15, .div-block-16, .div-block-18, .columns-11 {
    display: block;
  }

  .tab-view-intro {
    flex-wrap: wrap-reverse;
    display: flex;
  }

  .column-6 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .column-6.hide-mob {
    display: none;
  }

  .intr-ftr-info {
    position: static;
  }

  .inr-lt-menu-md {
    display: none;
  }

  .column-rt {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-bx-rt {
    padding-left: 0;
  }

  .acs-one-column {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: visible;
  }

  .columns-14 {
    display: block;
  }

  .paragraph-2, .text-block-13 {
    text-align: left;
  }

  .column-7 {
    text-align: center;
    display: block;
  }

  .div-block-23 {
    display: block;
  }

  .paragraph-10 {
    box-sizing: border-box;
    text-align: left;
  }

  .div-block-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-section {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: visible;
  }

  .ftr-holder {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-25.m-address {
    display: block;
  }

  .div-block-25.hide-desk {
    display: none;
  }

  .container-10 {
    overflow: visible;
  }

  .columns-16, .columns-17, .columns-18, .columns-19, .columns-20, .columns-21, .columns-22 {
    display: block;
  }

  .columns-23 {
    flex: 1;
    display: block;
  }

  .columns-24, .columns-25, .columns-26, .columns-27 {
    display: block;
  }

  .column-11 {
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .div-block-28 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    min-height: auto;
    display: block;
    overflow: visible;
  }

  .column-12 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .div-block-29 {
    aspect-ratio: auto;
  }
}


