@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

:root {
  font-size: 16px;
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #fff;
  --color-link-hover: #907030;
  --color-title: #907030;
  --perspective: 1500px;
  --grid-item-ratio: 1.5;
  --grid-width: 100%;
  --grid-height: auto;
  --grid-gap: 2vw;
  --grid-columns: 4;
  --grid-inner-scale: 1;
}
.scroll-wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.scroll-slide {
    flex: 0 0 100vw;
    max-width: 100vw;
    height: 100%;
    gap: 0px;
    margin: 0 40px 0 0
}
.scroll-slide:last-child {margin: 0}
.item-container {
    position: relative;
    width: 100%;
}
.item-title {
    font-size: 4vw;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
}
@media (min-width: 40em){
.item-body {
    position: absolute;
    left: 27%;
    bottom: 4%;
    width: 82%;
    transform: translate(-25%, -50%);
}
}
.item-body p {
    font-size: 28px;
    color: #fff;
}
.retouching-img img {
    width: 100%;
}
.item-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000045;
}

.logoMarqueeSection {
    padding-top: 150px;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
  }
  
  #logoMarqueeSection {
    max-width: 1920px!important;
    margin: 0 auto;
  }
  
  .default-content-container {
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
      width: 100%;
      min-height: 100vh;
  }
  
  div.marquee-new>a>img {
    height: 120px;
    filter: grayscale(1);
  }
  
  .logoMarqueeSection>div>div {
      padding-top: 0;
      padding-bottom: 0;
      min-height: 0;
  }
  
  .marquee-wrapper {
    display:  inline-block;
    white-space: nowrap;
  }
  
  .marquee-new {
      display:  inline-block;
      white-space: nowrap;
      position: relative;
      transform: translate3d(0%, 0, 0);
      animation-name: marquee;
      animation-timing-function: linear;
      animation-iteration-count: infinite;
  }
  
  .marquee-new a {
      display:  inline-block;
      white-space: nowrap;
      padding-right: 5.4rem;
  }
  
  .marquee-wrapper:hover .marquee-new {
      animation-play-state: paused !important;
  }
  
  @keyframes marquee {
      0% {
          transform: translate3d(0%, 0, 0);
      }
  
      100% {
          transform: translate3d(-100%, 0, 0);
      }
  }
  .trusted-by{
    color: #000;
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  
  
    *{
      cursor: none;
  }
  #cursor {
      position: fixed;
      top: -5px;
      left: -5px;
      width: 10px;
      height: 10px;
      background-color: white;
      border-radius: 50%;
      pointer-events: none;
      z-index: 99999;
      filter: invert(0.5);
    }
    
    #cursor-border {
      --size: 50px;
      position: fixed;
      top: calc(var(--size) / -2);
      left: calc(var(--size) / -2);
      width: var(--size);
      height: var(--size);
      border-radius: 50%;
      box-shadow: 0 0 0 1px white;
      pointer-events: none;
      transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
        height 0.15s ease-out, background-color 0.15s ease-out;
      z-index: 99999;
      filter: invert(0.5);
    }
  
  
  /* NAVbar */
  
  
  #menu2 {
      background: #000000;
      height: 100%;
      left: 0;
      opacity: 0;
      overflow: hidden;
      position: fixed;
      text-align: center;
      top: 0;
      transition: all 0.7s ease-in-out;
      visibility: hidden;
      width: 100%;
      z-index: 55;
    }
    #menu2.open {
      opacity: 1;
      visibility: visible;
    }
    #menu2.open li:nth-child(1) {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s;
    }
    #menu2.open li:nth-child(2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
    }
    #menu2.open li:nth-child(3) {
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
    }
    #menu2.open li:nth-child(4) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s;
    }
    #menu2.open li:nth-child(5) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s;
    }
    #menu2.open li:nth-child(6) {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s;
    }
    #menu2.open li:nth-child(7) {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s;
    }
    #menu2.open li:nth-child(8) {
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s;
    }
    #menu2.open li:nth-child(9) {
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s;
    }
    #menu2.open li:nth-child(10) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
    }
    #menu2.open li {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp;
    }
    #menu2 ul:hover a {
      /*opacity: 0.5;*/
    }
    #menu2 .main-nav li a:hover{color: #5fb9e7}
    #menu2 ul a {
      -webkit-transform: translateZ(0);
      transition: opacity 0.3s ease-in-out;
    }
    /*#menu2 ul a:hover {
      opacity: 1;
      transform: scale(1.1);
      transition: 0.3s all ease-in-out;
      left: 5%;
    }*/
    #menu2 .main-nav {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      width: 98%;
      margin: 0 auto;
      max-width: 1350px;
      padding: 0;
    }
    #menu2 .main-nav ul {
      width: 300px;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #menu2 .main-nav a {
      color: #ffffff;
      display: inline-block;
      font-size: 4.5rem;
      font-weight: 800;
      padding: 1rem 1rem;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.2s all ease-in-out;
      font-size: 34px;
      text-align: left;
      position: relative;
    }
    #menu2 .main-nav a:first {
      padding-top: 0;
    }
    #menu2 .menu-footer {
      padding: 2rem;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
    }
    #menu2 .menu-footer ul {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    #menu2 .menu-footer ul li {
      display: inline;
      margin: 0 1rem;
    }
    #menu2 .menu-footer a {
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
    }
    
    .toggle-menu {
      background-color: transparent;
      border: none;
      cursor: pointer;
      display: inline-block;
      float: right;
      height: 50px;
      outline: none;
      padding: 0;
      pointer-events: initial;
      position: relative;
      vertical-align: middle;
      width: 48px;
      z-index: 9999999;
    }
    .toggle-menu span {
      background-color: #5fb9e7;
      content: "";
      display: block;
      height: 3px;
      left: calc(50% - 12px);
      position: absolute;
      top: calc(50% - 1px);
      transform-origin: 50% 50%;
      transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
      width: 32px;
      opacity: 1;
    }
    .toggle-menu span:before, .toggle-menu span:after {
      background-color: #5fb9e7;
      content: "";
      display: block;
      height: 3px;
      position: absolute;
      transform-origin: 50% 50%;
      transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
      width: 32px;
      opacity: 1;
    }
    .toggle-menu span:before {
      top: 8px;
    }
    .toggle-menu span:after {
      top: -8px;
      opacity: 1;
    }
    .toggle-menu.active span {
      background-color: transparent;
      transition: background 0.2s ease-out;
      opacity: 1;
    }
    .toggle-menu.active span:before, .toggle-menu.active span:after {
      transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
      opacity: 1;
    }
    .toggle-menu.active span:before {
      top: 0;
      transform: rotate3d(0, 0, 1, -45deg);
    }
    .toggle-menu.active span:after {
      top: 0;
      transform: rotate3d(0, 0, 1, 45deg);
    }
  
  .open-menu .logoblk .white-logo {
    display: block;
}

.open-menu .logoblk .black-logo {
    display: none;
}

.body.logo-white .header_menu__SGhy8 svg {
    fill: #fff;
}
.open-menu .header_menu__SGhy8 figure {
    display: none;
}
.scroll-slide:nth-child(4) .item-image:after {
    background: #00000075;
}
.scroll-slide:nth-child(5) .item-image:after {
    background: #00000075;
}

/* CGI CSS */

.scrool-bottom {
  position: absolute;
  top: 71vh;
  width: 340px;
  right: 3vw;
  font-size: 30px;
  z-index: 9999;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
}
.scrool-bottom.remove {
  right: -350px;
  transition: 0.5s ease-in-out;
}
.serv-heading {
  position: absolute;
  z-index: 2;
  font-size: 200px;
  font-weight: 800;
  padding-left: 65px;
  text-transform: uppercase;
  top: auto;
  left: 2vw;
  bottom: 20vh;
}
.cgi-body .end {
  margin-top: -200px;
  width: 100%;
  font-size: 50px;
  text-transform: inherit;
}
.section-serv-content{
  background: #000;
  width: 100%;
  position: relative;
  z-index: 5;
}
.serv-content-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 0;
}
.heading-srv-content {
  font-size: 45px;
  color: #fff;
  text-align: left;
  width: 100%;
  font-weight: 700;
  width: 100%;
}
.serv-sub {
  font-size: 28px;
  color: #ffff;
  margin: 15px 0;
}

ul.list-serv {
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 14px;
}
.srv-content-box {
  display: flex;
  width: 100%;
}

ul.list-serv li {
  padding: 7px 18px;
  border: 1px solid #fff;
  border-radius: 36px;
  font-size: 14px;
  margin-right: 4px;
  background: #fff;
  color: #000;
}
.cgi-body #wrapper1{
  width: 100%;
  height: 100%;
}
.video-box{width: 100%; height: 100%;}

.section-360scrool .container {
  position: relative;
  width: 320px;
  margin:0px auto 0 auto;
  perspective: 1000px;
}

.carousel360 {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: rotate360 60s infinite forwards linear;
}

.image {
  position: absolute;
  height: 200px;
  top: 20px;
  left: 10px;
  right: 10px;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 0%);
  display: flex;
}

.image span {
  margin: auto;
  font-size: 20px;
  color: #fff;position: relative
}
.image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes rotate360 {
  from {
    transform: rotateY(360deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}

.image:nth-child(1) {
  background-image: url(../images/digitisation/photography.jpg);
  transform: rotateY(0deg) translateZ(450px);
}
.image:nth-child(2) {
  background-image: url(../images/digitisation/negatives.jpg);
  transform: rotateY(40deg) translateZ(450px);
}
.image:nth-child(3) {
  background-image: url(../images/digitisation/newspapers.jpg);
  transform: rotateY(80deg) translateZ(450px);
}
.image:nth-child(4) {
  background-image: url(../images/digitisation/magazines.jpg);
  transform: rotateY(120deg) translateZ(450px);
}
.image:nth-child(5) {
  background-image: url(../images/digitisation/videotapes.jpg);
  transform: rotateY(160deg) translateZ(450px);
}
.image:nth-child(6) {
  background-image: url(../images/digitisation/glass-plates.jpg);
  transform: rotateY(200deg) translateZ(450px);
}
.image:nth-child(7) {
  background-image: url(../images/digitisation/cd-dvd.jpg);
  transform: rotateY(240deg) translateZ(450px);
}
.image:nth-child(8) {
  background-image: url(../images/digitisation/transparencies.jpg);
  transform: rotateY(280deg) translateZ(450px);
}
.image:nth-child(9) {
  background-image: url(../images/digitisation/magazines.jpg);
  transform: rotateY(320deg) translateZ(450px);
}


.cgi_carousel360 .image:nth-child(1) {
  background-image: url(../images/cgi/3d.jpg);
  transform: rotateY(0deg) translateZ(450px);
}
.cgi_carousel360 .image:nth-child(2) {
  background-image: url(../images/cgi/animation.jpg);
  transform: rotateY(40deg) translateZ(450px);
}
.cgi_carousel360 .image:nth-child(3) {
  background-image: url(../images/cgi/cad.jpg);
  transform: rotateY(80deg) translateZ(450px);
}
.cgi_carousel360 .image:nth-child(4) {
  background-image: url(../images/cgi/lighting.jpg);
  transform: rotateY(120deg) translateZ(450px);
}
.cgi_carousel360 .image:nth-child(5) {
  background-image: url(../images/cgi/render.jpg?v=1.1);
  transform: rotateY(160deg) translateZ(450px);
}
.cgi_carousel360 .image:nth-child(6) {
  background-image: url(../images/cgi/render.jpg?v=1.1);
  transform: rotateY(200deg) translateZ(450px);
}
.cgi_carousel360 .image:nth-child(7) {
  background-image: url(../images/cgi/lighting.jpg);
  transform: rotateY(240deg) translateZ(450px);
}
.cgi_carousel360 .image:nth-child(8) {
  background-image: url(../images/cgi/cad.jpg);
  transform: rotateY(280deg) translateZ(450px);
}
.cgi_carousel360 .image:nth-child(9) {
  background-image: url(../images/cgi/texture.jpg);
  transform: rotateY(320deg) translateZ(450px);
}


.video_carousel360 .image:nth-child(1) {
  background-image: url(../images/video-editing/colour-grading.jpg);
  transform: rotateY(0deg) translateZ(450px);
}
.video_carousel360 .image:nth-child(2) {
  background-image: url(../images/video-editing/cinematic-1.jpg);
  transform: rotateY(40deg) translateZ(450px);
}
.video_carousel360 .image:nth-child(3) {
  background-image: url(../images/video-editing/correction.jpg);
  transform: rotateY(80deg) translateZ(450px);
}
.video_carousel360 .image:nth-child(4) {
    background-image: url(../images/video-editing/cinematic-2.jpg);
  transform: rotateY(120deg) translateZ(450px);
}
.video_carousel360 .image:nth-child(5) {
 background-image: url(../images/video-editing/motion-graphics.jpg);
  transform: rotateY(160deg) translateZ(450px);
}
.video_carousel360 .image:nth-child(6) {
    background-image: url(../images/video-editing/cinematic-3.jpg);
  transform: rotateY(200deg) translateZ(450px);
}
.video_carousel360 .image:nth-child(7) {
  background-image: url(../images/video-editing/visual-effects.jpg);
  transform: rotateY(240deg) translateZ(450px);
}
.video_carousel360 .image:nth-child(8) {
  background-image: url(../images/video-editing/cinematic-2.jpg);
  transform: rotateY(280deg) translateZ(450px);
}
.video_carousel360 .image:nth-child(9) {
  background-image: url(../images/video-editing/animation.jpg);
  transform: rotateY(320deg) translateZ(450px);
}


.services_carousel360 .image:nth-child(1) {
  background-image: url(../images/services/home.jpg?v=1.1);
  transform: rotateY(0deg) translateZ(450px);
}
.services_carousel360 .image:nth-child(2) {
  background-image: url(../images/services/retouching.jpg);
  transform: rotateY(40deg) translateZ(450px);
}
.services_carousel360 .image:nth-child(3) {
  background-image: url(../images/services/cgi.jpg);
  transform: rotateY(80deg) translateZ(450px);
}
.services_carousel360 .image:nth-child(4) {
  background-image: url(../images/services/vfx.jpg);
  transform: rotateY(120deg) translateZ(450px);
}
.services_carousel360 .image:nth-child(5) {
  background-image: url(../images/services/digitization.jpg);
  transform: rotateY(160deg) translateZ(450px);
}
.services_carousel360 .image:nth-child(6) {
  background-image: url(../images/services/content-services.jpg);
  transform: rotateY(200deg) translateZ(450px);
}
.services_carousel360 .image:nth-child(7) {
  background-image: url(../images/services/video-editing.jpg);
  transform: rotateY(240deg) translateZ(450px);
}
.services_carousel360 .image:nth-child(8) {
  background-image: url(../images/services/auotmation.jpg);
  transform: rotateY(280deg) translateZ(450px);
}
.services_carousel360 .image:nth-child(9) {
  background-image: url(../images/services/our-team.jpg?v=1.1);
  transform: rotateY(320deg) translateZ(450px);
}




.section-360scrool {
  background: #000;
  height: 500px;
  position: relative;
  z-index: 5;
}
.sec-video-zoom{
  position: relative;
  z-index: 5;
  padding: 100px 0;
  width: 100%;
  background: #000;
  padding-bottom: 0;

}
div#video_zoom{
transform: scale(1.3);
}
.scrool-wrap360{

}
div#video_zoom iframe {
  width: 100%;
  height: 800px;
}
.heading-srv-video {
  font-size: 45px;
  color: #fff;
  text-align: left;
  width: 100%;
  font-weight: 700;
  width: 100%;
  position: relative;
  z-index: 99;
  top: 230px;
  position: absolute;
  width: 51%;
  left: 5%;
  margin: auto;
}
.heading-srv-video-bottom {
  font-size: 72px;
  color: #fff;
  text-align: left;
  width: 100%;
  font-weight: 700;
  width: 100%;
  position: relative;
  z-index: 9999;
  bottom: 153px;
  position: absolute;
  width: 30%;
  right: 4%;
  margin: auto;
}

/* Card gallery */

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 10vh;
  background: #000;
}

body {overflow-x: hidden}

body #cdawrap {
  justify-self: start;
}

.card-wrap {
  margin-top: 5vh;
  display: grid;
  grid-gap: 2rem;
  grid-auto-flow: row;
  grid-template-columns: 250px;
}

.card__image {
  display: block;
  border-radius: 7px;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  filter: contrast(0.8);
}

.content {
  position: relative;
  margin-bottom: 20vh;
}

.content--spacing {
  margin-bottom: 25vh;
}

.content__title {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 50%;
  left: 50%;
  margin: -50vh 0 0 -50vw;
  padding: 0 10vw;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 300;
  font-size: clamp(1.5rem, 15vw, 6.5rem);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.content__title--top {
  align-items: start;
}

.content__title--bottom {
  align-items: end;
}

.content__title--left {
  justify-items: start;
  text-align: left;
}

.content__title--right {
  justify-items: end;
  text-align: right;
}

.outro {
  display: grid;
  place-items: center;
  margin: 40vh 0;
}

.grid {
  display: grid;
  place-items: center;
  padding: 2rem;
  width: 100%;
  perspective: var(--perspective);
}

.grid-wrap {
  height: var(--grid-height);
  width: var(--grid-width);
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  gap: var(--grid-gap);
  transform-style: preserve-3d;
}

.grid__item {
  aspect-ratio: var(--grid-item-ratio);
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  display: grid;
  place-items: center;
}

.grid__item-inner {
  position: relative;
  width: calc(1 / var(--grid-inner-scale) * 100%);
  height: calc(1 / var(--grid-inner-scale) * 100%);
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (min-width: 53em) {
  .card-wrap {
    grid-template-columns: repeat(3, 250px);
  }

  body #cdawrap {
    justify-self: end;
  }
}

.credits {
  font-size: 1.5rem;
  text-align: center;
  margin: 50vh auto 0;
  padding-bottom: 50vh;
}

/* Arrow CSS */

.arrows {
  width: 35px;
  height: 72px;
  margin-left: 10px;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}


span.banner-heading {
  display: block;
  font-size: 70px;
}


.automation-body .serv-heading {
  font-size: 80px;
}

.automation-body .end {
  margin-top: -200px;
  width: 100%;
  font-size: 50px;
  text-transform: inherit;
}
.automation-body .heading-srv-video-bottom {
  font-size: 60px;
  z-index: 9999;
  bottom: 153px;
  position: absolute;
  width: 41%;
  right: 4%;
  margin: auto;
}
.automation-body .heading-srv-video{
  font-size: 65px;
}
section.box-banner {
  position: relative;
  z-index: 5;
  background: #000;
}

.text-box-block {
  width: 60%;
  font-size: 35px;
  color: #fff;
}

section.case-study {
  background: #000;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 100px 0;
}

.casestudy-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.casestudyblk {
  width: 100%;
  /*  border: 1px solid #fff;*/
  padding: 15px 17px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content_serviceblk .casestudy-wrap.three_blk {width: 100%;margin: 0 auto}
.content_serviceblk .casestudy-wrap.three_blk .casestudyblk {width: 33%}
.casestudy-wrap.project_highlightblk .casestudyblk {border: 1px solid #fff;}
.marTop50 {margin: 50px 0 0 0}
.case-study .text-box-block {width: 62%;font-size: 35px;}


.image-case {
  width: 50%;
}

.image-case img {
  width: 100%;
  border-radius: 15px;
}

.brand-name {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.brand-desc {
  font-size: 20px;
  color: #e3e3e3;
  line-height: 1.4;
  width: 48%;
  padding: 40px;
}
.heading-case{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

.marquee-auto {
    overflow: hidden; 
    position: relative;
  }
  .stickymarquee {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 7;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    margin: auto;
    color: #fff;
    line-height: 1;
    background: #00000059;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}
  
  .marquee-content-auto {
    display: flex;
    animation: scrolling 10s linear infinite;
  }
  
  .marquee-item-auto {
    flex: 0 0 50vw;
    margin: 0 0;
    /* flex: 0 0 20vw; */
    /* margin: 0 2vw; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height:100vh;
}
  
  .marquee-item-auto img {
    display: block;
    width: 100%;
  /*   padding: 0 20px; */
  }
  
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translatex(-144vw); }
  }
  
  .section-mq{
    background: #000;
    position: relative;
    z-index: 2;
  }
  .body.automation-body .heading-srv-content {
    font-size: 60px;
}

.automation-body .serv-content-wrap {
    padding-bottom: 30px;
}
.box-banner.machine {
  padding: 50px 0;
}
.vfx-body .end {
  margin-top: -200px;
  width: 100%;
  font-size: 50px;
  text-transform: inherit;
}
.vfx-body .heading-srv-content {
  font-size: 50px;
  margin-bottom: 18px;
}
.box-banner.vfx-box {
  padding: 80px 0;
}
.vfx-body .text-box-block {
  width: 49%;
  font-size: 30px;
  color: #fff;
  padding-top: 60px;
}
.vfx-body .serv-content-wrap {
  padding-bottom: 30px;
}
.vfx-body .heading-srv-content {
  font-size: 60px;
}
.vfx-body .heading-srv-video-bottom {
  font-size: 60px;
  z-index: 9999;
  bottom: 153px;
  position: absolute;
  width: 45%;
  right: 4%;
  margin: auto;
}
.vfx-body div#video_zoom{
  transform: scale(1.1);
}
.digitisation-body .serv-heading {
  font-size: 80px;
}
.digitisation-body .end {
  margin-top: -200px;
  width: 100%;
  font-size: 50px;
  text-transform: inherit;
}
.digitisation-body .heading-srv-video-bottom {
  font-size: 60px;
  z-index: 9999;
  bottom: 153px;
  position: absolute;
  width: 41%;
  right: 4%;
  margin: auto;
}

.retouching-body .serv-heading {
  font-size: 80px;
}
.retouching-body .end {
  margin-top: -200px;
  width: 100%;
  font-size: 50px;
  text-transform: inherit;
}
.retouching-body .heading-srv-video-bottom {
  font-size: 60px;
  z-index: 9999;
  bottom: 153px;
  position: absolute;
  width: 48%;
  right: 4%;
  margin: auto;
}
.retouching-body .case-study {
  padding-bottom: 150px;
}
/* Slider after before */

.after-box-blk {
  position: relative;
  width: 48%;
  height: 450px;
  border: none;
  outline: none;
}
.after-box-blk .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
}
.after-box-blk .background-img {
  background-image: url("../images/B&A+Anushka+2.jpg");
}
.after-box-blk .foreground-img {
  background-image: url("../images/Anushka-before.jpg");
  width: 50%;
}

.after-box-blk .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.3);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.after-box-blk .slider:hover {
  background: rgba(242, 242, 242, 0.1);
}
.after-box-blk .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 450px;
  background: white;
  cursor: pointer;
}
.after-box-blk .slider::-moz-range-thumb {
  width: 6px;
  height: 450px;
  background: white;
  cursor: pointer;
}
.after-box-blk .slider-button {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: white;
  color: #53b2c7;
  left: calc(20% - -100px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  width: max-content;
  transform: rotate(90deg);
}

.after-box-blk .slider-button:before {
  content: "";
  padding: 7px;
  display: inline-block;
  border: solid #ffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: relative;
  top: 32px;
  left: 44px;
}
.after-box-blk .slider-button:after {
  content: "";
  padding: 7px;
  display: inline-block;
  border: solid #ffff;
  border-width: 0 3px 3px 0;
  transform: rotate(225deg);
  position: relative;
  bottom: 30px;
  left: -83.5px;
}


.after-slider{
  background: #000;
  padding: 80px 0;
  z-index: 999;
  position: relative;
}
.slider-box-wrap{
  display: flex;
  justify-content: space-between;
}
/* Slider before before */

.before-box-blk {
  position: relative;
  width: 48%;
  height: 450px;
  border: none;
}
.before-box-blk .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 831px 100%;
}
.before-box-blk .background-img2 {
  background-image: url("../images/BA-car-after.jpg");
}
.before-box-blk .foreground-img2 {
  background-image: url("../images/BA-car-before.jpg");
  width: 50%;
}

.before-box-blk .slider2 {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.3);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-box-blk .slider2:hover {
  background: rgba(242, 242, 242, 0.1);
}
.before-box-blk .slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 450px;
  background: white;
  cursor: pointer;
}
.before-box-blk .slider2::-moz-range-thumb {
  width: 6px;
  height: 450px;
  background: white;
  cursor: pointer;
}
.before-box-blk .slider-button2 {
  pointer-events: none;
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: white;
  color: #53b2c7;
  left: calc(20% - -100px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  width: max-content;
  transform: rotate(90deg);
}

.before-box-blk .slider-button2:before {
  content: "";
  padding: 7px;
  display: inline-block;
  border: solid #ffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: relative;
  top: 32px;
  left: 44px;
}
.before-box-blk .slider-button2:after {
  content: "";
  padding: 7px;
  display: inline-block;
  border: solid #ffff;
  border-width: 0 3px 3px 0;
  transform: rotate(225deg);
  position: relative;
  bottom: 30px;
  left: -83.5px;
}


.swift-up-text {
  margin: 0;
  letter-spacing: -1px;
  font-size: 150px;
  color: #fff;
  line-height: 1;
}
.contact-banner {
  height: 100vh;
  background: #000;
}


.career_banner {
    height: 100vh;
    background: url('../images/career-banner.jpg') no-repeat center;position: relative;
    background-size: cover
}
.career_banner:before {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.4);top: 0;left: 0;right: 0;bottom: 0;margin: auto;}

.swift-up-text span {
	display: inline-block;
	overflow: hidden;
	animation: 0.5s swift-up ease-in-out forwards;
}

.swift-up-text i {
	font-style: normal;
	position: relative;
	top: 180px;
	animation: 0.8s swift-up ease-in-out forwards;
}
.swift-up-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
}
@keyframes swift-up {
	to {
		top: 0;
	}
}
@media screen and (max-width: 1000px) {
	.swift-up-text i{
		top: 35px;
	}
}

.contactmap {
  background: #000;
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 100px 0;
}
.contactmap-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactmapblk {
  width: 31%;
  padding: 10px;
  border-radius: 28px;
}
.contactmapblk .image-case {width: 100%}
.loactionname {
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contactmap-desc {
  font-size: 18px;
  color: #e3e3e3;
  line-height: 1.7;
  margin-bottom: 20px;
  min-height: 126px;
}
.contactmap-desc a {color: #fff}
section.booking {
  background: #000;
  padding-bottom: 100px;
  z-index: 5;
  position: relative;
}
.booking input[type="text"], .booking input[type="email"], .booking textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;color: #fff
}
.booking input[type="text"], .booking input[type="email"]{
  height: 60px;color: #fff
}
.btn-mssage {
  font-size: 65px;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}
img.send-icon {
  width: 20px;
}

.formheading {
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.formtext {
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

.content_serviceblk .text-box-block {font-size: 26px;}
.video_editingblk .text-box-block {
    width: 55%;
}
.video_wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover
}


.image-comparison {
  max-width: 48.063em;
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
  position: relative;
}

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

@media (hover) {
  .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(1.2);
  }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
  transform: scale(0.8);
  background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}
.image-comparison__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  padding-top: 66.666666667%;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
  overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
  z-index: 1;
}

.image-comparison__caption {
  position: absolute;
  bottom: 12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 40.063em) {
  .image-comparison__caption {
    font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
  right: 12px;
  text-align: right;
}

.image-comparison__caption-body {
  max-width: 40vmin;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.55);
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0091df;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}


.marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    color: #fff;
    animation: marquee 30s linear infinite;
  }

.marquee2 {
animation-delay: 15s;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%
  }
}

.marquee_wrapper .marquee span {
    font-size: 81px;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: 600;
}
.marquee_wrapper .marquee span.star {
    margin: 0 10px;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

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

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

.parallaximg {width: 100%;line-height: 0}
.team_txt {
    color: #fff;
    font-size: 150px;
    line-height: 150px;
    text-transform: uppercase;
    font-weight: bold;
}
/*.teamitem_blk {
    display: flex;
    justify-content: flex-start;
    gap: 33px;
    flex-wrap: wrap;
    margin: 50px 0
}*/
.teamitem_blk {
    display: block;
    margin: 50px 0;
    text-align: center
}
.team_item {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin: 0 26px 30px 0;
}
.team_item:nth-child(4n+4) {
    margin: 0 0 30px 0;
}
.team_info {
    margin: 20px 0 0 0;
    color: #fff;
}
.team_name {
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;margin: 0 0 10px 0
}
.team_name span.post {font-size: 14px;line-height: 17px;display: block;margin: 10px 0 0 0}
.team_desc p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
}
/*.video_overlay {position: relative}
.video_overlay:before {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.4);top: 0;left: 0;right: 0;margin: auto;z-index: 9}*/

.divercity_txt {padding: 100px 0}

.team_desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;right: 0;margin: auto;
    background: rgba(0,0,0,0.7);
    transition: 0.3s all ease-in-out;
    opacity: 0
}
.inner_desc {
    color: #fff;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.team_pic {
    position: relative;
    overflow: hidden;
}
/*.team_pic:before {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.6);top: 0;left: 0;right: 0;bottom: 0;margin: auto;opacity: 0}*/

.team_pic:hover .team_desc {
    opacity: 1
}
.team_pic:hover:before {opacity: 1}
.digitisation .item-container{
	width:100%
}

#menu2 .main-nav ul ul {
    position: absolute;
    z-index: 99999;
    top: 15px;
    left: 113%;
}

#menu2 .main-nav ul ul li a {
    font-size: 24px;
    padding: 0.5rem 1rem;
}

#menu2 .main-nav ul li {
    text-align: left;
}
#menu2 .main-nav .services a {
    transform: scale(1);
    left: 0;
    /*color: #fff !important;*/
}
#menu2 .main-nav ul li.services ul {opacity: 0;width: 500px}
#menu2 .main-nav ul li.services.open ul {opacity: 1}
#menu2 .main-nav ul li ul li a {opacity: 0.5}
#menu2 .main-nav ul li.services:hover a {color: #5fb9e7}
#menu2 .main-nav ul li.services.open ul li a {opacity: 1}
#menu2 .main-nav ul li.services.open:hover a {color: #5fb9e7}


.services_carousel360 .image a {
    display: block;
    width: 100%;
    height: 100%;position: relative;z-index: 99
}
.services_carousel360 .image span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;font-size: 15px;line-height: 20px
}

/*#menu2 .main-nav .services a:hover {color: #5fb9e7 !important}*/
.case-study.retouching .casestudyblk {
    width: 25%;
    display: inline-block;
}
.case-study.retouching .brand-desc {
    padding: 0;
    width: 100%;
    font-size: 16px;
}
.case-study.retouching .image-case {
    width: 100%;
}
.office_worldblk {
    margin: 110px 0 0 0;
}
.office_txt {
    font-size: 60px;
    line-height: 65px;
    color: #ffff;
    font-weight: bold;
}
.office_name_item {
    text-align: center;
    margin: 40px 0;
}
.office_location {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;overflow: hidden
}
.office_location a {display: block;padding: 10px 30px;color: #000;background: #fff;border-radius: 30px;font-weight: bold;font-size: 17px;}
.office_location a:hover {background: #56a5cd;color: #fff}

.video_blk #video_zoom:before {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.4);top: 0;bottom: 0;left: 0;right: 0;margin: auto}
.vd_txt {position: absolute;top: 40%;right: 0;width: 70%;left: 0;margin: auto;text-align: center;}
.vd_button {margin: 20px 0 0 0}
.vd_button a {color: #fff;font-size: 20px;line-height: 20px;padding: 15px 30px;background: #56a5cd;border-radius: 30px;display: inline-block}
.vd_txt .section_desc p {
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}

.mobile_videoblk {display: none}
.case-study.retouch_casestudy {padding: 0 0 50px 0;}
.image-case .after-box-blk {width: 100%}
.jobopening_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    margin: 0 0 30px 0;
    background: #5fb9e7;
    border-radius: 0px;
}
.job_name {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}
.view_btn {width: 130px}
.view_btn a {
    background: #fff;
    color: #000;
    padding: 13px 20px;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    width: 100%;text-align: center
}
.job_info {
    width: calc(100% - 140px);
}
.contactmap.currentjobopen_wrapper {
    padding: 0 0 40px 0;
}
.contactmap.jobinfo_wrapper {
    padding: 120px 0 60px 0
}
.section_list li {font-size: 15px;line-height: 20px;margin: 0 0 15px 0;padding: 0 0 0 30px;position: relative}
.section_list li:before {position: absolute;content: "";background: url('../images/right_icon_circle.png') no-repeat 0 0;width: 15px;height: 15px;background-size: cover;top: 0;left: 0}
.section_list.white_txt li {color: #fff}
ul.inner_list {
    margin: 20px 0 0 10px;
}
ul.inner_list li:before {
    background: #fff;
    width: 11px;
    height: 2px;
    top: 8px;
    border-radius: 0;
}
.job_desc_item .title {
    font-size: 21px;
    font-weight: 500;
    color: #5fb9e7;
    line-height: 21px;
    margin: 0 0 30px 0;
}
.jobinfo_wrapper .heading-case {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    display: inline-block;font-size: 35px;
}
.jobinfo_wrapper .heading-case:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.job_desc_item {
    margin: 0 0 40px 0;
}
.career-resume {
    padding: 0px 0 80px 0;
    background: #000;
}

h2.resume_ttl {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px 0;text-align: center
}
.career_frm_blk {
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    background: #5fb9e7;
    position: sticky;
    top: 100px;
}
.career-form form {
    display: block;
}
.formfieldwrap {width: 100%;margin: 0 0 25px 0}
.formfield {
    width: 100%;
    background: transparent;
    outline: none;
    padding: 15px 10px;
    border: 1px solid rgba(255,255,255,0.5)
}
.inputfile { position: relative}
.inputfile:after {
    position: absolute;
    content: "";
    background: url(../images/sprite.png) no-repeat -870px -33px;
    width: 9px;
    height: 12px;
    top: 13px;
    right: 13px;
} 
.hide {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.career-resume .formfield {
    color: #fff;
    border-color: #fff;
}
.formfieldwrap.inputfile .formfield {
    width: 100%;
    display: block;padding: 13px 10px 14px 10px
}
.formfieldwrap.message-field {width: 100%}
input.but.btn-submit {
    padding: 15px 30px;
    outline: none;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 15px;
    line-height: 15px;text-transform: uppercase;letter-spacing: 1px;width: 150px;margin: 0 auto;display: block
}
.formfieldwrap.btnwrap {width: 100%}
.formfieldwrap:last-child {margin: 0}
.display_block {display: block !important}
.career_txt {
    position: absolute;
    top: 40%;
}
.box-banner.careerinfo_blk {
    padding: 70px 0;
}
.marquee_tag {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
    animation: marquee 30s linear infinite;
    font-size: 60px;
    line-height: 90px;
    font-weight: bold;
    text-transform: uppercase;
}
.motiongraphic_wrapper {
    background: #000;padding: 100px 0
}
.motiongraphic_blk {
    text-align: center
}

.motion_item {
    width: 30%;display: inline-block;vertical-align: top;margin: 0 20px 30px 20px
}
.blackoverlay {position: relative;width: 100%}
.blackoverlay:before {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.5);top: 0;left: 0;right: 0;margin: auto}

/*slick slider css stat*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

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

.slick-slide {
    display: none;
    float: left; 
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

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

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
	height: 45px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev{
    left: auto;
    right: 30px;
	background: url('../images/up-arrow.png') no-repeat ;
	top: auto;
    bottom: 110px;
    z-index: 9
}

.slick-next{
    right: 30px;
	background: url('../images/down-arrow.png') no-repeat ;
	top: auto;
    bottom: 40px;
} 
.slick-dots{ position: absolute; bottom: -70px; display: block; width: 145px; padding: 0; list-style: none; text-align: center}
.slick-dots li {
    position: relative;
    display: inline-block;vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{font-size: 0; line-height: 0; display: block; width: 100%; height: 100%; padding: 0px; cursor: pointer; color: transparent; border: 0; outline: none; background: rgba(0,0,0,0.5);border-radius: 100%}
.slick-dots li.slick-active button {background: rgba(0,0,0,0.2);}

/*slick slider css end*/

.trust_slide_item {margin: 0 15px}
.trust_slider_wrapper {
    padding: 100px 0;
    background: #fff;
    position: relative;
    z-index: 2;
}
.text-box-block.width90 {width: 90%}
.text-box-block.width80 {width: 80%}
.text-box-block.width100 {width: 100%}
.jobdtl_blk {display: flex;justify-content: space-between;width: 100%;margin: 0 auto;position: relative}
.jobinfo_dtl_blk {width: 50%;}
.job_frm_blk {width: 45%;}
.jobopening_blk {
    margin: 0;
}
.jobinfo_wrapper .heading-case.noline:before {
    display: none;
}
.sidebar {position: fixed;right: 3%;top: 90px;z-index: 99}
.sidebar:not(.sticky) {top: 90px;}
.sidebar.sticky{
	right: 3%; 			
	position: absolute;
   
}
.sidebar.sticky.stickyBottom{
	position: absolute;
}



.frm_label_field {
    font-size: 13px;
    margin: 6px 0 0 0;
    font-style: italic;
}
.country-code {
    width: 150px;
}
.country-code select {
    width: 100%;
    padding: 14px 0;
    border: 0;
    background: transparent;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-left: 1px solid rgba(255,255,255,0.5);
}
.phone-field {
    width: calc(100% - 150px);
}
.thankyou_blk {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.thankyou_blk .heading-case {
    font-size: 80px;
    line-height: 80px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section_desc p {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
}
.service_item {position: relative}
.blackbg {background: #000 !important}

marquee span {
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 10px;
    color: #000;
}
.serv-heading.font60 {font-size: 60px;line-height: 60px}

.mobile_version {display: none}
.box_logoblk {text-align:center}
.bloxitem_logo {display:inline-block;vertical-align:top;width:350px;margin:0 auto}












