* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:hover {
  outline: none;
  text-decoration: none;
}

*:focus {
  outline: 1px solid #3f2a56;
  outline-offset: 1px;
  border: 1px solid #ffffff !important;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  background: #1c1c1c;
}
body p {
  line-height: 150% !important;
  letter-spacing: 0.54px !important;
  word-spacing: 2.5px !important;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

button {
  border: 0;
  background-color: transparent;
}

.btn_know {
  position: relative;
  display: inline-block;
  cursor: pointer;
  bottom: -36px;
}
.btn_know::after {
  content: "";
  background-image: url("../../assets/img/home/right-arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn_know span {
  display: inline-block;
  padding-right: 40px;
  color: #fefcf4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.btn_know:hover::after {
  right: -2px;
}

.btn_all {
  margin-top: 48px;
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_all::after {
  content: "";
  background-image: url("../img/home/right-arrow.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  right: -40px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.btn_all span {
  position: relative;
  color: #9b9b9b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  /* 24px */
  letter-spacing: -0.2px;
}
.btn_all:hover span {
  color: #dddddd;
}
.btn_all:hover::after {
  background-image: url("../img/home/right-arrow-h.svg");
  right: -47px;
}

.service_item {
  height: 100%;
}
.service_item:nth-child(1) {
  padding-top: 0px;
}
@media screen and (min-width: 991px) {
  .service_item:nth-child(1) {
    padding-top: 16px;
  }
}
.service_item .sub_head {
  color: #888B8D;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin: 24px 0px 12px 0px;
  max-width: 205px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .service_item .sub_head {
    margin-top: 0px;
  }
}
.service_item .category_head {
  color: #b2b1ab;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.28px;
  text-transform: uppercase;
  opacity: 0.75;
  padding-left: 8px;
  max-width: 185px;
}
.service_item .category_head.intelligent_head {
  margin-top: 24px;
}
.service_item ul {
  padding-left: 8px;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .service_item ul {
    margin-bottom: 24px;
  }
}
.service_item ul li {
  max-width: 250px;
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .service_item ul li {
    max-width: 100%;
  }
}
.service_item ul li a {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin-bottom: 8px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff));
  background-image: linear-gradient(#ffffff);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-bottom: 5px;
}
.service_item ul li a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 991px) {
  .service_item ul li a:hover {
    background-size: 0% 0px;
  }
}
@media screen and (max-width: 767px) {
  .service_item ul li a::after {
    display: none;
  }
}
.service_item ul li:last-child {
  margin-bottom: 0px;
}
.service_item ul.sub_list {
  padding-left: 16px;
  margin-bottom: 24px;
}
.service_item ul.sub_list li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.service_item .industries_list {
  margin-top: 24px;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .service_item .industries_list {
    margin: 0px;
  }
}

.btn_jobs {
  color: #dadcea;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 14px 24px;
  border-radius: 4px;
  background-color: #606988;
  width: 176px;
  display: inline-block;
  text-align: center;
}
.btn_jobs:hover {
  color: #dadcea;
}

.btn_submit {
  border-radius: 4px;
  background-color: #606988;
  color: #dadcea;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 14px 24px;
  min-width: 176px;
}
@media screen and (max-width: 767px) {
  .btn_submit {
    min-width: 100%;
  }
}

@media (min-width: 576px) {
  .thanku__modal .modal-dialog {
    max-width: 546px;
  }
}
.thanku__modal .modal-dialog .modal-content {
  border-radius: 4px;
  background-color: #1c1c1c;
}
.thanku__modal .modal-dialog .modal-content .btn-close {
  background: url(../../assets/img/x.svg) center/24px auto no-repeat;
  width: 24px;
  height: 24px;
  opacity: 1;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.thanku__modal .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.thanku__modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}
.thanku__modal .modal-dialog .modal-content .modal-body .bg {
  width: 100%;
  height: 100%;
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 466px;
}
@media screen and (max-width: 767px) {
  .thanku__modal .modal-dialog .modal-content .modal-body .contents {
    top: 54%;
  }
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents h3 {
  color: #ddddda;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents p {
  color: #74726b;
  font-size: 1.125;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .thanku__modal .modal-dialog .modal-content .modal-body .contents p {
    font-size: 1rem;
  }
}

.iti__country-list {
  color: #727272;
  background-color: #1c1c1c !important;
  max-width: 360px;
}
@media screen and (min-width: 1440px) {
  .iti__country-list {
    max-width: 362px;
    left: 0;
  }
}
@media screen and (max-width: 1399px) {
  .iti__country-list {
    left: 0;
    max-width: 309px;
  }
}
@media screen and (max-width: 1200px) {
  .iti__country-list {
    max-width: 257px;
  }
}
@media screen and (max-width: 991px) {
  .iti__country-list {
    max-width: 403px;
  }
}
@media screen and (max-width: 767px) {
  .iti__country-list {
    left: -19px;
    max-width: 353px;
  }
}

.iti__country-name:hover {
  color: #dddddd;
}

.img__banner__wrapper {
  position: relative;
  margin-top: 102px;
}
@media screen and (min-width: 991px) {
  .img__banner__wrapper {
    height: 522px;
  }
}
@media screen and (max-width: 991px) {
  .img__banner__wrapper {
    margin-top: 54px;
  }
}
.img__banner__wrapper::before {
  content: "";
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.00)14.05%, rgba(20, 20, 20, 0.61)44.84%, rgba(0, 0, 0, 0.85)91.67%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .img__banner__wrapper::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.34%, #1c1c1c), color-stop(43.8%, rgba(25, 25, 26, 0.7)), color-stop(61.26%, rgba(7, 7, 7, 0)));
    background: linear-gradient(to top, #1c1c1c 20.34%, rgba(25, 25, 26, 0.7) 43.8%, rgba(7, 7, 7, 0) 61.26%);
  }
}
.img__banner__wrapper .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .img__banner__wrapper .bg {
    height: 558px;
    -o-object-position: center;
       object-position: center;
  }
}
.img__banner__wrapper .bg.service {
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
@media screen and (max-width: 1024px) {
  .img__banner__wrapper .bg.service {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .img__banner__wrapper .bg.service {
    -o-object-position: 85%;
       object-position: 85%;
  }
}
@media screen and (max-width: 991px) {
  .img__banner__wrapper .desktop_img {
    display: none;
  }
}
.img__banner__wrapper .mobile_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 991px) {
  .img__banner__wrapper .mobile_img {
    display: none;
  }
}
.img__banner__wrapper .banner_content {
  position: absolute;
  top: auto;
  bottom: 10%;
  max-height: 102px;
  margin: auto 0;
}
@media screen and (max-width: 991px) {
  .img__banner__wrapper .banner_content {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 24px;
  }
}
.img__banner__wrapper .banner_content h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.img__banner__wrapper .banner_content h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -1.28px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .img__banner__wrapper .banner_content h2 {
    font-size: 36px;
  }
}

.skipLink {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #1C1C1C;
  color: #fff;
  padding: 8px 24px;
  z-index: 10000;
  text-decoration: none;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  color: #DDDDDA;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.skipLink:focus {
  top: 10px;
}

.header__navbar__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.header__navbar__wrapper .top__nav__wrapper {
  background-color: #2a3c51;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex {
  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: 50px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .dark,
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .light {
  width: auto;
  height: 28px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .light {
  display: none;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a:hover .dark {
  display: none;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a:hover .light {
  display: block;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown {
  position: relative;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown::before {
  content: "";
  background-image: url("../../assets/img/arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 12px;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button {
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.14px;
  font-family: "Barlow", sans-serif;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding: 14px 24px 14px 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button::after {
  display: none;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button:hover {
  color: #fefcf4;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu {
  background-color: #1c1c1c;
  border: 1px solid #4b4b4b;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 16px;
  top: 35px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li {
  margin-bottom: 12px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
  color: #fff;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover button {
  color: #ddddda;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover .dropdown-menu {
  display: block;
  left: -25px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  top: 48px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  margin: 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: inline-block;
  padding: 14px 0;
  position: relative;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 12px;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links:hover {
  color: #fff;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex.second {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.header__navbar__wrapper .main__navbar__wrapper {
  border-bottom: 1px solid #343434;
  background: #1c1c1c;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper {
    background: #2a3c51;
    top: 0;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-brand {
    margin-left: 12px;
    padding-bottom: 16px;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler {
  position: relative;
  height: 24px;
  width: 24px;
  border: none;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler {
    margin-right: 12px;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler::before {
  content: "";
  position: absolute;
  background: url("../../assets/img/header/homeburger.svg");
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler[aria-expanded=true]::before {
  content: "";
  position: absolute;
  background: url("../../assets/img/header/close.svg");
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper {
    background-color: #1c1c1c;
    height: calc(100vh - 53px);
    overflow-y: scroll;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav {
  width: calc(100% - 112px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav {
    padding: 32px 12px;
    width: 100%;
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown {
    margin-right: 0;
    border-bottom: 1px solid #3a3935;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link {
  padding: 16px 24px 16px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link {
    margin: 20px 0;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link::before {
  content: "";
  background-image: url("../../assets/img/arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 3px;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link::after {
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .nav-link {
  color: #fff;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .nav-link::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .nav-link::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu {
  min-width: 350px;
  left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 4px;
  border: 1px solid #4b4b4b;
  background-color: #1c1c1c;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu {
    -webkit-transform: none;
            transform: none;
    padding: 0;
    border: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li.resource_list {
  height: 48px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
  padding: 12px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
    white-space: unset;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .flex_wrap .img img {
  width: 100%;
  height: 100%;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .flex_wrap .img .h_one {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .flex_wrap .contents p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
  margin: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
  border-radius: 4px;
  background: #fff;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .flex_wrap .img .n_one {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .flex_wrap .img .h_one {
  display: block;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .contents p {
  color: #101820;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child {
  margin-right: 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  top: 52px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .dropdown-menu {
    display: unset;
  }
}

.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown.mobile_dropdown .dropdown-menu li .dropdown-item {
  color: #b2b1ab;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.24px;
  background: #1c1c1c;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown.mobile_dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: #1c1c1c;
  color: #ddddda;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion {
  padding: 0px 12px;
}
@media screen and (min-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion {
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item {
  margin: 24px 0px;
  border: none;
  background-color: #1c1c1c;
  border-bottom: 1px solid #3a3935;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  padding: 0px 16px 12px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  padding-bottom: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li {
  padding: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li .unlist-item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li .unlist-item .flex_wrap img {
  width: 84px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li .unlist-item .flex_wrap .contents-wrap h5 {
  color: #ddddda;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .unlist_wrap li .unlist-item .flex_wrap .contents-wrap p {
  color: #b2b1ab;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  opacity: 0.75;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header {
  background-color: #1c1c1c;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #1c1c1c;
  padding: 8px 0px 8px 0px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  /* 1.35rem */
  letter-spacing: 0.01125rem;
  opacity: 0.75;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #fff;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fff;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../../assets/img/footer/arrow-down.svg");
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: cover;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item h3 {
  padding: 8px 0px 8px 0px;
  margin: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item h3 a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.01125rem;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .products_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 12px;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .products_flex .flex_link {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.header__navbar__wrapper.scroll-down {
  top: -48px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper.scroll-down {
    top: 0;
  }
}

.accord_mob_view .accordion-body {
  padding: 0px;
  padding-top: 16px;
}

.mob_view_industries {
  padding: 12px 0px !important;
}
.mob_view_industries .mob_view_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mob_view_industries .mob_view_list p {
  margin: 0px;
  color: #fff;
}
.mob_view_industries .mob_view_list::after {
  content: "";
  display: none;
}

.dt_view {
  position: relative;
}
.dt_view .list_wrap {
  width: 100%;
  height: 412px;
  padding: 40px 0px;
}
.dt_view .list_wrap ul {
  margin: 0px;
  padding: 8px 24px;
}
.dt_view .list_wrap ul li {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
  padding: 8px 4px;
  cursor: pointer;
  border-radius: 4px;
}
.dt_view .list_wrap ul li:last-child {
  margin-bottom: 0px;
}
.dt_view .list_wrap ul li:hover {
  color: #101820;
  background: #fff;
}
.dt_view .sub_list_wrap_dk {
  border-left: 1px solid #393939;
  left: 0px;
  height: 416px;
  overflow-y: scroll;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap {
  padding: 40px 0px 40px 12px;
  margin: 0px;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap h4 {
  color: #b2b1ab;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.75;
  padding-left: 16px;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap .intellegence_margin {
  margin-top: 24px;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap .sub_card_wrapper {
  padding: 16px;
  height: 100%;
  margin-bottom: 20px;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap .sub_card_wrapper h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
  height: 44px;
  margin: 0px;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap .sub_card_wrapper p {
  color: #D0D0CE;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin: 0px;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap .sub_card_wrapper:hover {
  border-radius: 4px;
  background: #fff;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap .sub_card_wrapper:hover h3 {
  color: #101820;
}
.dt_view .sub_list_wrap_dk .sub_list_cards_wrap .sub_card_wrapper:hover p {
  color: #53565A;
}

.services_dt {
  position: static;
}
.services_dt .services_dropdown_menu {
  width: 100%;
  -webkit-transform: none !important;
          transform: none !important;
  padding: 0px !important;
  left: 0 !important;
  height: 416px;
}
.services_dt .services_list_wrap {
  height: 100%;
  width: 100%;
}

.footer_wrap {
  padding-top: 80px;
  padding-bottom: 40px;
  border-radius: 4px;
  background: #101015;
}
.footer_wrap .sub_footer {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .sub_footer {
    padding-bottom: 40px;
  }
}
.footer_wrap .sub_footer .share_logos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .sub_footer .share_logos_wrap {
    gap: 40px;
  }
}
.footer_wrap .sub_footer .services_foot_wrap {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .footer_wrap .sub_footer .services_foot_wrap {
    display: none;
  }
}
.footer_wrap .sub_footer .services_foot_wrap h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  margin: 0px;
}
.footer_wrap .sub_footer .mobile_view {
  margin-top: 48px;
}
@media screen and (min-width: 991px) {
  .footer_wrap .sub_footer .mobile_view {
    display: none;
  }
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item {
  border: none;
  background: #101015;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header {
  background: #101015;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button {
  background: #101015;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  border-radius: 0px;
  padding: 16px 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #ddd;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background: url("../../assets/img/home/arrow-down.svg");
  height: 24px;
  width: 24px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse {
  background: #101015;
  border-radius: 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body {
  background: #101015;
  padding: 16px 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  padding-bottom: 0px;
}
.footer_wrap .images_footer_wrap {
  width: 100%;
}
.footer_wrap .images_footer_wrap .main_content_wrap {
  padding: 24px 0px;
  border-top: 1px solid #4b4b4b;
  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;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 345px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .logo_consulting {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #888B8D;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .logo_consulting {
    padding-top: 16px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-left: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  width: 100%;
}
@media screen and (max-width: 320px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos {
    gap: 0px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a .h_img {
  display: none;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a:hover .n_img {
  display: none;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a:hover .h_img {
  display: inline;
}
.footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap li a:hover {
  opacity: 1;
}
.footer_wrap .rights_footer_wrap {
  padding-top: 40px;
}
.footer_wrap .rights_footer_wrap .rights_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer_wrap .rights_footer_wrap .rights_wrap span {
  color: #888B8D;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}
.footer_wrap .rights_footer_wrap .rights_wrap span a {
  color: #888B8D;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}

.banner_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .banner_wrap {
    margin-top: 51px;
  }
}
.banner_wrap video {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .banner_wrap video {
    height: 360px;
  }
}
.banner_wrap .content_wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.34%, #1c1c1c), color-stop(43.8%, rgba(25, 25, 26, 0.7)), color-stop(61.26%, rgba(7, 7, 7, 0)));
  background: linear-gradient(90deg, #1c1c1c 20.34%, rgba(25, 25, 26, 0.7) 43.8%, rgba(7, 7, 7, 0) 61.26%);
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .banner_wrap .content_wrap {
    height: 38%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.34%, #1c1c1c), color-stop(43.8%, rgba(25, 25, 26, 0.7)), color-stop(61.26%, rgba(7, 7, 7, 0)));
    background: linear-gradient(to top, #1c1c1c 20.34%, rgba(25, 25, 26, 0.7) 43.8%, rgba(7, 7, 7, 0) 61.26%);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.banner_wrap .content_wrap img {
  margin-top: 86px;
  height: 60px;
  width: 61px;
}
@media screen and (max-width: 767px) {
  .banner_wrap .content_wrap img {
    margin-top: 40px;
    height: 24px;
    width: 24px;
  }
}
.banner_wrap .content_wrap h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -1.12px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .banner_wrap .content_wrap h1 {
    margin-top: 24px;
    font-size: 36px;
  }
}

.elevate_section {
  background-image: url("../../assets/img/home/elevate-new.svg");
  background-repeat: no-repeat;
  height: 467px;
  width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 991px) {
  .elevate_section {
    background-image: url("../../assets/img/home/tab-elevate.webp");
    background-size: contain;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 765px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .elevate_section {
    background-image: url("../../assets/img/home/elevate-mob-bg.webp");
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 9 / 16;

    /* Ensure it scales correctly */
    width: 100%;
    height: auto;
  }
}
.elevate_section .content_wrap {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .elevate_section .content_wrap {
    height: 765px;
  }
}
.elevate_section .content_wrap .elevate_content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .elevate_section .content_wrap .elevate_content {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.elevate_section .content_wrap .elevate_content p {
  max-width: 546px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .elevate_section .content_wrap .elevate_content p {
    font-size: 28px;
    padding-top: 56px;
  }
}
.elevate_section .content_wrap .elevate_img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .elevate_section .content_wrap .elevate_img {
    width: 100%;
  }
}

.our__offerings__wrapper {
  /*  position: relative;*/
  /*top: -6px;*/
  margin-top: -6px;
  background: linear-gradient(262deg, #12171c 20.24%, #17202a 53.63%, #161f29 73.82%, #1f2b39 100.74%);
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.our__offerings__wrapper .tabs__wrapper {
  position: sticky;
  top: 0;
  background: linear-gradient(264deg, #13181d 12.1%, #131920 28.38%, #151d26 47.62%, #17202a 68.68%, #18212c 92.01%);
  margin-bottom: 64px;
  padding-top: 80px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tabs__wrapper {
    padding-top: 40px;
    top: 20px;
    margin-bottom: 16px;
  }
}
.our__offerings__wrapper .tabs__wrapper h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tabs__wrapper h2 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    padding: 0 12px;
  }
}
.our__offerings__wrapper .tabs__wrapper .tab_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 0 0 26px 0;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #32384c;
  text-align: center;
  overflow-x: scroll;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tabs__wrapper .tab_listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 56px;
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
    text-align: left;
    /*background-color: #2e3c4d;*/
    padding: 16px;
    border-bottom: 1px solid #cba052;
    background: linear-gradient(
          264deg,
          #13181d 12.1%,
          #131920 28.38%,
          #151d26 47.62%,
          #17202a 68.68%,
          #18212c 92.01%
        );
  }
}
.our__offerings__wrapper .tabs__wrapper .tab_listing li {
  color: #D0D0CE;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  width: 260px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tabs__wrapper .tab_listing li {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.our__offerings__wrapper .tabs__wrapper .tab_listing li::before {
  content: "";
  background-color: #cba052;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -26px;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tabs__wrapper .tab_listing li::before {
    display: none;
  }
}
.our__offerings__wrapper .tabs__wrapper .tab_listing li.active {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tabs__wrapper .tab_listing li.active {
    position: absolute;
  }
}
.our__offerings__wrapper .tabs__wrapper .tab_listing li.active::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tabs__wrapper .tab_listing li:not(.active) {
    position: relative;
    top: 48px;
  }
}
.our__offerings__wrapper .tabs__wrapper .tab_listing #tab_m {
  position: absolute;
  top: 12px;
  right: 10px;
}
.our__offerings__wrapper .tabs__wrapper .tab_listing #tab_m img {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 768px) {
  .our__offerings__wrapper .tabs__wrapper .tab_listing #tab_m {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tabs__wrapper .tab_listing.open_panel {
    height: 150px;
  }
}
.our__offerings__wrapper .tabs__wrapper .tab_listing.open_panel #tab_m img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tab_contents {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.our__offerings__wrapper .tab_contents .section {
  padding: 64px 0px;
  border-bottom: 2px solid #32384c;
}
.our__offerings__wrapper .tab_contents .section:last-child {
  border-bottom: none;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .our__offerings__wrapper .tab_contents .section {
    padding-bottom: 56px;
  }
  .our__offerings__wrapper .tab_contents .section:first-child {
    padding-bottom: 0px;
  }
}

.cards_left .img {
  width: 100%;
  height: 100%;
}
.cards_left .contents {
  padding: 32px;
  background-color: #0f1015;
}
@media screen and (max-width: 991px) {
  .cards_left .contents {
    padding: 20px 16px;
  }
}
.cards_left .contents h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cards_left .contents h3 {
    font-size: 1.125rem;
  }
}
.cards_left .contents p {
  color: #D0D0CE;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .cards_left .contents p {
    font-size: 1rem;
  }
}

.cards_right .content_list {
  padding: 0;
  margin: 0;
}
.cards_right .content_list .items .title_wrap {
  display: block;
  padding: 16px;
}
.cards_right .content_list .items .title_wrap h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .cards_right .content_list .items .title_wrap h4 {
    display: block;
    padding-right: 24px;
  }
}
.cards_right .content_list .items .title_wrap h4::after {
  content: "";
  background-image: url(../../assets/img/home/offering/arrow.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  transition: all 0.8s;
}
@media screen and (max-width: 991px) {
  .cards_right .content_list .items .title_wrap h4::after {
    right: 0;
  }
}
.cards_right .content_list .items .title_wrap img {
  width: 24px;
  height: 24px;
}
.cards_right .content_list .items .title_wrap p {
  color: #D0D0CE;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin: 0;
}
.cards_right .content_list .items .title_wrap:hover {
  border-radius: 4px;
  background-color: #fff;
}
.cards_right .content_list .items .title_wrap:hover h4 {
  color: #101820;
}
.cards_right .content_list .items .title_wrap:hover h4::after {
  background-image: url(../../assets/img/home/offering/arrow-hover.svg);
  right: -40px;
}
.cards_right .content_list .items .title_wrap:hover p {
  color: #53565A;
}
.cards_right .accordion_offering .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #4d4b46;
}
.cards_right .accordion_offering .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 24px 0;
}
.cards_right .accordion_offering .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../../assets/img/home/offering/chevron-right.svg);
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.cards_right .accordion_offering .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cards_right .accordion_offering .accordion-item .accordion-body {
  padding: 0;
}
.cards_right .accordion_offering .accordion-item:last-child {
  border-radius: 0;
}

.industries_wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .industries_wrap {
    padding-top: 56px;
  }
}
.industries_wrap h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .industries_wrap h3 {
    font-size: 20px;
  }
}
.industries_wrap p {
  color: #D0D0CE;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.36px;
  max-width: 639px;
  margin: 24px 0px 40px 0px;
}
@media screen and (max-width: 767px) {
  .industries_wrap p {
    font-size: 16px;
  }
}
.industries_wrap .industries_card {
  padding: 24px 0px 24px 24px;
  border-radius: 4px;
  border: 1px solid #32384c;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.industries_wrap .industries_card img {
  height: 32px;
  width: 32px;
}
.industries_wrap .industries_card .industries_content {
  height: 64px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .industries_wrap .industries_card .industries_content {
    height: 100%;
  }
}
.industries_wrap .industries_card .industries_content .head_industries {
  margin: 40px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.28px;
  overflow: hidden;
  height: 20px;
}
/*.industries_wrap .industries_card .industries_content .head_industries div {*/
/*  -webkit-transition: -webkit-transform 0.3s linear;*/
/*  transition: -webkit-transform 0.3s linear;*/
/*  transition: transform 0.3s linear;*/
/*  transition: transform 0.3s linear, -webkit-transform 0.3s linear;*/
/*}*/
/*.industries_wrap .industries_card .industries_content .head_industries div:first-child {*/
/*  -webkit-transform: translateY(-20px);*/
/*          transform: translateY(-20px);*/
/*}*/
/*.industries_wrap .industries_card .industries_content .head_industries div:last-child {*/
/*  -webkit-transform: translateY(-20px);*/
/*          transform: translateY(-20px);*/
/*}*/
@media screen and (min-width: 991px) {
  .industries_wrap .industries_card:hover {
    background: linear-gradient(261deg, #12171c -21.01%, #17202a -0.42%, #161f29 38.27%, #1f2b39 98.35%);
  }
  .industries_wrap .industries_card:hover .head_industries div:first-child {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .industries_wrap .industries_card:hover .head_industries div:last-child {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.technologies_wrap {
  padding-top: 76px;
}
@media screen and (max-width: 767px) {
  .technologies_wrap {
    padding-top: 32px;
  }
}
.technologies_wrap h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .technologies_wrap h5 {
    font-size: 24px;
    margin-bottom: 17px;
  }
}
.technologies_wrap .swiper-main-wrapper {
  width: 100%;
  position: relative;
}
.technologies_wrap .swiper-main-wrapper::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(8.96%, rgba(28, 28, 28, 0.08)), color-stop(107.17%, #1c1c1c));
  background: linear-gradient(270deg, rgba(28, 28, 28, 0.08) 8.96%, #1c1c1c 107.17%);
  width: 193px;
  height: 120px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .technologies_wrap .swiper-main-wrapper::before {
    height: 60px;
    width: 120px;
    left: -40px;
  }
}
.technologies_wrap .swiper-main-wrapper::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(8.96%, rgba(28, 28, 28, 0.08)), color-stop(107.17%, #1c1c1c));
  background: linear-gradient(270deg, rgba(28, 28, 28, 0.08) 8.96%, #1c1c1c 107.17%);
  width: 193px;
  height: 120px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .technologies_wrap .swiper-main-wrapper::after {
    height: 60px;
    width: 120px;
    right: -5px;
  }
}
.technologies_wrap .swiper-main-wrapper .swiper {
  width: 100%;
}
.technologies_wrap .swiper-main-wrapper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .technologies_wrap .swiper-main-wrapper .swiper .swiper-wrapper {
    height: 60px;
  }
}
.technologies_wrap .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.celsior-wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .celsior-wrapper {
    padding-top: 56px;
  }
}
.celsior-wrapper .news-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .celsior-wrapper .news-head-wrapper {
    margin-bottom: 24px;
  }
}
.celsior-wrapper .news-head-wrapper h4 {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .celsior-wrapper .news-head-wrapper h4 {
    font-size: 1.25rem;
  }
}
.celsior-wrapper .news-head-wrapper .btn_all {
  margin-right: 45px;
  margin-top: 0px;
}
.celsior-wrapper .news-head-wrapper .btn_all span {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .celsior-wrapper .news-head-wrapper .btn_all {
    display: none;
  }
}
.celsior-wrapper .mob_view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 991px) {
  .celsior-wrapper .mob_view_btn {
    display: none;
  }
}

.event-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .event-cards {
    margin-bottom: 24px;
  }
}
.event-cards .event-top {
  height: 168px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0px 20px;
  position: absolute;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: linear-gradient(262deg, #12171c 20.24%, #17202a 53.63%, #161f29 73.82%, #1f2b39 100.74%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1366px) {
  .event-cards .event-top {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .event-cards .event-top {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .event-cards .event-top {
    gap: 56px;
  }
}
.event-cards .event-top .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 8px;
}
.event-cards .event-top .top-content .top-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.event-cards .event-top .top-content .top-heading h6 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.event-cards .event-top .top-content .top-heading img {
  height: 20px;
  width: 20px;
}
.event-cards .event-top .top-content h5 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.27px;
  height: 75px;
  margin-bottom: 0px;
}
.event-cards .event-top .bottom-content {
  display: none;
}
.event-cards .event-top .bottom-content ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.event-cards .event-top .bottom-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  list-style-type: none;
}
.event-cards .event-top .bottom-content ul li img {
  height: 16px;
  width: 16px;
}
.event-cards .event-top .bottom-content ul li p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}
.event-cards .event-top .bottom-content p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.27px;
  margin-bottom: 0px;
}
.event-cards .event-top .bottom-content .btn_know span {
  color: #fff;
}
.event-cards .event-bottom {
  height: 282px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event-cards .event-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.event-cards:hover .event-top {
  height: 100%;
  border-radius: 4px;
}
.event-cards:hover .event-top .bottom-content {
  display: block;
}
.event-cards:hover .event-top .btn-know {
  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: transparent;
}

.contact_wrap {
  padding: 80px 0px;
}
@media screen and (max-width: 767px) {
  .contact_wrap {
    padding: 40px 0px;
  }
}
.contact_wrap .full_wrap {
  background: #020305;
}
.contact_wrap .full_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_wrap .full_wrap .contact_content_wrap {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contact_wrap .full_wrap .contact_content_wrap {
    padding: 24px;
  }
}
.contact_wrap .full_wrap .contact_content_wrap h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  /* 48px */
  letter-spacing: -0.64px;
  max-width: 520px;
  margin: 0px;
  text-wrap: pretty;
}
@media screen and (max-width: 991px) {
  .contact_wrap .full_wrap .contact_content_wrap h3 {
    font-size: 24px;
  }
}
.contact_wrap .full_wrap .contact_content_wrap .btn_all span {
  color: #fff;
}

.intrusted_wrap {
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .intrusted_wrap .touch_wrap {
    margin-top: 24px;
  }
}

.other_services {
  padding: 80px 0px;
  background: rgba(0, 0, 0, 0.81);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .other_services {
    padding: 40px 0px;
  }
}
.other_services h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
  /*text-transform: capitalize;*/
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .other_services h3 {
    font-size: 20px;
  }
}
.other_services.services_page_ot_services::before {
  display: none;
}
.other_services.services_page_ot_services::after {
  display: none;
}
.other_services::before {
  position: absolute;
  content: "";
  background: url("../../assets/img/industries/other-services/left-gradient.svg");
  background-repeat: no-repeat;
  height: 313px;
  width: 124px;
  left: -5px;
  bottom: 80px;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .other_services::before {
    display: none;
  }
}
.other_services::after {
  position: absolute;
  content: "";
  background: url("../../assets/img/industries/other-services/left-gradient.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 313px;
  width: 124px;
  right: 0px;
  bottom: 80px;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .other_services::after {
    display: none;
  }
}
.other_services .swiper_wrap {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .other_services .swiper_wrap {
    padding-top: 24px;
    padding-bottom: 80px;
  }
}
.other_services .swiper_wrap.container {
  overflow: unset;
  padding-left: 12px;
  padding-right: 12px;
}
.other_services .swiper_wrap .swiper {
  width: 100%;
  height: 313px;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .other_services .swiper_wrap .swiper {
    height: 240px;
  }
}
.other_services .swiper_wrap .swiper .swiper-wrapper {
  height: 100%;
  width: 100%;
}
.other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: inline-block;
  transition: all 1s;
  height: 100%;
}
.other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-59.01%, rgba(28, 28, 28, 0)), color-stop(120.63%, rgba(0, 0, 0, 0.94)));
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) -59.01%, rgba(0, 0, 0, 0.94) 120.63%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  top: 0px;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content .os_card_description {
  position: absolute;
  padding: 16px;
  bottom: -14%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 991px) {
  .other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content .os_card_description {
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content .os_card_description {
    bottom: 0px;
    padding-bottom: 20px;
  }
}
.other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content .os_card_description h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
  margin: 0px;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content .os_card_description h4 {
    font-size: 16px;
    padding-bottom: 12px;
  }
}
.other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content .os_card_description p {
  color: #D0D0CE;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.015rem;
  height: 40px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card .os_card_content .os_card_description p {
    padding-bottom: 0px;
    height: auto;
  }
}
@media screen and (min-width: 991px) {
  .other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .other_services .swiper_wrap .swiper .swiper-wrapper .swiper-slide .swiper_card:hover .os_card_content .os_card_description {
    bottom: 0px;
  }
}
.other_services .swiper_wrap .swiper-button-next {
  top: -20px;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  .other_services .swiper_wrap .swiper-button-next {
    top: auto;
    right: auto;
    left: 76px;
    bottom: 0px;
  }
}
.other_services .swiper_wrap .swiper-button-next::after {
  content: "";
  background: url("../../assets/img/industries/chevron-left.svg");
  height: 40px;
  width: 40px;
}
.other_services .swiper_wrap .swiper-button-prev {
  left: auto;
  right: 64px;
  top: -20px;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  .other_services .swiper_wrap .swiper-button-prev {
    top: auto;
    right: auto;
    left: 12px;
    bottom: 0px;
  }
}
.other_services .swiper_wrap .swiper-button-prev::after {
  content: "";
  background: url("../../assets/img/industries/chevron-left.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 40px;
  width: 40px;
}

.ai_services {
  padding: 80px 0px;
  background: linear-gradient(262deg, #12171c 20.24%, #17202a 53.63%, #161f29 73.82%, #1f2b39 100.74%);
  
}
@media screen and (max-width: 991px) {
  .ai_services {
    padding: 56px 0px;
  }
}
.ai_services h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.64px;
  max-width: 460px;
  margin-bottom: 40px;
  text-wrap: pretty;
}
.ai_services .left-content-wrap .content_main_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     aspect-ratio: 16/9;
}
.ai_services .left-content-wrap .content_main_wrap .img_content_wrap {
  background: #1c1c1c;
  padding: 16px;
}
.ai_services .left-content-wrap .content_main_wrap .img_content_wrap p {
  color: #D0D0CE;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-wrap: pretty;
}
.ai_services .right_content_wrap {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .ai_services .right_content_wrap {
    padding-top: 24px;
  }
}
.ai_services .right_content_wrap h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
.ai_services .right_content_wrap p {
  color: #D0D0CE;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  opacity: 0.75;
  margin-bottom: 24px;
  text-wrap: pretty;
}
.ai_services .right_content_wrap .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.ai_services .right_content_wrap .accordion .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #3a3935;
  position: relative;
}
.ai_services .right_content_wrap .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.ai_services .right_content_wrap .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding-left: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ai_services .right_content_wrap .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #fff;
}
.ai_services .right_content_wrap .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url("../../assets/img/ai-service/remove.svg");
}
.ai_services .right_content_wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../../assets/img/ai-service/add.svg");
}
.ai_services .right_content_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0px;
  padding-bottom: 20px;
}
.ai_services .right_content_wrap .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #D0D0CE;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  opacity: 0.75;
  text-wrap: pretty;
}

.contact__form__wrapper {
  padding: 168px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper {
    padding: 108px 0 56px 0;
  }
}
.contact__form__wrapper .title_wrapper {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .title_wrapper {
    margin-bottom: 56px;
  }
}
.contact__form__wrapper .title_wrapper h2 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.56px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper .title_wrapper h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .title_wrapper h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.contact__form__wrapper .title_wrapper p {
  color: #D0D0CE;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .title_wrapper p {
    font-size: 1rem;
  }
}
.contact__form__wrapper .contact_us_form .form_group label {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form__wrapper .contact_us_form .form_group label img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.contact__form__wrapper .contact_us_form .form_group .form-control::-webkit-input-placeholder {
  color: #888B8D;
}
.contact__form__wrapper .contact_us_form .form_group .form-control::-moz-placeholder {
  color: #888B8D;
}
.contact__form__wrapper .contact_us_form .form_group .form-control:-ms-input-placeholder {
  color: #888B8D;
}
.contact__form__wrapper .contact_us_form .form_group .form-control::-ms-input-placeholder {
  color: #888B8D;
}
.contact__form__wrapper .contact_us_form .form_group .form-control::placeholder {
  color: #888B8D;
}
.contact__form__wrapper .contact_us_form .form_group .custom-select select {
  background-color: #1c1c1c;
}
.contact__form__wrapper .contact_us_form .form_group.check_box label {
  color: #D0D0CE;
}
.contact__form__wrapper .contact_us_form .form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper .contact_us_form .form_flex {
    gap: 0;
  }
}
.contact__form__wrapper .contact_us_form .form_flex .form_group {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper .contact_us_form .form_flex .form_group {
    width: 100%;
  }
}
.contact__form__wrapper .contact_us_form .form_flex .form_group select {
  background-color: #1c1c1c;
}
.contact__form__wrapper .contact_us_form .privacy {
  color: #D0D0CE;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}
.contact__form__wrapper .contact_us_form .privacy a {
  color: #f8e08e;
}
.contact__form__wrapper .contact_us_form .btn_submit {
  color: #fff;
}
.contact__form__wrapper .job_search_card {
  padding: 24px;
  border: 1px solid #727272;
  border-radius: 4px;
  position: sticky;
  top: 260px;
  margin: 260px 0 0 0;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .job_search_card {
    margin: 56px 0;
    position: unset;
    top: unset;
  }
}
.contact__form__wrapper .job_search_card img {
  width: 24px;
  height: 24px;
}
.contact__form__wrapper .job_search_card h5 {
  color: #DDDDDA;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .job_search_card h5 {
    font-size: 1.125rem;
  }
}
.contact__form__wrapper .job_search_card p {
  color: #B2B1AB;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .job_search_card p {
    font-size: 1rem;
  }
}
.contact__form__wrapper .job_search_card .btn_jobs {
  color: #fff;
}

.form_group {
  margin-bottom: 40px;
  position: relative;
}
.form_group label {
  margin-bottom: 8px;
  color: #ddddda;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  display: block;
}
.form_group label span {
  color: #a73837;
  font-size: 16px;
}
.form_group .form-control {
  color: #dddddd;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  padding: 13px 16px 13px 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #727272;
}
.form_group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ddddda;
}
.form_group .form-control.bordered {
  border: 1px solid #727272;
  border-radius: 4px;
  padding: 13px 16px;
}
.form_group .form-control.drops {
  background-image: url("../../assets/img/footer/arrow-down.svg");
  background-size: 24px 24px;
}
.form_group .form-control.is-invalid {
  background-image: none;
}
.form_group .form-control.msg {
  border: 1px solid #727272;
  padding: 16px;
  border-radius: 4px;
}
.form_group .resumeBox {
  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;
  gap: 8px;
}
.form_group .resumeBox .custom-file-upload {
  border-radius: 4px;
  border: 1px solid #ddddda;
  padding: 13px 16px;
  color: #ddddda;
  font-size: 16px;
  width: 100%;
}
.form_group .resumeBox .file {
  border-radius: 8px;
  border: 1px solid #ddddda;
  padding: 13px 16px;
}
.form_group .resumeBox .file.btn-resume {
  position: relative;
  overflow: hidden;
}
.form_group .resumeBox .file .resume-input {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
}
.form_group .resumeBox .file img {
  width: 24px;
  height: 24px;
}
.form_group .invalid-feedback {
  position: absolute;
  bottom: -24px;
  color: #a73837;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.form_group textarea {
  width: 100%;
  background-color: transparent;
}
.form_group.check_box {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.form_group.check_box input[type=checkbox] {
  margin: 6px 0 0 0;
}
.form_group.check_box input[type=checkbox] + label {
  padding-top: 4px;
  color: #f3f3f3;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form_group.check_box input[type=checkbox] + label {
    max-width: 320px;
  }
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.iti {
  width: 100%;
}
.iti .iti__arrow {
  border: none;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ddddda;
  border-top: 1px solid #ddddda;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.iti .iti__arrow.iti__arrow--up {
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
}
.iti .iti__selected-flag {
  padding-left: 16px;
}
.iti .iti__selected-dial-code {
  color: #ddddda;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  background-image: url("../../assets/img/footer/arrow-down.svg");
  background-size: 24px 24px;
}

.check_box {
  padding: 8px;
}
.check_box input[type=checkbox] {
  position: relative;
  border: 2px solid #a9b0cb;
  border-radius: 2px;
  background: none;
  line-height: 0;
  margin: 0 12px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  cursor: pointer;
}
.check_box input[type=checkbox]:checked {
  background-color: #a9b0cb;
}
.check_box input[type=checkbox]:checked + label {
  color: #ddddda;
}
.check_box input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid #1c1c1c;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  z-index: 1;
}
.check_box input[type=checkbox] + label {
  cursor: pointer;
  color: #88867f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.check_box.check_box_list .checkbox_wrap {
  padding-left: 14px;
  margin: 16px 0 8px 0;
}
.check_box.check_box_list .checkbox_wrap li {
  margin-bottom: 16px;
}
.check_box.check_box_list .checkbox_wrap li:last-child {
  margin-bottom: 0;
}

.case_studies_wrap {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .case_studies_wrap {
    padding: 56px 0px;
  }
}
.case_studies_wrap .swiper_wrap_case_study {
  position: relative;
}
@media screen and (max-width: 991px) {
  .case_studies_wrap .swiper_wrap_case_study {
    padding-bottom: 40px;
  }
}
.case_studies_wrap .swiper_wrap_case_study h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.8px;
  padding-bottom: 40px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .case_studies_wrap .swiper_wrap_case_study h3 {
    font-size: 20px;
  }
}
.case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap {
  width: 100%;
  height: 476px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #32384c;
  -webkit-transform: all 1s;
          transform: all 1s;
  display: inline-block;
}
.case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap .cs_cards_content {
  padding: 24px 24px 0px 24px;
}
.case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap .cs_cards_content .cs_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap .cs_cards_content .cs_title h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap .cs_cards_content p {
  padding: 24px 0px 35px 0px;
  color: #D0D0CE;
  font-size: 18px;
  font-weight: 400;
  text-wrap: balance;
  line-height: 140%;
  letter-spacing: 0.27px;
  height: 106px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap .cs_cards_content p {
    padding: 16px 0px 0px 0px;
    height: 72px;
    font-size: 16px;
  }
}
.case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap .img_wrap {
  height: 300px;
}
@media screen and (max-width: 991px) {
  .case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap .img_wrap {
    height: 240px;
  }
}
.case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap .img_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 4px;
}
@media screen and (min-width: 991px) {
  .case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap:hover {
    background: linear-gradient(261deg, #12171c -21.01%, #17202a -0.42%, #161f29 38.27%, #1f2b39 98.35%);
  }
  .case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap:hover .img_wrap img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 991px) {
  .case_studies_wrap .swiper_wrap_case_study .swiper-wrapper .swiper-slide .cs_cards_wrap {
    height: 380px;
    margin-bottom: 24px;
  }
}
.case_studies_wrap .swiper_wrap_case_study .swiper-button-next {
  top: 20px;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  .case_studies_wrap .swiper_wrap_case_study .swiper-button-next {
    top: auto;
    right: auto;
    left: 64px;
    bottom: 0px;
  }
}
.case_studies_wrap .swiper_wrap_case_study .swiper-button-next::after {
  content: "";
  background: url("../../assets/img/industries/chevron-left.svg");
  height: 40px;
  width: 40px;
}
.case_studies_wrap .swiper_wrap_case_study .swiper-button-prev {
  left: auto;
  right: 64px;
  top: 20px;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  .case_studies_wrap .swiper_wrap_case_study .swiper-button-prev {
    top: auto;
    right: auto;
    left: 0px;
    bottom: 0px;
  }
}
.case_studies_wrap .swiper_wrap_case_study .swiper-button-prev::after {
  content: "";
  background: url("../../assets/img/industries/chevron-left.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 40px;
  width: 40px;
}