@import url("fonts.css");
body {
  color: #1c234f;
  font-family: "aperculight";
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-decoration: none;
  outline: none;
}
.container {
  max-width: 1200px;
  margin: auto;
}
.container-inner {
  padding: 0 40px;
}
.animate-top{
  position:relative;
  animation:animatetop 0.4s
}
.padd-120 {
  padding: 120px 0;
}

.padd-150 {
  padding: 150px 0;
}
.text-center {
  text-align: center;
}
.padd-80 {
  padding: 80px 0px;
}
.padd-40 {
  padding: 40px 0px;
}
.padd-040 {
  padding: 0px 40px;
}
h2 {
  font-family: "aperculight";
  font-size: 48px;
  font-weight: 300;
  line-height: 75px;
  -webkit-font-smoothing: antialiased;
}
h2 span,
h2 span a {
  color: #ffffff;
}
h3 {
  font-family: "aperculight";
  font-size: 42px;
  font-weight: 300;
  position: relative;
  padding-bottom: 40px !important;
  margin-bottom: 40px !important;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
}
h3 span {
  font-family: "apercubold";
}
h3::after {
  content: "";
  width: 38px;
  height: 3px;
  background: #e5446b;
  position: absolute;
  left: 0;
  bottom: 0;
}
h4 {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  font-family: "aperculight";
  font-weight: 300;
}
h4 span {
  font-family: "apercubold";
}
h5 {
  font-size: 30px;
  font-family: "apercubold";
  -webkit-font-smoothing: antialiased;
}
.header {
  padding: 30px 40px;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
}
header.bg-dark {
  background: #1e2343;
}
.header.small {
  background: #1e2343;
  padding: 10px 40px;
}
.header.small .right-header ul {
  padding: 3px 0px;
}
.header.small .left-header img {
  max-width: 160px;
}
section,
footer {
  float: left;
  width: 100%;
  position: relative;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
}
.centered-header {
  width: calc(100% - 550px);
  float: left;
  padding: 20px 0px;
}
.centered-header .inner-menu {
  max-width: 760px;
  margin: auto;
}
.banner-inner h2 a {
  position: relative;
}
.contact-inner ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Helvetica-Light";
}
.contact-inner ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Helvetica-Light";
}
.contact-inner :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Helvetica-Light";
}
.contact-inner :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Helvetica-Light";
}
.banner-inner h2 a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 3px;
  background: #bb2e71; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2e71', endColorstr='#e4436b',GradientType=1 ); /* IE6-9 */
}
.left-header {
  max-width: 260px;
  float: left;
  width: 100%;
}
header.small .centered-header {
  padding: 10px 0px;
}
.left-header a img {
  width: 100%;
  transition: 0.7s all;
  -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
}
.right-header {
  float: left;
  max-width: 290px;
  text-align: right;
  width: 100%;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  /*display: none;*/
  /*right: -330px;*/
}
a.scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  text-align: center;
  width: 20px;
  border: 2px solid #606377;
  border-radius: 5px;
  z-index: 3;
}
a.scroll-down img {
  width: 8px;
}
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.toggle-wrapper {
  display: none;
}
/*MENU ICON*/
.btn_menu {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  width: 44px;
  height: 35px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0px;
}
.header .toggle-wrapper .btn_menu {
  position: absolute;
  top: 13px;
  right: 0;
  margin-top: 0;
}
.header.small .toggle-wrapper .btn_menu {
  top: 4px;
}
.btn_menu .btn_menu_line,
.small.header-contact .btn_menu .btn_menu_line {
  background-image: url(../images/sprite.png);
  background-position: 0 -46px;
  background-repeat: no-repeat;
  height: 2px;
  width: 155px;
  -webkit-transition: left 350ms cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: left 350ms cubic-bezier(0, 0, 0.58, 1);
  -o-transition: left 350ms cubic-bezier(0, 0, 0.58, 1);
  transition: left 350ms cubic-bezier(0, 0, 0.58, 1);
  position: absolute;
  left: -108px;
  display: block;
}
.header-contact .btn_menu .btn_menu_line {
  background-image: url(../images/sprite.png);
  background-position: 0px -32px;
}

.btn_menu .btn_menu_line:nth-child(1),
.small.header-contact .btn_menu .btn_menu_line:nth-child(1) {
  top: 10px;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.btn_menu .btn_menu_line:nth-child(2),
.small.header-contact .btn_menu .btn_menu_line:nth-child(2) {
  top: 21px;
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}
.btn_menu .btn_menu_line:nth-child(3),
.small.header-contact .btn_menu .btn_menu_line:nth-child(3) {
  top: 32px;
  -webkit-transition-delay: 240ms;
  -moz-transition-delay: 240ms;
  -o-transition-delay: 240ms;
  transition-delay: 240ms;
}
.btn_menu:hover .btn_menu_line:nth-child(1) {
  left: 0;
}
.btn_menu:hover .btn_menu_line:nth-child(2) {
  left: 0;
}
.btn_menu:hover .btn_menu_line:nth-child(3) {
  left: 0;
}
.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
}
.btn_close .icon {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.btn_close:hover .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l-menu .container {
  position: relative;
  z-index: 92;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.l-menu .bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 91;
  width: 100%;
  height: 100%;
  background-color: #1c234f;
  background-color: rgba(28, 35, 79, 1);
}
.back-share-warapper{
  display: flex;
  justify-content: space-between;
  align-items: center; 
  margin-bottom: 30px;
}
.share-wrapper a{
  min-width: 200px;
  width: 100%;
  text-align: center;
}
.back-to-jobs a{
  color: #e5446b;
  padding-left: 30px;
  position: relative;
}
.back-to-jobs a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-new.svg) no-repeat center left;
  width: 29px;
  height: 29px;
  background-size: 20px;
}
.share-wrapper .btn::before, .share-wrapper .btn::after{
  border-radius: 0;
}
.who-we-are-section {
  overflow: hidden;
}
.l-menu.is-active .bg {
  opacity: 1;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  -o-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
}
.btn_close {
  display: block;
  cursor: pointer;
}
.l-menu .container .btn_close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  -o-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  position: absolute;
  top: 45px;
  right: 0;
}
.l-menu.is-active .btn_close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.btn_close .icon {
  background-image: url(../images/sprite.png);
  background-position: -200px 0;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.455, 0.03, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.455, 0.03, 0, 1);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0, 1);
}
.l-menu .container .categories {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: opacity 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-perspective: 1000ms;
  -moz-perspective: 1000ms;
  -ms-perspective: 1000ms;
  -o-perspective: 1000ms;
  perspective: 1000ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0;
  width: auto;
  margin: auto;
  transform: translateY(-50%);
}
.l-menu.is-active .categories {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 800ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: opacity 800ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: opacity 800ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: opacity 800ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -160px;
}
.l-menu .container .categories li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  -moz-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  -o-transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0, 1);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  text-transform: capitalize;
  font-family: "apercubold";
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
}
.l-menu .container .categories li:last-child {
  margin-bottom: 0px;
}
.l-menu .container .categories li a .text {
  position: relative;
  display: inline-block;
}
.l-menu .container .categories li a .text:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0, 1),
    width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0, 1),
    width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0, 1),
    width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0, 1),
    width 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background: #bb2e71;
  background: -moz-linear-gradient(
    left,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  );
  background: -webkit-linear-gradient(
    left,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  );
  background: linear-gradient(
    to right,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2e71', endColorstr='#e4436b',GradientType=1 );
  content: "";
}
.l-menu .container .categories li a:hover .text:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  width: 100%;
}
.l-menu .container .categories li a {
  display: block;
  padding: 6px 0;
  color: #fff;
}
.l-menu .container .categories li a:hover {
  color: #e5446b;
}
.l-menu.is-active .categories li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 1000ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: opacity 1000ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: opacity 1000ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: opacity 1000ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.l-menu .container .categories li:nth-child(1) {
  -webkit-transition-delay: 480ms;
  -moz-transition-delay: 480ms;
  -o-transition-delay: 480ms;
  transition-delay: 480ms;
}
.l-menu.is-active .categories li:nth-child(1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}
.l-menu .container .categories li:nth-child(2) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.l-menu.is-active .categories li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.l-menu .container .categories li:nth-child(3) {
  -webkit-transition-delay: 320ms;
  -moz-transition-delay: 320ms;
  -o-transition-delay: 320ms;
  transition-delay: 320ms;
}
.l-menu .container .categories li:nth-child(4) {
  -webkit-transition-delay: 240ms;
  -moz-transition-delay: 240ms;
  -o-transition-delay: 240ms;
  transition-delay: 240ms;
}
.l-menu .container .categories li:nth-child(5) {
  -webkit-transition-delay: 160ms;
  -moz-transition-delay: 160ms;
  -o-transition-delay: 160ms;
  transition-delay: 160ms;
}
.l-menu .container .categories li:nth-child(6) {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms;
}
.l-menu.is-active .categories li:nth-child(3) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.l-menu.is-active .categories li:nth-child(4) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.l-menu.is-active .categories li:nth-child(5) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.l-menu.is-active .categories li:nth-child(6) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.l-menu.is-active .categories li:nth-child(7) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

/*MENU ICON*/
.inner-menu ul {
  text-align: center;
}
.inner-menu ul li {
  display: inline-block;
  margin: 0px 14px;
}
.inner-menu ul li:first-child,
.inner-menu ul li:nth-child(2) {
  margin-left: 0px;
}
.inner-menu ul li:first-child {
  /*display: none;*/
}
.inner-menu ul li:last-child {
  margin-right: 0px;
}
.inner-menu ul li a {
  font-family: "apercubold";
  font-size: 14px;
  color: #abadb5;
  -webkit-font-smoothing: antialiased;
}
.inner-menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #bb2e71;
  background: -moz-linear-gradient(
    left,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  );
  background: -webkit-linear-gradient(
    left,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  );
  background: linear-gradient(
    to right,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2e71', endColorstr='#e4436b',GradientType=1 );
  transition: width 0.3s;
}

.inner-menu ul li a:hover,
.inner-menu ul li.selected a,
.inner-menu ul li.active a {
  color: #e5446b;
}
.inner-menu ul li a:hover::after,
.inner-menu ul li.selected a::after,
.inner-menu ul li.active a::after {
  width: 100%;
}
.right-header ul {
  display: block;
  padding: 15px 0px;
}
.right-header ul li {
  display: inline-block;
}
.right-header ul li a.lets-talk {
  /*opacity: 0;*/
}
.right-header ul li a.btn {
  transform: scale(0);
}
.right-header ul li a.btn:hover {
}
.header a.sticky-logo {
  display: none;
}
.header.small a.sticky-logo {
  display: block;
  margin-top: 10px;
}
.header.small a.logo {
  display: none;
}
.right-header ul li:first-child {
  /*margin-right: 15px;*/
}
.right-header ul li a.number {
  color: #ffffff;
  font-size: 14px;
  opacity: 0;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
sub {
  /* font-family: "Helvetica-Light"; */
  font-family: "hk_groteskmedium";
}
.homepage-banner {
  width: 100%;
  display: table;
  margin: 0;
  max-width: none;
  background: url("../images/header-banner.jpg") no-repeat center bottom;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
}
.homepage-banner.careers-banner,
.homepage-banner.careers-detail-banner {
  background-image: url(../images/careers-bg.png);
  background-size: cover;
  background-color: #1c234f;
  background-repeat: no-repeat;
  background-position: center;
}
.homepage-banner.careers-detail-banner {
  background-image: url(../images/careers-detail-bg.png);
  text-align: center;
}
.homepage-banner.careers-banner .banner-inner h2{
  font-size: 97px;
  line-height: 88px;
  color: #ffffff;
  font-family: "apercuregular";
}
.homepage-banner.careers-detail-banner .banner-inner h2{
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 0 35px;
}
.homepage-banner.careers-detail-banner .banner-inner h4{
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  color: #ffffff;
}
.homepage-banner.careers-banner .banner-inner h2 a::after {
  width: 65%;
  height: 5px;
}
.homepage-banner.careers-banner .banner-inner h2 span{
  font-weight: bold;
} 
.homepage-banner .banner-star {
  width: 550px;
  position: absolute;
  right: -150px;
  bottom: -195px;
}
.homepage-banner .banner-inner {
  vertical-align: middle;
  display: table-cell;
}
.homepage-banner .banner-inner {
  color: #b9bcc1;
  z-index: 2;
  position: relative;
}
.homepage-banner .banner-inner h2 span a:hover {
  color: #e5446b;
}
.left-contant {
  width: 50%;
  float: left;
}
.right-content {
  float: left;
  width: 50%;
}
.what-inner .right-content {
  padding: 0 110px 0 40px;
}
.what-inner .left-contant .image-box-anim {
  max-width: 600px;
  position: relative;
  width: 100%;
  height: 500px;
}
.what-inner .left-contant img.bottom-image {
  position: absolute;
  max-width: 350px;
  left: -70px;
  bottom: 0;
  width: 90%;
}
.what-inner .left-contant img.top-image {
  max-width: 480px;
  right: 30px;
  position: absolute !important;
  width: 100%;
}
.careers-inner .what-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.careers-inner .what-inner .left-contant {
  width: 55%;
}
.careers-inner .what-inner .right-content {
  width: 45%;
  padding: 0 0 0 72px;
}
.careers-inner .how-we-work {
  max-width: 735px;
  padding-bottom: 50px;
}
.careers-inner .how-we-work h4{
  font-size: 20px;
  line-height: 21px;
  color: #B72C71;
  font-weight: 700;
  margin-bottom: 10px;
}
.careers-inner .how-we-work h3{
  padding-bottom: 20px!important;
  margin-bottom: 20px!important;
}
.careers-inner .what-inner .right-content h3 {
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 15px!important;
}
.careers-inner .what-inner .right-content .flexibility-trust-title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.careers-inner .what-inner .right-content .flexibility-trust-title:last-child {
  margin-bottom: 0;
}
.careers-inner .what-inner .right-content h4{
  font-weight: 600;
  margin-left: 22px;
}
.careers-inner .what-inner .right-content p{
  padding-bottom: 24px;
}
.careers-inner .left-contant img.top-image {
  max-width: 100%;
  left: 0;
  right: 0;
}
.current-openings {
  background-color: #F1F4FB;
}
.offices .offices-detail {
  padding-bottom: 35px;
}
.offices .offices-detail ul {
  padding-top: 12px;
}
.offices .offices-detail li{
  font-size: 20px;
  line-height: 21px;
  background-color: #ffffff;
  margin-bottom: 7px;
  position: relative;
}
.offices .offices-detail li::before{
  position: absolute;
  content: "";
  background-image: url(../images/link-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  right: 50px;
  width: 18px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all ease;
}
.offices .offices-detail li:hover::before {
  right: 28px;
}
.offices .offices-detail li a{
  color: #1C234F;
  padding: 26px 28px;
  display: block;
}
.drop-resume {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  flex-wrap: wrap;
}
.drop-resume .cv-upload {
  max-width: 303px;
  width: 100%;
  padding: 15px 0;
  position: relative;
}
.cv-upload #upload-msg {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s all ease-in-out;
  position: absolute;
}
.apply-now .apply-now-inner .apply-now-desc .apply-now-right .input-wrap .cv-upload{
  position: relative;
}
.drop-resume input[type="file"],
.apply-now .apply-now-inner .apply-now-desc .apply-now-right .input-wrap .cv-upload input[type="file"]{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.drop-resume h4 {
  padding: 15px 0;
}
.custom-file-upload,
.apply-now .apply-now-inner .apply-now-desc .apply-now-right .input-wrap input[type="submit"] {
  display: inline-block;
  padding: 11px 12px;
  cursor: pointer;
  max-width: 303px;
  width: 100%;
  background: linear-gradient(255.82deg, #B72C71 -6.2%, #EB476A 105.26%);
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  line-height: 33px;
  text-transform: none;
}
.zp-story, .apply-now {
  background: #F1F4FB;
}
.zp-story .zp-story-inner h3{
  padding: 0!important;
  margin: 0!important;
}
.zp-story .zp-story-inner h3::after {
  display: none;
}
.job-brief .job-brief-inner .job-brief-detail {
  padding-bottom: 70px;
}
.job-brief .job-brief-inner .job-brief-detail h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.job-brief .job-brief-inner .job-brief-detail p,
.job-brief .job-brief-inner .job-brief-detail li {
  font-size: 25px;
  line-height: 29px;
}
.job-brief .job-brief-inner .job-brief-detail li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.job-brief .job-brief-inner .job-brief-detail li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
  width: 5px;
  height: 5px;
  border-radius: 100px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#shareModal .modal-content{
  max-width: 530px;
}
.custom-modal-content ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 250px;
  margin-bottom: 30px;
}
.custom-modal-content h4{
  color: #B72C71;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.clipy-wrapper{
  display: flex;
  border: 1px solid #BBBDC6;
  border-radius: 6px;
  position: relative;
}
.clipy-wrapper::after{
  content: "";
  position: absolute;
  right: 90px;
  width: 1px;
  height: 20px;
  background: #BBBDC6;
  top: 13px;
}
.clipy-wrapper input[type="text"]{
  padding: 14px 20px;
    font-size: 15px;
  color: #000000;
  box-shadow: none;
  border: none;
}
.clipy-wrapper input[type="text"]:focus{
  box-shadow: none;
  border: none;
}
.clipy-wrapper .clipyText{
  background: none;
  border: none;
  outline: none;
  padding: 14px 30px;
  color: #B72C71;
  font-weight: bold;
  cursor: pointer;
}
.custom-modal-content ul li img{
    margin-bottom: 0;
    width: 39px;
}
.custom-modal-content ul li a{
  display: flex;
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 52px 35px;
  border: 1px solid #888;
  width: 100%;
  max-width: 350px;
  text-align: center;
}

.modal-content img {
  margin-bottom: 10px;
}
.modal-content h3 {
  font-size: 18px!important;
  line-height: 23px;
  color: #B72C71;
  margin: 0!important;
  padding: 0!important;
}
.modal-content h3::after {
  display: none;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.testimonial-outer {
  margin-top: 40px;
}
.benefits {
  background: #1C234F;
}
.benefits .benefits-inner h3{
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
}
.benefits .benefits-inner .benefit-listing {
  display: flex;
  justify-content: space-between;
}
.benefits .benefits-inner .benefit-listing ul li {
  font-size: 20px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 27px;
  list-style-type: none;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
.benefits .benefits-inner .benefit-listing ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.apply-now .apply-now-inner h3 {
  color: #B72C71;
  font-size: 49px;
  line-height: 51px;
  font-weight: 700;
}
.apply-now .apply-now-inner h3::after {
  background: #B72C71;
}
.apply-now .apply-now-inner .apply-now-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply-now .apply-now-inner .apply-now-desc .apply-now-right {
  max-width: 450px;
  width: 100%;
}
.apply-now .apply-now-inner .apply-now-desc .apply-now-right form input {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  padding: 11px 12px;
}
.apply-now .apply-now-inner .apply-now-desc .apply-now-right form label {
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
}
.apply-now .apply-now-inner .apply-now-desc .apply-now-right form label span {
  color: #EF3061;
}
.apply-now .apply-now-inner .apply-now-desc .apply-now-right .input-wrap {
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
}
.apply-now .apply-now-inner .apply-now-desc .apply-now-right .input-wrap .custom-file-upload{
  background: #ffffff;
  color: #424242;
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  font-weight: 400;
  max-width: 450px;
  padding: 20px 25px;
}
.apply-now .apply-now-inner .apply-now-desc .apply-now-right .input-wrap input[type="submit"] {
  max-width: 450px;
}
.testimonial-outer p {
  font-style: italic;
}
.oom-box-inner .testimonial-outer p {
  color: #757575;
}
.testimonial-content {
  display: table;
  margin-top: 25px;
}
.testimonial-content .testimonial-inner-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.testimonial-content .tesimonial-avator {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: relative;
}
.testi-image {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  position: relative;
}
.what-we-do-inner .right-content p {
  margin-bottom: 10px;
}
.what-we-do-inner .right-content p.last,
.what-we-do-inner .right-content .testimonial-outer p {
  margin-bottom: 0px;
}

.testimonial-content img {
  border-radius: 50px;
  /* display: table-cell;
    vertical-align: middle;
    margin-right: 20px;
    width: 60px;
    height: 60px;*/
}
.testimonial-content h6 {
  font-family: "apercubold";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  float: left;
  width: 100%;

  -webkit-font-smoothing: antialiased;
}
.testimonial-content span {
  color: #aaa6b7;
  font-family: "apercubold";
  font-size: 14px;
  float: left;
  width: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: 5px;
}
.zeropoint-content {
  position: relative;
  display: inline-block;
  width: 100%;
}
.zeropoint-content::before {
  content: "";
  right: 0;
  position: absolute;
  height: 600px;
  background: url("../images/zeropoint-take.jpg") no-repeat center;
  width: 150%;
  z-index: -1;
  background-size: cover;
}
.zeropoint-content .zeropoint-content-inner {
  padding: 90px 0px;
  display: inline-block;
  width: 100%;
}
.zeropoint-content-inner h3 {
  padding-bottom: 0px !important;
}
.zeropoint-content-inner h3::after {
  content: none;
}
.zeropoint-content-inner .left-contant,
.zeropoint-content-inner .right-content {
  width: 47%;
}
.zeropoint-content-inner .model-box {
  padding: 50px;
  max-width: 450px;
  background: #ffffff;
}
.zeropoint-content-inner .white-box {
  position: relative;
}
.zeropoint-content-inner .white-box::after {
  width: 100%;
  height: 100%;
  content: "";
  left: 1px;
  bottom: 0;
  margin: 0;
  z-index: -1;
  position: absolute;
  -webkit-box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 0.33);
  -moz-box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 0.33);
  box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 0.33);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.zeropoint-content-inner .white-box:hover:after {
  -webkit-box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 0.9);
  -moz-box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 0.9);
  box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 0.9);
}
.zeropoint-content-inner .red-box {
  position: relative;
  background: #bb2e71; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #bb2e71 0%,
    #bb2e71 0%,
    #e4436b 100%,
    #e4436b 100%,
    #e4436b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2e71', endColorstr='#e4436b',GradientType=1 ); /* IE6-9 */
}
.zeropoint-content-inner .red-box::after {
  width: 100%;
  height: 100%;
  content: "";
  left: 1px;
  bottom: 0;
  margin: 0;
  z-index: -1;
  position: absolute;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0px 6px 27px -5px rgba(249, 84, 120, 0.33);
  -moz-box-shadow: 0px 6px 27px -5px rgba(249, 84, 120, 0.33);
  box-shadow: 0px 6px 27px -5px rgba(249, 84, 120, 0.33);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.zeropoint-content-inner .red-box:hover:after {
  -webkit-box-shadow: 0px 6px 27px -5px rgba(249, 84, 120, 0.9);
  -moz-box-shadow: 0px 6px 27px -5px rgba(249, 84, 120, 0.9);
  box-shadow: 0px 6px 27px -5px rgba(249, 84, 120, 0.9);
}

.zeropoint-content-inner .red-box li {
  color: #ffffff;
}
.zeropoint-content-inner li {
  display: table;
  margin-bottom: 25px;
}
.zeropoint-content-inner li:last-child {
  margin-bottom: 0px;
}
.zeropoint-content-inner h3 {
  font-size: 36px;
  margin-bottom: 60px !important;
}
.zeropoint-content-inner .left-contant h3 {
  color: #e5446b;
}
.zeropoint-content-inner .right-content h3 {
  color: #ffffff;
  padding-right: 40px;
}
.zeropoint-content-inner li .zp-offshore {
  display: table-cell;
  padding-right: 20px;
}
.zeropoint-content-inner li .zp-process {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.zeropoint-content-inner li span {
  width: 100%;
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 25px;
}
.zeropoint-content-inner li span::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 12px;
  width: 9px;
  height: 2px;
  background: #ffffff;
}
.success-message {
  display: none;
  margin-bottom: 30px;
  font-size: 18px;
  max-width: 610px;
  min-height: 270px;
}
.success-heading {
  display: none;
}
.success-hide {
  display: none;
}
.zeropoint-content-inner .white-box li span::before {
  background: #212c6f;
}
.zeropoint-content-inner li img {
  width: 40px;
  max-width: 40px;
}
.bg-contact {
  background: #f1f4fb;
  overflow: hidden;
}
.strategic-inner {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 45%,
    #f1f4fb 45%,
    #f1f4fb 100%
  );
  display: inline-block;
  float: left;
  width: 100%;
}
.what-we-do-inner {
  display: inline-block;
  width: 100%;
}
.your-remote-team {
  float: left;
  width: 100%;
}
.oom-model-inner {
  float: left;
  width: 100%;
}
.how-we-get {
  width: 72%;
}
.get-box {
  background: #1e2343;
  padding: 60px 70px;
  margin-top: 70px;
}
.assessment {
  padding: 0 60px 0 100px;
  display: none;
  transition: 1s;
  min-height: 760px;
}
.get-box ul {
}
.get-box ul li {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "apercubold";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-left: 100px;
  line-height: 22px;
  margin-bottom: 20px;
  cursor: pointer;
}
.get-box ul li.active {
  color: #e5446b;
}
.get-box ul li:last-child {
  margin-bottom: 0px;
}
.slide-number .inner-number {
  width: 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.get-box ul li .slide-number {
  position: absolute;
  left: 0;
  width: 80px;
}
.get-box ul li .slide-number .inner-number::after {
  content: "";
  width: 45px;
  height: 6px;
  background: #62657c;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.assessment h4 {
  margin: 25px 0px;
}
.assessment-inner {
  padding-right: 40px;
  margin-bottom: 20px;
  display: inline-block;
  padding-top: 30px;
}

.assessment-inner .assessment-imagebox {
  width: 136px;
  background: #1e2343;
  border-radius: 50%;
  height: 136px;
  position: relative;
  text-align: center;
}
.assessment-inner .assessment-imagebox img {
  width: 92px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.IT-professional {
  background: url("../images/getknow-bg.png") no-repeat center;
  background-size: cover;
  max-width: 220px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  padding: 20px 10px 10px 20px;
  display: none;
  -webkit-box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 1);
  -moz-box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 1);
  box-shadow: 0px 6px 31px -9px rgba(39, 46, 86, 1);
  display: none !important;
}
.IT-professional img {
  position: absolute;
  top: -25px;
  left: 20px;
}
.IT-professional p {
  font-size: 20px;
  color: #ffffff;
}
.strategic-inner {
  padding-bottom: 60px;
}
.IT-professional p span {
  color: #ee4c74;
}
.IT-professional a {
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.IT-professional .btn-wrapper {
  text-align: center;
  bottom: -12px;
  position: relative;
}
.remote-content h3 {
  padding-bottom: 30px !important;
  margin-bottom: 50px !important;
}
.remote-team {
  padding-top: 150px;
}
.remote-content h3::after {
  right: 0;
  margin: auto;
}
.offshore-content {
  max-width: 800px;
  margin: auto;
}
.offshore-content p:first-child {
  margin-bottom: 40px;
}

#msgSubmit {
  color: #e5446b !important;
}
.happily-work {
  background-color: #1e2343;
  background-image: url("../images/newsletter-bg.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  display: inline-block;
  width: 100%;
  float: left;
}
.happily-work .work-inner {
  background-image: url("../images/friendly-bg.png");
  background-repeat: no-repeat;
  background-position: center left;
}

.happily-inner img {
  max-width: 380px;
  float: left;
}
.happily-inner {
  display: table;
}
.happily-inner .happily-col {
  display: table-cell;
  vertical-align: middle;
}
.happily-work-inner {
  padding-left: 140px;
}
.happily-work-inner h5 {
  margin-bottom: 25px;
  color: #ffffff;
}
.happily-work-inner p {
  color: #aaabb4;
}
.newsletter {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.newsletter form {
  position: relative;
}
.happily-work-inner .newsletter p {
  margin-bottom: 10px;
}
.newsletter [type="email"],
.newsletter [type="text"] {
  padding: 18px 200px 18px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
  font-size: 18px;
  color: #ffffff;
  vertical-align: middle;
  width: 100%;
  background-color: #353956;
  border: none;
  float: left;
  text-align: left;
  margin-left: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-font-smoothing: antialiased;
  box-shadow: none;
  margin-bottom: 10px;
}
#msg {
  color: #e5446b;
}
.Newsletter-bottom {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.newsletter .newsletter-name {
  float: left;
  width: 40%;
}
.newsletter .newsletter-email {
  float: left;
  width: 60%;
  padding-left: 2px;
}
.newsletter [type="text"] {
  padding-right: 25px;
}
.newsletter [type="email"]:focus,
.newsletter [type="email"]:hover,
.newsletter [type="text"]:focus,
.newsletter [type="text"]:hover {
  background: #ffffff;
  color: #1c234f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0;
  outline: none;
}
.newsletter ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  font-weight: bold;
  z-index: 1;
  color: #e5446b !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  padding: 0 !important;
}
.newsletter-form-text p {
  color: #ffffff;
  line-height: 24px;
}

#mce-responses .response {
  color: #e5446b !important;
  line-height: 20px !important;
}
.newsletter input[type="email"]:focus::-webkit-input-placeholder,
.newsletter input[type="email"]:hover::-webkit-input-placeholder,
.newsletter input[type="text"]:focus::-webkit-input-placeholder,
.newsletter input[type="text"]:hover::-webkit-input-placeholder {
  color: #1c234f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.newsletter input[type="email"]:focus:-moz-placeholder,
.newsletter input[type="email"]:hover:-moz-placeholder,
.newsletter input[type="text"]:focus:-moz-placeholder,
.newsletter input[type="text"]:hover:-moz-placeholder {
  color: #1c234f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.newsletter input[type="email"]:focus::-moz-placeholder,
.newsletter input[type="email"]:hover::-moz-placeholder,
.newsletter input[type="text"]:focus::-moz-placeholder,
.newsletter input[type="text"]:hover::-moz-placeholder {
  color: #1c234f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.newsletter input[type="email"]:focus:-ms-input-placeholder,
.newsletter input[type="email"]:hover:-ms-input-placeholder,
.newsletter input[type="text"]:focus:-ms-input-placeholder,
.newsletter input[type="text"]:hover:-ms-input-placeholder {
  color: #1c234f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn.form-btn {
  padding: 14px 62px;
}
.get-box-details {
  transition: all 2s linear;
}
.newsletter input[type="submit"],
.newsletter input[type="button"] {
  position: absolute;
  right: -2px;
  padding: 19.5px 54px;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#bb2e71), to(#e4436b));
    background: -moz-linear-gradient(top, #bb2e71, #e4436b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2e71', endColorstr='#e4436b');*/
  border-radius: 0;
  background-image: linear-gradient(to right, #bb2e71, #e4436b);
  opacity: 0.9;
}
.newsletter .btn {
  position: absolute;
  right: 0px;
  padding: 17.5px 54px;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
  border-radius: 0;
  background: transparent;
  z-index: 0;
  border: 0px;
  cursor: pointer;
  font-size: 18px;
}
.newsletter .btn:hover {
  outline: none;
}
.newsletter .btn::before,
.newsletter .btn::after {
  border-radius: 0px;
}
.newsletter input[type="submit"]:hover,
.newsletter input[type="button"]:hover {
  opacity: 1;
}
.newsletter a.btn {
  position: absolute;
  right: -2px;
  padding: 13.5px 54px;
  border-radius: 0px;
  z-index: 1;
  font-size: 18px;
}
.newsletter a.btn::before,
.newsletter a.btn::after {
  border-radius: 0px;
}
.newsletter input[type="submit"]:hover,
.newsletter input[type="button"]:hover {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.what-expect-header h3 {
  padding-bottom: 30px !important;
}
.what-expect-header h3::after {
  right: 0;
  margin: auto;
}
.expect-box .expect-box-content {
  background: #1e2343;
  padding: 40px 20px 40px 50px;
  display: inline-block;
  width: 100%;
  min-height: 285px;
}
.expect-box .expect-box-content h5 {
  color: #e5446b;
  margin-bottom: 30px;
}
.what-expect-content ul {
  display: inline-block;
  width: 100%;
}
.what-expect-image {
  position: absolute;
  left: -170px;
  width: 400px;
  top: -100px;
}
.what-expect .container {
  position: relative;
}
.what-expect-content ul li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  background: #1e2343;
  transition: box-shadow 500ms;
  position: relative;
}
.what-expect-content ul > li:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 10px 30px 0 rgba(169, 147, 186, 0.7);
  opacity: 0;
  transition: opacity 500ms;
}
.what-expect-content ul > li:hover::before {
  opacity: 1;
}
.what-expect-content ul li .expect-box img {
  display: inline-block;
  width: 100%;
  float: left;
}
.what-expect-content ul li:last-child {
  margin-right: 0px;
}
.what-expect-content ul li .expect-box-content ul li {
  color: #fff;
  display: inline-block;
  width: 100%;
  line-height: 24px;
  margin: 0 0 10px 0;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding-left: 35px;
}
.what-expect-content ul li .expect-box-content ul li:hover {
  box-shadow: none;
}
.what-expect-content ul li .expect-box-content ul li:last-child {
  margin-bottom: 0px;
}
.what-expect-content ul li .expect-box-content ul li::before {
  content: "";
  width: 15px;
  position: absolute;
  height: 2px;
  left: 0;
  background: #e5446b;
  opacity: 1;
  top: 11px;
}
.your-remote-team p {
  margin-bottom: 30px;
}
.your-remote-team p:last-child {
  margin-bottom: 0px;
}
.your-remote-team .what-inner .right-content {
  padding: 0 110px 0 0;
}
.what-expect {
  background: #fff;
}

.oom-model-box ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oom-model-box ul li {
  padding: 60px;
  float: left;
  width: 48%;
  margin-bottom: 4%;
  margin-right: 4%;
  /*-webkit-box-shadow: 0px 7px 43px -1px rgba(39,46,86,0.15);*/
  /*-moz-box-shadow: 0px 7px 43px -1px rgba(39,46,86,0.15);*/
  /*box-shadow: 0px 7px 43px -1px rgba(39,46,86,0.15);*/
  /*transition: all .5s;*/
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.oom-model-box ul li .oom-box-inner {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}
.oom-model-box ul li .testimonial-content {
  position: absolute;
  bottom: 0;
}
.oom-model-box ul li::after {
  width: 100%;
  height: 100%;
  content: "";
  left: 3px;
  bottom: 0;
  margin: 0;
  z-index: -1;
  position: absolute;
  -moz-border-radius: 0 0 6px 6px; /* FF1+ */
  -webkit-border-radius: 0 0 6px 6px; /* Saf3+, Chrome */
  border-radius: 0 0 6px 6px; /* Opera 10.5, IE 9 */
  -moz-box-shadow: 0px 7px 43px -1px rgba(39, 46, 86, 0.15); /* FF3.5+ */
  -webkit-box-shadow: 0px 7px 43px -1px rgba(39, 46, 86, 0.15); /* Saf3.0+, Chrome */
  box-shadow: 0px 7px 43px -1px rgba(39, 46, 86, 0.15); /* Opera 10.5, IE 9.0 */
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.oom-model-box ul li:hover:after {
  -moz-box-shadow: 0px 7px 43px -1px rgba(39, 46, 86, 0.3); /* FF3.5+ */
  -webkit-box-shadow: 0px 7px 43px -1px rgba(39, 46, 86, 0.3); /* Saf3.0+, Chrome */
  box-shadow: 0px 7px 43px -1px rgba(39, 46, 86, 0.3); /* Opera 10.5, IE 9.0 */
}
.OOM-model {
  padding-top: 0px;
}
/*.OOM-model::after{
    content: "";
    height: 80px;
    width: 100%;
    position: absolute;
    background: #ffffff;
}*/
.oom-model-box ul li:hover {
  /*transition: all .5s;
    -webkit-box-shadow: 0px 10px 54px 0px rgba(39,46,86,0.5);
    -moz-box-shadow: 0px 10px 54px 0px rgba(39,46,86,0.5);
    box-shadow: 0px 10px 54px 0px rgba(39,46,86,0.5);*/
}
.oom-model-box ul li:nth-child(even) {
  margin-right: 0px;
}
.OOM-model .oom-outer {
  display: inline-block;
  width: 100%;
}
.oom-outer .oom-title {
  width: 230px;
  float: left;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
.oom-outer .oom-model-box {
  width: calc(100% - 230px);
  float: right;
  padding-left: 75px;
}
.oom-model-box ul li span.number {
  font-family: "apercubold";
  font-size: 14px;
  background: #e5446b;
  padding: 4px 11px;
  border-radius: 50px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.OOM-model h3 {
  padding-bottom: 0px;
  margin-top: 40px;
}
.OOM-model.fixed .oom-title {
  position: fixed;
  top: 50px;
}
.OOM-model h3::after {
  content: none;
}
.oom-model-box ul li h4 {
  font-family: "apercubold";
  font-size: 21px;
  margin-top: 5px;
  line-height: 25px;
}
.who-we-are-section .left-who-we {
  width: 40%;
  float: left;
  padding-right: 40px;
  position: relative;
  background: #ffffff;
  z-index: 1;
  padding: 180px 40px 180px 0px;
}

.who-we-are-section .left-who-we::before {
  content: "";
  position: absolute;
  background: #ffffff;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.who-we-are-section .right-who-we {
  width: 60%;
  float: left;
  position: relative;
  padding: 180px 0px 180px 0px;
}
.who-we-are-section .right-who-we::after {
  content: "";
  left: 160px;
  top: 0;
  position: absolute;
  height: 100%;
  background: #f1f4fb;
  width: 200%;
  z-index: -1;
}
.right-slider .slider-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 13px 1px rgba(169, 147, 186, 0.31);
  -moz-box-shadow: 0px 3px 13px 1px rgba(169, 147, 186, 0.31);
  box-shadow: 0px 3px 13px 1px rgba(169, 147, 186, 0.31);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  min-height: 520px;
}
.slider-item h4 {
  font-size: 21px;
  float: left;
  width: 100%;
  line-height: 21px;
}
.slider-item h4 span {
}
.slider-item span.designation {
  font-size: 16px;
  color: #e5446b;
  font-family: "apercubold";
  float: left;
  width: 100%;
  line-height: 20px;
}
.map-inner {
  float: right;
  display: table;
  /* background: #1e2343;*/
  position: relative;
}
.map-inner img {
  float: left;
}
.map-heading {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.map-heading h3 {
  color: #ffffff;
  margin-bottom: 0px !important;
}
footer .social-media ul li {
  display: inline-block;
  margin: 0 12px;
}
footer .social-media ul li:first-child {
  margin-left: 0px;
}
footer .social-media ul li:last-child {
  margin-right: 0px;
}
.slider-item .team-title {
  padding: 40px 20px 0 30px;
  display: inline-block;
  width: 100%;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.who-slider .slick-slide {
  padding: 10px;
}
.who-slider .slick-list {
  overflow: visible;
}
.team-image img {
  position: absolute;
  right: -30px;
  bottom: 0;
  transform: scale(1.3);
}
.slider-item .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(208, 57, 110, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.slider-item .overlay-content {
  position: absolute;
  text-align: left;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay-content p {
  padding: 0px 35px 0px 30px;
  color: #fff;
  font-family: "apercuitalic";
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
}
.slider-item .fadeIn-bottom {
  top: 90%;
}
.right-slider .slider-item:hover h4,
.right-slider .slider-item:hover span {
  color: #ffffff;
}
.right-slider .slider-item:hover .overlay {
  opacity: 1;
}
.right-slider .slider-item:hover .overlay-content {
  top: 68%;
  left: 50%;
  opacity: 1;
}
.who-slider.slick-slider {
  position: static;
}
.who-slider .slick-prev {
  left: 160px;
}
.who-slider .slick-prev::before {
  content: url("../images/arrows-01.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.who-slider .slick-next::before {
  content: url("../images/arrows-02.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.who-slider .slick-next {
  right: 12px;
}
.who-slider .slick-prev,
.who-slider .slick-next {
  width: 250px;
  height: 150px;
  bottom: 0;
  top: initial;
  transform: initial;
  background: #e3e5ed;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.who-slider .slick-prev:hover,
.who-slider .slick-prev:focus,
.who-slider .slick-next:hover,
.who-slider .slick-next:focus {
  background: #d3d6e2 !important;
}
.who-slider .slick-prev:before,
.who-slider .slick-next:before {
  color: #1c234f;
  opacity: 1;
}
.footer-inner {
  position: relative;
  padding: 45px 0px;
  display: inline-block;
  width: 100%;
}
.footer-inner .social-media {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .what-zeropoint {
  max-width: 360px;
  margin: auto;
}
.footer-inner .copyright {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.copyright p {
  font-size: 16px;
}
.copyright p a {
  color: rgb(28, 35, 79);
}

footer .social-media ul li a img {
  width: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
footer .social-media ul li a:hover img {
  opacity: 0.7;
}
.get-box li .line {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 0%;
  height: 6px;
  background: #e5446b;
  display: none;
  z-index: 2;
}
.get-box li.active .line {
  display: inline-block;
}
.get-box-details .assessment.active {
  display: inline-block;
}
.your-remote-team .what-inner .left-contant .do-anima-graphic {
  position: relative;
  max-width: 600px;
  height: 500px;
}
.your-remote-team
  .what-inner
  .left-contant
  .do-anima-graphic
  .remote-bottom-image {
  max-width: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.your-remote-team
  .what-inner
  .left-contant
  .do-anima-graphic
  .remote-top-image {
  max-width: 510px;
  position: absolute;
  right: -115px;
  top: -20px;
}
.banner-star-movemnt {
  width: 565px;
  height: 550px;
  position: absolute;
  right: -200px;
  bottom: -150px;
}
.banner-star-movemnt img {
  position: absolute;
  right: -150px;
  bottom: -195px;
  /* opacity: 0.5;*/
  z-index: 2;
}
ul.movement {
  height: 100%;
}
ul.projects-elements li {
  position: absolute;
  max-width: 100%;
}
ul.projects-elements li:nth-child(1) {
  transition: all 0.8s ease 2.4s;
  opacity: 1;
  left: 0px;
  bottom: -70px;
}
.banner-star-movemnt ul.projects-elements li:nth-child(1) img {
  width: 415px;
  height: 477px;
  position: static !important;
}
ul.projects-elements li:nth-child(2) {
  right: 0px;
  /* width: 100%; */
  bottom: 0px;
  opacity: 1;
  transition: all 0.8s ease 2.4s;
  /*transform: translate(0,50%);*/
}
.banner-star-movemnt ul.projects-elements li:nth-child(2) img {
  width: 433px;
  height: 590px;
  position: static !important;
}
.offices-content ul li {
  display: inline-block;
  float: left;
  width: 33.33%;
  background: #ffffff;
  padding: 40px 40px 35px 40px;
  position: relative;
}
.offices-content ul li h3 {
  font-size: 30px;
  padding-bottom: 25px !important;
  margin-bottom: 30px !important;
  line-height: 35px;
}
.offices-content ul li h4 {
  font-family: "apercubold";
  font-size: 18px;
}
.offices-content ul li .testimonial-content h6 {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 18px;
}
.offices-content ul li:nth-child(2)::before,
.offices-content ul li:nth-child(2)::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  background: #f1f4fb;
}
.bottom-details span {
  width: 100%;
  display: inline-block;
}
.bottom-details span a {
  color: #e5446b;
}
.bottom-details span.contact-number a {
  font-size: 18px;
  font-family: "apercubold";
  -webkit-font-smoothing: antialiased;
}
.bottom-details span.contact-email a {
  -webkit-font-smoothing: antialiased;
  font-family: "aperculight";
}
.bottom-details span.contant-moreinfo {
  margin-top: 8px;
}
.offices-details {
  padding-bottom: 55px;
}
.bottom-details span.contant-moreinfo {
  font-size: 14px;
  line-height: 22px;
}
.offices-content ul li .testimonial-content {
  margin: 30px 0px;
}
.offices-content ul li:nth-child(2)::after {
  right: 0px;
  left: auto;
}
.offices-header h3 {
  padding-bottom: 20px !important;
  font-variant-ligatures: no-common-ligatures;
}
.offices-header h3::after {
  content: none;
}
.contact-form-outer {
  max-width: 610px;
}
.contact-inner {
  padding-top: 215px;
  padding-bottom: 100px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.header-contact .inner-menu ul li a {
  color: #1c234f;
}
.header-contact .inner-menu ul li.active a {
  color: #e5446b;
}
.header-contact.small .inner-menu ul li.active a {
  color: #e5446b;
}
.header-contact .inner-menu ul li a:hover {
  color: #bb2e71;
}
.header-contact.small .inner-menu ul li a {
  color: #abadb5;
}
.header-contact.small .inner-menu ul li a:hover {
  color: #e5446b;
}
.input-group {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.input-group-left {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}
.input-group-right {
  float: right;
  width: 49%;
  margin-bottom: 20px;
}
.contact-form-outer p {
  color: #75798f;
  font-size: 14px;
  line-height: 20px;
}
.form-btn {
  padding: 14px 62px;
  border-radius: 50px;
  font-family: "apercubold";
  font-size: 16px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  transition: all 0.75s ease;
  position: relative;
  display: inline-block;
  background: transparent;
  border: none;
  text-transform: uppercase;
  width: 160px;
  -webkit-box-shadow: 0px 12px 30px -6px rgba(249, 84, 120, 0.33);
  -moz-box-shadow: 0px 12px 30px -6px rgba(249, 84, 120, 0.33);
  box-shadow: 0px 12px 30px -6px rgba(249, 84, 120, 0.33);
  z-index: 0;
}
.input-group:last-child {
  margin-bottom: 0px;
}
.contact-form-outer textarea {
  min-height: 280px;
}
.contact-image {
  position: absolute;
  width: 715px;
  top: -10px;
  right: -140px;
}
.contact-image img {
  width: 100%;
}
.form-group {
  position: relative;
}
.help-block.with-errors {
  color: #e5446b;
  font-size: 14px;
  font-family: "apercubold";
  display: block;
  margin-bottom: 4px;
  text-align: left;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  background: #f1f4fb;
}
form#WebToLeadForm span.required {
  color: #e5446b;
}
.newsletter-form-text {
  width: 200px;
  float: left;
}
.newsletter-form.newsletter {
  width: calc(100% - 200px);
  float: left;
  margin-top: 0px;
}

/*Technologies css*/
.technologies-inner {
  display: flex;
  align-items: center;
}
.technologies-right {
  width: 40%;
}
.technologies-left {
  width: 60%;
  order: 1;
}
.your-remote-team .what-inner .technologies-right {
  padding-right: 50px;
}
.technologies-slider .slick-slide {
  padding: 15px 0 25px;
}
.technologies-slider .slick-slide ul {
  display: table;
  width: 100%;
  padding: 0 20px;
}
.technologies-slider .slick-slide ul li {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 20px;
  height: 135px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.technologies-slider .slick-slide ul li h6 {
  height: 0;

  overflow: hidden;
  font-family: "apercuregular";
  font-size: 16px;
  line-height: 1;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.technologies-slider .slick-slide ul li::after {
  width: 100%;
  height: 100%;
  content: "";
  left: 1px;
  bottom: 0;
  margin: 0;
  z-index: -1;
  position: absolute;
  -webkit-box-shadow: 0px 12px 35px -10px rgba(39, 46, 86, 0.2);
  -moz-box-shadow: 0px 12px 35px -10px rgba(39, 46, 86, 0.2);
  box-shadow: 0px 12px 35px -10px rgba(39, 46, 86, 0.2);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  display: none;
}
.technologies-slider .slick-slide ul li:hover::after {
  display: block;
}
.technologies-slider .slick-slide ul li:hover h6 {
  height: 31px;
  padding-top: 15px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.technologies-slider .slick-slide ul li img {
  max-height: 60px;
  filter: grayscale(100%);
  opacity: 0.5;
  margin: auto;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.technologies-slider .slick-slide ul li:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.technologies-slider .slick-dots li {
  width: 15px;
  height: 2px;
}
.technologies-slider .slick-dots li button {
  padding: 5px 0;
  width: 15px;
  height: 2px;
}
.technologies-slider .slick-dots li button::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #d8d8d8;
  opacity: 1;
}
.technologies-slider .slick-dots li.slick-active button::before {
  background: #e5446b;
}
.technologies-slider .slick-dots li button {
}
/*Technologies css*/

/*Error Page Css*/
#error-page .movement img {
  position: absolute !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#error-page .text-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  top: 50px;
}
#error-page .page404 .text-block{
  position: relative;
  max-width: 470px;
  margin: auto;
  top: 70px;
}
#error-page .page404 .text-block p{
  font-size: 20px;
  margin-bottom: 25px;
}
#error-page .footer-inner{
  padding: 45px 0px 20px;
}
#error-page .page404 .text-block a{
  width: 160px;
}
#error-page .text-block h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
#error-page .text-block h2 {
  font-size: 30px;
  font-family: "apercubold";
  line-height: 50px;
}
#error-page .movement {
  position: relative;
}
#error-page .movement img:first-child {
  /* position: unset; */
}
#error-page .header{
  padding-bottom: 0px;
  padding-top: 5px;
}
.error-page-section{
  margin-top: 85px; 
  padding-top: 100px; 
  text-align: center;
}
.error-page-section.page404{
  padding-top: 30px;
}
/*End Error page*/

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .newsletter a.btn {
      top: 2px;
    }
  }
}
@media all and (max-width: 1400px) {
  .toggle-wrapper {
    display: block;
  }
  .centered-header {
    display: none;
  }
  .right-header ul {
    float: left;
    padding: 13px 0px;
  }
  .right-header {
    float: right;
    max-width: 280px;
  }
}
@media all and (max-width: 1250px) {
  .technologies-slider .slick-slide ul li {
    padding: 10px;
    height: 120px;
  }
  .technologies-slider .slick-slide ul li img {
    max-height: 50px;
  }
  .success-message {
    min-height: initial;
  }
  .happily-work {
    background-size: cover;
  }
  .right-slider .slider-item {
    min-height: inherit;
  }
  .team-image img {
    position: relative;
    transform: scale(1);
  }
  .container {
    width: 90%;
  }
  .what-inner .right-content {
    padding-right: 0px;
  }
  .zeropoint-content-inner .right-content h3 {
    padding-right: 0px;
  }
  .zeropoint-content-inner h3 {
    font-size: 34px;
  }
  .assessment {
    padding: 0 0px 0 50px;
  }
  
  .assessment-inner {
    padding-right: 0px;
  }
  .get-box {
    padding: 50px;
  }
  .how-we-get {
    width: 80%;
  }
  .oom-model-box ul li {
    padding: 40px;
  }
  .happily-inner img {
    max-width: 250px;
  }
  .happily-work-inner {
    padding-left: 60px;
  }

  .overlay-content p {
    padding: 0 20px;
    line-height: 20px;
    font-size: 15px;
  }
  .slider-item .team-title {
    padding: 40px 20px 0 20px;
  }
  .who-slider .slick-prev,
  .who-slider .slick-next {
    width: 175px;
    height: 110px;
  }

  .who-we-are-section .right-who-we {
    padding: 140px 0px 140px 0px;
  }
  .who-we-are-section .left-who-we {
    padding: 140px 40px 0px 0px;
  }
  .who-slider .slick-next {
    right: auto;
    left: 245px;
  }
  .who-we-are-section .right-who-we::after {
    left: 70px;
  }
  .who-slider .slick-prev {
    left: 70px;
  }
  .team-image {
    position: relative;
    bottom: 0;
  }
  .expect-box .expect-box-content {
    padding: 40px 20px 40px 30px;
  }
  .expect-box .expect-box-content h5 {
    margin-bottom: 20px;
  }
  footer .what-zeropoint {
    max-width: 290px;
  }
  .offices-content .testimonial-content .testimonial-inner-content {
    padding-left: 15px;
  }
  .contact-image {
    width: 500px;
  }
  .contact-form-outer {
    position: relative;
    z-index: 1;
  }
}
@media all and (max-width: 991px) {
  #error-page .footer-inner{
    padding: 45px 0px 50px 0px;
  }
  .assessment{
    min-height: 690px;
    padding: 0 0px 0 30px;
  }
  .error-page-section{
    padding-top: 60px;
  }
  .technologies-inner {
    display: block;
  }
  .technologies-right {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .technologies-slider .slick-slide ul li {
    padding: 20px;
    height: 125px;
  }
  .technologies-slider .slick-list {
    overflow: visible;
  }
  .technologies-slider .slick-list::before,
  .technologies-slider .slick-list::after {
    position: absolute;
    content: "";
    background: #ffffff;

    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .technologies-slider .slick-list::before {
    right: 102%;
  }
  .technologies-slider .slick-list::after {
    left: 102%;
  }
  .technologies-slider .slick-slide ul {
    padding: 0;
  }
  .technologies-left {
    width: 100%;
  }
  .contact-image {
    display: none;
  }
  .offices-content ul li {
    padding: 40px 20px 25px 20px;
  }
  .offices-content ul li h3 {
    padding-bottom: 20px !important;
  }
  .offices-content ul li .testimonial-content h6 {
    margin-bottom: 5px;
  }
  .what-inner .right-content {
    padding-left: 0px;
  }
  .careers-inner .what-inner .right-content h4 {
    font-size: 22px;
    line-height: 24px;
  }
  h3 {
    padding-bottom: 25px !important;
    font-size: 28px;
    line-height: 35px;
  }
  h3 br {
    display: none;
  }
  .zeropoint-content-inner h3 {
    font-size: 28px;
  }
  .padd-040 {
    padding: 0px 0px;
  }
  .zeropoint-content-inner .model-box {
    padding: 25px;
  }
  .zeropoint-content-inner li img {
    width: 30px;
    max-width: 30px;
  }
  .zeropoint-content-inner li .zp-offshore {
    padding-right: 15px;
  }
  .zeropoint-content::before {
    height: 450px;
    right: -50px;
    left: -50px;
    width: 120%;
  }
  .get-box {
    padding: 30px;
  }
  .get-box ul li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 75px;
  }
  .get-box ul li .slide-number {
    width: 60px;
  }
  .slide-number .inner-number {
    width: 30px;
  }
  .get-box ul li .slide-number .inner-number::after {
    width: 30px;
  }
  body {
    font-size: 15px;
    line-height: 25px;
  }
  .zeropoint-content-inner li span {
    font-size: 15px;
    line-height: 20px;
  }
  .zeropoint-content-inner li {
    margin-bottom: 15px;
  }
  .zeropoint-content-inner li span::before {
    top: 9px;
  }
  /*.what-inner .left-contant img{
        left: -35px;
    }*/
  .assessment-inner {
    padding-top: 0px;
  }
  .strategic-inner {
    padding-bottom: 40px;
  }
  .your-remote-team .what-inner .right-content {
    padding-right: 20px;
  }
  .oom-model-box ul li h4 {
    font-size: 18px;
  }
  .oom-outer .oom-title {
    width: 100%;
    position: static !important;
  }
  .oom-outer .oom-model-box {
    padding-left: 0px;
    width: 100%;
  }
  .OOM-model h3 {
    margin-top: 0px;
  }
  .OOM-model h3::after {
    content: "";
  }

  h5 {
    font-size: 25px;
  }
  .happily-inner img {
    max-width: 180px;
  }
  .happily-work-inner {
    padding-left: 45px;
  }
  .newsletter input[type="email"] {
    padding: 17px 150px 17px 15px;
    font-size: 15px;
  }
  .newsletter [type="text"] {
    padding: 17px 15px 17px 15px;
    font-size: 15px;
  }
  .newsletter-form-text {
    width: 160px;
  }
  .newsletter-form.newsletter {
    width: calc(100% - 160px);
  }
  .newsletter input[type="submit"],
  .newsletter input[type="button"] {
    font-size: 15px;
    padding: 18.5px 25px;
    right: 0;
  }
  .who-we-are-section .right-who-we {
    width: 50%;
    padding: 80px 0px 80px 0px;
  }
  .who-we-are-section .left-who-we {
    width: 50%;
    padding-bottom: 20%;
  }
  .who-slider .slick-prev,
  .who-slider .slick-next {
    width: 110px;
    height: 70px;
  }
  .who-slider .slick-next {
    left: 180px;
  }
  .what-expect-content ul li {
    width: 31.5%;
    margin-right: 2.5%;
  }
  .expect-box .expect-box-content {
    padding: 30px 20px 30px 20px;
    min-height: initial;
  }
  .what-expect-content ul li .expect-box-content ul li {
    line-height: 20px;
  }
  .homepage-banner.careers-banner .banner-inner h2 {
    font-size: 65px;
    line-height: 68px;
  }
  .homepage-banner.careers-detail-banner .banner-inner h4 {
    font-size: 25px;
    line-height: 25px;
  }
  .job-brief .job-brief-inner .job-brief-detail p, .job-brief .job-brief-inner .job-brief-detail li{
    font-size: 20px;
    line-height: 22px;
  }
  .homepage-banner.careers-detail-banner .banner-inner h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 0 20px;
  }
  .benefits .benefits-inner .benefit-listing {
    flex-direction: column;
  }
  .apply-now .apply-now-inner .apply-now-desc{
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-inner {
    padding: 45px 0px 90px 0px;
  }
  footer .what-zeropoint {
    max-width: 290px;
    float: left;
  }
  .footer-inner .copyright {
    top: auto;
    transform: none;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .footer-inner .social-media {
    top: 55px;
    transform: none;
  }
  .contact-image {
    width: 330px;
    right: -70px;
  }
}
@media all and (max-width: 800px) {
  .who-we-are-section .left-who-we {
    padding-bottom: 0px;
  }
  .what-expect {
    padding: 100px 0;
  }
  .contact-form-outer {
    max-width: 100%;
  }
}

@media all and (max-width: 360px) {
  .banner-inner h2,
  .homepage-banner.careers-banner .banner-inner h2 {
    font-size: 1em !important;
  }
  #error-page section {
    margin-top: 150px !important;
  }
 
}
@media all and (max-width: 767px) {
  #error-page section {
    /* margin-top: 100px !important; */
  }
  #error-page .page404 .text-block{
    top: 0px;
  }
  .fixed-bottom{
    position: static;
  }
  #error-page .text-block h2{
    line-height: 40px
  }
  #error-page .movement{
    max-width: 500px;
    margin: auto;
  }
  #error-page .text-block{
    top: 0
  }
  #error-page .movement img{
    top: 30px;
  }
  .technologies-slider .slick-slide ul li {
    padding: 5px;
    height: 85px;
  }
  .technologies-slider .slick-slide ul li img {
    max-height: 30px;
    width: 100%;
  }
  .technologies-slider .slick-slide ul li h6 {
    font-size: 12px;
  }
  .technologies-slider .slick-slide ul li:hover h6 {
    height: 20px;
    padding-top: 5px;
  }
  .l-menu .container .btn_close {
    top: 40px;
    right: 10px;
  }
  .zeropoint-takes {
    overflow: hidden;
  }
  .l-menu.fixed-mobile .container .btn_close {
    top: 20px;
    right: 10px;
  }
  .what-inner .left-contant img.top-image {
    right: 0;
  }
  .your-remote-team
    .what-inner
    .left-contant
    .do-anima-graphic
    .remote-top-image {
    max-width: 400px;
    right: 0;
  }
  .what-inner .left-contant .image-box-anim {
    margin: auto;
    height: 450px;
  }
  .your-remote-team .what-inner .left-contant .do-anima-graphic {
    margin: auto;
    width: 90%;
    height: 450px;
  }
  .what-expect-image {
    top: -50px;
  }
  .IT-professional {
    display: none !important;
  }

  .what-inner h3 br {
    display: none;
  }
  h3 {
    font-size: 30px !important;
    line-height: 40px;
  }
  h3 {
    padding-bottom: 15px !important;
  }
  .banner-inner h2{
    font-size: 1.4em;
    line-height: 50px;
  }
  .homepage-banner.careers-banner .banner-inner h2 {
    font-size: 42px;
    line-height: 45px;
  }
  .homepage-banner.careers-banner .banner-inner h2 a::after {
    bottom: -15px;
  }
  .left-contant,
  .right-content,
  .careers-inner .what-inner .left-contant,
  .careers-inner .what-inner .right-content {
    width: 100%;
  }
  .what-inner .left-contant {
    text-align: center;
  }
  /*.what-inner .left-contant img{
        left: 0;
    }*/
  .what-inner .right-content {
    margin-top: 30px;
  }
  .zeropoint-content-inner .left-contant,
  .zeropoint-content-inner .right-content {
    width: 100%;
  }
  .zeropoint-content-inner .model-box {
    max-width: 100%;
  }
  .zeropoint-content::before {
    height: 100%;
    width: 130%;
  }
  .zeropoint-content-inner .right-content {
    margin-top: 60px;
  }
  .zeropoint-content-inner h3 {
    margin-bottom: 40px !important;
  }
  .strategic-inner {
    background: transparent;
    padding-bottom: 0px;
  }
  .assessment {
    background: #f1f4fb;
    padding: 50px 40px;
  }
  .how-we-get {
    width: 100%;
  }
  .get-box {
    margin-top: 40px;
  }
  .assessment-inner {
    margin-bottom: 0px;
  }
  .your-remote-team .what-inner .right-content {
    padding-right: 0px;
  }
  .padd-120 {
    padding: 40px 0px;
  }
  .padd-150 {
    padding: 80px 0;
  }
  .oom-model-box ul {
    display: block;
  }
  .oom-model-box ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
    display: inline-block;
  }
  .OOM-model {
    padding-top: 40px;
  }
  .oom-model-box ul li .oom-box-inner {
    padding-bottom: 0px;
  }
  .oom-model-box ul li .testimonial-content {
    position: static;
  }
  .happily-inner .happily-col {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
  }
  .happily-work-inner {
    padding-left: 0px;
    text-align: center;
    margin-top: 40px;
  }
  .happily-inner img {
    margin: 0 auto;
    float: none;
  }
  .your-remote-team p {
    margin-bottom: 20px;
  }
  .who-we-are-section .left-who-we {
    width: 100%;
    padding: 80px 0px 80px 0px;
    height: auto !important;
  }
  .who-we-are-section .right-who-we {
    width: 100%;
    height: auto !important;
  }
  .who-slider .slick-prev {
    left: 5px;
  }
  .who-slider .slick-next {
    left: 115px;
  }
  .who-we-are-section .right-who-we::after {
    left: -100px;
  }
  .who-slider .slick-slide {
    padding: 5px;
  }
  .what-expect-content ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .map-section .container,
  .map-inner {
    width: 100% !important;
  }
  .map-section .map-heading .container {
    width: 90% !important;
  }
  .careers-inner .what-inner .right-content {
    padding: 0 0 0 0px;
  }
  .footer-inner .social-media {
    position: static;
    text-align: center;
    float: left;
    width: 100%;
  }
  footer .what-zeropoint {
    max-width: 100%;
    float: left;
    display: inline-block;
    margin: inherit;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .footer-inner .copyright {
    position: static;
    display: inline-block;
    margin-top: 20px;
  }
  .footer-inner {
    padding: 45px 0px;
  }
  .right-header ul {
    display: none;
  }
  .right-header {
    width: 50px;
  }
  .header {
    padding: 20px;
  }
  .header.small {
    padding: 8px 20px;
  }
  .left-header a img {
    width: 90%;
  }
  .left-header {
    width: calc(100% - 50px);
  }
  .map-heading {
    position: static;
    transform: initial;
    margin-bottom: 30px;
  }
  .map-heading h3 {
    color: #1c234f;
  }
  .offices-content ul li {
    width: 100%;
    margin-bottom: 30px;
    height: auto !important;
    padding: 30px 25px;
  }
  .offices-content ul li:last-child {
    margin-bottom: 0px;
  }
  .offices-content .testimonial-content .testimonial-inner-content {
    padding-left: 10px;
  }
  .contact-form-outer {
    max-width: 100%;
  }
  .input-group-left {
    width: 100%;
  }
  .input-group-right {
    width: 100%;
    float: left;
  }
  .contact-image {
    display: none;
  }
  .contact-inner {
    padding-top: 150px;
  }
  .contact-inner h3 {
    text-align: center;
    line-height: 35px;
    padding-bottom: 20px !important;
  }
  .contact-inner h3::after {
    right: 0;
    margin: auto;
  }
  .contact-form-outer p {
    text-align: center;
  }
  .input-group:last-child {
    text-align: center;
  }
  .oom-model-box ul li h4 {
    height: auto !important;
  }
  .oom-model-box ul li .testimonial-outer {
    margin-top: 20px;
  }
  .newsletter .newsletter-name {
    width: 100%;
  }
  .newsletter-form-text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .newsletter-form.newsletter {
    width: 100%;
  }
  .newsletter .newsletter-email {
    width: 100%;
  }
  .newsletter input[type="submit"],
  .newsletter input[type="button"] {
    width: 100%;
    position: static;
  }
  .newsletter input[type="email"],
  .newsletter input[type="text"] {
    padding: 17px 15px 17px 15px;
    text-align: center;
  }
}
@keyframes animatetop{
  from{top:-300px;opacity:0} 
  to{top:0;opacity:1}
}
