 

/*Text font*/
@import "../lib/font-icon/fontawesome/fontawesome-all.min.css";
@import "../lib/font-icon/et-line/et-line-font.css";
@import "../lib/font-icon/material-webfont/css/materialdesignicons.min.css";
 
  


::selection {
  background: #555;
  color: #fff;
}
::-moz-selection {
  background: #555;
  color: #fff;
}
body {
  background: #ffffff;
  padding: 0;
  margin: 0 auto;
  min-height: 100vh;
  font-family: "SF", "Montserrat", Arial, sans-serif;
  color: #151515;
  -webkit-font-smoothing: antialiased;
}
body,
.smooth-container {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tb-list {
  font-family: "Montserrat", "SF", Arial, sans-serif;
  font-weight: 700;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.ms-main-container a {
  color: #ffffff;
  text-decoration: none;
  width: 63%;
  /* height: 110%; */
  display: block;
}
blockquote {
  padding: 10px 20px;
  color: #151515;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto 30px;
}
ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0 !important;
  -webkit-padding-start: initial !important;
  -moz-padding-start: initial;
}
menu,
ol,
ul {
  padding: 0 !important;
}
button {
  background: transparent;
  border: none;
}
button:focus {
  outline: none;
}
input,
textarea {
  font-family: "SF", Arial;
}
textarea {
  padding: 14px;
}
input:focus,
textarea:focus {
  outline: none !important;
  border: 1px solid #df1f29;
  box-shadow: none;
}
input[type="submit"] {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
input[type="submit"]:focus {
  outline: none;
}
img {
  width: 100%;
}

/* 1.1 Typography */

h1,
h2,
h4,
h5,
h6 {
  color: #151515;
  margin-top: 0;
  text-transform: uppercase;
}

p {
  font-size: calc(18px + 2 * (100vw - 992px) / 1508);
  line-height: 1.8;
  font-weight: 300;
}

/* 1.2 Specials Classes */

.c-white {
  color: #fff !important;
}
.navbar-white {
  color: #fff;
  background-color: transparent !important;
}
.center-block {
  display: flex;
  justify-content: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
  display: block;
}
.socials li {
  display: inline-block;
}
.share-links a {
  font-size: 19px;
  padding: 0.5em;
}
[class*="socicon-"] {
  display: inline-block;
  color: inherit;
  margin: 0;
  transition: opacity 0.3s ease;
}
#contact [class*="socicon-"] {
  padding-right: 0.7em;
}
[class*="socicon-"]:hover {
  opacity: 0.4;
}
/* 1.3 Button */

.ms-button {
  color: #151515;
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none;
  border: solid 1px;
  transition: color 0.4s ease;
}
.ms-button:after {
  position: absolute;
  display: block;
  content: attr(data-title);
  padding: 7px 0;
  font-size: 14px;
  left: 0;
  top: 0;
  width: 0%;
  background: #ffffff;
  color: #fff;
  text-indent: 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
  border: none;
  bottom: 0;
}
.ms-button:hover {
  color: #fff;
}
.ms-button:active::after,
.ms-button:focus::after,
.ms-button:hover::after {
  width: 100%;
  padding-right: 25px;
}

.ms-btn--slider {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 11em;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.ms-btn--slider::before {
  content: "";
  height: 0.1rem;
  width: 2rem;
  margin-right: 0.7rem;
  background: #ffffff;
  transition: width 0.3s ease;
}
.ms-btn--slider:hover::before {
  width: 3rem;
}

/**
 * 2. Header
 */

.ms-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  transition: all 0.2s linear;
}
/* 2.1 Menu */

.ms-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.ms-logo {
  position: relative;
  z-index: 7;
  height: 63px;
  min-width: 190px;
}
.logo-dark,
.logo-light {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0.4s;
}
.ms-logo img {
  width: auto;
  height: 100%;
}
.logo-dark.current,
.logo-light.current {
  opacity: 1;
}
.logo-dark.active,
.logo-light.active {
  opacity: 1;
  transition: opacity 0.1s;
}
.ms-nav {
  padding: 2em 3em;
  color: inherit;
}

/* 2.2 Burger button */

.hamburger {
  margin-right: 0;
  margin-left: auto;
  overflow: visible;
  cursor: pointer;
  z-index: 7;
  border: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s ease;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}
.navbar-white .hamburger-label {
  color: #fff;
}
.hamburger-label {
  display: block;
  font-family: "SF", Arial;
  font-size: 16px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: -4em;
  padding-right: 4em;
  text-transform: uppercase;
  line-height: 1.5em;
  transition: color 0.3s ease 0.4s;
  color: #151515;
}
.hamburger.is-active .hamburger-label {
  color: #fff !important;
  transition: color 0.1s ease;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}
.hamburger-inner {
  display: block;
  top: 0;
}
.navbar-white .hamburger-inner,
.navbar-white .hamburger-inner:after,
.navbar-white .hamburger-inner:before {
  background-color: #fff;
  transition: transform 0.3s ease 0.2s, background-color 0.3s ease 0.2s,
    opacity 0.3s ease 0.3s;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #151515;
  transition: all 0.3s ease 0.5s;
}
.hamburger-inner:before {
  top: 8px;
  left: -8px;
}
.hamburger-inner:after {
  top: 16px;
  width: 26px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
  background-color: #fff;
  transition-delay: 0.1s;
}
.hamburger.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner:before {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.hamburger.is-active .hamburger-inner:after {
  width: 30px;
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/* 2.3 Collapse navigation */

.ms-nav {
  display: flex;
  align-items: center;
}
.height-full-viewport {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(8, 15, 43 , 0.92);
  z-index: 5;
  overflow: hidden;
  transition: height 0.8s cubic-bezier(0.3, 1, 0.3, 1) 0.1s;
}
.ms-navbar {
  z-index: 6;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.ms-nav.is-visible .height-full-viewport {
  height: 100vh;
  transition: height 1s ease;
}
.nav-item {
  cursor: pointer;
  padding: 0.75em;
  opacity: 0;
  width: 240px;
  margin-left: 3em;
  transition: opacity 0.3s ease;
}
.ms-navbar a {
  display: block;
}
.ms-navbar .ms-btn {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0.25em;
  position: relative;
}
.ms-navbar .ms-btn {
  font-size: 1.75em;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 700 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ms-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d42e90;
  height: 0.1rem;
  top: 50%;
  width: 0;
  transition: width 0.3s ease;
}
.nav-item__label {
  position: relative;
  display: block;
  margin: 0.5em 0 0 0;
  margin-top: 0.25em;
  padding: 0.5em;
  color: #19213b;
  transition: color 0.3s ease;
  text-decoration: none;
}


a:hover .nav-item__label{
color: #fff!important;
}

.nav-item:hover .nav-item__label {
  color: #9a9a9a;
}
.is-visible .nav-item {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.3s;
}
.nav-item .ms-btn {
  transition: all 0.3s ease;
}
.nav-item:active .ms-btn,
.nav-item:focus .ms-btn,
.nav-item:hover .ms-btn {
  color: #d42e90;
  opacity: 1;
  padding-left: 2.4rem;
}
.nav-item:active .ms-btn::before,
.nav-item:focus .ms-btn::before,
.nav-item:hover .ms-btn::before {
  width: 2rem;
}

/**
 * 3. Pages Style
 */

.ms-preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  background-color: #151515;
  background-image: linear-gradient(
    to right,
    #3a0554,
    #27244e,
    #3d2850,
    #1f1546,
    #212538);
  background-size: 600%;
  background-position: 0 0;
  /* box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5); */

  justify-content: center;
  /* Animation */
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: gradients;
  transition: -webkit-transform 0.35s ease-out;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  /* -webkit-transform: translateY(-100%); */
  /* transform: translateY(-100%); */
  will-change: transform;
}
.ms-main-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  background-color: #fff;
  padding: 0px;
}
.ms-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 12em;
}
.ms-section__block {
  width: 85%;
  max-width: 88em;
  margin: 0 auto 6em;
}
.ms-page-title span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #df1f29;
}
.page-header {
  text-transform: uppercase;
  position: relative;
  margin: 15px 0;
}
.page-desc {
  width: 50vh;
  font-size: 1.5em;
  line-height: 1.5;
  color: #151515;
  letter-spacing: 0.05em;
}

/**
 * 4. Home Slider
 */

.home-slider {
  padding-top: 0 !important;
  margin-top: 0px !important;
}
.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-slide {
  overflow: hidden;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background: -moz-linear-gradient(
    top,
    black 0,
    transparent 50%,
    transparent 63%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    black 0,
    transparent 50%,
    transparent 63%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    black 0,
    transparent 50%,
    transparent 63%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
  transition: all 0.65s ease;
}
.swiper-slide-duplicate-active .overlay,
.swiper-slide-active .overlay {
  opacity: 0.4;
}
.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
}
.slide-inner--image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  transform: scale(1.07);
  -webkit-transition: opacity 0.6s ease-in-out, transform 2s ease 0.7s;
  -moz-transition: opacity 0.6s ease-in-out, transform 2s ease 0.7s;
  transition: opacity 0.6s ease-in-out, transform 2s ease 0.7s;
}
.swiper-slide-duplicate-active .slide-inner--image,
.swiper-slide-active .slide-inner--image {
  opacity: 1;
  transform: scale(1);
}

/* 4.1 Slider navigation buttons */

.swiper-button-prev,
.swiper-button-next {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 2em;
  font-size: 12px;
  width: auto;
  height: 24px;
  background-image: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-button-prev {
  padding-left: 6em;
  left: 0;
  -webkit-transition: padding-left 0.3s ease;
  -moz-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
}
.swiper-button-next {
  padding-right: 6em;
  right: 0;
  -webkit-transition: padding-right 0.3s ease;
  -moz-transition: padding-right 0.3s ease;
  transition: padding-right 0.3s ease;
}
.swiper-button-prev::after {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.swiper-button-next::after {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.swiper-button-prev:hover {
  padding-left: 90px;
}
.swiper-button-prev:hover::after {
  width: 75px;
}
.swiper-button-next:hover {
  padding-right: 90px;
}
.swiper-button-next:hover::after {
  width: 75px;
}

/* 4.2 Slider inner info */

.slide-inner--info {
  position: absolute;
  width: 50vw;
  min-height: 50px;
  top: 34vh;
  padding-left: 11vw;
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper-slide-active .slide-inner--info {
  opacity: 1;
  transition: opacity 1s ease 1s;
}
.slide-inner--info h1 {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
}
.slide--info__link {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 2px;
}
.swiper-slide--bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* 4.3 Pagination */

.expanded-timeline {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 3;
  bottom: 13vh;
  right: 3em;
  width: 40vh;
}
.swiper-pagination-progress {
  z-index: 4;
  width: 85%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progressbar {
  background: #fff !important;
}
.expanded-timeline__counter span {
  text-align: center;
  margin-left: 1.8em;
  margin-right: 100%;
  padding: 0.4em 0;
  color: #fff;
  display: block;
}
.scroll-message {
  position: absolute;
  right: 0;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.15em;
}
.scroll-svg {
  width: 24px;
  margin: 0 auto 1.2em;
  display: block;
}

.shapebanners {
  position: relative;
  width: 100%;
  height: 1px;
  z-index: 2;
}

.shapebanners svg {
  fill: #fff;
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 1;
  bottom: 0px;
}

.slide-inner--info h1 {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  color: #cce4ff;
  font-size: 22px;
}

.slide-inner--info h2 {
  color: #fff;
  font-size: 44px;
}

.mouse-down ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.mouse-down ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 28px;
}

.mouse-down .center {
  margin: -21px auto 20px auto;
}
.mouse-down {
  width: 20px;
  height: 36px;
  border: 2px solid #5a3a87;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  left: calc(50% - 7.5px);
}
.mouse-down .bullet {
  width: 5px;
  height: 5px;
  background: #373270;
  margin: auto auto;
  border-radius: 8px;
  position: relative;
  -webkit-animation: scrollDownUp 3s infinite;
  animation: scrollDownUp 3s infinite;
}

.shapeMouse {
  position: absolute;
  background: url(../images/mainShape.svg) no-repeat top center;
  height: 130px;
  bottom: 0px;
  width: 100%;
  left: 0;
  z-index: 1;
  background-size: cover;
}

#parallax {
  position: relative;
  width: 100%;
  height: 55vh;
  background-image: url(../images/depth4.png), url(../images/depth3.png),
    url(../images/depth2.png), url(../images/depth1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  transition: all 0.2s linear;
  background-size: contain;
  height: 100%;
  min-height: 50vh;
}

/*----gradiantsBanner---*/

.gradiantsBanner {
  align-items: center;
  background-image: linear-gradient(
    to right,
    #ca4ec0,
    #4a449e,
    #7d3986,
    #7361b3,
    #323c70
  );
  background-size: 600%;
  background-position: 0 0;
  /* box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5); */
  display: flex;
  font-family: "Lato", Arial, sans-serif;
  height: 100%;
  justify-content: center;
  /* Animation */
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: gradients;
}

.gradiantsBanner::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/axon-theme.png) no-repeat left top;
  background-size: cover;
  content: "";
}


 
.box-about img{
    -webkit-animation: move-up-down 5s ease-in-out 4s infinite;
    animation: move-up-down 5s ease-in-out 4s infinite;

}






 




@media (max-width: 830px) {
}
@keyframes gradients {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes scrollDownUp {
  0% {
    top: 5px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 5px;
  }
}

/* Standard syntax */
@keyframes scrollDownUp {
  0% {
    top: 5px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 5px;
  }
}

.artaxon {
  background: url(../images/axonart.svg) no-repeat center center;
  width: 50vw;
  height: 35vw;
  position: absolute;
  right: 7vw;
  top: 20vh;
  z-index: 2;
}

.artaxon2 {
  background: url(../images/laptop.svg) no-repeat center center;
  width: 50vw;
  height: 35vw;
  position: absolute;
  right: 7vw;
  top: 20vh;
  z-index: 2;
}

/* .artaxon2 svg { 
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;  
    height: 100%;
  }
  .artaxon2 svg text {
    font-family: "Montserrat", "SF", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
  }
  .artaxon2 svg rect {
    fill: #fff;
  }
  .artaxon2 svg > rect {
      -webkit-mask: url(#mask);
      mask: url(#mask);
  } */

/*--------swpier---*/

.servicesSolutions
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before,
.servicesSolutions
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
[class^="swiper-button-"] {
  transition: all 0.3s ease;
}

.servicesSolutions .swiper-container2 {
  width: 100%;
  height: 28vw;
  transition: opacity 0.6s ease;
}
.servicesSolutions .swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}
.servicesSolutions .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.servicesSolutions .swiper-container:hover .swiper-button-prev,
.servicesSolutions .swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.servicesSolutions .swiper-slide {
  background-position: center;
  background-size: cover;
}
.servicesSolutions .swiper-slide .entity-img {
  display: none;
}
.servicesSolutions .swiper-slide .content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 50%;
  padding-left: 5%;
  color: #fff;
}
.servicesSolutions .swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.servicesSolutions .swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.servicesSolutions [class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.servicesSolutions .swiper-button-prev {
  transform: translateX(50px);
}

.servicesSolutions .swiper-button-next {
  transform: translateX(-50px);
}

.servicesSolutions
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}
.servicesSolutions
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.servicesSolutions
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover,
.servicesSolutions
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.servicesSolutions
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}

@media (max-width: 1180px) {
  .servicesSolutions .swiper-slide .content .title {
    font-size: 25px;
  }
  .servicesSolutions .swiper-slide .content .caption {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .servicesSolutions .swiper-container2 {
    height: 40vw;
  }
  .servicesSolutions .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}

/*----------about-Us------*/

.artcircles {
  background: url(../images/ARTCIRCLES.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 10px;
}

.scroll-header.navbar-white {
}

header.transparent-header {
  background: transparent;
}

.header-fixed-top.scroll-header .ms-nav {
  padding: 3px 20px;
}

.header-fixed-top.scroll-header .ms-logo {
  height: 43px;
}

.header-fixed-top.scroll-header .hamburger-label {
  color: #261a5f;
}

.header-fixed-top.scroll-header.navbar-white .hamburger-inner,
.header-fixed-top.scroll-header.navbar-white .hamburger-inner:after,
.header-fixed-top.scroll-header.navbar-white .hamburger-inner:before {
  background: #261a5f;
}



.header-fixed-top.scroll-header.navbar-white .is-active  .hamburger-inner,
 .header-fixed-top.scroll-header.navbar-white .is-active  .hamburger-inner:after,
  .header-fixed-top.scroll-header.navbar-white .is-active  .hamburger-inner:before {

 
  background: #ffffff;
}

.articleX {
  margin-bottom: 8vh;
}

.articleX h2 {
  color: #9d3e89;
  font-weight: 400;
  font-size: 19px;
}

.articleX h3 {
  color: #404987;
  font-weight: 600;
}

.articleX p {
  font-size: 16px;
  line-height: 1.8em;
}

.articleX h2::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #9d3e89;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}

i.awardIcon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../images/award.svg) no-repeat center center;
  vertical-align: middle;
  background-size: contain;
}

i.handsIcon {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url(../images/hands.svg) no-repeat center center;
  vertical-align: middle;
  background-size: contain;
}

span.iconNo {
  min-width: 150px;
}

.articleX h4 {
  font-size: 17px;
  color: #5470b5;
  font-weight: 500;
}

.articleX p {
  line-height: 1.4em;
}

.articleX li {
  display: flex;
}

span.noCount {
  display: inline-block;
  font-size: 25px;
  line-height: 0px;
  vertical-align: middle;
  font-weight: 600;
  color: #5470b5;
  font-family: "Montserrat", "SF", Arial, sans-serif;
  height: 80px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.articleX a {
  display: inline-block;
  color: #9d3e89;
  font-size: 17px;
  margin-bottom: 8px;
}

.box-about {
  padding: 20px;
  text-align: center;
}

.box-about h3 {
  color: #232e7d;
  font-weight: 600;
  font-size: 23px;
}

.box-about p {
  font-size: 16px;
  line-height: 1.6em;
}

.box-about img {
  margin: 0 auto;
  width: 60%;
  height: auto;
  margin-bottom: 20px;
}

.serviceList {
  background-color: #232f7c;
  background-image: url(../images/topCurves.svg),
    url(../images/bottomCurves.svg), url(../images/dots.png),
    radial-gradient(circle, rgb(30, 87, 153) 0%, rgba(16, 26, 85, 1) 100%);
  background-size: 100%, 100%, cover, 100%;
  background-position: top center, bottom center, center center, center center;
  background-repeat: no-repeat;
  min-height: 600px;
  padding-bottom: 150px;
  margin-bottom: -2px;
}

.softwaerApp {
  background-image: url(../images/service.svg), url(../images/services.png) , url(../images/service2.svg) ,linear-gradient(125deg, #601e9c 0, #3e6cd2 64%, #182f7b 100%);
  background-color: #e8eefa;
  background-size: 100% , cover , 100% , 100%;
  background-repeat: no-repeat;
  background-position: top center, top center , bottom center ,center center;
  min-height: 600px;
  padding-bottom: 130px;
  padding-top: 230px;
   
}

.keyAxon {
    background-image: url(../images/keysBG.svg);
    background-color: #ebeff9;
    background-position: center center;
    background-size: cover;
}
 

 


.keyAxon ul li::before {
    content: '-';
    padding-right: 3px;
    vertical-align: baseline;
}

.keyAxon h5 {
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}

.keyAxon h5::before {
    content: '';
    background: url(../images/key.svg) no-repeat center center;
    background-size: cover;
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}

.keyAxon ul li {
    text-align: left;
    padding: 0px;
    padding-left: 16px;
    font-size: 15px;
    color: #fff;
}



.footers {
    background-image: url(../images/footers.svg);
    background-color: #0f2049;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: auto;
    padding-bottom: 87px;
    padding-top: 173px;
}

.titleSection {
  padding-top: 120px;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
 
}

.titleSection h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
}

.cardService {
  text-align: left;
  color: #fff;
  padding: 20px;
  font-weight: 600;
  font-size: 22px;
  min-height: 150px;
  background: #95a3dc;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  line-height: 1.2em;
  padding-right: 40%;
  box-shadow: 0px 9px 7px rgb(5 9 35 / 20%);
  font-family: "Montserrat", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: start;
  text-shadow: 2px 4px 7px rgb(0 0 0 / 30%);
  text-transform: uppercase;
  opacity: 0.9;
}

.dTIcon {
  background: rgb(17, 40, 136);
  background: -moz-linear-gradient(
    40deg,
    rgba(17, 40, 136, 1) 0%,
    rgba(58, 157, 240, 1) 100%
  );
  background: -webkit-linear-gradient(
    40deg,
    rgba(17, 40, 136, 1) 0%,
    rgba(58, 157, 240, 1) 100%
  );
  background: linear-gradient(
    40deg,
    rgba(17, 40, 136, 1) 0%,
    rgba(58, 157, 240, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#112888",endColorstr="#3a9df0",GradientType=1);
}

.sDIcon {
  background: rgb(30, 18, 83);
  background: -moz-linear-gradient(
    40deg,
    rgba(30, 18, 83, 1) 0%,
    rgba(86, 67, 171, 1) 100%
  );
  background: -webkit-linear-gradient(
    40deg,
    rgba(30, 18, 83, 1) 0%,
    rgba(86, 67, 171, 1) 100%
  );
  background: linear-gradient(
    40deg,
    rgba(30, 18, 83, 1) 0%,
    rgba(86, 67, 171, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1253",endColorstr="#5643ab",GradientType=1);
}

.aiIcon {
  background: rgb(31, 8, 92);
  background: -moz-linear-gradient(
    60deg,
    rgba(31, 8, 92, 1) 25%,
    rgba(226, 111, 247, 1) 100%
  );
  background: -webkit-linear-gradient(
    60deg,
    rgba(31, 8, 92, 1) 25%,
    rgba(226, 111, 247, 1) 100%
  );
  background: linear-gradient(
    60deg,
    rgba(31, 8, 92, 1) 25%,
    rgba(226, 111, 247, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f085c",endColorstr="#e26ff7",GradientType=1);
}

.sPIcon {
  background: rgb(248, 43, 83);
  background: -moz-linear-gradient(
    40deg,
    rgba(248, 43, 83, 1) 0%,
    rgba(255, 133, 113, 1) 61%,
    rgba(214, 52, 83, 1) 100%
  );
  background: -webkit-linear-gradient(
    40deg,
    rgba(248, 43, 83, 1) 0%,
    rgba(255, 133, 113, 1) 61%,
    rgba(214, 52, 83, 1) 100%
  );
  background: linear-gradient(
    40deg,
    rgba(248, 43, 83, 1) 0%,
    rgba(255, 133, 113, 1) 61%,
    rgba(214, 52, 83, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f82b53",endColorstr="#d63453",GradientType=1);
}

.dDIcon {
  background: rgb(74, 83, 196);
  background: -moz-linear-gradient(
    40deg,
    rgba(74, 83, 196, 1) 0%,
    rgba(203, 55, 168, 1) 100%
  );
  background: -webkit-linear-gradient(
    40deg,
    rgba(74, 83, 196, 1) 0%,
    rgba(203, 55, 168, 1) 100%
  );
  background: linear-gradient(
    40deg,
    rgba(74, 83, 196, 1) 0%,
    rgba(203, 55, 168, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a53c4",endColorstr="#cb37a8",GradientType=1);
}

.dMIcon {
  background: rgb(159, 27, 172);
  background: -moz-linear-gradient(
    40deg,
    rgba(159, 27, 172, 1) 0%,
    rgba(211, 67, 190, 1) 61%,
    rgba(181, 92, 244, 1) 100%
  );
  background: -webkit-linear-gradient(
    40deg,
    rgba(159, 27, 172, 1) 0%,
    rgba(211, 67, 190, 1) 61%,
    rgba(181, 92, 244, 1) 100%
  );
  background: linear-gradient(
    40deg,
    rgba(159, 27, 172, 1) 0%,
    rgba(211, 67, 190, 1) 61%,
    rgba(181, 92, 244, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f1bac",endColorstr="#b55cf4",GradientType=1);
}

.cardService::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  content: "";
  background: url(../images/dots.png) no-repeat left top;
  background-size: cover;
}
.cardService::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  content: "";
}

.sPIcon::after {
  background: url(../images/smartProducts.png) no-repeat right bottom;
  background-size: 40%;
}

.sDIcon::after {
  background: url(../images/softW.png) no-repeat right bottom;
  background-size: 40%;
}

.dTIcon::after {
  background: url(../images/DT.png) no-repeat right bottom;
  background-size: 40%;
}

.dDIcon::after {
  background: url(../images/design.png) no-repeat right bottom;
  background-size: 40%;
}

.aiIcon::after {
  background: url(../images/rrba.png) no-repeat right bottom;
  background-size: 40%;
}
.dMIcon::after {
  background: url(../images/digitalM.png) no-repeat right bottom;
  background-size: 40%;
}

.titleSection.tdarks {
  padding-top: 0px;
}

.titleSection.tdarks h2 {
  color: #193b7a;
  font-weight: 600;
  font-size: 20px;
}

.titleSection.tdarks h2::after,
.titleSection.tdarks h2::before {
  content: "";
  width: 35px;
  height: 1px;
  background: #1a3b7a;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}


.titleSection.light {
    padding-top: 0px;
  }
  
  .titleSection.light h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
  }
  
  .titleSection.light h2::after,
  .titleSection.light h2::before {
    content: "";
    width: 35px;
    height: 1px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
  }
  

ul.points li {
  display: inline-block;
  min-width: 47%;
  padding-left: 0px;
  padding-bottom: 10px;
}

ul.points li::before {
  content: "";
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border-radius: 3px;
  display: inline-block;
  background: url(../images/s-bult.svg) no-repeat center center #414987;
  background-size: 90%;
  margin-right: 5px;
}

.articleX h6 {
  color: #13235f;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}

.sSol .owl-nav {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

.sSol button.owl-next {
  background: url(../images/right-Arrow.svg) no-repeat right center !important;
  width: 70px;
  height: 32px;
  display: inline-block;
  background-size: cover;
  font-size: 0px;
  position: absolute;
  top: -30vh;
  right: -50px;
}

.sSol button * ,  .keyAxon  button * {
  font-size: 0px;
}

.sSol .owl-dots , .keyAxon  .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -20px;
  text-align: center;
}

.sSol .owl-dots .owl-dot ,  .keyAxon .owl-dots .owl-dot {
  width: 50px;
  background: #dbe5ef;
  margin: 0px 9px;
  height: 4px;
  overflow: hidden;
  border-radius: 2px;
  overflow: hidden;
  padding: 3px;
}

.sSol .owl-dots .owl-dot.active ,  .keyAxon .owl-dots .owl-dot.active {
  background: #414987;
}

.sSol button.owl-prev ,  .keyAxon button.owl-prev {
  background: url(../images/left-Arrow.svg) no-repeat right center !important;
  width: 70px;
  height: 32px;
  display: inline-block;
  background-size: cover;
  font-size: 0px;
  position: absolute;
  top: -30vh;
  left: -50px;
}

.articleX.greenTheme h3 {
  color: #578a1b;
}

.articleX.orangetheme h3 {
  color: #de5b16;
  font-weight: 600;
}

.articleX.bluetheme h3 {
  color: #417aa8;
  font-weight: 600;
}

.sSol.owl-carousel .owl-item img {
  display: block;
  width: calc(100% - 40px);
  margin-left: 40px;
  margin-top: 44px !important;
  transform: scale(0.6);
  transform: rotateZ(40);
  transition: all 0.3s ease-in-out;
}

.sSol.owl-carousel .owl-item.active img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  transform: rotateZ(0);
}

.articleX.orangetheme ul.points li::before {
  background: url(../images/s-bult.svg) no-repeat center center #de5b16;
}

.articleX.bluetheme ul.points li::before {
  background: url(../images/s-bult.svg) no-repeat center center #417aa8;
}

.servicesSolutions {
  background: url(../images/motion.png) no-repeat center center #fff;
  background-size: 100%;
}

/*---cirves----*/
  

 


.symbols-pulse > div {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.04)),
      color-stop(65%, rgba(255, 255, 255, 0.04)),
      to(rgba(255, 255, 255, 0.04))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 65%,
      rgba(255, 255, 255, 0.04) 100%
    );
    background-image: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 65%,
      rgba(255, 255, 255, 0.04) 100%
    );
    background-image: linear-gradient(
      -180deg,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 65%,
      rgba(255, 255, 255, 0.04) 100%
    );
    width: 28rem;
    height: 28rem;
  }
   



.symbols-pulse > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }




.symbols-pulse {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.5;
  }
  .symbols-pulse > div {
    width: 23rem;
    height: 23rem;
    border-radius: 100%;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(227, 221, 246, 0.1)),
      color-stop(65%, rgba(227, 221, 246, 0.2)),
      to(rgba(227, 221, 246, 0.1))
    );
    background-image: -webkit-linear-gradient(
      top,
      rgba(227, 221, 246, 0.1) 0,
      rgba(227, 221, 246, 0.2) 65%,
      rgba(227, 221, 246, 0.1) 100%
    );
    background-image: -o-linear-gradient(
      top,
      rgba(227, 221, 246, 0.1) 0,
      rgba(227, 221, 246, 0.2) 65%,
      rgba(227, 221, 246, 0.1) 100%
    );
    background-image: linear-gradient(
      -180deg,
      rgba(227, 221, 246, 0.1) 0,
      rgba(227, 221, 246, 0.2) 65%,
      rgba(227, 221, 246, 0.1) 100%
    );
    z-index: -1;
  }
  .symbols-pulse .pulse-1 {
    -webkit-transform: translate(-50%, -50%) scale(0.67);
    -ms-transform: translate(-50%, -50%) scale(0.67);
    transform: translate(-50%, -50%) scale(0.67);
  }
  .symbols-pulse .pulse-2 {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
  }
  .symbols-pulse .pulse-3 {
    -webkit-transform: translate(-50%, -50%) scale(1.63);
    -ms-transform: translate(-50%, -50%) scale(1.63);
    transform: translate(-50%, -50%) scale(1.63);
  }
  .symbols-pulse .pulse-4 {
    -webkit-transform: translate(-50%, -50%) scale(2.1);
    -ms-transform: translate(-50%, -50%) scale(2.1);
    transform: translate(-50%, -50%) scale(2.1);
  }
  .symbols-pulse .pulse-x {
    will-change: transform;
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite;
  }
 
 
 

  @-webkit-keyframes pulsate {
    0% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(0.5);
      transform: translate(-50%, -50%) scale(0.5);
    }
    to {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(3);
      transform: translate(-50%, -50%) scale(3);
    }
  }
  @keyframes pulsate {
    0% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(0.5);
      transform: translate(-50%, -50%) scale(0.5);
    }
    to {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) scale(3);
      transform: translate(-50%, -50%) scale(3);
    }
  }






  .titleSection p {
    margin: 0px auto;
    color: #fff;
    line-height: 1.4em;
    margin-top: 32px;
    max-width: 70%;
}


.itemChange{
    height: 100%;
 
}

.itemChange img{
width: 100%;
height: auto;
}


ul.listBoxfea li {
    color: #fff;
    text-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
    position: relative;
    margin-bottom: 4vh;
}

    ul.listBoxfea li h3 {
        font-family: "Montserrat", "SF", Arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        color: rgb(192, 218, 241);
    }


    .itemChange img {
        width: 100%;
        height: auto;
        vertical-align: top;
        
    }


    .textGrop p {
        line-height: 1.4em;
        font-size: 1.2em;
    }


    .webappIcon {
        background: url(../images/webapp.svg) no-repeat center center;
       
        background-size: cover;
    }
    .desappIcon {
        background: url(../images/distop.svg) no-repeat center center;
       
        background-size: cover;
    }

    .mobApp{
        background: url(../images/mobil.svg) no-repeat center center;
       
        background-size: cover;
    }


    .kiosks{
        background: url(../images/kiosk.svg) no-repeat center center;
       
        background-size: cover;
    }

    .toolsIcon{
        background: url(../images/maintenance.svg) no-repeat center center;
       
        background-size: cover;
    }

    .aiicon{
        background: url(../images/Aiicon.svg) no-repeat center center;
       
        background-size: cover;
    }

    .listBoxfea.right i {
        position: absolute;
        left: -71px;
        top: -8px;
        width: 40px;
        height: 40px;  
        display: block;
    }

    .listBoxfea.left i {
        position: absolute;
        right: -71px;
        top: -8px;
        width: 40px;
        height: 40px; 
        display: block;
    }

    .listBoxfea.left .textGrop {
        text-align: right;
    }
    

    .whtweOffer {
        
        border-radius: 9px;
        
        padding: 10px 20px;
        font-size: 15px;
        text-align: center;
    }

    .whtweOffer h4 {
        font-size: 17px;
        color: #fff;
    }


    .whtweOffer p { 
        font-size: 1.2em;
        line-height: 1.4em;
        color: #fff;
        width: 80%;
        margin: 0 auto;
    }


   .softwaerApp  .item{ 
    /* box-shadow: 0 22px 45px rgb(0 0 0 / 20%); */
    -webkit-animation: move-up-down 5s ease-in-out 4s infinite;
    animation: move-up-down 5s ease-in-out 4s infinite;

}

@-webkit-keyframes move-up-down {
    0% {
      -webkit-transform: translateX(0) translateY(5px);
      transform: translateX(0) translateY(5px);
    }
    50% {
      -webkit-transform: translateX(0) translateY(-15px);
      transform: translateX(0) translateY(-15px);
    }
    100% {
      -webkit-transform: translateX(0) translateY(5px);
      transform: translateX(0) translateY(5px);
    }
  }
  
  @keyframes move-up-down {
    0% {
      -webkit-transform: translateX(0) translateY(5px);
      transform: translateX(0) translateY(5px);
    }
    50% {
      -webkit-transform: translateX(0) translateY(-15px);
      transform: translateX(0) translateY(-15px);
    }
    100% {
      -webkit-transform: translateX(0) translateY(5px);
      transform: translateX(0) translateY(5px);
    }
  }
  





  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -50px;
    right: 10px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
    z-index: 1;
    display: block;
    background: url(../images/favicon.png) no-repeat center center;
    background-size: contain;
    transition: all 0.4s linear;
    cursor: pointer;
}

.back-to-top span {
    color: #fff;
    margin-top: 10px;
    display: block;
    font-size: 0px;
}


.back-to-top.active {
    bottom: 20px;
    transition: all 0.3s linear;
}


.titleSection h3 {
    color: #2877a9;
    font-size: 16px;
    font-weight: 400;
}


.keyAxon .titleSection p {
    color: #353f56;
    margin-bottom: 90px;
}


.boxcolor.blue {
    background: rgb(59,65,123);
    background: -moz-linear-gradient(60deg, rgba(59,65,123,1) 25%, rgba(225,26,107,1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(59,65,123,1) 25%, rgba(225,26,107,1) 100%);
    background: linear-gradient(60deg, rgba(59,65,123,1) 25%, rgba(225,26,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b417b",endColorstr="#e11a6b",GradientType=1);
  
 
}

.boxcolor.blue2 {
    background: rgb(207,17,95);
    background: -moz-linear-gradient(60deg, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
    background: linear-gradient(60deg, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf115f",endColorstr="#fc6f58",GradientType=1);
}
 
.boxcolor.blue3 {
    background: rgb(231,103,41);
    background: -moz-linear-gradient(60deg, rgba(231,103,41,1) 25%, rgba(255,193,124,1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(231,103,41,1) 25%, rgba(255,193,124,1) 100%);
    background: linear-gradient(60deg, rgba(231,103,41,1) 25%, rgba(255,193,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e76729",endColorstr="#ffc17c",GradientType=1);
 
}
.boxcolor.blue4 {
    background: rgb(17,84,129);
    background: -moz-linear-gradient(60deg, rgba(17,84,129,1) 25%, rgba(74,187,255,1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(17,84,129,1) 25%, rgba(74,187,255,1) 100%);
    background: linear-gradient(60deg, rgba(17,84,129,1) 25%, rgba(74,187,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#115481",endColorstr="#4abbff",GradientType=1);
   
}


.boxcolor {
    padding: 10px;
    box-shadow: 1px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 5px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 0px solid #ebeff9;
}

.boxcolor::after {
    background-image: url(../images/tech.jpg);
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    opacity: 0.1;
}


.loaderLogo {
    width: 30vh;
    height: 30vh;
    background: url(../images/logo-darkani.svg) no-repeat center center;
    background-size: 90%;
    left: calc(50% - 15vh);
    position: absolute;
    top: calc(50% - 15vh);
}


 
.logoandbrands {
    background: url(../images/logo-light.svg) no-repeat center center;
    width: 30vh;
    max-width:100%;
    height: 11vh;
    background-size: 100%;
    color: #fff;
}

.footers h2 {
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin-top: 54px;
}

.footers h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}


.addressFOT, .copyerite {
    color: #fff;
    font-size: 13px;
    clear: both;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

a.btnClicks {
    width: 70%;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 60px;
    height: 39px;
    line-height: 18px;
    text-align: center;
    transition: all 0.2s linear;
}

a.btnClicks:hover {
 
background: rgb(207,17,95);
background: -moz-linear-gradient(60deg, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
background: -webkit-linear-gradient(
60deg
, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
background: linear-gradient(
60deg
, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf115f",endColorstr="#fc6f58",GradientType=1);
border: none;
transition: all 0.2s linear;
}



ul.socialsIcon  , ul.menuShort{
    color: #fff;
    text-align: center;
}


ul.socialsIcon li  , ul.menuShort li {
   list-style: none;
   display: inline-block;
   margin: 2px 10px;
   font-size: 16px;
}


ul.socialsIcon li a , ul.menuShort li a {
outline: none;
color: #fff;
display: block;
font-size: 14px;
}


ul.menuShort {
    margin-top: 20%;
 }



 .portfolios .item{
animation: unset;
 }



 .portfolios .owl-item {
  opacity: 0.3;
  transform: scale(1);
  transition: all 0.2s linear;
 }
 .portfolios .owl-item.active.center {
   opacity: 1;
   transform: scale(1);
   transition: all 0.2s linear;
 }

 .boxOfWork {
  height: 603px;
  overflow: hidden;
  width: 458px;
  background: url(../images/ipad.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  /* padding: 30px; */
  transform: rotateZ( 
356deg
);
  padding: 34px 24px;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  transition: all 0.2s linear;

}

.boxOfWork:hover {
  transform: rotateZ(360deg);
  
}

 .portfolio{
   background-image:  url(../images/service3.svg) , url(../images/table1.jpg);
   background-size: 100% ,cover;
   background-repeat: no-repeat;
   background-position: bottom center , center center;
   position: relative;
   z-index: 1;
   
 }

 .portfolio .titleSection{
margin-bottom: 30px;
 }

 .portfolio p{
 color: #353f56;
 }


 .penL {
  background: url(../images/pen.png) no-repeat center center;
  width: 140px;
  height: 370px;
  background-size: contain;
  position: absolute;
  z-index: 1;
  right: 20%;
  bottom: 6%;
  transform: rotateZ( 
346deg
);
}

.coffeeCub {
  background: url(../images/coffeecub.png) no-repeat center center;
  width: 330px;
  height: 330px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 22%;
}


 
.greens {
    background: url(../images/greendisk.png) no-repeat center center;
    width: 330px;
    height: 350px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    left: 6%;
    top: 21%;
}

 

.bcards {
  background: url(../images/cards.png) no-repeat center center;
  width: 264px;
  height: 190px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 13%;
  bottom: 17%;
}


.frameIpad {
  background: url(../images/topframe.png) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0px;
  z-index: 2;
  top: 0px;
}

.flys {
  background: url(../images/fly.svg) no-repeat center center;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 60px;
  top: 40%;
  transform: rotateZ(325deg);
}



.keyAxon .item img {
  width: 90%;
  margin: 0 auto;
}

.keyAxon .item {
  background: #f9f9f975;
  border: 1px solid #b7c3d8;
  margin: 4px;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgb(43 41 41 / 15%);
}




/*---------*/
/* ///// inputs /////*/

.contctmail input:focus ~ label, textarea:focus ~ label,
.contctmail input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.contctmail .styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px){
  .contctmail  .styled-input {
      width:100%;
  }
}

.contctmail  .styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.contctmail  .styled-input.wide { 
  width: 650px;
  max-width: 100%;
}

.contctmail input, .contctmail textarea {
  padding: 10px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #353b65;
  color: white!important;
  border-radius: 4px;
  opacity: 1;
}

.contctmail  input:focus,
.contctmail  textarea:focus { outline: 0; }

.contctmail  input:focus ~ span,
.contctmail  textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

.contctmail  textarea {
  width: 100%;
  min-height: 15em;
}

.contctmail  .input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.contctmail  .submit-btn {
  float: right;
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: #4b8cfb;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
            0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contctmail  .submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
            0 1px 1px 0 rgba(0,0,0,0.09);
}


.contctmail  input[type=checkbox] + label {
color: #ccc;
font-style: italic;
} 

.contctmail  input[type=checkbox]:checked + label {
color: #f00;
font-style: normal;
}



.contctmail {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 3;
  background: #080b21f0;
  top: 0px;
  left: 0px;
 
  transition: all 0.3s linear;
  overflow: hidden;
}


.contctmail.is-visible {
height: 100%;
padding: 5%;
}


.contctmail h4 {
  color: #fff;
}

.contctmail .titleSection {
  margin-bottom: 5%;
}


.help-block.with-errors {
  color: #f73043;
  font-size: 14px;
}


.form-control:hover, .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2c3154;
}

.solid-btn-dark {
  background: rgb(207,17,95);
  background: -moz-linear-gradient(60deg, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
  background: -webkit-linear-gradient( 
60deg
, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
  background: linear-gradient( 
60deg
, rgba(207,17,95,1) 25%, rgba(252,111,88,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf115f",endColorstr="#fc6f58",GradientType=1);
  color: #fff;
  border-radius: 40px;
  min-width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}



.solid-btn-dark.disabled {
  background: #010102;
  color: #353b65;
}

.text-success {
  color: #e91e63 !important;
}

 

.closePop {
  background: url(../images/closepops.svg) no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-size: cover;
  cursor: pointer;
  display: block;
  padding: 10px;
  z-index: 1;
}


/**
 * 11. Responsive Rules
 */




 @media only screen and (max-width: 1500px) {

.softwaerApp .w80{
    width: 98%;
}

 }

@media only screen and (min-width: 1300px) {
  .articleX {
    margin-right: 3vw;
    max-width: 600px;
  }

  .box-about img {
    max-width: 250px;
  }
}

@media (min-width: 805px) and (max-width: 1350px) {
  .artaxon,
  .artaxon2 {
    top: 31vh;
  }
  .cardService {
    text-align: left;
    font-size: 16px;
    align-items: initial;
  }
}


@media  (max-width: 1024px) {
.col-md-4{
    clear: both;
    width: 100%;
    display: block;
    max-width: 90%;
    flex: 90%;
    margin:  0 auto;
    text-align: center;

}

.addressFOT, .copyerite{
    text-align: center;
}


.logoandbrands {

  color: #fff;
  margin: 0 auto;
}



ul.menuShort {
  margin-top: 3%;
}

.keyAxon .col-md-3.col-sm-12.col-xs-12 {
    margin-bottom: 20px;
}
}

@media (min-width: 805px) and (max-width: 1024px) {
  .slide-inner--info {
    top: 20vh;
  }



 

  .softwaerApp  .col-md-3.col-sm-12.col-xs-12 ,  .softwaerApp  .col-md-6.col-sm-12.col-xs-12{

    width: calc(90% - 60px) ;
    clear: both;
    max-width: 90%;
    flex: auto;
    margin: 0 auto;
  }

  .servicesSolutions .item .col-md-6.col-sm-12 {
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 805px) {

  .contctmail textarea {
    width: 100%;
    max-height: 10em;
    min-height: 8em;
}

.keyAxon .item {

  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  max-height: 210px;
}

.keyAxon .owl-dots {
  display: none;
} 
    .titleSection p {
     
        
        max-width: 98%;
    }


  .sSol.owl-carousel .owl-item img {
    width: 90%;
    margin-top: 44px;
    margin: 0 auto;
  }

  .servicesSolutions .articleX li {
    text-align: left;
    float: left;
  }

  section#Services .col-md-4.col-sm-12 {
    clear: both;
    width: 100%;
    max-width: 100%;
    flex: unset;
  }

  .cardService::after {
    background-size: 30% !important;
  }

  .serviceList {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .serviceList .w70 {
    width: 100%;
  }
  .titleSection {
    padding-top: 0px;
  }
  #parallax {
    min-height: 31vh;
  }

  body .phoneSpex {
    width: 100%;
    clear: both;
    flex: unset;
    max-width: 100%;
 

  }

  .articleX li {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .articleX {
    text-align: center;
  }

  .articleX h2::before {
    content: "";
    width: 70px;
    height: 2px;
    background: #9d3e89;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 3px;
  }

  .ms-logo {
    height: 33px;
  }

  .artaxon  {
    position: absolute;
    width: 100%;
    margin-bottom: 20px;
    top: auto;
    bottom: 31px;
    right: 13vw;
    left: auto;
    height: 300px;
  }



 .artaxon2 {
    position: absolute;
    width: 100%;
    margin-bottom: 20px;
    top: auto;
    bottom: 31px;
    right: 0px;
    left: auto;
    height: 300px;
}




  .slide-inner--info {
    top: 23vh;
  }

  .shapeMouse {
    height: 85px;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: bottom center;
  }

  .slide-inner--info h1 {
    font-size: 4vw;
  }
  .slide-inner--info h6 {
    font-size: 16px;
  }

  .slide-inner--info h2 {
    color: #fff;
    font-size: 4vh;
  }

  .slide-inner--info p {
    display: none;
  }

  .slide-inner--info blockquote {
    margin: 0 auto 15px;
    font-size: 1em;
  }
  .expanded-timeline {
    width: 50vh;
  }
  .ms-nav {
    padding-top: 1.4em;
  }
  .ms-navbar .ms-btn {
    font-size: 1.4em;
  }
  .ms-navbar {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
  }
  .nav-item {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
  .nav-item__label {
    display: none;
  }
  .ms-nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1.4em;
  }
  .overlay {
    background: -moz-linear-gradient(
      top,
      black 0,
      transparent 35%,
      transparent 45%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-linear-gradient(
      top,
      black 0,
      transparent 35%,
      transparent 45%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
      to bottom,
      black 0,
      transparent 35%,
      transparent 45%,
      rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
  }
  .swiper-button-prev,
  .swiper-button-next {
    bottom: 7.4em;
    top: auto;
  }
  .expanded-timeline {
    display: none;
  }
  .slide-inner--info {
    width: 100%;
    text-align: center;
    min-height: 50px;
    bottom: 10vh;
    padding-left: 0;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .ms-btn--slider {
    margin: 0 auto;
    display: inline-block;
    letter-spacing: 0.15em;
    background: rgba(255, 255, 255, 0);
    padding: 0.5em 0;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
  }
  .ms-btn--slider::before {
    content: "";
    display: none;
    width: 0;
  }
  .ms-container {
    padding-top: 6em;
    padding-bottom: 0em;
  }
  .ms-section__block {
    width: auto;
    margin: 0 15px 3em;
  }
  .page-desc {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.5;
    color: #151515;
    letter-spacing: 0.05em;
  }
  .post-item,
  .post-item:nth-child(2n) {
    padding-right: 15px;
    padding-left: 15px;
  }
  #contact > div {
    margin-bottom: 30px;
  }
  .ms-footer .copyright {
    margin-left: auto;
  }
  .ms-footer .socials {
    display: none;
  }
}



@media (max-width: 768px) {
  .contctmail  .submit-btn {
      width:100%;
      float: none;
      text-align:center;
  }

  
}

@media (max-width: 450px) {

.boxOfWork {
    height: 637px;
    overflow: hidden;
    width: 464px;
    background: url(../images/ipad.png) no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    /* padding: 30px; */
    transform: scale(0.7) rotate( 
-5deg
 );
    padding: 29px 19px;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    transition: all 0.2s linear;
    left: -59px;
    position: relative;
    top: -1px;
}



.bcards { 
  left: -9%;
  bottom: 3%;
  transform: scale(0.4);
}

.greens {
  
  left: -23%;
  top: 18%;
  transform: scale(0.5);
  bottom: auto;
}
.coffeeCub {
  right: -21%;
  transform: scale(0.4);
  top: 18%;
  bottom: auto;
}

.penL {
  right: 20%;
  bottom: 9%;
  transform: rotateZ( 
200deg
);
  top: auto;
}


}