@font-face {
  font-family: 'Fira Sans Condensed Bold';
  src: url(../fonts/FiraSansCondensed-Bold.ttf) format("opentype");
}

@font-face {
  font-family: 'Fira Sans Condensed Medium';
  src: url(../fonts/FiraSansCondensed-Medium.ttf) format("opentype");
}

@font-face {
  font-family: 'Fira Sans Condensed Regular';
  src: url(../fonts/FiraSansCondensed-Regular.ttf) format("opentype");
}

@font-face {
  font-family: 'Fira Sans Condensed Text';
  src: url(../fonts/FiraSansCondensed-Regular.ttf) format("opentype");
}

@font-face {
  font-family: 'Fira Sans Condensed Light';
  src: url(../fonts/FiraSansCondensed-Light.ttf) format("opentype");
}

@font-face {
  font-family: 'Fira Sans Condensed Thin';
  src: url(../fonts/FiraSansCondensed-Thin.ttf) format("opentype");
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: #000;
  font-family: "Fira Sans Condensed Regular";
  font-size: 35px;
  font-weight: 100;
  line-height: 45px;
  color: #ffffff;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}

.section-padding {
  padding: 90px 0px;
  position: relative;
  overflow-x: hidden;
}

.row {
  z-index: 9;
  position: relative;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Fira Sans Condensed Regular";
  font-weight: 600;
  margin-bottom: 0px;
  color: #232323;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  color: #ffffff;
}

img {
  max-width: 100%;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

a.stroke-blue:hover {
  color: #000;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1 {
  font-size: 112px;
  line-height: 112px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 112px;
  line-height: 112px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 60px;
  line-height: 60px;
}

h6 {
  font-size: 35px;
  line-height: 35px;
}

p,
ul {
  font-family: "Fira Sans Condensed Light";
  color: #ffffff;
  line-height: 45px;
}

p {
  text-align: justify;
}

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

.b-w {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.stroke-white {
  color: #000;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.stroke-blue {
  color: #000;
  text-shadow: -1px -1px 0 #0363bf, 1px -1px 0 #0363bf, -1px 1px 0 #0363bf, 1px 1px 0 #0363bf;
}

.text-primary {
  color: #0077ea;
}

@-webkit-keyframes "b" {
  to {
    opacity: 1;
  }
}

@keyframes "b" {
  to {
    opacity: 1;
  }
}

.background-header {
  border-bottom: none !important;
  background-color: #000;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #ffffff !important;
}

.background-header .main-nav .nav li:hover a {
  color: #ffffff !important;
}

.background-header .nav li a.active {
  color: #ffffff !important;
}

.header-area {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 75px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.header-area .main-nav .nav {
  float: right;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding: 27px 35px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  font-family: "Fira Sans Condensed Light";
}

.header-area .main-nav .nav li a {
  color: #ffffff;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #0077ea !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #0077ea !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: 'IcoFont';
  content: "\ea99";
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 25px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #ffffff;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 280px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 95px;
  opacity: 0;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #2c2c2c;
  color: #ffffff !important;
  padding: 13px 20px;
  height: auto;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #484848;
  color: #0077ea !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #ffffff;
}

.header-area.header-sticky {
  min-height: 140px;
  padding-top: 45px;
}

.header-area.header-sticky.background-header {
  min-height: 90px;
  padding-top: 12px;
  background: #000;
  border-bottom: 1px solid #fff !important;
}

.header-area.header-sticky.background-header .main-nav .nav li {
  padding-top: 15px;
}

.header-area.header-sticky.background-header .main-nav .nav li.submenu ul li {
  padding-top: 0px;
}

.header-area .main-nav .nav li.submenu ul {
  top: 77px;
}

.header-area.header-sticky.background-header .main-nav .nav li.submenu:after {
  top: 15px;
}

.alert-success {
  font-size: 20px;
  padding: 10px;
  line-height: 20px;
}

.alert-dismissible .close {
  line-height: 20px;
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

#footer {
  padding-bottom: 20px;
  position: relative;
  background-color: #152979;
  overflow: hidden;
}

#footer svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#footer .st0 {
  stroke-dasharray: 2050 1000 40 80 1500 1000 2050;
  -webkit-animation: dash 60s infinite linear;
          animation: dash 60s infinite linear;
  fill: none;
  stroke: #253ea1;
  stroke-width: 1;
  stroke-miterlimit: 10;
  stroke-dasharray: 60, 100, 300, 120, 220, 24;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 4000;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 4000;
  }
}

.footer-widget {
  margin-bottom: 60px;
}

.footer-widget ul li {
  padding: 10px 0px;
  line-height: 20px;
}

.footer-widget p {
  margin-bottom: 11px;
  font-size: 25px;
  color: #fff;
  font-family: "Fira Sans Condensed Thin";
  font-weight: 600;
}

.footer-widget h4 {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Fira Sans Condensed Medium";
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-widget h4 span {
  color: #0077ea;
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.footer-widget a {
  color: #ffffff;
  font-size: 25px;
  font-family: "Fira Sans Condensed Thin";
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.footer-widget a:hover {
  color: #57a8ff;
  padding-left: 5px;
}

.footer-blog li {
  margin-bottom: 15px;
}

.footer-blog li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.footer-blog li h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}

.footer-blog li a.read-more {
  font-size: 13px;
}

.footer-copy {
  letter-spacing: 1px;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #fffafa94;
}

.footer-copy p {
  color: #ffffff;
  font-family: "Fira Sans Condensed Thin";
  font-weight: 100;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-copy ul li {
  display: inline-block;
}

.footer-copy ul li a {
  color: #ffffff;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
  font-family: "Fira Sans Condensed Thin";
  font-weight: 100;
  font-size: 16px;
}

.footer-copy ul li a:hover {
  color: #dfdfdf;
}

.footer-copy ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}

.footer-text h6 {
  margin-bottom: 10px;
}

.footer-text p span {
  color: #000;
}

.footer-text p.mail {
  color: #0077ea;
}

.bg-main {
  background: #F4F8FB;
}

.social-links li {
  display: inline-block;
  padding-right: 10px !important;
}

.social-links li a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
}

.newletter-subscription .col-3,
.newletter-subscription .col-9 {
  padding-right: 0;
  padding-left: 0;
}

.newletter-subscription input[type=email] {
  height: 50px;
  background: #ffffff;
  color: #000;
  padding-left: 15px;
  border-radius: 0;
}

.newletter-subscription button {
  width: 50px;
  height: 50px;
  background: #000;
  padding: 0;
  font-size: 30px;
  border: 0;
  border-radius: 0;
}

.newletter-subscription button i {
  color: #ffffff;
}

.newletter-subscription button:hover {
  background: #0077ea;
}

.title {
  text-transform: uppercase;
  font-family: "Fira Sans Condensed Light";
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  position: relative;
}

.round-icon a {
  color: #ffffff;
  line-height: 70px;
  display: block;
  font-size: 25px;
}

.round-icon a:hover {
  color: #0077ea;
}

.round-icon a img {
  position: relative;
  top: 15px;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
}

#industry-experience h3 {
  position: absolute;
  bottom: 100px;
  right: 0;
}

#industry-experience a {
  font-size: 25px;
}

.border-bottom-left:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 200px;
  background: #0077ea;
}

.border-bottom-right:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 3px;
  width: 200px;
  background: #0077ea;
}

#case-studies .case-study-title:hover {
  color: #0077ea;
}

#case-studies .case-study-link .contents {
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
}

#case-studies .case-study-link .contents span {
  font-size: 25px;
}

#case-studies .case-study-link .contents span:hover {
  color: #0077ea;
}

#case-studies .case-study-link:hover .contents {
  display: block;
  z-index: 9;
}

.banner-2 {
  background: #000;
  height: 100vh;
  position: relative;
}

.banner-2 .banner-content {
  padding: 175px 0px 20px;
}

.banner-2 .banner-content h1 {
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 25px;
}

.banner-2 .banner-content a {
  font-size: 25px;
  line-height: 25px;
  font-weight: 100;
  font-family: "Fira Sans Condensed Text";
}

.banner-2 .banner-content a:hover {
  color: #0077ea;
}

.banner-2 .banner-content .banner-section-extras {
  margin-top: 80px;
}

.banner-2 .banner-section-extras p {
  font-size: 20px;
  text-align: left;
  display: block;
  line-height: 25px;
  font-weight: 100;
  font-family: "Fira Sans Condensed Thin";
}

.banner-2 .banner-section-extras a {
  font-size: 25px;
  text-align: right;
  display: block;
  line-height: 25px;
  position: relative;
  font-weight: 100;
  font-family: "Fira Sans Condensed Thin";
}

.banner-2 .banner-section-extras a:hover {
  color: #0077ea;
}

#services-list ul li {
  display: inline-block;
}

#services-list ul li a {
  font-size: 74px;
  line-height: 80px;
  padding: 0 15px;
  display: inline-block;
}

#technologies-used .title {
  padding-bottom: 50px;
}

#technologies-used .logo-carousel {
  padding-bottom: 50px;
}

#technologies-used .logo-carousel img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#technologies-used .logo-carousel img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#dynamic-innovative-approach .header-section {
  padding-top: 100px;
  padding-bottom: 300px;
}

#dynamic-innovative-approach h5 {
  margin-bottom: 30px;
}

#dynamic-innovative-approach p {
  font-family: "Fira Sans Condensed Thin";
}

#dynamic-innovative-approach h3 span {
  position: relative;
}

#dynamic-innovative-approach h3 span:before {
  content: '';
  width: 100px;
  height: 10px;
  background: #007bff;
  position: absolute;
  left: -110px;
  top: 30px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

#inner-page-banner {
  height: 100vh;
  padding-top: 300px;
  background: #000;
  z-index: 9;
  padding-bottom: 20px;
}

#inner-page-banner h1 {
  font-size: 10vw;
  -webkit-text-stroke-width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-shadow: -1px -1px 0 #0077ea, 1px -1px 0 #0077ea, -1px 1px 0 #0077ea, 1px 1px 0 #0077ea;
  line-height: 145px;
}

#inner-page-banner h2 {
  z-index: 99;
  position: relative;
  font-size: 160px;
  line-height: 135px;
  font-family: "Fira Sans Condensed Light";
}

#inner-page-banner .cbody-center {
  top: 20%;
}

#inner-page-banner #scroll-down {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 25px;
  text-align: right;
  display: block;
  line-height: 25px;
  font-weight: 100;
  font-family: "Fira Sans Condensed Thin";
  text-transform: uppercase;
}

#inner-page-banner #scroll-down:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 3px;
  width: 200px;
  background-color: #0077ea;
}

.innerpage-content .title span.value {
  font-size: 75px;
}

.innerpage-content ul {
  padding-left: 30px;
  margin: 0;
  list-style: disc;
}

.innerpage-content ul.list-unstyled {
  list-style-type: none !important;
}

.innerpage-content ul li {
  margin: 0;
  list-style: disc;
}

.innerpage-content ul li.list-unstyled {
  list-style-type: none !important;
}

.innerpage-content .cbody-left {
  top: 200px;
  left: 12% !important;
  bottom: unset !important;
  place-items: start;
  padding: 65px;
  position: fixed !important;
}

.innerpage-content .cbody-center {
  top: 200px;
  bottom: unset !important;
  padding: 65px;
  position: fixed !important;
}

.innerpage-content h6 {
  margin-bottom: 30px;
}

.innerpage-content h3 {
  font-size: 155px;
  line-height: 120px;
  font-weight: 200;
}

.innerpage-content h3 b {
  color: #0077ea;
  font-size: 100px;
  font-weight: 600;
}

.innerpage-content .pl-250 {
  padding-left: 250px;
}

.innerpage-content .service-item {
  margin-bottom: 125px;
}

.innerpage-content .service-item a.imglink {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  z-index: 9;
  position: relative;
  overflow: hidden;
}

.innerpage-content .service-item a.imglink .round-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.innerpage-content .service-item a.imglink .round-icon img {
  width: 50px;
  top: 15px;
  position: relative;
}

.innerpage-content .service-item a.imglink:after {
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.innerpage-content .service-item a.imglink:hover .round-icon {
  display: block;
  z-index: 99;
}

.innerpage-content .service-item a.imglink:hover .round-icon:hover {
  color: #0077ea;
}

.innerpage-content .service-item a.imglink:hover:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.innerpage-content .service-item a.imglink:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .5s;
  transition: .5s;
}

.innerpage-content .service-item a.imglink:hover img:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.innerpage-content .service-item.right-text h6 {
  text-align: right;
}

.innerpage-content .service-item.right-text p {
  text-align: right;
}

.row.rowRight {
  display: inline-block;
}

.row.rowRight .rowRight {
  float: right;
}

.row.rowRight .rowLeft {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sift-form .form-group {
  line-height: 20px;
  position: relative;
}

.sift-form .alert.alert-danger.parsley {
  font-size: 15px;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 5px;
  right: 20px;
  border: 0;
  color: #f00;
}

.sift-form label.label {
  font-size: 17px;
  color: #9f9f9f;
  line-height: 20px;
}

.sift-form input[type=text],
.sift-form input[type=email],
.sift-form select,
.sift-form textarea,
.sift-form input[type=file] {
  border-radius: 0;
  height: 55px !important;
  font-size: 20px;
}

.sift-form ::-webkit-input-placeholder,
.sift-form textarea::-webkit-input-placeholder {
  color: #ccc;
}

.sift-form :-ms-input-placeholder,
.sift-form textarea:-ms-input-placeholder {
  color: #ccc;
}

.sift-form ::-ms-input-placeholder,
.sift-form textarea::-ms-input-placeholder {
  color: #ccc;
}

.sift-form ::placeholder,
.sift-form textarea::placeholder {
  color: #ccc;
}

.sift-form textarea {
  height: 100px !important;
}

.sift-form .btn {
  background: #0077ea;
  border-radius: 0;
  height: 55px;
  width: 250px;
  font-size: 20px;
}

#scroll-active {
  position: relative;
  top: -50px;
}

.p-relative {
  position: relative;
}

.z-index {
  z-index: 9;
}

.gallerysection {
  -webkit-column-width: 800px;
          column-width: 800px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.gallerysection img {
  width: 100%;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #000000cc;
  -webkit-perspective: 1000;
          perspective: 1000;
  z-index: 9;
  left: 0;
}

.lightbox .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateY(0deg);
          transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  -webkit-transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.lightbox [class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.lightbox [class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.lightbox .arrowr {
  right: 0;
}

.lightbox .arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.lightbox .arrowl {
  left: 0;
}

.lightbox .arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.lightbox .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
  top: 110px;
}

.lightbox .close:after,
.lightbox .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ffffff;
}

.lightbox .close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox .close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox .title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

logo-slider {
  --image-size: 500px;
  padding: 20px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

logo-slider div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-animation: marquee 100s linear infinite;
          animation: marquee 100s linear infinite;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 99999;
}

logo-slider div img {
  display: block;
  min-width: var(--image-size);
  margin: 0 1vw;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 99999;
  position: relative;
}

logo-slider div img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

logo-slider:hover div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

logo-slider:hover div img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

logo-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 900px) {
  logo-slider {
    --image-size: 50px;
    --image-size: min(max(50px, 10vw), 500px);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

a.case-study-link {
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  display: block;
  position: relative;
}

a.case-study-link img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

a.case-study-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.glitch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.glitch-container:hover .glitch-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.glitch-image:nth-child(1) {
  opacity: 1;
}

.glitch-image:nth-child(2) {
  background-color: red;
  background-blend-mode: var(--blend-1);
}

.glitch-image:nth-child(3) {
  background-color: green;
  background-blend-mode: var(--blend-2);
}

.glitch-image:nth-child(4) {
  background-color: blue;
  background-blend-mode: var(--blend-3);
}

.glitch-image:nth-child(n+2) {
  opacity: 0;
}

.glitch-image:nth-child(n+1) {
  opacity: 1;
}

.glitch-image:nth-child(2) {
  -webkit-transform: translate3d(1.1, 0, 0);
          transform: translate3d(1.1, 0, 0);
  -webkit-animation: glitch-horizontal 3s infinite linear alternate;
          animation: glitch-horizontal 3s infinite linear alternate;
}

.glitch-image:nth-child(3) {
  -webkit-transform: translate3d(-1.1, 0, 0);
          transform: translate3d(-1.1, 0, 0);
  -webkit-animation: glitch-horizontal-2 2s infinite linear alternate;
          animation: glitch-horizontal-2 2s infinite linear alternate;
}

.glitch-image:nth-child(4) {
  -webkit-transform: translate3d(-1.1, 0, 0);
          transform: translate3d(-1.1, 0, 0);
  -webkit-animation: glitch-vertical 1s infinite linear alternate;
          animation: glitch-vertical 1s infinite linear alternate;
}

.glitch-image:nth-child(5) {
  -webkit-transform: translate3d(0, 1.1, 0) scale3d(-1, -1, 1);
          transform: translate3d(0, 1.1, 0) scale3d(-1, -1, 1);
  -webkit-animation: glitch-flash 0.5s steps(1, end) infinite;
          animation: glitch-flash 0.5s steps(1, end) infinite;
}

.glitch-image:nth-child(6) {
  -webkit-transform: translate3d(0, 1.3, 0) scale3d(-1, -1, 1);
          transform: translate3d(0, 1.3, 0) scale3d(-1, -1, 1);
  -webkit-animation: glitch-flash-2 0.5s steps(1, end) infinite;
          animation: glitch-flash-2 0.5s steps(1, end) infinite;
}

@-webkit-keyframes glitch-horizontal {
  0% {
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  40% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  50% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}

@keyframes glitch-horizontal {
  0% {
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  40% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  50% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  100% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
}

@-webkit-keyframes glitch-horizontal-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-horizontal-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-vertical {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
            transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0) scale3d(-1, -1, 1);
            transform: translate3d(0, -10px, 0) scale3d(-1, -1, 1);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-vertical {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
            transform: translate3d(0, -5px, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0) scale3d(-1, -1, 1);
            transform: translate3d(0, -10px, 0) scale3d(-1, -1, 1);
  }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@-webkit-keyframes glitch-flash {
  0% {
    opacity: 0.2;
    -webkit-transform: translate3d(10px, 5px, 0);
            transform: translate3d(10px, 5px, 0);
  }
  33%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes glitch-flash {
  0% {
    opacity: 0.2;
    -webkit-transform: translate3d(10px, 5px, 0);
            transform: translate3d(10px, 5px, 0);
  }
  33%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes glitch-flash-2 {
  0% {
    opacity: 0.2;
    -webkit-transform: translate3d(5px, 10px, 0);
            transform: translate3d(5px, 10px, 0);
  }
  13%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes glitch-flash-2 {
  0% {
    opacity: 0.2;
    -webkit-transform: translate3d(5px, 10px, 0);
            transform: translate3d(5px, 10px, 0);
  }
  13%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 99999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

@-webkit-keyframes delay {
  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes delay {
  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

body:before,
body:after {
  content: '';
  height: 50vh;
  width: 100%;
  position: fixed;
  left: 0;
  background: #1c2020;
  z-index: 1;
}

body:before {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

body:after {
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.loader {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 9999999;
}

.loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}

.loader .bar1 {
  background-color: #0077ea;
}

.loader .bar2 {
  background-color: #0077ea;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.loader .bar3 {
  background-color: #0077ea;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.loader .bar4 {
  background-color: #0077ea;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.loader .bar5 {
  background-color: #0077ea;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.loader .bar6 {
  background-color: #0077ea;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.cbody {
  margin: 0;
  min-height: 70vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 100%;
}

.containerbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  place-items: center;
  -webkit-animation: clockwise 60s linear infinite;
          animation: clockwise 60s linear infinite;
}

.group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  place-items: center;
  height: 4.5em;
  width: 4.5em;
}

.group span {
  color: #1d68b0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 1.5em;
  width: 1.5em;
}

.group span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.group span:nth-child(1) {
  -webkit-animation: d1 3s linear infinite;
          animation: d1 3s linear infinite;
}

.group span:nth-child(2) {
  -webkit-animation: d2 3s linear infinite;
          animation: d2 3s linear infinite;
}

.group span:nth-child(3) {
  -webkit-animation: d3 3s linear infinite;
          animation: d3 3s linear infinite;
}

.group span:nth-child(4) {
  -webkit-animation: d4 3s linear infinite;
          animation: d4 3s linear infinite;
}

.group span:nth-child(5) {
  -webkit-animation: d5 3s linear infinite;
          animation: d5 3s linear infinite;
}

.group span:nth-child(6) {
  -webkit-animation: d6 3s linear infinite;
          animation: d6 3s linear infinite;
}

.group span:nth-child(7) {
  -webkit-animation: d7 3s linear infinite;
          animation: d7 3s linear infinite;
}

.group span:nth-child(8) {
  -webkit-animation: d8 3s linear infinite;
          animation: d8 3s linear infinite;
}

.group span:nth-child(9) {
  -webkit-animation: d9 3s linear infinite;
          animation: d9 3s linear infinite;
}

.group span:nth-child(10) {
  -webkit-animation: d10 3s linear infinite;
          animation: d10 3s linear infinite;
}

.top {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

.right {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.left {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.bottom {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.middle {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 4.5em;
  width: 4.5em;
}

.middle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1d68b0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5em;
  width: 1.5em;
  font-size: 2em;
  -webkit-animation: beat 3s linear infinite;
          animation: beat 3s linear infinite;
}

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

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

@-webkit-keyframes beat {
  0%,
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes beat {
  0%,
  65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(4);
            transform: scale(4);
  }
  90%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes d1 {
  0%,
  80% {
    -webkit-transform: translateY(-4.5em);
            transform: translateY(-4.5em);
    opacity: 0;
  }
  90%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes d1 {
  0%,
  80% {
    -webkit-transform: translateY(-4.5em);
            transform: translateY(-4.5em);
    opacity: 0;
  }
  90%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes d2 {
  0%,
  70% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80%,
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@keyframes d2 {
  0%,
  70% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  80%,
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@-webkit-keyframes d3 {
  0%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70%,
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@keyframes d3 {
  0%,
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70%,
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@-webkit-keyframes d4 {
  0%,
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60%,
  100% {
    -webkit-transform: translateY(1.5em);
            transform: translateY(1.5em);
  }
}

@keyframes d4 {
  0%,
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60%,
  100% {
    -webkit-transform: translateY(1.5em);
            transform: translateY(1.5em);
  }
}

@-webkit-keyframes d5 {
  0%,
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30%,
  100% {
    -webkit-transform: translateY(1.5em);
            transform: translateY(1.5em);
  }
}

@keyframes d5 {
  0%,
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30%,
  100% {
    -webkit-transform: translateY(1.5em);
            transform: translateY(1.5em);
  }
}

@-webkit-keyframes d6 {
  0%,
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%,
  100% {
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
}

@keyframes d6 {
  0%,
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%,
  100% {
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
}

@-webkit-keyframes d7 {
  0%,
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50%,
  100% {
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
}

@keyframes d7 {
  0%,
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50%,
  100% {
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
}

@-webkit-keyframes d8 {
  0%,
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@keyframes d8 {
  0%,
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@-webkit-keyframes d9 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@keyframes d9 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@-webkit-keyframes d10 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  10%,
  100% {
    -webkit-transform: translateY(4.5em);
            transform: translateY(4.5em);
    opacity: 0;
  }
}

@keyframes d10 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  10%,
  100% {
    -webkit-transform: translateY(4.5em);
            transform: translateY(4.5em);
    opacity: 0;
  }
}

.cbody.cbody-left {
  position: absolute;
  bottom: 200px;
  left: -45%;
}

.cbody.cbody-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.cbody.cbody-right {
  position: absolute;
  bottom: 100px;
  right: -45%;
}

.spancediv {
  height: 300px;
  border-radius: 30px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spancediv {
  background-color: #000;
}

.spancediv2 {
  background-color: #50915e;
}

.spancediv3 {
  background-color: #485c8b;
}

.spancediv4 {
  background-color: #e15858;
}

.big-title,
.big-titles,
.big-titlesw {
  font-size: 112px;
  position: relative;
  left: 10vw;
  white-space: nowrap;
  right: 81vw;
  color: #fff;
  font-weight: 100;
}

#industry-experience .big-title {
  font-size: 85px;
}

.Frist {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 1000%;
  z-index: 9;
}

canvas#c {
  position: absolute;
  top: 0;
  left: 0;
}

.imghover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .5s;
  transition: .5s;
}

.imghover:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .5s;
  transition: .5s;
}

.overflow-hidden {
  overflow: hidden;
}

.module {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.module .scroll1 img {
  vertical-align: bottom;
  padding: 0 20px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.module .scroll1 img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#services-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#services-list ul li {
  display: inline-block;
  padding: 0 20px;
}

#services-list ul li span {
  position: relative;
  display: block;
  cursor: pointer;
}

#services-list ul li span:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background: #fff;
  left: -2.5px;
}

#services-list ul li span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  background: #fff;
  right: 2.5px;
  background: #fff;
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#services-list ul li span:hover:before {
  background: #fff;
  width: 100%;
  -webkit-transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#services-list ul li span:hover:after {
  background: transparent;
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}

#case-studies .case-study-link:hover .case-study-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #06103ad9;
}

.case-study-link img.imghover.mr-3 {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  position: relative;
  top: 20px;
  width: 50px;
}

#warning-message {
  display: none;
  background: #061658;
  height: 100vh;
}

#warning-message p {
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  margin: 0;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 300px) and (max-width: 992px) and (orientation: landscape) and (min-aspect-ratio: 16 / 9) {
  #app {
    display: none;
  }
  #warning-message {
    display: block;
  }
}

form .text-danger {
  font-size: 15px;
}

form .alert-success {
  font-size: 19px;
  line-height: 30px;
}

.hallucination-effect {
  background-size: cover;
  background-position: center;
}

@supports (mix-blend-mode: multiply) {
  .hallucination-effect:hover {
    position: relative;
    overflow: hidden;
    background-color: magenta;
    background-blend-mode: screen;
  }
  .hallucination-effect:hover:before,
  .hallucination-effect:hover:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    mix-blend-mode: multiply;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: moving 2s steps(20, end) infinite;
            animation: moving 2s steps(20, end) infinite;
  }
  .hallucination-effect:hover:before {
    background-color: yellow;
    background-blend-mode: screen;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .hallucination-effect:hover:after {
    background-color: cyan;
    background-blend-mode: screen;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

@-webkit-keyframes moving {
  5% {
    -webkit-transform: scale(0.97) translate(-9px, -7px);
            transform: scale(0.97) translate(-9px, -7px);
  }
  10% {
    -webkit-transform: scale(0.97) translate(6px, -2px);
            transform: scale(0.97) translate(6px, -2px);
  }
  15% {
    -webkit-transform: scale(1.01) translate(-9px, 10px);
            transform: scale(1.01) translate(-9px, 10px);
  }
  20% {
    -webkit-transform: scale(0.98) translate(5px, -9px);
            transform: scale(0.98) translate(5px, -9px);
  }
  25% {
    -webkit-transform: scale(0.96) translate(-7px, 9px);
            transform: scale(0.96) translate(-7px, 9px);
  }
  30% {
    -webkit-transform: scale(0.99) translate(5px, -9px);
            transform: scale(0.99) translate(5px, -9px);
  }
  35% {
    -webkit-transform: scale(0.98) translate(-2px, -8px);
            transform: scale(0.98) translate(-2px, -8px);
  }
  40% {
    -webkit-transform: scale(1) translate(2px, -4px);
            transform: scale(1) translate(2px, -4px);
  }
  45% {
    -webkit-transform: scale(0.98) translate(4px, -3px);
            transform: scale(0.98) translate(4px, -3px);
  }
  50% {
    -webkit-transform: scale(1.01) translate(-3px, 0px);
            transform: scale(1.01) translate(-3px, 0px);
  }
  55% {
    -webkit-transform: scale(1) translate(-2px, -1px);
            transform: scale(1) translate(-2px, -1px);
  }
  60% {
    -webkit-transform: scale(1.03) translate(-6px, 10px);
            transform: scale(1.03) translate(-6px, 10px);
  }
  65% {
    -webkit-transform: scale(0.98) translate(10px, -8px);
            transform: scale(0.98) translate(10px, -8px);
  }
  70% {
    -webkit-transform: scale(1) translate(-1px, -5px);
            transform: scale(1) translate(-1px, -5px);
  }
  75% {
    -webkit-transform: scale(0.96) translate(-2px, 6px);
            transform: scale(0.96) translate(-2px, 6px);
  }
  80% {
    -webkit-transform: scale(1.03) translate(-7px, 2px);
            transform: scale(1.03) translate(-7px, 2px);
  }
  85% {
    -webkit-transform: scale(1.03) translate(2px, 3px);
            transform: scale(1.03) translate(2px, 3px);
  }
  90% {
    -webkit-transform: scale(0.97) translate(-2px, 0px);
            transform: scale(0.97) translate(-2px, 0px);
  }
  95% {
    -webkit-transform: scale(0.97) translate(-3px, 1px);
            transform: scale(0.97) translate(-3px, 1px);
  }
  100% {
    -webkit-transform: scale(1.03) translate(8px, 4px);
            transform: scale(1.03) translate(8px, 4px);
  }
}

@keyframes moving {
  5% {
    -webkit-transform: scale(0.97) translate(-9px, -7px);
            transform: scale(0.97) translate(-9px, -7px);
  }
  10% {
    -webkit-transform: scale(0.97) translate(6px, -2px);
            transform: scale(0.97) translate(6px, -2px);
  }
  15% {
    -webkit-transform: scale(1.01) translate(-9px, 10px);
            transform: scale(1.01) translate(-9px, 10px);
  }
  20% {
    -webkit-transform: scale(0.98) translate(5px, -9px);
            transform: scale(0.98) translate(5px, -9px);
  }
  25% {
    -webkit-transform: scale(0.96) translate(-7px, 9px);
            transform: scale(0.96) translate(-7px, 9px);
  }
  30% {
    -webkit-transform: scale(0.99) translate(5px, -9px);
            transform: scale(0.99) translate(5px, -9px);
  }
  35% {
    -webkit-transform: scale(0.98) translate(-2px, -8px);
            transform: scale(0.98) translate(-2px, -8px);
  }
  40% {
    -webkit-transform: scale(1) translate(2px, -4px);
            transform: scale(1) translate(2px, -4px);
  }
  45% {
    -webkit-transform: scale(0.98) translate(4px, -3px);
            transform: scale(0.98) translate(4px, -3px);
  }
  50% {
    -webkit-transform: scale(1.01) translate(-3px, 0px);
            transform: scale(1.01) translate(-3px, 0px);
  }
  55% {
    -webkit-transform: scale(1) translate(-2px, -1px);
            transform: scale(1) translate(-2px, -1px);
  }
  60% {
    -webkit-transform: scale(1.03) translate(-6px, 10px);
            transform: scale(1.03) translate(-6px, 10px);
  }
  65% {
    -webkit-transform: scale(0.98) translate(10px, -8px);
            transform: scale(0.98) translate(10px, -8px);
  }
  70% {
    -webkit-transform: scale(1) translate(-1px, -5px);
            transform: scale(1) translate(-1px, -5px);
  }
  75% {
    -webkit-transform: scale(0.96) translate(-2px, 6px);
            transform: scale(0.96) translate(-2px, 6px);
  }
  80% {
    -webkit-transform: scale(1.03) translate(-7px, 2px);
            transform: scale(1.03) translate(-7px, 2px);
  }
  85% {
    -webkit-transform: scale(1.03) translate(2px, 3px);
            transform: scale(1.03) translate(2px, 3px);
  }
  90% {
    -webkit-transform: scale(0.97) translate(-2px, 0px);
            transform: scale(0.97) translate(-2px, 0px);
  }
  95% {
    -webkit-transform: scale(0.97) translate(-3px, 1px);
            transform: scale(0.97) translate(-3px, 1px);
  }
  100% {
    -webkit-transform: scale(1.03) translate(8px, 4px);
            transform: scale(1.03) translate(8px, 4px);
  }
}

[class$=-effect] img {
  vertical-align: top !important;
  margin: 0 !important;
  opacity: 0 !important;
}

.hoverlink a:hover {
  color: #0077ea;
}

.button-container-1 {
  position: relative;
  width: 250px;
  height: 55px;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
  border: 1px solid #0077ea;
  padding: 0;
  margin-left: 15px;
  margin: 0 auto;
}

.mas {
  position: absolute;
  color: #0077ea;
  text-align: center;
  width: 92%;
  position: absolute;
  font-size: 20px;
  overflow: hidden;
  height: 55px;
  top: 17.5px;
  left: 11px;
  font-weight: 700;
}

.button-container-1 button {
  width: 101%;
  height: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  background: #0077ea;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.png");
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(22) forwards;
  animation: ani2 0.7s steps(22) forwards;
}

.button-container-1 button:hover {
  -webkit-animation: ani 0.7s steps(22) forwards;
  animation: ani 0.7s steps(22) forwards;
  color: #fff;
  border: 1px solid #0077ea;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.modal-backdrop.show {
  display: none;
}

.modal-content {
  border-radius: 15px;
}

.modal-body {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

button.close.closemodal {
  position: absolute;
  background: #666666;
  top: 0;
  right: 0;
  opacity: 1;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-weight: 100;
  z-index: 9;
}

.hover-a {
  cursor: pointer;
}

.hover-a:hover {
  color: #0077ea !important;
}

#scroll-down {
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.industry-experience {
  cursor: pointer;
}

.industry-experience .imghover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.industry-experience .imghover:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.industry-experience:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background: rgba(21, 41, 121, 0.7);
}

.industry-experience:hover:after {
  display: none;
}

@media (min-width: 1368px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  #industry-experience .big-title {
    font-size: 64px;
  }
  .innerpage-content h3 {
    font-size: 115px;
    line-height: 100px;
  }
  .module .scroll1 img {
    max-width: 90%;
  }
  #inner-page-banner h1 {
    line-height: 140px;
  }
  .header-area .main-nav .nav li {
    padding: 15px 20px;
  }
  .header-area .main-nav .nav li.submenu:after {
    top: 12px;
  }
  .header-area .main-nav .nav li a {
    font-size: 17px;
  }
  h1 {
    font-size: 80px;
    line-height: 80px;
  }
  #services-list ul li a {
    font-size: 50px;
    line-height: 70px;
  }
  .container {
    max-width: 90%;
  }
  body {
    font-size: 25px;
    line-height: 30px;
  }
  #inner-page-banner {
    padding-top: 265px;
  }
  .trans-navigation {
    padding: 40px 0px 10px;
  }
  .trans-navigation.header-white {
    padding: 10px 0px 10px;
  }
  #inner-page-banner h2 {
    font-size: 120px;
    line-height: 95px;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    padding: 0 35px;
  }
  h3 {
    font-size: 85px;
    line-height: 65px;
  }
  .footer-widget a,
  .footer-widget p {
    font-size: 18px;
  }
  .dropdown-item {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .dropdown-item + .dropdown-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .innerpage-content h3 {
    font-size: 115px;
    line-height: 100px;
  }
  #inner-page-banner h1 {
    line-height: 140px;
  }
  #dynamic-innovative-approach h3 span:before {
    top: 50px;
  }
  .container {
    max-width: 90%;
  }
  #inner-page-banner h2 {
    font-size: 100px;
    line-height: 90px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area .main-nav .nav li {
    padding: 0px 35px;
  }
  .main-nav .logo {
    max-width: 80%;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #000;
    padding: 0px 15px;
    height: 100px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .menu-trigger {
    top: 20px;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
    padding-left: 15px;
    background: #000;
    text-align: left;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #000;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #000 !important;
    color: #ffffff !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #0077ea !important;
    color: #ffffff !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
            transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 18px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
    padding-left: 15px;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #ffffff;
    right: 0;
    font-size: 16px;
    top: 7px;
    width: 40px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    line-height: 40px;
  }
  .header-area.header-sticky {
    min-height: 100px;
    padding-top: 20px;
  }
  .header-area.header-sticky .main-nav .nav li {
    padding-top: 0;
  }
  .innerpage-content h3 {
    font-size: 80px;
    line-height: 70px;
  }
  #dynamic-innovative-approach h3 span:before {
    display: none;
  }
  section#dynamic-innovative-approach h3 span {
    float: none !important;
  }
  .section-padding {
    padding: 45px 0px;
  }
  #dynamic-innovative-approach h5 {
    text-align: left !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 45px;
    line-height: 45px;
  }
  .text-left.round-icon {
    text-align: center !important;
  }
  #case-studies .case-study-link {
    margin-bottom: 15px;
    display: block;
  }
  .banner-2 .banner-content h1 {
    font-size: 70px;
    line-height: 80px;
    text-align: center;
  }
  .banner-2 .banner-content {
    text-align: center;
  }
  .banner-2 .banner-content span.d-inline-block br {
    display: none;
  }
  .banner-2 .banner-content a {
    line-height: 45px;
  }
  #services-list ul li a {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 24px;
    display: block;
  }
  #dynamic-innovative-approach .header-section {
    padding-top: 75px;
    padding-bottom: 150px;
  }
  .padding-bottom-140 {
    padding-bottom: 70px;
  }
  .padding-top-140 {
    padding-top: 70px;
  }
  #industry-experience h3 {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .innerpage-content .pl-250 {
    padding-left: 0;
  }
  .border-bottom-left:after {
    width: 125px;
  }
  .trans-navigation,
  .trans-navigation.header-white {
    padding: 15px 15px 15px;
  }
  .navbar-brand {
    padding-bottom: 0;
  }
  #inner-page-banner h2 {
    font-size: 90px;
    line-height: 80px;
  }
  body {
    font-size: 25px;
    line-height: 35px !important;
  }
  p,
  ul {
    font-size: 25px;
    line-height: 35px !important;
  }
  a#scroll-down {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #inner-page-banner h1 {
    line-height: 100px;
  }
  .container {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .industry-experience:after {
    display: none;
  }
  .button-container-1 {
    margin: 0 auto !important;
  }
  #footer svg {
    -webkit-transform: scale(8.5);
            transform: scale(8.5);
  }
  .big-title,
  .big-titles,
  .big-titlesw {
    font-size: 42px !important;
    position: relative !important;
    left: 0 !important;
    white-space: unset !important;
    right: 0 !important;
    -webkit-transform: unset !important;
            transform: unset !important;
    text-align: center !important;
  }
  .Frist {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
  .banner-2 {
    height: auto;
  }
  .header-area .main-nav .logo {
    line-height: 30px;
  }
  .header-area.header-sticky,
  .header-area.header-sticky.background-header {
    min-height: 85px;
    padding-top: 20px;
    height: 80px;
  }
  .header-area.header-sticky .nav {
    margin-top: 65px !important;
  }
  .background-header .main-nav .menu-trigger,
  .header-area .main-nav .menu-trigger {
    top: 10px;
  }
  .sift-form .form-group.text-right {
    text-align: center !important;
  }
  h3 {
    font-size: 60px;
    line-height: 70px;
    text-align: center;
  }
  body {
    font-size: 25px;
    line-height: 40px;
  }
  p,
  ul {
    line-height: 40px;
  }
  .mb-5,
  .my-5 {
    margin-bottom: 1rem !important;
  }
  .footer-copy {
    margin-top: 0;
  }
  .footer-copy {
    text-align: center;
  }
  .footer-copy .float-right.text-right {
    text-align: center !important;
    float: none !important;
  }
  .footer-copy p,
  .footer-copy ul,
  .footer-widget p {
    line-height: 25px;
    float: none !important;
  }
  .footer-copy ul {
    margin-bottom: 15px;
  }
  .footer-widget a,
  .footer-widget p {
    font-size: 18px;
  }
  .footer-widget ul li {
    padding: 8px 0px;
  }
  #inner-page-banner {
    height: 55vh;
    padding-top: 150px;
    padding-bottom: 30px;
    background: transparent;
  }
  #inner-page-banner h1 {
    font-size: 15vw;
    top: 50%;
    line-height: 60px;
  }
  #inner-page-banner .cbody-center {
    display: none;
  }
  #inner-page-banner h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .innerpage-content .cbody-left {
    top: 80px;
    left: -30% !important;
  }
  .innerpage-content h3 {
    font-size: 60px;
    line-height: 50px;
    text-align: left;
  }
  .innerpage-content .pl-250 {
    padding-left: 0 !important;
  }
  .innerpage-content .border-bottom-left {
    margin-bottom: 40px;
  }
  .innerpage-content h6 {
    margin-bottom: 10px;
  }
  .innerpage-content .service-item {
    margin-bottom: 80px;
  }
  .innerpage-content .service-item.right-text h6 {
    text-align: center;
  }
  .innerpage-content .service-item.right-text p {
    text-align: center;
  }
  .innerpage-content .service-item h6 {
    text-align: center;
  }
  .innerpage-content .service-item p {
    text-align: center;
  }
  .innerpage-content .service-item a:hover .round-icon {
    display: none;
  }
  .innerpage-content .service-item .text-left.round-icon {
    text-align: center !important;
  }
  .innerpage-content .service-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
  .modal-dialog {
    max-width: 800px;
  }
}

@media (max-width: 576px) {
  .sift-form .form-group.text-right .btn {
    width: 100%;
  }
  .navbar-brand {
    margin-right: 80px;
  }
  .navbar-toggler {
    right: 0px;
    top: 15px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-widget-1 .footer-widget {
    margin-bottom: 0px;
  }
  .footer-widget-2 h4 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */