@import url("../css/fonts.css");
.border-green {
  border-top: 1px solid #0ea55e; }

/* FONTS */
/* COLORS */
/* PADDING */
.rotation {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotation 10s linear infinite; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

#calcCube {
  transform-box: fill-box;
  transform-origin: center center;
  animation: rot 10s linear infinite; }

@keyframes rotations {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.outer_world_transform {
  transform: translateX(50px); }

#outer_world {
  transform-box: fill-box;
  transform-origin: center;
  animation: rot 10s linear alternate infinite; }

@keyframes rot {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(360deg); } }

@keyframes rotY {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(360deg); } }

@keyframes huerotate {
  from {
    filter: hue-rotate(0deg); }
  to {
    filter: hue-rotate(360deg); } }

.salesLine {
  animation: offsetline 5s linear forwards infinite; }

@keyframes offsetline {
  from {
    stroke-dashoffset: 0; }
  to {
    stroke-dashoffset: 1000; } }

#aboutBGG {
  transform-origin: center;
  transform-box: fill-box;
  animation: rotation 50s linear infinite; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* GLOBAL */
html {
  font-size: 10px; }

body {
  font-family: 'OswaldR' , sans-serif; }

.container {
  padding-left: 0;
  padding-right: 0; }

a:hover {
  color: white;
  text-decoration: none; }

.first-wrap-pages {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(#2987ac -18%, #133b68 47%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem; }
  .first-wrap-pages-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .first-wrap-pages-content h1 {
      font-size: 4rem;
      color: white; }
      .first-wrap-pages-content h1 span {
        color: transparent;
        background-image: linear-gradient(#1aaed3, #0ea55e);
        -webkit-background-clip: text; }
    .first-wrap-pages-content p {
      margin-top: 2rem;
      font-size: 1.8rem;
      color: #f6f6f6; }
  .first-wrap-pages-svg {
    width: 100%;
    height: 100%;
    text-align: center; }
    .first-wrap-pages-svg object, .first-wrap-pages-svg svg {
      height: 100%;
      width: 90%; }
  .first-wrap-pages_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; }
    .first-wrap-pages_content-main {
      font-size: 3rem;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transform: translateY(25px);
      margin-bottom: 47px;
      animation: opcontent 0.5s linear 3s forwards; }
    .first-wrap-pages_content-sub {
      font-size: 4rem; }

@keyframes opcontent {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px); }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); } }

.first-wrap-pages-custom {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .first-wrap-pages-custom-image {
    float: right;
    width: 50%;
    height: 100%;
    text-align: center; }
    .first-wrap-pages-custom-image svg {
      width: 85%;
      height: 100%;
      padding: 2rem; }
  .first-wrap-pages-custom_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
  .first-wrap-pages-custom_content {
    float: left;
    width: 50%;
    height: 100%;
    margin-top: 10rem;
    padding-left: 3rem; }
    .first-wrap-pages-custom_content-main {
      font-family: 'popins' , sans-serif;
      display: inline-block;
      font-size: 5rem;
      color: transparent;
      background-image: linear-gradient(to right, #1aaed3, #0ea55e);
      -webkit-background-clip: text;
      padding: 1px; }
    .first-wrap-pages-custom_content-sub {
      margin-top: 2rem;
      font-size: 1.7rem;
      color: #fff;
      width: 95%; }

@keyframes webfilter {
  from {
    filter: hue-rotate(0deg); }
  to {
    filter: hue-rotate(360deg); } }

.main-wrapper {
  width: 100%;
  height: 100%;
  position: relative; }
  .main-wrapper-background {
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%; }
  .main-wrapper-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .main-wrapper-inner_head {
      color: transparent;
      background-image: linear-gradient(#1aaed3, #0ea55e);
      -webkit-background-clip: text;
      font-size: 3.5rem;
      font-family: 'OswaldSBold'; }
    .main-wrapper-inner_par {
      font-size: 2.5rem;
      margin-top: 2rem;
      color: white; }

.title-section {
  width: 100%;
  padding: 4rem 2rem;
  margin: 1.5rem auto; }
  .title-section .softdev-content {
    position: relative; }
    .title-section .softdev-content-head {
      font-size: 5rem;
      width: 100%;
      margin-bottom: 2rem; }
      .title-section .softdev-content-head span {
        background-image: linear-gradient(to right, #0ea55e, #1aaed3);
        color: transparent;
        -webkit-background-clip: text; }
    .title-section .softdev-content-subhead {
      padding: 1px;
      font-size: 3.2rem;
      margin-bottom: 1.5rem;
      background-image: linear-gradient(to right, #0ea55e, #1aaed3);
      color: transparent;
      -webkit-background-clip: text; }
    .title-section .softdev-content-par {
      line-height: 4rem;
      font-size: 2rem; }
      .title-section .softdev-content-par span {
        font-size: 2.5rem;
        background-image: linear-gradient(to right, #0ea55e, #1aaed3);
        color: transparent;
        -webkit-background-clip: text; }
    .title-section .softdev-content-shadow {
      font-size: 9rem;
      position: absolute;
      top: -75px;
      left: -90px;
      z-index: -1;
      opacity: 0.08;
      color: #1d1b1b;
      user-select: none;
      pointer-events: none; }
    .title-section .softdev-content-ul {
      padding-left: 2rem;
      margin-top: 4rem;
      font-size: 1.9rem;
      list-style-type: none; }
    .title-section .softdev-content-ol {
      padding-left: 2rem;
      margin-top: 4rem; }
      .title-section .softdev-content-ol-li {
        color: #135f9c;
        margin-bottom: 2rem;
        font-size: 2.2rem; }
      .title-section .softdev-content-ol p {
        font-size: 1.8rem; }
    .title-section .softdev-content-li {
      margin: 1.5rem 0;
      position: relative; }
      .title-section .softdev-content-li:hover::before {
        animation: huerotate 3s linear infinite; }
      .title-section .softdev-content-li::before {
        content: '';
        position: absolute;
        top: 10px;
        left: -24px;
        width: 1.3rem;
        height: 1.3rem;
        background-image: linear-gradient(#1aaed3, #0ea55e);
        border-radius: 50%; }
    .title-section .softdev-content-li2 {
      margin: 1.5rem 0;
      position: relative; }
      .title-section .softdev-content-li2::before {
        content: '';
        position: absolute;
        top: 6px;
        left: -30px;
        width: 2rem;
        height: 2rem;
        background-image: url("../images/pictures/service/star.png");
        background-size: contain;
        background-repeat: no-repeat;
        animation: rotY 3s linear infinite; }
  .title-section .softdev-percentage {
    margin-top: 3rem;
    text-align: center;
    font-size: 2.6rem;
    padding-left: 2rem;
    border-right: 2px solid #1aaed3; }
    .title-section .softdev-percentage:nth-last-child(1) {
      border-right: none; }

.softdev-icons {
  text-align: center;
  width: 100%;
  padding: 4rem 2rem;
  background-color: #0a3240; }
  .softdev-icons-image {
    width: 100%; }
    .softdev-icons-image svg {
      width: 120px;
      height: 120px; }
  .softdev-icons-title {
    font-size: 2.5rem;
    margin-top: 2rem;
    color: transparent;
    background-image: linear-gradient(to right, #0ea55e, #1aaed3);
    -webkit-background-clip: text; }
  .softdev-icons-par {
    margin-top: 2rem;
    color: white;
    font-size: 1.6rem; }
  .softdev-icons-fill1 {
    fill: #0ea55e; }
  .softdev-icons-fill2 {
    fill: #dfdfdf; }

.business-wrapper {
  width: 100%;
  position: relative;
  padding: 4rem 2rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .business-wrapper-title {
    color: transparent;
    background-image: linear-gradient(to right, #0ea55e, #1aaed3);
    -webkit-background-clip: text;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 2rem; }
  .business-wrapper .business-box {
    background-image: linear-gradient(rgba(27, 132, 192, 0.5), rgba(255, 255, 255, 0.1));
    border-radius: 2rem;
    padding: 2rem;
    margin: 1rem auto; }
    .business-wrapper .business-box-title {
      color: transparent;
      background-image: linear-gradient(to right, #10e681, #0ed2e6);
      -webkit-background-clip: text;
      text-align: center;
      margin-bottom: 2rem; }
    .business-wrapper .business-box-par {
      color: #fff;
      font-size: 1.7rem; }
    .business-wrapper .business-box-ul {
      color: #f0efef;
      padding-left: 1rem;
      list-style-type: none;
      font-size: 1.8rem; }
    .business-wrapper .business-box-li {
      margin-bottom: 1rem;
      position: relative; }
      .business-wrapper .business-box-li::before {
        content: '';
        position: absolute;
        top: 9px;
        left: -20px;
        width: 1rem;
        height: 1rem;
        background: #1aaed3;
        border-radius: 50%; }

.level-sections {
  width: 100%;
  position: relative;
  padding: 4rem 2rem;
  overflow: hidden; }
  .level-sections .level-sections-content {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2rem; }
    .level-sections .level-sections-content-title {
      font-size: 3rem;
      color: transparent;
      background-image: linear-gradient(to right, #0ea55e, #1aaed3);
      -webkit-background-clip: text;
      text-align: center;
      margin-bottom: 2rem; }
    .level-sections .level-sections-content-par {
      font-size: 2.5rem; }
    .level-sections .level-sections-content-ul {
      color: #1d1b1b;
      padding-left: 1rem;
      list-style-type: none;
      font-size: 2.2rem; }
    .level-sections .level-sections-content-li {
      margin-bottom: 1rem;
      position: relative; }
      .level-sections .level-sections-content-li::before {
        content: '';
        position: absolute;
        top: 9px;
        left: -20px;
        width: 1rem;
        height: 1rem;
        background: #1aaed3;
        border-radius: 50%; }
  .level-sections-image {
    width: 100%;
    height: 65rem;
    position: relative; }
    .level-sections-image svg {
      width: 100%;
      height: 100%; }
  .level-sections-height {
    margin-top: 2rem;
    min-height: 600px; }

.automation-steps-content {
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center; }
  .automation-steps-content p {
    font-size: 2.5rem; }

.automation-steps-image {
  width: 100%;
  height: 600px; }
  .automation-steps-image svg {
    width: 100%;
    height: 100%; }

.error-404 {
  height: 100vh;
  width: 100%;
  background: url(../images/pictures/other_pages/404bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden; }
  .error-404-image {
    width: 600px;
    height: 600px; }
    .error-404-image svg {
      height: 100%;
      width: 100%; }

#shadow404 {
  stroke-dashoffset: 1015;
  animation: error404 0.5s linear alternate infinite; }

.errorEar {
  stroke-dashoffset: 165;
  animation: error404Ear 0.5s linear alternate infinite; }

@keyframes error404 {
  from {
    opacity: 0;
    stroke-dasharray: 1015; }
  to {
    opacity: 1;
    stroke-dasharray: 0; } }

@keyframes error404Ear {
  from {
    opacity: 0;
    stroke-dasharray: 165; }
  to {
    opacity: 1;
    stroke-dasharray: 0; } }

.softdev-frame {
  margin-bottom: 0;
  padding: 2rem;
  animation: devFrame 8s linear infinite; }
  .softdev-frame:first-of-type {
    margin-top: 1rem;
    border-top: 3px solid #135f9c; }
  .softdev-frame:nth-child(odd) {
    border-top: 3px solid #135f9c;
    border-right: 3px solid #135f9c;
    border-bottom: 3px solid #135f9c; }
  .softdev-frame:nth-child(even) {
    border-left: 3px solid #135f9c; }
  .softdev-frame:last-child {
    border-bottom: 3px solid #135f9c; }

@keyframes devFrame {
  0% {
    border-color: #1aaed3; }
  30% {
    border-color: #0ea55e; }
  70% {
    border-color: #f11313; }
  100% {
    border-color: #1aaed3; } }

.header-web {
  padding: 3px;
  text-align: center;
  margin: 3rem auto;
  font-size: 4.2rem;
  background-image: linear-gradient(to right, #0ea55e, #1aaed3);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "HeeboB";
  font-weight: 700;
  letter-spacing: 2px; }

.header-line {
  border-bottom: 2px solid #707070;
  display: table; }

.heading-section {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  border-bottom: 2px solid #707070;
  font-size: 4.5rem;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #135f9c, #f11313);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 2px;
  margin: 3rem auto; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  80% {
    transform: translateX(5px); }
  100% {
    opacity: 1;
    transform: translate(0); } }

.title-header {
  font-size: 3rem;
  display: block;
  color: #1d1b1b;
  text-align: center;
  margin-bottom: 3rem; }

.description {
  font-size: 1.7rem;
  line-height: 20px;
  width: 100%;
  color: #443f3f; }

.service-headers {
  font-size: 3rem;
  margin: 2rem auto;
  background-image: linear-gradient(to top, #135f9c, #0ea55e);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 2px; }
  .service-headers span {
    color: #0ea55e;
    font-size: 5rem; }

.padding-medium {
  padding: 2rem; }

.padding-large {
  padding: 4rem; }

.margin-medium {
  margin: 2rem; }

.margin-large {
  margin: 4rem; }

.margin-t-2 {
  margin-top: 2rem; }

.margin-t-3 {
  margin-top: 3rem; }

.margin-t-5 {
  margin-top: 5rem; }

.padding-fix {
  padding: 3rem 4rem 0.5rem; }

.padding-section {
  padding: 4rem 2rem; }

.section-margin {
  margin-top: 7rem; }

.height-100 {
  height: 100%; }

.flex-center {
  display: flex;
  justify-content: center;
  align-content: center; }

.es-preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 2000;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center; }
  .es-preloader::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#242728, #091e3c);
    transition: 1s; }
  .es-preloader.done {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none; }
  .es-preloader.done::before {
    left: -100%; }
  .es-preloader-circle {
    position: relative;
    z-index: 1;
    width: 200px;
    height: 200px; }
    .es-preloader-circle svg {
      width: 100%;
      height: 100%;
      transition: 1s; }
      .es-preloader-circle svg #loaderRotate {
        transform-origin: center;
        animation: rotation 2s linear infinite; }
      .es-preloader-circle svg #loaderBolt {
        stroke-dashoffset: 3420;
        animation: loadBolt 0.5s linear infinite; }

@keyframes loadBolt {
  0% {
    stroke-dasharray: 3240; }
  100% {
    stroke-dasharray: 0; } }

/*==========  Global  ==========*/
/*==========  Basics  ==========*/
html, body {
  height: 100%; }

/*==========  Sections  ==========*/
.header {
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, #6fc7d4 0%, #39ACBD 100%); }
  .header .master-head {
    padding: 7% 30px; }
  .header .page-title {
    padding: 0 30px 0 30px;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 10px;
    color: #FFF; }
  .header .page-description {
    margin: 30px auto;
    max-width: 600px;
    font-size: 18px;
    line-height: 2em;
    color: #FFF; }
  .header .scroll-button {
    color: #FFF;
    font-size: 20px;
    padding: 15px 20px 15px 20px;
    display: inline-block;
    background: #3093A2;
    cursor: pointer;
    transition-duration: .4s;
    user-select: none; }
    .header .scroll-button:hover {
      background: #246f7b; }
    .header .scroll-button:active {
      background: #194c53; }

.main-content {
  margin: 0px auto;
  position: relative; }
  .main-content .section-inner:before, .main-content .section-inner:after, .main-content .post-wrapper:before, .main-content .post-wrapper:after {
    content: "";
    display: table; }
  .main-content .section-inner:after, .main-content .post-wrapper:after {
    clear: both; }

.footer {
  background: #112C30;
  padding: 150px 0px 300px 0px;
  position: relative;
  z-index: 1; }
  .footer .good-bye {
    text-align: center;
    font-size: 18px;
    line-height: 36px; }
    .footer .good-bye p {
      display: block;
      margin: 0px auto 30px auto;
      max-width: 300px;
      clear: both; }

.section-wrapper .section-inner {
  margin: 0px auto;
  width: 1024px; }
  @media only screen {
    .section-wrapper .section-inner {
      width: auto;
      max-width: 1024px; } }

/*==========  Stem  ==========*/
.stem-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 50%; }
  .stem-wrapper.color-yellow .stem-background {
    background: #E9E566; }
  .stem-wrapper.color-green .stem-background {
    background: #35C189; }
  .stem-wrapper.color-white .stem-background {
    background: #FFF; }
  .stem-wrapper .stem, .stem-wrapper .stem-background {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 60px; }
  .stem-wrapper .stem {
    background: #1e4f56;
    height: 100%; }
  .stem-wrapper .stem-background {
    background: #39ACBD;
    height: 50%;
    transition-duration: .5s; }

.stem-padding, .single-stem-icon {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  background: transparent url("../images/pages/icons/stem-mask.png") repeat-y top center; }

.single-stem-icon.scroll-to-top {
  cursor: pointer;
  background-image: url("../images/pages/icons/scroll-to-top-icon.png"); }

/*==========  Post wrapper ==========*/
.post-wrapper:before, .post-wrapper:after {
  content: "";
  display: table; }

.post-wrapper:after {
  clear: both; }

.post-wrapper .post {
  position: relative;
  width: 432px;
  padding: 0px 0px 60px 0px;
  clear: both;
  opacity: 1;
  perspective: 1000px;
  min-height: 360px; }
  .post-wrapper .post.hidden .post-content {
    transform: translateY(100px) rotateX(30deg);
    opacity: 0; }
  .post-wrapper .post:hover .post-content, .post-wrapper .post.active .post-content {
    opacity: 1; }
    .post-wrapper .post:hover .post-content .meta, .post-wrapper .post.active .post-content .meta {
      opacity: 1;
      transform: none; }
  .post-wrapper .post:nth-child(even) {
    float: right; }
  .post-wrapper .post:nth-child(odd) {
    float: left; }
  .post-wrapper .post:nth-child(even) .stem-overlay {
    left: -110px; }
  .post-wrapper .post:nth-child(odd) .stem-overlay {
    right: -110px; }
  .post-wrapper .post:nth-child(even) .post-image {
    right: 600px; }
  .post-wrapper .post:nth-child(odd) .post-image {
    left: 600px; }
  .post-wrapper .post-image {
    width: 432px;
    position: absolute;
    top: 0px;
    height: 260px; }
    .post-wrapper .post-image img {
      width: 100%;
      height: 100%; }
  .post-wrapper .post.music-icon .stem-overlay .icon {
    background-image: url("../images/pages/icons/music-icon.png"); }
  .post-wrapper .post.bitbucket-icon .stem-overlay .icon {
    background-image: url("../images/pages/icons/bitbucket-icon.png"); }
  .post-wrapper .post.m-icon .stem-overlay .icon {
    background-image: url("../images/pages/icons/m-icon.png"); }
  .post-wrapper .post.twitter-icon .stem-overlay .icon {
    background-image: url("../images/pages/icons/twitter-icon.png"); }
  .post-wrapper .post .stem-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 60px; }
    .post-wrapper .post .stem-overlay .icon {
      background: transparent no-repeat center center;
      height: 60px;
      width: 60px;
      cursor: pointer; }
      .post-wrapper .post .stem-overlay .icon svg {
        width: 100%;
        height: 100%; }
    .post-wrapper .post .stem-overlay .stem-mask {
      position: absolute;
      top: 60px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background: transparent url("../images/pages/icons/stem-mask.png") repeat-y top center; }
  .post-wrapper .post .post-content {
    opacity: 0.3;
    transition-duration: .4s;
    transform: none; }
    .post-wrapper .post .post-content .meta {
      color: rgba(255, 255, 255, 0.3);
      margin: 0px 0px 15px 0px;
      letter-spacing: 1px;
      opacity: 0;
      transition-duration: 1s;
      transition-delay: .2s;
      transform: translateY(-5px); }
    .post-wrapper .post .post-content .post-title {
      font-size: 32px;
      margin: 0px 0px 20px 0px; }

/*==========  Media queries  ==========*/
@media only screen and (max-width: 1080px) {
  .main-content, .main-content .section-inner {
    max-width: none; }
  .post-image {
    margin-top: 3rem; }
  .post:nth-child(even) .post-image {
    position: relative;
    top: 0;
    right: -50px !important; }
  .post:nth-child(odd) .post-image {
    position: relative;
    left: 50px !important; }
  .stem-wrapper {
    left: 80px; }
  .stem-padding, .single-stem-icon {
    margin: 0px;
    float: left;
    margin-left: 50px; }
  .post-wrapper .post, .post-wrapper .post:nth-child(even), .post-wrapper .post:nth-child(odd) {
    width: auto;
    margin-left: 110px;
    float: none; }
    .post-wrapper .post .stem-overlay, .post-wrapper .post:nth-child(even) .stem-overlay, .post-wrapper .post:nth-child(odd) .stem-overlay {
      left: -60px;
      right: auto; }
  .post-wrapper .post .post-content {
    padding: 0px 50px; } }

@media only screen and (max-width: 700px) {
  .header .page-title {
    font-size: 40px; }
  .post-wrapper .post {
    margin-left: 90px !important; }
    .post-wrapper .post .post-content {
      padding: 0 25px; }
  .stem-wrapper {
    left: 60px; }
  .stem-padding, .single-stem-icon {
    margin-left: 30px; }
  .post:nth-child(even) .post-image {
    position: relative;
    right: -25px !important; }
  .post:nth-child(odd) .post-image {
    position: relative;
    left: 25px !important; } }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

@media only screen and (max-width: 570px) {
  .post-image {
    width: 85% !important;
    height: 35% !important; } }

.contact-form {
  position: relative;
  z-index: 2; }

.input-box:first-child {
  margin-top: 0; }

.input-box {
  margin-top: 2rem;
  width: 90%; }
  .input-box-container {
    position: relative; }
  .input-box-label {
    color: white;
    font-size: 2rem; }

.effect {
  border: 1px solid grey;
  border-image-slice: 1;
  padding: 7px 14px 9px;
  transition: 0.4s;
  font-size: 2rem;
  width: 100%;
  color: white;
  background: transparent;
  resize: none; }

textarea::-webkit-scrollbar {
  width: 8px; }

textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

textarea::-webkit-scrollbar-thumb {
  background-color: #06c6f7; }

.effect:active, .effect:focus {
  outline: 0; }

.effect ~ .focus-border::before, .effect ~ .focus-border::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  border-image: linear-gradient(to right, #0ea55e, #1aaed3);
  border-width: 0;
  border-style: solid;
  border-image-slice: 1; }

.effect ~ .focus-border::after {
  top: auto;
  bottom: 0; }

.effect ~ .focus-border i::before, .effect ~ .focus-border i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  border-image: linear-gradient(to right, #0ea55e, #1aaed3);
  border-style: solid;
  border-width: 0;
  border-image-slice: 1;
  transition: 0.6s; }

.effect ~ .focus-border i::after {
  left: auto;
  right: 0; }

.effect:focus ~ .focus-border::before, .effect:focus ~ .focus-border::after {
  left: 0;
  width: 100%;
  transition: 0.4s;
  border-width: 1px; }

.effect:focus ~ .focus-border i::before, .effect:focus ~ .focus-border i::after {
  top: 0px;
  height: 100%;
  border-width: 1px;
  transition: 0.6s; }

#timeline {
  display: flex;
  background-color: #031625; }
  #timeline:hover .tl-item {
    width: 23.3333%; }

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: calc(100%/4);
  height: 100vh;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease; }
  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  .tl-item:after {
    background: rgba(3, 22, 37, 0.85);
    opacity: 1;
    transition: opacity 0.5s ease; }
  .tl-item:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease; }
  .tl-item:hover {
    width: 30% !important; }
    .tl-item:hover:after {
      opacity: 0; }
    .tl-item:hover:before {
      opacity: 1;
      transform: translate3d(0, 0, 0) translateY(0);
      transition: opacity 1s ease, transform 1s ease 0.25s; }
    .tl-item:hover .tl-content {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.75s ease 0.5s; }
    .tl-item:hover .tl-bg {
      filter: grayscale(0); }

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0; }
  .tl-content p {
    font-size: 1.5rem; }
  .tl-content-icon img {
    height: 80px; }
  .tl-content h1 {
    font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal; }

.tl-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  font-size: 1.6rem;
  border-spacing: 20px;
  width: 80%;
  display: inline-block;
  text-align: center; }
  .tl-title p {
    font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 1.728rem;
    line-height: 0; }

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

.t1-picture {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s; }
  .t1-picture img {
    width: 100%;
    transform: scale(1); }

.tl-item:hover .t1-picture {
  opacity: 1;
  visibility: visible; }
  .tl-item:hover .t1-picture img {
    transform: scale(1.5); }

.box-container {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2rem auto; }
  .box-container .box {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 70%;
    transition: all 0.6s;
    background: #4980bb;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); }
  .box-container .glass {
    top: 0px;
    position: absolute;
    left: 0px;
    width: 64%;
    height: 100%;
    background: #001c50;
    pointer-events: none;
    transition: all 0.5s;
    clip-path: polygon(0 0, 100% 0%, 56% 100%, 0% 100%); }
  .box-container::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    transition: all 0.5s;
    backface-visibility: hidden; }
  .box-container:nth-child(even)::before {
    background: linear-gradient(315deg, #0c5e37, #1aaed3); }
  .box-container:nth-child(odd)::before {
    background: linear-gradient(315deg, #0ea55e, #1aaed3); }
  .box-container:hover .glass {
    width: 0%; }
  .box-container:hover .box {
    width: 0%; }
  .box-container:hover .box-container_content-head {
    top: 10%; }
  .box-container:hover::before {
    transform: skew(2deg, 2deg); }
  .box-container:hover {
    visibility: visible;
    opacity: 1; }
  .box-container:hover .box-btn {
    opacity: 1;
    visibility: visible;
    bottom: 10; }
  .box-container:hover .box-container_content-par {
    opacity: 1;
    visibility: visible; }
  .box-container_content {
    position: relative;
    color: white;
    transition: all 0.6s;
    z-index: 1;
    text-align: center;
    height: 100%;
    width: 100%; }
    .box-container_content-head {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.5rem;
      transition: all 0.6s;
      width: 90%; }
    .box-container_content-par {
      color: white;
      position: absolute;
      top: 20%;
      left: 0px;
      opacity: 0;
      visibility: hidden;
      padding: 1rem;
      font-size: 1.5rem;
      transition: opacity 0.6s;
      transition-delay: 0.6s;
      max-height: 250px;
      overflow: hidden;
      text-align: justify; }
  .box-container .box-btn {
    position: absolute;
    bottom: 7px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s; }

@keyframes headS {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }

.prod-card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 45rem;
  margin: 2rem auto; }
  .prod-card__side {
    background-color: orangered;
    color: white;
    height: 45rem;
    transition: all 0.8s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
    width: 100%;
    backface-visibility: hidden;
    text-align: center; }
    .prod-card__side--front {
      background-color: white; }
    .prod-card__side--back {
      transform: rotateY(180deg); }
    .prod-card__side--back-1 {
      background-image: linear-gradient(to right bottom, red, blue); }
    .prod-card__side--back-2 {
      background-image: linear-gradient(to right bottom, yellow, green); }
    .prod-card__side--back-3 {
      background-image: linear-gradient(to right bottom, orange, purple); }
    .prod-card__side--back-4 {
      background-image: linear-gradient(to right bottom, skyblue, #111857); }
  .prod-card:hover .prod-card__side--front {
    transform: rotateY(-180deg); }
  .prod-card:hover .prod-card__side--back {
    transform: rotateY(0deg); }
  .prod-card__picture {
    background-size: cover;
    height: 50%;
    background-blend-mode: screen;
    background-position: center; }
    .prod-card__picture-1 {
      background-image: linear-gradient(to right bottom, red, blue), url(../images/pictures/products/PZIGOoFuTz.jpg); }
    .prod-card__picture-2 {
      background-image: linear-gradient(to right bottom, #00ff4c, #d0ff00), url(../images/pictures/products/sx1XgNghHS.jpg); }
    .prod-card__picture-3 {
      background-image: linear-gradient(to right bottom, #15cbd8, #cf3a15), url(../images/pictures/products/QtGBTrthQL.jpg); }
    .prod-card__picture-4 {
      background-image: linear-gradient(to right bottom, #db11c0, #eeff00), url(../images/pictures/products/qk8m9r6Xij.jpg); }
  .prod-card__details {
    font-size: 1.5rem;
    padding: 1.5rem;
    color: black; }
    .prod-card__details-main {
      text-transform: capitalize; }
  .prod-card__side_list {
    padding: 2rem;
    list-style: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .prod-card__side_item {
    margin: 1rem; }
  .prod-card__side_link {
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: white;
    text-transform: uppercase;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, white 50%);
    background-size: 235%;
    transition: all 0.4s; }
    .prod-card__side_link:hover {
      background-position: 100%;
      color: #0f9bec;
      transform: translateX(1rem);
      text-decoration: none; }

.btnc:link, .btnc:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  /* animation: linearPosition 2s linear infinite alternate; */ }

.btnc:hover {
  transform: translateY(-3px);
  color: white; }

.btnc:active {
  transform: translateY(-1px); }

.btn-c {
  font-size: 1.8rem;
  background-image: linear-gradient(to right, #1aaed3, #0ea55e);
  color: white; }

.btnn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  color: #f3f3f3;
  background-size: 200%;
  transition: all 0.6s;
  outline: none; }

.btnn:active, .btnn-out:active {
  outline: none; }

.btn-b-gradient {
  background-image: linear-gradient(to left, #19507c, #3594c0); }

.btnn:hover {
  background-position: right; }

.btnn-out {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  padding: 8px 20px;
  border: 2px solid transparent;
  outline: none;
  font-size: 1.4rem;
  text-decoration: none; }

.btn-b-out-gradient {
  border-image: -webkit-linear-gradient(#226194, #2386b4);
  border-image-slice: 1; }

.btn-b-out-gradient:hover {
  background-image: -webkit-linear-gradient(right, #226194, #2386b4); }

.modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  transform: scale(0);
  z-index: 1; }

.modal-effect {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

.modal-effect .modal-background .modal-inners {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

.modal-effect.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

.modal-effect.out .modal-background .modal-inners {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

.modal-effect .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle; }

.modal-effect .modal-background .modal-inners {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative; }

.modal-effect .modal-background .modal-inners .modal-svg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 3px; }

.step-button {
  display: block;
  cursor: pointer;
  position: relative;
  animation: pulse 3s linear infinite; }

@keyframes pulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 0, 0, 0.4), 0px 0px 0px 0px red; }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(255, 0, 0, 0.2), 0px 0px 0px 10px rgba(255, 0, 0, 0);
    color: #dddcdc; } }

.button:hover {
  color: white;
  background: #009bd5; }

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0); }
  50% {
    transform: scaleY(0.005) scaleX(1); }
  100% {
    transform: scaleY(1) scaleX(1); } }

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1); }
  50% {
    transform: scaleY(0.005) scaleX(1); }
  100% {
    transform: scaleY(0.005) scaleX(0); } }

@keyframes zoomIn {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes zoomOut {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

.commerce-card {
  position: relative;
  width: 100%;
  height: 420px;
  background-color: #122936;
  border-radius: 20px;
  overflow: hidden; }
  .commerce-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f11313;
    transform: skewY(345deg);
    transition: all 0.4s; }
  .commerce-card:hover::before {
    top: -60%;
    transform: skewY(390deg); }
  .commerce-card:hover .commerce-card_image img {
    height: 80%; }
  .commerce-card:hover .commerce-card-contentBox {
    top: 10%; }
  .commerce-card:hover .commerce-card-contentBox-button {
    top: 0px;
    opacity: 1;
    visibility: visible; }
  .commerce-card_image {
    position: relative;
    width: 100%;
    height: 50%;
    top: 20%;
    z-index: 1; }
    .commerce-card_image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: 0.3s; }
  .commerce-card-contentBox {
    position: relative;
    top: 20%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1rem;
    transition: 0.4s; }
    .commerce-card-contentBox-title {
      font-size: 3rem;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .commerce-card-contentBox-price {
      font-size: 2rem; }
    .commerce-card-contentBox-button {
      margin-top: 1rem;
      position: relative;
      opacity: 0;
      visibility: hidden;
      top: 200px;
      padding: 1rem 3rem;
      color: white;
      text-decoration: none;
      background-color: #f11313;
      border-radius: 3rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      transition: 0.5s; }
  .commerce-card-col {
    position: absolute;
    top: 10px;
    left: 10px; }
    .commerce-card-color {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: inline-block;
      outline: 0;
      border: none; }
      .commerce-card-color:focus, .commerce-card-color:active {
        outline: none; }
    .commerce-card-col .red {
      background-color: #f11313; }
    .commerce-card-col .blue {
      background-color: #1aaed3; }
    .commerce-card-col .yellow {
      background-color: #dfd21f; }
    .commerce-card-col .green {
      background-color: #0ea55e; }
    .commerce-card-col .active {
      border: 2px solid white; }

.technology-wrapper {
  width: 80%;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }
  .technology-wrapper-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc; }
    .technology-wrapper-btns button {
      background: transparent;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      margin-right: 5rem;
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
      .technology-wrapper-btns button svg {
        width: 8rem;
        height: 5rem;
        display: block;
        margin-bottom: 2rem; }

.technology-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% auto;
  position: absolute;
  transform: translateX(100%);
  transition: 0.3s;
  width: 100%;
  text-align: center; }
  .technology-content img {
    width: 125px;
    margin-left: 2rem; }

:root {
  --dark-gray: #444444;
  --light-gray: #c9c9c5; }

.accordian-dev {
  width: 100%;
  color: #b9b9b9;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: 100;
  letter-spacing: 0.035em;
  font-size: 2rem;
  margin: 3rem auto; }
  .accordian-dev ul {
    list-style-type: none; }
  .accordian-dev ul > li {
    margin-bottom: 8px; }
    .accordian-dev ul > li:first-child h3 {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .accordian-dev h3 {
    cursor: pointer;
    background-color: #f7f9f9;
    padding: 1.2rem 1rem 1rem 1.2rem;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: block;
    font-weight: 100;
    letter-spacing: 0.035em;
    position: relative;
    font-size: 18px;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .accordian-dev h3:hover {
      color: var(--dark-gray); }
    .accordian-dev h3.closed {
      color: #135f9c;
      fill: #0ea55e !important;
      background-color: #fff; }
    .accordian-dev h3:hover .arrow {
      border-top: 2px solid var(--dark-gray);
      border-right: 2px solid var(--dark-gray); }
    .accordian-dev h3 svg {
      width: 60px;
      height: 60px;
      margin-right: 1rem; }
  .accordian-dev ul ul {
    display: none;
    padding: 2rem;
    list-style-type: none;
    margin-bottom: -7px; }
    .accordian-dev ul ul li {
      padding: 1rem 1.8rem;
      color: var(--dark-gray);
      box-shadow: none;
      list-style-type: disc; }
      .accordian-dev ul ul li p {
        opacity: 0;
        transition: all 0.5s;
        transform: translatey(-20px); }
    .accordian-dev ul ul.open p {
      opacity: 1;
      transform: translatey(0px); }
  .accordian-dev .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--light-gray);
    border-right: 2px solid var(--light-gray);
    transform: rotate(135deg);
    transform-origin: center;
    float: right;
    margin-right: 8px;
    transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1); }
    .accordian-dev .arrow.closed {
      margin-top: 4px;
      transform: rotate(-45deg);
      border-top: 2px solid var(--dark-gray);
      border-right: 2px solid var(--dark-gray); }

.multi_step_form {
  background: #f6f7f871;
  display: block;
  overflow: hidden; }

#msform {
  text-align: center;
  position: relative;
  padding-top: 10px;
  min-height: 900px;
  max-width: 92%;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1; }

.multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 30px; }

.multi_step_form #msform .tittle h2 {
  font: 500 24px/35px "Roboto", sans-serif;
  color: #3f4553;
  padding-bottom: 5px; }

.multi_step_form #msform .tittle p {
  font: 400 16px/28px "Roboto", sans-serif;
  color: #5f6771; }

.multi_step_form #msform fieldset {
  border: 0;
  padding: 10px 50px 0;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 25%; }

.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none; }

.multi_step_form #msform fieldset h3 {
  font: 500 18px/35px "Roboto", sans-serif;
  color: #3f4553; }

/* .multi_step_form #msform fieldset .form-group {
    padding: 0 10px;
  } */
.multi_step_form #msform fieldset .fg_2, .multi_step_form #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden; }

.multi_step_form #msform fieldset .fg_3 {
  padding-bottom: 70px; }

.multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden; }

.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100%/4);
  float: left;
  position: relative;
  font: 500 14px/1 system-ui; }

.multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "\f129"; }

.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "\f19d"; }

.multi_step_form #msform #progressbar li:nth-child(4):before {
  content: "\f5da"; }

.multi_step_form #msform #progressbar li:before {
  content: "\f406";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto; }

.multi_step_form #msform #progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1; }

.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%; }

.multi_step_form #msform #progressbar li.active {
  color: #075c96; }

.multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
  background-image: linear-gradient(#10e681, #1aaed3);
  color: white; }

.multi_step_form #msform .action-button {
  background: #0c5e37;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #075c96;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block; }

.multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
  background: #405867;
  border-color: #405867;
  outline: none; }

.multi_step_form #msform .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8; }

.multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff; }

.multi_step_form #msform fieldset .form-control, .multi_step_form #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 20px;
  height: auto;
  font: 400 15px/48px "Roboto", sans-serif;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%; }

.multi_step_form #msform fieldset .form-control.placeholder, .multi_step_form #msform fieldset .product_select.placeholder {
  color: #5f6771; }

.multi_step_form #msform fieldset .form-control:-moz-placeholder, .multi_step_form #msform fieldset .product_select:-moz-placeholder {
  color: #5f6771; }

.multi_step_form #msform fieldset .form-control::-moz-placeholder, .multi_step_form #msform fieldset .product_select::-moz-placeholder {
  color: #5f6771; }

.inputbox-all {
  position: relative; }

.inputbox-all input,
.inputbox-all textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 2px solid #10e681;
  letter-spacing: 1px;
  outline: none;
  background: transparent; }

.label-fields, .label-fields {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: black;
  pointer-events: none;
  transition: 0.5s; }

.inputbox-all input:focus,
.inputbox-all input:valid,
.inputbox-all textarea:focus,
.inputbox-all textarea:valid {
  border-bottom: 2px solid #1768d3; }

.inputbox-all input:focus ~ .label-fields,
.inputbox-all input:valid ~ .label-fields,
.inputbox-all textarea:focus ~ .label-fields,
.inputbox-all textarea:valid ~ .label-fields,
.inputbox-all input[type="date"]:focus ~ .label-fields,
.inputbox-all input[type="date"]:valid ~ .label-fields {
  top: -25px;
  left: 0;
  color: #1768d3;
  font-size: 14px; }

.inputbox-all input[type="date"] {
  user-select: none; }

.multi_step_form #msform fieldset .form-control:hover,
.multi_step_form #msform fieldset .form-control:focus,
.multi_step_form #msform fieldset .product_select:hover,
.multi_step_form #msform fieldset .product_select:focus {
  border-color: #0f81ad; }

.multi_step_form #msform fieldset .product_select .list {
  width: 100%;
  max-height: 200px;
  overflow-y: auto; }

.form-group {
  margin-bottom: 75px; }

.nice-select:after {
  right: 20px;
  height: 10px;
  width: 10px; }

.nice-select .list {
  border-radius: 0; }

.inputbox-all textarea {
  resize: none; }

input[type="date"]::before {
  content: attr(placeholder); }

input[type="date"] {
  color: #ffffff; }

input[type="date"]:focus,
input[type="date"]:valid {
  color: #666666; }

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  content: "" !important; }

.form-height-fix {
  min-height: 0px !important; }

@media (max-width: 768px) {
  .multi_step_form #msform {
    max-width: 100% !important; }
  .multi_step_form #msform fieldset {
    padding: 0px 50px; }
  .shape-effect {
    display: none; } }

@media (max-width: 1024px) {
  .shape-effect {
    right: -52px; }
  .shape-effect svg {
    width: 90px;
    height: 90px; } }

@media (max-width: 540px) {
  .multi_step_form #msform fieldset {
    top: 30%; }
  .multi_step_form #msform fieldset {
    padding: 0 0; } }

.step-item {
  display: flex;
  margin: 0 auto;
  position: relative; }
  .step-item:not(:first-child) {
    margin-top: 2rem; }
  .step-item-num {
    position: absolute;
    top: 35px;
    z-index: 1;
    background-color: #fff;
    font-size: 4rem;
    font-family: 'popins',sans-serif;
    color: #0ea55e;
    transition: transform 0.3s;
    backface-visibility: hidden; }
  .step-item-fill1 {
    fill: #0ea55e; }
  .step-item-fill2 {
    fill: #113959; }
  .step-item-image {
    margin-right: 4rem; }
    .step-item-image > div {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.8em;
      width: 10rem;
      height: 10rem;
      border-top: 3px solid #113959;
      border-right: 3px solid #113959;
      border-bottom: 3px solid #113959;
      border-radius: 50%; }
      .step-item-image > div::after {
        content: '';
        width: 50%;
        border-bottom: 3px solid #113959;
        position: absolute;
        top: 23px;
        left: 92px;
        z-index: 0; }
      .step-item-image > div svg {
        z-index: 2;
        width: 50%;
        height: 50%;
        margin-left: 1rem; }
  .step-item-details {
    position: relative;
    flex-grow: 1; }
    .step-item-details > div {
      border: 2px solid #113959;
      padding: 1.5em;
      margin: 1em 0; }
      .step-item-details > div h1 {
        color: #135f9c;
        font-size: 3rem;
        margin: 0;
        padding: 0 0 0.5em 0;
        letter-spacing: 0.1em;
        transition: 0.3s; }
      .step-item-details > div p {
        color: #707070;
        font-size: 2rem; }
  .step-item:hover .step-item-details h1 {
    color: #0ea55e; }
  .step-item:hover .step-item-num {
    transform: scale(1.2); }

.accordian-menu-container {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: #FFF;
  overflow-y: scroll;
  box-sizing: content-box;
  transition: 0.5s ease;
  transform: translateX(100%); }

.accordian-menu-container.menus-active {
  transform: translateX(0%); }

.accordian-menu-container::-webkit-scrollbar {
  display: none; }

.accordian-sublink-li {
  display: block;
  color: #4D4D4D;
  text-decoration: none;
  transition: all 0.4s ease; }
  .accordian-sublink-li:hover {
    color: #0ea55e; }

.accordian-menu-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 6px;
  z-index: 1;
  user-select: none; }
  .accordian-menu-close svg {
    width: 50px;
    height: 50px; }

.accordion-menu {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px; }

.accordion-menu .accordian-link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between; }
  .accordion-menu .accordian-link div {
    width: 100%; }
  .accordion-menu .accordian-link div svg {
    margin-right: 2rem; }

.accordion-menu li:last-child .accordian-link {
  border-bottom: 0; }

.accordion-menu li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion-menu li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px; }

.accordion-menu li.open .accordian-link {
  color: #0ea55e; }

.accordion-menu li.open i {
  color: #0ea55e; }

.accordion-menu li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordian-sublink-ul {
  display: none;
  background: #444359;
  font-size: 14px; }

.accordian-sublink-ul li {
  border-bottom: 1px solid #4b4a5e; }

.accordian-sublink-ul .accordian-sublink-li {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  font-size: 1.5rem;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.accordian-sublink-ul .accordian-sublink-li:hover {
  background: #1aaed3;
  color: #FFF; }

#footer {
  padding: 4rem 6rem;
  background-size: fill;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(45deg, #0d2d6a, #072e29);
  position: relative;
  z-index: 20; }
  #footer .logo {
    display: inline-block;
    pointer-events: none;
    user-select: none; }
  #footer .logo svg {
    height: 90px;
    width: 180px; }
  #footer .footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
    opacity: 0.3; }
  #footer .footer-clr {
    margin: 3rem auto;
    font-size: 1.5rem;
    color: #707070; }
  #footer .company-info {
    margin-top: 3rem;
    width: 100%; }
  #footer .company-info .company-info_main {
    color: white;
    font-size: 1.6rem;
    margin: 1.5rem auto; }
  #footer .company-info_strong {
    text-transform: capitalize;
    font-weight: bold; }
  #footer .company-info_sub {
    margin-left: 1rem;
    color: #707070; }
  #footer .footer-header {
    margin: 3rem auto;
    display: block;
    font-size: 2.5rem;
    color: white; }
  #footer .footer-header::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 70px;
    width: 80%;
    height: 2px;
    background: yellow; }
  #footer .footer-items {
    margin-top: 2rem;
    list-style: none;
    font-size: 1.6rem; }
  #footer .footer-links {
    text-transform: capitalize;
    margin-top: 1rem;
    color: #707070; }
  #footer .footer-links:hover {
    color: white; }
  #footer .company-info_sub-app {
    color: inherit; }

#web-header {
  width: 100%;
  z-index: 20;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: 0.6s; }

.navbar-toggler-icon rect {
  fill: white; }

.navbar-toggler-icon circle {
  stroke: white; }

.navbar {
  padding: 1.3rem 4rem;
  transition: 0.6s; }
  .navbar .nav-item {
    font-size: 1.7rem;
    margin-left: 6rem; }
    .navbar .nav-item .nav-link {
      transition: 0.5s;
      color: white; }
    .navbar .nav-item svg {
      margin-left: 0.3rem; }
  .navbar-brand {
    width: 130px; }
    .navbar-brand svg, .navbar-brand img {
      width: 100%; }

.navbar-toggler:focus {
  outline: none; }

.navbar-toggler-icon {
  width: 3.5rem;
  outline: none; }
  .navbar-toggler-icon svg:focus {
    outline: none; }

.navbar-toggle {
  display: none; }

@media only screen and (max-width: 1200px) {
  .navbar-toggle {
    display: block !important; }
  .navbar-collapse, .collapse {
    display: none !important; } }

/* MEGA MENU */
.drop-mega:hover .mega-container {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible; }

.mega-container {
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 55px;
  left: 0px;
  width: 100%;
  z-index: 1;
  transition: all 0.5s ease; }
  .mega-container:hover .mega-container {
    color: black; }
  .mega-container .mega-menu {
    margin-top: 26px;
    background: white; }
    .mega-container .mega-menu h3 {
      font-size: 2.3rem;
      color: transparent;
      background-image: linear-gradient(#1aaed3, #0ea55e);
      -webkit-background-clip: text;
      margin-bottom: 2rem; }
    .mega-container .mega-menu_head {
      font-size: 2rem; }
    .mega-container .mega-menu-items {
      list-style: none; }
    .mega-container .mega-menu_links {
      display: block;
      color: black;
      margin: 5px;
      font-size: 1.7rem; }
      .mega-container .mega-menu_links svg {
        width: 250px;
        height: 250px; }
      .mega-container .mega-menu_links:hover .mega-menu {
        display: block; }
      .mega-container .mega-menu_links:hover {
        color: #0ea55e; }
    .mega-container .mega-menu ul li {
      list-style: none;
      /*border-bottom: 1px solid black;*/
      padding: 0.5rem; }

/* END MEGA MENU */
/* STICKY HEADER */
#web-header.sticky {
  background: linear-gradient(#ffffffe6 97%, #0ec1e4de 3%); }

#web-header.sticky .navbar .nav-item .nav-link {
  color: black; }

#web-header.sticky .navbar {
  padding: 0.8rem 3.5rem; }

#web-header.sticky .mega-container {
  top: 36px; }

#web-header.sticky .navbar-toggler-icon rect {
  fill: black; }

#web-header.sticky .navbar-toggler-icon circle {
  stroke: black; }

.loading {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.loader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loader svg {
    padding: 1rem;
    width: 20%;
    animation: logomain 1s linear forwards 0.5s;
    opacity: 0; }

@keyframes logomain {
  to {
    opacity: 1; } }

.logo-right {
  transform-origin: center;
  transform-style: fill-box;
  animation: logoR 1s linear alternate infinite; }

@keyframes logoR {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(-10%); } }

.logo-left {
  transform-origin: center;
  transform-style: fill-box;
  animation: logoL 1s linear alternate infinite; }

@keyframes logoL {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(10%); } }

.logo-shatter {
  opacity: 0;
  animation: logoOP 2s linear forwards; }

@keyframes logoOP {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.logo-inner {
  transform-origin: center;
  transform-box: fill-box;
  animation: rotation 1s linear; }

.logo-outercircle {
  opacity: 0;
  transform-origin: center;
  transform-box: fill-box;
  animation: logoOP 1s linear forwards; }

.logo-inner2 {
  transform-origin: center;
  transform-box: fill-box;
  animation: logoOP 2s linear infinite; }

.logo-smalllines:nth-child(even) {
  transform-origin: center;
  transform-box: fill-box;
  animation: transsmalldown 2s linear alternate infinite; }

.logo-smalllines:nth-child(odd) {
  transform-origin: center;
  transform-box: fill-box;
  animation: transsmallup 2s linear alternate-reverse infinite; }

@keyframes transsmalldown {
  from {
    transform: translate(-284px, -291px); }
  to {
    transform: translate(-284px, -296px); } }

@keyframes transsmallup {
  from {
    transform: translate(-284px, -292px); }
  to {
    transform: translate(-284px, -298px); } }

.logo-t {
  transform-origin: center;
  transform-box: fill-box;
  transform: translate(104%, 113%) scale(0.8);
  animation: logoT 1s linear alternate infinite; }

@keyframes logoT {
  from {
    transform: translate(104%, 113%) scale(0.95); }
  to {
    transform: translate(104%, 113%) scale(1); } }

.box1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 0;
  background: #1e1e20;
  z-index: -1;
  animation: boxes 0.5s linear forwards; }

.box2 {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 0;
  background: #1e1e20;
  z-index: -1;
  animation: boxes 0.5s linear forwards; }

@keyframes boxes {
  100% {
    width: 50%; } }

.first-wrap {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  .first-wrap .slick-slide {
    outline: none; }
  .first-wrap-content {
    z-index: 1;
    color: white; }
    .first-wrap-content h1 {
      text-transform: capitalize;
      font-size: 3.2rem; }
    .first-wrap-content-logo {
      text-align: center; }
      .first-wrap-content-logo svg {
        width: 350px;
        height: 150px; }
  .first-wrap-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .first-wrap-video-overlay {
      mix-blend-mode: luminosity;
      position: absolute;
      top: 0px;
      left: 0px;
      background-image: linear-gradient(#f11313, #1aaed3);
      width: 100%;
      height: 100vh;
      opacity: 0.4; }
  .first-wrap video {
    user-select: none;
    pointer-events: none;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .first-wrap .slick-arrow {
    border: none; }
    .first-wrap .slick-arrow svg {
      color: #1676dd;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 4rem;
      cursor: pointer;
      z-index: 1;
      margin: 0; }
    .first-wrap .slick-arrow .fa-chevron-right {
      right: 40px; }
    .first-wrap .slick-arrow .fa-chevron-left {
      left: 40px; }

/* ABOUT US SECTION */
#about-section {
  width: 100%;
  backface-visibility: hidden;
  padding: 8rem 0;
  margin-top: -5%;
  overflow: hidden; }

.about-section_main {
  text-transform: capitalize;
  color: #1aaed3;
  font-size: 3rem;
  margin-bottom: 2rem; }
  .about-section_main:not(:first-child) {
    margin-top: 3rem; }

.about-section_sub {
  font-size: 1.8rem;
  color: #191919; }
  .about-section_sub:last-of-type {
    margin-bottom: 3rem; }

.about_comp {
  position: relative;
  margin: 0 auto; }
  .about_comp_photo {
    width: 60%;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    position: absolute;
    z-index: 5;
    transition: all 0.4s ease-in; }
    .about_comp_photo--p1 {
      left: 2rem;
      top: 0rem;
      z-index: 8; }
    .about_comp_photo--p2 {
      right: -5rem;
      top: 11rem;
      z-index: 7; }
    .about_comp_photo--p3 {
      left: 10rem;
      top: 20rem;
      z-index: 6; }
    .about_comp_photo:hover {
      transform: scale(1.05);
      z-index: 10; }
  .about_comp:hover .about_comp_photo:not(:hover) {
    transform: scale(0.95); }

/* END ABOUT US SECTION */
/* SERVICE SECTION */
#service-section {
  padding: 3.3rem;
  width: 100%;
  z-index: -5; }

/* PRODUCTION SERVICE */
#product-section {
  overflow-x: hidden;
  width: 100%;
  padding: 5rem 0;
  background: #255f6b; }

.product-container {
  width: 100%;
  text-align: center; }
  .product-container a {
    color: #fff; }
  .product-container a:hover .product-title {
    color: #112f3e; }
  .product-container .product-image {
    width: 100%; }
    .product-container .product-image svg {
      width: 260px;
      height: 260px; }
  .product-container .product-title {
    font-size: 3rem; }

.service-business-bg {
  z-index: -1;
  padding: 2rem 0; }

.service-business-bg:last-child {
  border-bottom: none; }

/* PROCESS */
#ourProcess {
  margin: 2px 0;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }

[id^="steps_icon"] {
  opacity: 0;
  transition: transform 1.2s;
  transform: translateY(-10px); }

[id^="line_"] image {
  transition: height 0.8s;
  height: 0; }

.process-fill-color {
  fill: #108d6e; }

.ourprocess-content {
  width: 100%;
  padding: 0 4rem; }
  .ourprocess-content-head {
    display: inline-block;
    font-size: 5rem;
    border-bottom: 3px solid #0c5e37;
    background-image: linear-gradient(to right, #135f9c, #0ea55e);
    -webkit-background-clip: text;
    color: transparent; }
  .ourprocess-content-par {
    font-size: 3rem; }

.logo-slider {
  position: relative;
  margin: 6rem auto; }

.slick-slide {
  margin: 0 20px;
  outline: none; }

.slick-slide img {
  width: 100%; }

.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.logo-slider-client {
  height: 200px;
  justify-content: center;
  align-items: center; }

.slick-initialized .slick-slide {
  display: flex; }

.slick-loading .slick-slide {
  visibility: hidden; }

@keyframes rotaterec {
  0% {
    transform: rotate(0deg);
    transform-box: fill-box;
    transform-origin: center; }
  100% {
    transform: rotate(360deg);
    transform-box: fill-box;
    transform-origin: center; } }

@keyframes rotsc {
  0% {
    transform: translate(-47%, -50%) scale(0.8); }
  100% {
    transform: translate(-47%, -50%) scale(1); } }

@keyframes strokeoffset {
  0% {
    stroke-dashoffset: 1600; }
  100% {
    stroke-dashoffset: 0; } }

#services-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -50%) scale(0.8);
  width: 1000px;
  height: 1000px;
  animation: rotsc 0.5s ease forwards;
  animation-delay: 3s; }
  #services-shape #rec-left, #services-shape #rec-right {
    animation: rotaterec 6s linear infinite 3s; }
  #services-shape #stroke-body {
    stroke-dasharray: 1600;
    animation: strokeoffset 3s linear; }

.service-link:hover, .service-link {
  color: inherit; }

.service-materials {
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 200px;
  overflow: hidden; }

.service-icon svg {
  width: 100%;
  height: 150%;
  fill: #0ea55e; }

.service-content_header {
  display: block;
  font-size: 2rem;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #0c5e37; }

.service-content_par {
  display: block;
  font-size: 1.6rem;
  max-height: 72px; }

#serviceTechnology {
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(24, 22, 22, 0.7)), url(../images/pictures/service/service-main.jpg);
  background-size: cover;
  padding: 4rem 2rem;
  margin-top: 1rem; }
  #serviceTechnology h2 {
    color: white;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 1px;
    margin-bottom: 3rem; }

.technology-con {
  background-color: white;
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  height: 400px;
  margin-bottom: 2rem; }
  .technology-con-icon {
    text-align: center; }
  .technology-con-head {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem; }
  .technology-con-list {
    list-style: none; }
  .technology-con-item {
    font-size: 1.8rem;
    margin: 1rem 2rem 0;
    padding-left: 4rem;
    position: relative;
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.247); }
    .technology-con-item:last-child {
      border-bottom: none; }
    .technology-con-item::before {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      width: 5rem;
      height: 5rem;
      background-image: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 399.62 372.11" viewBox="0 0 399.62 372.11" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(16, 139, 143)" d="m186.4 187.05c10.97-20.4 26.24-36.49 46.86-47.26 9.39-4.91 19.38-8.07 29.9-9.57-1.16 0.78-2.35 1.52-3.47 2.36-4.03 3.01-8.07 6.02-12.04 9.12-2.11 1.65-4.08 3.47-6.09 5.24-1.18 1.04-2.35 2.08-3.46 3.19-3.51 3.53-7.01 7.06-10.45 10.65-1.77 1.85-3.48 3.76-5.09 5.76-3.68 4.56-7.28 9.18-10.91 13.78-0.54 0.68-1.03 1.39-1.53 2.11-1.54 2.21-3.15 4.37-4.58 6.65-3.84 6.1-7.57 12.26-11.41 18.36-0.99 1.57-2.22 2.98-3.34 4.46-0.1 0.13-0.24 0.23-0.36 0.34-2.89 2.61-5.46 2.56-8.03-0.36-2.15-2.44-4.13-5.04-6.2-7.56-2.52-3.08-5.05-6.15-7.58-9.22-4.37-5.32-8.74-10.64-12.36-16.52-1.08-1.75-2.02-3.57-2.23-5.66-0.13-1.32 1.15-2.53 2.04-3.59 2.29-2.73 4.18-3.08 7.38-2.15 3.14 0.91 5.8 2.69 8.35 4.66 4.05 3.13 7.6 6.79 10.9 10.69 1.28 1.49 2.48 3.02 3.7 4.52z"/><path d="m188.91 241.89c-9.56-0.04-18.27-1.38-26.66-4.42-6.65-2.41-12.78-5.73-17.84-10.78-3.59-3.58-6.28-7.72-7.41-12.73-1.34-5.95-0.13-11.47 3.01-16.61 1.95-3.2 4.5-5.87 7.39-8.23 0.9-0.74 1.85-0.74 2.54-0.05 0.71 0.69 0.69 1.65-0.05 2.61-1.94 2.49-3.38 5.22-3.86 8.38-0.56 3.64 0.2 7.03 1.97 10.22 2.24 4.05 5.56 7.06 9.39 9.53 5.29 3.41 11.12 5.41 17.24 6.66 5.91 1.21 11.88 1.56 17.89 1.14 8.41-0.6 16.49-2.47 23.98-6.5 3.67-1.97 6.95-4.45 9.6-7.71 5.48-6.74 5.61-14.65 0.36-21.59-0.35-0.46-0.62-1.07-0.67-1.64-0.06-0.63 0.37-1.16 0.97-1.44 0.66-0.3 1.32-0.26 1.85 0.22 1.56 1.43 3.19 2.82 4.61 4.38 3.15 3.46 5.34 7.47 6.19 12.11 1.01 5.52-0.13 10.64-3 15.41-2.95 4.9-7.11 8.59-11.91 11.61-6.1 3.84-12.77 6.22-19.78 7.73-5.42 1.16-10.91 1.66-15.81 1.7z"/></svg>'); }

.soft-container:last-child {
  margin-bottom: 2rem; }

.erp-sections-main {
  margin: 0;
  padding: 0;
  position: relative; }

.erp-section {
  width: 100%;
  height: 100%;
  padding: 4rem; }
  .erp-section-image {
    width: 50%;
    height: 100%; }

.section:nth-child(1) {
  background: #fff !important; }

.section:nth-child(odd) {
  background: #1f1d1d; }

.section:nth-child(even) {
  background: #040111; }

#erpmodules {
  height: 100vh;
  weight: 100%;
  background-image: linear-gradient(to right, #175b83, black); }
  #erpmodules svg {
    height: 100%;
    width: 100%; }
    #erpmodules svg #ai_x5F_leg {
      fill: #9ECFF7 !important;
      stroke: #9ECFF7;
      stroke-dasharray: 1600;
      animation: robotss 5s linear; }

@keyframes robotss {
  0% {
    stroke: #9ECFF7;
    stroke-dashoffset: 1600; }
  100% {
    fill: #9ECFF7 !important;
    stroke: #9ECFF7;
    stroke-dashoffset: 0; } }

/* ERP Process */
#erpProcess {
  width: 100%;
  height: 100vh;
  background-color: black;
  position: sticky;
  top: 0px; }

#erpProcess .erpArticle {
  padding: 22px;
  width: 100%;
  height: 100%;
  color: white;
  scroll-snap-align: start;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7); }
  #erpProcess .erpArticle-head {
    margin-top: 110px;
    text-align: center;
    font-size: 3rem;
    background-image: linear-gradient(#21a9df, #17ddcd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #erpProcess .erpArticle-content {
    padding: 3rem;
    font-size: 2rem;
    display: grid;
    align-items: center;
    height: 70%; }
    #erpProcess .erpArticle-content-head {
      font-size: 2.5rem;
      font-weight: bold;
      color: #dfd21f; }

.fake-scroll {
  position: absolute;
  top: 0px;
  width: 1px; }

.erpProcess-icon {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  user-select: none;
  pointer-events: none; }
  .erpProcess-icon img {
    width: 160px;
    height: 120px; }

.erpc {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8; }

#erpProcess::before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  border-image: linear-gradient(to right, #1c5cd3 0%, #11b1e2 100%);
  border-image-slice: 1;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  z-index: 2; }

#erpProcess::after {
  content: '';
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  width: 15%;
  height: 12%;
  border-image: linear-gradient(to right, #1c5cd3 0%, #11b1e2 100%);
  border-image-slice: 10;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
  z-index: 3; }

.lorem {
  width: 100%;
  height: 100vh;
  font-size: 3rem;
  padding: 2rem; }

/* APP IMAGES */
#appImages {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  #appImages-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.app-slide-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  display: flex;
  justify-content: center;
  align-items: center; }
  .app-slide-nav-images {
    list-style: none;
    cursor: pointer;
    margin: 10px; }
    .app-slide-nav-images img {
      width: 150px;
      border: 4px solid white;
      border-radius: 4px; }

.slide-animation {
  transition: all 1s;
  transform: translateX(0px);
  opacity: 1; }

.slide-animation1 {
  transform: translateX(-2000px);
  opacity: 0; }

#webappprocess {
  background: #112C30;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  font-family: 'OswaldR', serif;
  overflow-x: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.webapp-benifits {
  width: 100%;
  height: 600px; }
  .webapp-benifits svg {
    width: 100%;
    height: 100%; }

#androidappdev {
  padding: 4rem 2rem; }

.mobile-dev-service {
  list-style: none;
  font-size: 2rem;
  padding: 30px; }
  .mobile-dev-service li {
    margin: 1rem auto;
    position: relative; }
  .mobile-dev-service li::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -50px;
    width: 60px;
    height: 60px;
    background-image: url('data:image/svg+xml;utf8,<svg enable-background="new 0 0 399.62 372.11" viewBox="0 0 399.62 372.11" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path fill="rgb(16, 139, 143)" d="m186.4 187.05c10.97-20.4 26.24-36.49 46.86-47.26 9.39-4.91 19.38-8.07 29.9-9.57-1.16 0.78-2.35 1.52-3.47 2.36-4.03 3.01-8.07 6.02-12.04 9.12-2.11 1.65-4.08 3.47-6.09 5.24-1.18 1.04-2.35 2.08-3.46 3.19-3.51 3.53-7.01 7.06-10.45 10.65-1.77 1.85-3.48 3.76-5.09 5.76-3.68 4.56-7.28 9.18-10.91 13.78-0.54 0.68-1.03 1.39-1.53 2.11-1.54 2.21-3.15 4.37-4.58 6.65-3.84 6.1-7.57 12.26-11.41 18.36-0.99 1.57-2.22 2.98-3.34 4.46-0.1 0.13-0.24 0.23-0.36 0.34-2.89 2.61-5.46 2.56-8.03-0.36-2.15-2.44-4.13-5.04-6.2-7.56-2.52-3.08-5.05-6.15-7.58-9.22-4.37-5.32-8.74-10.64-12.36-16.52-1.08-1.75-2.02-3.57-2.23-5.66-0.13-1.32 1.15-2.53 2.04-3.59 2.29-2.73 4.18-3.08 7.38-2.15 3.14 0.91 5.8 2.69 8.35 4.66 4.05 3.13 7.6 6.79 10.9 10.69 1.28 1.49 2.48 3.02 3.7 4.52z"/><path d="m188.91 241.89c-9.56-0.04-18.27-1.38-26.66-4.42-6.65-2.41-12.78-5.73-17.84-10.78-3.59-3.58-6.28-7.72-7.41-12.73-1.34-5.95-0.13-11.47 3.01-16.61 1.95-3.2 4.5-5.87 7.39-8.23 0.9-0.74 1.85-0.74 2.54-0.05 0.71 0.69 0.69 1.65-0.05 2.61-1.94 2.49-3.38 5.22-3.86 8.38-0.56 3.64 0.2 7.03 1.97 10.22 2.24 4.05 5.56 7.06 9.39 9.53 5.29 3.41 11.12 5.41 17.24 6.66 5.91 1.21 11.88 1.56 17.89 1.14 8.41-0.6 16.49-2.47 23.98-6.5 3.67-1.97 6.95-4.45 9.6-7.71 5.48-6.74 5.61-14.65 0.36-21.59-0.35-0.46-0.62-1.07-0.67-1.64-0.06-0.63 0.37-1.16 0.97-1.44 0.66-0.3 1.32-0.26 1.85 0.22 1.56 1.43 3.19 2.82 4.61 4.38 3.15 3.46 5.34 7.47 6.19 12.11 1.01 5.52-0.13 10.64-3 15.41-2.95 4.9-7.11 8.59-11.91 11.61-6.1 3.84-12.77 6.22-19.78 7.73-5.42 1.16-10.91 1.66-15.81 1.7z"/></svg>'); }

.mobile-image-service {
  display: flex;
  justify-content: center;
  align-items: center; }
  .mobile-image-service img {
    width: 100%; }

.software-features {
  margin: 3rem auto; }
  .software-features-margin:nth-child(even) {
    margin-top: 10rem; }
  .software-features .soft-feature {
    padding: 4px; }
    .software-features .soft-feature:nth-child(odd) {
      background-image: linear-gradient(21deg, #1aaed3, #0ea55e); }
    .software-features .soft-feature > div {
      background: #fff;
      border-radius: 25px;
      padding: 4rem;
      text-align: center; }
    .software-features .soft-feature-image {
      height: 130px;
      margin-bottom: 30px; }
      .software-features .soft-feature-image svg {
        height: 100%; }
    .software-features .soft-feature-title {
      font-size: 3rem;
      margin-bottom: 2rem; }
    .software-features .soft-feature-par {
      color: #707070;
      font-size: 2rem; }
    .software-features .soft-feature-ul {
      display: inline-block;
      color: #707070;
      font-size: 2rem; }

.soft-mini-section {
  width: 100%;
  height: 400px;
  background-color: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/pictures/other_pages/JKHwrt4568.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .soft-mini-section-title {
    color: white;
    text-align: center;
    width: 70%; }
    .soft-mini-section-title h2 {
      font-size: 3rem; }

.commerce-main {
  width: 100%;
  padding: 4rem 2rem;
  background-image: linear-gradient(rgba(26, 29, 29, 0.6), rgba(36, 37, 37, 0.6)), url(../images/pictures/service/e-commerce/dragBG.jpg);
  background-size: cover;
  background-position: center; }

.commerce-wrapper {
  display: flex; }

.items-container {
  width: 45%;
  margin: 0 1rem;
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative; }
  .items-container::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 3px solid transparent;
    border-image: linear-gradient(#dfd21f, #0ea55e);
    border-image-slice: 1; }
  .items-container .itemBox {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 1rem; }
    .items-container .itemBox img {
      width: 100%;
      height: 100%; }
  .items-container .itemBox-drop {
    width: 150px;
    height: 150px;
    border: 1px dashed red; }
    .items-container .itemBox-drop img {
      width: 100%;
      height: 100%; }

.dragging {
  transition: 0.3s ease-in-out;
  opacity: 0.5; }

.hold {
  border: solid #ccc 4px; }

.hovered {
  background: #f4f4f4;
  border-style: dashed; }

.commerce-items {
  width: 100%;
  padding: 4rem 2rem; }

.laptop-commerce-section {
  width: 100%; }

.image-switching {
  position: relative;
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .image-switching-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    filter: blur(1.6px); }
  .image-switching-title {
    margin: 2.5rem auto;
    display: block;
    width: 17%;
    position: sticky;
    align-self: start;
    top: 20px;
    left: 30px;
    font-size: 9rem;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #135f9c, #1aaed3); }
    .image-switching-title span {
      color: #0ea55e; }

.laptop-change {
  width: 100%;
  height: 100%;
  background-size: 52%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center; }

/* TV */
.screen-commerce {
  position: relative;
  width: 100%;
  min-height: 100vh; }
  .screen-commerce-comp {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .screen-commerce-comp img, .screen-commerce-comp svg {
      max-width: 100%; }
  .screen-commerce-content {
    position: relative;
    top: 16%;
    left: 3%;
    width: 45%; }
    .screen-commerce-content-title {
      font-size: 2rem;
      margin-bottom: 1rem;
      color: transparent;
      background-image: linear-gradient(#1aaed3, #0ea55e);
      -webkit-background-clip: text; }
    .screen-commerce-content-par {
      font-size: 1.5rem;
      color: #707070; }
    .screen-commerce-content-par2 {
      color: #1aaed3;
      margin-top: 1rem;
      font-size: 2rem; }
    .screen-commerce-content a {
      margin-top: 2rem; }
  .screen-commerce-prod {
    position: absolute;
    right: -8%;
    top: 5%; }
    .screen-commerce-prod img {
      width: 90%; }
    .screen-commerce-prod-ani {
      animation: scccc 5s linear alternate infinite; }

@keyframes scccc {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }

.ecommerce-shape-title {
  width: 100%;
  text-align: center;
  padding: 0 13rem; }

.inspire-section {
  padding: 4rem 2rem;
  position: relative;
  z-index: -2; }
  .inspire-section-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4; }
    .inspire-section-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.inspire-illustration {
  width: 100%;
  height: 500px;
  margin-top: 7rem; }
  .inspire-illustration svg {
    width: 100%;
    height: 100%; }

.inspire {
  width: 60%;
  color: white; }
  .inspire-title {
    font-size: 7rem;
    position: relative; }
    .inspire-title::before {
      content: '';
      height: 2px;
      width: 6rem;
      position: absolute;
      background: #1aaed3;
      top: 0px;
      left: 0px; }
  .inspire-subtitle {
    margin-top: 3rem;
    font-size: 3rem; }

.inspire-box {
  padding: 2rem;
  background: black;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 410px;
  color: white;
  border-radius: 5px; }
  .inspire-box:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(23, 101, 138, 0.6)); }
  .inspire-box-icon {
    width: 100%;
    text-align: center; }
    .inspire-box-icon svg {
      width: 50%;
      height: 200px; }
    .inspire-box-icon-fill1 {
      fill: white; }
    .inspire-box-icon-fill2 {
      fill: #1aaed3; }
    .inspire-box-icon-fill3 {
      fill: #0ea55e; }
    .inspire-box-icon-fill4 {
      fill: #dfd21f; }
    .inspire-box-icon-fill5 {
      fill: purple; }
  .inspire-box-title {
    margin-top: 3rem;
    font-size: 3rem;
    position: relative; }
    .inspire-box-title::after {
      content: '';
      height: 2px;
      width: 6rem;
      position: absolute;
      background: #1aaed3;
      bottom: -10;
      left: 0; }
  .inspire-box-par {
    margin-top: 3rem;
    font-size: 1.6rem; }

.rotate-step {
  transform-origin: center;
  transform-style: fill-box;
  animation: stepRot 5s linear alternate infinite; }

@keyframes stepRot {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.eye-ani {
  transform-origin: center;
  transform-style: fill-box;
  animation: eyeani 5s linear alternate infinite; }

@keyframes eyeani {
  from {
    transform: translate(-51.71px, -89.6px) scale(1.1); }
  to {
    transform: translate(-68.71px, -95.6px) scale(1); } }

#inspire-pen {
  transform: scale(0.8);
  transform-origin: center;
  transform-style: fill-box;
  animation: penDraw 10s linear infinite; }

.drawborder {
  animation: changeDrawCol 10s linear infinite;
  animation-delay: 2s; }

@keyframes changeDrawCol {
  0% {
    fill: white; }
  20% {
    fill: #0ea55e; }
  40% {
    fill: #1aaed3; }
  60% {
    fill: purple; }
  80% {
    fill: #dfd21f; }
  100% {
    fill: white; } }

@keyframes penDraw {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(-146px, -47px); }
  21% {
    transform: translate(-145px, -46px) rotate(-5deg); }
  22% {
    transform: translate(-143px, -43px) rotate(0deg); }
  23% {
    transform: translate(-143px, -43px) rotate(-5deg); }
  24% {
    transform: translate(-146px, -47px) rotate(0deg); }
  40% {
    transform: translate(-135px, -94px); }
  41% {
    transform: translate(-134px, -93px) rotate(-5deg); }
  42% {
    transform: translate(-133px, -92px) rotate(0deg); }
  43% {
    transform: translate(-134px, -93px) rotate(-5deg); }
  44% {
    transform: translate(-135px, -94px) rotate(0deg); }
  60% {
    transform: translate(-103px, -135px); }
  61% {
    transform: translate(-102px, -134px) rotate(-5deg); }
  62% {
    transform: translate(-101px, -132px) rotate(0deg); }
  63% {
    transform: translate(-102px, -134px) rotate(-5deg); }
  64% {
    transform: translate(-103px, -135px) rotate(0deg); }
  80% {
    transform: translate(-59px, -137px); }
  81% {
    transform: translate(-58px, -136px) rotate(-5deg); }
  82% {
    transform: translate(-56px, -135px) rotate(0deg); }
  83% {
    transform: translate(-58px, -136px) rotate(-5deg); }
  84% {
    transform: translate(-59px, -137px) rotate(0deg); }
  100% {
    transform: translate(0, 0); } }

.brain-idea-ani {
  opacity: 1; }

.brain-idea-main {
  fill: transparent;
  stroke: white;
  stroke-width: 6px;
  animation: brainStroke 6s linear infinite;
  stroke-dashoffset: 1650; }

@keyframes brainStroke {
  0% {
    stroke-dasharray: 1650;
    fill: transparent; }
  70% {
    stroke-dasharray: 0;
    fill: transparent; }
  100% {
    stroke-dasharray: 0;
    fill: transparent; } }

.brain-idea-ani {
  opacity: 0;
  animation: brainLine 6s linear 4s infinite; }

@keyframes brainLine {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  45% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.inspire-hero-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 2000px;
  max-height: 4000px; }

.inspire-hero-container2 {
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.inspire-hero-device {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.inspire-hero-image {
  height: 100%;
  width: 100%;
  background-image: url(../images/pictures/other_pages/JKHwrt4568.jpg);
  background-size: cover; }

.devices-heading {
  background: black;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .devices-heading h2 {
    font-size: 3rem;
    color: white; }

.images-wrapper {
  height: 100vh;
  width: 100%;
  justify-content: center;
  display: grid;
  grid-auto-columns: 2fr 1fr 2fr;
  grid-template-rows: repeat(1, 1fr);
  align-items: center; }

.iphone-image {
  grid-row: 1;
  grid-column: 2 / span 1;
  align-self: center;
  justify-self: center;
  text-align: center;
  max-width: 100%; }

.inner-phone {
  position: relative; }

.iphone1-text {
  grid-column: 1;
  text-align: right; }

.iphone2-text {
  grid-column: 3; }

.iphone1-img {
  position: absolute;
  z-index: 2; }

.iphone-stick {
  display: none;
  position: absolute;
  left: 54.5%; }

.iphone2-img {
  position: absolute;
  z-index: 2; }

.iphone1 img {
  width: 100%; }

.iphone2 img {
  width: 88%; }

.iphone1-img-behind {
  z-index: 1;
  position: relative; }

.iphone2-img-behind {
  z-index: 1;
  position: relative; }

/* ANIMATION SCROLL */
.ux-start {
  position: relative;
  height: 100vh;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000; }

.section-devices {
  height: auto;
  width: 100%;
  position: relative;
  user-select: none;
  pointer-events: none;
  background: #000; }

.device-works {
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 3rem;
  top: -40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; }

.pos-title h2 {
  color: white;
  font-size: 4rem; }

.devices-wrapper {
  width: 100%;
  justify-content: center;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  align-items: center; }

.devicess {
  grid-row: 1;
  grid-column: 2 / span 1;
  align-self: center;
  justify-self: center;
  text-align: center;
  max-width: 100%; }

.inner-laptop {
  z-index: 2;
  position: relative; }

.inner-laptop img {
  width: 50%; }

.tablet-img-behind {
  z-index: 1;
  position: relative;
  width: 28%;
  right: 12%; }

.phone-img-behind {
  z-index: 1;
  position: relative;
  width: 20%;
  left: 20%; }

.about-us_wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../images/pages/aboutus_background_wrapper.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .about-us_wrapper-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column; }
    .about-us_wrapper-buttons-active {
      background-image: linear-gradient(#0ea55e, #1aaed3) !important; }
    .about-us_wrapper-buttons button:focus, .about-us_wrapper-buttons button:active {
      outline: none; }
    .about-us_wrapper-buttons button {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1rem;
      background: none;
      color: white;
      border: 2px solid transparent;
      border-image: linear-gradient(to right, #0ea55e, #1aaed3);
      border-image-slice: 1;
      margin-bottom: 1rem;
      font-size: 1.5rem; }
      .about-us_wrapper-buttons button svg {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem; }
  .about-us_wrapper-container {
    transform: translateX(100%);
    transition: all 0.3s; }
  .about-us_wrapper-content {
    position: absolute;
    left: 140px;
    top: 120px;
    width: 55%; }
    .about-us_wrapper-content h1 {
      color: transparent;
      background-image: linear-gradient(#0ea55e, #1aaed3);
      -webkit-background-clip: text;
      font-size: 6rem;
      text-decoration: underline;
      margin-bottom: 4rem;
      text-transform: uppercase;
      -webkit-text-emphasis-style: open; }
    .about-us_wrapper-content p {
      color: white;
      font-size: 1.7rem; }
  .about-us_wrapper-image {
    position: absolute;
    top: 300px;
    right: 70px;
    width: 450px;
    height: 450px; }
    .about-us_wrapper-image img {
      width: 100%;
      height: 100%;
      opacity: 0.5;
      user-select: none;
      pointer-events: none; }
  .about-us_wrapper-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px; }
    .about-us_wrapper-background svg {
      width: 100%;
      height: 100%; }

/* CONTACT */
.contact-wrapper {
  width: 100%;
  position: relative;
  background-color: #0f2452;
  padding: 8rem 4rem; }
  .contact-wrapper::before {
    z-index: 1;
    content: '';
    width: 40%;
    height: 40%;
    position: absolute;
    background-image: url(../images/contact-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    left: 20px; }
  .contact-wrapper::after {
    z-index: 1;
    content: '';
    width: 40%;
    height: 40%;
    position: absolute;
    background-image: url(../images/contact-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    right: 20px;
    transform: rotate(180deg); }
  .contact-wrapper-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact-wrapper-image svg {
      width: 80%;
      height: 100%; }

.contact-submit {
  margin-top: 2rem; }

.contact-info {
  width: 100%;
  height: max-content;
  position: relative; }
  .contact-info-map {
    height: 100vh; }
  .contact-info-wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
    .contact-info-wrapper [class^="col-"] {
      padding-right: 0;
      padding-left: 0; }
  .contact-info-company {
    padding-left: 6rem;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column; }
    .contact-info-company-head {
      width: 100%;
      text-align: center;
      color: transparent;
      background-image: linear-gradient(#0ea55e, #1aaed3);
      -webkit-background-clip: text;
      font-size: 4.5rem; }
    .contact-info-company_information ul {
      list-style-type: none;
      font-size: 2.3rem; }
    .contact-info-company_information a {
      color: #1aaed3; }
    .contact-info-company_information li {
      margin-top: 1rem;
      margin-bottom: 1rem;
      text-decoration: underline; }

.contact-wrapper-image svg {
  opacity: 0;
  stroke-dashoffset: 600; }

@keyframes contactMessage {
  from {
    opacity: 0;
    stroke-dasharray: 600; }
  to {
    opacity: 1;
    stroke-dasharray: 0; } }

@keyframes contTop {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-5px); } }

@keyframes contSide {
  from {
    transform: translateY(0px); }
  to {
    transform: translateX(-5px); } }

@media only screen and (max-width: 1200px) {
  .about_comp_photo {
    width: 55%; }
  .about_comp_photo--p1 {
    top: 6rem;
    left: 0; }
  .about_comp_photo--p2 {
    top: 16rem;
    right: 3rem; }
  .about_comp_photo--p3 {
    top: 25rem; }
  .box-container_content-par {
    max-height: 256px;
    font-size: 1.3rem; }
  .title-section .softdev-content-shadow {
    top: -70px;
    left: -14px; }
  .softdev-icons-image svg {
    width: 10rem;
    height: 10rem; }
  .softdev-icons-title {
    font-size: 2rem; }
  .title-section .softdev-content-head {
    font-size: 4rem; }
  .title-section .softdev-content-par {
    font-size: 2rem; }
  .title-section .softdev-content-ul {
    font-size: 1.8rem; }
  .inspire-illustration {
    height: 450px; }
  .inspire-box-title {
    font-size: 2.5rem; }
  .inspire-box {
    height: 440px; }
  .ux-start {
    height: 85vh; }
  .t1-picture {
    top: 15%;
    left: 62%;
    transform: translate(-85%, -50%); }
  .tl-title {
    top: 43%; }
    .tl-title p {
      line-height: normal; }
  .tl-content {
    top: 50%;
    margin: 0 1.2em; }
  .tl-content-icon img {
    height: 70px; }
  .description {
    font-size: 2rem;
    line-height: normal; }
  .about-us_wrapper-content {
    width: 45%; }
  .about-us_wrapper-image {
    top: 365px;
    right: 10px;
    width: 360px;
    height: 360px; }
  .contact-info-company_information ul {
    font-size: 2.1rem; }
  .soft-container {
    max-width: 90%; } }

@media only screen and (max-width: 991px) {
  .container {
    max-width: 90%; }
  .header-web {
    font-size: 3.6rem; }
  .automation-steps-image {
    height: 500px; }
  .title-section .softdev-percentage {
    border: 2px solid #1aaed3;
    padding: 2rem; }
  .title-section .softdev-percentage:nth-last-child(1) {
    border: 2px solid #1aaed3; }
  .technology-content img {
    width: 90px; }
  .inspire-box {
    margin-top: 1rem; }
  .ux-start {
    height: 440px; }
  .device-works {
    top: -40%; }
  #timeline {
    flex-wrap: wrap; }
    #timeline:hover .tl-item {
      width: 50%; }
  .tl-item {
    width: calc(100%/2); }
    .tl-item:hover {
      width: 50% !important; }
  .softdev-icons-title {
    font-size: 2.5rem; }
  .about-us_wrapper-buttons {
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-top: 1rem; }
    .about-us_wrapper-buttons button {
      margin-left: 1rem; }
  .about-us_wrapper-content {
    margin-top: 1.4rem;
    left: 20px;
    width: 80%; }
  .about-us_wrapper-image {
    top: 515px;
    right: 30px;
    width: 220px;
    height: 220px; }
  .image-switching-title {
    font-size: 6.5rem; } }

@media only screen and (max-width: 900px) {
  .about_comp_photo {
    width: 80%; }
    .about_comp_photo--p1 {
      top: 2rem;
      left: 2rem; }
    .about_comp_photo--p2 {
      top: 18rem;
      right: 1rem; }
    .about_comp_photo--p3 {
      top: 33rem;
      left: 2rem; }
  .product-container .product-image svg {
    width: 180px;
    height: 235px; }
  .box-container_content-head {
    font-size: 2.5rem; }
  .box-container_content-par {
    font-size: 1.6rem; }
  .title-section .softdev-content-shadow {
    top: -40px;
    font-size: 5rem; }
  .software-features-margin:nth-child(even), .software-features-margin:nth-child(odd) {
    margin-top: 4rem; }
  .title-section .softdev-content-head {
    font-size: 3.8rem; }
  .technology-wrapper {
    width: 100%; }
  .header-web {
    font-size: 4rem; }
  .inspire-illustration {
    height: 370px; }
  .first-wrap-pages-content h1 {
    font-size: 3.5rem; }
  .error-404-image {
    width: 500px;
    height: 500px; } }

@media only screen and (max-width: 767px) {
  .level-sections-image {
    height: 350px; }
  .order-main1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-main2 {
    -ms-flex-order: 2;
    order: 2; } }

@media only screen and (max-width: 768px) {
  .navbar-brand {
    width: 100px; }
  .header-web {
    width: 95%;
    font-size: 3rem; }
  .title-section .softdev-content-shadow {
    top: -28px; }
  .ux-start {
    height: 305px; }
  .pos-title h2 {
    font-size: 2.8rem; }
  .height-100 {
    height: auto; }
  .first-wrap-pages {
    height: auto; }
  .first-wrap-pages-content {
    height: auto; }
    .first-wrap-pages-content h1 {
      font-size: 3rem; }
    .first-wrap-pages-content p {
      font-size: 1.5rem; }
  .first-wrap-pages-svg {
    margin-top: 3.5rem;
    height: 310px; }
  .first-wrap-pages-svg svg {
    width: 100%;
    height: 100%; }
  .about_comp_photo {
    display: none; }
  .box-container {
    height: 300px; }
  .title-section {
    padding: 0; }
  .technology-wrapper-btns button {
    margin-right: 2rem; }
  .technology-wrapper-btns button svg {
    width: 7rem;
    height: 4rem; }
  .inspire {
    width: 85%; }
  .inspire-title {
    font-size: 5rem; }
  .inspire-box {
    height: auto; }
  .inspire-box-icon svg {
    width: 40%; }
  .inspire-box-title {
    margin-top: 1rem; }
  .automation-steps-content p {
    font-size: 2rem; }
  .automation-steps-content {
    padding: 3rem 0; }
  .mobile-image-service img {
    width: 75%; }
  .tl-content {
    font-size: 1.6rem; }
  .title-section .softdev-content-ul {
    font-size: 1.9rem; }
  .contact-wrapper-image {
    height: 80%; }
  .laptop-change {
    background-size: 65%; }
  .image-switching-title {
    font-size: 6rem;
    width: 30%; }
  .first-wrap-pages-custom-image {
    height: 78%;
    width: 100%;
    float: none;
    text-align: center; }
  .first-wrap-pages-custom_content {
    width: 100%;
    height: 19%;
    float: none;
    overflow: hidden;
    margin: -1rem auto; }
  .first-wrap-pages-custom_content-sub {
    display: none; }
  .erp-section svg {
    width: 90%; }
  .first-wrap-pages-custom_content-main {
    font-size: 4rem; }
  #pp-nav {
    display: none; }
  #footer {
    height: auto; }
  .image-switching {
    height: 500px; }
  .ecommerce-shape-title {
    padding: 0 6rem; }
  .error-404-image {
    width: 420px;
    height: 500px; }
  .btn-404 {
    font-size: 1.7rem; } }

@media only screen and (max-width: 540px) {
  .first-wrap {
    height: 70vh; }
  .navbar {
    padding: 1.2rem 2rem; }
  .first-wrap-content-logo svg {
    width: 80%;
    height: 135px; }
  .first-wrap-content h1 {
    font-size: 2.5rem; }
  .header-web {
    font-size: 2.5rem; }
  .box-container {
    height: 350px; }
  .first-wrap .slick-slide img {
    object-fit: cover; }
  .contact-info-company {
    padding: 0 2rem; }
  .about-us_wrapper-buttons button img {
    width: 40px;
    height: 40px; }
  .about-us_wrapper-content {
    margin-top: 1rem;
    width: 90%; }
  .about-us_wrapper-content p {
    font-size: 1.6rem; }
  .about-us_wrapper-image {
    top: 570px;
    right: 30px;
    width: 170px;
    height: 170px; }
  .about-us_wrapper-content h1 {
    font-size: 4.8rem; }
  .post-wrapper .post-image img {
    width: 90%;
    height: 90%; }
  .inspire {
    width: 90%; }
  .inspire-title {
    font-size: 4rem; }
  .inspire-subtitle {
    font-size: 2.6rem; }
  .ux-start {
    height: 260px; }
  .pos-title h2 {
    font-size: 2.5rem; }
  .section-devices {
    height: 360px; }
  .device-works {
    top: 40%;
    font-size: 2.5rem; }
  .t1-picture {
    top: 24%; }
  .tl-content-icon img {
    height: 60px; }
  .softdev-content-head {
    text-align: center; }
  .inspire-illustration {
    height: 300px; }
  .laptop-change {
    background-size: 70%; }
  .image-switching-title {
    font-size: 4.5rem;
    width: 25%; }
  .step-item-num {
    top: 40px;
    font-size: 3rem; }
  .step-item-image {
    margin-right: 1.5rem; }
  .step-item-image > div {
    width: 9rem;
    height: 9rem; }
  .step-item-image > div::after {
    width: 26%;
    left: 85px; }
  .step-item-details > div h1 {
    font-size: 2.5rem; }
  .step-item-details > div p {
    font-size: 1.6rem; }
  .title-section .softdev-content-par {
    font-size: 1.9rem;
    line-height: 3.5rem; }
  .error-404-image {
    width: 80%;
    height: 70%; }
  .box-container_content-head {
    font-size: 2.2rem; }
  .box-container_content-par {
    font-size: 1.5rem; }
  .box-container {
    height: 380px; }
  .webapp-benifits {
    text-align: center;
    width: 100%;
    height: 430px; }
  .webapp-benifits svg {
    width: 90%; }
  .ecommerce-shape-title {
    padding: 0 1.5rem; }
  #footer .company-info_sub {
    line-height: 30px; }
  .es-preloader-circle {
    width: 175px;
    height: 175px; } }

@media only screen and (max-width: 576px) {
  .service-icon svg {
    width: 65%;
    height: 100%; } }

@media only screen and (max-width: 410px) {
  .ux-start {
    height: 200px; }
  .title-section .softdev-content-shadow {
    top: -25px;
    left: 0px;
    font-size: 4rem; } }

@media only screen and (max-width: 340px) {
  .ux-start {
    height: 160px; }
  .pos-title h2 {
    font-size: 2rem; }
  .inspire-illustration {
    height: 165px; }
  .inspire-section .header-web {
    font-size: 2.5rem; }
  .btn-404 {
    font-size: 1.5rem; } }
