@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=90fbe6fc-dea8-43bd-9461-9fd13d47786b&fontids=6005226);@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=90fbe6fc-dea8-43bd-9461-9fd13d47786b&fontids=6005273);@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=90fbe6fc-dea8-43bd-9461-9fd13d47786b&fontids=6005226);@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=90fbe6fc-dea8-43bd-9461-9fd13d47786b&fontids=6005273);@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=90fbe6fc-dea8-43bd-9461-9fd13d47786b&fontids=6005226);@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=90fbe6fc-dea8-43bd-9461-9fd13d47786b&fontids=6005273);@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=90fbe6fc-dea8-43bd-9461-9fd13d47786b&fontids=6005226);@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=90fbe6fc-dea8-43bd-9461-9fd13d47786b&fontids=6005273);/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
@charset "utf-8";
.certify {
  position: relative;
  margin: 0 auto;
  width: 1300px;
}
.certify .swiper-slide {
  background: #fff;
  width: 90%;
}
.certify .swiper-slide img {
  display: block;
}
.certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.certify.sm {
  width: 1000px;
}
.certify.lg {
  width: 1450px;
}
.certify .swiper-container {
  padding-bottom: 60px;
}
.certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url('/assets/images/wm_button_icon.png') no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
.certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url('/assets/images/wm_button_icon.png') no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
.certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
@media (max-width: 1600px) {
  .certify.lg {
    width: 100% !important;
    height: unset !important;
  }
  .certify.lg .swiper-slide {
    width: 100% !important;
    height: unset !important;
  }
}
@media (max-width: 768px) {
  .certify {
    width: 100% !important;
    height: unset !important;
  }
  .certify .swiper-slide {
    width: 100% !important;
    height: unset !important;
  }
}
.proprietary-platform-banner-bg .proprietary-platform-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 60px;
}
.proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-banner-img-wrapper {
  padding-left: 50px;
  flex: 3;
}
.proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-banner-img-wrapper .proprietary-platform-banner-img {
  width: 100%;
}
.proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-content-text {
  flex: 1;
  color: #fff;
  padding-top: 15px;
  font-family: "Century Gothic W01 Bold";
}
.proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-content-text .plat-text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}
.proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-content-text li {
  margin-bottom: 10px;
  font-size: 20px;
}
.proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-content-text .p-t {
  font-family: "Century Gothic W01 Bold";
  font-size: 24px;
  margin-bottom: 30px;
}
.proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-content-text.has-bg {
  background-color: rgba(33, 33, 33, 0.8);
}
.proprietary-platform-banner-wrapper {
  background: url("/assets/images/art-board/shutterstock_6829493835.png") top center;
}
.proprietary-platform-banner-wrapper .slick-slider {
  overflow: hidden;
}
.proprietary-platform-banner-header {
  display: flex;
  padding: 105px 0 0;
  color: #fff;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  text-align: center;
  margin-top: 0;
}
.art-board-page-wrapper .section-1 {
  display: flex;
}
.art-board-page-wrapper .section-1 .section-1-article {
  padding: 70px 47px 0px;
}
@media (max-width: 1300px) {
  .art-board-page-wrapper .section-1 {
    flex-flow: column;
    width: 100%;
    height: auto !important;
  }
  .art-board-page-wrapper .section-1 .section-1-article {
    width: 100%;
  }
}
.art-board-page-wrapper .banner.tts-office-banner {
  width: 100%;
}
.art-board-page-wrapper .banner.tts-office-banner img {
  max-height: 830px;
}
.art-board-page-wrapper .banner img {
  width: 100%;
}
.art-board-page-wrapper .article-group .title {
  margin: 80px 0 24px;
  text-align: center;
  font-size: 36px;
  font-family: "Century Gothic W01 Bold";
  color: #000000;
  line-height: 49px;
}
.art-board-page-wrapper .article-group .title:first-child {
  margin-top: 0;
}
.art-board-page-wrapper .article-group .subheading {
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  line-height: 33px;
  margin-bottom: 40px;
}
.art-board-page-wrapper .article-group .paragraph p {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 42px;
}
.art-board-page-wrapper .article-group .proprietary-platform-paragraph.paragraph p {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .art-board-page-wrapper .article-group.proprietary-platform-article-group {
    background-color: #2e62bc;
  }
}
.art-board-page-wrapper .offshore-banner-wrapper .slick-slider {
  max-height: 760px;
  overflow: hidden;
}
.art-board-page-wrapper .onshore-banner-wrapper .slick-slider {
  max-height: 960px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .proprietary-platform-banner-bg .proprietary-platform-content {
    flex-direction: column;
  }
  .proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-banner-img-wrapper {
    padding-left: 0;
  }
  .proprietary-platform-banner-bg .proprietary-platform-content .proprietary-platform-content-text {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .proprietary-platform-banner-header {
    padding-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .proprietary-platform-content-text .plat-text {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .art-board-page-wrapper .article-group .paragraph p {
    font-size: 16px;
    line-height: 30px;
  }
  .art-board-page-wrapper .article-group .proprietary-platform-paragraph.paragraph p {
    font-size: 16px;
  }
}
.banner-wrapper {
  position: relative;
}
.banner-wrapper .slider-left {
  width: 800px;
  display: inline-block;
  margin-left: 120px;
}
.banner-wrapper .banner {
  position: absolute;
  right: -6%;
  top: 15%;
  width: 60%;
}
@media (max-width: 1700px) {
  .banner-wrapper .slider-left {
    margin-left: 12px;
  }
  .banner-wrapper .banner {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .banner-wrapper .slider-left {
    width: 100%;
    margin: 0;
  }
  .banner-wrapper .banner {
    position: relative;
    width: 100%;
  }
}
@font-face {
  font-family: 'Century Gothic W01 Regular';
  src: url("/assets/fonts/546e5c30-5063-4f3d-827b-e06ff2b81b7c.woff2") format("woff2"), url("/assets/fonts/35580e31-25b6-42f3-aa05-94a4cf3ed9e2.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic W01 Bold";
  src: url("/assets/fonts/4e621b58-4586-429c-a0b2-9470ab4ae8c0-bold.woff2") format("woff2"), url("/assets/fonts/97e17f80-aaf1-4b74-a33b-e5dd730a26fd-bold.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic W01 Italic";
  src: url("/assets/fonts/6005238/6baa0be4-06c6-4c9a-98cc-fb0a965280d2.woff2") format("woff2"), url("/assets/fonts/6005238/8d5eb158-c9b6-4287-af49-7ac3edd00a8e.woff") format("woff");
}
body {
  font-family: "Century Gothic W01 Regular", "sans-serif";
}
.full-img-holder {
  background-color: #333;
  width: 100%;
  height: 100%;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.page-body {
  min-height: calc(100vh);
}
.center-container {
  width: 1140px;
  margin: auto;
}
.center-modal {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-modal .modal-content {
  width: 50%;
  min-width: 300px;
}
.modal-custom .modal-close-icon {
  width: 30px;
  float: right;
  cursor: pointer;
}
.modal-custom .modal-title {
  float: left;
}
.modal-custom .modal-header {
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .modal-custom .modal-dialog {
    width: 1140px;
  }
}
.custom-modal-mask {
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-dots {
  bottom: 12px !important;
}
.hidden {
  display: none;
}
.bg-video-full {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.slider-page-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #ffffff;
}
.slider-page-dot.home {
  width: 12px;
  height: 12px;
  background-color: #333;
  margin: 0 20px;
}
.slider-page-dot.blue {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
  border-color: #eee;
}
.slider-page-dot.green {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
  border-color: #eee;
}
.slider-page-dot.black {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #fff;
  border-color: #eee;
}
.slick-active .slider-page-dot {
  background-color: #fff;
}
.slick-active .slider-page-dot.blue {
  background-color: #407ee3;
}
.slick-active .slider-page-dot.green {
  background-color: #469c8a;
}
.slick-active .slider-page-dot.black {
  background-color: #484748;
}
.form-control {
  border-radius: 0;
}
.modal-content {
  border-radius: 0;
}
.show-error label {
  color: #fa3200 !important;
}
.show-error .error-msg {
  color: #fa3200;
  padding-top: 8px;
}
.nav a {
  color: #fff;
}
.my-pagination .active > a {
  background-color: #5ca8ed;
  border-color: #5ca8ed;
}
.my-pagination .active > a:focus {
  background-color: #5ca8ed;
  border-color: #5ca8ed;
}
.bold {
  font-family: "Century Gothic W01 Bold";
}
#resources {
  height: 90vh;
  overflow: hidden;
}
.desktop-element {
  display: block;
}
.mobile-element {
  display: none;
  position: relative;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
.home-second-heading-pure {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.home-heading,
.home-second-heading {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.home-first-heading-top {
  padding: 150px 0 100px;
}
.crumbs-menu {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  font-family: "Century Gothic W01 Bold";
}
button:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
/* padding const */
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
/* margin const */
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-135 {
  margin-bottom: 135px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.no-outline:focus {
  outline: none;
}
.paragraph {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .equal {
    padding-left: 0;
  }
  .blog-area {
    padding: 15px !important;
  }
  .modal-body {
    max-height: 70vh;
    overflow: auto;
  }
  .modal-custom .modal-header {
    padding: 20px;
  }
  .home-heading,
  .home-second-heading {
    padding-left: 20px;
  }
  .container {
    width: 100%;
  }
  #resources {
    height: 50vh;
  }
  .desktop-element {
    display: none;
  }
  .mobile-element {
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
  .container.xlg {
    width: 90% !important;
  }
}
@media (min-width: 1800px) {
  .container.larger {
    width: 80% !important;
  }
  .container.xlg {
    width: 90% !important;
  }
}
@font-face {
  font-family: 'Century Gothic W01 Regular';
  src: url("/assets/fonts/546e5c30-5063-4f3d-827b-e06ff2b81b7c.woff2") format("woff2"), url("/assets/fonts/35580e31-25b6-42f3-aa05-94a4cf3ed9e2.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic W01 Bold";
  src: url("/assets/fonts/4e621b58-4586-429c-a0b2-9470ab4ae8c0-bold.woff2") format("woff2"), url("/assets/fonts/97e17f80-aaf1-4b74-a33b-e5dd730a26fd-bold.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic W01 Italic";
  src: url("/assets/fonts/6005238/6baa0be4-06c6-4c9a-98cc-fb0a965280d2.woff2") format("woff2"), url("/assets/fonts/6005238/8d5eb158-c9b6-4287-af49-7ac3edd00a8e.woff") format("woff");
}
body {
  font-family: "Century Gothic W01 Regular", "sans-serif";
}
.full-img-holder {
  background-color: #333;
  width: 100%;
  height: 100%;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.page-body {
  min-height: calc(100vh);
}
.center-container {
  width: 1140px;
  margin: auto;
}
.center-modal {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-modal .modal-content {
  width: 50%;
  min-width: 300px;
}
.modal-custom .modal-close-icon {
  width: 30px;
  float: right;
  cursor: pointer;
}
.modal-custom .modal-title {
  float: left;
}
.modal-custom .modal-header {
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .modal-custom .modal-dialog {
    width: 1140px;
  }
}
.custom-modal-mask {
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-dots {
  bottom: 12px !important;
}
.hidden {
  display: none;
}
.bg-video-full {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.slider-page-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #ffffff;
}
.slider-page-dot.home {
  width: 12px;
  height: 12px;
  background-color: #333;
  margin: 0 20px;
}
.slider-page-dot.blue {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
  border-color: #eee;
}
.slider-page-dot.green {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
  border-color: #eee;
}
.slider-page-dot.black {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #fff;
  border-color: #eee;
}
.slick-active .slider-page-dot {
  background-color: #fff;
}
.slick-active .slider-page-dot.blue {
  background-color: #407ee3;
}
.slick-active .slider-page-dot.green {
  background-color: #469c8a;
}
.slick-active .slider-page-dot.black {
  background-color: #484748;
}
.form-control {
  border-radius: 0;
}
.modal-content {
  border-radius: 0;
}
.show-error label {
  color: #fa3200 !important;
}
.show-error .error-msg {
  color: #fa3200;
  padding-top: 8px;
}
.nav a {
  color: #fff;
}
.my-pagination .active > a {
  background-color: #5ca8ed;
  border-color: #5ca8ed;
}
.my-pagination .active > a:focus {
  background-color: #5ca8ed;
  border-color: #5ca8ed;
}
.bold {
  font-family: "Century Gothic W01 Bold";
}
#resources {
  height: 90vh;
  overflow: hidden;
}
.desktop-element {
  display: block;
}
.mobile-element {
  display: none;
  position: relative;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
.home-second-heading-pure {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.home-heading,
.home-second-heading {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.home-first-heading-top {
  padding: 150px 0 100px;
}
.crumbs-menu {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  font-family: "Century Gothic W01 Bold";
}
button:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
/* padding const */
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
/* margin const */
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-135 {
  margin-bottom: 135px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.no-outline:focus {
  outline: none;
}
.paragraph {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .equal {
    padding-left: 0;
  }
  .blog-area {
    padding: 15px !important;
  }
  .modal-body {
    max-height: 70vh;
    overflow: auto;
  }
  .modal-custom .modal-header {
    padding: 20px;
  }
  .home-heading,
  .home-second-heading {
    padding-left: 20px;
  }
  .container {
    width: 100%;
  }
  #resources {
    height: 50vh;
  }
  .desktop-element {
    display: none;
  }
  .mobile-element {
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
  .container.xlg {
    width: 90% !important;
  }
}
@media (min-width: 1800px) {
  .container.larger {
    width: 80% !important;
  }
  .container.xlg {
    width: 90% !important;
  }
}
.white-color {
  color: #ffffff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-cyan {
  background-color: #5fa9eb;
}
.bg-orange {
  background-color: #df9926;
}
.bg-blue {
  background-color: #5ca8ed;
}
.bg-yellow {
  background-color: #4eaea0 !important;
}
.bg-green2 {
  background-color: #4aaea0;
}
.bg-green {
  background-color: #64b9ce;
}
.mt100 {
  margin-top: 100px;
}
.mt150 {
  margin-top: 150px;
}
.mt200 {
  margin-top: 200px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px;
}
.mtb30 {
  margin: 30px 0;
}
.p0 {
  padding: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt50 {
  padding-top: 50px;
}
.pt75 {
  padding-top: 75px;
}
.pb50 {
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
}
.relative {
  position: relative;
}
.bg-video-auto-width {
  width: 100%;
}
.h1-head-size {
  font-size: 60px;
  line-height: 60px;
}
.h2-head-size {
  font-family: "Century Gothic W01 Bold";
  font-size: 26px;
  line-height: 35px;
}
.hidden-scroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: hidden !important;
  -moz-overflow-scrolling: hidden !important;
  -ms-overflow-scrolling: hidden !important;
  -o-overflow-scrolling: hidden !important;
  position: relative;
}
.pt5 {
  padding-top: 5px;
}
.svg-right-arrow {
  width: 24px;
}
#theron-Advantage {
  background-image: url("/assets/images/202007/bg-white2.png");
  background-size: cover;
}
#theron-Advantage .area-section {
  padding-top: 100px;
}
.tts-service-mode {
  position: relative;
  min-height: 90vh;
}
.pnp {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
}
.tts-gif {
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.pnp-mobile {
  background-image: url('/assets/images/202007/bg-white2.png');
  padding-bottom: 30px;
}
.tts-gif-mobile {
  width: 100%;
}
.tts-labels {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tts-labels div {
  width: 100px;
  height: 46px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}
.tts-labels .client {
  background-color: #5e5d5e;
  color: #fff;
}
.tts-labels .joint {
  background-color: #d1d0d1;
  color: #333;
}
.tts-labels .tts {
  background-color: #fff;
  color: #333;
}
#first-banner {
  overflow: hidden;
  min-height: 100vh;
}
#banner-carousel {
  background-color: #f4f4f4;
}
#banner-carousel .slick-slide {
  height: 100vh;
}
.home-slider-item {
  height: 100vh;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: #142140;
}
.home-slider-item.banner01 {
  background-image: url("/assets/images/202007/home2.png");
}
.home-slider-item.banner02 {
  background-image: url("/assets/images/202007/banner02.jpg");
}
.home-slider-item .home-bg-video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.home-slider-item .home-bg-video.has-mask {
  opacity: 0.5;
}
@media (max-width: 1500px) {
  .home-slider-item .home-bg-video {
    width: auto;
    height: 100%;
  }
}
.home-slider-item .video-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding-bottom: 120px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(38, 38, 38, 0.8));
}
.efficiency {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url("/assets/images/202007/bg-white1.png");
  min-height: 1020px;
  height: 100vh;
}
.efficiency-next {
  background-image: url("/assets/images/202007/bg-white1.png");
  padding-bottom: 50px;
  padding-top: 30px;
  background-position: bottom;
}
.efficiency-images {
  position: relative;
  height: 560px;
}
.efficiency-images .efficiency-1 {
  width: 53%;
  left: 0;
  top: 0;
  position: absolute;
}
.efficiency-images .efficiency-2 {
  width: 53%;
  right: 40px;
  top: 24.5%;
  position: absolute;
}
.efficiency-images .efficiency-3 {
  width: 53%;
  left: 0;
  top: 47%;
  position: absolute;
}
.efficiency-images .efficiency-4 {
  width: 53%;
  right: 40px;
  top: 70%;
  position: absolute;
}
.our-content-div {
  padding: 30px;
  position: relative;
}
.blur-blue {
  filter: blur(50px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(72, 164, 247, 0.9);
}
.blur-upper {
  position: relative;
}
.link-text-new {
  font-family: "Century Gothic W01 Bold";
  font-size: 26px;
  margin-top: 20px;
  display: inline-block;
  width: 280px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.link-text-new:hover {
  background-color: #fff;
  color: #040307;
  text-decoration: none;
}
.link-text-new.black {
  border: 1px solid #666666;
  color: #666666;
}
.text-bottom-line {
  width: 80px;
  background: #4a4a4a;
  height: 4px;
  opacity: 0.6;
  margin-top: 10px;
}
.text-bottom-line.white {
  background-color: #fff;
}
.resources-div {
  background: rgba(51, 51, 51, 0.6);
  padding: 30px;
  height: 50vh;
}
.resources-container {
  padding-top: 200px;
}
.center-container {
  width: 1140px;
  margin: auto;
}
.section-container {
  margin-bottom: 120px;
}
.se-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.se-title.white-color .se-title-text {
  color: #fff;
}
.se-title.white-color .se-title-line {
  background: #fff;
}
.se-title .se-title-text {
  height: 65px;
  font-size: 48px;
  font-family: "Century Gothic W01 Bold";
  color: #333333;
  line-height: 65px;
  padding: 0 20px;
}
.se-title .se-title-line {
  flex-basis: 48px;
  max-width: 48px;
  flex: 1;
  height: 1px;
  background: #cccccc;
}
.se-sub {
  padding: 0 30px;
  font-size: 28px;
  font-weight: 400;
  color: #666666;
  line-height: 38px;
  text-align: center;
  margin-bottom: 60px;
}
.nav-bar-wrapper {
  position: fixed;
  left: 10px;
  top: 20%;
  z-index: 888;
}
.nav-bar-wrapper ul,
.nav-bar-wrapper li {
  list-style: none;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item {
  transition: all 0.3s ease-in-out;
  margin-bottom: 4px;
  height: 36px;
  overflow: hidden;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item.active .center-line,
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item:hover .center-line,
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item.active .right-line-text,
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item:hover .right-line-text {
  opacity: 1 !important;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item .nav-bar-li-item-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  height: 36px;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item .nav-bar-li-item-link .left-line {
  transition: opacity 0.3s ease-out;
  display: inline-block;
  width: 3px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.3);
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item .nav-bar-li-item-link .center-line {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  width: 18px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 5px;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item .nav-bar-li-item-link .right-line-text {
  display: block;
  width: 170px;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 10px;
  margin-left: -10px;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item.blackTheme .left-line,
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item.blackTheme .center-line {
  background-color: rgba(0, 0, 0, 0.3);
  color: #000;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item.blackTheme .right-line-text {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item.active .left-line {
  border: 1px solid #fff;
  z-index: 2;
  margin-left: 0;
  width: 0.4rem;
  border-radius: 0.2rem;
  background-color: #fff0;
}
.nav-bar-wrapper .nav-bar-ul .nav-bar-li-item.blackTheme.active .left-line {
  border: 1px solid #b2b2b2;
  margin-left: 0;
  width: 0.4rem;
  border-radius: 0.2rem;
  background-color: #fff0;
}
.turnkey {
  height: 195px;
}
.service-group-new {
  position: relative;
  width: 85%;
  margin: auto;
}
.service-group-new .mode-1 {
  position: absolute;
  left: -7%;
  top: -7%;
  width: 350px;
}
.service-group-new .mode-2 {
  position: absolute;
  left: 15%;
  top: 37%;
  width: 180px;
}
.service-group-new .mode-3 {
  position: absolute;
  left: 43%;
  top: 18%;
  width: 400px;
}
.service-group-new .mode-4 {
  position: absolute;
  left: 53%;
  top: 50%;
  width: 350px;
}
.service-group-new .mode-5 {
  position: absolute;
  left: 80%;
  top: 81%;
  width: 380px;
}
.service-group-video {
  width: 100%;
}
.tts-mode-img {
  width: 100%;
  max-width: 1000px;
}
#platform-info {
  background: linear-gradient(#000000, #003a65);
}
.platform-info {
  padding-bottom: 50px;
  padding-top: 100px;
  background-image: url("/assets/images/202008/hands.png");
  background-repeat: no-repeat;
  min-height: 110vh;
}
.platform-info .info-large-text {
  font-size: 50px;
  margin-right: 10px;
  padding-left: 80px;
}
.platform-info .plat {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 32px;
  position: relative;
}
.platform-info .plat-1 {
  margin-bottom: 30px;
}
.platform-info .bit-logo {
  position: absolute;
  left: 10px;
  top: -20px;
  width: 50px;
}
.overview-2 {
  display: flex;
  padding-bottom: 50px;
}
.overview-2 .area-1 {
  flex: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.overview-2 .area-1 img {
  width: 100%;
  min-height: 226px;
}
.overview-2 .area-1 video {
  width: 100%;
}
.overview-2 .area-1-content {
  padding: 26px;
  margin-top: 20px;
  background-color: #fff;
  flex: 1;
  flex-basis: 350px;
}
.overview-2 .area-1-content:hover {
  background-color: #5ca8ed;
}
.overview-2 .area-1-content:hover .title1 {
  color: #fff;
}
.overview-2 .area-1-content:hover .sub1 {
  color: #fff;
}
.overview-2 .area-1-content:hover .line1 {
  color: #fff;
}
.overview-2 .area-1-content:hover .line1 .dot {
  background-color: #fff;
}
.overview-2 .area-1-content:hover .line1 path {
  fill: #fff;
}
.overview-2 .area-1-content .up-b {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px solid #f3f3f3;
  height: 105px;
  margin-bottom: 8px;
  padding-bottom: 12px;
}
.overview-2 .area-1-content .title1 {
  font-size: 20px;
  font-family: "Century Gothic W01 Bold";
  color: #4a4a4a;
  line-height: 29px;
  margin-bottom: 12px;
}
.overview-2 .area-1-content .title1 .smaller {
  font-size: 14px;
  font-weight: 500;
}
.overview-2 .area-1-content .sub1 {
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  line-height: 20px;
  margin-bottom: 8px;
}
.overview-2 .area-1-content .line1 {
  font-size: 14px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 30px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.overview-2 .area-1-content .line1 .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #3e97ac;
  border-radius: 50%;
  margin-right: 8px;
}
.overview-2 .area-1-content .line1 svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.overview-2 .area-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 2;
  flex-basis: 60px;
  padding: 0 5px;
}
.overview-2 .area-plus div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.home-new-bg-block {
  background-size: cover !important;
  height: 100vh;
  width: 100%;
  background-repeat: round !important;
}
.home-our-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.home-our-solution {
  position: relative;
  background: url("/assets/images/202007/home-blue-bg.png");
}
.home-our-solution .home-our-btns {
  margin-top: 150px;
}
.new-ab-block {
  background: url("/assets/images/202007/ab-bg.png");
  background-size: cover;
  height: 112vh;
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden;
}
.new-ab-computers {
  display: flex;
  margin-bottom: 30px;
  margin-top: 80px;
}
.new-ab-computers img {
  width: 100%;
}
.new-ab-computers .ab-pc {
  flex: 1;
  margin-right: 18px;
}
.new-ab-computers .ab-notebook {
  flex: 1;
}
.full-width {
  width: 100%;
}
.resources-row {
  margin-top: 50px;
}
.our-solution-desc {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}
.area-section {
  position: relative;
}
.home-our-btns-solution {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.home-our-btns-solution-center {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-top {
  position: absolute;
  top: 100px;
  z-index: 9;
  text-align: center;
  width: 100%;
}
#an-executive-partner .container {
  padding-top: 0;
}
@media (max-width: 1800px) {
  .home-slider-item .home-bg-video {
    height: 100%;
    width: unset;
  }
}
@media (max-width: 1490px) {
  .turnkey {
    height: 130px;
  }
  .service-group-new {
    display: none;
  }
  .efficiency {
    height: unset;
    padding-top: 0;
  }
  .pnp {
    top: 20px;
  }
  #resources {
    height: auto !important;
  }
  #resources .bg-video-full {
    height: 250% !important;
  }
}
@media (max-width: 992px) {
  .nav-bar-wrapper {
    display: none;
  }
  .platform-info .info-large-text {
    font-size: 30px;
  }
  .platform-info .plat {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .platform-info {
    padding-top: 0;
  }
  .platform-info .info-large-text {
    padding-left: 50px;
  }
  .platform-info .bit-logo {
    position: absolute;
    left: 10px;
    top: -20px;
    width: 32px;
  }
  .home-our-solution .home-our-btns {
    margin-top: 5px;
  }
  .new-ab-block {
    padding-top: 20px;
  }
  .our-solution-desc {
    padding: 0 30px;
    font-size: 20px;
    line-height: 28px;
  }
  .resources-row {
    margin-top: 20px;
  }
  .resources-row .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .pnp {
    top: unset;
    bottom: 150px;
  }
  .section-container {
    margin-bottom: 60px;
  }
  .se-title {
    margin-bottom: 20px;
  }
  .se-title .se-title-text {
    font-size: 26px;
  }
  .se-sub {
    margin-bottom: 12px;
  }
  .resources-container {
    padding-top: 0;
  }
  .resources-div {
    padding: 20px;
    height: 90vh;
  }
  .tts-service-mode {
    height: 100vh;
  }
  .home-our-btns {
    flex-direction: column;
    margin-top: 0;
  }
  .link-text-new {
    margin-top: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .new-ab-computers {
    flex-direction: column;
    margin-top: 0;
  }
  .new-ab-computers .ab-pc {
    width: 85%;
    margin: auto;
  }
  .new-ab-computers .ab-notebook {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
  .turnkey {
    height: unset;
  }
  .overview-2 {
    display: unset;
  }
  .overview-2 .area-plus {
    padding: 15px;
  }
  .overview-2 .arrow-puls svg {
    transform: rotate(90deg);
  }
  .overview-2 .area-1-content {
    padding: 15px;
  }
  .se-sub {
    font-size: 20px;
    line-height: 30px;
  }
  .our-top {
    top: 10px;
  }
  .our-content-div {
    padding: 0;
  }
  #theron-Advantage .home-our-btns {
    margin-top: 30px;
  }
  #theron-Advantage .area-section {
    padding-top: 0;
  }
  .tts-labels div {
    width: 90px;
    height: 38px;
    font-size: 18px;
  }
}
@font-face {
  font-family: 'Century Gothic W01 Regular';
  src: url("/assets/fonts/546e5c30-5063-4f3d-827b-e06ff2b81b7c.woff2") format("woff2"), url("/assets/fonts/35580e31-25b6-42f3-aa05-94a4cf3ed9e2.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic W01 Bold";
  src: url("/assets/fonts/4e621b58-4586-429c-a0b2-9470ab4ae8c0-bold.woff2") format("woff2"), url("/assets/fonts/97e17f80-aaf1-4b74-a33b-e5dd730a26fd-bold.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic W01 Italic";
  src: url("/assets/fonts/6005238/6baa0be4-06c6-4c9a-98cc-fb0a965280d2.woff2") format("woff2"), url("/assets/fonts/6005238/8d5eb158-c9b6-4287-af49-7ac3edd00a8e.woff") format("woff");
}
body {
  font-family: "Century Gothic W01 Regular", "sans-serif";
}
.full-img-holder {
  background-color: #333;
  width: 100%;
  height: 100%;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.page-body {
  min-height: calc(100vh);
}
.center-container {
  width: 1140px;
  margin: auto;
}
.center-modal {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-modal .modal-content {
  width: 50%;
  min-width: 300px;
}
.modal-custom .modal-close-icon {
  width: 30px;
  float: right;
  cursor: pointer;
}
.modal-custom .modal-title {
  float: left;
}
.modal-custom .modal-header {
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .modal-custom .modal-dialog {
    width: 1140px;
  }
}
.custom-modal-mask {
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-dots {
  bottom: 12px !important;
}
.hidden {
  display: none;
}
.bg-video-full {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.slider-page-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #ffffff;
}
.slider-page-dot.home {
  width: 12px;
  height: 12px;
  background-color: #333;
  margin: 0 20px;
}
.slider-page-dot.blue {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
  border-color: #eee;
}
.slider-page-dot.green {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
  border-color: #eee;
}
.slider-page-dot.black {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #fff;
  border-color: #eee;
}
.slick-active .slider-page-dot {
  background-color: #fff;
}
.slick-active .slider-page-dot.blue {
  background-color: #407ee3;
}
.slick-active .slider-page-dot.green {
  background-color: #469c8a;
}
.slick-active .slider-page-dot.black {
  background-color: #484748;
}
.form-control {
  border-radius: 0;
}
.modal-content {
  border-radius: 0;
}
.show-error label {
  color: #fa3200 !important;
}
.show-error .error-msg {
  color: #fa3200;
  padding-top: 8px;
}
.nav a {
  color: #fff;
}
.my-pagination .active > a {
  background-color: #5ca8ed;
  border-color: #5ca8ed;
}
.my-pagination .active > a:focus {
  background-color: #5ca8ed;
  border-color: #5ca8ed;
}
.bold {
  font-family: "Century Gothic W01 Bold";
}
#resources {
  height: 90vh;
  overflow: hidden;
}
.desktop-element {
  display: block;
}
.mobile-element {
  display: none;
  position: relative;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
.home-second-heading-pure {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.home-heading,
.home-second-heading {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.home-first-heading-top {
  padding: 150px 0 100px;
}
.crumbs-menu {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  font-family: "Century Gothic W01 Bold";
}
button:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
/* padding const */
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
/* margin const */
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-135 {
  margin-bottom: 135px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.no-outline:focus {
  outline: none;
}
.paragraph {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .equal {
    padding-left: 0;
  }
  .blog-area {
    padding: 15px !important;
  }
  .modal-body {
    max-height: 70vh;
    overflow: auto;
  }
  .modal-custom .modal-header {
    padding: 20px;
  }
  .home-heading,
  .home-second-heading {
    padding-left: 20px;
  }
  .container {
    width: 100%;
  }
  #resources {
    height: 50vh;
  }
  .desktop-element {
    display: none;
  }
  .mobile-element {
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
  .container.xlg {
    width: 90% !important;
  }
}
@media (min-width: 1800px) {
  .container.larger {
    width: 80% !important;
  }
  .container.xlg {
    width: 90% !important;
  }
}
.solution-bg-color {
  background-color: #5fa9eb !important;
}
.solution-banner-nav {
  margin-bottom: 100px;
  color: #fff;
  font-size: 16px;
}
.mt120 {
  margin-top: 120px;
}
.section {
  color: #666666;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.banner-out {
  margin-bottom: 30px;
  height: 380px;
  position: relative;
}
.banner-out.left {
  padding-left: 35%;
}
.banner-out.right {
  padding-right: 35%;
}
.banner-out .so-1 {
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 41px;
  background-color: #f8f8f8;
  padding: 30px;
  color: #fff;
  opacity: 0.8;
}
.banner-out .slider-item {
  height: 380px;
  padding-top: 30px;
  padding-left: 30px;
}
.banner-out .slider-item.blue {
  border: 1px solid #538be6;
}
.banner-out .slider-item.green {
  border: 1px solid #14816a;
}
.banner-out .slider-item.black {
  border: 1px solid #484748;
}
.so-video-container {
  position: relative;
}
.so-video-container .our-delivery {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  line-height: 82px;
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .so-video-container .our-delivery {
    top: 60%;
  }
}
.industries-c {
  padding-bottom: 150px;
}
.advantage-c {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 768px) {
  .advantage-c {
    flex-flow: column;
  }
}
.advantage-c.last {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .advantage-c.last {
    margin-bottom: 30px;
  }
}
.advantage-c .advantage-c-item {
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 180px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  margin-bottom: 30px;
  flex: 1;
}
.advantage-c .advantage-c-item .img-placeholder {
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #f0f0f0;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage-c .advantage-c-item .img-placeholder img {
  width: 56px;
}
.advantage-c .advantage-c-item.industries-wrapper {
  justify-content: flex-start;
  text-align: center;
}
.advantage-c .circle-holder {
  background-color: #f0f0f0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.advantage-c .circle-holder img {
  width: 56px;
}
.so-videos {
  display: flex;
  align-items: center;
  background-color: #14202b;
}
.delivery-content {
  position: relative;
  padding-top: 80px;
}
.del-tip {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 768px) {
  .del-tip {
    font-size: 20px;
  }
}
.del-explain {
  display: flex;
  margin-top: 100px;
}
.del-explain .exp {
  margin-left: 12px;
  margin-right: 12px;
  flex: 1;
}
.del-explain .exp.blue .exp-title {
  background-color: #5ca8ed;
  color: #fff;
}
.del-explain .exp.blue .exp-content {
  border: 1px solid #5ca8ed;
}
.del-explain .exp-title {
  height: 56px;
  font-size: 28px;
  color: #4a4a4a;
  line-height: 56px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.del-explain .exp-title.blue {
  background-color: #5ca8ed;
}
@media (max-width: 460px) {
  .del-explain .exp-title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.del-explain .exp-content {
  background: #fbfbfb;
  border: 1px solid #0d202c;
  padding: 30px;
  margin-bottom: 30px;
}
.del-explain .exp-line-1 {
  height: 350px;
}
@media (max-width: 1200px) {
  .del-explain .exp-line-1 {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .del-explain .exp-line-1 {
    height: auto;
  }
}
.del-explain .exp-line-2 {
  height: 310px;
}
@media (max-width: 992px) {
  .del-explain .exp-line-2 {
    height: auto;
  }
}
.del-explain .c-title {
  font-size: 20px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 20px;
}
.del-explain .c-p {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 22px;
  margin-bottom: 20px;
  overflow: auto;
}
.del-explain .c-p th {
  padding: 4px 8px;
}
@media (max-width: 992px) {
  .del-explain {
    flex-direction: column;
  }
}
.delivery-bg {
  height: 50vh;
  background-color: #14202b;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.solution-container {
  margin-bottom: 130px;
}
.sli-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.solution-inner {
  margin: 10px 0;
  padding: 0;
}
.solution-inner .left-line {
  width: 2px;
  background: #f3c758;
  margin-right: 8px;
  height: 70px;
  float: left;
}
.solution-inner .right-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.solution-inner .r1 {
  margin-bottom: 12px;
}
.slick-dots {
  bottom: 12px !important;
}
.so-arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  position: absolute;
  top: 47%;
}
.so-arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFFFFF;
  position: absolute;
  top: 47%;
}
.so-arrow-right.blue {
  border-left: 10px solid #538be6;
}
.ReactCollapse--collapse {
  transition: height 200ms;
}
.new-collapse-block {
  display: flex;
}
@media (max-width: 968px) {
  .new-collapse-block {
    flex-direction: column;
  }
}
.new-collapse-block .left-co {
  margin-right: 20px;
  background-size: cover;
  flex: 1;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 41px;
  background-color: #f8f8f8;
  color: #fff;
  text-align: center;
}
@media (max-width: 968px) {
  .new-collapse-block .left-co {
    height: 42px;
    flex: unset;
    flex-grow: 0;
    font-size: 16px;
    margin-right: 0;
  }
}
.new-collapse-block .right-co {
  flex: 2;
  display: flex;
  flex-direction: column;
  height: 500px;
}
.co-render-title {
  height: 47px;
  background: #f2f2f2;
  border-radius: 1px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  cursor: pointer;
}
.service1 {
  background-image: url(/assets/images/service1.png);
}
.service2 {
  background-image: url(/assets/images/service2.png);
}
.service3 {
  background-image: url(/assets/images/service3.png);
}
.section-container.has-mt {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .banner-out.left {
    padding-left: 20%;
  }
  .banner-out.right {
    padding-right: 20%;
  }
  .banner-out .so-1 {
    font-size: 14px;
    padding: 10px;
    width: 20%;
  }
  .banner-out .slider-item {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .solution-inner .left-line {
    height: 46px;
  }
  .solution-inner .right-container {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .section-container.has-mt {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .banner-out {
    height: 500px;
  }
  .banner-out.left {
    padding-left: 0%;
  }
  .banner-out.right {
    padding-right: 0%;
  }
  .banner-out .so-1 {
    font-size: 14px;
    padding: 10px;
    width: 0%;
    display: none;
  }
  .banner-out .slider-item {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 10px;
    height: 500px;
  }
  .solution-inner .left-line {
    height: 50px;
  }
  .solution-inner .right-container {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1920px) {
  .services-industries-banner .home-promo-banner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .services-industries-banner .home-promo-banner {
    height: 100vh;
  }
  .new-collapse-block {
    display: unset;
  }
  .new-collapse-block .right-co {
    display: unset;
    height: unset;
  }
}
@font-face {
  font-family: 'Century Gothic W01 Regular';
  src: url("/assets/fonts/546e5c30-5063-4f3d-827b-e06ff2b81b7c.woff2") format("woff2"), url("/assets/fonts/35580e31-25b6-42f3-aa05-94a4cf3ed9e2.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic W01 Bold";
  src: url("/assets/fonts/4e621b58-4586-429c-a0b2-9470ab4ae8c0-bold.woff2") format("woff2"), url("/assets/fonts/97e17f80-aaf1-4b74-a33b-e5dd730a26fd-bold.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic W01 Italic";
  src: url("/assets/fonts/6005238/6baa0be4-06c6-4c9a-98cc-fb0a965280d2.woff2") format("woff2"), url("/assets/fonts/6005238/8d5eb158-c9b6-4287-af49-7ac3edd00a8e.woff") format("woff");
}
body {
  font-family: "Century Gothic W01 Regular", "sans-serif";
}
.full-img-holder {
  background-color: #333;
  width: 100%;
  height: 100%;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.page-body {
  min-height: calc(100vh);
}
.center-container {
  width: 1140px;
  margin: auto;
}
.center-modal {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-modal .modal-content {
  width: 50%;
  min-width: 300px;
}
.modal-custom .modal-close-icon {
  width: 30px;
  float: right;
  cursor: pointer;
}
.modal-custom .modal-title {
  float: left;
}
.modal-custom .modal-header {
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .modal-custom .modal-dialog {
    width: 1140px;
  }
}
.custom-modal-mask {
  background-color: #000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-dots {
  bottom: 12px !important;
}
.hidden {
  display: none;
}
.bg-video-full {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.slider-page-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #ffffff;
}
.slider-page-dot.home {
  width: 12px;
  height: 12px;
  background-color: #333;
  margin: 0 20px;
}
.slider-page-dot.blue {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
  border-color: #eee;
}
.slider-page-dot.green {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
  border-color: #eee;
}
.slider-page-dot.black {
  width: 12px;
  height: 12px;
  margin: 0 20px;
  background-color: #fff;
  border-color: #eee;
}
.slick-active .slider-page-dot {
  background-color: #fff;
}
.slick-active .slider-page-dot.blue {
  background-color: #407ee3;
}
.slick-active .slider-page-dot.green {
  background-color: #469c8a;
}
.slick-active .slider-page-dot.black {
  background-color: #484748;
}
.form-control {
  border-radius: 0;
}
.modal-content {
  border-radius: 0;
}
.show-error label {
  color: #fa3200 !important;
}
.show-error .error-msg {
  color: #fa3200;
  padding-top: 8px;
}
.nav a {
  color: #fff;
}
.my-pagination .active > a {
  background-color: #5ca8ed;
  border-color: #5ca8ed;
}
.my-pagination .active > a:focus {
  background-color: #5ca8ed;
  border-color: #5ca8ed;
}
.bold {
  font-family: "Century Gothic W01 Bold";
}
#resources {
  height: 90vh;
  overflow: hidden;
}
.desktop-element {
  display: block;
}
.mobile-element {
  display: none;
  position: relative;
}
.clearfix {
  content: "";
  display: block;
  clear: both;
}
.home-second-heading-pure {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.home-heading,
.home-second-heading {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.home-first-heading-top {
  padding: 150px 0 100px;
}
.crumbs-menu {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  font-family: "Century Gothic W01 Bold";
}
button:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
/* padding const */
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
/* margin const */
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-135 {
  margin-bottom: 135px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.no-outline:focus {
  outline: none;
}
.paragraph {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .paragraph {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .equal {
    padding-left: 0;
  }
  .blog-area {
    padding: 15px !important;
  }
  .modal-body {
    max-height: 70vh;
    overflow: auto;
  }
  .modal-custom .modal-header {
    padding: 20px;
  }
  .home-heading,
  .home-second-heading {
    padding-left: 20px;
  }
  .container {
    width: 100%;
  }
  #resources {
    height: 50vh;
  }
  .desktop-element {
    display: none;
  }
  .mobile-element {
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
  .container.xlg {
    width: 90% !important;
  }
}
@media (min-width: 1800px) {
  .container.larger {
    width: 80% !important;
  }
  .container.xlg {
    width: 90% !important;
  }
}
.advantage-container {
  position: relative;
}
.advantage-container .ad-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.advantage-container .advantage-title-2 {
  height: 56px;
  line-height: 56px;
  background: #5ca8ed;
  border-radius: 28px;
  color: #fff;
  font-family: "Century Gothic W01 Bold";
  margin: 120px auto 50px;
  font-size: 28px;
  width: 430px;
  text-align: center;
}
.advantage-container .advantage-title {
  padding: 4px 12px;
  background: #000000;
  font-size: 40px;
  font-family: "Century Gothic W01 Bold";
  color: #ffffff;
  text-align: center;
  width: 44%;
  margin: 120px auto 50px;
}
.advantage-container .advantage-title.last {
  color: #000000;
  background-color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .advantage-container .advantage-title {
    width: 100%;
    font-size: 22px;
    margin-top: 30px !important;
  }
}
.advantage-container .advantage-c {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.advantage-container .advantage-c.last {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .advantage-container .advantage-c.last {
    margin-bottom: 30px;
  }
}
.advantage-container .advantage-c .advantage-c-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 180px;
  font-size: 16px;
  font-weight: 400;
  background-color: #ececec;
  color: #3e3e3e;
  width: 30%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .advantage-container .advantage-c .advantage-c-item {
    width: 100%;
  }
}
.advantage-container .advantage-c .advantage-c-item img,
.advantage-container .advantage-c .advantage-c-item .img-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  height: 56px;
  width: 56px;
}
.advantage-container .advantage-c .advantage-c-item .img-solutions {
  background-image: url("/assets/images/icons/ic_shield-alt.png");
}
.advantage-container .advantage-c .advantage-c-item .img-ic_bb {
  background-image: url("/assets/images/icons/ic_bb.png");
}
.advantage-container .advantage-c .advantage-c-item .improve-data-quality {
  background-image: url("/assets/images/icons/improve-data-quality.png");
}
.advantage-container .advantage-c .advantage-c-item .improve-data-distribution {
  background-image: url("/assets/images/icons/data-distribution.png");
}
.advantage-container .advantage-c .advantage-c-item .governance-oversight {
  background-image: url("/assets/images/icons/governance-oversight.png");
}
.advantage-container .advantage-c .advantage-c-item .management-Info {
  background-image: url("/assets/images/icons/management-Info.png");
}
.advantage-container .advantage-c .advantage-c-item .customer-experience {
  background-image: url("/assets/images/icons/customer-experience.png");
}
.advantage-container .advantage-c .advantage-c-item .operational-efficiency {
  background-image: url("/assets/images/icons/operational-efficiency.png");
}
.advantage-container .advantage-c .advantage-c-item .cost-reduction {
  background-image: url("/assets/images/icons/cost-reduction.png");
}
.advantage-container .advantage-c .advantage-c-item .decommission-legacy-technology {
  background-image: url("/assets/images/icons/decommission-legacy-technology.png");
}
.advantage-container .advantage-c .advantage-c-item .strategic-enablement {
  background-image: url("/assets/images/icons/strategic-enablement.png");
}
.advantage-container .advantage-c .advantage-c-item .usage-insight {
  background-image: url("/assets/images/icons/usage-insight.png");
}
.advantage-container .advantage-c .advantage-c-item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #5ca8ed;
  color: #fff;
}
.advantage-container .advantage-c .advantage-c-item:hover .img-solutions {
  background-image: url("/assets/images/icons/ic_shield-alt_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .img-ic_bb {
  background-image: url("/assets/images/icons/ic_bb_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .improve-data-quality {
  background-image: url("/assets/images/icons/improve-data-quality_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .improve-data-distribution {
  background-image: url("/assets/images/icons/data-distribution_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .governance-oversight {
  background-image: url("/assets/images/icons/governance-oversight_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .management-Info {
  background-image: url("/assets/images/icons/management-Info_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .customer-experience {
  background-image: url("/assets/images/icons/customer-experience_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .operational-efficiency {
  background-image: url("/assets/images/icons/operational-efficiency_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .cost-reduction {
  background-image: url("/assets/images/icons/cost-reduction_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .decommission-legacy-technology {
  background-image: url("/assets/images/icons/decommission-legacy-technology_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .strategic-enablement {
  background-image: url("/assets/images/icons/strategic-enablement_h.png");
}
.advantage-container .advantage-c .advantage-c-item:hover .usage-insight {
  background-image: url("/assets/images/icons/usage-insight_h.png");
}
.advantage-container .advantage-c .advantage-c-item.white {
  background-color: #fff;
}
.advantage-container .advantage-c .advantage-c-item.white:hover {
  color: #5ca8ed;
}
.advantage-container .advantage-c .advantage-c-item-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 180px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  width: 30%;
  margin-bottom: 30px;
}
.advantage-container .advantage-c .circle-holder {
  background-color: #f0f0f0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.advantage-container .advantage-c .circle-holder img {
  width: 56px;
}
.training-container {
  margin-bottom: 120px;
}
.training-container .section-training-pics {
  display: flex;
  justify-content: space-between;
  height: 380px;
  overflow: hidden;
  margin-bottom: 20px;
}
.training-container .section-training-pics .training-pics-item {
  position: relative;
  margin: 0px 10px;
  flex: 1;
}
.training-container .section-training-pics .training-pics-item img {
  height: 100%;
}
@media (max-width: 1001px) {
  .training-container .section-training-pics .training-pics-item img {
    width: 100%;
  }
}
.training-container .section-training-pics .image-container {
  height: 100%;
  overflow: hidden;
  flex: 2;
}
.training-container .section-training-pics .image-container .desc-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.training-container .section-training-pics .image-container .desc-content .date {
  font-size: 14px;
}
.training-container .section-training-pics .image-container .desc-content .name {
  font-size: 24px;
}
.training-container .row {
  margin: 0;
}
.training-container .m0 {
  margin: 0;
}
.training-container .subheading {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #666666;
  line-height: 38px;
  margin-bottom: 42px;
}
.training-container .content-wrapper {
  height: 100%;
  padding: 20px 20px 14px;
  margin-bottom: 20px;
}
.training-container .title {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
  color: #000000;
}
.training-container .content {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #666666;
}
.ft12 {
  font-size: 12px !important;
}
.h100 {
  height: 100%;
}
.mt40 {
  margin-top: 40px;
}
.ft-white {
  color: #fff !important;
}
.bg-blue {
  background: #5ca8ed;
}
.bg-orange {
  background: #f3c758;
}
.bg-red {
  background: #f8775d;
}
.bg-cyan {
  background: #64b9ce;
}
.bg-gray {
  background: #f9f9f9;
}
.art-board-wrapper {
  position: relative;
  height: 480px;
  background: url("/assets/images/art-board/shutterstock_6829493834.png");
}
.art-board-wrapper .ft-white {
  position: absolute;
  left: 20%;
  top: 40%;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.pic1 {
  overflow: hidden;
}
.outer-art-board-wrapper {
  overflow: hidden;
}
@media (max-width: 768px) {
  .outer-art-board-wrapper .training-container {
    margin-bottom: 0;
  }
  .outer-art-board-wrapper .art-board-wrapper.home-promo-banner {
    height: 1084px;
  }
  .outer-art-board-wrapper .art-board-wrapper.home-promo-banner .full-banner-image {
    margin-top: 110px;
  }
  .art-board-wrapper.home-promo-banner {
    height: 807px;
  }
  .container {
    padding: 0 15px;
  }
  .art-board-wrapper .ft-white {
    left: 5%;
    top: 30%;
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .section-training-pics {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 20px;
    flex-flow: column;
    width: 100%;
    height: auto !important;
  }
}
.gradient-mask-bg {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.2) 23%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
