/*  
.background {
  background-color: #ffcd03;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
}

.section.slider {
  display: flex;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.section.slider.active
{
  opacity: 1;
}
.section.slider > * {
  width: 50%;
}
.section.slider .section__img {
  position: relative;
  display: flex;
}
.section.slider .section__img__inner {
  height: 100vh;
  position: fixed;
  left: 5%;
  width: 40%;
  top: 0;
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section.slider .section__body {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.section.slider .section__text {
  padding: 5vw;
}

.section.slider .section__img__inner {
  filter: blur(30px);
  opacity: 0;
  background-position: 50% 40%;
  transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.section.slider.active .section__img__inner {
  opacity: 1;
  background-position: 50% 50%;
  filter: blur(0);
}

.section.slider h2 {
  font-size: 3vw;
  margin-bottom: 0.5em;
  margin-top: 0;
} */
 
.row
{
 width: 100%;
}
.background {
  background-color: #ffcd03;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
}

.section.slider {
  display: flex;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
.section.slider > * {
  width: 50%;
}
.section__img {
  position: relative;
  display: flex;
}
.section__img__inner {
  height: 100vh;
  position: fixed;
  left: 5%;
  width: 40%;
  top: 0;
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section__body {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
.section__text {
  padding: 5vw;
}

.section__img__inner {
  filter: blur(30px);
  opacity: 0;
  background-position: 50% 40%;
  transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.section.slider.active .section__img__inner {
  opacity: 1;
  background-position: 50% 50%;
  filter: blur(0);
}

h2 {
  font-size: 3vw;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.shadow{
  position: absolute;
  top: 0;
height: 2000px;
width: 2000px;
margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
opacity: 0;
visibility: hidden;
transition: all 500ms;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39ff14+0,39ff14+100&0.08+0,0+100 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(57,255,20,0.08) 0%, rgba(57,255,20,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(57,255,20,0.08) 0%,rgba(57,255,20,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(57,255,20,0.08) 0%,rgba(57,255,20,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.get-start{
  background-color: #101011;
  position: relative;
  padding-bottom: 100px;

}
.get-start.active .shadow{
opacity: 1;
visibility: visible;
position: fixed;


}
.philosophie .point article h3 {
  font-size: 80px;
  color: #edf6f9;
  margin-bottom: 30px;
  margin-top: 0;
}
.philosophie .point article {
  padding-left: 150px;
}
.philosophie .point article p{
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0;
}

.services-list h2.services-list__title {
  margin-bottom: 30px;
}
/* 
.page-template-default .hero .hero-video__wrap:before { 
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
	z-index: 1;
  background-color:hsla(0,0%,0%,1);
  background-image:
  radial-gradient(at 40% 20%, hsla(141,95%,10%,1) 0px, transparent 50%),
  radial-gradient(at 80% 0%, hsla(189,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 0% 50%, hsla(134,96%,12%,1) 0px, transparent 50%),
  radial-gradient(at 80% 50%, hsla(338,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(120,84%,19%,1) 0px, transparent 50%),
  radial-gradient(at 80% 100%, hsla(240,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(108,91%,27%,1) 0px, transparent 50%);

} */

.gradient{

  
    position: absolute;
    z-index: 2;
    left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}

.gradient:after{


  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
  /* background-color:hsla(73,0%,0%,1);
  background-image:
  radial-gradient(at 68% 72%, hsla(159,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 83% 35%, hsla(137,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 63% 95%, hsla(0,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 10% 55%, hsla(108,81%,10%,1) 0px, transparent 50%),
  radial-gradient(at 95% 30%, hsla(156,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 72% 65%, hsla(150,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 31% 80%, hsla(106,0%,0%,1) 0px, transparent 50%); */
  background-color:hsla(88,0%,0%,1);
  background-image:
  
  radial-gradient(at 68% 72%, hsla(0,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 83% 35%, hsla(0,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 63% 95%, hsla(0,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 7% 29%, hsla(108,81%,10%,1) 0px, transparent 50%),
  radial-gradient(at 95% 30%, hsla(156,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 72% 65%, hsla(0,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 31% 80%, hsla(103,0%,0%,1) 0px, transparent 50%);
  animation: run-color 2s infinite alternate linear;
}
@keyframes run-color{
  0%{
    transform: scale(1);
    transform-origin: center;
  }
  100%{
    transform: scale(2);
    transform-origin: center;
  }
 
}
@keyframes move-up{
  0%{
    transform: translateY(-30px)
   
  }
  100%{
   transform: translateY(30px)
  }
 
}
@keyframes move-right{
  0%{
    transform: translatex(-30px)
   
  }
  100%{
   transform: translatex(30px)
  }
 
}

section.services-list .services-list__left p {
  margin-top: 0;
  max-width: 450px;
  padding-left: 51px;
}

.page footer .wrapper .left-logo p{
color: #fff;
line-height: 1.8;
margin-top: 40px;
max-width: 350px;
}
.page footer .wrapper .left-logo{
  width: 40%;
  padding-left: 0;
}

footer .footer__info p{
  font-weight: 300;
  margin-bottom: 20px;
}
footer .footer__info a{
  font-weight: 300;
}

.contact-left ul {
  margin: 0;
  padding: 0;
}

.contact-left ul li{
  list-style: none;
  margin-bottom: 20px;

}
.contact-left ul li a{
display: flex;
transition: all 500ms;
align-items: center;
}
.contact-left ul li a:hover{
  color: #39ff14;
}
.contact-left ul li a i{
  margin-right: 20px;
}
.contact-left ul li a i img{
 filter: invert(1);
 width: 25px;
 float: left;
}
footer nav.footer__menu {
  padding-left: 150px;
  width: 35%;
}

.contact-left {
  padding-left: 150px;
  padding-top: 70px;
}

.contact-left ul li a {
  color: #fff;
  font-size: 24px;
}
.page .wrapper.footer__bottom{
  padding-left: 51px;
}

.head-wrap .head-section h3.section-subtitle {
  padding-left: 0;
}
@media (max-width:1600px){
  .animated-circle{
    right: 50px;
  }
}

@media (max-width:1500px){
  .hero h1{
    font-size: 6.33vw;
  }
  .who .wrapper{
    padding-top: 0;
  }
  .talk .wrapper{
    padding-bottom: 0;
  }
}

.services-list .services-list__logos li{
  width: auto;
  height: auto;
  margin: 0 10px;
}

.preloader{
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #101011;
  
}
section.section.technology {
  background-color: #000;
  position: relative;
}
.features-box .box-inner .icons{
  margin-top: 10px;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 1;
}
.features-box .box-inner .top-cnt{
 z-index: 1;
  position: relative;
}
.features-box .box-inner .icons svg {
  width: 120px;
}
.features-box .box-inner:after{
  content: "";
  position: absolute;
  left: -50%;
  bottom: -50%;
  right: 0;
  top: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#42e22d+0,42e22d+100&0.15+0,0+100 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(66,226,45,0.15) 0%, rgba(66,226,45,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(66,226,45,0.15) 0%,rgba(66,226,45,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(66,226,45,0.15) 0%,rgba(66,226,45,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2642e22d', endColorstr='#0042e22d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.features-box .box-inner .top-cnt h3{
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}
.features-box .box-inner .top-cnt p{
  margin-top: 0 !important;
  font-size: 16px !important;
}

section.section.technology .wrapper h2.technology-content__title {
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  line-height: 1;
  background: -webkit-linear-gradient(57.75deg, #0fff60 14.44%, #2cffdd 85.65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

section.section.technology .wrapper h3.section-subtitle {
  color: #fff;
}

section.section.technology .wrapper p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
}
.download {
  display: flex;
  align-items: center;
  
}

.download span {
  color: #fff;
  font-weight: 200;
}
.menu-right {
  display: flex;
  justify-content: flex-end;
}
.download a.btn.btn-green {
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;  
  justify-content: center;
  padding: 0;
  margin-left: 10px;
  border: 1px solid rgba(184, 191, 194, 0.3);
}
.download a.btn.btn-green:nth-child(3) svg {
  margin-left: 0px;
}
.download a.btn.btn-green:hover {
  transform: none !important;
  background-color: #edf6f9;
}
.download a.btn.btn-green:hover svg{
fill: #000;
}
.download a.btn.btn-green svg { 
  width: 17px;
  height: 17px;
  fill: #fff;
  transition: all 500ms;
}
section.section.technology video {
  position: absolute;
  width: 100%;
  opacity: .07;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  pointer-events: none;
}
section.section.technology .wrapper .technology-action p{
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 40px;
}
section.section.technology .wrapper .technology-action{
  margin-top: 100px;
}
.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
@keyframes move-line{
  0%{
    transform: translateY(-100%);
  }
  100%{
    transform: translateY(100%);
  }
}

.page-id-2 .hero h1:before{
 display: none;
}
.hero .wrapper{
  z-index: 3;
  flex-wrap: wrap;
  position: relative;
}
/* .hero .wrapper:before{
  content: '';
  position: absolute;
  height: 212px;
  border-left: 1px solid #39ff14;
  left: 0;
  animation: move-line 2s linear forwards alternate infinite;
} */

.point figure img{
  width: 100%;
  height: 100%;
}
.hero__title .download-app{
  margin-top: 40px;
  gap: 10px;
  display: flex;
}
.hero__title .download-app a img {
  width: 225px;
}
.desk-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 0;
}

.desk-menu ul {
  margin: 0;
  display: flex;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 60px;
  padding: 20px;
}

.desk-menu ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.desk-menu ul li a {
  color: #fff;
  transition: all 500ms;
}
.desk-menu ul li a:hover {
  color: #0fff60;
}
.desk-menu ul li a.btn.btn-green {
  padding: 10px 20px;
  display: flex;
}
.desk-menu ul li.logo img{
width: 100px;
}
.desk-menu ul li:last-child {
  margin-right: 0;
}
header.black.visible {
  background-color: rgb(0 0 0 / 50%);
  backdrop-filter: blur(10px);
}
.outer-content {flex-wrap: wrap;display: flex;margin: 0 -25px;}

.outer-content .box-12 {
    width: 100%;
    
}

.outer-content .box-6 {
  width: 50%;
  
}
.outer-content .step-box {
  padding: 0 25px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.wrapper.contents {
    display: block;
    position: relative;
}


.outer-content .step-box .inner-step {

width: 600px;

display: flex;
}
.outer-content .step-box .inner-step .icon {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgb(54 251 20 / 24%);
  box-shadow: inset 0 0 32px rgb(59 255 26 / 55%);
  width: 185px;
  height: 185px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #36f915;
  font-size: 50px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  position: relative;
  flex-shrink: 0;
  margin-right: 30px;
}

.outer-content .step-box .inner-step .icon:after {
  content: '';
  width: 130px;
  height: 130px;
  position: absolute;
  background: #24cc07;
  opacity: 0.64;
  filter: blur(74px);
  left: 50%;
}
.outer-content .step-box .inner-step .text {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  width: 100%;
  justify-content: center;
}
.outer-content .step-box .inner-step .text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.outer-content .step-box .inner-step .text p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  padding-right: 80px;
}
.wrapper.head-wrap .head-section {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
.outer-content .step-box .inner-step .text img{
  position: absolute;
    width: 100px;
    right: 10px;
}
.outer-content .step-box:nth-child(3) .inner-step .text img{
width: 75px;
}
.outer-content .step-box:nth-child(5) .inner-step .text img{
  width: 75px;
  }
  .who .section-text p span{
    
    background: -webkit-linear-gradient(57.75deg, #0fff60 14.44%, #2cffdd 85.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;

  }
  .animated-circle {
    position: absolute;
    right: -40px;
    top: -150px;
}

.animated-circle img {
    width: 150px;
    position: relative;
    z-index: 1;
    animation: round-img 17s ease-in-out infinite;
}

.animated-circle span {
    width: 240px;
    height: 240px;
    position: absolute;
    border-radius: 50%;
    bottom: -50%;
    right: -50px;
    background: -webkit-linear-gradient(57.75deg, #32ef12 14.44%, #30fea9 85.65%);
    animation: round-shape 12s ease-in-out infinite;
}

.animated-circle span:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 50%;
    opacity: 0.84;
    filter: blur(75px);
    background: -webkit-linear-gradient(57.75deg, #32ef12 14.44%, #30fea9 85.65%);
}
@keyframes round-img{
  0% {
    transform: rotate(0deg) translateX(22px) rotate(0deg);
}
100% {
    transform: rotate(360deg) translateX(22px) rotate(-360deg);
}
}
@keyframes round-shape{
  0% {
    transform: rotate(0deg) translateX(19px) rotate(0deg);
}
100% {
    transform: rotate(360deg) translateX(19px) rotate(-360deg);
}
}
.client-list-outer {
  width: 100%;
}

.client-list-outer .client-inner {
  padding: 70px 50px;
  background: -webkit-linear-gradient(45deg, #0fff60 14.44%, #2cffdd 85.65%);
  border-radius: 30px;
  text-align: center;
}

section.services-list.section {
  background-color: #101011;
}

.client-list-outer .client-inner p {
  max-width: 900px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}

.services .wrapper .right-img {
  width: 30%;
  margin-top: 50px;
  position: relative;
}
.services .wrapper .right-img:after {
  content: "";
  border-radius: 50%;
  opacity: 0.84;
  filter: blur(100px);
  background: -webkit-linear-gradient(57.75deg, #32ef12 14.44%, #30fea9 85.65%);
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.services .wrapper .right-img img {
  width: 100%;
  animation: move-right 3s linear alternate infinite;
}

.services .wrapper .left-text {
  width: 70%;
}
.services-list .client-logos{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.services-list .client-logos li{
  width: auto;
    height: auto;
    margin: 0 10px;
    list-style: none;
}
.services-list .client-logos li a {
  display: flex;
}
.mob_only
{
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.technology-action
{
  display: block;
}
.technology-action a {
  width: auto;
   text-align: center;
  display: inline-block;
}
.technology-action a
{
  width: auto;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
.technology-action a img {
  width: 225px;
  margin: 0 auto;
}
@media (max-width:1440px){
  section.services-list .services-list__left p{
    padding-left: 5.56vw;
  }
  .who{
    padding-top: 100px;
  }
  .outer-sec{
    max-width: 88.89vw;
  }
  footer nav.footer__menu{
    padding-left: 70px;
  }
  footer .footer__info{
    margin-left: 0;
  }
  footer .footer__info .soc li{
    margin-right: 10px;
    margin-left: 0;
    
  }
  .talk-left__header h3.section-subtitle {
    padding-left: 0;
  }
  .talk-left__header h2.section-text{
    padding-left: 0;
  }
  .btn.btn-green {
    font-size: 15px;
  }
}

@media (max-width:1366px){
  section.who .section-subtitle__image{
    width: 500px;
  }
  .who .section-content{
    width: 40vw!important;
  }
  .services-list .client-logos li a img {
    height: auto;
    width: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .outer-content .step-box .inner-step .icon {
    width: 135px;
    height: 135px;
  }
  .outer-content .step-box {
    margin-bottom: 40px;
  }
  .animated-circle img {
    width: 70px;
  }
  .animated-circle span {
    width: 130px;
    height: 130px;
  }
  
}

@media only screen and (max-width: 1024px) {
  .desk-menu ul {
    padding: 5px;
  }
  .desk-menu ul li {
    margin-right: 20px;
    font-size: 14px;
  }
  .btn.btn-green
  {
    font-size: 14px;
  }
  footer .footer__info p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .home .hero .btn-green {
    max-width: 250px;
    font-size: 19px !important;
    position: static;
    margin: 40px auto 0px auto !important;
    padding: 13px;
  }
  .home .hero { 
    height: auto;
    padding-top: 120px;
  }
  .desk-menu
  {
    display: none;
  }
  section.who .section-subtitle__image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  section.who .section-subtitle__image img {
    max-width: 150px;
    margin-top: 15px;
  }
  .who .section-content {
    width: 100%!important;
  }
  .section .section-text {
    font-size: 30px;
    text-align: center;
  }
  .btn.btn-arrow {
    font-size: 16px;
  } 
  .arrow-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    margin-right:0
  }
  .btn.btn-arrow {
    display: flex;
    align-items: center;
    font-size: 16px;
    border: none;
    justify-content: center;
    flex-direction: column;
  }
  .btn.btn-arrow:hover .arrow-circle {
    transform: scale(1);
    margin-right: 0px;
  }
  .services .wrapper .left-text {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .wrapper.head-wrap .head-section {
    margin-top: 50px;
  }
  .who {
    padding-top: 50px;
  }
  .get-start {
    padding-bottom: 50px;
  }
  .technology .technology-content__title, .home .services h2  {
    font-size: 40px;
  }
  .section .section-subtitle, section.who .section-subtitle__image h3, section.section.technology .wrapper .technology-action p {
    font-size: 21px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 20px;  
  }
  section.section.technology .wrapper .technology-action {
    margin-top: 50px;
    display: block;
  }
  
  .arrow-circle svg {
    width: 50px;
    height: 20px;
  }
  .home .who .wrapper {
    padding-bottom: 50px;
  }
  .services .wrapper {
    padding: 50px 0 50px !important;
  }
  .home .services h2, .home .services h6 {
    color: #fff;
  }
  .services .wrapper .right-img {
    width: 100%;
    text-align: center;
  }
  .services .wrapper .right-img img {
    width: 160px;
    margin: 0 auto;
  }
  .services-list .wrapper {
    padding: 50px 30px;
  }
  .client-list-outer .client-inner {
    padding: 50px 50px;
  }
  p, .client-list-outer .client-inner p, section.section.technology .wrapper p, section.section.technology .wrapper p,
  .features-box .box-inner .top-cnt p, .outer-content .step-box .inner-step .text p, .home .services p,
  .head-section p {
    font-size: 15px !important;
  }
  .outer-content .step-box .inner-step .text h4 {
    margin-bottom: 10px;
  }
  .outer-content .step-box:last-child
  {
    margin-bottom: 0;
  }
  .footer__menu
  {
    display: none;
  }
  .talk .section-text {
    padding-left: 0;
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 22px;
    text-align: left;
  }
  .section .section-subtitle, section.who .section-subtitle__image h3, section.section.technology .wrapper .technology-action p {
    font-size: 17px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 10px;
  }
  .contact-left ul li a
  {
    font-size: 18px;
  }
  
  .talk .wrapper {
    padding: 50px 30px 0px 30px;
  }
  footer .wrapper
  {
    padding: 10px 30px 10px 30px !important;
  }
  .page footer .wrapper .left-logo {
    width: 100%;
  }
  .page footer .wrapper .left-logo p
  {
    max-width: 100%;
  }
  footer .footer__info p {
    line-height: 31px;
  }
  footer .footer__info
  {
    padding-top: 10px;
  }
  footer .footer__info .section-subtitle {
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
  }

  .page footer .wrapper .left-logo p
  {
    margin-top: 10px;
  }
  footer .footer__info a {
    font-size: 15px;
  }
  footer .footer__info .section-subtitle.social, footer .footer__info .soc
  {
    display: none;
  }
  footer .footer__bottom {
    flex-direction: column-reverse;
  }
  footer .footer__bottom .terms-menu li a {
    font-size: 15px;
    line-height: 24px;
  }
  footer .footer__bottom .terms-menu {
    text-align: center;
    display: inline-block;
  }
  footer .footer__bottom .terms-menu li {
    display: inline-block;
    padding: 15px;
  }
  footer .footer__bottom .terms-menu li {
  
  }
  .page .wrapper.footer__bottom {
    padding-top: 0 !important;
    
  }
  footer {
    padding-bottom: 30px !important;
  } 
  footer .footer__bottom p {
    font-size: 12px !important;
    line-height: 25px;
  }
  .mob_only
  {
    display: block;
  }
  .float-end.menu-right
  {
    display: none;
  }
  .hero__title .download-app a img{
    width: 145px;
  }
}

@media only screen and (max-width: 768px) {
  .outer-content .step-box .inner-step .icon {
    width: 65px;
    height: 65px;
    font-size: 25px;
  }
  .outer-content .step-box .inner-step .text {
    padding: 20px;
  }
  .outer-content .step-box .inner-step .text h4 {
    font-size: 18px;
    margin-bottom: 6px !important;
  }
  .outer-content .step-box .inner-step .text p {
    font-size: 15px;
  }
  .animated-circle {
    position: absolute;
    right: 0;
    top: -270px;
  }
  .animated-circle span {
    width: 80px;
    height: 80px;
  }
  .wrapper.head-wrap .head-section
  {
    margin-bottom: 50px;
  }
  .banr-vdo {
    max-height: 400px;
  }
  .banr-vdo video#bgvid {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .home .hero .container.wrapper {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-default .hero .hero__title {
    text-align: center;
    margin: 160px 0 50px 0;
  }
  .hero .wrapper
  {
    display: block;
  }
  .home .hero .container.wrapper .row
  {
    margin-left: 0 !important;
  }
  .home .hero {
    height: auto;
    padding-top: 0;
  }
  .technology .technology-content__title {
    font-size: 30px;
  }
  .section .section-subtitle {
    font-size: 20px;
  }
  section.section.technology .wrapper p {
    font-size: 14px;
  }
  .features-box {
    transform: translate3d(0px, 0px, 0px) !important;
    width: 100%;
  }
  .features-wrap
  {
    padding: 40px 20px;
  }
  .talk-left__header
  {
    width: 100%;
  }
  .talk-left {
    width: 100%;
    display: block;
  }
  .talk-left__header, .contact-left
  {
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  .contact-left ul li a {
    display: flex;
    transition: all 500ms;
    align-items: center;
    justify-content: center;
  }
  .contact-left ul li a i {
    margin-right: 11px;
  }
  .services-list .client-logos li a img {
    width: 40px;
  }
  .talk-left__header h2.section-text {
    text-align: center;
  }
  .services-list .client-logos {
    margin-top: 0px;
  }
  .services-list .client-logos li {
    margin: 20px 10px 0px 10px;
  }
  .features-box .box-inner {
    padding: 30px;
    text-align: center;
  }
  .features-box .box-inner .icons {
    text-align: center;
  }
  .technology .technology-content {
    padding: 0;
  }


  header .wrapper {
    padding: 15px 14px 15px 28px;
  }

  .head-section h2 {
    font-size: 25px;
  }
  .hero .wrapper {
    padding-bottom: 50px;
  }
  .client-inner h2 {
    font-size: 25px;
  }
} 
@media only screen and (max-width:767px) {
  .hero__title .download-app{
    justify-content: center;
  }
  .technology-action a img {
    width: 145px;
  }
}



@media only screen and (max-width:500px) {
  .outer-content {
    margin: 0;
  }
  .outer-content .step-box .inner-step .icon {
    margin-bottom: 10px;
  }

  .outer-content .step-box .inner-step {
    width: 100%;
    display: block;
  }
  .outer-content .step-box .inner-step .text img, .outer-content .step-box:nth-child(3) .inner-step .text img, .outer-content .step-box:nth-child(5) .inner-step .text img {
    width: 50px;
  }
  .outer-content .step-box .inner-step .text p {
    padding-right: 60px;
  }
  footer .footer__bottom .terms-menu li {
      padding: 2px 7px;
  }
  footer .terms_menu {
    margin-bottom: 10px;
  }
  section.who .section-subtitle__image img {
    width: auto;
    animation: none;
  } 
  section.who .section-subtitle__image h3
  {
    font-size: 24px;
    line-height: 30px;
  }
  .download-app a
  {
    float: left;
    text-align: center;
  }
  .technology-action a img {
    width: 145px;
  }
  .technology-action a
  {
    text-align: center;
  }

  .client-inner h2 {
    font-size: 20px;
  }
}

