@font-face {
  font-family: 'Square721 BT';
  src: url('fonts/Square721BT-Roman.eot');
  src: url('fonts/Square721BT-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/Square721BT-Roman.woff2') format('woff2'), url('fonts/Square721BT-Roman.woff') format('woff'), url('fonts/Square721BT-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Square721 BT';
  src: url('fonts/Square721BT-Roman_1.eot');
  src: url('fonts/Square721BT-Roman_1.eot?#iefix') format('embedded-opentype'), url('fonts/Square721BT-Roman_1.woff2') format('woff2'), url('fonts/Square721BT-Roman_1.woff') format('woff'), url('fonts/Square721BT-Roman_1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Square721 BT';
  src: url('fonts/Square721BT-Roman_2.eot');
  src: url('fonts/Square721BT-Roman_2.eot?#iefix') format('embedded-opentype'), url('fonts/Square721BT-Roman_2.woff2') format('woff2'), url('fonts/Square721BT-Roman_2.woff') format('woff'), url('fonts/Square721BT-Roman_2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('fonts/SpaceGrotesk-Medium.eot');
  src: url('fonts/SpaceGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/SpaceGrotesk-Medium.woff2') format('woff2'), url('fonts/SpaceGrotesk-Medium.woff') format('woff'), url('fonts/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('fonts/SpaceGrotesk-SemiBold.eot');
  src: url('fonts/SpaceGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'), url('fonts/SpaceGrotesk-SemiBold.woff') format('woff'), url('fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('fonts/SpaceGrotesk-Regular.eot');
  src: url('fonts/SpaceGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SpaceGrotesk-Regular.woff2') format('woff2'), url('fonts/SpaceGrotesk-Regular.woff') format('woff'), url('fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?93hxdi');
  src: url('fonts/icomoon.eot?93hxdi#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?93hxdi') format('truetype'), url('fonts/icomoon.woff?93hxdi') format('woff'), url('fonts/icomoon.svg?93hxdi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pinterest:before {
  content: "\e900";
}
.icon-phone-call:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-location:before {
  content: "\e906";
}
.icon-smartphone:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-download:before {
  content: "\e90c";
}
.icon-call:before {
  content: "\e90d";
}
.icon-email:before {
  content: "\e90e";
}
.icon-whatsapp:before {
  content: "\e910";
}
.icon-youtube:before {
  content: "\e911";
}
.icon-behance:before {
  content: "\e912";
}
* {
  outline: none !important;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  font-family: 'Space Grotesk', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 15px;
  font-weight: 300;
}
a {
    color: #808080;
}
.body-line {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
.body-line > .container {
  height: 100vh;
}
.body-line span {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  background-image: url(../images/body-dots.png);
  background-repeat: repeat-y;
  background-size: 3px;
  opacity: 0.2;
}
.body-line span:nth-of-type(1) {
  /*animation:slide-up-inf 60s linear infinite*/
}
.body-line span:nth-of-type(2) {
  left: 25%;
  /*animation:slide-down-inf 60s linear infinite*/
}
.body-line span:nth-of-type(3) {
  left: 50%;
  /*animation:slide-up-inf 60s linear infinite*/
}
.body-line span:nth-of-type(4) {
  left: 75%;
  /*animation:slide-down-inf 60s linear infinite*/
}
.body-line span:nth-of-type(5) {
  left: calc(100% - 18px);
  /*animation:slide-up-inf 60s linear infinite*/
}
@keyframes slide-up-inf {
  from {
    background-position: bottom;
  }
  to {
    background-position: top;
  }
}
@keyframes slide-down-inf {
  from {
    background-position: top;
  }
  to {
    background-position: bottom;
  }
}
.common_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section {
  padding: 60px 0;
}
.darkColor {
  background-color: #080808;
}
.footer_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
 
  margin-top: 60px;
}
.rights {
  color:#a8a8a8;
  margin-top:60px;
}
.desdevpu {
  padding-left:133px;
  margin-top:60px;
  color:#a8a8a8;
}
.desdevpu a {
  color:#a8a8a8;
}
.desdevpu a:hover {
  color:#00c09f;
}
.footer_bottom p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.footer_bottom p:nth-of-type(1) {
  color: #a8a8a8;
}
.footer_bottom p:nth-of-type(2) {
  color: #a8a8a8;
}
.footer_bottom p:nth-of-type(2) a {
  color: #a8a8a8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_bottom p:nth-of-type(2) a:hover {
  color: #00c09f;
}
.social li {
  margin-left: 25px;
}
.social a {
  color: #fff;
  font-size: 15px;
  display: block;
  text-align: center;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social a:hover {
  color: #00c09f;
}
.footer_menu li {
  margin: 0 10px;
}
.footer_menu li a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_menu li a:hover {
  color: #00c09f;
}
.logo {
  display: block;
  width: 285px;
  position: relative;
}
.logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo .primary_logo {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  position: relative;
}
.logo .secondary_logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: auto;
  z-index: 10;
}
.hamburger {
  position: relative;
  height: 14px;
  width: 30px;
}
.hamburger span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.header.small_header {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px 0;
}
.header.small_header .logo .primary_logo {
  opacity: 0;
  visibility: hidden;
}
.header.small_header .logo .secondary_logo {
  opacity: 1;
  visibility: visible;
}
.logo_footer {
  width: 300px;
  display: block;
}
.logo_footer img {
  width: 100%;
}
.nav-menu {
  position: fixed !important;
  right: 5px !important;
  left: auto !important;
  z-index: 9999;
  top: 50% !important;
  margin-top: -30px;
  cursor: pointer;
  width: 58px;
  padding: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  mix-blend-mode: difference;
  height: 130px !important;
}
.nav-menu span.line {
  width: 3px;
  height: 50px;
  background: #fff;
  display: block;
  position: absolute;
  top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-menu span.line:nth-of-type(1) {
  left: 20px;
  -webkit-animation: move_Up infinite 1.5s;
  animation: move_Up infinite 1.5s;
}
.nav-menu span.line:nth-of-type(2) {
  left: 28px;

}
.nav-menu span.line:nth-of-type(3) {
  left: 36px;
  -webkit-animation: move_Down infinite 1.5s;
  animation: move_Down infinite 1.5s;
}
@-webkit-keyframes move_Up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move_Up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@-webkit-keyframes move_Down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move_Down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

.nav-menu span.text {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  
  opacity: 1;
  position:relative;
  top:70px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-90deg) translateX(-40px);
  -moz-transform: rotate(-90deg) translateX(-40px);
  -ms-transform: rotate(-90deg) translateX(-40px);
  -o-transform: rotate(-90deg) translateX(-40px);
  transform: rotate(-90deg) translateX(-40px);
}
.nav-menu:hover span.line {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-menu:hover span.line:nth-of-type(1),
.nav-menu:hover span.line:nth-of-type(3) {
  height: 0;
}
.nav-menu:hover span.line:nth-of-type(2) {
  height: 50px;
}
.nav-menu:hover span.text {
  -webkit-transform: rotate(-90deg) translateX(-60px);
  -moz-transform: rotate(-90deg) translateX(-60px);
  -ms-transform: rotate(-90deg) translateX(-60px);
  -o-transform: rotate(-90deg) translateX(-60px);
  transform: rotate(-90deg) translateX(-60px);
  opacity: 1;
}
.nav-menu .midnightHeader.white span.line {
  background: #080808;
}
.nav-menu .midnightHeader.white span.text {
  color: #080808;
}
.nav-menu-close {
  position: fixed !important;
  right: 5px !important;
  left: auto !important;
  z-index: 9999;
  top: 50% !important;
  margin-top: -30px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  padding: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  mix-blend-mode: difference;
}
.nav-menu-close span {
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.nav-menu-close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-menu-close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home_banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_banner .banner_container {
  position: relative;
  z-index: 10;
}
.home_banner .banner_container .title_heading {
  color: #808080;
}
.home_banner .banner_container .title_heading a{
  color: #808080;
}

.home_banner .banner_container .title_heading span:last-of-type {
  color: #00c09f;
}
.home_banner .banner_container .title_heading label {
  color: #fff;
}
.home_banner video {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.home_banner .title_heading {
  overflow: hidden;
}
.home_banner .title_heading span {
  /*-webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);*/
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
 /* -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;*/
}
.home_banner.active video {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home_banner.active .title_heading span {
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;*/
}
.title_heading {
  font-family: 'Square721 BT';
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.third_heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 25px;
  padding-top: 20px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.third_heading_inner {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #080808;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  z-index: 10;
  letter-spacing: 0em;
}
.no_top_padding {
  padding-top: 0 !important;
}
.no_bottom_padding {
  padding-bottom: 0 !important;
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none !important;
  box-shadow: none !important;
  display: inline-block;
  padding: 13px 30px;
  margin: 0 0;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #00c09f;
  background-color: transparent;
  color: #00c09f;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  cursor: pointer;
  font-size: 16px;
}
.button span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #00c09f;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover span {
  width: 225%;
  height: 562.5px;
}
.home_about_us {
  background-color: #fff;
  position: relative;
  padding: 150px 0;
}
.home_about_us p {
  color: #4a4a4a;
}
.home_about_us .primary_heading {
  margin-bottom: 0;
}
.home_about_us .button {
  margin-top: 30px;
}
.home_about_us > .container {
  position: relative;
  z-index: 10;
}
footer.section {
  position: relative;
  background-color: #f7f7f7;
  padding-bottom: 20px;
}
footer .container {
  position: relative;
  z-index: 5;
}
footer .patch {
  position: absolute;
  right: 0;
  height: 100%;
  width: 0;
  background-color: #080808;
  z-index: 1;
  top: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
  -o-object-position: right;
  object-position: right;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.primary_heading {
  font-family: 'Square721 BT';
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #080808;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 300;
}
.white_font {
  color: #fff;
}
.secondary_heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #00c09f;
  margin: 0 0 25px;
  padding: 0;
}
.home_about_img {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.3;
  top: 0%;
  z-index: 2;
  height: 275%;
}
.home_about_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.home_service {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.home_service:after {
  content: '';
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 31.5%;
  background-color: rgba(238, 238, 246, 0.5);
  z-index: 1;
}
.home_service.home_service_inner:after {
  display: none;
}
.home_service > .container {
  position: relative;
  z-index: 10;
}
.home_service video {
  width: 60%;
  height: 60%;
  display: block;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: -10%;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  margin: 0 auto;
}

.home_service video.cons_video_single{
  width:100%;
  height:100%;
  display:block;
  margin:0;
  padding:0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  position: relative;
}
.home_banner_main {
  position: relative;
  overflow: hidden;
}
.home_banner_main .home_service_img {
  opacity: 0.3;
}
.home_service_row_main {
  margin-top: 50px;
}
.home_service_row_main .home_service_row {
  margin-bottom: 100px;
}
.home_service_row_main .home_service_row:nth-of-type(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.home_service_row_main .home_service_row:nth-of-type(even) .h_ser_img_col {
  margin-left: 0;
}
.home_service_row_main .home_service_row:last-of-type {
  margin-bottom: 0;
}
.h_ser_img_box1 {
  width: 100%;
  height: 500px;
  background-color: #00c09f;
  background-position-y: 90%;
  background-size: 100%;
}
.h_ser_img_box {
  width: 100%;
  height: 500px;
  background-color: #00c09f;
  background-position-x: 50%;
  background-position-y: 90%;
  background-size: 100%;
}
.h_ser_img_box.h_ser_img_box_inner {
  height: auto;
  position: relative;
}
.h_ser_img_box.h_ser_img_box_inner img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.h_ser_img_box.h_ser_img_box_inner iframe {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}


.inner_services_pages .home_service_row {
  -ms-flex-align: start;
  align-items: start;
}
.inner_services_pages .primary_heading {
  font-size: 25px;
}
.home_service_row {
  -ms-flex-align: center;
  align-items: center;
}
.home_service_row .primary_heading {
  margin-bottom: 30px;
}
.home_service_row p {
  margin-bottom: 15px;
  color: #464646;
}
.home_service_row p strong {
  font-weight: 600;
}
.home_service_row .primary_heading {
  padding-bottom: 15px;
  position: relative;
}
.home_service_row .primary_heading:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #00c09f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_service_row .link span {
  color: #00c09f;
  border: 1px solid #00c09f;
  padding: 10px 20px;
}
.home_service_row ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 15px;
}
.home_service_row ul li {
  position: relative;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #464646;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0;
  padding-left: 15px;
  margin: 0 0 7px;
  font-weight: 300;
}
.home_service_row ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #00c09f;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}
.home_service_row h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #080808;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  z-index: 10;
  letter-spacing: 0em;
}
.home_service_row .button {
  margin-top: 20px;
}
.lets_talk {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.lets_talk:after {
  content: '';
  height: 100%;
  opacity: 1;
  left: 0;
  top: 0;
  background-color: #00c09f;
  z-index: 3;
  position: absolute;
  width: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -o-object-position: left;
  object-position: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lets_talk > .container {
  position: relative;
  z-index: 10;
}
.lets_talk .secondary_heading {
  color: #fff;
}
.lets_talk .third_heading {
  color: #080808;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.lets_talk .home_about_img {
  margin-right: 0;
  opacity: 0.1;
  right: 0;
  bottom: auto;
  top: 0;
  height: 100%;
}
.lets_talk .home_about_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.lets_talk .button {
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 35px 17px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 0.03em;
}
.lets_talk .button span {
  background-color: #fff;
}
.lets_talk .button:hover {
  color: #00c09f;
}
.home_banner_main_sec {
  z-index: 50;
}
.main_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.action {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.action--menu {
  pointer-events: auto;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
}
.menu--open .action--menu {
  pointer-events: none;
}
.action--close {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  z-index: 1000;
  opacity: 0;
  padding: 0 0.5rem;
}
.icon--menu {
  width: 2rem;
}
.icon--close {
  width: 1rem;
}
.menu {
  text-align: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, 33.33%);
  pointer-events: none;
}
.menu--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.menu--open .menu__item {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.menu__item {
  width: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.menu__item-inner {
  overflow: hidden;
  transform: translate3d(100%, 0, 0);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu__item--1 .menu__item-inner {
  background: #070b0a;
}
.menu__item--2 .menu__item-inner {
  background: #000;
}
.menu__item--3 .menu__item-inner {
  background: #000;
}
.menu__item--4 .menu__item-inner {
  background: #080808;
}
.menu__item--5 .menu__item-inner {
  background: #000;
}
.menu__item--5,
.menu__item--4{
  display: none;
}
.label {
  display: none;
}
.mainmenu__item {
  opacity: 0;
}
.mainmenu__item,
.sidemenu__item {
  position: relative;
  overflow: hidden;
  transition: color 0.1s;
  margin: 0.25rem 0;
  display: block;
}
.sidemenu__item-inner {
  display: block;
  transform: translate3d(0, 100%, 0);
}
.menu__item-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ai.jpg) no-repeat 50% 50%;
  background-size: cover;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}
.menu__item-inner:hover .menu__item-map {
  transform: scale3d(1.1, 1.1, 1);
}
.menu__item-hoverlink {
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 1000;
  display: block;
}
.menu__item-hoverlink:hover {
  color: var(--color-link);
}
.quote {
  font-size: 20px;
  padding: 1rem;
  text-align: center;
  max-width: 95%;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.3;
  font-weight: 300;
}
.menu__item-link {
  text-align: left;
  align-self: flex-start;
  justify-self: start;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1;
  padding: 2rem ;
  margin: 3rem 0 auto;
  display: flex;
  flex-direction: column;
  height: calc(100% - 3rem);
}
.menu__item-link::after {
  content: '\27F6';
  display: block;
  margin-top: auto;
  font-size: 0.95rem;
}
.hidden {
  display: none !important;
}
.link {
  position: relative;
  transition: -webkit-clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
  font-family: 'Square721 BT';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
.link:after {
  content: '';
  width: 100%;
  position: absolute;

  bottom: -3px;
  left: 0;
  background-color: #464646;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.link span {
  position: relative;
  display: inline-block;
  color: #fff;
  border:1px solid #fff;
  padding:10px 20px;
  letter-spacing: 0.07em;
}
.link span:before {
  position: absolute;
  content: attr(data-content);
  color: #464646;
  text-decoration-color: currentcolor;
  -webkit-text-decoration-color: #00c09f;
  text-decoration-color: #00c09f;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: -webkit-clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
  letter-spacing: 0.07em;
}
.link:focus:after,
.link:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}
.link:focus span:before,
.link:hover span:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.link.link_green span {
  color: #00c09f;
}
.link.link_green span:before {
  color: #000;
  text-decoration-color: currentcolor;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
.link.dark {
  color: #000;
}
.link.dark span {
  color: #000;
}
.foot_col2 .footer_content {
  display: table;
  margin: 0 auto;
}
.darkBlack {
  background-color: #000;
}
.site_icon {
  height: 30px;
  width: auto;
  display: table;
  margin: 0 0 15px;
}
#container-p5 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4 !important;
  z-index: 0;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 1s cubic-bezier(0.2, 0.6, 0.35, 1) 1.8s, visibility 1s cubic-bezier(0.2, 0.6, 0.35, 1) 1.8s, transform 1s cubic-bezier(0.5, 0.05, 0.7, 0.2) 1.2s;
}
.loader svg {
  width: auto;
  height: 60px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s cubic-bezier(0.2, 0.6, 0.35, 1) 1.8s, visibility 0.5s cubic-bezier(0.2, 0.6, 0.35, 1) 1.8s, transform 1s cubic-bezier(0.5, 0.05, 0.7, 0.2) 1.2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.loading .loader {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.loading .loader svg {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.st0 {
  fill: none;
  stroke: #00C09F;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.h_ser_img_col {
  overflow: hidden;
}
.image-mask {
  position: relative;
  overflow: hidden;
  background-size: 200%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}
.image-mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #00c09f;
  left: 0;
  top: 100%;
  transition: top 0.7s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.animated .image-mask {
  background-size: cover;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.animated .image-mask:after {
  top: -100%;
}
.animated.lets_talk::after {
  width: 100%;
}
.animated .patch {
  width: 65%;
}
.bg_g #jarallax-container-0 > div {
  opacity: 0.2;
}
.section_banner {
  height: 350px;
  width: 100%;
  padding-top: 150px;
  background-color: #000;
  position: relative;
}
.section_banner #jarallax-container-0 > div,
.section_banner #jarallax-container-1 > div {
  height: 350px !important;
  opacity: 0.3;
}
.section_banner img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.section_banner > .container {
  position: relative;
  z-index: 15;
}
.section_banner .title_heading span:nth-of-type(1) {
  color: #808080;
}
.section_banner .title_heading span:nth-of-type(2) {
  color: #00c09f;
}
.section_banner .title_heading span label {
  color: #fff;
}
.section_banner .common_ul {
  margin-top: 20px;
}
.section_banner .common_ul li {
  margin: 0 10px;
  padding: 0 10px;
  position: relative;
}
.section_banner .common_ul li:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #717171;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.section_banner .common_ul li:last-of-type:after {
  display: none;
}
.section_banner .common_ul li a {
  font-family: 'Square721 BT';
  font-weight: 300;
  line-height: 1.2;
  color: #717171;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_banner .common_ul li a:hover {
  color: #00c09f;
}
.section_banner .common_ul li span {
  font-family: 'Square721 BT';
  font-weight: 300;
  line-height: 1.2;
  color: #00c09f;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.abt_main_section .h_ser_img_col {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  margin: 0 auto 0;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abt_main_section .primary_heading {
  letter-spacing: 0.02em;
  font-size: 26px;
  text-transform: none;
  line-height: 1.4;
  margin-bottom: 40px;
}
.abt_main_section p {
  color: #464646;
}
.bg_g {
  background-color: rgba(238, 238, 246, 0.5);
}
.bg_g p {
  color: #464646;
}
.mv_box {
  padding-left: 50px;
}
.mv_box img {
  height: 60px;
  display: table;
  margin: 0 0 20px;
}
.mv_container {
  position: relative;
  overflow: hidden;
}
.mv_container #jarallax-container-0 {
  opacity: 0.2;
}
.mv_col:nth-of-type(2) .mv_box {
  padding-top: 80px;
}
.mv_col:nth-of-type(3) .mv_box {
  padding-top: 160px;
}
.mv_bg {
  background-image: url(../images/artlect-element.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
  background-attachment: fixed;
  pointer-events: none;
}
.team_box {
  background-color: #080808;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 101;
}
.team_img {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
  overflow: hidden;
}
.team_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.team_txt {
  -ms-flex: 0 0 calc(100% - 250px);
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  padding: 30px 50px;
}
.team_txt h3 {
  font-family: 'Square721 BT';
  font-size: 20px;
  color: #00c09f;
  line-height: 1.2;
  margin: 0 0 5px;
}
.team_txt span {
  display: block;
  font-family: 'Square721 BT';
  font-weight: 300;
  line-height: 1.2;
  font-size: 13px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}
.team_txt span:after {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00c09f;
}
.team_txt p {
  font-size: 15px;
}
.team_container {
  background-color: #000;
}
.team_col {
  margin-bottom: 30px;
}
.team_col:last-of-type {
  margin-bottom: 0;
}
.blog_slider_box {
  display: block;
  text-decoration: none;
}
.tilt {
  position: relative;
  z-index: 15;
}
.blog_slider_txt > span {
  display: block;
  font-family: 'Square721 BT';
  font-size: 15px;
  color: #080808;
  line-height: 1.2;
  margin-bottom: 10px;
}
.blog_slider_txt p {
  color: #464646;
  margin-bottom: 20px;
  line-height: 1.4;
}
.blog_slider_txt img {
  width: 40px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.blog_slider_img {
  overflow: hidden;
  width: 100%;
  margin: 0 0 15px;
}
.blog_slider_img img {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog_slider_box:hover .blog_slider_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog_slider_box:hover .blog_slider_txt img {
  -webkit-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.blog_slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.blog_slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #00c09f;
  display: inline-block;
  margin: 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none !important;
  background: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_slider .owl-dots .owl-dot:hover,
.blog_slider .owl-dots .owl-dot.active {
  background: #00c09f;
}
.contact_box p {
  position: relative;
  color: #080808;
  padding-left: 30px;
}
.contact_box p i {
  color: #00c09f;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.contact_box a {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  position: relative;
  color: #080808;
  padding: 0;
  padding-left: 30px;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 0 15px;
  font-weight: 300;
  display: table;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact_box a i {
  color: #00c09f;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.contact_box a:hover {
  color: #00c09f;
}
.contact_box .social li {
  margin: 0;
  margin-right: 20px;
}
.contact_box .social li a {
  color: #00c09f;
}
.contact_box .social li a i {
  color: #00c09f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact_box .social li a:hover {
  color: #000;
}
.contact_box .social li a:hover i {
  color: #000;
}
.form_group {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.form_control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  font-family: 'Square721 BT';
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  letter-spacing: 0.02em;
  color: #000;
  background-color: transparent;
}
select.form_control {
  cursor: pointer;
}
textarea.form_control {
  height: 80px;
  resize: none;
}
.btn_theme {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none !important;
  box-shadow: none;
  border: 1px solid #00c09f;
  background-color: transparent;
  cursor: pointer;
  font-size: 15px;
  font-family: 'Square721 BT';
  color: #00c09f;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.03em;
  display: inline-block;
  text-align: center;
  padding: 12px 30px;
  margin: 0 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_theme:hover {
  color: #fff;
  background-color: #00c09f;
}
.w_w_a_text {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 100px;
}
.white_nowrap {
  white-space: nowrap;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.custom-btn {
  width: auto;
  height: auto;
  color: #080808;
  border-radius: 0;
  padding: 13px 30px 12px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #00c09f;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  min-width: 150px;
}
.btn-15 {
  background: #fff;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #00c09f;
  border-radius: 0;
  transition: all 0.3s ease;
}
.btn-15:hover {
  color: #fff;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}
.section_banner_inner {
  background-color: transparent;
  height: auto;
  padding-bottom: 70px;
}
.plus_group {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: repeat;
  background-size: 20px;
  background-image: url(../images/plus-group.svg);
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
  top: 0;
  left: 0;
}
.section_inner_main {
  position: relative;
  overflow: hidden;
}
.inner_banner_section {
  height: 300px;
  width: 1000px;
  margin: 0 auto 10px;
  overflow: hidden;
  max-width: 100%;
}
.inner_banner_section img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
p.dark_font {
  color: #080808;
}
.benefits_main {
  margin-top: 90px;
}
.benefits_main .primary_heading {
  margin-bottom: 70px;
}
.benefits_box {
  margin-bottom: 60px;
}
.margin_image {
  margin: 30px auto 50px;
}
.design_chart_col {
  padding-right: 70px;
  position: relative;
}
.design_chart_col:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 35px;
  top: 0;
  background-color: #00c09f;
}
.design_chart_col:last-of-type:after {
  display: none;
}
.design_chart_col img {
  display: table;
  height: 55px;
  margin: 0 0 15px;
  width: auto;
}
.design_chart_col .third_heading_inner {
  font-size: 17px;
}
.design_chart_col .third_heading_inner.design_chart_head {
  font-size: 20px;
  margin-bottom: 5px;
}
.design_chart {
  margin-top: 70px;
}
.design_chart .secondary_heading {
  margin-bottom: 60px;
}
.concert_box_video {
  position: relative;
  cursor: pointer;
}
.concert_box_video:before {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../images/play-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
  pointer-events: none;
}

.primary_heading.no_underline:after{
  display: none;
}

#stp8928ps0g1faiplraj > iframe{
  -webkit-animation: move_Up infinite 1.5s;
  animation: move_Up infinite 1.5s;
}

.form_group label.error{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: red;
  position: absolute;
  left: 0;
  bottom: -5px;
  letter-spacing: 0.05em;
}

#wachat a {
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  color: #fff;
  text-align: center;
  margin: 0px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
  background: #64b161;
  box-shadow: 0 0 30px rgb(0 0 0%);
  user-select: none;
  line-height: 1;
  min-width: 40px;
  max-width: 350px;
  bottom: 15px !important;
  top: auto !important;
  border-radius: 50%;
  right: 30px;
  animation-name: ok_bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
}
#wachat a::before {
  transition: opacity 0.5s ease;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  z-index: 1;
  opacity: 0;
  border-radius: 60px;
}
#wachat a img {
  font-family: unset;
  font-style: unset;
  font-weight: unset;
  line-height: unset;
  font-size: unset;
  padding: 12px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0);
}
#wachat a img:nth-of-type(1) {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  padding: 2px;
  display: table;
  z-index: 10;
}
#wachat a::after {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-radius: 45px;
  height: 45px;
  width: 45px;
  content: "";
  -webkit-animation: ok_widgetPulse infinite 1.5s;
  animation: ok_widgetPulse infinite 1.5s;
  position: absolute;
  top: 3px;
  left: 3px;
  border-color: #64b161;
}
@-webkit-keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

.splitting .char {
  animation: slide-in 1.6s cubic-bezier(.2, 0, .1, 1) both;
  animation-delay: calc(30ms * var(--char-index));
  will-change:transform;
  transform-origin: top left;
}

@keyframes slide-in {
  from {
    transform: translateY(10px) scaleY(1.5);
    opacity: 0;
  }
}


@keyframes type{
  from{width:0}
}
.text-typing{
  width:575px;
  max-width: 100%;
}
.text-typing2{
  width:300px;
  max-width: 100%;
}
.home_banner .title_heading{
  display: table;
  margin: 0 auto;
}
.home_banner .title_heading span{
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.home_banner.active .title_heading span{
  -webkit-animation: type 3s steps(20), blink 2s linear infinite;
}

.clrgry {
  color:#a8a8a8;
}

.pt-45 {
  padding-top:45px;
}

@media screen and (min-width: 53em) {
  .info {
    margin: 0 6rem 0 0;
    color: var(--color-info);
  }
  .menu {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: 20% 30% 50%;
    grid-template-rows: 60% 40%;
    grid-template-areas: "item3 item2 item1" "item4 item5 item1";
  }
  .menu__item {
    height: 100%;
  }
  .menu__item--1 {
    grid-area: item1;
  }
  .menu__item--2 {
    grid-area: item2;
  }
  .menu__item--3 {
    grid-area: item3;
  }
  .menu__item--4 {
    grid-area: item4;
  }
  .menu__item--5 {
    grid-area: item5;
  }
  .menu__item--4,
  .menu__item--5 {
    display: block;
  }
  .menu__item-inner {
    align-items: center;
  }
  .label {
    display: block;
    color: var(--color-item-alt);
    position: absolute;
    z-index: 1000;
    font-size: 0.85rem;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
  }
  .label--topleft {
    top: 2rem;
    left: 2rem;
  }
  .label--vert,
  .label--vert-mirror {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .label--vert-mirror {
    transform: rotate(180deg);
  }
  .label--bottomright {
    bottom: 2rem;
    right: 2rem;
  }
  .label::before {
    content: '------------- ';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px;
    margin: 0 0.75rem 0 0;
  }
  .label--vert::before,
  .label--vert-mirror::before {
    margin: 0.75rem 0;
  }
  .mainmenu,
  .sidemenu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mainmenu {
    counter-reset: menuitem;
  }
  .mainmenu__item {
    font-size: 35px;
    text-transform: uppercase;
    overflow: visible;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Space Grotesk';
    color: #fff;
    text-align: left;
    font-weight: 300;
    display: inline-block;
    overflow: hidden;
    padding-left: 30px;
    margin-bottom: -5px;
  }
  .mainmenu_inner {
    width: 330px;
    text-align: left;
  }
  .menu--open .mainmenu__item {
    opacity: 1;
  }
  .mainmenu__item:hover {
    color: #00c09f;
  }
  .mainmenu__item::before {
    counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
    font-size: 0.85rem;
    top: 25%;
    left: 0;
    color: var(--color-item-alt);
  }
  .mainmenu__item::after {
    content: '';
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background-color: #00c09f;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -moz-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -ms-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -o-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .mainmenu__item:hover::after {
    width: 100%;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -moz-transform: translateX(101%);
    transform: translateX(101%);
  }
  .sidemenu__item {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 0.85rem;
    font-family: 'Space Grotesk', sans-serif;
    color: #00c09f;
  }
  .sidemenu__item:hover {
    color: #fff;
  }
  .menu__item-hoverlink {
    font-size: 1.25rem;
    text-transform: lowercase;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .menu__item-inner:hover .menu__item-hoverlink {
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  footer .patch {
    width: 68%;
  }
}
@media screen and (max-width: 1200px) {

  

  .rights {
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:60px;
  }
  .desdevpu {
    padding-left:58px;
    margin-top:60px;
  }

  .primary_heading{
    font-size: 24px;
  }
  .secondary_heading{
    font-size: 13px;
    margin: 0 0 15px;
  }
  p{
    font-size: 14px;
  }
  .link{
    font-size: 14px;
  }
  .lets_talk .button{
    font-size: 16px;

  }
  .section {
    padding: 45px 0;
  }
  .lets_talk{
    padding: 70px 0;
  }
  .logo_footer{
    width: 200px;
  }
  .footer_bottom p{
    font-size: 11px;
  }
  .footer_menu li a{
    font-size: 12px;
  }
  .home_service::after {
    height: 570px;
    top: 37%;
  }
  .third_heading{
    font-size: 24px;
  }
  .inner_banner_section{
    height: 250px;
  }
  .home_service_row ul li{
    font-size: 14px;
  }
  .home_service_row h3{
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  
  .pt-45 {
    padding-top:0px;
  }
  .h_ser_img_box{
    height: 400px;
  }
  .home_about_us .primary_heading {
    margin-bottom: 20px;
  }

  .home_service::after {
    height: 500px;
  }
  .lets_talk .button{
    padding: 18px 15px 15px;
    font-size: 13px;
  }
  .social li {
    margin: 0 15px;
  }
  .social{
    margin-top: 25px;
  }
  footer .patch{
    background-color: #ffffff;
    width: 100% !important;
  }
  .social a,
  .footer_menu li a{
    color: #000;
  }
  .footer_bottom{
    margin-top: 25px;
  }
  .footer_bottom p:nth-of-type(2) a,
  .footer_bottom p:nth-of-type(1),
  .footer_bottom p:nth-of-type(2){
    color: #a8a8a8;
  }
  .abt_main_section .primary_heading{
    font-size: 22px;
  }
  .abt_main_section .h_ser_img_col{
    height: auto;
  }
  .title_heading{
    font-size: 30px;
  }
  .section_banner{
    padding-top: 110px;
    height: 250px;
  }
  .mv_box {
    padding-left: 0px;
  }
  .inner_banner_section{
    height: 200px;
  }
  .text-typing{
    width: 385px;
  }
  .text-typing2{
    width: 197px;
  }
}
@media screen and (max-width: 850px) {

  .menu--open .menu__item{
    height: 100vh;
  }
  .mainmenu__item {
    font-size: 28px;
    text-transform: uppercase;
    overflow: visible;
    margin: 0.5rem 0;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
    padding-left: 0.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Space Grotesk';
    color: #fff;
    text-align: left;
    font-weight: 300;
    display: inline-block;
    overflow: hidden;
    margin-bottom: -5px;
  }
  .mainmenu_inner{
    width: 200px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
  .menu--open .mainmenu__item {
    opacity: 1;
  }

  .mainmenu__item::after {
    content: '';
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 2px;
    background-color: #00c09f;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -moz-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -ms-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -o-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .menu__item--5,
  .menu__item--4,
  .menu__item--2,
  .menu__item--3 {
    display: none;
  }
  .mainmenu__item:hover {
    color: #00c09f;
  }
  .mainmenu__item:hover::after {
    width: 100%;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -moz-transform: translateX(101%);
    transform: translateX(101%);
  }
  .section_banner.contact_let_talk_page .common_ul{
      display: none !important;
  }
}
@media screen and (max-width: 769px) {
  
  .pt-45 {
    padding-top:0px;
  }

  .rights {
    text-align:center;
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:0px;
  }
  .desdevpu {
    padding-left:0px;
    text-align:center;
    margin-top:0px;
  }

  .title_heading{
    font-size: 35px;
  }
  .third_heading {
    font-size: 21px;
  }
  .home_service_row > div{
    -ms-flex-order: 2;
    order: 2;
  }
  .home_service_row .h_ser_img_col{
    -ms-flex-order: 1;
    order: 1;
  }

  .home_service_row .h_ser_img_col{
    margin-bottom: 25px;
  }

  .lets_talk .third_heading{
    margin-bottom: 20px;
  }

  .logo_footer{
    margin: 0 auto 25px;
  }

  .lets_talk {
    padding: 50px 0;
  }
  .logo{
    width: 205px;
  }
  .primary_heading {
    font-size: 20px;
  }
  .home_service_row_main {
    margin-top: 15px;
  }
  .mv_col:nth-of-type(2) .mv_box {
    padding-top: 15px;
  }
  .mv_col:nth-of-type(3) .mv_box {
    padding-top: 15px;
  }
  .w_w_a_text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .abt_main_section .h_ser_img_col{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_banner .title_heading {
    font-size: 26px;
  }
  .section_banner {
    padding-top: 100px;
    height: 220px;
  }
  .abt_main_section .primary_heading {
    font-size: 18px;
  }

  .design_chart_col{
    padding-right: 0;margin-bottom: 30px;
  }
  .design_chart_col:last-of-type{
    margin-bottom: 0;
  }
  .design_chart_col::after {
    display: none;
  }
  .section_banner.section_banner_inner .common_ul{
    display: none !important;
  }
  .benefits_box {
    margin-bottom: 40px;
  }
  .benefits_main .row .col-md-3:last-of-type .benefits_box{
    margin-bottom: 0;
  }
  .benefits_main .primary_heading {
    margin-bottom: 30px;
  }
  .benefits_main {
    margin-top: 40px;
  }
  .home_service_row_main .home_service_row {
    margin-bottom: 50px;
  }
  .home_banner.home_banner_main .third_heading{
    font-size: 15px;
  }
  .text-typing{
    width: 446px;
  }
  .text-typing2{
    width: 230px;
  }
}
@media screen and (max-width: 576px) {
  .footer_bottom p:nth-of-type(1),
  .footer_bottom p:nth-of-type(2){
    display: block;
    text-align: center;
    margin-bottom: 2px;
    width: 100%;
  }
  .footer_menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .footer_content ul{
    display: block !important;
  }
  .social {
    margin-top: 10px;
  }
  .title_heading {
    font-size: 7vw;
  }
  .nav-menu span.line{
    width: 2px;
    height: 36px;
  }
  .home_banner{
    height: 75vh;
  }
  .third_heading br{
    display: none;
  }
  .section_banner .title_heading {
    font-size: 18px;
  }

  .section_banner{
    height: 180px;
  }
  .inner_services_pages .primary_heading {
    font-size: 20px;
  }
  .text-typing{
    width: 88vw;
  }
  .text-typing2{
    width: 50vw;
  }
}