* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "SF Compact Display Thin";
  font-style: normal;
  font-weight: normal;
  src: local("SF Compact Display Thin"), url("../fonts/sf-compact-display-thin.woff") format("woff");
}

@font-face {
  font-family: "SF Compact Display Medium";
  font-style: normal;
  font-weight: normal;
  src: local("SF Compact Display Medium"), url("../fonts/sf-compact-display-medium.woff") format("woff");
}

@font-face {
  font-family: "SF Compact Display Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("SF Compact Display Medium"), url("../fonts/sf_compact_display_heavy.ttf") format("truetype");
}

/**********SF UI Display Fonts***********/
@font-face {
  font-family: "SF UI Display Thin";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Thin"), url("../fonts/sf-ui-display/sf-ui-display-light.woff") format("woff");
}

@font-face {
  font-family: "SF UI Display Medium";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Medium"), url("../fonts/sf-ui-display/sf-ui-display-medium.woff") format("woff");
}

@font-face {
  font-family: "SF UI Display Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Heavy"), url("../fonts/sf-ui-display/sf-ui-display-heavy.woff") format("woff");
}

@font-face {
  font-family: "SF UI Display Bold";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Bold"), url("../fonts/sf-ui-display/sf-ui-display-bold.woff") format("woff");
}

body,
html {
  min-height: 100vh;
  font-family: "SF UI Display Medium";
  background-color: #010e16;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1920px !important;
  padding-left: 30px;
  padding-right: 30px;
}

@font-face {
  font-family: "SF Compact Display Medium";
  font-style: normal;
  font-weight: normal;
  src: local("SF Compact Display Medium"), url("../fonts/sf-compact-display-medium.woff") format("woff");
}

@font-face {
  font-family: "SF Compact Display Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("SF Compact Display Medium"), url("../fonts/sf_compact_display_heavy.ttf") format("ttf");
}

body,
html {
  min-height: 100vh;
  font-family: "SF UI Display Medium";
}

.project-modal .modal-dialog .modal-content .modal-header .btn-close {
  margin: 20px auto 0;
  width: 20px !important;
  height: 20px !important;
  background-size: contain !important;
}

.mid-content {
  max-width: 700px;
  margin: 0 auto 50px !important;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.lightboxed{
  max-width: 31.333%;
  float: left;
  margin: 5px;
  object-fit: cover;
  max-height: 250px;
  width: 250px;
}

div#lightboxed--bttn_close, div#lightboxed--bttn_prev, div#lightboxed--bttn_next{
  background-image: url('../images/projects/controls.png') !important;
}

































#myBtn img {
  max-width: 50px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0;
  border-radius: 100%;
}

#myBtn:hover {
  background-color: transparent;
}

section {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .mid-content {
    max-width: 400px;
  }
  .lightboxed{
    max-width: 100%;
    width: 100%;
  }
}

header {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 999;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.mobile-nav-close-btn img {
  max-width: 25px;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.mobile-nav-close {
  display: none;
  position: absolute;
  color: #fff;
  right: 25px;
  top: 25px;
  font-size: 30px;
}

.mobile-nav-close-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mobile-nav-close-btn:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.main_section .nav_menu_club {
  top: 40px !important;
}

.main_section .nav_menu_club_2 {
  top: unset !important;
  bottom: 110px;
}

.main_section .nav_menu_club_3 {
  top: unset !important;
  bottom: 0;
}

.btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -83px;
}

.primary-btn {
  background-color: #5DFFE8;
  padding: 12px 30px;
  text-decoration: none;
  color: #000;
  border: 2px solid #5DFFE8;
  border-radius: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.primary-btn:hover {
  background-color: transparent;
  color: #5DFFE8;
  border: 2px solid #5DFFE8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.digital-image {
  width: 375px;
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: -80px;
  margin-left: 50px;
}

.main_section .arrow_down {
  top: 45% !important;
}

header {
  max-width: 1920px;
  margin: 0 auto;
  right: 0;
}

.main_section {
  background-image: url(../images/hero-bg.png) !important;
  max-width: 1920px;
  margin: 0 auto;
  background-position: bottom -50px center;
  height: auto;
  min-height: auto !important;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

.content_inner_dp {
  padding-bottom: 150px;
}

.main_section .inner-row {
  position: relative;
}

/* btn-10 */
.btn-10 a {
  padding: 0;
}

.btn-10 a span {
  display: block;
  padding: 0 30px;
}

.navbar_dp .nav_cp_dp .navbar-nav .nav-item .nav-link:hover {
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
}

.navbar_dp .nav_cp_dp .navbar-nav .nav-item .nav-link {
  -webkit-transition: .5s all ease-in !important;
  transition: .5s all ease-in !important;
}

.logo_dp8 {
  width: 220px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo_dp8 a img {
  width: 100%;
}

.nav_list_dp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav_list_dp li a {
  text-decoration: none;
  font-size: 18px;
  color: #FFF !important;
}
.nav-link{
  color: #FFF !important;
}
.navbar_dp .nav_cp_dp .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: #FFF !important;
  font-size: 16px;
  border: 2px solid transparent;
  padding: 5px 10px;
  margin-right: 5px;
  text-transform: uppercase;
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
}

.navbar_dp .nav_cp_dp .navbar-nav .nav-item .nav-link:hover, .navbar_dp .nav_cp_dp .navbar-nav .nav-item .nav-link.active {
  border: 2px solid #14484B;
  border-radius: 50px;
  color: #5DFFE8 !important;
}

a{
  color: #5DFFE8 !important;
}

@media (max-width: 992px) {
  .navbar_dp .nav_cp_dp .navbar-nav .nav-item .nav-link {
    padding: 5px 1px;
  }
  .navbar_dp .nav_cp_dp .navbar-nav .nav-item .nav-link:hover, .navbar_dp .nav_cp_dp .navbar-nav .nav-item .nav-link.active {
    border: 0px solid #14484B;
  }
  .navbar-toggler {
    padding: .25rem 0rem !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: block !important;
  }
  header .container {
    position: relative;
  }
  .navbar-collapse {
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    position: absolute;
    left: auto;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #010e16;
    max-width: 700px;
    margin: 0 auto !important;
  }
  .logo_dp8 img {
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .logo_dp8.opened img {
    border-radius: 0px;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .digital-image {
    width: 220px;
  }
  .logo_dp8 {
    width: 50%;
    z-index: 9999;
  }
  .navbar {
    position: inherit;
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar-nav {
    margin-top: 75px;
  }
  .mobile-nav-close {
    display: block;
  }
  .collapse:not(.show) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    padding-left: 30px;
    max-width: 93%;
  }
  .navbar-collapse {
    left: 0;
  }
}

.main_section {
  background-image: url("../images/section_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 145vh;
  width: 100%;
}

.main_section .arrow_down {
  position: absolute;
  top: 180%;
  left: -60px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 9;
}

.main_section .arrow_down_ico {
  font-size: 26px;
  letter-spacing: 12px;
}

.main_section .nav_menu_club_wrao {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main_section .nav_menu_club_wrao p {
  margin-right: -6px;
  line-height: 30px !important;
}

.main_section .nav_menu_club_wrao img {
  max-width: 80px;
  margin: 0 0 0 auto;
}

.main_section .arrow_down_ico::before {
  content: "";
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 183px;
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 150px;
  top: -75px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0) rotate(90deg);
            transform: translateX(0) rotate(90deg);
  }
  40% {
    -webkit-transform: translateX(-30px) rotate(90deg);
            transform: translateX(-30px) rotate(90deg);
  }
  60% {
    -webkit-transform: translateX(-15px) rotate(90deg);
            transform: translateX(-15px) rotate(90deg);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0) rotate(90deg);
            transform: translateX(0) rotate(90deg);
  }
  40% {
    -webkit-transform: translateX(-30px) rotate(90deg);
            transform: translateX(-30px) rotate(90deg);
  }
  60% {
    -webkit-transform: translateX(-15px) rotate(90deg);
            transform: translateX(-15px) rotate(90deg);
  }
}

.main_section .nav_menu_club {
  position: absolute;
  width: 176px;
  height: 48px;
  top: 185px;
  right: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main_section .nav_menu_club h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 95.84%;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 25.6782px 6.41955px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}

.main_section .nav_menu_club p {
  text-align: right;
  letter-spacing: 0.275em;
  color: transparent;
  font-size: 20px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
}

.main_section .nav_menu_club_2 {
  position: absolute;
  width: 176px;
  height: 48px;
  top: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 170px;
}

.main_section .nav_menu_club_2 h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 95.84%;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 25.6782px 6.41955px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}

.main_section .nav_menu_club_2 p {
  text-align: right;
  letter-spacing: 0.275em;
  color: transparent;
  font-size: 20px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
}

.main_section .nav_menu_club_3 {
  position: absolute;
  width: 176px;
  height: 48px;
  top: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 185px;
}

.main_section .nav_menu_club_3 h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 95.84%;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 25.6782px 6.41955px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}

.main_section .nav_menu_club_3 p {
  text-align: right;
  letter-spacing: 0.275em;
  color: transparent;
  font-size: 20px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
}

.content_inner_dp {
  padding-top: 150px;
}

.content_inner_dp h2 {
  font-size: 85px;
  line-height: 70px;
  display: inline;
  text-transform: uppercase;
  font-weight: 800;
  /*  text-shadow: 10px 0 23px rgba(0,0,0, 0.65),
                     0px 4px 1px rgba(0,0,0, 0.46); */
  background-color: #00b4a0;
  /* Create the gradient. */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4a0), color-stop(0%, #00b4a0), to(#09acc2));
  background-image: linear-gradient(180deg, #00b4a0 0%, #00b4a0 0%, #09acc2 100%);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.content_inner_dp span {
  color: transparent;
  font-size: 55px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #7bf4ff;
}

@media only screen and (max-width: 1400px) {
  .main_section {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 1200px) {
  .main_section {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 1024px) {
  .main_section {
    min-height: 56vh;
  }
  .main_section .nav_menu_club {
    position: absolute;
    width: 176px;
    height: 48px;
    top: 140px;
    right: 85px;
  }
  .main_section .nav_menu_club_2 {
    position: absolute;
    top: 200px;
    left: 50px;
  }
  .main_section .nav_menu_club_3 {
    position: absolute;
    top: 310px;
    right: 45px;
  }
  .main_section .arrow_down {
    position: absolute;
    top: 180%;
    left: -60px;
  }
  .client_slider .content_wrappeer img {
    width: 130px !important;
  }
}

@media (max-width: 992px) {
  .main_section .arrow_down {
    left: -75px;
  }
  .content_inner_dp h2 {
    font-size: 70px;
  }
  .content_inner_dp span {
    font-size: 45px;
  }
  .main_section .nav_menu_club_2 h3, .main_section .nav_menu_club h3, .main_section .nav_menu_club_3 h3 {
    font-size: 24px;
  }
  .main_section .nav_menu_club_2 p, .main_section .nav_menu_club p, .main_section .nav_menu_club_3 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .main_section {
    min-height: 42vh;
  }
  .main_section .arrow_down {
    position: absolute;
    top: 80px;
    left: -53px;
  }
  .arrow_down {
    visibility: hidden;
  }
  .nav_menu_club_2 {
    visibility: hidden;
  }
  .content_inner_dp h2 {
    visibility: hidden;
  }
  .content_inner_dp span {
    visibility: hidden;
  }
  .main-slide .project_on_main {
    height: 350px !important;
  }
  .main_section .nav_menu_club {
    visibility: hidden;
  }
  .main_section .nav_menu_club_3 {
    right: 20px;
    top: 146px;
    visibility: hidden;
  }
  .main_section .arrow_down_ico {
    font-size: 16px;
    letter-spacing: 12px;
  }
  .main_section .arrow_down_ico::before {
    content: "";
    width: 25px;
    height: 184px;
    right: 71px;
    top: -76px;
  }
  .nav_menu_club p {
    font-size: 13px;
    line-height: 20px;
  }
  .main_section .nav_menu_club {
    right: 50px;
    top: 85px;
  }
  .main_section .nav_menu_club_2 {
    left: 35px;
  }
  .main_section .nav_menu_club_3 {
    right: 15px;
  }
  .main_section .nav_menu_club h3 {
    font-size: 18px;
  }
  .main_section .nav_menu_club p {
    font-size: 14px;
    line-height: 20px;
  }
  .nav_menu_club img {
    width: 80px;
    margin-left: auto;
  }
  .nav_menu_club_2 img {
    width: 80px;
    margin-left: auto;
  }
  .nav_menu_club_3 img {
    width: 80px;
    margin-left: auto;
  }
  .main_section .nav_menu_club_2 {
    left: -45px;
    top: 100px;
  }
  .main_section .nav_menu_club_2 h3 {
    font-size: 18px;
  }
  .main_section .nav_menu_club_2 p {
    font-size: 14px;
    line-height: 20px;
  }
  .main_section .nav_menu_club_3 {
    right: 20px;
    top: 146px;
  }
  .main_section .nav_menu_club_3 h3 {
    font-size: 18px;
  }
  .main_section .nav_menu_club_3 p {
    font-size: 14px;
    line-height: 20px;
  }
  .content_inner_dp {
    padding-top: 65px;
  }
  .content_inner_dp h2 {
    font-size: 30px;
    margin-bottom: 0 !important;
  }
  .content_inner_dp span {
    font-size: 22px;
    line-height: 0px;
  }
}

.client_section {
  min-height: 30vh;
  background: linear-gradient(156.59deg, #194A4E -20.09%, #010e16 57.39%);
}

.client_slider .slick-track {
  margin-left: -45px;
}

.dp_sec_heading {
  font-size: 72px;
  text-transform: uppercase;
  color: #fff;
}

.dp_sec_heading span {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

h1, h2, .txt-neon, .main_section span {
  font-family: "SF UI Display Heavy";
}

.dp_sec_heading span {
  margin-left: 3px;
}

.client_slider .content_wrappeer {
  padding: 20px;
}

.client_slider .content_wrappeer img {
  width: 180px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.client_slider .slick-slide {
  border: 2px solid #14484b;
  border-radius: 20px;
  margin: 0px 10px;
}

.btn_dp8 {
  min-width: 180px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #5dffe8;
  color: #5dffe8;
  font-size: 16px;
  border-radius: 90px;
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
}

.btn_dp8:hover {
  background-color: #5dffe8;
  color: #000;
}

.dp_sectiion_para {
  font-size: 16px;
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 1400px) and (min-width: 1100px) {
  .dp_sec_heading {
    font-size: 65px;
  }
}

@media (max-width: 992px) {
  .dp_sec_heading {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .dp_sec_heading {
    font-size: 35px;
  }
}

.our_expertise {
  background-size: 100%;
  background-repeat: no-repeat;
}

.our_expertise .txt-neon {
  color: transparent;
  font-size: 55px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #14484b;
}

.our_expertise .title-exp {
  width: 80%;
  color: #fff;
}

.our_expertise .platforms-supported ul {
  padding: 0;
}

.our_expertise .platforms-supported li::before {
  content: "\002B";
  font-size: 20px;
  margin-right: 6px;
  color: #0c3539;
}

.our_expertise .platforms-supported li {
  list-style: none;
  color: #5dffe8;
}

.custom-form .form-control {
  background-color: transparent;
  border-color: #184c4e;
  border-radius: 50px;
  border-width: 2px;
}

.custom-form .form-control::-webkit-input-placeholder {
  color: #5dffe8;
}

.custom-form .form-control:-ms-input-placeholder {
  color: #5dffe8;
}

.custom-form .form-control::-ms-input-placeholder {
  color: #5dffe8;
}

.custom-form .form-control::placeholder {
  color: #5dffe8;
}

.custom-form .form-select {
  background-color: transparent;
  border-radius: 50px;
  border-color: #184c4e;
  border-width: 2px;
}

.custom-form .form-select {
  background-color: transparent;
  border-radius: 50px;
  border-color: #184c4e;
  border-width: 2px;
  color: #5dffe8;
}

.max-width {
  max-width: 70%;
  margin: auto;
}

.custom-styles {
  background-color: transparent;
  border-radius: 15px;
  border-color: #184c4e;
  border-width: 2px;
  resize: none;
}

.custom-styles::-webkit-input-placeholder {
  color: #5dffe8;
}

.custom-styles:-ms-input-placeholder {
  color: #5dffe8;
}

.custom-styles::-ms-input-placeholder {
  color: #5dffe8;
}

.custom-styles::placeholder {
  color: #5dffe8;
}

.custom-select option {
  margin: 40px;
  background: rgba(166, 166, 166, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.btn.btn-custom {
  background-color: #5dffe8;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
}

.btn.btn-custom:hover {
  background-color: transparent;
  border: 2px solid #5dffe8;
  color: #5dffe8;
}

/*  .what_we_do {
  background-image: url("../images/what_we_do.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
*/
.what_we_do {
  background-image: url("../images/vr_bg.gif");
  background-repeat: no-repeat;
  background-position: right 80%;
  background-size: 300px;
}

form, .input-field-wrap {
  position: relative;
}

.form-control, .form-control:focus {
  color: #5dffe8;
}

.input-filed {
  margin-bottom: 20px;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-search--dropdown .select2-search__field {
  display: none;
}

form textarea {
  background-color: transparent !important;
  border-color: #184c4e;
  border-radius: 50px;
  border-width: 2px;
}

.select2-selection--single {
  background-color: transparent !important;
  border: 2px solid #184c4e !important;
  border-radius: 50px !important;
  color: #5dffe8 !important;
  padding: 5px !important;
  height: 41px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #5dffe8;
  color: #010e16;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #5dffe8 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #5dffe8 transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5dffe8;
  color: #010e16;
}

.select2-results__option--selectable {
  color: #5dffe8;
}

.select2-dropdown {
  background-color: #010e16;
  border: 1px solid #5dffe8;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px !important;
  right: 10px !important;
}

.select2-selection__rendered {
  color: #5dffe8 !important;
}

label {
  position: absolute;
  top: -20px;
  left: 9px;
  background-color: #5dffe8;
  color: #010e16;
  padding: 2px 5px;
  border-radius: 50px;
}

input {
  font-size: 20px;
  position: relative;
  bottom: 0;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
}

input:invalid + label {
  top: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

input:focus + label {
  top: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
}

input:focus::-webkit-input-placeholder {
  color: green;
  font-weight: 100;
  font-family: sans-serif;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.select2-selection--single:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container {
  width: 100% !important;
}

.exp-section-padding, .cont-section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 1400px) and (min-width: 1100px) {
  .content_inner_dp {
    padding-top: 100px;
  }
  .content_inner_dp h2 {
    font-size: 65px;
    line-height: 65px;
  }
  .content_inner_dp span {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .what_we_do .btn_dp8 {
    margin-top: 30px;
  }
  .our_expertise {
    padding-bottom: 0 !important;
    margin-bottom: -55px;
  }
  .cont-section-padding {
    padding-top: 0 !important;
  }
  .txt-neon {
    margin-bottom: 10px;
  }
  .custom-md-devices {
    margin-bottom: 40px;
  }
  .projects_section {
    padding-top: 40px;
  }
  label {
    font-size: 12px;
  }
  input:invalid + label {
    top: -14px;
  }
  .input-filed {
    margin-bottom: 7px;
  }
  .what_we_do {
    background-image: none;
  }
  .max-width {
    max-width: 95%;
    margin: auto;
  }
  .our_expertise .txt-neon {
    color: transparent;
    font-size: 55px;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0a9c88;
  }
  .our_expertise p {
    width: 100% !important;
  }
  .we_inovate {
    text-align: center;
  }
  .we_elevate {
    text-align: center;
  }
  .we_create {
    text-align: center;
  }
  .what_we_do p {
    width: 100% !important;
  }
  .our_expertise .title-exp {
    width: 100%;
    color: #fff;
  }
  .custom-md-devices {
    text-align: center;
  }
}

.projects_section {
  background-image: url("../images/bg_projects.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.projects_slider {
  min-height: 450px;
}

.projects_slider .slick-prev {
  display: none !important;
}

.projects_slider .slick-next {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url(../images/slider-next-btn.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  left: 48%;
  bottom: 48px;
}

.projects_slider .slick-next::after {
  position: absolute;
  top: 0;
  left: 0;
}

.projects_slider .slick-slide .img_contain_main img {
  display: none;
}

.projects_slider .slick-slide.slick-active.main-slide .img_contain_main img {
  display: block;
}

.project-details-link {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.project-details-link img {
  width: 60px;
}

.projects_slider .projects_wrappeer {
  padding-bottom: 30px;
}

.projects_slider .slick-slide .project-details-link {
  display: none;
}

.projects_slider .slick-slide.slick-active.main-slide .project-details-link {
  display: block;
}

.projects_slider .slick-slide.left-slide.slick-active {
  border-radius: 20px;
  overflow: hidden;
  background: #01161d;
  background: linear-gradient(85deg, rgba(1, 22, 29, 0) 0%, #195051 100%, #195051 100%);
}

.projects_slider .projects_wrappeer {
  position: relative;
  min-height: 220px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
}

.projects_slider .projects_wrappeer .ar_wrap_projects {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background-image: url("../images/ar_bg.svg");
  background-position: top;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  background-size: 100%;
}

.projects_slider .projects_wrappeer .ar_wrap_projects h3 {
  text-align: end;
  margin-top: 10px;
  margin-right: 15px;
}

.projects_slider .projects_wrappeer img {
  margin: 0 auto;
}

.slick-slide.right-slide.slick-active {
  border-radius: 20px;
  overflow: hidden;
  background: #195051;
  background: -webkit-gradient(linear, left top, right top, from(#195051), color-stop(21%, #195051), to(rgba(1, 22, 29, 0.211922)));
  background: linear-gradient(90deg, #195051 0%, #195051 21%, rgba(1, 22, 29, 0.211922) 100%);
}

.slick-slide.right-slide.slick-active .ar_wrap_projects {
  top: 0px;
  right: unset;
  left: 0px;
  background-image: url("../images/ar_bg_2.svg");
}

.slick-slide.right-slide.slick-active .ar_wrap_projects h3 {
  text-align: start;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: unset;
}

.project_wrap_inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_on_main {
  display: none;
}

.main-slide .project_on_main {
  height: 450px;
  border-radius: 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #195051;
  background: -webkit-gradient(linear, left top, left bottom, from(#195051), color-stop(54%, #195051), to(#07272a));
  background: linear-gradient(180deg, #195051 0%, #195051 54%, #07272a 100%);
  overflow: hidden;
}

.main-slide .project_wrap_inner {
  display: none;
}

.projects_slider .slick-list.draggable {
  margin: 0px 50px;
  padding: unset;
}

.projects_slider .slick-list.draggable .slick-slide {
  margin: 15px;
}

.projects_slider .slick-track {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_img_dp8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 35px 0 0 35px !important;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.img_contain_main img {
  position: absolute;
  width: 280px;
  right: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 1200px) {
  .img_contain_main img {
    position: absolute;
    width: 150px;
  }
  .main-slide .project_on_main {
    height: 300px !important;
  }
}

@media only screen and (max-width: 992px) {
  .section-padding {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .projects_section .dp_sectiion_para {
    margin-bottom: 20px;
  }
  .project-details-link img {
    width: 70px !important;
  }
  .projects_slider {
    min-height: 0;
  }
  .projects_wrappeer img {
    width: 80%;
  }
  .project_on_main .main_img_dp8 {
    width: 50%;
  }
}

.custom-min-height {
  min-height: 750px;
}

.services {
  background-image: url("../images/services_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.services .service_box {
  background: linear-gradient(135.87deg, #1a5153 2.28%, rgba(26, 81, 83, 0.0520833) 71.8%, rgba(26, 81, 83, 0) 75.62%);
  border-radius: 15px;
  min-height: 420px;
}

.services .service_box .service_img {
  background-image: url(../images/bg_rounded.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  border-top-left-radius: 16px;
  padding-bottom: 125px;
}

.services .service_box img {
  width: 160px;
  margin-top: -45px;
}

.services .service_box .description_service {
  padding: 10px 30px;
}

.services .service_box .description_service button.read_more_btn {
  background-color: transparent;
  border: none;
  width: 100px;
  height: 35px;
  color: #56ecd7;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.services .service_box .description_service button.read_more_btn span {
  margin-top: 5px;
}

.services .service_box .description_service button.read_more_btn .contain_btn {
  font-size: 35px;
  color: #1d7165;
  line-height: 30px;
  margin-top: 0px;
}

.services .service_box .description_service button.read_more_btn:hover {
  width: 130px;
}

.sd_img_wrap a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
}

.check_test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 35px;
  background: transparent;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #56ecd7;
  font-size: 14px;
}

.check_test:hover {
  color: #56ecd7;
}

.check_test:before,
.check_test:after {
  position: absolute;
  content: "";
  -webkit-transition: all .25s;
  transition: all .25s;
}

.check_test:before {
  border-bottom: 4px solid #1d7165;
  border-left: 4px solid #1d7165;
  border-top: 4px solid #1d7165;
  width: 10%;
  height: 105%;
  left: 0px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.check_test:after {
  border-top: 4px solid #1d7165;
  border-right: 4px solid #1d7165;
  border-bottom: 4px solid #1d7165;
  width: 10%;
  height: 105%;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.check_test:hover:before {
  width: 100%;
  height: 105%;
}

.check_test:hover:after {
  width: 100%;
  height: 105%;
}

.sec_box {
  margin-top: 50%;
}

.thir_box {
  margin-top: 100%;
}

@media only screen and (max-width: 1024px) {
  .sec_box {
    margin-top: 10%;
  }
  .thir_box {
    margin-top: 10%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .main-slide .project_on_main {
    height: 250px !important;
  }
  .img_contain_main img {
    width: 120px;
  }
}

@media (max-width: 992px) {
  .services .service_box .service_img {
    background-size: 35% !important;
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .first-box {
    margin-top: 55px;
  }
  .services .service_box .service_img {
    background-size: 35% !important;
    border-top-left-radius: 16px !important;
    padding-bottom: 75px !important;
  }
  .services .sec_box {
    margin-top: 20%;
  }
  .services .thir_box {
    margin-top: 20%;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#1a5153), color-stop(99.06%, rgba(26, 81, 83, 0)));
  background: linear-gradient(90deg, #1a5153 0%, rgba(26, 81, 83, 0) 99.06%);
}

.footer .no-margin-bottom {
  margin-bottom: 0;
}

.footer .social-icons ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}

.footer .social-icons img {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .contact_us .form-wrapper .w-50 {
    width: 100% !important;
  }
  .contact_us .form-wrapper .input-field-wrap.me-2 {
    margin-right: 0rem !important;
  }
  .contact_us .form-wrapper .input-field-wrap.ms-2 {
    margin-left: 0rem !important;
  }
  .contact_us .form-wrapper.d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer h6 {
    font-size: 16px;
  }
  .footer .social-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
  }
  .footer .no-margin-bottom {
    margin-bottom: 0;
    text-align: center;
  }
  .footer .social-icons ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.expertise_section {
  background-image: url("../images/expertise_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 80px;
}

.expertise_services {
  padding: 70px 0;
  background: linear-gradient(166deg, #194A4E -10.18%, rgba(1, 14, 22, 0) 30.1%);
}

.expertise_services h2 {
  color: #FFF;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}

.expertise_services .exp_services_row {
  margin-top: 75px;
}

.expertise_services .exp_services_wrap {
  margin-bottom: 60px;
}

.expertise_services .exp_services_wrap h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #FFF;
  margin-bottom: 30px;
}

.expertise_services .exp_services_wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
  padding-bottom: 30px;
  max-width: 385px;
}

.expertise_content_inner {
  min-height: 450px;
}

.expertise_content_inner h2 {
  color: #FFF;
  text-transform: uppercase;
  line-height: 59px;
  margin-bottom: 30px;
}

.expertise_content_inner h2 span {
  color: transparent;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.expertise_content_inner p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  width: 75%;
  margin-bottom: 30px;
}

.expertise_col {
  background-image: url("../images/ar_expertise.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}

.acordion_outter_control .txt-neon {
  color: transparent;
  font-size: 55px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #14484b;
}

.acordion_outter_control .title-exp {
  color: #fff;
  font-size: 36px;
  line-height: 30px;
}

.acordion_outter_control .title-exp strong {
  font-size: 40px;
}

.acordion_outter_control .platforms-supported ul {
  list-style: none;
  padding: 0;
}

.acordion_outter_control .platforms-supported ul li a {
  color: #5dffe8;
  text-decoration: none;
  -webkit-transition: 250ms all ease-in;
  transition: 250ms all ease-in;
}

.acordion_outter_control .platforms-supported ul li a:hover {
  opacity: 0.7;
}

.acordion_outter_control .platforms-supported ul li:before {
  content: "\002B";
  font-size: 20px;
  margin-right: 6px;
  color: #0c3539;
}

.acordion_outter_control .platforms-supported ul .active::before {
  content: "\2212";
}

.accordion_content_single {
  background-color: #FFF;
  padding: 35px;
  -webkit-box-shadow: 0px 4px 10px #000000;
          box-shadow: 0px 4px 10px #000000;
  border-radius: 20px;
  display: none;
}

.accordion_content_single .close_outter h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 31px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.accordion_content_single .close_outter a {
  cursor: pointer;
}

.accordion_content_single .close_outter a img {
  width: 30px;
  height: 30px;
}

.accordion_content_single p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

@media (max-width: 1200px) {
  .expertise_section {
    background-size: cover;
    background-position: bottom right;
  }
  .expertise_services .exp_services_wrap h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .expertise_services .exp_services_wrap p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .expertise_services h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .expertise_services .exp_services_wrap h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .expertise_content_inner {
    min-height: auto;
  }
  .expertise_content_inner h2 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .expertise_content_inner p {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .expertise_section {
    background-size: cover;
    background-position: bottom right;
  }
}

.our_projects .projects_wrappeer {
  position: relative;
  min-height: 220px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  cursor: pointer;
  overflow: hidden;
}

.our_projects .projects_wrappeer .ar_wrap_projects {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background-image: url("../images/ar_bg.svg");
  background-position: top;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  background-size: 100%;
}

.our_projects .projects_wrappeer .ar_wrap_projects h3 {
  text-align: end;
  margin-top: 10px;
  margin-right: 15px;
}

.our_projects .projects_wrappeer img {
  margin: 0 auto;
}

.our_projects .project_on_main {
  height: 450px;
  border-radius: 20px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #195051;
  background: -webkit-gradient(linear, left top, left bottom, from(#195051), color-stop(54%, #195051), to(#07272a));
  background: linear-gradient(180deg, #195051 0%, #195051 54%, #07272a 100%);
  overflow: hidden;
}

.our_projects .project_wrap_inner {
  display: none;
}

.project-modal .modal-dialog {
  max-width: 1320px;
}

.project-modal .modal-dialog .modal-content {
  background-color: #5dffe8;
  border-radius: 20px;
}

.project-modal .modal-dialog .modal-content .modal-header {
  border: 0;
}

.project-modal .modal-dialog .modal-content .modal-header .btn-close {
  width: 18px;
  height: 18px;
  color: #000;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  opacity: 1;
}

.project-modal .modal-dialog .modal-body {
  padding: 0 50px 50px 50px;
}

.project-modal-img {
  border: 20px solid #ccc;
  border-radius: 20px;
  max-height: 620px !important;
  overflow: auto;
  margin-bottom: 30px;
}

.project-modal-content {
  padding: 0 20px;
}

.project-modal-content h2 {
  font-family: "SF Compact Display Medium";
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}

.project-modal-content p {
  color: #fff;
}

.projects_col {
  background-image: url("../images/our-projects.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}

.slimScrollRail {
  opacity: 0.4 !important;
}

@media only screen and (max-width: 767px) {
  .modal-body {
    padding: 0 20px 50px 20px !important;
  }
  .our_projects .main_img_dp8 {
    width: auto;
  }
  .our_projects .img_contain_main img {
    width: 280px;
  }
}

@media screen and (max-width: 1180px) and (min-width: 768px) {
  .our_projects .img_contain_main img {
    width: 280px;
  }
  .expertise_content_inner {
    min-height: 320px;
  }
}

.detail_contact {
  padding-bottom: 170px;
  background-image: url("../images/contact_page.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100px;
}

.dc_section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.dc_section .dc_form_col {
  padding-right: 40px;
}

.dc_section .dc_form_col h2 {
  margin-bottom: 56px;
}

.dc_section h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFF;
}

.dc_section .dc_content_col {
  background: linear-gradient(156.59deg, #194A4E -20.09%, rgba(1, 14, 22, 0) 57.39%);
}

.dc_section .contact_inner {
  padding: 100px 50px 0px;
}

.contact_inner h2 {
  color: #FFF;
  font-size: 28px;
  margin-bottom: 10px;
}

.contact_inner p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 0px;
  font-weight: 300;
}

.chain_bg {
  background-image: url("../images/chain_link.svg");
}

.cdc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.cdc-wrap span:last-child {
  margin-left: 35px;
}

.cdc-wrap span:first-child img {
  max-width: 45px;
}

.cdc-wrap h2 {
  line-height: 55px;
}

.cdc-wrap .c-phone-content-wrap p {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 800;
}

.cdc-wrap .c-email-content-wrap p {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .expertise_section.contact_hero_banner {
    padding-bottom: 0 !important;
  }
  .dc_section .contact_inner {
    padding: 30px 10px;
  }
  .dc_section .dc_form_col {
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .dc_section .dc_form_col h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .cdc-wrap .c-phone-content-wrap p {
    font-size: 24px;
  }
  .cdc-wrap .c-email-content-wrap p {
    font-size: 24px;
  }
}

.sd_section {
  background: linear-gradient(126.99deg, #194A4E -15.18%, rgba(1, 14, 22, 0) 49.1%);
}

.sd_section .sd_row .sd_heding_wrap h2 {
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 81px;
}

.sd_section .sd_row .sd_heding_wrap p {
  max-width: 920px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.sd_section .sd_row .sd_inner_row {
  margin-top: 80px;
}

.sd_section .sd_row .sd_inner_row .sd_img_wrap {
  padding: 0 35px 0 0;
}

.sd_section .sd_row .sd_inner_row .sd_img_wrap img {
  margin-bottom: 40px;
}

.sd_section .sd_row .sd_inner_row .sd_content_wrap {
  margin-bottom: 100px;
}

.sd_section .sd_row .sd_inner_row .sd_content_wrap .title-exp {
  font-size: 36px;
  line-height: 45px;
  max-width: 312px;
}

section.banner_services {
  min-height: 130vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/bg_services.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

section.banner_services .dp_sec_service {
  font-size: 90px;
}

.services-button-wrap {
  position: relative;
}

.services-button-wrap img {
  max-width: 550px;
}

.services-btn {
  position: absolute;
  bottom: 60px;
  left: 140px;
  right: 0;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}

.dp_sec_heading {
  line-height: 59px;
}

.services-details-wrap {
  max-width: 411px;
}

.services-details-wrap .txt-neon {
  font-style: normal;
  font-weight: 900;
  font-size: 93.9455px;
  line-height: 79px;
}

.services-details-wrap .title-exp {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 45px;
  margin-bottom: 30px;
}

.services-details-wrap .platforms-supported {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  max-width: 338px;
}

@media (max-width: 992px) {
  .sd_section .sd_row .sd_inner_row {
    margin-top: 50px;
  }
  .sd_section .sd_row .sd_inner_row .sd_img_wrap .primary-btn {
    padding: 12px;
  }
  .sd_section .sd_row .sd_inner_row .sd_content_wrap {
    margin-bottom: 50px;
  }
  .sd_section .sd_row .sd_inner_row .sd_content_wrap .title-exp {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .sd_section .sd_row .sd_heding_wrap h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .sd_section .sd_inner_row .sd_img_wrap.text-center {
    text-align: left !important;
  }
  .sd_section .sd_inner_row .sd_img_wrap {
    margin-bottom: 80px;
  }
  .sd_section .sd_inner_row .sd_img_wrap img {
    max-width: 100px;
    display: block;
  }
}

.experimental_club .services_para_txt {
  padding-left: 125px !important;
  padding-top: 30px;
}

.experimental_club .services_para_txt::before {
  content: "";
  background-image: url(../images/Subtract.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 125px;
  height: 4px;
  position: absolute;
  left: -5px;
  top: 40px;
}

.experimental_club .spaceship_bg {
  background-image: url(../images/spaceship.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

.experimental_club .button-bottom .hero-btn.primary-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.experimental_club .button-bottom {
  margin-top: auto;
  margin-bottom: 35px;
  margin-left: 45px;
}

.experimental_container, .interactive_container, .arvr_container {
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  section.banner_services .dp_sec_service {
    font-size: 80px;
  }
  .experimental_club .services-button-wrap img {
    max-width: 450px;
  }
  .experimental_club .dp_sec_heading {
    font-size: 64px;
    line-height: 44px;
  }
  .experimental_club .services_para_txt::before {
    width: 93px;
  }
  .experimental_club .services_para_txt {
    padding-left: 93px !important;
  }
  .services-details-wrap .txt-neon {
    font-size: 62px;
    line-height: 50px;
  }
  .services-details-wrap .title-exp {
    font-size: 34px;
    line-height: 34px;
  }
}

@media (max-width: 1024px) {
  .services-button-wrap {
    margin-bottom: 50px;
  }
  .mob-txt-left.align-items-center {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .experimental_club .dp_sec_heading {
    font-size: 45px;
    line-height: 30px;
  }
  .experimental_club .services_para_txt::before {
    width: 93px;
  }
  .experimental_club .services_para_txt {
    padding-left: 93px !important;
  }
  .services-details-wrap .title-exp {
    font-size: 30px;
    line-height: 30px;
  }
  section.banner_services .dp_sec_service {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  section.banner_services .dp_sec_service {
    font-size: 55px;
    line-height: 39px;
  }
  .experimental_club .services-button-wrap img {
    max-width: 100%;
  }
  .services-btn {
    bottom: 20px;
    left: 134px;
    max-width: 188px;
  }
  .experimental_club .services_para_txt::before {
    width: 70px;
  }
  .experimental_club .services_para_txt {
    padding-left: 70px !important;
  }
}

img, svg {
  max-width: 100%;
}

.what_we_do_content {
  max-width: 300px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.what_we_do_col {
  background-image: url(../images/what-we-do-hero.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
}

.contact_us {
  background-image: url(../images/what-we-contact.svg);
  background-position: bottom 50px left 30px;
  background-size: 100px;
  background-repeat: no-repeat;
}

.what-we-do-content-wrap h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 95px;
  color: #fff;
}

.what-we-do-content-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.wwd_image {
  margin: 0 auto;
}

@media (max-width: 992px) {
  .what-we-do-content-wrap h3 {
    font-size: 32px;
    line-height: 70px;
  }
  .what-we-do-content-wrap p {
    font-size: 16px;
  }
  .wwd_content_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wwd_content_row .wwd_img_col {
    max-width: 25% !important;
    width: 25% !important;
  }
  .wwd_content_row .wwd_img_col.align-items-center {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wwd_content_row .wwd_content_col {
    max-width: 73% !important;
    width: 73% !important;
  }
}

@media (max-width: 767px) {
  .expertise_section.wwd_hero_banner {
    padding-bottom: 0 !important;
  }
  .what_we_do_content {
    margin: 0 auto;
  }
}

.main_section_v1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh !important;
  background: transparent !important;
}

.main_section_v1 .content_inner_dp {
  padding: 0 !important;
}

#myVideo {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-video-wrap::before {
  content: '';
  background-color: rgba(3, 18, 26, 0.5);
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.main-hero-video-bg-wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.bg-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.client_section.color_client_section {
  background: linear-gradient(156.59deg, #194A4E -20.09%, #01161d 57.39%) !important;
}

.projects_col_1 img {
  max-width: 450px;
}

.op_img_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content {
  position: relative;
}

.project_card {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin: 0 auto 25px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 60px 109px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(0px 60px 109px rgba(0, 0, 0, 0.55));
}

.project_card img {
  border-radius: 10px;
  bottom: unset;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}

.project_card:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  bottom: unset;
  -webkit-transition: all 5s;
  transition: all 5s;
}

.modal_info_container .mod_tk_btn_wrap img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.modal_info_container h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #010e16;
}

.modal_info_container .about_company h2 {
  margin-top: 50px;
}

.modal_info_container .about_company p {
  max-width: 767px;
  margin: 20px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #010e16;
}

.modal_info_container .about_company_logos {
  margin-top: 80px;
}

.modal_info_container .about_company_logos h2 {
  margin-bottom: 30px;
}

.modal_info_container .about_company_logos .project_logos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 30px;
}

.modal_info_container .about_company_logos .op_website_link {
  text-align: center;
  display: block;
  margin-top: 50px;
}

.modal_info_container .about_company_logos .op_website_link a {
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 37px;
  text-align: center;
  color: #010e16;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.modal_info_container .about_company_logos .op_website_link a:hover {
  color: #010e16;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.modal_info_container .about_project_ui h2 {
  margin-top: 70px;
}

.modal_info_container .about_project_ui .project_images_wrap .projetc-image {
  margin-top: 64px;
}

.modal_info_container .about_project_ui .project_images_wrap.pro_res_images h2 {
  margin-top: 100px;
}

.modal_info_container .about_project_ui .modal_tk_wrap {
  text-align: center;
}

.modal_info_container .about_project_ui .modal_tk_wrap p {
  margin-top: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 37px;
  text-align: center;
  color: #010e16;
}

.modal_info_container .about_project_ui .modal_tk_wrap a img {
  max-width: 80px;
  margin-top: 40px;
}

@media (max-width: 980px) {
  .project_card {
    height: 350px;
  }
  .project_card img {
    bottom: -388px;
  }
}

@media (max-width: 767px) {
  .project_card {
    margin-bottom: 30px;
  }
  .project_card img {
    bottom: unset;
  }
  .projects_col_1 img {
    max-width: 330px;
  }
  .modal_info_container h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .modal_info_container .about_company_logos .op_website_link a {
    font-size: 22px;
  }
  .modal_info_container .about_project_ui .project_images_wrap .projetc-image {
    margin-top: 30px;
  }
  .modal_info_container .about_project_ui .modal_tk_wrap p {
    font-size: 44px;
  }
  .modal_info_container .about_project_ui .modal_tk_wrap a img {
    max-width: 50px;
  }
}
/*# sourceMappingURL=style.css.map */