@import url(http://fonts.googleapis.com/css?family=Roboto);
/**== Path
**## Common
***************************/
/**== Color ***************************/
.site-header {
  /* Style The Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */ }
  .site-header .dropbtn {
    color: white;
    font-size: 15px;
    border: none;
    cursor: pointer;
    padding-bottom: 10px;
    margin-top: -2px;
    font-weight: 500; }
    .site-header .dropbtn:after {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
  .site-header .dropdown {
    position: relative;
    display: inline-block; }
  .site-header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #1b1d21;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px; }
  .site-header .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
  .site-header .dropdown-content a:hover {
    color: #12c2e9; }
  .site-header .dropdown:hover .dropdown-content {
    display: block; }

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out; }
  .site-header .header-inner {
    position: relative; }
    .site-header .header-inner .site-nav {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between; }
      .site-header .header-inner .site-nav .menu-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .site-header .header-inner .site-nav .menu-wrapper:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.75);
          z-index: 99;
          opacity: 0;
          visibility: hidden;
          transition: all 0.5s ease-in-out; }
      .site-header .header-inner .site-nav .nav-right {
        margin-left: 50px; }
        .site-header .header-inner .site-nav .nav-right .nav-btn {
          background: #fff;
          box-shadow: 0px 20px 30px 0px rgba(79, 35, 35, 0.15);
          color: #fff;
          display: inline-block;
          padding: 7px 37px;
          font-weight: 500;
          border-radius: 30px;
          font-size: 14px;
          border: 2px solid transparent; }
          .site-header .header-inner .site-nav .nav-right .nav-btn:hover {
            background: #fff;
            color: #fff; }
  .site-header .site-mobile-logo {
    display: none; }
  .site-header .site-main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .site-header .site-main-menu li {
      margin: 0 23px;
      position: relative;
      padding: 36px 0;
      transition: all 0.3s ease-in-out; }
      .site-header .site-main-menu li:last-child {
        margin-right: 0; }
      .site-header .site-main-menu li > a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        position: relative; }
        .site-header .site-main-menu li > a.active {
          color: #12c2e9; }
        .site-header .site-main-menu li > a:hover, .site-header .site-main-menu li > a.current_page {
          color: #12c2e9; }
          .site-header .site-main-menu li > a:hover:after, .site-header .site-main-menu li > a.current_page:after {
            color: #12c2e9; }
  .site-header .nav-dark .site-main-menu li a {
    color: #2b2350; }
    .site-header .nav-dark .site-main-menu li a:after {
      display: none; }
    .site-header .nav-dark .site-main-menu li a:hover, .site-header .nav-dark .site-main-menu li a.current_page {
      color: #12c2e9; }

.logo-sticky {
  display: none; }

.pix-header-fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 999999;
  box-shadow: 0px 10px 20px 0px rgba(79, 35, 35, 0.08);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  background: #1b1d21;
  border-color: #333538; }
  .pix-header-fixed .header-inner .site-logo {
    padding: 0; }
    .pix-header-fixed .header-inner .site-logo .logo-sticky {
      display: block; }
    .pix-header-fixed .header-inner .site-logo .logo-main {
      display: none; }
  .pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
    background: transparent;
    box-shadow: none;
    border-color: #fff; }
    .pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
      background: #fff; }
  .pix-header-fixed .site-main-menu li {
    padding: 36px 0; }
    .pix-header-fixed .site-main-menu li a {
      color: #000;
      color: #fff; }
      .pix-header-fixed .site-main-menu li a:after {
        display: none; }
  .pix-header-fixed .site-logo .main-logo {
    display: none; }
  .pix-header-fixed .site-logo .sticky-logo {
    display: block; }

/* Back To Top */
.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: bottom .5s ease, opacity .5s ease; }
  .return-to-top:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    opacity: 1;
    display: block;
    transform: scale(1);
    transition: all .3s ease;
    border-radius: inherit;
    transition: transform .5s ease, opacity .6s ease; }
  .return-to-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: inherit; }
  .return-to-top > i {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: block;
    color: transparent;
    text-shadow: 0px 0px #fff, 0px 50px #fff;
    -webkit-transition: text-shadow .2s ease;
    -moz-transition: text-shadow .2s ease;
    transition: text-shadow .2s ease;
    z-index: 1; }
  .return-to-top:hover:after {
    transform: scale(1.07);
    background: #fff;
    box-shadow: 0px 10px 20px 8px rgba(0, 0, 0, 0.15); }
  .return-to-top:hover > i {
    text-shadow: 0px -50px #fff, 0px 0px #fff; }
  .return-to-top.back-top {
    bottom: 20px;
    opacity: 1; }

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3333;
  top: 0;
  left: 0; }

.close-menu {
  display: none; }

@media (max-width: 1184px) {
  .site-header .header-inner {
    text-align: center;
    padding: 15px 0; }
    .site-header .header-inner .site-nav {
      overflow: hidden; }
      .site-header .header-inner .site-nav .nav-right {
        margin-left: 20px; }
        .site-header .header-inner .site-nav .nav-right .nav-btn {
          padding: 8px 22px; }
  .site-header .site-mobile-logo {
    display: block; }
  .site-header .site-main-menu li {
    margin: 0 15px; }
  .site-header .site-logo {
    display: none; }

  .site-header .site-nav {
    position: fixed;
    width: 320px !important;
    height: 100vh;
    background: #fff;
    top: 0;
    left: -100%;
    display: block !important;
    transition: all 0.5s ease-in-out;
    overflow: scroll;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); }
    .site-header .site-nav .site-main-menu {
      display: block;
      width: 100%;
      padding-bottom: 50px;
      text-align: left; }
      .site-header .site-nav .site-main-menu li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #f1f2f3; }
        .site-header .site-nav .site-main-menu li:first-child {
          border-top: 1px solid #f1f2f3; }
        .site-header .site-nav .site-main-menu li a {
          display: block;
          color: #000;
          padding: 10px 35px;
          font-weight: 500; }
          .site-header .site-nav .site-main-menu li a:after {
            display: none; }
    .site-header .site-nav .nav-right {
      display: none; }
  .site-header.header-two .toggle-menu .bar {
    background: #fff; }

  .header-inner .site-mobile-logo div, .header-inner .site-mobile-logo img {
    max-height: 60px;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .pix-header-fixed .toggle-menu {
    top: 39px;
    display: inline-block; }
    .pix-header-fixed .toggle-menu .bar {
      background: #fff; }
  .pix-header-fixed .header-inner .site-logo {
    padding: 12px 0; }

  .sidebar-open .site-header .site-nav {
    left: 0; }
  .sidebar-open .menu-wrapper:before {
    opacity: 1;
    visibility: visible; }
  .sidebar-open .site-header .dropdown:hover .dropdown-content {
    display: block;
    position: inherit;
    padding-left: 10px;
    background-color: transparent;
    min-width: auto;
    box-shadow: none;
    border-radius: 0; }

  .close-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0;
    text-align: right;
    width: 100%;
    left: 0;
    padding: 2px;
    padding: 30px 20px; }
    .close-menu svg {
      width: 25px; }
    .close-menu i {
      font-size: 36px;
      color: #fff; }

  .toggle-menu {
    position: absolute;
    left: 0;
    width: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 24px; }
    .toggle-menu .bar {
      width: 30px;
      height: 2px;
      display: block;
      float: left;
      margin: 3px auto;
      transition: all 0.3s ease-in-out;
      background: #fff; }

  .header-dark .toggle-menu .bar {
    background: #fff; } }
@media (max-width: 576px) {
  .site-header .site-nav {
    width: 100%; } }
.main-logo {
  width: 159px;
  height: 48px; }

.sticky-logo {
  width: 159px;
  height: 48px; }

.mainpage .main-logo {
  background-image: url(../images/homepage/sub_logo.png);
  background-image: -webkit-image-set(url(../images/homepage/sub_logo.png) 1x, url(../images/homepage/m_sub_logo.png) 2x);
  background-image: image-set(url(../images/homepage/sub_logo.png) 1x, url(../images/homepage/m_sub_logo.png) 2x); }
.mainpage .sticky-logo {
  background-image: url(../images/homepage/sub_logo.png);
  background-image: -webkit-image-set(url(../images/homepage/sub_logo.png) 1x, url(../images/homepage/m_sub_logo.png) 2x);
  background-image: image-set(url(../images/homepage/sub_logo.png) 1x, url(../images/homepage/m_sub_logo.png) 2x); }

.subpage .main-logo {
  background-image: url(../images/homepage/sub_logo.png);
  background-image: -webkit-image-set(url(../images/homepage/sub_logo.png) 1x, url(../images/homepage/m_sub_logo.png) 2x);
  background-image: image-set(url(../images/homepage/sub_logo.png) 1x, url(../images/homepage/m_sub_logo.png) 2x); }
.subpage .sticky-logo {
  background-image: url(../images/homepage/sub_logo.png);
  background-image: -webkit-image-set(url(../images/homepage/sub_logo.png) 1x, url(../images/homepage/m_sub_logo.png) 2x);
  background-image: image-set(url(../images/homepage/sub_logo.png) 1x, url(../images/homepage/m_sub_logo.png) 2x); }

/* A unit of "dppx" is implied: */
/* ... is equivalent to: */
/* Similarly: */
.banner_content {
  width: 40%; }

#main_banner {
  font-family: "Poppins",sans-serif; }

.site-header .site-main-menu li {
  text-transform: none; }

.pix-header-fixed .site-main-menu li a:hover, .pix-header-fixed .site-main-menu li a.current_page {
  color: #12c2e9; }

@media (max-width: 992px) {
  .banner_content {
    margin-top: 100px; } }
.kaii {
  left: 30%; }

.section .section-title:after {
  display: none; }

.contact {
  position: relative;
  background-image: none; }
  .contact .content {
    margin-bottom: 30px; }

.toggle-menu {
  display: none; }

@media (max-width: 1184px) {
  .toggle-menu {
    display: block; }

  .pix-header-fixed .toggle-menu .bar {
    background: #fff; }

  .site-header .dropdown .dropdown-content {
    display: block;
    position: inherit;
    padding-left: 10px;
    background-color: transparent;
    min-width: auto;
    box-shadow: none;
    border-radius: 0; }

  .site-header .site-nav .site-main-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .site-header .site-nav .site-main-menu li:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.3); }

  .site-header .site-nav .site-main-menu li a {
    color: #000; }
    .site-header .site-nav .site-main-menu li a:hover {
      color: #12c2e9; }

  .site-header .site-nav {
    background-color: #f1f1f1;
    color: #000; }

  .site-header .dropdown {
    display: block; }

  .site-header .dropbtn {
    color: #000; } }
/* ==========================================================================
   service section
=========================================================================== */
.services .section-title p {
  font-size: 15px;
  width: 70%;
  margin: 0 auto 30px; }
.services .card {
  position: relative;
  padding: 0px;
  padding-bottom: 15px;
  margin: 0px;
  background-image: unset;
  border: unset;
  height: 100%; }
  .services .card .content {
    background: #08090c00;
    min-height: 300px;
    height: 400px;
    flex-direction: column; }
    .services .card .content p {
      margin-top: auto; }
    .services .card .content img {
      width: unset;
      margin-bottom: 10px; }
    .services .card .content .fa-arrow-right {
      font-size: 30px;
      padding-top: 30px;
      opacity: 0; }
  .services .card:hover .content .fa-arrow-right {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in; }
  .services .card .icon-arrow {
    position: absolute;
    left: 30px;
    bottom: 20px; }
.services .box-img img {
  margin: 0 auto; }
.services .item-box {
  padding: 30px;
  position: relative;
  text-align: left; }
  .services .item-box h6 {
    font-size: 17px; }
  .services .item-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    z-index: -3;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .services .item-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 1px;
    background: #18191d;
    z-index: -2; }
  .services .item-box:hover:before {
    opacity: 1; }
  .services .item-box .icon {
    margin: 0 auto; }

.workflow {
  position: relative;
  background-image: url(../images/homepage/patrn.svg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  .workflow .features {
    padding-top: 30px; }
    .workflow .features li {
      overflow: hidden; }
      .workflow .features li:last-child .count {
        background: none; }
      .workflow .features li .text {
        float: left;
        width: calc(100% - 68px);
        width: -webkit-calc(100% - 68px);
        padding-left: 20px; }
        .workflow .features li .text .title {
          font-weight: 400;
          font-size: 16px;
          line-height: 28px;
          letter-spacing: 1px;
          color: #fff;
          margin-top: 5px;
          margin-bottom: 24px !important; }
        .workflow .features li .text p {
          font-weight: 400;
          font-size: 16px;
          color: #6F8BA4;
          letter-spacing: 1px;
          line-height: 28px; }
      .workflow .features li .count {
        float: left;
        width: 37px;
        min-height: 110px;
        background: url(../images/main/o_icon.svg) center bottom no-repeat; }
        .workflow .features li .count img {
          width: 8px;
          height: 8px;
          vertical-align: middle; }
        .workflow .features li .count span {
          display: block;
          width: 37px;
          height: 37px;
          line-height: 32px;
          text-align: center;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          margin: auto;
          border: 1px solid #4886FF;
          font-weight: 600;
          font-size: 16px;
          color: #4886FF;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
  .workflow .features li:hover .count span {
    background: #4886FF;
    color: #fff;
    border: 1px solid #fff; }

/* ====================== Start About us style2 section ====================== */
.about-us-style-2 {
  position: relative;
  background-image: url(../images/homepage/patrn.svg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }

.about-us-style-2 .header h3 {
  font-size: 40px; }

.about-us-style-2 .header p {
  margin-bottom: 20px; }

.about-us-style-2 .header img {
  position: relative;
  width: 60%; }

.about-us-style-2 .item {
  position: relative;
  max-width: 600px;
  height: 30%;
  padding: 20px 30px 15px;
  background: #0e1930;
  margin: 10px 0px; }

.about-us-style-2 .item.jp {
  height: 33%; }

.about-us-style-2 .item h6 {
  margin-bottom: 10px; }

.about-us-style-2 .item span {
  position: absolute;
  right: 20px;
  color: rgba(255, 255, 255, 0.5); }

.about-us-style-2 .item img {
  position: absolute;
  object-fit: contain;
  max-width: 200px;
  right: 0px;
  top: -60px; }

@media screen and (min-width: 1365px) {
  .about-us-style-2 .item.push-left {
    background: #cadce9;
    left: 90px; }
  .about-us-style-2 .item.push-left-1 {
    background: #cadce9;
    left: 40px; }
  .about-us-style-2 .item.push-left-2 {
    left: 60px; }
  .about-us-style-2 .item.push-left-3 {
    left: 80px;
    background: #cadce9; }
  .about-us-style-2 .item.push-left-4 {
    left: 100px; }
  .about-us-style-2 .item.push-left-5 {
    left: 120px;
    background: #cadce9; }

  .about-us-style-2 .item.push-left span {
    color: rgba(0, 0, 0, 0.5); }

  .about-us-style-2 .item.push-left h6 {
    color: #000; }

  .about-us-style-2 .item.push-left p {
    color: rgba(0, 0, 0, 0.8); } }
/* ====================== End About us style2 section ====================== */
/* ====================== End Solutions Section ====================== */
/* ==========================================================================
   Why us section
=========================================================================== */
.min-area .img .item img {
  border-radius: 20px;
  width: 100%;
  height: 80vh; }

.min-area .btn-container {
  padding: 1px;
  background: -webkit-linear-gradient(left, #0ef1e9, #2a62f2, #4d08f4);
  background: -o-linear-gradient(left, #0ef1e9, #2a62f2, #4d08f4);
  background: linear-gradient(to right, #0ef1e9, #2a62f2, #4d08f4); }

.min-area .btn-container.curve {
  border-radius: 5px; }

.min-area .btn-container .bord {
  background-color: #111215;
  border: none; }

.min-area .btn-container .bord:hover {
  background-color: #fff; }

.min-area.items-v2 {
  padding-top: 30px;
  position: relative; }
  .min-area.items-v2 .solution-item h3 {
    padding-bottom: 20px;
    padding-top: 50px;
    min-height: 90px; }
    .min-area.items-v2 .solution-item h3.color-font {
      background: -webkit-gradient(linear, left top, right top, from(#1eb4ff), color-stop(#2aa9f2), to(#5251f1));
      background: -webkit-linear-gradient(left, #1eb4ff, #2aa9f2, #5251f1);
      background: -o-linear-gradient(left, #1eb4ff, #2aa9f2, #5251f1);
      background: linear-gradient(to right, #1eb4ff, #2aa9f2, #5251f1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .min-area.items-v2 .solution-item h5 {
    padding: 30px 0px; }
  .min-area.items-v2 .solution-item p {
    color: white;
    padding: 10px 0px; }
  .min-area.items-v2 .card {
    background: unset;
    padding-top: 20px;
    border: unset; }
    .min-area.items-v2 .card .content {
      background: #000;
      padding: 30px;
      min-height: 450px;
      border-style: solid;
      border-color: #000;
      border-radius: 20px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      text-align: center; }
      .min-area.items-v2 .card .content img {
        width: unset; }
      .min-area.items-v2 .card .content h3 {
        padding-top: 20px;
        padding-bottom: 0px;
        font-size: 1.5rem; }
    .min-area.items-v2 .card:hover .content {
      border-color: #12c2e9;
      box-shadow: 0 0.5rem 1rem 0 #12c2e980; }

.clients .brands .img .link {
  font-size: 11px;
  top: -15px; }

.clients .brands .img img {
  min-width: 140px; }

.clients .brands .item {
  line-height: 190px; }

.annotation_contact {
  position: relative; }
  .annotation_contact p {
    font-size: 14px; }
  .annotation_contact .content {
    margin-bottom: 30px; }

.min-area.items-v2 .card:hover .content {
  border-color: #12c2e9;
  box-shadow: 0 0.5rem 1rem 0 #12c2e980; }

.data-labelling {
  position: relative;
  background-image: url(../images/homepage/data_bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  /* tab content active */ }
  .data-labelling .box {
    border: 1px solid rgba(209, 170, 215, 0.16);
    background-color: #161724;
    display: table;
    border-radius: 16px;
    box-sizing: border-box;
    background: radial-gradient(rgba(209, 170, 215, 0.16), rgba(199, 211, 234, 0.05));
    padding: 20px; }
    .data-labelling .box:after, .data-labelling .box:before {
      content: " ";
      display: table;
      line-height: 0;
      inset: 0; }
  .data-labelling .box-inset {
    padding: 40px 30px; }
  .data-labelling .box:after, .data-labelling .box:before {
    content: " ";
    display: table;
    line-height: 0;
    inset: 0; }
  .data-labelling .box:after {
    background: rgba(255, 255, 255, 0.002);
    box-shadow: inset 0 1px 1px rgba(199, 211, 234, 0.5), inset 0 24px 48px rgba(199, 211, 234, 0.05);
    background: radial-gradient(rgba(199, 211, 234, 0.5), rgba(199, 211, 234, 0.05)); }
  .data-labelling h4 {
    margin: 20px; }
  .data-labelling .tabcontent {
    display: none; }
    .data-labelling .tabcontent.active {
      display: block; }
    .data-labelling .tabcontent p {
      color: #333;
      font-size: 16px; }
  .data-labelling .content-tab {
    border: 1px solid #231725;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    min-height: 500px;
    margin-top: unset;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 0; }
    .data-labelling .content-tab .tabcontent {
      position: relative;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      height: 0;
      opacity: 0; }
  .data-labelling .content-tab .tabcontent.active {
    height: 100%;
    opacity: 1; }
  .data-labelling .content-tab .tabcontent .image {
    width: 100%;
    height: auto; }
  .data-labelling .tabs-wrapper .butn {
    border: unset; }
  .data-labelling .tabs-wrapper .butn:hover {
    background: linear-gradient(to left, #0EF0E9 0%, #4C0AF4 100%); }
  .data-labelling .tabs-wrapper .butn--radius {
    border-radius: 10px; }
  .data-labelling .tabs-wrapper .butn--color {
    background: linear-gradient(90deg, #0EF0E9 0%, #4C0AF4 100%); }
  .data-labelling .filtering .filter {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    display: flex;
    margin: 0px 0 20px; }
    .data-labelling .filtering .filter span {
      color: #eee;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 8px 20px;
      cursor: pointer;
      position: relative; }
      .data-labelling .filtering .filter span:after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #12c2e9;
        position: absolute;
        left: 0;
        bottom: -10px;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      .data-labelling .filtering .filter span.active {
        color: #12c2e9; }
        .data-labelling .filtering .filter span.active:after {
          bottom: -4px;
          opacity: 1; }

.industries .items {
  position: relative;
  overflow: hidden; }
  .industries .items .cont {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.industries h6 {
  font-size: 15px; }

.footer {
  background: #000; }
  .footer .footer_logo .f_logo {
    margin-left: 0px; }

.sm-padding {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.subpage .site-header {
  box-shadow: 0 0 5px 0 #333; }
.subpage .main {
  margin-top: 100px; }
.subpage .services {
  background-image: url(../images/homepage/data_bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  .subpage .services .card .content {
    height: 500px; }
    .subpage .services .card .content p {
      font-size: 15px; }
  .subpage .services.video_service .card .content {
    height: 550px; }
  .subpage .services.heathcare .card .content {
    height: 550px; }
    .subpage .services.heathcare .card .content h6 {
      font-size: 17px; }
  .subpage .services.robotic .card .content {
    height: 400px; }
  .subpage .services .item-box {
    padding: 20px; }
.subpage .security .images img {
  height: 380px; }
.subpage .security .content {
  padding: 20px;
  padding-top: 0; }
  .subpage .security .content .item-box img {
    height: auto !important; }
  .subpage .security .content p {
    text-align: center;
    padding: 20px;
    color: #fff; }
.subpage .security .gal-link-img img {
  width: 200px; }

.first-section {
  position: relative; }
  .first-section h4 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 20px; }
  .first-section .content {
    width: 80%; }
    .first-section .content p {
      text-align: justify; }

.image-container {
  margin-top: 20px;
  padding: 12px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
  border-radius: 10px 10px 10px 10px;
  background-color: transparent;
  background-image: linear-gradient(90deg, #13171a 0%, #0d011c 100%); }
  .image-container .image {
    position: relative; }
    .image-container .image img {
      border-radius: 15px 15px 15px 15px; }

.automotive_header {
  position: relative; }
  .automotive_header .section-title {
    width: 60%;
    margin: 0 auto; }
    .automotive_header .section-title h3 {
      font-size: 48px; }
    .automotive_header .section-title p {
      font-size: 15px; }

.automotive .container {
  -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s; }
.automotive .detail_content {
  background: #151921;
  box-shadow: 0 1px 5px 0 rgba(3, 3, 3, 0.15);
  display: table;
  margin: 0 auto;
  width: 100%;
  border-radius: 16px;
  box-sizing: border-box; }
.automotive .detail-list {
  padding: 50px;
  max-width: 1100px;
  margin: 0 auto;
  display: table; }
.automotive .gal-col-inner .excerpt-box {
  padding: 36px;
  position: relative;
  box-shadow: none;
  margin-left: 0;
  background: 0 0;
  z-index: 2; }
  .automotive .gal-col-inner .excerpt-box h6 {
    font-size: 20px;
    letter-spacing: initial;
    font-weight: 700;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    -ms-transition: ease .5s;
    transition: ease .5s;
    margin-top: 10px;
    margin-bottom: 15px; }
  .automotive .gal-col-inner .excerpt-box p {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 30px;
    margin: 0 0 30px;
    word-spacing: 1px; }
.automotive .gal-link-img {
  position: relative;
  display: block;
  overflow: hidden; }
  .automotive .gal-link-img:hover img {
    transform: scale(1.1, 1.1); }
  .automotive .gal-link-img img {
    height: auto;
    width: 100%;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: .3s;
    transition: all .5s; }
#annotation_contact{
  padding-bottom: 50px;
}
    #confirmation_1{
  color: #4db34d;
  margin-top: 20px;
}
.confirmation_2{
  color: #ff3333;
  margin-top: 20px;
}