@import url(../fonts/font.css);
:root {
  --primarybgcolor: #36111a;
  --secondarybgcolor: #fff0db;
  --primarytextcolor: #4f1020;
  --secondarytextcolor: #b88e2f;
  --accentcolor: #333333;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
a,
a:hover {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h6,
p {
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #161616;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "CabinetGrotesk", sans-serif;
  line-height: 1.286;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
    text-align: center;
  }
}
.wpcf7-response-output,
span.wpcf7-spinner {
  display: none;
}
h1 {
  font-size: 9.24vw;
  white-space: nowrap;
  position: relative;
  left: -11px;
  color: #454545;
  font-weight: 700;
  line-height: 1.18;
}
@media (max-width: 767px) {
  h1 {
    left: 0;
    font-size: 9.1vw;
  }
}
h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: inherit;
  }
}
h2 b {
  color: #b0e8e8;
}
h3 {
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
::placeholder {
  color: #c1c8c8;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #c1c8c8;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input:focus,
textarea:focus {
  outline: none;
}
input,
textarea {
  font-weight: 500;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_container {
  padding: 0 156px;
  max-width: 1900px;
  margin: auto;
}
@media (max-width: 1280px) {
  .sec_container {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .sec_container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .sec_container {
    padding: 0 16px;
  }
}
.btn {
  padding: 12px;
  gap: 4px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 767px) {
  .btn {
    padding: 8px;
  }
}
.btn img {
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .btn img {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .btn span {
    font-size: 12px;
  }
}
.btn:hover {
  border-color: #327B7B;
  transition: all 0.5s;
}
.btn:hover img {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn:hover img {
    transform: none;
  }
}
.btn::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn span::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn span::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.wrapper-outer header {
  position: absolute;
  width: 100%;
  top: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer header {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer header .header_desk {
    display: none;
  }
}
.wrapper-outer header .header_mbl {
  display: none;
}
@media (max-width: 767px) {
  .wrapper-outer header .header_mbl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
}
.wrapper-outer header .header_mbl .logo {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.wrapper-outer header .header_inner .header_left {
  background-color: #ffffff;
  padding: 4px;
  border-radius: 100px;
}
.wrapper-outer header .header_inner .header_left .logo {
  padding: 12px 16px 14px 12px;
  background-color: #1a1a1a;
  border-radius: 100px;
  display: flex;
}
.wrapper-outer header .header_inner .header_left nav ul li a {
  padding: 12px;
  gap: 6px;
  align-items: flex-end;
}
.wrapper-outer header .header_inner .header_left nav ul li a span {
  position: relative;
  font-weight: 500;
  color: #000;
  line-height: 0.6;
  display: block;
}
.wrapper-outer header .header_inner .header_left nav ul li a span:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #4e8d8d;
  border-radius: 10px;
}
.wrapper-outer header .header_inner .header_left nav ul li a .img_active {
  display: none;
}
.wrapper-outer header .header_inner .header_left nav ul li a:hover span:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4e8d8d;
  border-radius: 10px;
}
.wrapper-outer header .header_inner .header_left nav ul li.active a img {
  display: none;
}
.wrapper-outer header .header_inner .header_left nav ul li.active a img.img_active {
  display: block;
}
.wrapper-outer header .header_inner .header_left nav ul li.active a span:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4e8d8d;
  border-radius: 10px;
}
.wrapper-outer header .header_inner .header_right {
  display: flex;
  gap: 16px;
}
.wrapper-outer header .header_inner .header_right .case_study_btn {
  padding: 18px;
  background-color: #2D2D2D;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}
.wrapper-outer .home_footer {
  background-repeat: no-repeat;
  position: relative;
}
.wrapper-outer .home_footer > img {
  position: absolute;
  top: -201px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1280px) {
  .wrapper-outer .home_footer > img {
    top: -127px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_footer > img {
    top: -44px;
  }
}
.wrapper-outer footer {
  background-color: #203a3a;
  padding-top: 72px;
  padding-bottom: 52px;
}
@media (max-width: 767px) {
  .wrapper-outer footer {
    padding: 25px 0;
    text-align: left;
  }
}
.wrapper-outer footer .foot_top {
  gap: 96px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top {
    flex-direction: column;
    gap: 0px;
  }
}
.wrapper-outer footer .foot_top > div {
  width: 100%;
}
.wrapper-outer footer .foot_top > div.foot_left {
  max-width: 460px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_left {
    text-align: center;
  }
}
.wrapper-outer footer .foot_top > div.foot_left .title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_left .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.wrapper-outer footer .foot_top > div.foot_left > a {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_left > a {
    display: none;
  }
}
.wrapper-outer footer .foot_top > div.foot_left > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 2px;
}
.wrapper-outer footer .foot_top > div.foot_left .address {
  display: block;
  font-size: 24px;
  margin: 44px 0;
  line-height: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_left .address {
    display: none;
  }
}
.wrapper-outer footer .foot_top > div.foot_left .social {
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_left .social {
    display: none;
  }
}
.wrapper-outer footer .foot_top > div.foot_right {
  margin-top: 83px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right {
    margin-top: 32px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .schedule_btn {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .schedule_btn {
    margin-bottom: 24px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .schedule_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 24px;
  color: #fff;
  transition: all 0.5s;
}
.wrapper-outer footer .foot_top > div.foot_right .schedule_btn a svg {
  transition: all 0.5s;
}
.wrapper-outer footer .foot_top > div.foot_right .schedule_btn a:hover {
  color: #B0E8E8;
  transition: all 0.5s;
}
.wrapper-outer footer .foot_top > div.foot_right .schedule_btn a:hover svg {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.wrapper-outer footer .foot_top > div.foot_right .schedule_btn a:hover svg path {
  fill: #B0E8E8;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .schedule_btn a {
    font-size: 12px;
    gap: 4px;
  }
  .wrapper-outer footer .foot_top > div.foot_right .schedule_btn a svg {
    width: 16px;
    height: 16px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .or {
  display: block;
  margin: 15px 0;
  text-align: center;
  border-top: 1px solid #92b5b5;
  line-height: 0;
}
.wrapper-outer footer .foot_top > div.foot_right .or span {
  background-color: #203a3a;
  font-size: 24px;
  padding: 0 12px;
  position: relative;
  top: -1.5px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .or span {
    font-size: 12px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .form_element {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .form_element {
    margin-top: 16px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .form_element br {
  display: none;
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .form-field {
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .form_element .form-field {
    margin-bottom: 26px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .form-field .error_box {
  margin-top: 10px;
  display: none;
  position: absolute;
  bottom: -28px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .form_element .form-field .error_box {
    bottom: -20px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .form-field #char-count {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 12px;
  color: #c1c8c8;
}
.wrapper-outer footer .foot_top > div.foot_right .form_element input,
.wrapper-outer footer .foot_top > div.foot_right .form_element textarea {
  width: 100%;
  font-size: 24px;
  padding-bottom: 8px;
  font-family: "CabinetGrotesk", sans-serif;
  border: none;
  border-bottom: 1px solid #345454;
  background: transparent;
  font-weight: 400;
  color: #c1c8c8;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .form_element input,
  .wrapper-outer footer .foot_top > div.foot_right .form_element textarea {
    font-size: 16px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .form_element textarea {
  height: 110px;
  resize: none;
}
.wrapper-outer footer .foot_top > div.foot_right .form_element label {
  color: #5f7272;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .form_element label {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .btn-outer {
  max-width: fit-content;
  margin-left: auto;
  position: relative;
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .btn-outer:hover input {
  background-color: #327B7B;
  transition: all 0.5s;
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .btn-outer:hover:after {
  transition: all 0.5s;
  transform: rotate(45deg);
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .btn-outer input {
  width: auto;
  padding: 18px 48px 18px 20px;
  gap: 4px;
  color: #fff;
  background-color: #4e8d8d;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .form_element .btn-outer input {
    padding: 11px 14px;
    padding-right: 34px;
    font-size: 12px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .btn-outer::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/right_arrow.png);
  background-size: contain;
  top: 18px;
  pointer-events: none;
  right: 24px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .form_element .btn-outer::after {
    width: 12px;
    height: 12px;
    top: 12px;
    right: 16px;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .form_element .error_msg {
  display: none;
}
.wrapper-outer footer .foot_top > div.foot_right .mail_btn {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-top: 44px;
  transition: all 0.5s;
  display: none;
}
.wrapper-outer footer .foot_top > div.foot_right .mail_btn:hover {
  color: #B0E8E8;
  transition: all 0.5s;
}
.wrapper-outer footer .foot_top > div.foot_right .mail_btn:hover::after {
  transition: all 0.5s;
  background-color: #B0E8E8;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .mail_btn {
    text-align: center;
    margin: auto;
    margin-top: 36px;
    font-size: 24px;
    line-height: 24px;
    display: block;
    width: fit-content;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .mail_btn:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  background-color: #fff;
  height: 2px;
}
.wrapper-outer footer .foot_top > div.foot_right .address {
  display: none;
  font-size: 24px;
  margin: 44px 0;
  line-height: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .address {
    margin: 16px 0;
    font-size: 12px;
    text-align: center;
    display: block;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .social {
  display: none;
  gap: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .social {
    display: flex;
  }
}
.wrapper-outer footer .foot_top > div.foot_right .social li svg path {
  transition: all 0.5s;
}
.wrapper-outer footer .foot_top > div.foot_right .social li:hover svg path {
  fill: #B0E8E8;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .social {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_top > div.foot_right .social img,
  .wrapper-outer footer .foot_top > div.foot_right .social svg {
    width: 16px;
    height: 16px;
  }
}
.wrapper-outer footer .foot_bottom {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_bottom {
    margin-top: 32px;
    padding-bottom: 50px;
    position: relative;
  }
}
.wrapper-outer footer .foot_bottom .apliko {
  display: flex;
  gap: 5px;
}
@media (max-width: 767px) {
  .wrapper-outer footer .foot_bottom .apliko {
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    left: 0;
  }
}
.wrapper-outer footer .foot_bottom .policy {
  display: flex;
}
.wrapper-outer footer .foot_bottom .policy li a {
  font-weight: 500;
  display: block;
  line-height: 1;
}
.wrapper-outer footer .foot_bottom .policy li:first-child a {
  border-right: 2px solid;
  margin-right: 5px;
  padding-right: 5px;
}
.wrapper-outer footer .foot_bottom a {
  color: #fff;
  line-height: 16px;
}
.wrapper-outer .banner_outer {
  padding: 136px 0 134px;
  background: url(../images/banner_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
}
@media (max-width: 767px) {
  .wrapper-outer .banner_outer {
    background: url(../images/banner_mbl_1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    padding: 76px 0 40px;
  }
}
.wrapper-outer .banner_outer .banner_inner {
  gap: 80px;
}
@media (max-width: 1280px) {
  .wrapper-outer .banner_outer .banner_inner > div {
    width: 100%;
  }
}
.wrapper-outer .banner_outer .banner_inner .banner_left .title {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .wrapper-outer .banner_outer .banner_inner .banner_left .title {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.wrapper-outer .banner_outer .banner_inner .banner_left p {
  margin: 20px 0 44px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .wrapper-outer .banner_outer .banner_inner .banner_left p {
    max-width: 300px;
    margin: 8px auto 28px;
  }
}
.wrapper-outer .banner_outer .banner_inner .banner_left .btns {
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 767px) {
  .wrapper-outer .banner_outer .banner_inner .banner_left .btns {
    flex-direction: column;
    gap: 16px;
    max-width: 184px;
    margin: auto;
  }
}
@media (max-width: 1280px) {
  .wrapper-outer .banner_outer .banner_inner .banner_left .btns {
    align-items: normal;
  }
}
.wrapper-outer .banner_outer .banner_inner .banner_left .btns a {
  padding: 20px 24px 20px 22px;
  color: #fff;
  border-radius: 4px;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .wrapper-outer .banner_outer .banner_inner .banner_left .btns a {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrapper-outer .banner_outer .banner_inner .banner_left .btns a {
    justify-content: flex-start;
    width: auto;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .banner_outer .banner_inner .banner_left .btns a {
    padding: 10px 14px;
    gap: 4px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
  }
}
.wrapper-outer .banner_outer .banner_inner .banner_left .btns a:first-child {
  background-color: #4e8d8d;
}
.wrapper-outer .banner_outer .banner_inner .banner_left .btns a:last-child {
  border: 1px solid #3d3d3d;
}
.wrapper-outer .banner_outer .banner_inner .banner_right {
  margin-right: -36px;
}
@media (max-width: 1280px) {
  .wrapper-outer .banner_outer .banner_inner .banner_right {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .wrapper-outer .banner_outer .banner_inner .banner_right {
    display: none;
  }
}
@media (max-width: 1280px) {
  .wrapper-outer .banner_outer .banner_inner .banner_right img {
    width: 100%;
  }
}
.wrapper-outer .home_page_wrapper .about_outer {
  max-width: 1588px;
  margin: auto;
}
.wrapper-outer .home_page_wrapper .about_outer .about_inner {
  align-items: initial;
}
.wrapper-outer .home_page_wrapper .about_outer .about_inner > div {
  width: 100%;
}
@media (max-width: 1280px) {
  .wrapper-outer .home_page_wrapper .about_outer .about_inner > div {
    width: 63%;
  }
}
.wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_left {
  max-width: 595px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 152px;
}
@media (max-width: 991px) {
  .wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_left {
    display: none;
  }
}
.wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right {
  background-color: #232323;
  padding: 100px;
}
.wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right h2 {
  display: none;
}
@media (max-width: 991px) {
  .wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right {
    width: 100%;
    padding: 50px;
  }
  .wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right h2 {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right {
    display: flex;
    flex-direction: column-reverse;
    padding: 40px 16px;
  }
  .wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right h2 {
    margin-bottom: 12px;
  }
}
.wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right p {
    font-size: 12px;
  }
}
.wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right img {
  margin-bottom: 72px;
}
@media (max-width: 1280px) {
  .wrapper-outer .home_page_wrapper .about_outer .about_inner > div.about_right img {
    width: 100%;
    margin: 24px 0 0;
  }
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer {
  padding: 48px 0 169px;
  background: url(../images/prepare_banner_1.png);
  background-color: #232323;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1280px) {
  .wrapper-outer .home_page_wrapper .prepare_adapt_outer {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .prepare_adapt_outer {
    padding: 0 0 40px;
  }
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer::after {
  content: '';
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 72px;
  height: 219px;
  background-image: url(../images/unlock_power_bg.svg);
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer h3 {
  max-width: 670px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .prepare_adapt_outer h3 {
    margin: 24px 0;
  }
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec {
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec {
    flex-direction: column;
  }
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div {
  width: 100%;
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div:first-child {
  max-width: 442px;
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div {
  background-color: #1c1c1c;
  padding: 24px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div {
    padding: 12px;
    margin-bottom: 12px;
  }
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div br {
  display: block;
  margin-top: 10px;
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div .heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div .heading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div .key_benefits_list {
  flex-wrap: wrap;
  gap: 20px;
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div .key_benefits_list li {
  display: flex;
  align-items: center;
  width: 48%;
  gap: 16px;
}
@media (max-width: 1280px) {
  .wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div .key_benefits_list li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div .key_benefits_list li {
    text-align: left;
    width: 80%;
  }
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div .key_benefits_list li .icon {
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  max-height: 36px;
  padding: 8px 10px;
  background-color: #161616;
  border: 1px solid #2b2b2b;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.wrapper-outer .home_page_wrapper .prepare_adapt_outer .unlock_sec > div > div .key_benefits_list li .icon svg {
  width: 100%;
  height: 100%;
}
.wrapper-outer .home_page_wrapper .vision_outer {
  background-color: #203a3a;
  background-image: url(../images/vision_banner.png);
  padding: 92px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .wrapper-outer .home_page_wrapper .vision_outer {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .vision_outer {
    padding: 40px 0;
  }
}
.wrapper-outer .home_page_wrapper .vision_outer .vision_inner {
  gap: 86px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wrapper-outer .home_page_wrapper .vision_outer .vision_inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .vision_outer .vision_inner {
    gap: 32px;
  }
}
.wrapper-outer .home_page_wrapper .vision_outer .vision_inner .text {
  margin-top: 34px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .vision_outer .vision_inner .text {
    margin-top: 0;
  }
}
.wrapper-outer .home_page_wrapper .vision_outer .vision_inner .text p {
  font-size: 36px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .vision_outer .vision_inner .text p {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
  }
}
.wrapper-outer .home_page_wrapper .vision_outer .vision_inner .text p b {
  font-size: 24px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .vision_outer .vision_inner .text p b {
    vertical-align: auto;
    font-weight: 700;
  }
}
.wrapper-outer .home_page_wrapper .vision_outer .vision_inner .text a {
  background-color: #4e8d8d;
  margin-top: 44px;
  display: inline-block;
  padding: 18px 24px 18px 20px;
  display: flex;
  max-width: fit-content;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .vision_outer .vision_inner .text a {
    margin-top: 28px;
    padding: 11px 15px;
  }
}
@media (max-width: 991px) {
  .wrapper-outer .home_page_wrapper .vision_outer .vision_inner .imgb,
  .wrapper-outer .home_page_wrapper .vision_outer .vision_inner .imgb img {
    width: 100%;
  }
}
.wrapper-outer .home_page_wrapper .the_knot_outer {
  padding-right: 100px;
  background: url(../images/celux_knot_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .the_knot_outer {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .the_knot_outer .desk_img {
    display: none;
  }
}
.wrapper-outer .home_page_wrapper .the_knot_outer .mbl_img {
  display: none;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .the_knot_outer .mbl_img {
    display: block;
  }
}
.wrapper-outer .home_page_wrapper .the_knot_outer > img {
  width: 100%;
  display: block;
  margin: auto;
}
.wrapper-outer .home_page_wrapper .we_believe_outer {
  padding: 90px 0;
  position: relative;
  background: url(../images/our_mission_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center left;
  background-size: cover;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .we_believe_outer {
    background: url(../images/our_mission_mbl.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    padding: 80px 0 68px;
  }
}
.wrapper-outer .home_page_wrapper .we_believe_outer h1 {
  color: #fff;
  font-size: 9.04vw;
}
.wrapper-outer .home_page_wrapper .we_believe_outer .sec_container {
  padding-left: 16px;
}
.wrapper-outer .home_page_wrapper .we_believe_outer .sec_container p {
  max-width: 670px;
  font-size: 24px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .we_believe_outer .sec_container p {
    max-width: 189px;
    font-size: 12px;
    text-align: left;
    margin: 16px 0 0;
    margin-left: auto;
  }
}
.wrapper-outer .home_page_wrapper .your_team_outer {
  padding-top: 60px;
  padding-bottom: 126px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer {
    padding: 40px 0 24px;
  }
}
.wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list {
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .designation {
    font-size: 16px;
  }
}
.wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .heading {
  justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .heading {
    gap: 8px;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .heading > img.dinesh_img {
  width: 52px;
  border-radius: 50%;
  height: 52px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .heading > img {
    width: 32px !important;
    height: 32px !important;
  }
}
.wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .linkedin_icon {
  padding: 15px 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .linkedin_icon {
    padding: 9px 7px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .linkedin_icon > img {
    width: 13px;
  }
}
.wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .desc {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 4px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .wrapper-outer .home_page_wrapper .your_team_outer .your_team_inner .team_list li .desc {
    padding: 12px;
  }
}
.wrapper-outer .ai_services_wrapper .banner_outer {
  padding-bottom: 80px;
  background: url(../images/ai_service_bg_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-size: cover;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .banner_outer {
    padding-bottom: 28px;
    background: url(../images/ai_service_bg_mbl.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    background-size: cover;
  }
}
.wrapper-outer .ai_services_wrapper .banner_outer .banner_inner {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wrapper-outer .ai_services_wrapper .banner_outer .banner_inner {
    display: block;
  }
}
.wrapper-outer .ai_services_wrapper .banner_outer .banner_inner > div.banner_left {
  max-width: 700px;
}
.wrapper-outer .ai_services_wrapper .banner_outer .banner_inner > div.banner_left p {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .wrapper-outer .ai_services_wrapper .banner_outer .banner_inner > div.banner_left p {
    margin-bottom: 0;
  }
}
.wrapper-outer .ai_services_wrapper .banner_outer .banner_inner > div.banner_right {
  margin: 0;
  margin-right: 63px;
}
@media (max-width: 991px) {
  .wrapper-outer .ai_services_wrapper .banner_outer .banner_inner > div.banner_right {
    display: block;
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .wrapper-outer .ai_services_wrapper .banner_outer .banner_inner > div.banner_right img {
    max-width: 100px;
    display: block;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .banner_outer .banner_inner > div.banner_right img {
    margin: auto;
  }
}
.wrapper-outer .ai_services_wrapper .example_outer {
  padding: 100px 0 120px;
  background: url(../images/ai_service_bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .example_outer {
    padding: 32px 0 40px;
  }
}
.wrapper-outer .ai_services_wrapper .example_outer .example_inner {
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .example_outer .example_inner {
    flex-direction: column;
    text-align: left;
  }
}
.wrapper-outer .ai_services_wrapper .example_outer .example_inner h3 {
  max-width: 670px;
}
.wrapper-outer .ai_services_wrapper .example_outer .example_inner h3 b {
  color: #b0e8e8;
}
.wrapper-outer .ai_services_wrapper .example_outer .example_inner ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .example_outer .example_inner ul {
    gap: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .example_outer .example_inner ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #222222;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .example_outer .example_inner ul li {
    padding-bottom: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .example_outer .example_inner ul li b {
  display: block;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .example_outer .example_inner ul li b {
    font-size: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .key_aspect_outer {
  background-color: #4e8d8d;
  background-image: url(../images/key_section.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .wrapper-outer .ai_services_wrapper .key_aspect_outer {
    background-image: none;
    background-color: #203a3b;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .key_aspect_outer {
    padding: 32px 0;
    background-image: url(../images/key_section_mbl.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
  }
}
.wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner {
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner {
    flex-direction: column;
    text-align: left;
  }
}
.wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div {
  width: 100%;
}
.wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div:first-child {
  max-width: 442px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div:first-child {
    max-width: 274px;
  }
}
.wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div ul {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div ul {
    gap: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div ul > li {
  width: 47%;
  padding: 32px;
  background-color: #294a4a;
}
@media (max-width: 1280px) {
  .wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div ul > li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div ul > li {
    width: 100%;
    padding: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div ul > li b {
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .key_aspect_outer .key_aspect_inner > div ul > li b {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.wrapper-outer .ai_services_wrapper .diff_btwn_outer {
  padding: 100px 0 132px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .diff_btwn_outer {
    padding: 32px 0;
    text-align: left;
  }
}
.wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner h3 {
  max-width: 1000px;
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner h3 {
    margin-bottom: 28px;
  }
}
.wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul {
  max-width: 965px;
  margin-left: auto;
}
.wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li img {
    max-width: 91px;
  }
}
.wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li p {
  font-size: 24px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li p {
    font-size: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li.vs_li {
  max-width: 701px;
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li.vs_li {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li.vs_li div {
  border-top: 1px solid #303535;
  line-height: 0;
  text-align: center;
}
.wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li.vs_li div span {
  background-color: #161616;
  font-size: 24px;
  color: #bebebe;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .diff_btwn_outer .diff_btwn_inner ul li.vs_li div span {
    font-size: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer {
  padding: 100px 0 132px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .feature_diff_outer {
    padding: 32px 0;
    text-align: left;
  }
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner h3 {
  max-width: 670px;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner h3 {
    margin-bottom: 24px;
  }
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner h3 b {
  color: #b0e8e8;
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table {
  height: 100vh;
  overflow: auto;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table {
    height: auto;
  }
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table table {
  background-color: #1c1c1c;
  border-collapse: collapse;
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table table thead {
  transition: all 0.9s;
  position: sticky;
  top: -100%;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table table thead tr td:first-child {
    width: 0px;
  }
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table table tr td {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  border-bottom: 1px solid #2b2b2b;
  padding: 20px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table table tr td {
    font-size: 12px;
    padding: 12px;
    line-height: 1.2;
    min-width: 170px;
  }
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table table tr td b {
  font-weight: 500;
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table.scroll thead {
  position: sticky;
  top: 0;
  transition: all 0.9s;
}
@media (max-width: 1280px) {
  .wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table.scroll thead {
    top: -2px;
  }
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table.scroll thead .feature {
  opacity: 0;
  transition: all 0.5s;
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table.scroll thead td {
  background: #161616;
  font-weight: 700;
}
.wrapper-outer .ai_services_wrapper .feature_diff_outer .feature_diff_inner .table.scroll thead td b {
  font-weight: 700;
  color: #b0e8e8;
}
.wrapper-outer .ai_services_wrapper .which_one_outer {
  padding: 32px 0 132px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer {
    padding-bottom: 32px;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner h3 {
  text-align: center;
  max-width: 670px;
  margin: auto;
  margin-bottom: 56px;
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box {
  gap: 32px;
  align-items: normal;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box {
    flex-direction: column;
    gap: 12px;
    text-align: left;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div {
  width: 100%;
  padding: 24px;
  background-color: #1c1c1c;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div {
    padding: 12px;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div b {
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div b {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div ul li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div ul li p {
    text-align: left;
    padding: 9px 0;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div ul li img {
  background-color: #161616;
  border: 1px solid #2b2b2b;
  padding: 11px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .which_one_box > div ul li img {
    padding: 7px;
    width: 33px;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin-top: 32px;
  background-color: #161616;
  padding: 24px;
  border-radius: 4px;
  border: 2px solid #2b2b2b;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch {
    margin-top: 12px;
    padding: 19px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch svg {
    width: 18px;
    height: 18px;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch b {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch b {
    font-size: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch p {
  margin: 20px 0;
  font-size: 24px;
  max-width: 83%;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch p {
    font-size: 12px;
    max-width: 100%;
    margin: 12px 0;
  }
}
.wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch a {
  padding: 20px 24px 20px 22px;
  color: #fff;
  border-radius: 4px;
  gap: 6px;
  max-width: fit-content;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  background-color: #4e8d8d;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .which_one_outer .which_one_inner .best_approch a {
    font-size: 12px;
    align-items: center;
    padding: 11px 16px;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer {
  background-color: #203a3a;
  padding: 100px 0 152px;
  background-image: url(../images/automate_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer {
    background-image: url(../images/automate_bg_mbl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 24px 0 132px;
    position: relative;
  }
  .wrapper-outer .ai_services_wrapper .automate_outer > div,
  .wrapper-outer .ai_services_wrapper .automate_outer > h1 {
    position: relative;
    z-index: 1;
  }
  .wrapper-outer .ai_services_wrapper .automate_outer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    content: '';
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer .sec_container {
  padding: 0 286px;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer .sec_container {
    padding: 0 16px;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer h1 {
  color: #fff;
  font-size: 7.74vw;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer h1 {
    padding-bottom: 24px;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box {
  margin-top: 64px;
  font-family: "CabinetGrotesk", sans-serif;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion {
  background: transparent;
  border: none;
  color: #fff;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion {
    flex-direction: column;
    gap: 0px;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .title {
  width: 312px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  min-width: 300px;
  font-family: "CabinetGrotesk", sans-serif;
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .title .arrow_mbl {
  display: none;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .title .arrow_mbl {
    display: flex !important;
    align-items: center;
    width: 42px;
    height: 30px;
    justify-content: center;
  }
  .wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .title .arrow_mbl svg {
    min-width: 8px;
    min-height: 5px;
  }
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .title {
    font-size: 16px;
    width: 190px;
    min-width: 190px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .course-panel {
  max-height: 57px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .course-panel {
    max-height: 0px;
    margin-top: 3px;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .course-panel p {
  font-size: 24px;
  font-family: "CabinetGrotesk", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .course-panel p {
    font-size: 12px;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .arrow {
  padding: 23px 30px;
  background-color: #506a6a;
  border-radius: 200px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .arrow {
    display: none;
  }
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .arrow svg {
  transition: all 0.5s;
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box .course-accordion .arrow:hover {
  background-color: #7cc5c5;
  transition: all 0.5s;
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box.active .arrow {
  background-color: #7cc5c5;
  transition: all 0.5s;
}
.wrapper-outer .ai_services_wrapper .automate_outer .course-accordion-box.active .arrow svg {
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.privacy_text {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .privacy_text {
    text-align: center;
  }
}
.privacy_text .heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.privacy_text h1 {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.privacy_text h1 strong {
  font-weight: 700;
  color: #B0E8E8;
}
.privacy_text a,
.privacy_text b,
.privacy_text strong {
  font-weight: 700;
  color: #B0E8E8;
}
.mobile_nav {
  display: flex;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
  padding: 16px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
}
.mobile_nav .top_bar {
  position: relative;
  text-align: left;
  margin-bottom: 48px;
}
.mobile_nav .top_bar .close {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.mobile_nav .top_bar .logo {
  position: absolute;
  top: 60%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.mobile_nav nav ul {
  flex-direction: column;
  gap: 20px;
}
.mobile_nav nav ul li {
  width: 100%;
  justify-content: center;
}
.mobile_nav nav ul li a {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
}
.mobile_nav nav ul li.active a {
  color: #B0E8E8;
}
.mobile_nav nav ul li:last-child {
  border: 1px solid #232323;
  padding: 24px 0;
  display: none;
  border-left: 0;
  border-right: 0px;
}
.mobile_nav nav ul li:last-child a {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.mobile_nav .get_in_touch {
  border: none;
  gap: 8px;
  justify-content: center;
}
.mobile_nav .get_in_touch span {
  font-size: 28px;
  font-weight: 700;
}
.mobile_nav .get_in_touch img {
  width: 31px;
  height: 31px;
}
body.active .mobile_nav {
  left: 0%;
  transition: all 0.5s;
}
.form_sent .btn-outer {
  pointer-events: none;
}
.form_sent .btn-outer input {
  background-color: #206161 !important;
}
.form_sent .btn-outer::after {
  background: url(../images/Checkmark.png) !important;
}
span.error {
  color: #7f7f7f;
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  display: none;
}
span.error img {
  width: 20px;
  filter: grayscale(1);
  position: relative;
  top: -1px;
}
