@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* font-family: "Inter", sans-serif; */
/* font-family: 'NewYorkPERSONALUSE'; */
:root {
  --white: #fff;
  --lightwhite: #F5F9F9;
  --black: #000000;
  --transparent: #0000;
  --green: #063939;
  --orange: #BD836D;
  --darkorange: #FC8637;
  --yellow: #F8F771;
  --sky: #00677D;
  --lightgreen: #124343;
  --lightskyblue: #CBDFDF;
  --lightengreen: #3E6565;
}

figure {
  margin: 0;
}

body {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: var(--slate);
  background-color: var(--green);
  font-size: 18px;
  font-weight: 400;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>* {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  text-decoration: none;
  color: #BBEADD;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;
  color: #BBEADD;
}

h1 {
  font-size: 74px;
  line-height: 112px;
  font-weight: 600;
}

h2 {
  font-size: 74px;
  line-height: 88px;
  font-weight: 500;
}

h3 {
  font-size: 56px;
  line-height: 84px;
  font-weight: 600;
}

h4 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
}

h5 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}

h6 {
  font-size: 21px;
  line-height: 40px;
  font-weight: 400;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

/* ----- Title Declaration ----- */
.page-title {
  position: relative;
  color: var(--white);
  font-size: clamp(2rem, 1.462rem + 2.69vw, 4.688rem);
  font-weight: 500;
  line-height: 113.333%;
  text-transform: uppercase;
  padding: 30px 0 30px 0px;
}

.page-title * {
  position: relative;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.page-title::after {
  position: absolute;
  top: 0px;
  left: -25px;
  bottom: -0px;
  content: '';
  height: 100%;
  width: 100%;
  background-image: url('../images/title-squre.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.page-title span {
  font-weight: 400;
  position: relative;
  font-family: 'NewYorkPERSONALUSE';
  color: var(--yellow);
  padding: 0;
}

.page-title span::after {
  position: absolute;
  content: '';
  bottom: -32px;
  left: 0;
  background-image: url('../images/pagetitle-bottom.svg');
  background-repeat: no-repeat;
  height: 2vw;
  right: 0;
  background-size: contain;
}

/* ----- */
.section-title {
  position: relative;
  color: var(--lightwhite);
  font-size: 60px;
  font-weight: 500;
  line-height: 116.667%;
  text-transform: uppercase;
}

.section-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.section-title>* {
  padding-left: 40px;
}

.inner-section-title>* {
  padding-left: 0;
}

.section-title::before {
  position: absolute;
  content: "";
  background-image: url('../images/title-shape.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 215px;
  height: 151px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.inner-section-title::before {
  display: none;
}

.section-title>* span {
  position: relative;
  color: var(--darkorange);
  font-family: 'NewYorkPERSONALUSE';
  font-weight: 400;
  line-height: 116%;
  text-transform: uppercase;
}

.section-title>* span::before {
  position: absolute;
  content: "";
  background-image: url('../images/border-vector.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 81px;
  height: 9px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* --- 20 -18--- */
.normal-text {
  color: var(--lightwhite);
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
  font-weight: 400;
  line-height: 150%;
}

.normal-text * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

/* --- 18 - 16 --- */
.detail {
  color: rgba(245, 249, 249, 0.6);
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
  font-weight: 400;
  line-height: 155.556%;
}

.detail * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

/* ----- */
.common-text {
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
}

.common-text * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

/* ----- Title Declaration ----- */

.btn {
  position: relative;
  display: inline-block;
  width: fit-content;
  background-image: url('../images/btn-white-shape.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  color: var(--green);
  font-weight: 600;
  line-height: 150%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  z-index: 3;
}


.btn:hover {
  color: var(--sky);
}

.btn::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  inset: 9px;
  background-image: url('../images/btn.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  z-index: 2;
}

.btn:hover::before {
  top: 0;
  left: 0;
}

.btn:focus{
  outline: none;
  border: none;
  box-shadow: none;
}

/*========== Header Start ==========*/
.header .navbar {
  padding: 0;
  width: 100%;
  height: 100%;
}

.header .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.navbar>.container-fluid {
  justify-content: center;
}

.header-box {
  display: flex;
}

.navbar-nav {
  width: 100%;
  justify-content: center;
}

.navbar-nav .nav-link.active {
  color: var(--white);
}

.navbar-nav .nav-item {
  margin-right: 42px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 0 0 !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-nav .nav-link:hover {
  color: var(--white);
}

.header .header-left {
  background-color: var(--lightskyblue);
  height: initial;
}

.header-left .nav-logo-box {
  padding: 28px 151px;
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-brand {
  display: block;
  width: 271px;
  height: 63px;
  margin-right: 0;
  padding: 0 0 0 0;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
}


.nav-inner-left {
  background-color: var(--white);
  padding: 10px 44px 10px 20px;
  width: 100%;
  max-width: 596px;
  position: relative;
  display: flex;
}

.nav-inner-left::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -40px;
  width: 40px;
  height: 100%;
  background-image: url('../images/nav-white-shape.svg');
  background-repeat: no-repeat;
}

.nav-inner-left li {
  margin-right: 20px;
}

.nav-inner-left li:last-child {
  margin-right: 0px;
}

.nav-inner-left li a {
  color: var(--green);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
}

.nav-inner-left li a:hover {
  color: var(--darkorange);
}

.nav-inner-left li a img {
  width: 17px;
  margin-right: 16px;
}

/* .navbar-nav {} */
.nav-inner-right {
  width: 100%;
  position: relative;
  padding: 0 106px 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-inner-right::after {
  position: absolute;
  content: '';
  top: -1px;
  bottom: -1px;
  left: -44px;
  width: 44px;
  background-image: url('../images/nav-sky-shape.svg');
  background-repeat: no-repeat;
}

.nav-inner-right li {
  margin-left: 20px;
}

.nav-inner-right li a {
  color: var(--yellow);
  font-size: 24px;
  display: flex;
}

.nav-inner-right li a:hover {
  color: var(--darkorange);
}

.nav-inner-right li:first-child {
  margin-left: 0px;
}

.nav-inner-right li a img {
  width: 20px;
}

.nav-inner-right li a:hover img {
  opacity: 0.7;
}

.header-right-top {
  display: flex;
  background-color: var(--lightengreen);
}

.header .header-right {
  width: 100%;
}

.header-right-bottom {
  position: relative;
  width: 100%;
  background-color: var(--black);
  padding: 20px 20px 20px 20px;
}

.header-right-bottom::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -40px;
  width: 40px;
  height: 100%;
  background-image: url('../images/nav-black-shape.svg');
  background-repeat: no-repeat;
}

.mobile-link-box {
  display: flex;
}

.mobile-link img {
  width: 14px;
  margin-right: 8px;
}

.mobile-link:hover img {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.navbar-nav .nav-item.current-menu-item .nav-link{
  color: var(--lightwhite);
}

/*========== Header End ==========*/

/*========== New Class Add Start ==========*/
/* ----- banner ----- */
.banner-wrapper {
  position: relative;
  height: 810px;
}

.inner-banner-wrapper {
  height: 344px !important;
  background: rgba(245, 249, 249, 0.05);
}

.banner-wrapper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  /* background: linear-gradient(305deg, rgba(50, 71, 69, 0.20) 43.04%, #033338 99.18%); */
  background: linear-gradient(290deg, rgba(50, 71, 69, 0.20) 19.72%, #033338 61.2%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-wrapper.inner-banner-wrapper::after {
  /* background: linear-gradient(300deg, rgba(50, 71, 69, 0.20) 50.64%, #033338 99.2%); */
  /* background: linear-gradient(103deg, #033338 0.5%, rgba(50, 71, 69, 0.20) 26.53%); */
  display: none;
}

.parent-slide {
  width: 100%;
}

.parent-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.inner-banner-wrapper .banner-main {
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.banner-wrapper .banner-slider {
  height: 100%;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
  display: flex;
}

.banner-wrapper .container {
  height: 100%;
}

.banner-data {
  height: 100%;
  width: 100%;
  max-width: 982px;
  /* padding-bottom: 110px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-banner-wrapper .banner-data {
  justify-content: center;
  padding: 0;
}

.banner-data .page-title {
  padding-bottom: 20px;
}

.banner-data .normal-text {
  margin-bottom: 30px;
  line-height: 130%;
}

.banner-slider .slick-dots {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner-slider .slick-dots li button {
  position: relative;
  background-color: var(--transparent);
  border: none;
  color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  line-height: 175%;
  font-weight: 400;
  padding: 0;
  margin-bottom: 40px;
}

.banner-slider .slick-dots li button::after {
  position: absolute;
  content: '';
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 42px;
}

.banner-slider .slick-dots .slick-active button {
  color: var(--white);
}

.banner-slider .slick-dots .slick-active button::after {
  background-color: var(--white);
}

.banner-slider .slick-dots li:last-child button::after {
  display: none;
}

.scroller-btn {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  color: var(--green);
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  font-weight: 500;
  line-height: 150%;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  /* writing-mode: sideways-lr;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr; */
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  gap: 10px;
}

.scroller-btn img {
  transform: rotate(180deg);
  height: 60px;
  width: 16px;
  margin-top: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.scroller-btn:hover {
  background-color: var(--sky);
  color: var(--white);
}

.scroller-btn:hover img {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.inner-banner-wrapper .page-title {
  padding: 0 0 0 40px;
  font-size: 75px;
}

.inner-banner-wrapper .page-title::after {
  position: absolute;
  content: "";
  background-image: url('../images/common-title-shapesvg.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 221px;
  height: 164px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.about-banner-wrapper .page-title span::after {
  position: absolute;
  content: "";
  background-image: url('../images/about-us-title-border-shape.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 138px;
  height: 10px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.our-team-banner-wrapper .page-title span::after {
  position: absolute;
  content: "";
  background-image: url('../images/our-team-bottom-shape.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 171px;
  height: 12px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-46%);
  -webkit-transform: translateX(-46%);
  -moz-transform: translateX(-46%);
  -ms-transform: translateX(-46%);
  -o-transform: translateX(-46%);
}

.our-services-banner-wrapper .page-title span::after {
  position: absolute;
  content: "";
  background-image: url('../images/services-title-bottom-shape.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 325px;
  height: 10px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-49%);
  -webkit-transform: translateX(-49%);
  -moz-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  -o-transform: translateX(-49%);
}

.contact-banner-wrapper .page-title span::after {
  position: absolute;
  content: "";
  background-image: url('../images/contact-us-title-bottom-shape.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 95px;
  height: 8px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.breadcrumb {
  margin-bottom: 0;
  justify-content: flex-end;
}

.breadcrumb .breadcrumb-item {
  font-size: 20px;
  color: var(--white);
  font-weight: 400;
  padding-left: 7px;
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--yellow);
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  background-image: url("../images/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 30px;
  padding: 0;
  margin: 1px 5px 0 0;
}

.breadcrumb-item.active {
  color: var(--yellow);
  font-weight: 500;
}

.breadcrumb-block {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 9;
}

/* ----- banner ----- */

/* ----- center detail section ----- */
.detail-wrapper {
  position: relative;
  padding-top: clamp(2.375rem, 1.35rem + 5.13vw, 7.5rem);
  padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}

.detail-main .row {
  margin-left: -10px;
  margin-right: -10px;
}

.detail-main .row>* {
  padding-left: 10px;
  padding-right: 10px;
}

.detail-center {
  position: relative;
  display: flex;
  justify-content: center;
}

.detail-center .center-parent {
  width: 100%;
  max-width: 348px;
  position: relative;
  z-index: 5;
}

.placements-inner .detail-center .center-parent {
  max-width: 310px;
  height: 357px;
}

.detail-center .center-parent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center-shape {
  width: 85%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.center-shape img {
  width: 100%;
  height: 100%;
}

.detail-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.detail-left.detail>* {
  margin-bottom: clamp(0.938rem, 0.875rem + 0.31vw, 1.25rem) !important;
}

.detail-left.detail>*:last-child {
  margin-bottom: 0px !important;
}

.detail-right.detail>* {
  margin-bottom: clamp(0.938rem, 0.875rem + 0.31vw, 1.25rem) !important;
  text-align: right;
}

.detail-right.detail>*:last-child {
  margin-bottom: 0px !important;
}

/* ----- center detail section ----- */


/* about section */
.about-section {
  padding: 95px 0 150px;
}

.about-left-part {
  margin: 0 -50px 0 0;
}

.about-left-top-part {
  display: flex;
  align-items: center;
}

.about-left-top-part .detail {
  margin-left: 55px;
  width: 100%;
  max-width: 567px;
}

.about-left-bottom-part {
  margin: 50px 0 0;
}

.about-left-bottom-child-part {
  display: flex;
}

.about-left-bottom-image {
  width: 100%;
  max-width: 462px;
  height: 437px;
}

.about-left-bottom-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-left-bottom-right-part {
  width: 100%;
  max-width: 586px;
  margin-left: 20px;
}

.about-left-bottom-right-part .detail>*:not(:last-child) {
  margin-bottom: 20px;
}

.about-learn-more-btn {
  margin: 30px 0 0;
}

.about-main-image {
  width: 100%;
  max-width: 432px;
  height: 609px;
  margin-left: auto;
  min-height: 100%;
}

.about-main-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* about section */

/* innovation section */
.innovation-section {
  padding: 80px 0 75px;
}

.innovation-image {
  margin: 0 -29px 0 0;
  height: 552px;
}

.innovation-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.innovation-block {
  width: 100%;
  max-width: 938px;
  margin-left: auto;
  margin-right: 12px;
}

.innovation-block .section-title>* span::before {
  background-image: url('../images/innovation-bottom-shape.svg');
  width: 325px;
  height: 10px;
  bottom: -8px;
}

.innovation-block .detail {
  margin: 30px 0 0;
}

.innovation-block .detail>*:not(:last-child) {
  margin-bottom: 20px;
}

/* innovation section */

/* collaboration section */
.collaboration-section {
  padding: 75px 0;
}

.collaboration-left-part .section-title>* span {
  display: inline-block;
}

.collaboration-left-part .section-title>* span::before {
  background-image: url('../images/collaboration-bottom-shape.svg');
  width: 475px;
  height: 20px;
  bottom: -12px;
}

.collaboration-left-part .detail {
  width: 100%;
  max-width: 725px;
  margin: 50px 0 0;
}

.collaboration-left-part .detail>*:not(:last-child) {
  margin-bottom: 20px;
}

.advisors-btn-block {
  margin: 30px 0 0;
}

.advisors-btn-block a {
  color: var(--lightwhite);
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
  border-bottom: 1px solid var(--lightwhite);
}

.advisors-btn-block a:hover {
  color: var(--darkorange);
  border-color: var(--darkorange);
}

.collaboration-image {
  width: 100%;
  max-width: 738px;
  height: 474px;
  margin-left: auto;
}

.collaboration-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collaboration-right-part {
  height: 100%;
  display: flex;
  align-items: center;
}

.collaboration-right-part ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.collaboration-right-part ul li {
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
}

.commitment-wrp .collaboration-right-part ul li {
  display: block;
}

.commitment-wrp .collaboration-right-part ul li a {
  text-decoration: underline;
}

.commitment-wrp .collaboration-right-part ul li a:hover {
  color: var(--darkorange);
}

.collaboration-right-part ul li:not(:last-child) {
  margin-bottom: 25px;
}

.collaboration-right-part ul li figure {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 15%);
  background: #124343;
  margin-right: 15px;
}


.about-collaboration-section .collaboration-content .row>*::after{
  display: none;
}

/* collaboration section */

/* ai-infused section */
.ai-infused-section {
  padding: 75px 0 150px;
}

.ai-infused-block {
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.ai-title * {
  color: var(--lightwhite);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.ai-infused-block .detail {
  margin: 10px 0 0;
}

.ai-infused-wrp .section-title>* span {
  display: inline-block;
}

.ai-infused-wrp {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ai-infused-wrp .section-title>* span::before {
  background-image: url('../images/ai-infused-bottom-shape.svg');
  width: 660px;
  height: 18px;
  bottom: -25px;
}

.ai-infused-wrp .detail {
  width: 100%;
  max-width: 644px;
  margin: 40px auto 0;
}

/* ai-infused section */

/* founder section */
.founder-section {
  padding: 120px 0 75px;
}

.founder-image {
  position: relative;
  float: right;
  width: 100%;
  max-width: 485px;
  height: 500px;
  margin: 80px 0 55px 30px;
}

.founder-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #063939 12.31%, rgba(47, 103, 93, 0.00) 56.16%, rgba(248, 247, 113, 0.00) 100%);
}

.founder-image img,
.founder-image figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-title {
  width: 100%;
  max-width: 770px;
}

.founder-title * {
  margin: 0;
  color: var(--white);
  font-size: 60px;
  font-weight: 500;
  line-height: 116%;
}

.founder-title span {
  display: block;
  color: var(--darkorange);
  font-size: 30px;
  font-weight: 600;
  line-height: 133%;
}

.founder-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 1000px;
}

.founder-wrp .detail {
  letter-spacing: 0.2px;
}

.founder-wrp .detail>*:not(:last-child) {
  margin-bottom: 25px;
}

.founder-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  padding: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.founder-name {
  color: var(--yellow);
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

.founder-contact-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.founder-contact-list ul li {
  display: flex;
  align-items: center;
}

.founder-contact-list ul li>*:not(:last-child) {
  margin-right: 10px;
}

.founder-contact-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.founder-contact-list ul li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 22px;
}

.founder-contact-list ul li figure,
.founder-contact-list ul li img {
  object-fit: contain;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.founder-contact-list ul li a {
  padding-left: 10px;
  position: relative;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.founder-contact-list ul li a::before {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}

.founder-contact-list ul li a:hover {
  color: var(--yellow);
}

/* founder section */

/* team section */
.team-section {
  padding: 75px 0 130px;
}

.team-content .section-title {
  text-align: center;
}

.team-content .section-title>* span {
  display: inline-block;
}

.team-content .section-title>* span::before {
  background-image: url('../images/team-title-bottom-vector-shape.svg');
  width: 150px;
  height: 10px;
  bottom: -12px;
}

.team-block {
  margin: 63px 0 0;
}

.team-block .row {
  margin: 0 -10px;
}

.team-block .row>* {
  padding: 0 10px;
}

.team-detail {
  height: calc(100% - 20px);
  margin-bottom: 20px;
  border: 1px solid rgba(245, 249, 249, 0.15);
  background: rgba(245, 249, 249, 0.05);
}

.team-image {
  padding: 10px 10px 15px;
  width: 100%;
  height: 406px;
  overflow: hidden;
}

.team-image figure {
  overflow: hidden;
}

.team-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.team-image figure:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.team-info-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100% - 406px);
}

.team-info {
  padding: 0 10px 15px;
}

.team-member-name {
  cursor: pointer;
}

.team-member-name * {
  color: var(--white);
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.team-member-name:hover * {
  color: var(--darkorange);
}

.team-member-name span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.team-member-contact-detail ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.team-member-contact-detail ul li {
  flex: 1;
  height: 63px;
}

.team-member-contact-detail ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.team-member-contact-detail ul li a {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #1E4C4C;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.team-member-contact-detail ul li a:hover {
  background: var(--darkorange);
}

.team-member-contact-detail ul li a figure {
  display: flex;
}

.pagination-block {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

.pagination .page-item .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: none;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
  color: var(--white);
}

.pagination .page-item.disabled .page-link {
  color: rgba(255, 255, 255, 0.5);
}

.pagination .dots {
  padding: 0.5rem 0.1rem;
  color: rgba(255, 255, 255, 1);
}

.pagination>*:not(:last-child) {
  margin-right: 7px;
}

.pagination>*:first-child {
  margin-right: 20px;
}

.pagination>*:last-child {
  margin-left: 13px;
}

.pagination>*:first-child,
.pagination>*:last-child {
  display: flex;
}

.pagination .page-link.previous,
.pagination .page-link.next {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}

/* team section */

/* services slider section */
.services-slider-section {
  padding: 120px 0 75px;
}

.services-slider-content .section-title {
  text-align: center;
}

.services-slider-content .section-title>* span {
  display: inline-block;
}

.services-slider-content .section-title>* span::before {
  background-image: url(../images/services-slider-bottom-shape.svg);
  width: 325px;
  height: 10px;
  bottom: -10px;
}

.services-slider-block {
  margin: 63px 0 0;
}

.services-slider-detail {
  height: 100%;
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.services-slider .slick-list {
  margin: 0 -15px;
}

.services-slider .slick-slide {
  padding: 0 15px;
  height: inherit;
}

.services-slider .slick-track {
  display: flex;
}

.slick-arrow {
  cursor: pointer;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--orange);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.slick-arrow:hover svg path {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.slick-arrow:hover {
  background: var(--darkorange);
}

.slick-arrow:hover svg path {
  stroke: var(--white);
}

.services-slider-prev-arrow {
  padding-right: 1px;
}

.services-slider-next-arrow {
  margin-left: auto;
  margin-right: -5px;
  padding-left: 3px;
}

.services-slider-icon {
  display: flex;
  justify-content: center;
}

.services-slider-title {
  margin: 15px 0 0;
}

.services-slider-title * {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.services-slider-title span {
  display: block;
}

.services-slider {
  opacity: 0;
}

.services-slider.slick-initialized {
  opacity: 1;
}

.services-slider-part {
  margin: 0 -69px;
}

/* services slider section */

/* additional services section */
.additional-services-section {
  padding: 75px 0 150px;
}

.additional-services-left-part .section-title>* span::before {
  background-image: url(../images/additional-services-bottom-shape.svg);
  width: 252px;
  height: 10px;
  bottom: -12px;
  transform: translateX(-48%);
  -webkit-transform: translateX(-48%);
  -moz-transform: translateX(-48%);
  -ms-transform: translateX(-48%);
  -o-transform: translateX(-48%);
}

.additional-services-left-part .section-title>* span {
  display: inline-block;
}

.additional-services-left-bottom-part {
  margin: 40px 0 0;
  display: flex;
}

.additional-services-left-bottom-right-part {
  width: 100%;
  max-width: 664px;
}


.additional-services-list {
  margin: 30px 0 0;
}

.additional-services-left-part-image {
  width: 100%;
  max-width: 288px;
  height: 458px;
  min-height: 100%;
  margin-right: 80px;
  position: relative;
}

.additional-services-left-part-image::before {
  position: absolute;
  content: "";
  background-image: url('../images/addition-services-vector-shape.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 246px;
  left: -30px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: -1;
}

.additional-services-left-part-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.additional-services-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.additional-services-list ul li {
  position: relative;
  color: var(--lightwhite);
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
  padding-left: 30px;
}

.additional-services-list ul li::before {
  position: absolute;
  content: "";
  background-image: url('../images/checkmark.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 21px;
  left: 0;
  top: 4px;
}

.additional-services-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

.additional-services-image {
  margin: 0 0 0 -50px;
  height: 569px;
  min-height: 100%;
}

.additional-services-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* additional services section */

/* industries section */
.industries-section {
  padding: 75px 0 150px;
}

.industries-image {
  width: 100%;
  max-width: 448px;
  height: 591px;
}

.industries-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industries-block {
  width: 100%;
  max-width: 996px;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industries-block .section-title>* span {
  display: inline-block;
}

.industries-block .section-title>* span::before {
  background-image: url(../images/industries-title-bottom-shape.svg);
  width: 308px;
  height: 11px;
  bottom: -12px;
}

.industries-info {
  margin: 35px 0 0;
  width: 100%;
  max-width: 911px;
  margin-left: auto;
}

.indusries-info-link {
  margin: 0 -35px 0 0;
  display: flex;
  height: 100%;
  padding: 86px 0;
}

.indusries-info-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.indusries-info-link ul li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.indusries-info-link ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px 30px 0;
}

.indusries-info-link ul li a.active {
  color: var(--orange);
}

.plus-minus-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plus-minus-icon::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 25px;
  background: #386161;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s !important;
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -ms-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.plus-minus-icon::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background: #386161;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transform: rotate(0deg);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.indusries-info-link ul li a.active .plus-minus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.indusries-info-link ul li a.active .plus-minus-icon::before {
  background: var(--orange);
}

.industries-wrp {
  position: relative;
  /* min-height: 363px; */
  /* border-left: 1px solid rgba(255, 255, 255, 0.15); */
  width: 100%;
  max-width: 435px;
  margin-left: auto;
  /* padding-left: 30px; */
}

.industries-title {
  margin: 15px 0 0;
}

.industries-title * {
  color: var(--orange);
  font-size: 30px;
  font-weight: 600;
  line-height: 133%;
}

.industries-wrp .detail {
  padding-right: 5px;
  margin: 30px 0 0;
}

.industries-wrp .detail>*:not(:last-child) {
  margin-bottom: 20px;
}

.industries-child-wrp {
  min-height: 363px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 30px;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.industries-child-wrp.active {
  opacity: 1;
}

/* industries section */

/*========== New Class Add End ==========*/


/*========== Footer Start ==========*/
.footer {
  position: relative;
  overflow: hidden;
  background: var(--lightgreen);
  padding: 80px 0;
}

.footer-vector {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 5%;
}

.footer-content {
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
  width: 100%;
  max-width: 271px;
  display: inline-block;
}

.footer-memu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-memu ul li {
  color: rgba(245, 249, 249, 0.6);
  font-size: 20px;
  line-height: 150%;
}

.footer-memu ul li:not(:last-child) {
  margin-right: 40px;
}

.footer-memu ul li a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.footer-memu ul li a.active,
.footer-memu ul li a:hover {
  color: #F5F9F9;
}

.footer-contact-block {
  height: 100%;
  padding: 76px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact-icon {
  margin: 0 15px 0 0;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 5%);
  border: 1px solid rgba(255, 255, 255, 30%);
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact-title {
  display: block;
  color: var(--darkorange);
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}

.footer-contact-info a,
.footer-contact-info p {
  color: var(--lightwhite);
  font-size: 20px;
  font-weight: 400;
}

.footer-contact-info p {
  line-height: 118%;
}

.footer-contact-info p {
  width: 100%;
  max-width: 220px;
}

.footer-contact-info a:hover {
  color: var(--darkorange);
}

.footer-center .row>* {
  position: relative;
}

.footer-center .row>*:not(:last-child)::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
}

.footer-bottom {
  position: relative;
  padding: 22px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
}

.footer-copyright * {
  color: var(--white);
  font-size: 20px;
  line-height: 150%;
}

.social-media-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.social-media-list ul li {
  position: relative;
  padding: 0 15px;
}

.social-media-list ul li a {
  color: var(--darkorange);
  font-size: 20px;
}

.social-media-list ul li a:hover {
  color: var(--white);
}

.social-media-list ul li:first-child {
  padding-left: 0;
}

.social-media-list ul li:last-child {
  padding-right: 0;
}

.footer-memu ul li.current-menu-item a{
  color: var(--lightwhite);
  font-weight: 500;
}

/*========== Footer End ==========*/

/*========== Process Page Start ==========*/
.process-banner-wrapper .page-title span::after {
  position: absolute;
  content: "";
  background-image: url("../images/process-title-bottom-shape.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 326px;
  height: 12px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.process-title {
  text-align: center;
  margin: 0 0 50px;
}

.process-wrp {
  padding: 120px 0;
}

.process-title .section-title>* span::before {
  background-image: url("../images/search-process-line.svg");
  width: 254px;
  height: 10px;
  bottom: -10px;
}

.process-title .section-title {
  margin: 0 0 20px;
}

.process-step {
  max-width: 150px;
  width: 100%;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  margin: 0 auto 95px;
  position: relative;
}

.process-step::after {
  content: "";
  /* border: 1px dashed rgba(255, 255, 255, 0.15); */
  position: absolute;
  top: 100%;
  bottom: auto;
  height: 65px;
  /* background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 10px, transparent 10px, transparent 20px); */
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 5px, transparent 5px, transparent 10px);
  background-size: 1px 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  width: 1px;
  margin: 15px 0 0;
}

.process-section .row>*:nth-child(even) .process-step::after {
  top: auto;
  bottom: 100%;
  margin: 0 0 15px;
}

.process-step .detail {
  color: var(--white);
}


.process-section .row>* {
  padding: 0 10px;
}

.process-section .row {
  margin: 0 -10px;
}

.process-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.process-section {
  position: relative;
}

.process-content {
  max-width: 288px;
  width: 100%;
  padding: 32px 22px 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.process-content::before {
  content: "";
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 10px, transparent 10px, transparent 20px);
  background-size: 100% 1px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: -11px;
  right: -11px;
  top: -15px;
  height: 1px;
}

.process-section .row>*:first-child .process-content::before {
  left: -164px;
}

.process-section .row>*:last-child .process-content::before {
  right: -164px;
}

.process-section .row>*:nth-child(even) .process-content::before {
  top: auto;
  bottom: -20px;
}

.process-content .detail {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.process-icon {
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
}

.process-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}

.process-bg svg {
  height: auto;
}

.process-details .normal-text {
  font-weight: 600;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.process-section .row>*:nth-child(even) .process-block {
  flex-direction: column-reverse;
}

.process-section .row>*:nth-child(odd) .process-block {
  margin-top: 154px;
}

.process-section .row>*:nth-child(even) .process-step {
  margin: 95px auto 0;
}

.process-section .row>*:nth-child(odd) .process-bg svg path {
  fill: var(--orange);
  fill-opacity: 1;
  stroke: var(--orange);
  stroke-opacity: 1;
}

/*========== Process Page End ==========*/

/*========== Candidate Experience Page Start ==========*/
.experience-banner-wrapper .page-title span::after {
  bottom: -12px;
  height: 18px;
}

.placements-inner .section-title {
  margin: 0 -17px 63px;
  text-align: center;
}

.placements-inner .section-title>* span::before {
  background-image: url("../images/placement-line.svg");
  width: 608px;
  height: 18px;
  bottom: -10px;
}

.block-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--darkorange);
}

.block-title * {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}

.detail-left .block-title {
  margin: 0 0 20px;
}

.placements-inner .detail-left {
  margin: 0 -43px 0 0;
}

.placements-inner .detail-right {
  margin: 0 0 0 -37px;
}

.placements-inner .center-shape {
  width: 356px;
  height: 178px;
}

.placements-inner .detail-center {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: 28px;
}

.placements-inner .detail>*:not(:last-child) {
  margin-bottom: 20px;
}

.commitment-wrp .collaboration-left-part .section-title>* span::before {
  width: 394px;
  height: 11px;
  bottom: -9px;
}

.commitment-wrp .collaboration-left-part {
  max-width: 600px;
  width: 100%;
  height: 100%;
}

.commitment-wrp .collaboration-left-part .detail {
  margin: 30px 0 0;
}

.commitment-img-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.commitment-img-block-part {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.commitment-img-block .commitment-img {
  padding: 0 25px;
}

.commitment-img-block .commitment-img:last-child {
  margin-bottom: 9px;
}

.commitment-wrp .collaboration-right-part {
  height: 100%;
}

.commitment-wrp .additional-services-list ul li {
  padding-left: 28px;
}

.commitment-wrp .additional-services-list ul li::before {
  width: 18px;
  height: 17px;
  top: 8px;
}

.commitment-wrp .additional-services-list ul li:not(:last-child) {
  margin-bottom: 30px;
}

.commitment-wrp .collaboration-image {
  margin-left: 17px;
}

.collaboration-section.commitment-wrp {
  padding: 100px 0 165px;
}

.collaboration-right-part .additional-services-list {
  margin: 0 0 0 12px;
}

.collaboration-content .row>* {
  position: relative;
}

.collaboration-content .row>*::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  right: -40px;
  background: rgba(245, 249, 249, 0.15);
}

.collaboration-content .row>*:nth-child(2):after {
  right: 30px;
}

.collaboration-content .row>*:last-child::after {
  display: none;
}

/*========== Candidate Experience Page End ==========*/

/*========== Fees and Value Page Start ==========*/
.fees-banner-wrapper .page-title span::after {
  background-image: url("../images/why-synova-bottom-vector-shape.svg");
  background-size: 100% 100%;
  width: 284px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.fees-wrp {
  padding: 75px 0;
}

.fees-left {
  max-width: 448px;
  height: 591px;
  width: 100%;
}

.fees-left * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fees-left img {
  width: 100%;
  object-fit: cover;
}

.fees-right {
  max-width: 300px;
  height: 460px;
  width: 100%;
  margin-left: auto;
}

.fees-right * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fees-right img {
  width: 100%;
  object-fit: cover;
}

.fees-content .section-title {
  margin: 0 0 30px;
}

.fees-content .section-title>* span::before {
  background-image: url("../images/fees-section-title-line.svg");
  width: 125px;
  height: 10px;
  bottom: -5px;
}

.fees-content .detail p {
  margin: 0 0 20px;
}

.fees-content .detail p:last-child {
  margin-bottom: 0;
}

.fees-content .detail {
  margin: 0 0 30px;
  letter-spacing: 0.6px;
}

.fees-policy {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px;
}

.fees-content {
  margin: 0 -40px 0 -22px;
}

.fees-policy .block-title {
  margin: 0 0 20px;
}

.fees-policy .additional-services-list {
  display: flex;
  margin: 0 -20px;
}

.fees-policy .additional-services-list .fees-list {
  max-width: 50%;
  width: 100%;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.fees-policy .additional-services-list .fees-list:last-child {
  border-right: none;
}

.fees-policy .additional-services-list ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 15px;
  padding-left: 28px;
  letter-spacing: 0.3px;
}

.fees-policy .additional-services-list ul li:last-child {
  margin-bottom: 0;
}

.fees-policy .additional-services-list ul li::before {
  width: 18px;
  height: 17px;
  top: 8px;
}

.fees-main .row {
  align-items: flex-end;
}

/*========== Fees and Value Page End ==========*/
/*========== Candidate Experience Page End ==========*/

/* contact section */
.contact-section {
  padding: 120px 0 150px;
}

.contact-content {
  display: flex;
}

.contact-map {
  width: 100%;
  max-width: 1080px;
  height: 730px;
}

.contact-map .map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.gm-style-iw-ch {
  display: none !important;
}

.gm-style-iw-chr {
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

.gm-ui-hover-effect {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  top: -26px;
  right: -2px;
  z-index: 9;
}

.gm-ui-hover-effect span {
  margin: 0 !important;
}

.gm-style .gm-style-iw-c {
  background: #fff;
  padding: 25px 15px 20px !important;
  min-width: 391px !important;
  max-width: 391px !important;
  top: -30px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.gm-style .gm-style-iw-c p {
  width: 100%;
  max-width: 181px;
  margin: 0 auto;
  text-align: center;
  color: var(--orange);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.gm-style .gm-style-iw-tc::after {
  top: -30px;
  width: 48px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#bodyContent img {
  width: 100%;
}

#bodyContent {
  text-align: center;
}

.form-part {
  width: 100%;
  max-width: 643px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  margin-left: auto;
}

.common-form {
  margin: 30px 0 0;
}

.common-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.common-form .form-group:not(:last-child) {
  margin-bottom: 20px;
}

.common-form .form-group .form-label {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}

.common-form .form-group .form-control {
  padding: 12px 20px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.common-form .form-group::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 2px;
  background: var(--yellow);
  left: 20px;
  top: 88px;
}

.common-form .form-message-group::after {
  top: 148px;
}

.common-form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.common-form .form-group textarea.form-control {
  padding: 12px 20px 48px;
  height: 110px;
}

.common-form .submit-btn {
  margin-top: 20px;
}

.common-form .submit-btn button {
  min-width: 150px;
  transition: 0.4s;
}

.common-form .submit-btn button:hover {
  color: var(--green);
}

.contact-content>*:not(:last-child) {
  margin-right: 30px;
}

.contact-image-block {
  position: relative;
  width: 100%;
  max-width: 827px;
  height: 615px;
}

.contact-image-block * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-image-block::after {
  position: absolute;
  content: "";
  background: linear-gradient(113deg, rgba(50, 71, 69, 0.00) 67.46%, #033338 106.92%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contact-location {
  width: auto;
  display: block;
  height: auto;
  color: var(--lightwhite);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding: 30px;
}

.contact-location a {
  color: var(--darkorange);
}

.contact-location a:hover {
  color: var(--lightwhite);
}

.contact-location-block {
  text-align: right;
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 999;
}

/* error style */
.wpcf7-response-output {
  margin: 20px auto !important;
  text-align: center !important;
  color: red;
  border: none !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.wpcf7-not-valid-tip {
  color: red;
  font-size: 16px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: green !important;
}

/* error style */
/* contact section */

/* modal */
.modal {
  padding: 0 20px !important;
}

.modal-content {
  padding: 50px;
  background: var(--green);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.modal-dialog {
  max-width: 1720px;
}

.join-us-modal .modal-dialog {
  max-width: 1130px;
}

.modal-header {
  padding: 0 0 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(245, 249, 249, 0.25);
}

.join-us-modal .modal-header {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.join-us-modal .common-form .submit-btn {
  margin: 0;
}

.modal-body {
  padding: 0;
}

.modal-header .btn-close {
  padding: 0;
  margin: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(245, 249, 249, 0.05);
  border: 1px solid rgba(245, 249, 249, 0.15);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

.modal-header .btn-close:hover {
  background: var(--darkorange);
}

.modal-block .founder-title * {
  color: var(--yellow);
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

.modal-block .founder-title span {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  color: rgba(245, 249, 249, 0.6);
}

.modal-block .founder-title {
  max-width: calc(100% - 525px);
}

.modal-block .founder-image {
  margin: 110px 0 15px 30px;
}

.modal-block .founder-contact-list ul li span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 10px;
}

.modal-block .founder-contact-list ul li span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.modal-block .founder-contact-list ul li span a {
  padding-left: 0;
  word-break: break-all;
}

.modal-block .founder-contact-list ul li span a::before {
  display: none;
}

.modal-block .founder-contact-list ul li figure {
  width: 22px;
}

.join-us-modal .modal-header .section-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 133%;
  text-transform: capitalize;
}

.join-us-modal .form-part {
  max-width: 100%;
  background: none;
  box-shadow: none;
  padding: 0;
  border: none;
}

.join-us-modal .common-form {
  margin: 0;
}

/* modal */

/* solutions section */
.solutions-section {
  padding: 75px 0;
}

.solutions-image {
  width: 100%;
  max-width: 463px;
  height: 666px;
  min-height: 100%;
}

.solutions-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions-right-block .section-title span {
  display: inline-block;
}

.solutions-right-block .section-title>* span::before {
  background-image: url(../images/solutions-title-bottom-vector-shape.svg);
  width: 598px;
  height: 10px;
  bottom: -7px;
}

.solutions-right-block .detail {
  margin: 42px 0 0;
}

.solutions-wrp {
  margin: 30px 0 0;
}

.solution-block-wrp {
  padding: 20px;
  border: 1px solid rgba(245, 249, 249, 0.15);
  background: rgba(245, 249, 249, 0.05);
  height: 100%;
}

.solutions-block-title * {
  margin: 0;
  color: var(--lightwhite);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.solution-block-wrp .detail {
  margin: 15px 0 0;
}

.solutions-wrp .row {
  margin: 0 -10px;
}

.solutions-wrp .row>* {
  padding: 0 10px;
}

.solutions-slider-block {
  margin: 50px 0 0;
  position: relative;
}

.solutions-slider-block::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #063939 2.50%, rgba(6, 57, 57, 0.60) 38.34%, rgba(6, 57, 57, 0.00) 47.19%, rgba(6, 57, 57, 0.60) 65.44%, #063939 97%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.solution-slider .slick-slide {
  padding: 0 12px;
}

.solution-slider {
  opacity: 0;
}

.solution-slider.slick-initialized {
  opacity: 1;
}

.solution-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 1px solid rgba(245, 249, 249, 0.15);
  background: #124343;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none; 
}

.solutions-slider-next-arrow {
  right: 0;
}

/* solutions section */

/* program section */
.program-section {
  padding: 120px 0 75px;
}

.program-main-image {
  height: 540px;
  margin: 0 -44px 0 0;
}

.program-main-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-right-block {
  width: 100%;
  max-width: 1067px;
  margin-left: auto;
}

.program-right-block .section-title>* span::before {
  position: absolute;
  content: "";
  background-image: url(../images/program-title-bottom-vector-shape.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 280px;
  height: 10px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.program-right-wrp {
  margin: 58px 0 0;
}

.program-detail-block {
  width: 100%;
  max-width: 668px;
}

.program-detail-block .detail {
  letter-spacing: 0.2px;
}

.program-detail-block .detail>*:not(:last-child) {
  margin-bottom: 20px;
}

.program-image {
  margin: 0 0 0 -20px;
  height: 438px;
}

.program-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* program section */

/* why-synova-detail-wrapper */
.why-synova-detail-wrapper {
  padding: 75px 0;
}

.detail-wrapper-main-block .section-title {
  margin-bottom: 20px;
}

.detail-wrapper-main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.detail-wrapper-main-block .detail-left {
  height: auto;
}

.why-synova-detail-wrapper .detail-center .center-parent {
  width: 100%;
  max-width: 420px;
  height: 450px;
}

.why-synova-detail-wrapper .center-shape {
  width: 100%;
}

/* why-synova-detail-wrapper */

/* experience section */
.experience-section {
  padding: 75px 0 150px;
}

.experience-block .section-title>* span::before {
  background-image: url('../images/experience-title-bottom-shape.svg');
  width: 327px;
  height: 20px;
  bottom: -10px;
}

.experience-block .detail {
  width: 100%;
  max-width: 955px;
  margin: 30px 0 0;
  letter-spacing: 0.2px;
}

.experience-block .detail>*:not(:last-child) {
  margin-bottom: 20px;
}

.experience-join-us-btn {
  margin: 30px 0 0;
}

.experience-join-us-btn a {
  min-width: 150px;
}

.experience-image {
  margin: 0 0 0 -30px;
  height: 552px;
}

.experience-image * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* experience section */

/* typography */
.typography-section {
  padding: 60px 0;
}

.typography-content .section-title {
  text-align: center;
}

.typography-detail {
  padding: 50px 0 0;
}

.alignnone {
  float: none;
  margin: 20px 0;
}

.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.aligncenter {
  float: none;
  display: block;
  margin: 20px auto;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.typography-detail h1 {
  font-size: 60px;
  line-height: 80px;
  color: rgba(245, 249, 249, 0.6);
  font-weight: 700;
  margin-bottom: 25px;
}

.typography-detail h2 {
  font-size: 50px;
  line-height: 70px;
  color: rgba(245, 249, 249, 0.6);
  font-weight: 700;
  margin-bottom: 25px;
}

.typography-detail h3 {
  font-size: 40px;
  line-height: 50px;
  color: rgba(245, 249, 249, 0.6);
  font-weight: 600;
  margin-bottom: 25px;
}

.typography-detail h4 {
  font-size: 30px;
  line-height: 40px;
  color: rgba(245, 249, 249, 0.6);
  font-weight: 600;
  margin-bottom: 25px;
}

.typography-detail h5 {
  font-size: 28px;
  line-height: 36px;
  color: rgba(245, 249, 249, 0.6);
  font-weight: 500;
  margin-bottom: 25px;
}

.typography-detail h6 {
  font-size: 24px;
  line-height: 32px;
  color: rgba(245, 249, 249, 0.6);
  font-weight: 500;
  margin-bottom: 25px;
}

.typography-detail a {
  color: var(--darkorange);
}

.typography-detail a:hover {
  color: var(--white);
}

.typography-detail blockquote {
  padding-left: 20px;
  border-left: 5px solid rgba(245, 249, 249, 0.6);
  margin: 20px 0;
}

.typography-detail p {
  margin-bottom: 25px;
  color: rgba(245, 249, 249, 0.6);
}

.typography-detail ol,
.typography-detail ul {
  margin: 25px 0;
  padding-left: 2rem;
  list-style: disc;
}

.typography-detail ol {
  list-style: number !important;
}

.typography-detail ol li,
.typography-detail ul li {
  color: rgba(245, 249, 249, 0.6);
}

/* typography */

/* error-404 */
.error-404-content {
  padding: 47px 0;
  text-align: center;
  color: var(--lightwhite);
}

.error-404-content>*:not(:last-child) {
  margin-bottom: 25px;
}

/* error-404 */

.modal-block .founder-wrp .detail ul{
  list-style: disc !important;
  padding-left: 2rem;
}

.modal-block .founder-wrp .detail ol{
  list-style: number !important;
  padding-left: 2rem;
}

.modal-block .founder-wrp .detail a{
  color: var(--lightwhite);
}

.modal-block .founder-wrp .detail a:hover{
  color: var(--darkorange);
}

.modal-block .founder-wrp .detail strong{
  color: var(--lightwhite);
  font-weight: 500;
}

.modal-block .founder-wrp{text-align: left !important;}
.modal-block .founder-wrp *{text-align: left !important;}

.banner-slider .slick-dots {
	display: block !important;
}

.banner-slider .slick-dots li:only-child {
	display: none !important;
}