/**
* Template Name: OnePage - v4.0.1
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*fix svg*/
/*IE*/
.ie9 img[src$=".svg"] {
  width: 100%;
  height: 100%;
}
/*Edge*/
@supports (-ms-ime-align:auto) {
  img[src$=".svg"] {
      width: 100%;
      height: 100%;
  }
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
      width: 100%;
      height: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1250px;
  }
}

#main{
  overflow-x: hidden;
  position: relative;
  background:linear-gradient(180deg, rgba(61,27,147,1) 0%, rgba(33,130,135,1) 15%, rgba(33,130,135,1) 25%, rgba(57,39,149,1) 45%, rgba(58,169,180,1) 66%, rgba(58,169,180,1) 80%, rgba(226,226,226,1) 100%);
}
.product-page#main::before{
  content: " ";
  position: absolute;
  width: 100%;
  height: calc(100% - 85px);
  background-image: url('/MetaPi/images/pi-bg-line.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: 22vh;
  z-index: 0;
  pointer-events: none;
}
.product-page#main::after{
  content: " ";
  position: absolute;
  bottom: 40vh;
  width: 100%;
  height: calc(100% - 160vh);
  background-image: url('/MetaPi/images/pi-bg-galaxy.svg?v=20220217');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: 0;
  z-index: 0;
  pointer-events: none;
}
body {
  font-family: sans-serif, 'roboto';
  color: #dadada;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  position: relative;
}
a {
  color: #019faa;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}
svg {
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif, 'roboto';
}
.h3, h3{
  font-size: 22px;
  color: #019faa;
  font-weight: bold;
}
.desktop {
  display: block;
}
.tablet {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .desktop {
    display: block;
  }
  .tablet {
    display: none;
  }
  .mobile {
    display: none;
  }
}
@media (max-width: 500px) {
  .desktop {
    display: none;
  }
  .tablet {
    display: none;
  }
  .mobile {
    display: block;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 25px;
  bottom: 25px;
  z-index: 996;
  background: #019faa;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #017279;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #019faa;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  /* background-color: #3b2395; */
  z-index: 997;
  padding: 15px 0;
  /* border-bottom: 1px solid #e6f2fb; */
}

#header.header-scrolled {
  border-color: #fff;
  /* box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08); */
}
#header .header-block {
  padding-right: calc( 1.5rem / 2);
  padding-left: calc( 1.5rem / 2);
  padding: 5px 50px 5px 40px;
  background-color: #25768a;
  border-radius: 30px;
  /* border: 1px solid #ddd; */
  position: relative;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: sans-serif, 'roboto';
  display: inline-block;
}

#header .logo a {
  color: #16507b;
}

#header .logo-block {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
}
#header .logo img {
  max-height: 29px;
  height: 29px;
  width: auto;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #3b2395;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #009ca6;
}

.navbar .getstarted {
  /* background: #3b2395; */
  padding: 8px 20px;
  margin-left: 30px;
  border:1px solid #fff;
  border-radius: 25px;
  color: #fff!important;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #009ca6;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #009ca6;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #25768a;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #019faa;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #019faa;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../images/back.jpg") center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: sans-serif, 'roboto';
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
  font-family: sans-serif, 'roboto';
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #019faa;
}

#hero .btn-get-started:hover {
  background: #017279;
}

#hero .icon-boxes {
  margin-top: 100px;
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

#hero .icon-box img {
  background-color: #ddd;
  border-radius: 10em;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #019faa;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #019faa;
}

@media (max-height: 800px) {
  #hero {
    /* height: auto; */
    height:100vh;
  }
}

@media (max-width: 992px) {
  #hero {
    /* height: auto; */
    height:100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 55px 0;
  overflow: hidden;
}
section.product-inner-page {
  /* padding-bottom: 25vh; */
  padding-bottom: 0;
}
.section-bg {
  background-color: #266FA2;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #019faa;
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  -webkit-text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
}
.inner-page{
  min-height: 61vh;
}
.inner-page.product-inner-page{
  padding-top: calc(10vh);
  position: relative;
}
.inner-page-banner .section-title {
  text-align: left;
  /* padding-left: 10vw;
  padding-right: 10vw; */
  padding-bottom:0;
}
.inner-page-banner .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  -webkit-text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  letter-spacing: -2px;
  line-height: 0.8;
  font-family: sans-serif, 'roboto';
  font-size: 62px;
  word-spacing: 100vw;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  -webkit-text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
}
.section-title.white h2 {
  color: #fff;
  text-shadow: 0 0 10px rgb(0 0 0 / 50%);
  -webkit-text-shadow: 0 0 10px rgb(0 0 0 / 50%);
  text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.section-title.white p {
  color: #fff;
  text-shadow: 0 0 10px rgb(0 0 0 / 50%);
  -webkit-text-shadow: 0 0 10px rgb(0 0 0 / 50%);
  text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
/*--------------------------------------------------------------
# Product Banner
--------------------------------------------------------------*/
.product-page-banner:before{
  content: "";
  /* background: rgb(255 255 255 / 70%); */
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.product-page-banner{
  background-image: url('/MetaPi/images/product/bg.jpg');
  background-color: #f1f1f1;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
}
section.product-page-banner div.container{
  z-index:1;
}
.product-page-banner .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #019faa;
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  -webkit-text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  text-shadow: 0 0 10px rgb(255 255 255 / 50%);
  letter-spacing: -2px;
  line-height: 0.8;
  font-family: sans-serif, 'roboto';
  font-size: 62px;
}
section.product-page-banner .baner-logo-l{
  position: absolute;
  left: 1em;
  bottom: -3.7em;
  height: 410px;
  width: 540px;
  pointer-events: none;
  background-image: url('/MetaPi/images/product/banner-logo-l.svg');
  background-repeat: no-repeat;
}
section.product-page-banner .baner-logo-r{
  position: absolute;
  right: 1em;
  bottom: -5.9em;
  height: 460px;
  width: 510px;
  pointer-events: none;
  background-image: url('/MetaPi/images/product/banner-logo-r.svg');
  background-repeat: no-repeat;
}
section.product-page-banner .icon-menu{
  margin-top:2em;
}
section.product-page-banner .icon-menu .product-icon{
  display: inline-block;
  padding: 1em;
  margin-right: 0.3em;
  margin-bottom: .3em;
  border: 2px solid #414852;
  border-radius: 50%;
  opacity: 0.5;
  transition: .3s;
}
section.product-page-banner .icon-menu a{
  position:relative;
}
section.product-page-banner .icon-menu a:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -65px;
  left: 50%;
  z-index: 1;
  transform: translate(-54%);
  margin: 0 auto;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: bolder;
  white-space: nowrap;
  background-color: #444;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 3px 3px 7px #898989;
  padding: 2px 10px;
}
section.product-page-banner .icon-menu a:hover > .product-icon{
  opacity: 1;
}
section.product-page-banner .icon-menu .product-icon.active-icon{
  opacity: 1;
  background-color: rgba(255,255,255,0.27);
  box-shadow: 3px 3px 7px rgba(255,255,255,0.27);
  cursor: no-drop;
}
section.product-page-banner .icon-menu .product-icon img{
  width:40px;
  height:40px;
}

.Sample-AD-banner{
  background-image: url('/MetaPi/images/product/Sample-AD-bg.svg');
  background-color:#fff;
  background-repeat: repeat;
  width:320px;
  height:200px;
  border:1px solid #e4e4e4;
  border-radius:.5em;
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index:10;
  display: none;
}
.Sample-AD-banner .btn{
  background-position: 2em 1em;
  width: 100%;
  text-align: left;
  display: block;
  width: 320px;
  height: 200px;
}
.Sample-AD-banner .Sample-AD-Img{
  width: 320px;
  height: 200px;
  position: absolute;
  left: -1em;
  top: -0.3em;
}
.Sample-AD-banner .Sample-AD-light-l{
  background-image: url('/MetaPi/images/product/Sample-AD-light-l.svg');
  width: 60px;
  height: 90px;
  position: absolute;
  top: 2em;
  left: 1em;
  background-repeat: no-repeat;
}
.Sample-AD-banner .Sample-AD-light-r{
  background-image: url('/MetaPi/images/product/Sample-AD-light-r.svg');
  width: 50px;
  height: 100px;
  position: absolute;
  left: 9em;
  top: 2em;
  background-repeat: no-repeat;
}
.Sample-AD-banner .Sample-AD-light-underline{
  background-image: url('/MetaPi/images/product/Sample-AD-light-underline.svg');
  width: 150px;
  height: 18px;
  position: absolute;
  bottom: -9em;
  left: 2em;
  background-repeat: no-repeat;
}
.Sample-AD-banner .Sample-AD-Product{
  width: 100%;
  position: absolute;
  max-width: 160px;
  max-height: 180px;
  transform: scale(1.1);
  top: 20px;
  left: 30px;
  filter: drop-shadow(0px 3px 0px #0e6786);
  -webkit-filter: drop-shadow(0px 3px 0px #0e6786);
}
.Sample-AD-banner .btn h5{
  color: #eda92c;
  font-size: 26px;
  font-weight: bolder;
  text-shadow: 1px 1px 0px #4a4a4ad1;
  position: absolute;
  bottom: 1.1em;
  padding-left: 7px;
}
.Sample-AD-banner .btn h6{
  color: #019faa;
  font-size: 18px;
  font-weight: bolder;
  text-shadow: 1px 1px 0px #4a4a4ad1;
  position: absolute;
  bottom: 0.6em;
  padding-left: 7px;
}
.Sample-AD-banner .AD-logo-r{
  background-image: url('/MetaPi/images/product/Sample-AD-r.svg');
  width: 320px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60% 60%;
  position: absolute;
  right: -1em;
  bottom: 0;
  z-index:0;
}
.Sample-AD-banner .AD-logo-close{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 11px 12px;
  line-height: 1;
  position: absolute;
  left: -6px;
  top: -6px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Sample-AD-banner .AD-logo-close span{
  font-size: 24px;
  font-weight: bolder;
  display: block;
  color: #797979;
}


.space-block-r .container{
  border-radius: 5em 0 0 5em;
  padding: 55px 5em;
  background: linear-gradient(to right, #9ED5DC, #61939C);
}
.space-block-r > .container:before{
    display: block;
    content: "";
    position: absolute;
    background-color: #61939C;
    width: 50%;
    height: 100%;
    right: -50%;
    top: 0;
}
.space-block-l .container{
  border-radius: 0 5em 5em 0;
    padding: 55px 5em;
    background: linear-gradient(to left, #9ED5DC, #61939C);
}
.space-block-l > .container:after{
    display: block;
    content: "";
    position: absolute;
    background-color: #61939C;
    width: 50%;
    height: 100%;
    left: -50%;
    top: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about{
  padding-top:13em;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #019faa;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: sans-serif, 'roboto';
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #019faa;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #019faa;
}

.about .content .btn-learn-more:hover {
  background: #019faa;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
  padding: 0 2em;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #019faa;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 1rem 0 0 0;
  font-family: sans-serif, 'roboto';
  font-weight: 600;
  font-size: 16px;
  color: #019faa;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #019faa;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#019faa 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #019faa;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: left;
  /* min-height: 290px; */
  /* max-height: 290px; */
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  text-align: right;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #8e8e8e;
  margin: 0;
  text-align: right;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item .ro-text{
  padding: 20px;
  min-height: 120px;
  display: flex;
}
.testimonials .testimonial-item .colleagues-text{
  padding: 20px;
  min-height: 170px;
  display: flex;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  position: relative;
  /* margin-bottom: 35px; */
  color: #6f6f6f;
  display: flex;
  align-items: center!important;
}

/* .testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
} */

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #019faa;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #019faa;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  /* padding: 20px 20px 30px 20px; */
  transition: all ease-in-out 0.3s;
  /* background: #fff; */
  /* box-shadow: 0px 5px 30px 0px rgba(110, 123, 131, 0.05); */
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon img.hover-img{
  display: none;
}

.services .HyperIcon-box{
  width: 100%;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #fff;
}

.services .icon-box .icon img{
  z-index: 1;
  width: 45%;
}
.services.story .icon-box .icon img{
  z-index: 1;
  width: 50%;
}


.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  margin-bottom:0;
}

.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}
.services .icon-box span.nt, .navbar .dropdown ul li .nt{
  border-radius: 1em;
  padding: 2px 10px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  background-color: #616161;
  color: #fff;
}
.navbar .dropdown ul li .nt{
  margin-left: 1.5em;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  /* box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08); */
}
.services .iconbox-blue i {
  color: #019faa;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #019faa;
}

.services .iconbox-blue:hover img{
  /* transition: 0.5s;
  transform: scale(1.2); */
  display: none;
}
.services .iconbox-blue:hover img.hover-img{
  display: block;
  transition: 0.5s;
  transform: scale(1.2);
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #019faa;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: sans-serif, 'roboto';
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #019faa;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #019faa;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #019faa;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #019faa;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #019faa;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}

.pricing .box h4 {
  font-size: 42px;
  color: #019faa;
  font-weight: 500;
  font-family: sans-serif, 'roboto';
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #019faa;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: sans-serif, 'roboto';
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #019faa;
}

.pricing .box .btn-buy:hover {
  background: #019faa;
  color: #fff;
}

.pricing .featured {
  background: #019faa;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #019faa;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: sans-serif, 'roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #019faa;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px){
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #019faa;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #217bbc;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #019faa;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #019faa;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #019faa;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #017279;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 72px;
  display: none;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  visibility: hidden;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #009ca6;
  font-size: 14px;
  background-color: rgba(226,226,226,1);
  box-shadow: 0px 2px 15px rgb(18 66 101 / 8%);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: sans-serif, 'roboto';
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #019faa;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #019faa;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #019faa;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #017279;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links{
  margin-right: 6.7em;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #019faa;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #017279;
  color: #fff;
  text-decoration: none;
}

#f-agv{
  height: 200px;
  width: auto;
  position: absolute;
  bottom: 0%;
  left: 15%;
  transform: rotate(-17deg);
}
#f-hmi{
  height: 200px;width: auto;position: absolute;bottom:5%;right: 15%;
}
#f-scara{
  height: 200px;width: auto;position: absolute;bottom:5%;right: 25%;
}
#f-drone{
  width: 150px;position: absolute;bottom: 35%;left: 5%;
}
#f-satellite-1{
  width: 150px;position: absolute;top: -5%;left: -5%;
}
#f-satellite-2{
  width: 150px;position: absolute;top: 0;right: 2%;
}



/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drop-shadow{
  filter: drop-shadow(0px 1px 0px #fff) drop-shadow(1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(-1px 0px 0px #fff);
  -webkit-filter: drop-shadow(0px 1px 0px #fff) drop-shadow(1px 0px 0px #fff) drop-shadow(0px -1px 0px #fff) drop-shadow(-1px 0px 0px #fff);
}
section.inner-page-banner div.container{
  display: flex;
  align-items: center;
  align-content: center;
  z-index:1;
}
section.inner-page-banner .baner-logo-l{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
    width: 250px;
    pointer-events: none;
}

section.inner-page-banner .baner-logo-r{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 434px;
    width: 381px;
    pointer-events: none;
}
.inner-page-banner{
  /* background: linear-gradient(180deg, rgb(58 119 168) 0%, rgb(51 60 146) 100%); */
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  display: flex;
}
.inner-page-banner:before{
  content: "";
  /* background: rgb(44 92 142); */
  /* background-image: url('/MetaPi/images/bg-txt.png'); */
  opacity: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.product-inner-page .container > .row{
  margin-bottom: 5em;
  position: relative;
  z-index: 1;
}
.product-inner-page #Sample{
  clear: both;
  width: 100%;
  height: 0;
}
.product-inner-page #Sample_form{
  padding: 5px 10px;
}
.product-inner-page #Sample_form .row{
  margin-bottom: 2em;
}
.product-inner-page .sample-block img{
  width: 100%;
}
.product-inner-page .product-image.text-right{
  text-align:right;
}
.product-inner-page .product-image{
  position: relative;
  margin-top: 10em;
  z-index: 1;
}
.product-inner-page .product-image img{
  max-width: 400px;
}
.product-inner-page .product-image .animate-block{
  min-height: 320px;
  max-width:400px;
  position: relative;
  margin: 0 auto;
}
.product-inner-page .product-image .animate-block *{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.product-inner-page .sample-inquiry{
  background-image: url('/MetaPi/images/product/Sample-AD-bg-gray.svg');
  background-color:#fff;
  background-repeat: repeat;
  padding: 4em 22em 4em 4em;
  position: relative;
  border: 1px solid #ddd;
  border-radius: .5em;
}
.product-inner-page .sample-inquiry .sample-inquiry-logo-r{
  background-image: url('/MetaPi/images/product/Sample-AD-r.svg');
  width: 570px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50% 60%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.product-inner-page .sample-inquiry .sample-inquiry-text { 
  position: relative;
  z-index: 1;
}
.product-inner-page .sample-inquiry .sample-inquiry-text h5{
  color:#019faa;
}
.product-inner-page .sample-inquiry .sample-inquiry-text p{
  color:#6f6f6f;
}
.product-inner-page .sample-inquiry .sample-inquiry-btn {
  background: #fff;
  padding: 8px 20px;
  border:1px solid #019faa;
  border-radius: 4px;
  color: #019faa;
}
.product-inner-page .sample-inquiry .sample-inquiry-btn:hover {
  color: #fff;
  background: #019faa;
}
.product-inner-page .product-footer {
  position: absolute;
  min-height: 60vh;
  bottom: 0;
  width: 100%;
  margin-top: -30vh;
  background-image: url('/MetaPi/images/product/f-earth.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  pointer-events: none;
}
.product-inner-page .mp-cs551-3 .product-image{
  padding-top: 5em;
}
.testimonial-hr{
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 2.5rem;
  display: block;
  width: 100%;
  padding: 1em;
  color:#019faa;
  font-family: 'roboto';
}
.testimonial-hr span:before {
  left:0;
}
.testimonial-hr span:after {
  right:0;
}
.testimonial-hr span:before, .testimonial-hr span:after {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  background: #019faa;
  content: "";
  height: 2px;
  width: 40%;
  z-index: 8;
  font-weight: bold;
  display: none;
}
.testimonial-anchor{
  width: 47%;
  margin:0 auto;
  display: block;
}
.testimonial-anchor .testimonial-anchor-bar{
  width: 20%;
  height: 6px;
  display: inline-block;
  background-color: #ddd;
  cursor: pointer;
  margin-right: 0.1em;
}
.testimonial-anchor .testimonial-anchor-bar:last-child{
  margin-right: 0;
}
.testimonial-anchor .testimonial-anchor-bar:hover{
  background-color:#bbb;
}
.testimonial-anchor .testimonial-anchor-bar.active-anchor{
  background-color:#6f6f6f;
}

.testimonial-lead .col-lg-6{
  padding: 1em;
}
#data-lead>.col-lg-12{
  padding:0;
}
.testimonial-lead .testimonial-lead-profile{
  /* background-color: #096c73; */
  padding: 1em 0;
  border-radius: 0.5em;
  color: #000 !important;
  box-shadow: 0 0 3em 0 #ddddddbd;
  margin-bottom: 1em;
}

.testimonial-lead .testimonial-lead-profile.gm-profile{
  padding: 2em 0;
}
.testimonial-lead .testimonial-lead-profile.gm-profile .lead-content p{
  padding: 0;
}
.testimonial-lead .testimonial-lead-profile.gm-profile .lead-content .jobtitle{
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.testimonial-lead .row{
  margin-top: initial;
  margin-right: initial;
  margin-left: initial;
}
.testimonial-lead .lead-image{
  padding:1em;
  padding-top:0;
}
.testimonial-lead .lead-image img{
  border-radius: .2em;
  width: 600px;
  pointer-events: none;
}

.testimonial-lead .lead-content {
  font-size: 15px;
  padding: 0 1em;
  position: relative;
}
.testimonial-lead .lead-content h3 {
  font-weight: 700;
  font-size: 16px;
  margin:0;
  margin-bottom: 0.5em;
  border-radius: .5em;
  background-color: rgba(132,218,222,0.2);
  color: #019faa;
  padding: 1em;
}
.testimonial-lead .lead-content p {
  padding: 1em;
  padding-bottom: 0;
  padding-top: 0;
}
.testimonial-lead .lead-content p:last-child {
  margin-bottom: 1em;
}

.testimonial-lead .lead-content p.article-title {
  margin-top: 1.5em;
  font-weight: 600;
  color: #019faa;
}
.testimonial-lead .lead-content .text-toggle{
  padding:0;
  /* padding-bottom: 1em; */
}
.testimonial-lead .lead-content .text-toggle h3{
  position: relative;
  padding-left: 3em;
  padding-right: 3em;
  color: #6f6f6f;
}
.testimonial-lead .lead-content .text-toggle:last-child h3{
  margin-bottom: 0;
}
.testimonial-lead .lead-content .text-toggle.active-toggle:last-child h3{
  margin-bottom: 1em;
}
.testimonial-lead .lead-content .text-toggle.active-toggle h3{
  color: #019faa;
  border: 1px solid #019faa;
}
.testimonial-lead .lead-content .text-toggle h3::before{
  content: "\FF1F";
  position: absolute;
  color: #019faa;
  top: calc(50% - 8px);
  left: 1.5em;
  transform: scale(1.5);
  border: 1px solid #019faa;
  padding: 0px 1px;
  border-radius: 50%;
  font-weight: bolder;
  font-family: 'Calibri';
  font-size: 12px;
  width: 16px;
  height: 16px;
}
.testimonial-lead .lead-content .text-toggle h3::after{
  content: "\02C5";
  position: absolute;
  color: #019faa;
  top: calc(50% - 12px);
  font-family: 'Calibri';
  right: 1em;
  font-size: 26px;
  transform: scaleY(0.7);
}
.testimonial-lead .lead-content .text-toggle.active-toggle h3::after{
  content: "\02C4";
}
.testimonial-lead .lead-content .text-toggle .hide-content{
  display:none;
  transition: 0.3s;
}
.testimonial-lead .lead-content .text-toggle.active-toggle .hide-content{
  display: block;
  animation-name: active-toggle;
  animation-duration: 1.5s;
}

.testimonials .testimonial-item .text-toggle p{
  transition: 0.3s;
  margin-bottom: .5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonials .testimonial-item .ro-text.text-toggle:after{
  content: "\02C5";
  color: #019faa;
  font-family: 'Calibri';
  font-size: 26px;
  font-style: normal;
  position: absolute;
  bottom: -5px;
  right: calc( 50% - 13px);
  transform: scaleY(0.7);
}
.testimonials .testimonial-item .ro-text.text-toggle.active-toggle:after{
  content: "\02C4";
}
.testimonials .testimonial-item .text-toggle.active-toggle p{
  display: block;
  animation-name: active-toggle;
  animation-duration: 1.5s;
}

@keyframes active-toggle {
  from {opacity: 0;}
  to {opacity: 1;}
}
.testimonial-lead .testimonial-lead-profile .jobtitle{
    font-size: 46px;
    font-weight: bolder;
    letter-spacing: -2px;
    line-height: 1;
    font-family: sans-serif, 'roboto';
    margin: 0 auto;
    color: #02858e;
    line-height: 0.5;
}
.testimonial-lead .testimonial-lead-profile .jobtitle em{
    font-size: 14px;
    letter-spacing: 0px;
    padding-left: 1px;
    text-align: left;
    display: inline-block;
    line-height: 1;
    padding-top: 1em;
}


.testimonials .testimonial-profile{
  background-color: rgba(132,218,222,0.3);
  position: relative;
  border-radius: .5em;
  border-top-left-radius: 3.5em;
  color: #fff;
  /* min-height: 290px; */
  margin-bottom: 25px;
}

.testimonials .testimonial-profile-sticker {
  background-image:url('/MetaPi/images/testimonials/default.png'); /*Default Image*/
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
  border-radius: 10em;
  display: inline-block;
  /* border: 1px solid #ddd; */
  box-shadow: 3px 3px 5px #b7b7b7;
}

.testimonial-profile-card{
  padding-right:2em;
}

.testimonials-ro{
  padding:0;
}
.testimonials-ro .testimonial-profile{
  background-color: rgba(132,218,222,0.4);
}

.mark-s{
  color: #bdbdbd;
  font-size: 10px;
  margin-bottom: 3em;
  text-align: right;
  font-style: italic;
}

.home-title{
  /* position: absolute; */
  position: relative;
  transition: all .7s;
  /* width: 650px; */
  right: 0;
  top: 2em;
}
.home-title img {
  transition: all .7s;
  /* width: 650px; */
  width: 100%;
}
.home-title-icon{
  width: 90px !important;
  height: 90px !important;
  padding:1.4em;
  position: absolute;
  background-color: #fff;
  border-radius: 5em;
  -webkit-box-shadow: 0px 10px 3px #d2d2d2d1;
  -moz-box-shadow: 0px 10px 3px #d2d2d2d1;
  box-shadow: 0px 10px 3px #d2d2d2d1;

  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}
.home-title-icon:hover{
  -webkit-box-shadow: 0px 10px 3px #019faa;
  -moz-box-shadow: 0px 10px 3px #019faa;
  box-shadow: 0px 10px 3px #019faa;
  color: #019faa;
  transition: all 0.3s ease-in-out !important;
  margin-top: -5px;
}

.main-banner{
  position:relative;
  /* height: calc(100vh - 63px) ; */
  height: calc(100vh) ;
  /* background-color: #2b2b2b; */
  background-blend-mode: multiply;
  /* background-image: url('/MetaPi/images/mb-bg.svg'); */
  /* background: linear-gradient( rgba(61,27,147,1) 0%, rgb(33 130 135) 100%); */
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  /* margin-top: 63px; */
  overflow: visible;
}
#main .main-banner{
  /* overflow: hidden; */
}

.mb-pc{
  /* background-image: url('/MetaPi/images/mb-star.svg'); */
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  /* overflow: hidden; */
}

.mb-pc:before {
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/MetaPi/images/mb-star.svg');
  background-repeat: repeat;
  background-position: -23em 0px;
  width: 100%;
  height: 100%;
  opacity : 1;
}
section.product-inner-page:before {
  pointer-events: none;
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/MetaPi/images/mb-star.svg');
  width: 100%;
  height: 100%;
  opacity : 1;
}
.mb-pc .mb-header .mb-header-l{
  position: absolute;
  top: 8px;
  left: 0;
  height: 90%;
  width:auto;
}
.mb-pc .mb-header .mb-header-r{
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height:100%;
}
.mb-pc .mb-ri {
  z-index: 1;
  position: relative;
  width: 100vw;
  height: calc(100vh - 63px);
  top: 0.5em;
}
.mb-pc .mb-river {
    display: flex;
    align-items: center;
    z-index:1;
}
.mb-pc .mb-river figure.mb-r1,.mb-pc .mb-river figure.mb-r2{
  height:calc(100vh - 72px);
  display:flex;
  align-items:center;
}
.mb-pc .mb-river figure.mb-r1 {
  animation: clip-fade 6s ;
  position: absolute;
  top: 0;
  clip-path: inset( 0 100% 0 0);
  -webkit-clip-path: inset( 0 100% 0 0);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;

}
.mb-pc .mb-river figure.mb-r2 {
  display:none;
  animation: clip-fade2 7s ;
  position: absolute;
  clip-path: inset( 0 100% 0 0);
  -webkit-clip-path: inset( 0 100% 0 0);
  animation-delay: 3s;
  animation-iteration-count:infinite;
  opacity: 0.5;
}
.mb-pc .mb-river figure img {
  display: flex;
  align-items: center; 
  width: 100vw;
}
.mb-pc .mb-icon{
  z-index:1;
}
.mb-pc .mb-icon img{
  width: 150px;
  height: 150px;
  /* border-radius: 0.5em;
  background-color:#fff;
  box-shadow: 0px 0px 7px rgb(255 255 255); */
}
.mb-pc .mb-icon img.mb-icon1 ,.mb-pc .mb-icon img.mb-icon3 ,.mb-pc .mb-icon img.mb-icon4 {
  width: 200px;
  height: 200px;
}
.mb-pc .mb-icon img.mb-icon5{
  width: 230px;
  height: 230px;
}
.mb-pc .mb-icon .mb-icon1{
  position: absolute;left: 5%;top: 35%;
}
.mb-pc .mb-icon .mb-icon2{
  position: absolute;left: 25%;top: 39%;
}
.mb-pc .mb-icon .mb-icon3{
  position: absolute;left: 35%;top: 50%;
}
.mb-pc .mb-icon .mb-icon4{
  position: absolute;right: 43%;bottom: 15%;
}
.mb-pc .mb-icon .mb-icon5{
  position: absolute;right: 27%;top: 35%;
}
.mb-pc .mb-icon .mb-icon6{
  position: absolute;right: 20%;top: 25%;
}
.mb-pc .mb-icon .mb-icon7{
  position: absolute;right: 10%;top: 11%;
}
.mb-pc .mb-footer, .mb-pc .mb-footer{
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /* overflow: hidden; */
}
.mb-m .mb-footer{
  z-index: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}
.mb-pc .mb-footer .mb-footer-l{
  position: absolute;
  bottom: -10%;
  right: 0px;
  width: 100%;
  height: 100%;
}
.group-rocket{
  transform: rotate(345deg);
  bottom: 86%;
  right: 21%;
  position: absolute;
}
.group-footer{
  /* overflow: hidden; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mb-pc .mb-footer .mb-footer-r{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33vw;
}

img.mb-meteor{
  width:150px;
  height:auto;
  position:absolute;
  offset-path: path('M-1000 0 L1920 2');
  animation: meteor-move 7s infinite linear;
}
img.mb-logo{
  width: 200px;
  height: 229px;
  top: 18%;
  left: 6%;
  position: absolute;
}
.mb-rover{
  position: absolute;
  left: 20%;
  bottom: 17%;
  width: 340px;
  height: 178px;
}
.group-slogan{
  position: absolute;
  height: 180px;
  width: 1000px;
  bottom: 7%;
  left: 6%;
}
.mb-slogan{
  position: absolute;
  width: auto;
  height: 60px;
}
.mb-slogan.slogan-1{
  top: 0px;
}
.mb-slogan.slogan-2{
  top: 90px;
}
.mb-planet{
  width:100px;
  height:auto;
  position:absolute;
}
.mb-planet.planet-1{
  left: 25%;top: 10%;width: 120px;
}
.mb-planet.planet-2{
  left: 45%;top: 10%;width: 110px;
}
.mb-planet.planet-3{
  right: 37%;top: 30%;width: 160px;
}
.mb-planet.planet-4{
  right: 5%;top: 8%;width:130px;
}
.mb-planet.planet-5{
  right: 4%;bottom: 13%;width: 160px;
}
.breathe{
  animation: breathe 10s infinite ease-in-out;
  animation-direction: alternate;
}
.planet-breathe{
  animation: planet-breathe 10s infinite ease-in-out;
  animation-direction: alternate;
}
.planet-rotate{
  animation: planet-rotate 10s infinite linear;
}
.mb-rocket{
  width: 90px;
  height: 150px;
  position: absolute;
  animation: rocket 5s infinite linear;
  animation-direction: alternate;
}
.mb-pc:before {
  animation: fadeIn 1s infinite linear;
  animation-direction: alternate;
}
.mb-astronaut{
  left: 39%;
  top: 44%;
  width: 120px;
  height: 150px;
  opacity: 0;
  position:absolute;
  transform-origin: bottom center;
  animation: nap-breathe 5s infinite linear;
  animation-direction: alternate;
}
.swal2-modal .swal2-content{
  white-space: pre-line;
  text-align: left;
}
#cs551-1-galaxy{
  width: 100%;max-width: 400px;animation: nap-breathe 20s infinite linear;
  animation-direction: alternate;
}
#cs551-1-telescope{
  top: 15%;
  right: 5em;
}
#cs551-2-ufo{
	width: 200px;position: absolute;right: 20%;top: 0%;
  animation: tada 20s infinite linear;
  animation-duration: 20s;
}
#cs551-3-heating{
  width: 120px;
  position: absolute;
  left: 145px;
  top: 100px;
  mix-blend-mode: screen;
  opacity: 0.9;
}
#cs551-4-spaceman{
  width: 150px;position: absolute;top: -5em;right: -5em;animation: nap-breathe 5s infinite linear;animation-direction: alternate;
}
#f-drone{
  animation: slow-shake 60s infinite linear;
  animation-direction: alternate;
}
#f-satellite-1,#f-satellite-2{
  animation: slow-shake 60s infinite linear;
  animation-direction: alternate;
  animation-delay: -10s;
}
/*--------------------------------------------------------------
# SVG origin
--------------------------------------------------------------*/
#cs551-1-telescope-sight{
	transform-origin: 113px 65px;
}
#f-agv-arm{
	transform-origin: 134.5px 108.2px;
}
#f-agv-a2-a3{
	transform-origin: 156px 35px;
}
#f-agv-a3-h{
	transform-origin: 212px 11px;
}
#f-drone .drone-fan{
	animation: opacity .2s infinite linear;
}
#f-scara-arm{
	transform-origin: 100px 185px;
}
#f-scara-a2-a3{
	transform-origin: 57px 155px;
}
#f-scara-a3-h{
	transform-origin: 125px 82px;
}
#f-scara-hook{
	transform-origin: 57px 20px;
}
#cs551-2-ufo-light{
	animation: cs551-2-ufo-light 5s infinite linear;
	animation-direction: normal;
}
#f-satellite-1-light-1,#f-satellite-2-light-1{
	animation: satellite-light-1 3s infinite linear;
}
#f-satellite-1-light-2,#f-satellite-2-light-2{
	opacity: 0;
	animation: satellite-light-2 3s infinite linear;
}
#f-satellite-1-light-3,#f-satellite-2-light-3{
	opacity: 0;
	animation: satellite-light-3 3s infinite linear;
}
.rotate10{
	animation: rotate 10s infinite linear;
}
.rotate{
	animation: rotate 5s infinite linear;
}
.r10{
	animation: r10 5s infinite linear;
	animation-direction: alternate;
}
.r20{
	animation: r20 5s infinite linear;
	animation-direction: alternate;
}
.r30{
	animation: r30 5s infinite linear;
	animation-direction: alternate;
}
.l10{
	animation: l10 5s infinite linear;
	animation-direction: alternate;
}
.l20{
	animation: l20 5s infinite linear;
	animation-direction: alternate;
}
.l30{
	animation: l30 5s infinite linear;
	animation-direction: alternate;
}
.opacity{
	animation: opacity 1s infinite linear;
	animation-direction: alternate;
}
@keyframes slow-shake {
  2%{transform:translate(0px, -7px) rotate(2.5deg)}4%{transform:translate(6px, 3px) rotate(-.5deg)}6%{transform:translate(6px, -5px) rotate(.5deg)}8%{transform:translate(3px, 3px) rotate(-1.5deg)}10%{transform:translate(-4px, 5px) rotate(1.5deg)}12%{transform:translate(2px, 7px) rotate(2.5deg)}14%{transform:translate(0px, 6px) rotate(-1.5deg)}16%{transform:translate(-9px, 5px) rotate(-2.5deg)}18%{transform:translate(4px, -8px) rotate(-.5deg)}20%{transform:translate(2px, 9px) rotate(3.5deg)}22%{transform:translate(-5px, 1px) rotate(-2.5deg)}24%{transform:translate(-2px, -8px) rotate(.5deg)}26%{transform:translate(4px, -2px) rotate(-.5deg)}28%{transform:translate(-4px, 9px) rotate(1.5deg)}30%{transform:translate(-4px, -3px) rotate(3.5deg)}32%{transform:translate(-2px, 6px) rotate(-2.5deg)}34%{transform:translate(4px, -4px) rotate(-.5deg)}36%{transform:translate(-1px, 6px) rotate(.5deg)}38%{transform:translate(8px, 8px) rotate(1.5deg)}40%{transform:translate(9px, -2px) rotate(3.5deg)}42%{transform:translate(-2px, -9px) rotate(.5deg)}44%{transform:translate(-1px, 10px) rotate(-1.5deg)}46%{transform:translate(-1px, 1px) rotate(-.5deg)}48%{transform:translate(6px, -8px) rotate(2.5deg)}50%{transform:translate(-1px, -7px) rotate(-1.5deg)}52%{transform:translate(0px, 1px) rotate(-1.5deg)}54%{transform:translate(1px, -8px) rotate(-2.5deg)}56%{transform:translate(-4px, 2px) rotate(1.5deg)}58%{transform:translate(10px, -7px) rotate(-2.5deg)}60%{transform:translate(-2px, -4px) rotate(-1.5deg)}62%{transform:translate(-3px, 3px) rotate(1.5deg)}64%{transform:translate(8px, 2px) rotate(-1.5deg)}66%{transform:translate(-4px, -1px) rotate(1.5deg)}68%{transform:translate(-1px, -2px) rotate(-1.5deg)}70%{transform:translate(8px, 8px) rotate(.5deg)}72%{transform:translate(-8px, -3px) rotate(-2.5deg)}74%{transform:translate(6px, 5px) rotate(.5deg)}76%{transform:translate(4px, -9px) rotate(1.5deg)}78%{transform:translate(-2px, -6px) rotate(3.5deg)}80%{transform:translate(1px, 0px) rotate(1.5deg)}82%{transform:translate(-4px, 6px) rotate(-2.5deg)}84%{transform:translate(-4px, -3px) rotate(1.5deg)}86%{transform:translate(7px, 10px) rotate(2.5deg)}88%{transform:translate(-3px, -2px) rotate(1.5deg)}90%{transform:translate(8px, -3px) rotate(3.5deg)}92%{transform:translate(0px, 3px) rotate(1.5deg)}94%{transform:translate(5px, -5px) rotate(-2.5deg)}96%{transform:translate(7px, -2px) rotate(-.5deg)}98%{transform:translate(-6px, 0px) rotate(3.5deg)}0%,100%{transform:translate(0, 0) rotate(0)}
}
@keyframes satellite-light-1 {
  0% {opacity: 0;}
  25% {opacity: 1;}
  50% {opacity: 1;}
  75% {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes satellite-light-2 {
  0% {opacity: 0;}
  25% {opacity: 0;}
  50% {opacity: 1;}
  75% {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes satellite-light-3 {
  0% {opacity: 0;}
  25% {opacity: 0;}
  50% {opacity: 0;}
  75% {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes cs551-2-ufo-light {
  0% {opacity: 0;}
  2% {opacity: 1;}
  4% {opacity: 0;}
  6% {opacity: 1;}
  8% {opacity: 1;}
  10% {opacity: 1;}
  50% {opacity: 1;}
  75% {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes rotate {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(180deg);}
  100% {transform: rotate(360deg);}
}
@keyframes rotater {
  0% {transform: rotate(360deg);}
  50% {transform: rotate(180deg);}
  100% {transform: rotate(0deg);}
}
@keyframes opacity {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes r10 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(10deg);}
}
@keyframes r20 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(20deg);}
}
@keyframes r30 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(30deg);}
}
@keyframes l10 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-10deg);}
}
@keyframes l20 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-20deg);}
}
@keyframes l30 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-30deg);}
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes fadeInTop{
  0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes fadeInRight{
  0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes fadeOutLeft{
  0%{opacity:1}
  to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
}
@keyframes shake-vertical{2%{transform:translate(0, 9px) rotate(0)}4%{transform:translate(0, 6px) rotate(0)}6%{transform:translate(0, 1px) rotate(0)}8%{transform:translate(0, -7px) rotate(0)}10%{transform:translate(0, 7px) rotate(0)}12%{transform:translate(0, 0px) rotate(0)}14%{transform:translate(0, 1px) rotate(0)}16%{transform:translate(0, 7px) rotate(0)}18%{transform:translate(0, -3px) rotate(0)}20%{transform:translate(0, -4px) rotate(0)}22%{transform:translate(0, -8px) rotate(0)}24%{transform:translate(0, 0px) rotate(0)}26%{transform:translate(0, -6px) rotate(0)}28%{transform:translate(0, 5px) rotate(0)}30%{transform:translate(0, 0px) rotate(0)}32%{transform:translate(0, -1px) rotate(0)}34%{transform:translate(0, 4px) rotate(0)}36%{transform:translate(0, 7px) rotate(0)}38%{transform:translate(0, -8px) rotate(0)}40%{transform:translate(0, -8px) rotate(0)}42%{transform:translate(0, 9px) rotate(0)}44%{transform:translate(0, 10px) rotate(0)}46%{transform:translate(0, 5px) rotate(0)}48%{transform:translate(0, 8px) rotate(0)}50%{transform:translate(0, -3px) rotate(0)}52%{transform:translate(0, 5px) rotate(0)}54%{transform:translate(0, 0px) rotate(0)}56%{transform:translate(0, -1px) rotate(0)}58%{transform:translate(0, -3px) rotate(0)}60%{transform:translate(0, 7px) rotate(0)}62%{transform:translate(0, 2px) rotate(0)}64%{transform:translate(0, -8px) rotate(0)}66%{transform:translate(0, 3px) rotate(0)}68%{transform:translate(0, -9px) rotate(0)}70%{transform:translate(0, 10px) rotate(0)}72%{transform:translate(0, 2px) rotate(0)}74%{transform:translate(0, 3px) rotate(0)}76%{transform:translate(0, -8px) rotate(0)}78%{transform:translate(0, 6px) rotate(0)}80%{transform:translate(0, 6px) rotate(0)}82%{transform:translate(0, 4px) rotate(0)}84%{transform:translate(0, -4px) rotate(0)}86%{transform:translate(0, -3px) rotate(0)}88%{transform:translate(0, -3px) rotate(0)}90%{transform:translate(0, 0px) rotate(0)}92%{transform:translate(0, 7px) rotate(0)}94%{transform:translate(0, 10px) rotate(0)}96%{transform:translate(0, 7px) rotate(0)}98%{transform:translate(0, 9px) rotate(0)}0%,100%{transform:translate(0, 0) rotate(0)}}
@keyframes meteor-move {
	0% {
    offset-distance: 100%;
    opacity:1;
	}
  25% {opacity:.1;}
  50% {opacity:1;}
  75% {opacity:.1;}
	100% {
    offset-distance: 0%;
    opacity:1;
  }
}
@keyframes rocket {
    0% {
        transform: translateY(0%) scale(1);
    }
    50% {
        transform: translateY(-18%) scale(1.2);
    }
    100% {
        transform: translateY(0%) scale(1);
    }
}
@keyframes planet-rotate {
    0% {
        transform: rotate(00deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.2);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}
@keyframes breathe {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes planet-breathe {
    0% {
        transform: rotate(15deg) scale(.9);
    }
    50% {
        transform: rotate(-6deg) scale(1.1);
    }
    100% {
        transform: rotate(6deg) scale(1);
    }
}
@keyframes nap-breathe {
    0% {
        transform: translateY(0%) translateX(2%) rotate(15deg) scale(.9);
    }
    50% {
        transform: translateY(8%) translateX(-2%) rotate(-6deg) scale(1.1);
    }
    100% {
        transform: translateY(0%) translateX(2%) rotate(6deg) scale(1);
    }
}
/*low res version*/
.mb-m{
  display:none;
}
.mb-m:before {
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/MetaPi/images/mb-m-star-1.svg');
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity : 1;
}
.mb-m .mb-header{
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mb-m .mb-header .mb-header-l{
  position: absolute;top: 75px;left: 0;width: 60px;
  width: auto;
  height: 80%;
}
.mb-m .mb-header .mb-header-r{
  position: absolute;top: 0;right: 0;width: 60px;
  width: auto;
  height: 50%;
}
.mb-m .mb-slogan{
  width: auto;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 1.2;
}
.mb-m .mb-footer .mb-footer-r{
  position: absolute;bottom: 0;right: 0;width: 400px;
}
.mb-m .mb-footer .mb-footer-l{
  position: absolute;
  bottom: 0%;
  left: -30%;
  width: 90px;
  width: 200%;
}
.mb-m .group-slogan{
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 14%;
  left:7%;
  z-index: 1;
}
.mb-m .mb-slogan.slogan-2 {
    top: 25px;
}
.mb-m .mb-rover{
  z-index: 1;
  bottom: 11%;
}
.mb-m .mb-astronaut{
  left: 10%;
  top: 48%;
  width: 110px;
  height: 100px;
  z-index: 1;
  opacity: 1;
}
.mb-m img.mb-logo{
  left: 31.5%;
  width: 150px;
  height: 178px;
}

#mb-spaceman{
  left:unset;
  right: 25%;
  top: 64%;
}
#mb-spaceman-head{
  transform-box: fill-box;
  transform-origin: center;
}
#mb-spaceman-arm-r{
    transform-origin: 31px 75px;
    transform: rotate(100deg);
}
#mb-spaceman-arm-r-1{
    transform-origin: 27px 96px;
    animation: r30 5s infinite linear alternate;
}

@keyframes clip-fade {
  0% { 
    clip-path: inset( 0 100% 0 0 );
    -webkit-clip-path: inset( 0 100% 0 0 );
    /* -webkit-filter: hue-rotate(0deg); */
  }
  100% { 
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
    /* -webkit-filter: hue-rotate(50deg); */
  }
}
@keyframes clip-fade2 {
  0% { 
    clip-path: inset( 0 100% 0 0 );
    -webkit-clip-path: inset( 0 100% 0 0 );
    /* -webkit-filter: hue-rotate(0deg);  */
  }
  50% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
    /* -webkit-filter: hue-rotate(180deg);  */
  }
  100% {
    clip-path: inset( 0 0 0 100% ); 
    -webkit-clip-path: inset( 0 0 0 100% ); 
  }
}
@keyframes clip-fade-m {
  0% {
    clip-path: inset( 100% 0 0 0 );
    -webkit-clip-path: inset( 100% 0 0 0 );
    /* -webkit-filter: hue-rotate(0deg); */
  }
  100% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
    /* -webkit-filter: hue-rotate(50deg); */
  }
}
@keyframes clip-fade2-m {
  0% { 
    clip-path: inset( 100% 0 0 0 );
    -webkit-clip-path: inset( 100% 0 0 0 );
    /* -webkit-filter: hue-rotate(0deg); */
  }
  50% { 
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
    /* -webkit-filter: hue-rotate(180deg); */
  }
  100% {
    clip-path: inset( 0 0 100% 0 );
    -webkit-clip-path: inset( 0 0 100% 0 );
  }
}


@media screen and (max-width: 1500px) {
  .mb-pc .mb-footer .mb-footer-l{
    width: 1500px;
  }
  .group-rocket{
    right: 310px;
    bottom: 82%;
  }
}

@media screen and (max-width: 1400px) {
  .mb-astronaut{
    left: 62%;
    top: 57%;
  }
  .mb-planet.planet-1{
    left: 35%;
    top: 10%;
    width: 110px;
  }
  .mb-planet.planet-2{
    left: 54%;
    top: 8%;
    width: 80px;
  }
  .mb-planet.planet-3{
    right: 31%;
    top: 30%;
    width: 150px;
  }
  .mb-planet.planet-5{
    right: 4%;
    bottom: 20%;
    width: 110px;
  }
  .group-slogan{
    bottom: 3%;
  }
}
@media screen and (max-width: 1200px) {
  .mb-pc .mb-icon img{
    width: 100px;
    height: 100px;
  }
  .mb-pc .mb-footer .mb-footer-l{
    width: 110%;
    bottom: -20%;
  }
  .group-rocket{
    right: 25%;
    top: 25%;
  }
  .group-slogan{
    bottom: -5%;
  }
  .mb-slogan{
    height: 40px;
  }
  .mb-slogan.slogan-2{
    top: 50px;
  }
  img.mb-logo{
    height:170px;
  }
}

@media screen and (max-width: 1000px) {
  .group-rocket{
  }
  .mb-pc .mb-header .mb-header-l{
    
  }
}
@media screen and (max-width: 850px) {
  img.mb-logo {
    width: 150px;
    height: 170px;
  }
  .mb-planet.planet-1{
    top: 7%;
    width: 80px;
  }
  .mb-planet.planet-2{
    top: 15%;
    left: 62%;
    width: 90px;
  }
  .mb-planet.planet-3{
    display: none;
  }
  .mb-planet.planet-4{
    right: 5%;
    top: 5%;
    width: 120px;
  }
  .mb-planet.planet-5{
    display: none;
  }
  .mb-astronaut {
    left: 70%;
    top: 54%;
    width: 130px;
    height: 120px;
  }
  .mb-rover{
    left: 28%;
    bottom: 21%;
    width: 260px;
    height: 133px;
  }
  .group-rocket{
    /* display: none; */
  }
  .group-footer{
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .mb-pc{
    display:none;
  }
  .mb-m{
    display:block;
  }
}

@media (max-width: 575px) {
  #header{
    padding-right: 0.7em;
    padding-left: 0.7em;
  }
}
@media (max-width: 500px) {
  section.main-banner{
    overflow: hidden;
  }
  .counts .count-box{
    padding:1em 0;
  }
  .counts .count-box p{
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  #header > .container{
    padding: 0;
  }
  #header .header-block{
    padding: 5px 20px 5px 20px;
  }
  .mb-m .mb-rover{
    left: 37%;
    bottom: 14%;
    width: 180px;
    height: 93px;
  }
  img.mb-logo{
    zoom:1!important;
  }
  .mb-planet.planet-1, .mb-planet.planet-2, .mb-planet.planet-3, .mb-planet.planet-4, .mb-planet.planet-5{
    zoom:1!important;
  }
  .mb-astronaut{
    zoom:.7!important;
  }
  .mb-m .mb-planet.planet-1{
    display:none;
  }
  .mb-planet.planet-2{
    top: 61vh;
    left: 8%;
    width: 60px;
  }
  .mb-planet.planet-3{
    display: block;
    top: 12%!important;
    right: 8%!important;
    width: 80px;
  }
  .mb-m .mb-astronaut{
    left: 60%;
    top: 55%;
    width: 140px;
    height: 140px;
  }
  .mb-m img.mb-logo {
    left: 18%;
    top: 24%;
    width: 130px;
    height: 168px;
  }
  .mb-m .mb-slogan{
  }
  #f-hmi{
    height: 160px;
    bottom: 2%;
  }
  #f-drone{
    bottom: 30%;
    left: 8%;
  }
}
@media (max-width: 322px) {
  .mb-m .mb-rover{
    bottom: 16%;
  }
  .mb-m img.mb-logo {
    left: 16%;
    top: 23%;
    width: 110px;
    height: 130px;
  }
  .mb-m .mb-footer .mb-footer-l{
    bottom: -4%;
    width: 220%;
  }
  .mb-m .group-slogan{
    bottom: 9%;
  }
  .mb-planet.planet-2{ 
    top: 68%;
  }
  .mb-m .mb-astronaut{
    top: 51%;
    width: 110px;
    height: 110px;
  }
  .mb-m .mb-slogan{
  }
}

/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-banner{
    background-size:120%;
  }
}


.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  width: 2px;
  background: #019faa;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timelinecontainer {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.timelinecontainer:nth-child(odd) {
  left: 0;
}

.timelinecontainer:nth-child(even) {
  left: 50%;
}

.timelinecontainer::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #019faa;
  border-radius: 16px;
  z-index: 1;
}

.timelinecontainer:nth-child(even)::after {
  left: -8px;
}

.timelinecontainer::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #019faa;
  z-index: 1;
}

.timelinecontainer:nth-child(even)::before {
  left: 8px;
}

.timelinecontainer .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 18px);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #019faa;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.timelinecontainer .date.diff-date {
  font-size: 24px;
  left: -142px!important;
}

.timelinecontainer:nth-child(odd) .date {
  right: -75px;
}

.timelinecontainer:nth-child(even) .date {
  left: -75px;
}

.timelinecontainer .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #f5f5f5;
  border: 2px solid #019faa;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #019faa;
  z-index: 1;
}

.timelinecontainer:nth-child(odd) .icon {
  right: 56px;
}

.timelinecontainer:nth-child(even) .icon {
  left: 56px;
}

.timelinecontainer .content {
  padding: 30px 90px 30px 40px;
  background: #f5f5f5;
  position: relative;
  border-radius: 0 100px 100px 0;
}

.timelinecontainer:nth-child(even) .content {
  padding: 30px 30px 30px 95px;
  border-radius: 100px 0 0 100px;
}

.timelinecontainer .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #019faa;
  list-style: disc;
  display: list-item;
  padding-left: 0em;
  text-indent: 0em;
}
.timelinecontainer .content h2:last-child {
  margin-bottom:0;
}
.timelinecontainer .content p:last-child {
  margin-bottom:0;
}

.timelinecontainer .content p {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.timelinecontainer .content img{
  max-width:100%;
  max-height: 200px;
  border-radius: 0.3em;
}


@media (max-width: 767.98px) {
  .timeline::before {
    left: 30px;
  }

  .timelinecontainer {
    width: 100%;
    padding-left: 31px;
    padding-right: 30px;
  }
  .timelinecontainer .date{
    background-color: #019faa;
    color: #fff;
    padding: 0.3em 0.5em;
    border-radius: .5em;
    font-size: 14px;
    width: 50px;
  }
  .timelinecontainer .date.diff-date{
    font-size: 12px;
  }
  .timelinecontainer:nth-child(even) {
    left: 0%;
  }
  .timelinecontainer::before, .timelinecontainer::after{
    display: none;
  }
  .timelinecontainer:nth-child(odd)::after, 
  .timelinecontainer:nth-child(even)::after {
    left: 82px;
  }

  .timelinecontainer:nth-child(odd)::before,
  .timelinecontainer:nth-child(even)::before {
    left: 100px;
    border-color: transparent #019faa transparent transparent;
  }

  .timelinecontainer:nth-child(odd) .date,
  .timelinecontainer:nth-child(even) .date {
    right: auto;
    left: 5px;
    top: calc(50% - 13px);
  }

  .timelinecontainer:nth-child(odd) .icon,
  .timelinecontainer:nth-child(even) .icon {
    right: auto;
    left: 146px;
    display: none;
  }

  .timelinecontainer:nth-child(odd) .content,
  .timelinecontainer:nth-child(even) .content {
    padding: 30px 30px 30px 60px;
    border-radius: 1em;
  }
  .product-inner-page #Sample_form .row{
    margin-bottom:0;
  }
  .product-inner-page #Sample_form [class*="col-"]{
    margin-bottom:1em;
    font-size: 13px;
    text-align: left;
  }

}







.timeline2 ul,.timeline2 li {
  list-style: none;
  padding: 0;
}

.timeline2container {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  padding: 0 1rem;
  /* background: linear-gradient(45deg, #209cff, #68e0cf); */
  padding: 3rem 0;
}

.timeline2wrapper {
  background: #eaf6ff;
  padding: 2rem;
  border-radius: 15px;
}


.timeline2sessions {
  margin-top: 2rem;
  border-radius: 12px;
  position: relative;
}

.timeline2sessions img{
  margin-bottom: 1em;
}

.timeline2 li {
  padding-bottom: 1.5rem;
  border-left: 1px solid #ddd;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
  clear: both;
}
.timeline2 li:last-child {
  border: 0px;
  padding-bottom: 0;
}
.timeline2 li:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #019faa;
  /* border: 1px solid #4e5ed3; */
  box-shadow: 3px 3px 0px #ddd;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 0px;
}
.timeline2 li img{
  width: 100%;
  max-width: 400px;
  border-radius: 0.3em;
}
.timeline2-title {
  color: #019faa;
  font-size: 18px;
  position: relative;
  top: -4px;
}
.timeline2 p{
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .timeline2 {
    margin-bottom: 0.3rem;
    font-size: 16px;
  }
}

.timeline2 p {
  color: #4f4f4f;
  line-height: 1.5;
  margin-top: 0.4rem;
}
.HyperIcon-box{
  margin-bottom:1em
}

.swiper-pagination{
  position: relative;
}

#timer{
  font-size: 24px;
  display: inline-block;
  color: #484747;
}
#timer span{
  margin-right: .2em;
  font-size: 60%;
}
#timer #days {
  /* color: #db4844; */
  font-size: 100%;
}
#timer #hours {
  /* color: #f07c22; */
  font-size: 100%;
}
#timer #minutes {
  /* color: #afb145; */
  font-size: 100%;
}
#timer #seconds {
  font-size: 100%;
  /* color: #abcd58; */
}
#timer .timer_refresh{
  font-size: 16px;
  display: inline-block;
  background: #019faa;
  color: #fff;
  line-height: 1;
  padding: .5em;
  border-radius: 5px;
  text-align: center;
}

#Sample_form .btn {
  background: #fff;
  padding: 8px 20px;
  margin-left: 30px;
  border:1px solid #019faa;
  border-radius: 4px;
  color: #019faa;
}

#Sample_form .btn:hover {
  color: #fff;
  background: #019faa;
}

.Sample_form .row{
  margin-bottom: 0px;
}
.form-field{
  text-align:right;
}
.form-field p{
  margin-bottom: 0;
  line-height: 1;
  padding: 10px 0;
}
.form-field b.required{
  font-size:80%;
  color:red;
}
.form-field #validateCode{
  width: 100%;
}
.form-data .help-block{
  font-size:80%;
  color:red;
}
.form-data .form-control.error{
  border: 1px solid red;
}
/*Inquriy CheckBox*/
.CB_Item {
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: .5em;
  border-radius: .5em;
  margin: 0 5px 5px 0;
  line-height: 1.1;
}
.CB_Item label{
  font-size: 14px!important;
  position: relative;
  top: -1px;
}
.CB_Item input{
  margin: 0;
}
.CB_Item input:checked+label{
  font-weight: 700;
  color: #0d458a;
}
.product-inner-page mark{
  /*background-color:unset;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(20%,#019faa),color-stop(20%,transparent));
  background-image: -webkit-linear-gradient(bottom,#019faa 20%,transparent 20%);
  background-image: linear-gradient( 0deg,#019faa 20%,transparent 20%);*/
  display: inline-block;
  background-color: #019faa;
  padding: 2px 10px;
  margin-bottom:5px;
  font-weight: 600;
  color: #fff;
  border-radius: 0.3em;
}
.product-inner-page .sample-notice{
  
}
.product-inner-page .sample-cover{
  /* background-color: #fff; */
  background-color: #56bdc7c9;
  border-radius: 10px;
  /* border: 1px solid #ddd; */
  color: #484747;
  padding: 5px 30px;
}

.product-inner-page .sample-notice-2{
  background-image: url('/MetaPi/images/product/Sample-AD-bg-red.svg');
  background-color:#fff;
  background-repeat: repeat;
  padding: 4em 4em 4em 22em;
  position: relative;
  border: 1px solid #ddd;
  border-radius: .5em;
}
.product-inner-page .sample-notice-2 .sample-notice-2-product-img{
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  filter: drop-shadow(0px 3px 0px #0e6786);
  -webkit-filter: drop-shadow(0px 3px 0px #0e6786);
  z-index: 0;
}
.product-inner-page .sample-notice-2 .sample-notice-2-text { 
  position: relative;
  z-index: 1;
}
.product-inner-page .sample-notice-2 .sample-notice-2-text h5{
  color:#019faa;
}
.product-inner-page .sample-notice-2 .sample-notice-2-text p{
  color:#6f6f6f;
}
.product-inner-page .sample-notice-2 .sample-notice-2-btn {
  background: #fff;
  padding: 8px 20px;
  border:1px solid #019faa;
  border-radius: 4px;
  color: #019faa;
}
.product-inner-page .sample-notice-2 .sample-notice-2-btn:hover {
  color: #fff;
  background: #019faa;
}
.product-inner-page .sample-notice-2 .sample-notice-2-product{
  position: absolute;
  left: calc(11em - 100px);
  top: 15%;
}
.sample-notice-2-light-l{
  background-image: url('/MetaPi/images/product/Sample-AD-light-l.svg');
  width: 60px;
  height: 90px;
  position: absolute;
  top: 2em;
  left: 1em;
  background-repeat: no-repeat;
}
.sample-notice-2-light-r{
  background-image: url('/MetaPi/images/product/Sample-AD-light-r.svg');
  width: 50px;
  height: 100px;
  position: absolute;
  right: 1em;
  top: 2em;
  background-repeat: no-repeat;
}
.sample-notice-2-light-underline{
  background-image: url('/MetaPi/images/product/Sample-AD-light-underline.svg');
  width: 150px;
  height: 18px;
  position: absolute;
  bottom: 1em;
  left: 2em;
  background-repeat: no-repeat;
}
.product-inner-page #Sample_form ol{
  padding-left: 1.1em;
}
.product-inner-page .sample-block{
  /* background-color: #019faa;
  border-radius: 0.5em;
  color:#fff; */ 
  text-align: right;
}
.product-inner-page .testimonials-slider .swiper-slide img{
  width: 70%;
  height: initial;
}
.product-inner-page .swiper-slide img{
  width: 300px;
  height: 225px;
} 
.product-inner-page .product-text{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 5em;
  z-index: 0;
}
.product-inner-page .product-text-cover{
  padding: 10em 6em 6em 6em;
  z-index: 2;
}
.product-inner-page .product-text p{
  font-size: 18px;
  color: #191919;
}
.product-inner-page .product-text a{
  color: #25768a;
}
.product-inner-page .product-text a:hover{
  color: #019faa;
}
.product-inner-page .product-carousel{
  /* margin: 3em 0; */
  background-color: #fff;
  padding: 3em 1em;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 5em;
}
.product-inner-page .product-carousel .product-carousel-block h4{
  font-size: 18px;
}
.product-inner-page .product-carousel .product-carousel-block h5{
  font-size: 14px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}




/***** diff Device *****/
@media (-webkit-min-device-pixel-ratio: 1.1) { 
}
@media (-webkit-min-device-pixel-ratio: 1.1) and (min-width: 1400px) {
}
@media (-webkit-min-device-pixel-ratio: 1.25) {
  .mb-astronaut{
    /* left:45%; */
    left: 62%;
  }
  img.mb-logo{
    width: 150px;
    height: 180px;
  }
  .mb-pc .group-slogan{
    bottom:3%;
  }
  #f-satellite-1, #f-satellite-2{
    width: 100px;
  }
  .mb-planet,.mb-rocket{
    zoom:.7;
  }
  .cs551-text-ele{
    zoom:.7;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 1400px) { 
  .mb-pc .group-slogan{
    bottom:-11%;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  #f-satellite-1, #f-satellite-2{
    display: none;
  }
  .product-inner-page .product-footer{
    margin-top: -35vh;
  }
  img.mb-logo{
    zoom:1;
  }
  .mb-planet.planet-1, .mb-planet.planet-2, .mb-planet.planet-3, .mb-planet.planet-4, .mb-planet.planet-5{
    zoom:.7;
  }
  .mb-astronaut{
    zoom:.7;
    left: 62%;
  }
  .mb-pc .mb-rover{
    zoom:.7;
    bottom: 14%;
  }
  .mb-pc .mb-slogan{
    height: 40px;
  }
  .mb-pc .mb-slogan.slogan-2{
    top:50px
  }
  .mb-pc .group-slogan{
    bottom: -5%;
  }
  .group-rocket{
  }
}

@media (min-width: 2500px) {
  .mb-planet.planet-5{
    bottom: 24%;
  }
  .mb-slogan{
    height: 80px;
  }
  .mb-rover{
    left: 25%;
    width: 490px;
    height: 250px;
  }
  img.mb-logo{
    width: 280px;
    height: 320px;
    top: 18%;
  }
  .mb-astronaut{
    top: 41%;
    width: 220px;
    height: 210px;
  }
  img.mb-meteor{
    width: 400px;
  }
  .mb-rocket{
    width: 130px;
    height: 170px;
  }
  .group-rocket{
  }
}
@media (min-width: 2000px) {
}

@media (min-width: 1200px) {
  .h3, h3{
    font-size: 26px;
    color: #019faa;
    font-weight: bold;
  }
}

/*iPad Pro直向*/
@media (max-width: 1025px) and (max-height:1367px) and (orientation:portrait) {
  img.mb-logo{
    height: 270px;
    width: 240px;
    left: 15%;
  }
  .mb-pc{
    overflow: hidden;
  }
  .mb-pc .mb-footer, .mb-pc .mb-footer{
    overflow: hidden;
  }
  .mb-planet.planet-3{
    right: 8%;
    top: 32%;
  }
  .mb-planet.planet-1,.mb-planet.planet-5{
    display:none;
  }
  .group-rocket{
    /* display:none; */
  }
  .mb-astronaut{
    width: 190px;
    height: 190px;
  }
  .mb-rover{
    left: 29%;
    bottom: 15%;
  }
  .mb-slogan{
    height: 42px;
  }
  .mb-pc .group-slogan{
    bottom: 3%;
  }
}

/*iPad直向*/
@media (max-width: 769px) and (max-height:1025px) and (orientation:portrait) {
  .mb-pc .mb-footer .mb-footer-l {
      width: 250%;
      bottom: -20%;
      right: -50%;
  }
}
@media (max-width: 1367px) and (max-height:769px) {
  img.mb-logo{
    height: 120px;
    width: 140px;
  }
  .group-rocket{
  }
  .mb-planet.planet-4{
    right:3%;
  }
  #f-satellite-1, #f-satellite-2{display:none;}
  .product-inner-page .product-footer{margin-top:-15vh;}
}
@media (max-width: 1367px) and (max-height:626px) {
  img.mb-logo{
    height: 120px;
    width: 140px;
  }
  .group-rocket{
  }
  .mb-planet.planet-4{
    right:5%;
  }
}
@media (max-width: 1025px) and (max-height:769px) {
  .group-rocket{
  }
}
@media (min-device-pixel-ratio: 1.25) and (max-width: 1367px) and (max-height:769px) {
  img.mb-logo{
    height: 120px;
    width: 140px;
  }
  .group-rocket{
  }
  .mb-planet{zoom:.7}
  .mb-planet.planet-4{
    right:3%;
  }
  #f-satellite-1, #f-satellite-2{display:none;}
  .product-inner-page .product-footer{margin-top:-35vh;}
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1025px) and (max-height:769px) {
  .group-rocket{
  }
}


@media (max-width: 1091px) {
}


@media (max-width: 1024px) {
}



@media (max-width: 991px) {
  .product-page#main::before{
    display: none;
  }
  .product-page#main::after{
    display: none;
  }
  .home-logo{
    text-align: center;
  }
  .product-page-banner{
    height: initial;
  }
  section.product-page-banner .section-title{
    padding-bottom: 0;
  }
  section.product-page-banner .icon-menu{
    margin-bottom: 0;
  }
  section.product-page-banner .baner-logo-l{
    display: none;
  }
  section.product-page-banner .baner-logo-r{
    right: -3em;
    bottom: -5em;
    height: 400px;
    width: 400px;
  }
  section.product-page-banner .icon-menu a:hover:after{
    bottom: -25px;
  }
  .product-inner-page .container > .row{
    margin-bottom:0;
  }
  .product-inner-page .product-image{
    text-align:center!important;
    margin-bottom: 2em;
    order: 0;
  }
  .product-inner-page .product-text{
    order: 1;
  }
  .cs551-text-ele{
    display: none;
  }
  .d-none-991{
    display: none;
  }
  .product-inner-page .product-image{
    margin-top: 3em;
  }
  .product-inner-page .sample-notice, .product-inner-page .sample-notice-2{
    margin-bottom: 2em;
  }
}
@media (max-width: 800px) {
  .testimonial-lead .lead-image {
    padding: 0 1em;
  }
}
@media (max-width: 768px) {
  .breadcrumbs h2{
    display: none;
  }
  .testimonials .testimonial-item p{
    min-height: initial;
  }
  section.inner-page-banner .baner-logo-l{
    display: none;
  }
  section.inner-page-banner .baner-logo-r{
    height: 270px;
    width: auto;
  }
  .product-inner-page .sample-notice-2{
    padding: 2em;
  }
  .product-inner-page .sample-notice-2 .sample-notice-2-product{
    position: relative;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .product-inner-page .sample-inquiry{
    padding: 2em;
  }
  .product-inner-page .sample-inquiry .sample-inquiry-logo-r{
    display: none;
  }
}
@media (max-width: 500px) {
  .home-title{
    top: 3em;
    text-align: center;
  }
  .home-title-icon{
    position: initial;
    margin: 0 0.2em 0.4em 0.2em;
    display: inline-block;
  }
  .counts .count-box span{
    font-size: 26px;
    line-height: 26px;
  }
  .inner-page.product-inner-page{
    padding: 0;
  }
  section.product-inner-page:before{
    background-size: 180%;
  }
  .product-inner-page .product-text{
    margin-top:0;
  }
  .product-inner-page .product-image{
    margin-bottom: 0;
  }
  .product-inner-page .mp-cs551-3 .product-image{
    padding-top: 0;
  }
  .product-inner-page .product-carousel{
    margin-bottom: 2em;
  }
  .inner-page-banner .section-title h2{
    font-size: 42px;
  }
  .product-page-banner{
    height: auto;
  }
  .product-page-banner .section-title h2{
    font-size: 42px;
    font-family:sans-serif, 'roboto';
  }
  .product-inner-page .product-text-cover{
    padding: 5em 1em 1em 2em;
  }
  .product-inner-page .product-text h3{
    font-size: 20px;
  }
  .product-inner-page .product-text p{
    font-size: 16px;
  }
  .product-inner-page .product-footer{
    margin-top: -20vh;
  }
  section.product-page-banner .icon-menu{
    margin-bottom:0;
  }
  section.product-page-banner .icon-menu a{
    width: 32%;
    display: inline-block;
    margin-bottom: 0.5em;
  }
  section.product-page-banner .icon-menu .product-icon{
    padding: 0.7em;
  }
  section.product-page-banner .icon-menu .product-icon img{
    width:40px;
    height:40px;
  }
  .product-inner-page .sample-cover{
    padding: 5px 10px;
  }
  #timer .timer_refresh{
    display: none;
  }
  .mp-cs551-3 .animate-block{
    left: -5%;
  }
  .mb-m .group-slogan{
    bottom: 9%;
  }
  #f-scara{
    bottom: 1%;
    right: 15%;
  }
}
@media (max-width: 350px) {
  .Sample-AD-banner{
    width: 280px;
  }
}



@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
  .row > *{
    padding-right: 1em;
    padding-left: 1em;
    padding-top: 1em;
  }
  .testimonial-item{
    padding:0 10px;
  }
  #timer .timer_refresh{
    display:none;
  }
  .swiper-container{
    overflow: auto;
  }
  .swiper-wrapper{
    display:block;
  }
  .swiper-slide{
    width: 32%;
    display:inline-block;
  }
  .product-inner-page .testimonials-slider .swiper-slide img{
    height: auto;
  }
}


/*--------------------------------------------------------------
# Custom Animate
--------------------------------------------------------------*/

.firework{
  transition: all .7s;
  animation: firework 10000ms infinite ease;
  -webkit-animation: firework 10000ms infinite ease;
}
@-webkit-keyframes firework {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.tadashake{
  animation: tada 20s infinite linear;
  animation-duration: 20s;
}
.blink_me {
  animation: blinker 1s linear;
  animation-delay: 3s;
  animation-iteration-count: 1;
}

@keyframes blinker {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  
  50% {
    -webkit-filter: hue-rotate(50deg);
    opacity: 0;
  }
  
  100% {
    -webkit-filter: hue-rotate(0deg);
  }
}


