@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-style: medium;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-style: medium;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue Light";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-style: Bold;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak";
  src: url("../fonts/NeuePlak-Light.woff2") format("woff2"), url("../fonts/NeuePlak-Light.woff") format("woff");
  font-style: Bold;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak SemiBold";
  src: url("../fonts/NeuePlak-SemiBold.woff2") format("woff2"), url("../fonts/NeuePlak-SemiBold.woff") format("woff");
  font-style: Bold;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Plak Regular";
  src: url("../fonts/NeuePlak-Regular.woff2") format("woff2"), url("../fonts/NeuePlak-Regular.woff") format("woff");
  font-style: Bold;
  font-weight: 400;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Neue Plak Regular", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;

}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}
[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0); /* smaller upward shift */
}

[data-aos=fade-up].aos-animate {
  transform: translate3d(0, 0, 0);
}

h1 {
  font-family: "Helvetica Neue", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Plak", sans-serif;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.hide-mobile-tablet-pro {
  display: block;
}

.only-mobile-tablet-pro {
  display: none;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 1025px) {
  .hide-mobile-tablet-pro {
    display: none;
  }
  .only-mobile-tablet-pro {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.ds-heading {
  overflow: hidden;
}
.ds-heading h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 74px;
  color: #ffffff;
  font-family: "Helvetica Neue Regular", sans-serif;
}
.ds-heading h2 {
  color: #000000;
  font-size: 56px;
  line-height: 60px;
  font-family: "Neue Plak Regular", sans-serif;
}
.ds-heading h2 span {
  color: #a6ce39;
}

.ds-inner-heading h1 {
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
}
.ds-inner-heading h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #000000;
}
.ds-inner-heading h2 span {
  color: #a6ce39;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-heading h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .ds-heading h1 {
    font-size: 45px;
    line-height: 52px;
  }
  .ds-heading h2 {
    font-size: 46px;
    line-height: 52px;
  }
  .ds-inner-heading h1 {
        font-size: 42px;
        line-height: 52px;
  }
  .ds-inner-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.ds-button {
  position: relative;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Helvetica Neue Regular", sans-serif;
  transition: all 0.3s ease;
}
.ds-button span {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.ds-button span img,
.ds-button span svg {
  width: 24px;
  height: 24px;
}
.ds-button:hover {
  color: #a6ce39;
}
.ds-button:hover span {
  transform: translate(2px);
}

.ds-btn-1 {
  border: 2px solid #a6ce39;
  background-color: #111111;
  border-radius: 37px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Helvetica Neue Regular", sans-serif;
  color: #ffffff;
  padding: 16px 26px;
  display: inline-block;
  transition: all 0.3s ease;
}
.ds-btn-1:hover {
  background-color: #a6ce39;
  color: #111111;
}

.ds-button-3 {
  position: relative;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  padding: 10px 20px;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Helvetica Neue Regular", sans-serif;
  transition: all 0.3s ease;
  border: 2px solid #a6ce39;
  background-color: #ffffff;
  border-radius: 37px;
}
.ds-button-3 span {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}
.ds-button-3 span img,
.ds-button-3 span svg {
width: 20px;
    height: 20px;
    color: inherit;
    margin-left: 5px;
}
.ds-button-3:hover {
  color: #a6ce39;
}
.ds-button-3:hover span {
  transform: translate(2px);
}

.ds-btn-box {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #000000;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}
.ds-btn-box.grn {
  border-color: #a6ce39;
  background-color: #a6ce39;
}
.ds-btn-box.grn::before {
  background-color: #ffffff;
}
.ds-btn-box.grn::after {
  background-color: #ffffff;
}
.ds-btn-box.grn:hover {
  color: #a6ce39;
}
.ds-btn-box.grn:hover::after {
  background-color: #ffffff;
}
.ds-btn-box.grn span {
  color: #ffffff;
}
.ds-btn-box::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.ds-btn-box::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #a6ce39;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.ds-btn-box:hover {
  color: #ffffff;
  border: 1px solid #a6ce39;
}
.ds-btn-box:hover:before {
  top: -35%;
  background-color: #a6ce39;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.ds-btn-box:hover:after {
  top: -45%;
  background-color: #a6ce39;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.ds-brdbr-sec {
  width: 100%;
  position: relative;
  z-index: 20;
}
.ds-brdbr-sec .brdr-yelow {
  width: 100%;
  height: 10px;
  background-color: #D2E69B;
}
.ds-brdbr-sec .brdr-wht {
  width: 100%;
  height: 10px;
  background-color: #ffffff;
}

/* .ds-form {
  background-color: #f5f5f5;
  padding: 0 0 110px;
}
.ds-form__outer {
  padding: 80px 50px;
  background-color: #ffffff;
}

.ds-contact-form {
  max-width: 100%;
}

.ds-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.ds-field label {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 12px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ds-field input,
.ds-field select,
.ds-field textarea {
  border: none;
  border-bottom: 1px solid #d2d2d2;
  padding: 8px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  outline: none;
  background: transparent;
  color: #000;
}
.ds-field input::-moz-placeholder, .ds-field select::-moz-placeholder, .ds-field textarea::-moz-placeholder {
  color: #a7a7a7;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ds-field input::placeholder,
.ds-field select::placeholder,
.ds-field textarea::placeholder {
  color: #a7a7a7;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ds-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  color: #a7a7a7;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ds-field textarea {
  resize: none;
  min-height: 80px;
}

.ds-field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.ds-field-row .ds-field {
  flex: 1;
}

.ds-btn {
  background-color: #a6ce39;
  color: #000;
  border: none;
  padding: 12px 28px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 767px) {
  .ds-field-row {
    gap: 0;
  }
  .ds-form__outer {
    padding: 30px 20px;
  }
  .ds-field label, .ds-field input, .ds-field select, .ds-field textarea {
    font-size: 20px;
    line-height: 28px;
  }
} */

.ds-form {
  background-color: #f5f5f5;
  padding: 0 0 110px;
}

.ds-counter-sec .inner {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ds-counter-sec .inner img {
  width: 40px;
  height: 40px;
}
.ds-counter-sec .inner .sub-head {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.ds-counter-sec__count {
  font-size: 64px;
  line-height: 74px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Neue Plak", sans-serif;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-counter-sec .inner {
    justify-content: center;
  }
  .ds-counter-sec__count {
    text-align: center;
  }
}
.ds-service-card {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  min-height: 480px;
}
.ds-service-card__img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.ds-service-card__img img {
  width: 100%;
  height: 480px;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}
.ds-service-card__img::after {
  background: radial-gradient(277.1% 337.4% at 78.98% 47.55%, rgba(0, 0, 0, 0) 0%, #000000 100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.ds-service-card__outer {
  position: absolute;
  padding: 30px 24px;
  bottom: 0;
  width: 90%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ds-service-card__outer img {
  width: 60px;
  height: 60px;
}
.ds-service-card__outer h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  padding: 20px 0 10px;
  min-height: 109px;
  width: 80%;
  font-family: "Neue Plak Regular", sans-serif;
}
.ds-service-card__outer p {
  color: #ffffff;
  font-family: "Helvetica Neue Light", sans-serif;
  font-weight: 300;
  min-height: 70px;
  line-height: 28px;
}
.ds-service-card:hover .ds-service-card__img img {
  transform: scale(1.02);
}
.ds-service-card:hover .ds-service-card__img::after {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0.3);
}

.dm-loc-card {
  padding: 52px;
  border: 1px solid #424242;
  background-color: rgba(17, 17, 17, 0.6980392157);
  border-radius: 24px;
}
.dm-loc-card__head {
  font-family: "Neue Plak Regular", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 12px;
}
.dm-loc-card__head span {
  color: #a6ce39;
}
.dm-loc-card__head:last-child {
  padding-bottom: 22px;
}
.dm-loc-card__headout {
  display: flex;
  padding-bottom: 12px;
  gap: 8px;
}
.dm-loc-card__headout:hover a,
.dm-loc-card__headout:hover svg {
  color: #a6ce39;
}
.dm-loc-card__headout a {
  color: #ffffff;
  margin: auto 0;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  line-height: 32px;
  font-family: "Helvetica Neue Light", sans-serif;
  font-weight: 300;
}
.dm-loc-card__headout a[href^="mailto:"] {
  text-decoration: underline;
}
.dm-loc-card__logo {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.dm-loc-card__logo svg {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.dm-loc-card .ds-btn-1 {
  margin-top: 24px;
}

.dm-slider-card {
  border: 1px solid #d2d2d2;
  padding: 32px;
  background-color: #ffffff;
}
.dm-slider-card__icon {
  width: 56px;
  height: 56px;
}
.dm-slider-card__icon img {
  width: 100%;
  height: 100%;
}
.dm-slider-card__head {
  color: #000000;
  padding: 12px 0 50px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
}
.dm-slider-card p.cnt {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #3b3b3b;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

.ds-beyond-card {
  position: relative;
  overflow: hidden;
  padding: 56px;
  border-radius: 8px;
  background: rgba(15, 15, 15, 0.1);
}
.ds-beyond-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #0F0F0F;
  border-radius: 7px;
  z-index: 1;
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #a6ce39 -66.74%, #131902 100%);
  border-image-slice: 1;
  border-image-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
}
.ds-beyond-card .content {
  position: relative;
  z-index: 2;
}
.ds-beyond-card .glow {
  position: absolute;
  inset: -40px;
  width: 200px;
  height: 100px;
  background: radial-gradient(#fff, #aac06f, transparent 70%);
  animation: move 6s linear infinite;
  offset-path: rect(0% auto 100% auto);
}
@keyframes move {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
.ds-beyond-card .icon {
  width: 20px;
}
.ds-beyond-card .icon img {
  width: 100%;
  height: auto;
}
.ds-beyond-card h3 {
  margin: 80px 0 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 3px;
  font-family: "Instrument Sans", sans-serif;
}
.ds-beyond-card p.cnt {
  color: #ffffff;
  font-weight: 300;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.dm-blog-card {
  width: 100%;
  height: 417px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  padding: 40px;
  transition: all 0.3s ease-in-out;
}
.dm-blog-card::after {
  background: radial-gradient(277.1% 337.4% at 78.98% 47.55%, rgba(0, 0, 0, 0) 0%, #000000 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* border-radius: 20px; */
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.dm-blog-card__inner {
  position: relative;
  z-index: 20;
  height: 100%;
}
.dm-blog-card p.sub-head {
  color: #ffffff;
  padding-bottom: 20px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.dm-blog-card h3.head {
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
}
.dm-blog-card__arrow {
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.dm-blog-card__arrow img {
  width: 100%;
  height: 100%;
}
.dm-blog-card:hover::after {
  opacity: 0.5;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.dm-blog-card:hover .dm-blog-card__arrow {
  transform: scale(1.05);
}

.dm-blog-card-vert {
  height: 417px;
  display: flex;
  align-items: stretch;
}
.dm-blog-card-vert .sec1 {
  width: 50%;
  background-color: #000000;
  padding: 40px;
}
.dm-blog-card-vert .sec2 {
  width: 50%;
  overflow: hidden;
}
.dm-blog-card-vert .sec2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.dm-blog-card-vert__inner {
  position: relative;
  z-index: 20;
  height: 100%;
}
.dm-blog-card-vert p.sub-head {
  color: #ffffff;
  padding-bottom: 20px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.dm-blog-card-vert__arrow {
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: transform 0.3s ease-in-out;
}
.dm-blog-card-vert__arrow img {
  width: 100%;
  height: 100%;
}
.dm-blog-card-vert h3.head {
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
}
.dm-blog-card-vert:hover .dm-blog-card-vert__arrow {
  transform: scale(1.05);
}
.dm-blog-card-vert:hover .sec2 img {
  transform: scale(1.08);
}

.ds-slider-servce {
  padding: 100px 0 40px;
  overflow-x: hidden;
}
.ds-slider-servce__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ds-slider-servce__head .ds-heading {
  width: 45%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ds-slider-servce__slider {
  padding: 60px 0 0;
}
.ds-slider-servce__bnt-outer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ds-slider-servce__bnt-outer .btn-lft,
.ds-slider-servce__bnt-outer .btn-rgt {
  width: 55px;
  height: 55px;
  cursor: pointer;
  color: #a6ce39;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-slider-servce__bnt-outer .btn-lft {
  transform: rotate(180deg);
}
.ds-slider-servce__bnt-outer .btn-lft svg,
.ds-slider-servce__bnt-outer .btn-rgt svg {
  width: 100%;
  height: 100%;
}
.ds-slider-servce__bnt-outer .btn-lft svg path,
.ds-slider-servce__bnt-outer .btn-rgt svg path {
  fill: currentColor;
  stroke: currentColor;
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}
.ds-slider-servce__bnt-outer .btn-lft:hover,
.ds-slider-servce__bnt-outer .btn-rgt:hover {
  opacity: 0.7;
  filter: invert(0.5);
}

@media (max-width: 767px) {
  .ds-slider-servce__head {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .ds-slider-servce__head .ds-heading {
    width: 100%;
  }
}
.ds-feedback-hme {
  padding: 40px 0 0;
}
.ds-feedback-hme__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ds-feedback-hme__outer .sec1 {
  width: 32%;
}
.ds-feedback-hme__outer .sec1 p {
  color: #6a6a6a;
  line-height: 34px;
  font-family: "Helvetica Neue Light", sans-serif;
  padding-bottom: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ds-feedback-hme__outer .sec1 .ds-heading {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ds-feedback-hme__outer .sec2 {
  width: 45%;
}
.ds-feedback-hme__quote {
  width: 60px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ds-feedback-hme__quote img {
  width: 100%;
  height: 100%;
}
.ds-feedback-hme .ds-heading {
  padding: 5px 0 24px;
}
.ds-feedback-hme__bnt-outer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ds-feedback-hme__bnt-outer .btn-lft,
.ds-feedback-hme__bnt-outer .btn-rgt {
  width: 55px;
  height: 55px;
  cursor: pointer;
  color: #a6ce39;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-feedback-hme__bnt-outer .btn-lft {
  transform: rotate(180deg);
}
.ds-feedback-hme__bnt-outer .btn-lft svg,
.ds-feedback-hme__bnt-outer .btn-rgt svg {
  width: 100%;
  height: 100%;
}
.ds-feedback-hme__bnt-outer .btn-lft svg path,
.ds-feedback-hme__bnt-outer .btn-rgt svg path {
  fill: currentColor;
  stroke: currentColor;
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}
.ds-feedback-hme__bnt-outer .btn-lft:hover,
.ds-feedback-hme__bnt-outer .btn-rgt:hover {
  opacity: 0.7;
  filter: invert(0.5);
}
.ds-feedback-hme__inner {
 position: relative;
    overflow-y: auto;
    max-height: 380px;
    height: 100%;
}
.ds-feedback-hme__inner::-webkit-scrollbar {
  width: 8px;
}
.ds-feedback-hme__inner::-webkit-scrollbar-thumb {
  background-color: #a6ce39;
  border-radius: 4px;
}
.ds-feedback-hme__inner::-webkit-scrollbar-track {
  background-color: #ebebeb;
}
.ds-feedback-hme__inner p {
  color: #000000;
  line-height: 34px;
  padding-bottom: 15px;
  width: 85%;
  font-family: "Helvetica Neue Light", sans-serif;
}
.ds-feedback-hme__profile {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  background-color: #fff;
  padding: 20px 0 30px;
}
.ds-feedback-hme__profile h3 {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-family: "Neue Plak SemiBold", sans-serif;
}
.ds-feedback-hme__profile p {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
.ds-feedback-hme__img-card {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.ds-feedback-hme__img-card img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.ds-feedback-hme__slider {
  position: relative;
}

@media (max-width: 767px) {
  .ds-feedback-hme__outer {
    flex-direction: column;
    gap: 40px;
  }
  .ds-feedback-hme__outer .sec1,
  .ds-feedback-hme__outer .sec2 {
    width: 100%;
  }
  .ds-feedback-hme__inner p {
    width: 95%;
  }
  .ds-feedback-hme {
    height: 100%;
  }
}
.ds-partner-card {
  padding: 80px 0 100px;
}
.ds-partner-card__outer {
  position: relative;
  overflow: hidden;
}
.ds-partner-card__outer::before, .ds-partner-card__outer::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.ds-partner-card__outer::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.ds-partner-card__outer::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.ds-partner-card__partner {
  width: auto;
  height: 64px;
}
.ds-partner-card__partner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 767px) {
  .ds-partner-card {
    padding: 30px 0 60px;
  }
}
.ds-accord {
  padding: 20px 0 30px;
}
.ds-accord__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ds-accord__list li:last-child .outer {
  border-bottom: none;
}
.ds-accord__outer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  /* ACTIVE STATE (visual only) */
}
.ds-accord__outer .icon {
  width: 16px;
  margin-top: 28px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ds-accord__outer .icon img {
  width: 100%;
  height: auto;
}
.ds-accord__outer .outer {
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 0;
  width: 100%;
  position: relative;
}
.ds-accord__outer .outer .head {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #717171;
  font-size: 20px;
  line-height: 32px;
  transition: font-size 0.3s ease, color 0.3s ease;
}
.ds-accord__outer .outer p {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
  overflow: hidden;
  display: none;
  /* GSAP controls these */
  height: 0;
  opacity: 0;
}
.ds-accord__outer.active .icon {
  opacity: 1;
}
.ds-accord__outer.active .head {
  font-size: 24px;
  color: #000;
}
.ds-accord__outer.active .outer p {
  padding-top: 15px;
  display: block !important;
	opacity: 1;
	height: auto;
}
.ds-accord .ds-btn-box {
  margin-left: 20px;
}

/* MOBILE */
@media (max-width: 767px) {
  .ds-abtinner .ds-btn-box {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
  }
  .ds-accord {
    padding: 30px 0 50px;
  }
  .ds-accord__outer.active .outer p {
    padding-top: 20px;
  }
}
.ds-content-modernisation {
  padding: 40px 0;
}
.ds-content-modernisation__outer {
  background-color: #ffffff;
}
.ds-content-modernisation:hover .arrow {
  opacity: 1;
}
.ds-content-modernisation__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  border-bottom: 1px solid #d2d2d2;
}
.ds-content-modernisation__head h2 {
  color: #000000;
  font-size: 48px;
  line-height: 56px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
}
.ds-content-modernisation__head .arrow {
  width: 56px;
  height: 56px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.ds-content-modernisation__head .arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ds-content-modernisation__head .head-sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}
.ds-content-modernisation__img {
  width: 164px;
  height: auto;
}
.ds-content-modernisation__img img {
  width: 100%;
  height: 100%;
}
.ds-content-modernisation__inner {
  display: flex;
  justify-content: space-between;
}
.ds-content-modernisation__inner .sec1 {
  width: 55%;
  padding: 48px;
  border-right: 1px solid #d2d2d2;
}
.ds-content-modernisation__inner .sec1 p {
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 24px;
}
.ds-content-modernisation__inner .sec2 {
  width: 45%;
  padding: 48px;
}
.ds-content-modernisation__subhead {
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 32px;
}
.ds-content-modernisation__list p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  padding-bottom: 26px;
  padding-top: 26px;
  border-bottom: 1px solid #d2d2d2;
}
.ds-content-modernisation__list p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.ds-content-modernisation__list p:first-child {
  padding-top: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-content-modernisation__head h2 {
    width: 70%;
  }
  .ds-content-modernisation__inner .sec2,
  .ds-content-modernisation__inner .sec1 {
    padding: 24px;
  }
  .ds-content-modernisation__head {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .ds-content-modernisation__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 24px;
    border: 1px solid #d2d2d2;
  }
  .ds-content-modernisation__inner {
    flex-direction: column;
  }
  .ds-content-modernisation__inner .sec1,
  .ds-content-modernisation__inner .sec2 {
    width: 100%;
    padding: 24px;
  }
  .ds-content-modernisation__inner .sec1 {
    border-left: 1px solid #d2d2d2;
  }
  .ds-content-modernisation__inner .sec2 {
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }
  .ds-content-modernisation__head h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
.dm-video-slider {
  padding: 0 0 110px;
  background-color: #f5f5f5;
}
.dm-video-slider__slider {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.dm-video-slider__vid {
  width: 100%;
  height: 100%;
  position: relative;
}
.dm-video-slider__vid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dm-video-slider .glide__arrow--left {
  position: absolute;
  left: -6%;
  top: 50%;
}
.dm-video-slider .glide__arrow--left img {
  width: 46px;
  height: 46px;
  transform: rotate(180deg);
}
.dm-video-slider .glide__arrow--right {
  position: absolute;
  right: -6%;
  top: 50%;
}
.dm-video-slider .glide__arrow--right img {
  width: 46px;
  height: 46px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .dm-video-slider .glide__arrow--right {
    position: absolute;
    right: -7%;
    top: 48%;
  }
  .dm-video-slider .glide__arrow--left {
    position: absolute;
    left: -7%;
    top: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dm-video-slider .glide__arrow--right {
    position: absolute;
    right: -9%;
    top: 45%;
  }
  .dm-video-slider .glide__arrow--left {
    position: absolute;
    left: -9%;
    top: 45%;
  }
}
@media (max-width: 767px) {
  .dm-video-slider .glide__arrow--left,
  .dm-video-slider .glide__arrow--right {
    display: none;
  }
  .dm-video-slider__slider {
    width: 100%;
  }
}
.ds-header {
  background: transparent;
  top: 0;
  width: 100%;
  position: sticky;
  z-index: 999;
  transition: all 0.6s ease-in-out;
  background-color: #000000;
  /* Dropdown menu */
}
.ds-header.sticky {
  position: fixed;
  background: #000000;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  animation: slideDown 0.6s ease-out forwards;
}
@keyframes slideDown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.ds-header .logo {
  width: 106px;
  height: 106px;
}
.ds-header .logo img {
  width: 100%;
  height: 100%;
}
.ds-header .dropdown-menu-list {
  list-style: none;
  position: absolute;
  top: 90%;
  left: 0;
  background: #000000;
  border-radius: 16px;
  display: none;
  min-width: 260px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  padding: 20px;
  border: 1px solid #a6ce39;
}
.ds-header .dropdown-menu-list li a {
  display: inline-block;
  padding: 4px 0 8px;
  color: #ffffff;
}
.ds-header .dropdown-menu-list li a:hover {
  color: #a6ce39;
}
.ds-header .dropdown-menu-list.active {
  display: block;
}
.ds-header .nav-link {
  color: #ffffff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.ds-header .nav-link:hover {
  color: #a6ce39;
}
.ds-header .dropdown-mega {
  position: relative;
  display: inline-block;
}
.ds-header .dropdown-mega:hover .dropdown-menu-list {
  display: block;
}
.ds-header .nav-item.dropdown-mega:hover .dropdown-menu-list {
  display: block;
}
.ds-header .nav-item {
  margin: auto 0;
}
.ds-header .arrow-mob {
  display: none;
}
.ds-header .offcanvas.hiding,
.ds-header .offcanvas.show,
.ds-header .offcanvas.showing {
  background: #000000;
}
.ds-header .navbar-toggler-icon,
.ds-header .btn-close {
  filter: invert(1);
}

@media (max-width: 767px) {
  .ds-header .nav-link {
    display: inline-block;
  }
  .ds-header .dropdown-menu-list {
    position: relative;
  }
  .ds-header .dropdown-mega {
    display: block;
  }
  .ds-header .arrow-mob {
    display: inline;
  }
  .ds-header .arrow-icon {
    display: none;
  }
}
.ds-hero-sec {
  position: relative;
  border-bottom: 10px solid #d2e69b;
}
.ds-hero-sec__vid {
  position: relative;
  width: 100%;
  height: 100vh;
}
.ds-hero-sec__vid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ds-hero-sec__vid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00081f;
  opacity: 0.4;
}
.ds-hero-sec__cnt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
}
.ds-hero-sec__cnt {
  width: 46%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-hero-sec__cnt {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-hero-sec__vid {
    height: 45vh;
  }
  .ds-hero-sec__cnt {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .ds-hero-sec__cnt-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ds-hero-sec__cnt {
    width: 100%;
  }
  .ds-hero-sec .ds-heading h1 {
    text-align: center;
  }
  .ds-hero-sec__vid {
    height: 55vh;
  }
  .ds-hero-sec__cnt-box {
    padding-top: 90px;
  }
}
.ds-about-hme {
  background: #000000;
  min-height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ds-about-hme h2.content {
  color: #ffffff;
  font-weight: 400;
  font-size: 48px;
  line-height: 74px;
  font-family: "Neue Plak", sans-serif;
}
.ds-about-hme h2.content span {
  font-family: "Neue Plak SemiBold", sans-serif;
}
.ds-about-hme__outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 75px;
  flex-grow: 1;
}
.ds-about-hme__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.ds-about-hme__card {
  border-right: 0.5px solid #808080;
  width: calc(33.33% - 40px);
  margin: 0 20px;
}
.ds-about-hme__card:last-child {
  border: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-about-hme__card {
    border: none;
    width: calc(50% - 40px);
    margin: 0 20px 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-about-hme__card {
    border: none;
    width: calc(50% - 40px);
    margin: 0 20px 60px;
  }
  .ds-about-hme .ds-counter-sec__count {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ds-about-hme__card {
    width: calc(100% - 40px);
    margin-bottom: 30px;
    border: none;
  }
  .ds-about-hme {
    height: 100%;
    padding: 60px 0;
  }
  .ds-about-hme__outer {
    height: 100%;
    gap: 50px;
  }
  .ds-about-hme h2.content {
    font-size: 32px;
    line-height: 48px;
  }
  .ds-about-hme .ds-counter-sec__count {
    font-size: 44px;
    line-height: 54px;
  }
}
.spacer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Award wrapper - NO HEIGHT SET */
.ds-award-wrapper {
  position: relative;
}

/* The pinned section */
.ds-award-sec {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* Dark overlay */
.ds-award-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.7);
  pointer-events: none;
  z-index: 0;
}

/* Content container */
.ds-award-sec__outer {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ds-award-sec__outer .inner {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  will-change: transform;
/* 	padding-left: 20%; */
}
.ds-award-sec__outer .marquee {
  flex-shrink: 0;
}
.ds-award-sec__outer .marquee h2 {
  font-size: clamp(2rem, 6vw, 180px);
  font-weight: 400;
  color: #ffffff;
  font-family: "Neue Plak SemiBold", sans-serif;
  margin: 0;
  line-height: 1.3;
}

/* .ds-award-sec__outer .marquee:first-child {
padding-left: 25%;
} */

/* Marquee inner wrapper */
/* Individual marquee items */
/* Mobile adjustments */
@media (max-width: 768px) {
  .ds-award-sec {
    height: 40vh;
  }
  .ds-award-sec .inner {
    gap: 50px;
  }
  .ds-award-sec .marquee h2 {
    font-size: clamp(1.5rem, 12vw, 120px);
  }
}
/* After section */
.after-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  padding: 50px 20px;
  color: white;
}

html.gsap-loading [data-gsap] {
  opacity: 0;
  visibility: hidden;
}

.ds-choose-hme {
  padding: 130px 0 100px;
  position: relative;
  border-bottom: 10px solid #ffffff;
}
.ds-choose-hme .pin-spacer {
  height: 600px !important;
}
.ds-choose-hme__outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.ds-choose-hme__outer .sec1 {
  width: 48%;
  z-index: 2;
  position: sticky;
	top: 0;
}
.ds-choose-hme__outer .sec2 {
  width: 46%;
}
.ds-choose-hme__card {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 24px;
  margin: 0 24px 24px;
}
.ds-choose-hme__card h3 {
  color: #000000;
  font-size: 32px;
  line-height: 48px;
  padding-bottom: 10px;
  font-weight: 400;
  font-family: "Neue Plak Regular", sans-serif;
}
.ds-choose-hme__card p {
  color: #443f3d;
  line-height: 30px;
  font-family: "Helvetica Neue light", sans-serif;
}
.ds-choose-hme .ds-heading h2 {
  margin-bottom: 60px;
}
.ds-choose-hme__img {
  width: 90%;
  height: auto;
}
.ds-choose-hme__img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

@media (max-width: 767px) {
  .ds-choose-hme__outer {
    flex-direction: column;
  }
  .ds-choose-hme__outer .sec1,
  .ds-choose-hme__outer .sec2 {
    width: 100%;
  }
	
	.ds-choose-hme__outer .sec1 {
		position: static;
	}
  .ds-choose-hme {
    padding: 100px 0 80px;
  }
  .ds-choose-hme__img {
    width: 100%;
  }
  .ds-choose-hme__card {
    margin: 0 14px 24px;
  }
}
.ds-contact-hme {
  padding: 100px 0 180px;
  background-color: #000000;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 1000px;
  position: relative;
  z-index: 20;
  margin-bottom: -80px;
}
.ds-contact-hme__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
.ds-contact-hme__inner .sec1 {
  width: 60%;
}
.ds-contact-hme__inner .sec2 {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
.ds-contact-hme__inner p {
  color: #ffffff;
  font-size: 20px;
  line-height: 34px;
  font-family: "Helvetica Neue Light", sans-serif;
}
.ds-contact-hme .ds-heading h2 {
  color: #ffffff;
  padding-bottom: 24px;
}
.ds-contact-hme__outer {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 40px -16px 20px;
}
.ds-contact-hme .dm-loc-card {
  width: calc(33.3% - 32px);
  margin: 0 16px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-contact-hme .dm-loc-card {
    width: calc(50% - 32px);
    margin-bottom: 32px;
  }
  .ds-contact-hme {
    height: 100%;
    margin-bottom: -165px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-contact-hme .dm-loc-card {
    width: calc(50% - 32px);
    margin-bottom: 32px;
  }
  .ds-contact-hme {
    height: 100%;
    margin-bottom: -165px;
  }
}
@media (max-width: 767px) {
  .ds-contact-hme {
    height: 100%;
    padding: 70px 0 65%;
    margin-bottom: -58%;
  }
  .ds-contact-hme .dm-loc-card {
    width: calc(100% - 32px);
    padding: 30px;
    margin-bottom: 32px;
  }
  .ds-contact-hme__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .ds-contact-hme__inner .sec1,
  .ds-contact-hme__inner .sec2 {
    width: 100%;
  }
  .ds-contact-hme__inner .sec2 {
    justify-content: flex-start;
  }
}
.ftr {
  background-color: #f5f5f5;
}

.ds-footer {
  padding: 150px 0 0;
  background-color: #242424;
}
.ds-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ds-footer__inner .sec1 {
  width: 46%;
  display: flex;
  align-items: flex-start;
  gap: 34px;
}
.ds-footer__inner .sec1 img {
  width: 115px;
  height: 115px;
}
.ds-footer__inner .sec1 p {
  color: #ffffff;
  font-family: "Neue Plak", sans-serif;
  line-height: 28px;
}
.ds-footer__inner .sec2 {
  width: 50%;
}
.ds-footer__inner .sec2 .head {
  font-family: "Neue Plak Regular", sans-serif;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 16px;
  color: #ffffff;
}
.ds-footer__inner .email-container {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.ds-footer__inner .email-form {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.ds-footer__inner .input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #3d3d3d;
  padding: 12px;
  border-radius: 6px 0 0 6px;
}
.ds-footer__inner .email-icon {
  width: 32px;
  height: 32px;
  margin: auto 10px auto auto;
  flex-shrink: 0;
}
.ds-footer__inner .email-icon svg {
  width: 100%;
  height: 100%;
  stroke: #9a9a9a;
  fill: none;
}
.ds-footer__inner input[type=email] {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #9a9a9a;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}
.ds-footer__inner input[type=email]::-moz-placeholder {
  color: #9a9a9a;
}
.ds-footer__inner input[type=email]::placeholder {
  color: #9a9a9a;
}
.ds-footer__inner .submit-btn {
  background-color: #6a6a6a;
  color: white;
  border: none;
  padding: 16px 12px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.ds-footer__inner .submit-btn:hover {
  background-color: #7a7a7a;
}
.ds-footer__inner .submit-btn:active {
  background-color: #5a5a5a;
}
.ds-footer__head {
  font-family: "Neue Plak Regular", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 12px;
}
.ds-footer__nav-links {
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ds-footer__nav-links .head {
  color: #ffffff;
  font-family: "Neue Plak SemiBold", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 22px;
  font-weight: 400;
}
.ds-footer__list li a {
  font-family: "Helvetica Neue Light", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.6980392157);
  transition: all 0.3s ease;
}
.ds-footer__list li a:hover {
  color: #a6ce39;
}
.ds-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  flex-wrap: wrap;
}
.ds-footer__bottom .inner {
  display: flex;
  gap: 14px;
  align-items: center;
}
.ds-footer__bottom .inner img.social {
  width: 24px;
  height: 24px;
}
.ds-footer__bottom p,
.ds-footer__bottom a {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Helvetica Neue Light", sans-serif;
}
.ds-footer__bottom p span img,
.ds-footer__bottom a span img {
  margin: 0 6px;
  width: 130px;
  height: 16px;
}

.quote-sec {
  background-color: #a6ce39;
  padding: 40px 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -80px;
  position: relative;
  z-index: 20;
}
.quote-sec h3 {
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  font-family: "Neue Plak Regular", sans-serif;
  width: 48%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-footer__bottom {
    justify-content: center;
    gap: 20px;
  }
  .ds-footer__inner .sec2 {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-footer__bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
  .ds-footer__inner .sec2 {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .ds-footer__nav-links {
    flex-wrap: wrap;
	  flex-direction: column;
  }
  .ds-footer__inner .input-wrapper {
    height: 64px;
  }
  .ds-footer__inner {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
  }
  .ds-footer__inner .sec1 {
    flex-direction: column;
  }
  .ds-footer__inner .sec1,
  .ds-footer__inner .sec2 {
    width: 100%;
  }
  .ds-footer__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .ds-footer__bottom .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .quote-sec {
    flex-direction: column;
    gap: 30px;
    padding: 32px 24px;
  }
  .quote-sec h3 {
    width: 100%;
    text-align: center;
  }
  .ds-footer__inner .email-container {
    background: none;
  }
  .ds-footer__inner .email-form {
    align-items: stretch;
  }
}
.ds-header-v1 {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.ds-header-v1.active {
  background-color: #121212;
}
.ds-header-v1.active .logo {
  width: 80px;
  height: 80px;
}
.ds-header-v1 .ds-btn-1 {
  padding: 12px 28px;
}

.nav-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  position: relative;
  z-index: 1001;
}

.logo {
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-bars {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1001;
}

.has-megamenu {
  position: relative;
}

.links {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
	    padding: 20px 0;
}

.links:hover {
  color: #e0e0e0;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

.ds-header-v1__megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #121212;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  pointer-events: none;
  padding: 0 40px;
  z-index: 1000;
  height: 100vh;
}

.ds-header-v1__megamenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.ds-header-v1__cntbox {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 38px;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.ds-header-v1__cntbox .sec1 {
  width: 24%;
}
.ds-header-v1__cntbox .sec1 p.head {
  color: #ffffff;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 40px;
}
.ds-header-v1__cntbox .sec2 {
 width: 76%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    box-sizing: border-box;
}
.ds-header-v1__cntbox .sec2 .card-box {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 30px;
}
.ds-header-v1__cntbox .sec2 .card-box a.head {
  display: inline-block;
  color: #ffffff;
  padding-bottom: 16px;
  font-family: "Helvetica Neue", sans-serif;
  transition: all 0.3s ease-in-out;
}
.ds-header-v1__cntbox .sec2 .card-box a.head:hover {
  color: #a5ce3a;
}
.ds-header-v1__cntbox .sec2 .card-box p {
  color: #717171;
  font-family: "Helvetica Neue Light", sans-serif;
  line-height: 28px;
}
.megamenu-column h4 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #f0f0f0;
}
.megamenu-column a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 0;
  display: block;
  transition: color 0.3s;
}
.megamenu-column a:hover {
  color: #fff;
}
.ds-header-v1__cntbox .sec2 .card-box {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.ds-header-v1__megamenu.active .ds-header-v1__cntbox .sec2 .card-box {
  opacity: 1;
  transform: translateY(0);
}
.ds-header-v1__megamenu.active .ds-header-v1__cntbox .sec2 .card-box:nth-child(1) {
  transition-delay: 0.1s;
}

.ds-header-v1__megamenu.active .ds-header-v1__cntbox .sec2 .card-box:nth-child(2) {
  transition-delay: 0.2s;
}

.ds-header-v1__megamenu.active .ds-header-v1__cntbox .sec2 .card-box:nth-child(3) {
  transition-delay: 0.3s;
}

.ds-header-v1__megamenu.active .ds-header-v1__cntbox .sec2 .card-box:nth-child(5) {
  transition-delay: 0.1s;
}

.ds-header-v1__megamenu.active .ds-header-v1__cntbox .sec2 .card-box:nth-child(6) {
  transition-delay: 0.2s;
}

.ds-header-v1__megamenu.active .ds-header-v1__cntbox .sec2 .card-box:nth-child(7) {
  transition-delay: 0.3s;
}

.ds-inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
.ds-inner-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
.ds-inner-banner__outer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  padding: 15% 0;
  width: 100%;
}
.ds-inner-banner__inner {
  position: relative;
  z-index: 20;
  width: 68%;
}
.ds-inner-banner__inner p {
/*   text-transform: uppercase; */
  color: #ffffff;
  padding-bottom: 24px;
  font-family: "Instrument sans", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-inner-banner {
    height: 100%;
  }
	
	.ds-inner-banner__outer {
		 height: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-inner-banner__inner {
    width: 100%;
  }
  .ds-inner-banner,
  .ds-inner-banner__outer {
    height: 100%;
  }
/*   .ds-inner-banner__outer {
    padding: 30% 0;
  } */
}
@media (max-width: 767px) {
  .ds-inner-banner__inner {
    width: 100%;
  }
  .ds-inner-banner,
  .ds-inner-banner__outer {
    height: 100%;
  }
/*   .ds-inner-banner__outer {
    padding: 40% 0;
  } */
}

@media (max-width: 450px) {
  .ds-inner-banner__outer {
    padding: 40% 0;
  }
}

@media (min-width: 1800px) {
  .ds-inner-banner {
    height: 75vh;
  }
}
.ds-abtinner {
  padding: 110px 0;
  background-color: #f5f5f5;
}
.ds-abtinner.padtop0 {
  padding: 0 0 110px;
}
.ds-abtinner .ds-heading h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 56px;
}
.ds-abtinner__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds-abtinner__outer.start {
  align-items: flex-start;
}
.ds-abtinner__outer .sec1 {
  width: 55%;
}
.ds-abtinner__outer .sec1 p:first-of-type {
  margin-top: 24px;
}
.ds-abtinner__outer .sec2 {
  width: 35%;
  background-color: #f5f5f5;
  position: sticky;
  top: 0;
}
.ds-abtinner__outer p {
  margin-bottom: 10px;
  color: #3b3b3b;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
}
.ds-abtinner .ds-btn-box {
  margin-top: 20px;
}
.ds-abtinner__img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.ds-abtinner__img img {
  width: 100%;
  height: 100%;
}
.ds-abtinner__img .abstract {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ds-abtinner__img .abstract img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .ds-abtinner__img {
    border: none;
  }
  .ds-abtinner__img .abstract {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ds-abtinner__img .abstract img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .ds-abtinner__outer {
    flex-direction: column;
    gap: 30px;
  }
  .ds-abtinner__outer .sec1,
  .ds-abtinner__outer .sec2 {
    width: 100%;
  }
  .ds-abtinner .ds-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.ds-servce-sec {
  background-color: #f5f5f5;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 110px;
}
.ds-servce-sec .ds-inner-heading h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding-bottom: 55px;
}
.ds-servce-sec .ds-btn-box {
  margin: 10px 0;
}
.ds-servce-sec__outer {
  display: flex;
}
.ds-servce-sec__outer .rgt-sec {
  width: 50%;
  height: auto;
}
.ds-servce-sec__outer .lft-sec {
  position: relative;
  width: 50%;
  z-index: 2;
  background-color: #ffffff;
}
.ds-servce-sec__outer p {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 300;
  padding-bottom: 10px;
  font-family: "plus Jakarta Sans", sans-serif;
  color: #3b3b3b;
}
.ds-servce-sec__outer p:last-child {
  padding-bottom: 24px;
}
.ds-servce-sec .work_info {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 44px 44px;
  border-bottom: 1px solid #a6ce39;
}
.ds-servce-sec .work_info:last-child {
  border-bottom: none;
}
.ds-servce-sec .work__left-bl {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ds-servce-sec .work__num {
  color: #000000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 3px;
}
.ds-servce-sec .work__num span {
  color: #a6ce39;
}
.ds-servce-sec h3.title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 24px;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
}
.ds-servce-sec .work__right-bl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #f5f5f5;
}
.ds-servce-sec .work__photo {
  width: 100%;
  height: 100%;
  position: relative;
}
.ds-servce-sec .work__photo-item {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.ds-servce-sec .work__photo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-servce-sec__outer {
    flex-direction: column;
  }
  .ds-servce-sec__outer .lft-sec,
  .ds-servce-sec__outer .rgt-sec {
    width: 100%;
  }
  .ds-servce-sec .work_info {
    height: 50vh;
  }
  .ds-servce-sec .work__right-bl {
    display: none;
  }
}
@media (max-width: 767px) {
  .work__left,
  .work__right {
    width: 100%;
  }
  .title {
    font-size: 40px;
  }
  .work__photo {
    width: 80vw;
    height: 60vw;
  }
  .ds-servce-sec__outer {
    flex-direction: column;
  }
  .ds-servce-sec__outer .rgt-sec {
    display: none;
  }
  .ds-servce-sec__outer .lft-sec {
    width: 100%;
  }
  .ds-servce-sec .work_info {
    height: 100%;
    padding: 32px 24px;
  }
	
	.ds-servce-sec h3.head-sec {
		padding-top: 90px;
	}
  .ds-servce-sec .ds-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.ds-footer-banner {
  background-color: #f5f5f5;
  padding: 0 0 110px;
}
.ds-footer-banner__outer {
  display: flex;
  justify-content: space-between;
}
.ds-footer-banner__outer.reverse {
  flex-direction: row-reverse;
}
.ds-footer-banner__outer .sec1 {
  width: 58%;
  height: auto;
}
.ds-footer-banner__outer .sec1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ds-footer-banner__outer .sec2 {
  width: 42%;
  background-color: #ffffff;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ds-footer-banner__outer p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  padding-bottom: 10px;
  font-family: "plus Jakarta Sans", sans-serif;
  color: #3b3b3b;
}
.ds-footer-banner__outer p:last-child {
  padding-bottom: 24px;
}
.ds-footer-banner .ds-inner-heading h2 {
  font-family: "plus Jakarta Sans", sans-serif;
  padding-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-footer-banner .ds-inner-heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .ds-footer-banner__outer .sec2 {
    padding: 38px 24px;
  }
}
@media (max-width: 767px) {
  .ds-footer-banner__outer {
    flex-direction: column;
  }
  .ds-footer-banner__outer .sec1,
  .ds-footer-banner__outer .sec2 {
    width: 100%;
  }
  .ds-footer-banner__outer .sec2 {
    padding: 30px 20px;
  }
  .ds-footer-banner .ds-heading h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .ds-footer-banner__outer.reverse {
    flex-direction: column;
  }
}
.ds-why-mattersec {
  padding: 0 0 110px;
  background-color: #f5f5f5;
}
.ds-why-mattersec .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: relative;
}
.ds-why-mattersec .parent .abstract {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 66.7%;
  background-attachment: fixed;
}
.ds-why-mattersec .div1 {
  grid-area: 1/1/2/2;
  position: relative;
  z-index: 100;
}
.ds-why-mattersec .div2 {
  grid-area: 1/3/2/4;
  position: relative;
  z-index: 100;
}
.ds-why-mattersec .div3 {
  grid-area: 2/2/3/3;
  position: relative;
  z-index: 100;
}
.ds-why-mattersec .div4 {
  grid-area: 2/3/3/4;
  position: relative;
  z-index: 100;
}
.ds-why-mattersec__card {
  padding: 72px 56px 30px;
  background-color: #ffffff;
  height: 410px;
  border: 1px solid #d2d2d2;
}
.ds-why-mattersec h3.head {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ds-why-mattersec h3.head span {
  color: #a6ce39;
}
.ds-why-mattersec p.cnt {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
}
.ds-why-mattersec p.cnt span {
  font-weight: 600;
}
.ds-why-mattersec__list-card {
  padding: 72px 56px 30px;
  background-color: #ffffff;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d2d2d2;
}
.ds-why-mattersec__list-card p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  padding-bottom: 10px;
  font-family: "plus Jakarta Sans", sans-serif;
  color: #3b3b3b;
}
.ds-why-mattersec__list-card p:last-child {
  padding-bottom: 24px;
}
.ds-why-mattersec__list-card h3.subhead {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 3px;
}
.ds-why-mattersec__list-card h3.subhead span {
  color: #a6ce39;
}
.ds-why-mattersec .work__num {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 3px;
}
.ds-why-mattersec .work__num span {
  color: #a6ce39;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-why-mattersec__list-card {
    padding: 50px 30px 20px;
  }
  .ds-why-mattersec .parent .abstract {
    background-size: 85%;
  }
  .ds-why-mattersec__card, .ds-why-mattersec__list-card {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-why-mattersec .parent {
    display: flex;
    flex-direction: column;
  }
  .ds-why-mattersec__card,
  .ds-why-mattersec__list-card {
    height: 280px;
    padding: 30px 20px;
  }
  .ds-why-mattersec .parent .abstract {
    position: static;
    height: 280px;
    background-size: cover;
    background-attachment: local;
  }
}
@media (max-width: 767px) {
  .ds-why-mattersec .parent {
    display: flex;
    flex-direction: column;
  }
  .ds-why-mattersec__card,
  .ds-why-mattersec__list-card {
    height: 400px;
    padding: 30px 20px;
  }
  .ds-why-mattersec .parent .abstract {
    position: static;
    height: 400px;
    background-size: cover;
    background-attachment: local;
  }
}
.ds-why-mattersec-1 {
  padding: 0 0 110px;
  background-color: #f5f5f5;
}
.ds-why-mattersec-1__outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ds-why-mattersec-1__list-card {
  padding: 72px 56px 30px;
  background-color: #ffffff;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d2d2d2;
}
.ds-why-mattersec-1__list-card p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  padding-bottom: 10px;
  font-family: "plus Jakarta Sans", sans-serif;
  color: #3B3B3B;
}
.ds-why-mattersec-1__list-card p span {
  font-weight: 600;
}
.ds-why-mattersec-1__list-card p:last-child {
  padding-bottom: 24px;
}
.ds-why-mattersec-1__card {
  padding: 72px 56px 30px;
  background-color: #ffffff;
  height: 410px;
  border: 1px solid #d2d2d2;
}
.ds-why-mattersec-1 h3.head {
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 16px;
/*   text-transform: uppercase; */
  letter-spacing: 2px;
}
.ds-why-mattersec-1 h3.head span {
  color: #a6ce39;
}
.ds-why-mattersec-1 h3.subhead {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.ds-why-mattersec-1 p.cnt {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
}
.ds-why-mattersec-1 p.cnt span {
  font-weight: 600;
}
.ds-why-mattersec-1__bg {
  width: 100%;
  height: 410px;
}
.ds-why-mattersec-1__bg img {
  width: 100%;
  height: 100%;
}
.ds-why-mattersec-1 .work__num {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ds-why-mattersec-1 .work__num span {
  color: #a6ce39;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-why-mattersec-1__outer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ds-why-mattersec-1__outer {
    grid-template-columns: repeat(1, 1fr);
  }
  .ds-why-mattersec-1__card, .ds-why-mattersec-1__list-card {
    padding: 32px 24px;
  }
}
.ds-differsec-hide {
  overflow: hidden;
}

.ds-differsec {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 0 0 55px;
}
.ds-differsec .glide__bullets {
  display: none;
}
.ds-differsec__bnt-outer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.ds-differsec__bnt-outer .btn-lft,
.ds-differsec__bnt-outer .btn-rgt {
  width: 55px;
  height: 55px;
  cursor: pointer;
  color: #a6ce39;
  transition: color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-differsec__bnt-outer .btn-lft {
  transform: rotate(180deg);
}
.ds-differsec__bnt-outer .btn-lft svg,
.ds-differsec__bnt-outer .btn-rgt svg {
  width: 100%;
  height: 100%;
}
.ds-differsec__bnt-outer .btn-lft svg path,
.ds-differsec__bnt-outer .btn-rgt svg path {
  fill: currentColor;
  stroke: currentColor;
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}
.ds-differsec__bnt-outer .btn-lft:hover,
.ds-differsec__bnt-outer .btn-rgt:hover {
  opacity: 0.7;
  filter: invert(0.5);
}
.ds-differsec__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ds-differsec__outer .sec1 {
  width: 40%;
}
.ds-differsec__outer .sec2 {
  width: 31%;
}
/* .ds-differsec .content-wrapper {
  padding-right: 0;
} */
.ds-differsec__pin {
  height: 100vh;
}
.ds-differsec p.cnt {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ds-differsec__slider {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 56px 0;
  will-change: transform;
}
.ds-differsec .dm-slider-card {
  width: 100%;
  height: 420px;
}
.ds-differsec__slider-mob {
  padding: 40px 0;
}

.ds-differsec__slider-mob .glide__arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.ds-differsec__slider-mob .glide__arrow {
  padding: 8px 18px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-differsec .dm-slider-card {
    height: -moz-max-content;
    height: max-content;
  }
  .ds-differsec__pin {
    height: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-differsec__slider {
    display: none;
  }
  .ds-differsec__slider-mob {
    display: block;
  }
  .ds-differsec .dm-slider-card {
    width: 100%;
  }
  .ds-differsec__outer .sec2 {
    width: 46%;
  }
  .ds-differsec__pin {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .ds-differsec__outer {
    flex-direction: column;
    gap: 30px;
  }
  .ds-differsec__outer .sec1,
  .ds-differsec__outer .sec2 {
    width: 100%;
  }
  .ds-differsec__slider {
    display: none;
  }
  .ds-differsec__slider-mob {
    display: block;
  }
  .ds-differsec .dm-slider-card {
    width: 98%;
    height: 100%;
  }
  .ds-differsec__pin {
    height: 100%;
  }
  .ds-differsec .glide__bullets {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
  }
  .ds-differsec .glide__bullets .glide__bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .ds-differsec .glide__bullets .glide__bullet--active {
    background: #000;
  }
  .ds-differsec__bnt-outer {
    display: none;
  }
}

.ds-vidsupport-sec {
  background-color: #f5f5f5;
  padding: 0 0 110px;
}
.ds-vidsupport-sec__outer {
  background-color: #ffffff;
  padding: 56px 40px;
}
.ds-vidsupport-sec__outer .sub-head {
  text-align: center;
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  padding-bottom: 40px;
  line-height: 32px;
}
.ds-vidsupport-sec .ds-vidsupport-sec__outer {
  background-color: #ffffff;
  padding: 56px 40px;
}
.ds-vidsupport-sec .ds-inner-heading {
  text-align: center;
  padding-bottom: 16px;
}
.ds-vidsupport-sec .extensions {
  padding-bottom: 20px;
}
.ds-vidsupport-sec__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 32px 0;
  border-bottom: 1px solid #d9d9d9;
}
.ds-vidsupport-sec__inner:last-child {
  border-bottom: none;
  padding-bottom: 64px;
}
.ds-vidsupport-sec__inner p.frmts {
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.ds-vidsupport-sec__inner p.morebtn {
  color: #717171;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ds-vidsupport-sec__cnt {
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 32px;
  text-align: center;
  font-style: italic;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-vidsupport-sec__inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-vidsupport-sec__inner {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .ds-vidsupport-sec__inner {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .ds-vidsupport-sec__inner p.frmts {
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .ds-vidsupport-sec__inner p.morebtn {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }
  .ds-vidsupport-sec__inner:last-child {
    border-bottom: none;
    padding-bottom: 30px;
  }
  .ds-vidsupport-sec .ds-vidsupport-sec__outer {
    padding: 40px 20px;
  }
}
.ds-beyond-sec {
  padding: 0 0 110px;
  background-color: #f5f5f5;
}
.ds-beyond-sec__bg {
  background-color: #000000;
  padding: 100px 0 120px;
}
.ds-beyond-sec .ds-inner-heading h2 {
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
}
.ds-beyond-sec .ds-beyond-card {
  margin-bottom: 40px;
  background-color: #0f0f0f;
  width: 100%;
  height: 400px;
}
.ds-beyond-sec p.sub {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 32px;
  width: 65%;
  margin: 0 auto;
}
.ds-beyond-sec p.sub span {
  font-weight: 600;
}
.ds-beyond-sec p.sub-blw {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 32px;
  width: 65%;
  margin: 80px auto 0;
}
.ds-beyond-sec p.sub-blw span {
  font-weight: 600;
}
.ds-beyond-sec__outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72%;
  margin: 88px auto 0;
  gap: 40px;
}
.ds-beyond-sec__outer .sec1 {
  width: 50%;
}
.ds-beyond-sec__outer .sec2 {
  width: 50%;
}
.ds-beyond-sec__outer .sec2.trans70 {
  transform: translateY(75px);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-beyond-sec__outer {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-beyond-sec .ds-beyond-card {
    padding: 24px;
  }
  .ds-beyond-sec__outer {
    width: 100%;
    gap: 20px;
  }
  .ds-beyond-sec .ds-beyond-card {
    width: 360px;
  }
  .ds-beyond-sec__outer .sec2.trans70 {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .ds-beyond-sec__outer {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .ds-beyond-sec__outer .sec1,
  .ds-beyond-sec__outer .sec2 {
    width: 100%;
  }
  .ds-beyond-sec .ds-beyond-card {
    padding: 34px;
    width: 100%;
  }
  .ds-beyond-sec p.sub {
    width: 100%;
  }
  .ds-beyond-sec__outer {
    margin-top: 40px;
  }
  .ds-beyond-sec__outer .sec2.trans70 {
    transform: translateY(0);
  }
}
.ds-workFlowSection {
  background-color: #f5f5f5;
  padding: 0 0 110px;
}
.ds-workFlowSection__outer {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  padding: 120px 0 20px;
  overflow: hidden;
}
.ds-workFlowSection__imgCard {
  padding: 56px 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.ds-workFlowSection__imgCard::after {
  background: #000000;
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ds-workFlowSection__imgCard .outer {
  position: relative;
  z-index: 100;
}
.ds-workFlowSection__imgCard .outer.sec {
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ds-workFlowSection__imgCard h2 {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.ds-workFlowSection__imgCard p {
  color: #ffffff;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: auto;
}
.ds-workFlowSection__card {
  background-color: #ffffff;
  height: 420px;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ds-workFlowSection__card h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
}
.ds-workFlowSection__card h3 span {
  color: #a6ce39;
}
.ds-workFlowSection__card p {
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  line-height: 32px;
  margin-top: auto;
}
.ds-workFlowSection__card p span {
  font-weight: 600;
}
.ds-workFlowSection__img {
  width: 100%;
  height: auto;
}
.ds-workFlowSection__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ds-workFlowSection__outer > div {
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

/* Remove right border for last column */
.ds-workFlowSection__outer > div:nth-child(3n) {
  border-right: none;
}

/* Remove bottom border for last row */
.ds-workFlowSection__outer > div:nth-last-child(-n+3) {
  border-bottom: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ds-workFlowSection__card,
  .ds-workFlowSection__imgCard {
    padding: 32px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ds-workFlowSection__outer {
    grid-template-columns: repeat(2, 50%);
  }
  .ds-workFlowSection__card {
    border: 1px solid #d2d2d2;
  }
}
@media (max-width: 767px) {
  .ds-workFlowSection__imgCard {
    padding: 32px 24px;
  }
  .ds-workFlowSection__outer {
    grid-template-columns: repeat(1, 100%);
  }
  .ds-workFlowSection__card {
    border: 1px solid #d2d2d2;
  }
  .ds-workFlowSection__outer > div:nth-child(3n) {
    border-right: 1px solid #d2d2d2;
  }
  .ds-workFlowSection__outer > div:nth-last-child(-n+3) {
    border-bottom: 1px solid #d2d2d2;
  }
  .ds-workFlowSection__card {
    padding: 32px 24px;
  }
}
.ds-protect-sec {
  background-color: #f5f5f5;
  padding: 140px 0;
}
.ds-protect-sec__subhead {
  font-family: "Instrument Sans", sans-serif;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  padding-bottom: 16px;
}
.ds-protect-sec__subhead span {
  color: #a6ce39;
}
.ds-protect-sec__head {
  color: #000000;
  font-size: 48px;
  line-height: 75px;
  font-weight: 300;
  font-family: "Plus Jakarta Sans", sans-serif;
}

@media (max-width: 767px) {
  .ds-protect-sec__head {
    font-size: 28px;
    line-height: 48px;
  }
}
.ds-why-choosecard {
  background-color: #f5f5f5;
  padding: 0 0 110px;
}
.ds-why-choosecard__outer {
  display: grid;
  grid-template-columns: repeat(3, 33.3%);
  padding: 20px 0;
}
.ds-why-choosecard__bg {
  grid-row: 1/span 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 48px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.ds-why-choosecard__bg:hover .ds-why-choosecard__arw {
  transform: translateX(5px);
}
.ds-why-choosecard__bg::after {
  background: #000000;
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ds-why-choosecard__bg h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}
.ds-why-choosecard__inner {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ds-why-choosecard__btn-sec {
  display: flex;
  align-content: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.ds-why-choosecard__btn-sec p {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  line-height: 32px;
}
.ds-why-choosecard__list-card {
  padding: 72px 56px 30px;
  background-color: #ffffff;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d2d2d2;
}
.ds-why-choosecard__list-card p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  padding-bottom: 10px;
  font-family: "plus Jakarta Sans", sans-serif;
}
.ds-why-choosecard__list-card p:last-child {
  padding-bottom: 24px;
}
.ds-why-choosecard__arw {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.ds-why-choosecard__arw img {
  width: 100%;
  height: 100%;
}
.ds-why-choosecard .work__num {
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
}
.ds-why-choosecard .work__num span {
  color: #a6ce39;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-why-choosecard__outer {
    grid-template-columns: repeat(2, auto);
  }
  .ds-why-choosecard__list-card {
    padding: 45px 32px 30px;
    width: 380px;
  }
  .ds-why-choosecard__bg {
    grid-row: auto;
  }
}
@media (max-width: 767px) {
  .ds-why-choosecard__outer {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  .ds-why-choosecard__inner {
    height: 410px;
  }
  .ds-why-choosecard__list-card {
    padding: 72px 24px 30px;
  }
  .ds-why-choosecard__bg {
    padding: 46px 24px;
  }
}
.digital-restorationsec {
  padding: 0 0 110px;
  background-color: #F5F5F5;
}

.dm-apprch-bnnr {
  background-color: #f5f5f5;
  padding: 0 0 110px;
}
.dm-apprch-bnnr__cntnr {
  background-color: #000000;
  overflow: hidden;
}
.dm-apprch-bnnr__abstract {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: auto;
}
.dm-apprch-bnnr__abstract img {
  width: 100%;
  height: 100%;
}
.dm-apprch-bnnr__outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 100px auto;
  position: relative;
}
.dm-apprch-bnnr__outer .ds-inner-heading h2 {
  text-align: center;
  color: #ffffff;
}
.dm-apprch-bnnr__outer p {
  padding-top: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 200;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .dm-apprch-bnnr__abstract {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .dm-apprch-bnnr__outer {
    width: 100%;
    padding: 0 20px;
  }
  .dm-apprch-bnnr__abstract {
    width: 90%;
  }
  .dm-apprch-bnnr__abstract {
    bottom: -25%;
  }
}
.ds-journeysec-abt {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  transition: background-color 0.8s ease;
  padding: 0 0 110px;
}
.ds-journeysec-abt.active {
  background: #000;
}
.ds-journeysec-abt .ds-inner-heading h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}

.ds-journeysec-abt__outer {
  background-color: #000;
  position: relative;
  transition: margin 0.6s ease-in-out;
  padding: 80px 40px 40px;
  margin: 0 40px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ds-journeysec-abt__outer.active {
  margin: 0;
}

.ds-journeysec-abt__abstrct {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18%;
  width: 460px;
  height: 100%;
  pointer-events: none;
}

.ds-journeysec-abt__abstrct img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ds-journeysec-abt__year {
  font-weight: 200;
  color: #ffffff;
  font-size: 194px;
  line-height: 200px;
  text-align: center;
  padding: 60px 0 32px;
  position: relative;
  height: 200px;
  overflow: visible;
  margin-bottom: 36px;
}

.ds-journeysec-abt__year span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ds-journeysec-abt__subhead {
  font-weight: 200;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 140px;
  position: relative;
  min-height: 120px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 200;
}
.ds-journeysec-abt__subhead span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 200;
}

.ds-journeysec-abt__subhead span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.ds-journeysec-abt__itlc-cnt {
  font-weight: 400;
  text-align: center;
  font-style: italic;
  color: #a6a6a6;
  font-size: 18px;
  line-height: 32px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ds-journeysec-abt__outer {
    padding: 80px 16px 40px;
    margin: 0 20px;
  }
  .ds-journeysec-abt__outer.active {
    margin: 0;
  }
  .ds-journeysec-abt__year {
    font-size: 100px;
    line-height: 150px;
    height:auto;
  }
  .ds-journeysec-abt__subhead {
    font-size: 20px;
    line-height: 32px;
  }
  .ds-journeysec-abt__itlc-cnt {
    font-size: 16px;
    line-height: 28px;
  }
}
/* Fullscreen mode while Journey is pinned */
.journey-fullscreen .ds-journeysec-abt__outer {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw;
  min-height: 100vh;
}

.ds-journeysec-abt {
  transition: all 0.6s ease;
}

.ds-ourValuesAbt-cntnr {
  overflow: hidden;
}

.ds-ourValuesAbt {
  background-color: #f5f5f5;
  padding: 0 0 110px;
  overflow: hidden;
}
.ds-ourValuesAbt__outer {
  height: 130vh;
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ds-ourValuesAbt__img1 {
  position: absolute;
  left: 100px;
  top: 50px;
  width: auto;
  height: 217px;
}
.ds-ourValuesAbt__img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ds-ourValuesAbt__img2 {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 290px;
  height: auto;
}
.ds-ourValuesAbt__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ds-ourValuesAbt__img3 {
  position: absolute;
  left: 40px;
  bottom: 50px;
  width: auto;
  height: 217px;
}
.ds-ourValuesAbt__img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ds-ourValuesAbt__dots {
  position: absolute;
  right: 40px;
  top: 66%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}
.ds-ourValuesAbt__dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ds-ourValuesAbt__dots .dot.active {
  background-color: #a6ce39;
  height: 24px;
  border-radius: 6px;
}
.ds-ourValuesAbt .ds-inner-heading h2 {
  text-align: center;
/*   font-size: 36px;
  line-height: 56px; */
}
.ds-ourValuesAbt__inner {
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  width: 75%;
  overflow: hidden;
  padding: 58px 0;
  position: relative;
}
.ds-ourValuesAbt__inner .num {
  color: #a6ce39;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 128px;
}
.ds-ourValuesAbt__inner .outer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ds-ourValuesAbt__inner .headsec {
  color: #000000;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-align: left;
}
.ds-ourValuesAbt__inner p.cnt {
  text-align: left;
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
.ds-ourValuesAbt .value-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
}
.ds-ourValuesAbt .value-item.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  height: -moz-max-content;
  height: max-content;
}
.ds-ourValuesAbt .img-group {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.ds-ourValuesAbt .img-group.active {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-ourValuesAbt__inner {
    padding: 48px 0;
    gap: 20px;
    overflow: visible;
    width: 100%;
  }
  .ds-ourValuesAbt__outer {
    height: 100vh;
  }
  .ds-ourValuesAbt__img1,
  .ds-ourValuesAbt__img2 {
    top: 200px;
  }
}
@media (max-width: 767px) {
  .ds-ourValuesAbt__dots {
    display: none;
  }
  .ds-ourValuesAbt__outer {
    padding: 50px 20px;
  }
  .ds-ourValuesAbt .value-item {
    flex-direction: column;
    position: static;
    gap: 25px;
	          opacity: 1 !important;
        visibility: inherit !important;
  }
  .ds-ourValuesAbt__inner {
    gap: 20px;
    overflow: visible;
    width: 100%;
  }
  .ds-ourValuesAbt__outer {
    height: 100%;
  }
  .ds-ourValuesAbt__inner .outer {
    align-items: center;
  }
  .ds-ourValuesAbt__inner .headsec,
  .ds-ourValuesAbt__inner p.cnt {
    text-align: center;
  }
  .ds-ourValuesAbt .value-item {
    opacity: 1;
  }
  .ds-ourValuesAbt__inner .num {
    font-size: 52px;
    line-height: 52px;
  }
  .ds-ourValuesAbt__inner .headsec {
    font-size: 32px;
    line-height: 48px;
  }
  .ds-ourValuesAbt__img3 {
    position: static;
  }
}
.ds-our-roleAbt {
  padding: 0 0 110px;
  background-color: #f5f5f5;
}
.ds-our-roleAbt__outer {
  position: relative;
  margin: 0 auto;
  width: 80%;
}
.ds-our-roleAbt__outer p {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-bottom: 48px;
}
.ds-our-roleAbt__outer p span {
  font-weight: 600;
}
.ds-our-roleAbt .ds-inner-heading h2 {
  text-align: center;
  padding-bottom: 24px;
}
.ds-our-roleAbt__img {
  width: 100%;
  height: auto;
}
.ds-our-roleAbt__img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .ds-our-roleAbt__outer {
    width: 100%;
  }
  .ds-our-roleAbt__img {
    width: 100%;
    height: 300px;
  }
  .ds-our-roleAbt__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ds-blogs-sec {
  padding: 120px 0 0;
  background-color: #f5f5f5;
}
.ds-blogs-sec__outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 64px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d2d2d2;
}
.ds-blogs-sec .dm-blog-card-vert {
  grid-area: 2/2/3/4;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-blogs-sec__outer {
    grid-template-columns: repeat(2, 1fr);
  }
  .ds-blogs-sec .dm-blog-card-vert {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
@media (max-width: 767px) {
  .ds-blogs-sec__outer {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 35px;
  }
  .ds-blogs-sec .dm-blog-card-vert {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .dm-blog-card-vert {
    flex-direction: column;
    height: 100%;
  }
  .dm-blog-card-vert .sec1,
  .dm-blog-card-vert .sec2 {
    width: 100%;
    height: 417px;
  }
  .ds-blogs-sec .dm-blog-card,
  .dm-blog-card-vert .sec1 {
    padding: 20px;
  }
}
.ds-othr-blogs {
  padding: 70px 0 110px;
  background-color: #f5f5f5;
}
.ds-othr-blogs__headsec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
.ds-othr-blogs__headsec p {
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.ds-othr-blogs__headsec .inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ds-othr-blogs__arrow {
  width: 45px;
  height: 45px;
  /*border: 1px solid #000000; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.ds-othr-blogs__arrow img {
  width: 100%;
  height: 100%;
}
.ds-othr-blogs__outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ds-othr-blogs .ds-pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.ds-othr-blogs .ds-pagination__num,
.ds-othr-blogs .ds-pagination__next {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.ds-othr-blogs .ds-pagination__num.active {
  opacity: 1;
  font-weight: 600;
}
.ds-othr-blogs .ds-pagination__num:hover,
.ds-othr-blogs .ds-pagination__next:hover {
  opacity: 1;
}
.ds-othr-blogs .ds-pagination__arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  transition: all 0.3s ease;
}
.ds-othr-blogs .ds-pagination__arrow:hover {
  background-color: #000;
  color: #fff;
}
.ds-othr-blogs__arrow {
  width: 45px;
  height: 45px;
  /*border: 1px solid #000000; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}
.ds-othr-blogs__arrow img {
  width: 100%;
  height: 100%;
}
.ds-othr-blogs__arrow:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-othr-blogs__outer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ds-othr-blogs__outer {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ds-blogs-innr {
  padding: 120px 0 0;
  background-color: #f5f5f5;
}
.ds-blogs-innr__outer {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 80px;
}
.ds-blogs-innr__inner {
  margin: 0 auto;
  width: 60%;
}
.ds-blogs-innr__inner p,
.ds-blogs-innr__inner a {
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
}
.ds-blogs-innr__inner p {
  padding-bottom: 20px;
}
.ds-blogs-innr__inner p:last-child {
  padding-bottom: 0;
}
.ds-blogs-innr__inner a {
  text-decoration: underline;
}
.ds-blogs-innr__inner h2 {
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  padding-bottom: 32px;
}
.ds-blogs-innr__inner h3 {
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 24px;
}
.ds-blogs-innr__img {
  padding: 56px 0;
  width: 100%;
  height: auto;
}
.ds-blogs-innr__img img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-blogs-innr__inner {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .ds-blogs-innr__inner {
    width: 100%;
  }
  .ds-blogs-innr__inner h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
.ds-contact-sec {
  background-color: #f5f5f5;
  padding: 110px 0;
}
.ds-contact-sec .ds-inner-heading h2 {
  padding-bottom: 24px;
}
.ds-contact-sec__outer {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  gap: 90px;
}
.ds-contact-sec__cnt {
  padding: 24px;
  width: 55%;
}
.ds-contact-sec__cnt p {
  padding-bottom: 15px;
  color: #3b3b3b;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
}
.ds-contact-sec__cnt p:last-of-type {
  padding-bottom: 40px;
}
.ds-contact-sec__img {
  width: 45%;
  height: auto;
}
.ds-contact-sec__img img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ds-contact-sec__outer {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .ds-contact-sec__outer {
    flex-direction: column;
  }
  .ds-contact-sec__cnt, .ds-contact-sec__img {
    padding: 0;
    width: 100%;
  }
  .ds-contact-sec__outer {
    padding: 32px 24px;
  }
}
.ds-work-togethersec {
  background-color: #f5f5f5;
  padding: 0 0 110px;
}
.ds-work-togethersec__outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-work-togethersec__outer .sec1 {
  width: 40%;
}
.ds-work-togethersec__outer .sec1 p {
  color: #3b3b3b;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.ds-work-togethersec__outer .sec2 {
  width: 50%;
  background-color: #ffffff;
  padding: 64px 50px;
}
.ds-work-togethersec h3 {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-bottom: 1px solid #d2d2d2;
}
.ds-work-togethersec h3 span {
  font-weight: 500;
  color: #a6ce39;
}
.ds-work-togethersec__cnt {
  color: #000000;
  padding: 40px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
}
.ds-work-togethersec__loc {
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  padding: 40px 0;
}
.ds-work-togethersec .ds-inner-heading h2 {
  padding-bottom: 24px;
}
.ds-work-togethersec__mail {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  text-decoration: underline;
  color: #000000;
  padding-bottom: 16px;
}
.ds-work-togethersec__num {
  color: #000000;
  text-align: right;
  font-size: 28px;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}

.ds-slider-servce .glide__bullets {
  display: none;
	justify-content: center;
	gap: 8px;
  margin-top: 20px;
}

.ds-slider-servce .glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
}

.ds-slider-servce  .glide__bullet--active {
  background: #000;
}

@media (max-width: 767px) {
  .ds-work-togethersec__outer {
    flex-direction: column;
    gap: 40px;
  }
  .ds-work-togethersec__outer .sec1,
  .ds-work-togethersec__outer .sec2 {
    width: 100%;
  }
  .ds-work-togethersec__outer .sec2 {
    padding: 30px 20px;
  }
  .ds-work-togethersec__mail {
    font-size: 22px;
    line-height: 22px;
  }
  .ds-work-togethersec__num {
    font-size: 20px;
  }
	
	.ds-slider-servce .glide__bullets  {
		display: flex;
	}
	.ds-slider-servce__bnt-outer{
		display:none;
	}

}
.ds-accord__outer.active .outer p span {
    font-weight: 700;
}
.ds-abtinner__outer p span {
    font-weight: 700;
}
.ds-accord__outer.active .outer p i {
    font-style: italic !important; 
}
.ds-servce-sec h3.head-sec {
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: "Instrument Sans", sans-serif;
}

.ds-servce-sec__outer p span {
	font-weight: 600;
}
.ds-privacy {
  padding: 80px 0;
}
.ds-privacy .ds-inner-heading h2 {
  padding-bottom: 24px;
}
.ds-privacy p {
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  line-height: 32px;
}
.ds-privacy h3 {
  color: #000000;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  font-family: "Instrument Sans", sans-serif;
  padding-bottom: 16px;
  padding-top: 40px;
}
.ds-privacy p.txt {
  padding-bottom: 10px;
}
.ds-privacy__list {
  list-style: disc;
  color: #3b3b3b;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  padding: 20px 0 20px 20px;
}
.ds-abtinner__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* when header becomes fixed */
.ds-header-v1.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* background change */
.ds-header-v1.is-active {
  background: #000; /* your bg color */
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.ds-feedback-hme__bnt-outer .btn-lft, .ds-feedback-hme__bnt-outer .btn-rgt {
	display: none;
}

.ds-differsec__slider{
  display:flex;
  gap:40px;
  overflow:hidden;
}

.dm-slider-card{
  min-width:320px;
  flex-shrink:0;
}

.ds-slider-controls{
  display:flex;
  gap:10px;
  margin-bottom:20px;
}


.ds-feedback-hme__slider {
  position: relative;
}
.ds-feedback-hme__slider .glide__bullets {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 30px;
}
.ds-feedback-hme__slider .glide__bullets .glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease;
}
.ds-feedback-hme__slider .glide__bullets .glide__bullet--active {
  background: #a6ce39;
}

.ds-header.is-fixed {
      position: fixed;
    top: 0;
    left: 0;
}


.dm-learnAbt {
  background-color: #f5f5f5;
  padding: 0 0 100px;
}
.dm-learnAbt__outer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.dm-learnAbt__outer h2 {
  font-size: 46px;
  line-height: 56px;
  font-weight: 400;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.dm-learnAbt__outer .sec1 {
  width: 45%;
}
.dm-learnAbt__outer .sec2 {
  width: 55%;
}
.dm-learnAbt__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.dm-learnAbt__inner .wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dm-learnAbt p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  transition: all 0.3s ease;
}
.dm-learnAbt p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.dm-learnAbt p:hover:after {
  background-color: #a6ce39;
}

@media (max-width: 767px) {
  .dm-learnAbt__outer {
    flex-direction: column;
    align-items: flex-start;
  }
  .dm-learnAbt__inner {
    flex-wrap: wrap;
  }
  .dm-learnAbt__outer .sec1 {
    width: 100%;
  }
  .dm-learnAbt__outer .sec2 {
    width: 100%;
  }
  .dm-learnAbt__outer h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .dm-learnAbt__inner {
    flex-wrap: wrap;
  }
}
