@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);.gear-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gear-bg {
  background-image: url("/assets/images/202007/bg-white1.png");
  background-repeat: round;
}
.team-container {
  overflow: hidden;
}
.team-container .news-nav {
  display: flex;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
.team-container .news-nav .bottom-line {
  height: 5px;
  background-color: #efefef;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.team-container .news-nav .nav-item {
  cursor: pointer;
  padding: 16px 30px;
  font-size: 24px;
  font-family: "Century Gothic W01 Bold";
  color: rgba(181, 180, 180);
  line-height: 27px;
  z-index: 9;
}
.team-container .news-nav .nav-item.active {
  color: #4a4a4a;
  border-bottom: 5px solid #4eaea0;
}
@media (max-width: 768px) {
  .team-container .news-nav .nav-item {
    font-size: 14px;
    padding: 1rem;
  }
}
.team-container .layout-switches {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.team-container .layout-switches .switches {
  margin: 12px;
  cursor: pointer;
}
.team-container .layout-switches .switches .s-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.team-container .layout-switches .switches .s-img {
  width: 24px;
  height: 24px;
}
.team-container .layout-switches .switches .s-text {
  font-size: 12px;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 15px;
}
.team-container .layout-switches .switches.active svg {
  fill: #5ca8ed;
}
.team-container .nodata {
  padding: 20px;
  font-size: 20px;
}
.team-item {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-item .item-1 {
  font-size: 18px;
  font-family: "Century Gothic W01 Bold";
  color: #4a4a4a;
  line-height: 26px;
  margin: 18px 0;
}
.team-item .item-2 {
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
  line-height: 22px;
  margin-bottom: 18px;
}
.team-item .item-3 {
  font-size: 13px;
  font-weight: 400;
  color: #b2b1b1;
  line-height: 22px;
  margin-bottom: 22px;
}
.team-item .item-layout-vertical .item-img {
  text-align: center;
  width: 100%;
}
.team-item .item-layout-h {
  display: flex;
  margin-bottom: 20px;
}
.team-item .item-layout-h .item-img {
  width: 500px;
}
.team-item .item-layout-h .other-block {
  padding-left: 30px;
}
.team-wrapper {
  margin-bottom: 52px;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.rt-component.team-item {
  width: 300px;
  margin-top: 60px;
}
.rt-component.team-item .team-item-link {
  text-decoration: none;
  display: block;
}
@media (max-width: 767px) {
  .rt-component.team-item {
    margin: 60px auto 0;
  }
}
.rt-component.team-item .name {
  margin: 30px 0 14px;
  font-size: 28px;
  color: #4a4a4a;
  font-family: "Century Gothic W01 Bold";
  text-decoration: none;
}
.rt-component.team-item .position {
  margin-bottom: 28px;
  font-size: 20px;
  color: #575757;
  text-decoration: none;
}
.rt-component.team-item .other-block {
  margin: 0 18px 0 15px;
  overflow: hidden;
}
.rt-component.team-item:hover {
  background-color: #fff8f8f8;
}
.expert-photo img {
  width: 100%;
}
.expert-name {
  font-size: 34px;
  color: #4a4a4a;
  font-family: "Century Gothic W01 Bold";
  text-decoration: none;
}
.expert-location {
  margin-bottom: 28px;
  font-size: 20px;
  color: #575757;
  text-decoration: none;
}
.expert-info {
  margin-bottom: 28px;
  font-size: 24px;
  color: #575757;
  text-decoration: none;
}
.expert-card {
  height: 500px;
  flex: 1;
  position: relative;
  margin: 0 12px;
}
.expert-card .expert-card-cover {
  opacity: 1;
  transform: rotateY(0);
}
.expert-card .expert-card-back {
  opacity: 0;
  transform: rotateY(-180deg);
}
.expert-card:hover .expert-card-cover {
  opacity: 0;
  transform: rotateY(-180deg);
}
.expert-card:hover .expert-card-back {
  opacity: 1;
  transform: rotateY(0);
}
.expert-card-cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 0.213rem;
}
.expert-card-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 0.213rem;
}
.expert-card-back .expert-name {
  margin-bottom: 12px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .team-wrapper {
    display: 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;
  }
}
.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;
  }
}
.our-team-wrapper {
  height: 540px;
  background: url("/assets/images/202008/our-team.png") center no-repeat;
  background-size: cover;
}
.team_promo_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-box {
  text-align: center;
  position: relative;
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
}
.image-box .image-box-img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.our-team-wrapper .solution-banner-nav {
  margin-bottom: 70px;
  padding-top: 130px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .home-second-heading {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
