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: "Halyard Display";
  src: url("../fonts/HalyardDisplay-Regular.woff2") format("woff2"), url("../fonts/HalyardDisplay-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display Light";
  src: url("../fonts/HalyardDisplayLight-Regular.woff2") format("woff2"), url("../fonts/HalyardDisplayLight-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0); /* smaller upward shift */
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Halyard Display Light", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  width: 100%;
  min-height: 100%;
  color: #1E1E1E;
  background-color: #EFFFFD;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
}

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: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

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

.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: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hide-mobile {
    display: none;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
	.wd-header .dropdwn-outer.fullwidthsec .inner .only-mobile-tablet {
  display: inline;
}
}



/* header code */

.wd-header {
  background: linear-gradient(90deg, #2f4341 0%, #314543 100%);
  padding: 20px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 130px;
}
.wd-header.active {
  padding: 15px 0;
  backdrop-filter: blur(10px);
  transform: translateY(0);
  height: 98px;
}
.wd-header.active .wd-header__logo {
  width: 140px;
}
.wd-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 10px;
}
.wd-header .mob-img {
  display: none;
}
.wd-header__logo {
  width: 194px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.wd-header__logo img {
  width: 100%;
  height: 100%;
}
.wd-header .navbar-nav {
  padding-right: 30px;
}
.wd-header .navbar > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.wd-header .nav-link,
.wd-header .navbar-nav .nav-link.active,
.wd-header .navbar-nav .nav-link.show {
  color: #FFFFFF;
  font-family: "Halyard Display", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  gap: 3px;
}
.wd-header .nav-link img {
  width: 18px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.wd-header .dropdwn-outer .inner {
  position: relative;
}
.wd-header .dropdwn-outer.fullwidthsec .inner {
  position: static;
}
.wd-header .dropdwn-outer.fullwidthsec .wrap {
  display: none;
}
.wd-header .dropdwn-outer.fullwidthsec .lists p {
  color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
  padding: 0 14px 0;
}
.wd-header .dropdwn-outer.fullwidthsec:hover .wrap {
  display: block;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  background: #314543;
  padding: 20px 20px;
  width: 70%;
  border: 2px solid #ffffff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wd-header .dropdwn-outer.fullwidthsec:hover ul {
  display: block;
  position: static;
  border: none;
  padding: 0 10px 20px;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-layout {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-nav {
  min-width: 200px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 20px;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-nav .nav-link {
  color: #FFFFFF;
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Halyard Display", sans-serif;
  font-size: 16px;
  width: 100%;
  background: none;
  border: none;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-nav .nav-link.active {
  background: #FFFFFF;
  color: #2f4341;
  font-weight: 700;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-content {
  padding-left: 20px;
  width: 100%;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-content ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-content li {
  margin-bottom: 8px;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-content li a {
  opacity: 0.9;
}
.wd-header .dropdwn-outer.fullwidthsec .service-tabs-wrapper .service-tabs-content li a:hover {
  opacity: 1;
}
.wd-header .dropdwn-outer ul {
  display: none;
  padding: 20px 0;
}
.wd-header .dropdwn-outer ul .item-drpwn {
  width: 100%;
  display: inline-block;
  padding: 4px 10px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.wd-header .dropdwn-outer ul .item-drpwn:hover {
  background-color: #FFFFFF;
  color: #2F4341;
}
.wd-header .dropdwn-outer ul li {
  width: 100%;
}
.wd-header .dropdwn-outer ul li a {
  color: #FFFFFF;
}
.wd-header .dropdwn-outer:hover ul {
  display: grid;
  position: absolute;
  top: 100%;
  left: 0;
  background: #314543;
  padding: 10px 0;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #ffffff;
  padding: 20px 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.wd-header .dropdwn-outer:hover img {
  transform: rotate(180deg);
}
.wd-header .dropdwn-outertab .inner {
  position: relative;
}
.wd-header .dropdwn-outertab.fullwidthsec .inner {
  position: static;
}
.wd-header .dropdwn-outertab.fullwidthsec .wrap {
  display: none;
}
.wd-header .dropdwn-outertab.fullwidthsec .lists p {
  color: #FFFFFF;
  font-weight: 700;
  display: inline-block;
  padding: 0 14px 0;
}
.wd-header .dropdwn-outertab.fullwidthsec:hover .wrap {
  display: block;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  background: #314543;
  padding: 20px 20px;
  width: 70%;
  border: 2px solid #ffffff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wd-header .dropdwn-outertab.fullwidthsec:hover ul {
  display: block;
  position: static;
  border: none;
  padding: 0 10px 20px;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-layout {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-nav {
  min-width: 200px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 20px;
  margin-right: 24px;
  display: flex;
  flex-direction: column;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-nav .nav-link {
  color: #FFFFFF;
  text-align: left;
  padding: 10px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Halyard Display", sans-serif;
  font-size: 16px;
  width: 100%;
  background: none;
  border: none;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-nav .nav-link.active {
  background: #FFFFFF;
  color: #2f4341;
  font-weight: 700;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-content {
  padding-left: 20px;
  width: 100%;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-content ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-content li {
  margin-bottom: 8px;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-content li a {
  opacity: 0.9;
}
.wd-header .dropdwn-outertab.fullwidthsec .service-tabs-wrapper .service-tabs-content li a:hover {
  opacity: 1;
}
.wd-header .dropdwn-outertab > .inner > ul {
  display: none;
  padding: 20px;
}
.wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn {
  position: relative;
}
.wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn .sub-menu {
  position: absolute;
  top: 0;
  left: 90%;
  margin-left: 2px;
  display: none;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-left: 30px;
}
.wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn .sub-menu ul {
  background: #314543;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #ffffff;
  padding: 20px 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: transparent;
}
.wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn:hover > .sub-menu {
  display: grid;
}
.wd-header .dropdwn-outertab > .inner > ul .item-drpwn {
  width: 100%;
  display: inline-block;
  padding: 4px 10px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.wd-header .dropdwn-outertab > .inner > ul .item-drpwn:hover {
  background-color: #FFFFFF;
  color: #2F4341;
}
.wd-header .dropdwn-outertab > .inner > ul li {
  width: 100%;
}
.wd-header .dropdwn-outertab > .inner > ul li a {
  color: #FFFFFF;
}
.wd-header .dropdwn-outertab:hover > .inner > ul {
  display: grid;
  position: absolute;
  top: 100%;
  left: 0;
  background: #314543;
  padding: 10px 0;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #ffffff;
  padding: 20px 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.wd-header .dropdwn-outertab:hover > .inner > .mob-inner img {
  transform: rotate(180deg);
}
.wd-header .navbar-expand-lg .navbar-nav {
  gap: 24px;
}
.wd-header .navbar-toggler-icon {
  filter: invert(1);
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wd-header__logo {
    width: 150px;
    height: auto;
  }
  .wd-header .navbar-expand-lg .navbar-nav {
    gap: 8px;
  }
  .wd-header .navbar-nav {
    padding-right: 10px;
  }
  .wd-header .nav-link,
  .wd-header .navbar-nav .nav-link.active,
  .wd-header .navbar-nav .nav-link.show {
    font-size: 14px;
  }
  .wd-header .wd-btn span {
    font-size: 14px;
    padding: 10px 22px;
  }
}
@media (max-width: 1023px) {
  .wd-header .content-wrapper {
    background: linear-gradient(90deg, #2f4341 0%, #314543 100%);
  }
  .wd-header .navbar-nav {
    padding-bottom: 30px;
  }
  .wd-header .navbar-collapse {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
  }
  .wd-header .mob-inner {
    display: flex;
    gap: 10px;
  }
  .wd-header .mob-inner.active .wd-header .dropdwn-outer:hover ul {
    display: block;
  }
  .wd-header__logo {
    width: 174px;
    height: auto;
  }
  .wd-header .dropdwn-outer:hover ul {
    position: relative;
    display: none;
  }
  .wd-header .dropdwn-outer .inner.active ul {
    display: block;
  }
  .wd-header .mob-img {
    display: block;
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
  }
  .wd-header .mob-img.rotate {
    transform: rotate(180deg);
  }
  .wd-header .dropdwn-outer.fullwidthsec:hover .wrap {
    display: none;
  }
  .wd-header .dropdwn-outer.fullwidthsec.active .wrap {
    display: block;
    position: static;
    transform: inherit;
    width: 100%;
  }
  .wd-header .dropdwn-outertab:hover > .inner > ul {
    border: none;
    width: 100%;
  }
  .wd-header .dropdwn-outer ul {
    border: none;
  }
  .wd-header .dropdwn-outer:hover ul {
    border: none;
    padding: 0 10px;
  }
  body .wd-header .dropdwn-outertab > .inner > ul.inner {
    display: none !important;
  }
  .wd-header .dropdwn-outertab .inner.active ul.inner {
    display: block !important;
  }
  .wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn:hover > .sub-menu {
    width: 100%;
  }
  .wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn {
    width: 100%;
  }
  .wd-header .dropdwn-outertab > .inner > ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .wd-header .dropdwn-outertab .inner {
    position: relative !important;
  }
  .wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn .sub-menu {
    position: static;
    margin: 10px 0 0;
    padding: 0;
  }
  .wd-header .navbar-nav {
    padding-right: 0;
  }
  .wd-header .dropdwn-outertab > .inner > ul .sub-dropdwn .sub-menu ul {
    width: 100%;
  }
}


/* header code */

.wd-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  font-family: "Halyard Display", sans-serif;
}
.wd-btn.wht {
  background: #FFFFFF;
}
.wd-btn.wht span {
  color: #000000;
}
.wd-btn.wht::after {
  background: #2F4341;
}
.wd-btn.wht:hover span {
  color: #FFFFFF;
}
.wd-btn svg {
  width: 20px;
  height: 20px;
}
.wd-btn:hover {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
}

.wd-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.wd-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.wd-btn span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 16px 28px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  font-family: "Halyard Display", sans-serif;
}

.wd-btn:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.wd-heading h1 {
  color: #FFFFFF;
  padding: 24px 0;
  font-size: 54px;
  line-height: 56px;
}
.wd-heading h2 {
  font-size: 56px;
  line-height: 70px;
  color: #1E1E1E;
  margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wd-heading h2 {
    font-size: 46px;
    line-height: 58px;
  }
	
}

@media (max-width: 767px) {
  .wd-heading h1 {
    font-size: 52px;
   line-height: 55px;
  }
  .wd-heading h2 {
        font-size: 40px;
        line-height: 40px;
  }
}
.cards_heading h2 {
  color: rgb(30, 30, 30);
  padding-bottom: 16px;
  font-size: 56px;
  line-height: 56px;
  font-weight: 200;
  font-family: "Halyard Display Light", sans-serif;
}
.cards_heading__cont {
  font-size: 20px;
  line-height: 32px;
  font-weight: 200;
  font-family: "Halyard Display Light", sans-serif;
  color: rgb(30, 30, 30);
  padding-bottom: 48px;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .cards_heading h2 {
    font-size: 46px;
    line-height: 58px;
  }
  .cards_heading__cont {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 32px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .cards_heading h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .cards_heading__cont {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 24px;
  }
}
.wd-headsec p {
  color: #1E1E1E;
  font-family: "Halyard Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.wd-card-team {
/*   background-color: #80a4a0; */
/*   padding: 20px 0 0; */
  border-top-right-radius: 40px;
}
.wd-card-team img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wd-card-team__card {
  background-color: #2f4341;
  border-top-right-radius: 40px;
  padding: 20px 24px;
  margin-top: -40px;
  position: relative;
  z-index: 20;
}
.wd-card-team__card h3 {
  color: #FFFFFF;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  font-family: "Halyard Display";
  font-weight: 400;
}
.wd-card-team__card p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 14px;
}

.wd-review-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wd-review-card .quote {
  width: 70px;
  height: 70px;
}
.wd-review-card .quote img {
  width: 100%;
  height: 100%;
}
.wd-review-card__cnt {
  padding-top: 50px;
  width: calc(100% - 80px);
}
.wd-review-card__cnt p {
  color: #1E1E1E;
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 10px;
}
.wd-review-card__cnt .line {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}
.wd-review-card__cnt .athr {
  font-family: "Halyard Display", sans-serif;
  color: #1E1E1E;
  font-weight: 400;
  font-size: 22px;
  padding-top: 24px;
  line-height: 22px;
}

.inner-card {
  border: 4px solid rgb(163, 207, 202);
  border-image-slice: 1;
  border-top-left-radius: 24px;
}
.inner-card__sec1 {
  background-color: rgb(47, 67, 65);
  padding: 24px 0 24px 36px;
  border-top-left-radius: 20px;
}
.inner-card__cont {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
}
.inner-card__sec2 {
  background-color: rgb(239, 255, 253);
  padding: 24px 36px;
}
.inner-card__sec2__cont {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2%;
}

@media (max-width: 767px) {
  .inner-card__sec1,
  .inner-card__sec2 {
    padding: 20px;
  }
  .inner-card__cont {
    font-size: 26px;
    line-height: 30px;
  }
}
.care_card {
  background-color: rgb(239, 255, 253);
}
.care_card__outer {
  background-color: rgb(239, 255, 253);
}
.care_card__sec1 {
  background-color: rgb(47, 67, 65);
  padding: 10px 0;
  border-radius: 24px 5px 0 0;
}
.care_card__sec2 {
  padding: 32px 32px 68px;
  border: 4px solid rgb(177, 224, 218);
  border-top: none;
}
.care_card__h4 {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 16px;
  color: rgb(30, 30, 30);
  margin: 0; /* important for consistency */
}
.care_card__text {
  font-family: "Halyard Display", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  color: rgb(30, 30, 30);
  margin: 0;
}
.care_card p.text {
  font-family: "Halyard Display Light", sans-serif;
}


.wd-heroHme {
  position: relative;
  margin: 0 auto;
}
.wd-heroHme__vid {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 100px;
}
.wd-heroHme__vid video {
  width: 100%;
  height: 100%;
}
.wd-heroHme__trignle {
  position: absolute;
  right: 0;
  top: -1px;
  width: 56%;
  height: auto;
  z-index: 10;
  pointer-events: none;
  overflow-x: hidden;
}
.wd-heroHme__trignle img {
  width: auto;
  height: auto;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.wd-heroHme__abstct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.wd-heroHme__abstct img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wd-heroHme__cnt-box {
  position: absolute;
  top: 34%;
  left: 78%;
  transform: translate(-50%, -50%);
  z-index: 20;
  text-align: left;
  color: #ffffff;
  width: 30%;
  min-height: 425px;
}
.wd-heroHme__cnt-box p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
}
.wd-heroHme__btn-out {
  display: flex;
	flex-direction:column;
  align-items: center;
  gap: 16px;
  padding: 40px 0 20px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wd-heroHme__cnt-box {
    top: 55%;
    width: 42%;
  }
  .wd-heroHme__trignle {
    width: 74%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wd-heroHme__trignle {
    display: none;
  }
  .wd-heroHme__cnt-box {
    position: static;
    transform: none;
    width: 100%;
    background: linear-gradient(180deg, #2f4341 0%, #80a4a0 100%);
    padding: 20px 30px;
  }
  .wd-heroHme__btn-out {
    flex-wrap: wrap;
    gap: 12px;
  }
  .wd-heroHme__vid {
    width: 148vw;
    height: auto;
    padding: 0 0 30px;
    margin-bottom: 0;
  }
  .wd-heroHme__abstct {
    height: 97%;
  }
  .wd-heroHme {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .wd-heroHme__trignle {
    display: none;
  }
  .wd-heroHme__cnt-box {
    position: static;
    transform: none;
    width: 100%;
    background: linear-gradient(180deg, #2f4341 0%, #80a4a0 100%);
    padding: 20px 30px;
  }
  .wd-heroHme__btn-out {
    flex-wrap: wrap;
        gap: 12px;
        padding-bottom: 40px;
  }
  .wd-heroHme__vid {
    width: 170vw;
    height: auto;
    padding: 0 0 30px;
    margin-bottom: 0;
  }
  .wd-heroHme__abstct {
    height: 94%;
  }
  .wd-heroHme {
    overflow: hidden;
  }
}
.wd-aboutHme {
  position: relative;
  padding: 100px 0 0;
  z-index: 20;
}
.wd-aboutHme.grn {
  background-color: #304441;
}
.wd-aboutHme.grn p {
  color: #fff;
}
.wd-aboutHme.grn .wd-aboutHme__outer .sec1 {
  padding-bottom: 0;
}
.wd-aboutHme.grn p {
  width: 90%;
}
.wd-aboutHme.grn .wd-heading h1 {
  padding-top: 0;
  color: #fff;
}
.wd-aboutHme.grn .wd-aboutHme__outer .sec1 {
  padding-top: 100px;
}
.wd-aboutHme .wd-heading h1 {
  color: #1e1e1e;
}
.wd-aboutHme__outer {
  display: flex;
  justify-content: space-between;
}
.wd-aboutHme__outer .sec1 {
  width: 58%;
  padding-bottom: 140px;
}
.wd-aboutHme__outer .sec1 p {
  font-size: 20px;
  line-height: 32px;
}
.wd-aboutHme .wd-headsec h2 {
  width: 95%;
}
.wd-aboutHme .wd-btn {
  margin-top: 40px;
  background-color: transparent;
  border: 1px solid #1e1e1e;
}
.wd-aboutHme__img {
  width: 40%;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.wd-aboutHme__img img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wd-aboutHme__img {
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wd-aboutHme__img {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .wd-aboutHme__outer {
    flex-direction: column;
  }
  .wd-aboutHme__outer .sec1 {
    width: 100%;
  }
  .wd-aboutHme__img {
    width: 100%;
    height: auto;
    position: static;
  }
}
.wd-servceHme {
  background: linear-gradient(90deg, #80a4a0 0%, #2f4341 100%);
  padding: 100px 0;
  position: relative;
  z-index: 30;
  margin-top: -1%;
}
.wd-servceHme__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wd-servceHme__outer .sec1 {
  width: 30%;
  position: sticky;
  top: 100px;
}
.wd-servceHme__outer .sec2 {
  width: 57%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}
.wd-servceHme__outer .sec2::-webkit-scrollbar {
  width: 8px;
  background-color: #2e3f3d;
}
.wd-servceHme__outer .sec2::-webkit-scrollbar-thumb {
  background-color: #576c69;
  border-radius: 4px;
}
.wd-servceHme__outer .sec2::-webkit-scrollbar-track {
  background-color: transparent;
}
.wd-servceHme .wd-heading h2 {
  color: #FFFFFF;
	    line-height: 56px;
}
.wd-servceHme__list {
  width: 95%;
}
.wd-servceHme__list li {
  border-bottom: 0.5px solid #ffffff;
}
.wd-servceHme__list li .item {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 24px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.wd-servceHme__list li .item p {
color: #FFFFFF;
	padding-top: 32px;
}
.wd-servceHme__list li .item h3 {
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 46px;
}
.wd-servceHme__list li .item:hover {
  cursor: pointer;
}
.wd-servceHme__list li .item:hover h3 {
  transform: translateY(-2px) scale(1.01);
}
.wd-servceHme__list li .item:hover .btn-arw {
  transform: translateY(-2px) scale(1.01);
  background: linear-gradient(270deg, #80a4a0 0%, #2f4341 100%);
  transition-delay: 0.2s;
}
.wd-servceHme__list li .btn-arw {
  padding: 10px 14px;
  background: transparent;
  border: 1px solid #ffffff;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.wd-servceHme__list li .btn-arw img {
  width: 28px;
  height: 28px;
}
.wd-servceHme__btn-out {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .wd-servceHme__outer {
    flex-direction: column;
  }
  .wd-servceHme__outer .sec1,
  .wd-servceHme__outer .sec2 {
    width: 100%;
  }
  .wd-servceHme__list li .item h3 {
    width: 80%;
    font-size: 30px;
    line-height: 40px;
  }
  .wd-servceHme {
    padding: 60px 0;
  }
  .wd-servceHme {
    margin-top: -2%;
  }
  .wd-servceHme__outer .sec1 {
    position: relative;
    top: 0;
  }
}
.wd-teamsec {
  padding: 80px 0;
}
.wd-teamsec .wd-headsec p {
  text-align: center;
}
.wd-teamsec .wd-heading h2 {
  text-align: center;
}
.wd-teamsec p.sub {
  color: #1E1E1E;
  width: 58%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
.wd-teamsec__slider {
  margin: 60px 0 0;
  position: relative;
}
.wd-teamsec-swiper {
  overflow: hidden;
}
.wd-teamsec .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.wd-teamsec .swiper-pagination-bullet-active {
  background-color: #80a4a0;
}
.wd-teamsec .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wd-teamsec p.sub {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .wd-teamsec p.sub {
    width: 100%;
  }
}
.wd-bookbanner {
  margin: 50px 0;
}
.wd-bookbanner__outer {
  display: flex;
  justify-content: space-between;
}
.wd-bookbanner__outer .sec1 {
  width: 35%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 388px;
  position: relative;
}
.wd-bookbanner__outer .sec1__abstract {
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 389px;
}
.wd-bookbanner__outer .sec1__abstract img {
  width: 100%;
  height: 100%;
}
.wd-bookbanner__outer .sec2 {
  width: 65%;
  height: 389px;
  background-color: #2F4341;
  padding: 70px 80px;
  border-radius: 0 8px 8px 0;
}
.wd-bookbanner__outer .sec2 p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
}
.wd-bookbanner .wd-heading h2 {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.wd-bookbanner .wd-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .wd-bookbanner__outer {
    flex-direction: column;
  }
  .wd-bookbanner__outer .sec1,
  .wd-bookbanner__outer .sec2 {
    width: 100%;
  }
  .wd-bookbanner__outer .sec2 {
    padding: 30px 20px 40px;
  }
  .wd-bookbanner__outer .sec2 {
    height: 100%;
    border-radius: 0 0 8px 8px;
  }
	.wd-bookbanner__outer .sec1 {
		height:289px !important;
	}
	.wd-reviewhme{
		padding:0 !important;
	}
}
	
.wd-bookbanner-v1 {
  padding: 64px 0;
  background-color: #2f4341;
}
.wd-bookbanner-v1__outer {
  display: flex;
  justify-content: space-between;
	align-items: center;
  gap: 75px;
}
.wd-bookbanner-v1__outer .sec1 {
  width: 55%;
}
.wd-bookbanner-v1__outer .sec2 {
  width: 45%;
}
.wd-bookbanner-v1__outer p {
  color: #ffffff;
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
}
.wd-bookbanner-v1 h2 {
  color: #ffffff;
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 56px;
  line-height: 56px;
  padding-bottom: 24px;
}
.wd-bookbanner-v1__img {
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 390px;
  overflow: hidden;
}
.wd-bookbanner-v1__abstract {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 390px;
}
.wd-bookbanner-v1__abstract img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .wd-bookbanner-v1__outer {
    flex-direction: column;
  }
  .wd-bookbanner-v1__outer .sec1,
  .wd-bookbanner-v1__outer .sec2 {
    width: 100%;
  }
  .wd-bookbanner-v1__img {
    background-position: 90%;
	  background-attachment: inherit;
  }
}
.wd-reviewhme {
  padding: 40px 0;
}
.wd-reviewhme .wd-heading h2 {
  text-align: center;
}
.wd-reviewhme__slider {
  margin: 60px 0 0;
  position: relative;
}
.wd-reviewhme-swiper {
  overflow: hidden;
}
.wd-reviewhme .swiper-pagination {
  position: relative;
  margin-top: 60px;
}
.wd-reviewhme .swiper-pagination-bullet-active {
  background-color: #80a4a0;
}
.wd-reviewhme .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.wd-partnerHme {
  border-top: 1px solid #D9D9D9;
  padding: 40px 0 80px;
}
.wd-partnerHme__outer {
  display: grid;
  grid-template-columns: repeat(8, auto);
}
.wd-partnerHme__img {
  width: 100%;
  height: 55px;
}
.wd-partnerHme__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wd-partnerHme__outer {
    grid-template-columns: repeat(4, auto);
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .wd-partnerHme__outer {
    grid-template-columns: repeat(4, auto);
    gap: 20px;
    justify-content: center;
  }
}
.wd-footer {
  background-color: #2F4341;
  padding: 48px 0 0;
  position: relative;
}
.wd-footer__abstrct {
  position: absolute;
  width: 750px;
  height: auto;
  top: 62%;
  right: 50%;
  transform: translate(50%, -50%);
}
.wd-footer__abstrct img {
  width: 100%;
  height: 100%;
}
.wd-footer__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
}
.wd-footer__head {
  font-family: "Halyard Display", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 18px;
}
.wd-footer__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
position: relative;
    z-index: 100
}
.wd-footer__list.wrap {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 40px;
       column-gap: 40px;
	position: relative;
    z-index: 100;
}
.wd-footer__list.time {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}
.wd-footer__list.time p {
  display: inline-block;
  margin-bottom: 10px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 32px;
}
.wd-footer__list.time ul:last-child li {
  text-align: right;
}
.wd-footer__list li a {
  display: inline-block;
  margin-bottom: 10px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 32px;
}
.wd-footer__list li a:hover {
  opacity: 0.8;
}
.wd-footer__logo-sec {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 32px;
  border-bottom: 1px solid #6c6c6c;
}
.wd-footer__logo-sec .logo {
  width: 227px;
  height: auto;
}
.wd-footer__logo-sec .logo img {
  width: 100%;
  height: 100%;
}
.wd-footer__logo-sec .social {
  display: flex;
  align-items: center;
  gap: 24px;
}
.wd-footer__logo-sec .social img {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in-out;
}
.wd-footer__logo-sec .social img:hover {
  opacity: 0.8;
}
.wd-footer__pwd {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-footer__pwd p {
  color: #FFFFFF;
}
.wd-footer__pwd .wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wd-footer__pwd .wrap img {
  width: 140px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wd-footer__list.wrap {
    display: grid;
    grid-template-columns: repeat(1, max-content);
  }
  .wd-footer__outer {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .wd-footer__list.wrap {
    display: grid;
    grid-template-columns: repeat(1, max-content);
  }
  .wd-footer__outer {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
  }
  .wd-footer__abstrct {
    display: none;
  }
  .wd-footer__logo-sec {
    flex-wrap: wrap;
  }
  .wd-footer__pwd {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wd-footer__pwd p {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }
  .wd-footer__logo-sec .logo {
    width: 140px;
  }
}
.wd-ourpractice {
  background-color: #effffd;
  position: relative;
	height:770px;
  /* MAIN FLEX CONTAINER */
}
.wd-ourpractice__content {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
}
.wd-ourpractice__sec1, .wd-ourpractice__sec2 {
  width: 50%;
}
.wd-ourpractice__sec1 {
  padding-top: 70px;
}
.wd-ourpractice__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.wd-ourpractice__sec2 {
  position: absolute;
    right: 0;
    top: 0;
}
.wd-ourpractice__sec2 img {
  width: 92%;
    height: 770px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin-left: auto;
}
.wd-ourpractice__h1 {
  font-family: "Halyard Display", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1e1e1e;
  padding-bottom: 10px;
}
.wd-ourpractice__text {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 40px;
  line-height: 56px;
  color: #1e1e1e;
}
.wd-ourpractice__text_2 {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  color: #1e1e1e;
}
.wd-ourpractice__text_2 span {
  font-family: "Halyard Display", sans-serif;
  font-weight: 400;
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1023px) {
  .wd-ourpractice__content {
    gap: 32px;
  }
  .wd-ourpractice__text {
    font-size: 18px;
    line-height: 26px;
  }
  .wd-ourpractice__inner {
    gap: 80px;
  }
}
/* MOBILE */
@media (max-width: 767px) {
  .wd-ourpractice__content {
    flex-direction: column;
    gap: 24px;
  }
  .wd-ourpractice__sec1, .wd-ourpractice__sec2 {
    width: 100%;
  }
  .wd-ourpractice__sec1 {
    padding-top: 40px;
  }
  .wd-ourpractice__h1 {
    font-size: 16px;
    line-height: 22px;
  }
	
	.wd-ourpractice__text {
		        font-size: 30px;
        line-height: 40px;
	}
	
	.wd-ourpractice {
		height: 100%;
	}
.wd-ourpractice__text_2 {
    font-size: 16px;
    line-height: 24px;
  }
  .wd-ourpractice__sec2 {
    position: static;
  }
  .wd-ourpractice__inner {
    gap: 20px;
  }
  .wd-ourpractice__sec2 img {
    margin-left: 0;
    width: 100%;
	height: auto
  }
}
.wd-prac-sec {
  background-color: #effffd;
  padding: 128px 0 100px;
}
.wd-prac-sec__outer {
  display: flex;
  gap: 75px;
}
.wd-prac-sec__left, .wd-prac-sec__right {
  width: 50%;
}
.wd-prac-sec__right p {
  padding-bottom: 10px;
}
.wd-prac-sec__inner {
  position: relative;
  display: flex;
  gap: 35px;
  align-items: center;
  padding: 24px 32px;
  /* ONLY TOP-LEFT RADIUS */
  border-top-left-radius: 24px;
  background-color: #effffd;
}
.wd-prac-sec__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  /* MUST MATCH INNER */
  border-top-left-radius: 24px;
  background: linear-gradient(180deg, #526f6c -20.47%, #b1e0da 119.69%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.wd-prac-sec__icon {
  flex-shrink: 0;
}
.wd-prac-sec__icon img {
  max-width: 145px;
  height: auto;
  display: block;
}
.wd-prac-sec__text p {
  margin: 0;
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1023px) {
  .wd-prac-sec {
    padding: 80px 0;
  }
  .wd-prac-sec__inner {
    border-top-left-radius: 20px;
    display: flex;
    flex-direction: column;
  }
  .wd-prac-sec__inner::before {
    border-top-left-radius: 20px;
  }
  .wd-prac-sec__left, .wd-prac-sec__right {
    width: 100%;
  }
}
/* MOBILE */
@media (max-width: 767px) {
  .wd-prac-sec {
    padding: 60px 0;
  }
  .wd-prac-sec__outer {
    flex-direction: column;
    gap: 24px;
  }
  .wd-prac-sec__inner {
    flex-direction: column;
    text-align: center;
    border-top-left-radius: 16px;
  }
  .wd-prac-sec__inner::before {
    border-top-left-radius: 16px;
  }
  .wd-prac-sec__left, .wd-prac-sec__right {
    width: 100%;
  }
}
.west-banner {
  background: #effffd;
  position: relative;
  overflow: hidden;
}
.west-banner .wd-heading h1 {
  color: #1e1e1e;
  padding: 0 0 15px;
  width: 80%;
}
.west-banner__sec1 {
  background-color: #effffd;
  padding: 79px 0 48px;
  padding: 64px 0px 33px;
}
.west-banner__sec2 {
  background: linear-gradient(135deg, rgb(128, 164, 160), rgb(47, 67, 65));
  padding: 64px 0;
}
.west-banner__cnt {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #ffffff;
  width: 50%;
  padding-bottom: 10px;
}
.west-banner__cnt span {
  font-family: "Halyard Display", sans-serif;
  font-weight: 400;
}
.west-banner__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
  height: 100%;
}
.west-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .west-banner__img {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .west-banner__img {
    position: static;
    width: 100%;
  }
  .west-banner__cnt,
  .west-banner .wd-heading h1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .west-banner__img {
    position: static;
    width: 100%;
  }
  .west-banner__cnt,
  .west-banner .wd-heading h1 {
    width: 100%;
  }
}
.card_sec {
  padding: 96px 0;
}
.card_sec__outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  row-gap: 36px;
}
.card_sec p.cnt {
  padding-top: 48px;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .card_sec {
    padding: 72px 0;
  }
  .card_sec__outer {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .card_sec {
    padding: 48px 0;
  }
  .card_sec__outer {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.smile_book {
  padding: 64px 0;
  background-color: rgb(47, 67, 65);
}
.smile_book__outer {
  display: flex;
  justify-content: space-between;
  gap: 92px;
  align-items: stretch;
}
.smile_book__outer .sec1 {
  width: 50%;
  display: flex;
  align-items: center;
}
.smile_book__outer .sec2 {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  min-height: 363px;
}
.smile_book__head h2 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 200;
  color: #ffffff;
  margin-bottom: 24px;
}
.smile_book__head p {
  font-size: 20px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 200;
}
.smile_book__img {
  width: 100%;
  position: absolute;
  height: 369px;
  bottom: 0;
  right: 0px;
  overflow: hidden;
}
.smile_book__img img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .smile_book {
    padding: 56px 0;
  }
  .smile_book .smile_book__img {
    height: 100%;
  }
  .smile_book__head h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .smile_book__head p {
    font-size: 18px;
    line-height: 28px;
  }
  .smile_book__img {
    height: 300px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .smile_book {
    padding: 48px 0;
  }
  .smile_book__outer {
    gap: 32px;
  }
  .smile_book__outer .sec2 {
    background-attachment: scroll;
    min-height: 280px;
  }
  .smile_book__head h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .smile_book__head p {
    font-size: 16px;
    line-height: 26px;
  }
  .smile_book__img {
    height: 240px;
  }
  .smile_book__outer {
    flex-direction: column;
  }
  .smile_book__outer .sec1,
  .smile_book__outer .sec2 {
    width: 100%;
  }
  .smile_book__img img {
    display: none;
  }
}

.wd_why_sec {
  padding: 96px 0;
/*   background: #eef9f8; */
  /* RIGHT SIDE BOX */
}
.wd_why_sec__heading {
  font-family: "Halyard Display Light";
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #1e1e1e;
  margin-bottom: 48px;
}
.wd_why_sec__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.wd_why_sec__outer {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  align-items: flex-start;
  position: relative;
}
.wd_why_sec__features {
  display: flex;
  gap: 28px;
  width: 100%;
}
.wd_why_sec__item {
  width: 30%;
  padding-right: 4%;
  border-right: 1px solid #80a4a0;
}
.wd_why_sec__item:last-child {
  border-right: none;
  padding-right: 0;
}
.wd_why_sec__item h3 {
  font-family: Halyard Display Light;
  font-weight: 200;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #1e1e1e;
  margin-bottom: 22px;
}
.wd_why_sec__item p {
  font-family: Halyard Display Light;
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 2%;
  color: #1e1e1e;
}
.wd_why_sec__highlight {
  width: 40%;
  padding-bottom: 10px;
}
.wd_why_sec__highlight p {
  font-family: Halyard Display Light;
  font-weight: 200;
  font-size: 40px;
  line-height: 52px;
  color: #1e1e1e;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wd_why_sec__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .wd_why_sec__item h3 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wd_why_sec__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .wd_why_sec__item h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wd_why_sec__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .wd_why_sec__item h3 {
    font-size: 35px;
  }
  .wd_why_sec__features {
    flex-direction: column;
  }
  .wd_why_sec__item {
    width: 100%;
    border: none;
  }
  .wd_why_sec__highlight {
    width: 100%;
  }
}
.wd-what-sec {
  background-color: #2f4341;
  padding: 70px 0;
  /* Outer layout */
  /* Left column */
  /* Right column */
  /* Heading */
  /* Left paragraph */
  /* Right-side items */
}
.wd-what-sec__outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 112px;
}
.wd-what-sec__sec1 {
  width: 50%;
}
.wd-what-sec__sec2 {
  width: 42%;
  display: flex;
  flex-direction: column;
}
.wd-what-sec .wd-heading h2 {
  color: #ffffff;
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 56px;
  line-height: 61px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.wd-what-sec__text {
  font-size: 20px;
  line-height: 32px;
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  color: #ffffff;
  max-width: 520px;
}
.wd-what-sec__item {
  padding: 24px 0;
  border-bottom: 1px solid #ffffff;
}
.wd-what-sec__item:last-child {
  border-bottom: none;
}
.wd-what-sec__item p {
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  font-family: "Halyard Display Light", sans-serif;
  color: #ffffff;
}

/* Mobile */
@media (max-width: 767px) {
  .wd-what-sec__outer {
    flex-direction: column;
    gap: 40px;
  }
  .wd-what-sec__sec1, .wd-what-sec__sec2 {
    width: 100%;
  }
  .wd-what-sec .wd-heading h2 {
    font-size: 42px;
    line-height: 48px;
  }
	.navbar-collapse.collapse.show {
  height: 100vh;
}
}
.wd-how-work {
  padding: 50px 0;
}
.wd-how-work .cards_heading h2 {
  padding-bottom: 40px;
}
.wd-how-work__outer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 34px;
}
.wd-how-work p.cnt {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .wd-how-work__outer {
    grid-template-columns: repeat(2, 1fr);
  }
	.wd-contactForm .contain {
      width: 100%;
    margin: 90px auto;
}
}
@media (max-width: 767px) {
  .wd-how-work__outer {
    grid-template-columns: repeat(1, 1fr);
  }
	.wd-bookbanner__outer .sec1__abstract {
display: none;
}
	
	.wd-bookbanner-v1 h2 {
		padding-bottom: 32px;
	}

.wd-bookbanner__outer .sec1 {
background-attachment: scroll;
}
	.wd-contactForm .contain {
        width: 100% !important;
        margin: 0px auto !important;
}
	.wd-bookbanner-v1__abstract {
	display:none;
	}
}
.wd-ourpractice__sec1 .wd-btn.wht {
      margin-top: 40px;
    background-color: transparent;
    border: 1px solid #1e1e1e;
}
.wd-ourpractice__inner.gap60{
	gap: 60px;	
}
.wd-how-work .care_card__h4 {
      min-height: 96px;
}
.wd-how-work .care_card__sec2 {
  height: 295px;
}
.wd-contactForm .contain {
      width: 75%;
    margin: 90px auto;
}
.read-more-toggle {
  color: #2F4341;
  font-weight: 600;
}

.create {
  padding: 96px 0;
}

.read-more-wrapper {
  min-height: 120px;
}

.create__outer {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.create__left {
  width: 35%;
}

.create__right {
  width: 55%;
}

.create__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.create__cont {
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  color: rgb(30, 30, 30);
  padding-top: 36px;
}

/* .cards_heading h2 {
  padding-bottom: 32px;
  font-weight: 200;
  font-size: 36px;
  line-height: 44px;
} */

.create .cards_heading {
	    position: sticky;
    top: 100px;
}

.care_card__outer {
  
  border-radius: 8px;
  overflow: hidden;
}

.care_card__sec1 {
  height: 8px;
}

.care_card__sec2 {
  padding: 32px 32px 45px;
}

.care_card__h4 {
  font-weight: 200;
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 15px;
  color: rgb(30, 30, 30);
  margin: 0;
  min-height: 90px;
}

.care_card__sec2 p.text {
  font-weight: 200;
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0;
}

.read-more-btn {
  margin-top: 8px;
  background: none;
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #2F4341;
  cursor: pointer;
  text-decoration: underline;
}

.read-more-btn:hover {
  color: #6666cc;
}

.care_card__sec2 p.text.is-expanded {
  -webkit-line-clamp: unset;
}

@media (max-width: 1024px) {
  .create {
    padding: 64px 0;
  }
  .create__outer {
    gap: 32px;
  }
  .create__left {
    width: 40%;
  }
  .create__right {
    width: 55%;
  }
  .create__cards {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .create__cont {
    font-size: 18px;
    line-height: 26px;
    padding-top: 28px;
  }
  .cards_heading h2 {
    padding-bottom: 24px;
    font-size: 31px;
    line-height: 39px;
  }
  .care_card__sec2 {
    padding: 20px 13px 25px;
  }
  .care_card__h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
   
  .create {
    padding: 48px 0;
  }
	
.create .cards_heading{
		position: static;
	}
  .create__outer {
    flex-direction: column;
    gap: 32px;
  }
  .create__left {
    width: 100%;
  }
  .create__right {
    width: 100%;
  }
  .create__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .create__cont {
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
  }
  .cards_heading h2 {
    padding-bottom: 20px;
  }
}


/* New Sections */

.wd-caring {
  padding: 95px 0;
}
.wd-caring__outer {
  display: flex;
  justify-content: space-between;
  gap: 151px;
}
.wd-caring .sec1 {
  width: 50%;
}
.wd-caring__head {
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  font-size: 56px;
  line-height: 56px;
  margin: 0;
  color: #1e1e1e;
}
.wd-caring p {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  padding: 32px 0 32px 12px;
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  color: #1e1e1e;
}
.wd-caring .sec2 {
  width: 50%;
}
.wd-caring .sec2 ul {
  margin: 0;
}
.wd-caring .sec2 li {
  position: relative;
  list-style: disc;
  list-style-position: outside;
  font-size: 20px;
  line-height: 32px;
  font-family: "Halyard Display Light", sans-serif;
  font-weight: 200;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  padding: 32px 0;
}
.wd-caring .sec2 li::after {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #80a4a0;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .wd-caring__outer {
    gap: 100px;
  }
  .wd-caring .sec1,
  .wd-caring .sec2 {
    width: 48%;
  }
  .wd-caring__head {
    font-size: 48px;
    line-height: 48px;
  }
  .wd-caring p,
  .wd-caring .sec2 li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wd-caring__outer {
    gap: 60px;
  }
  .wd-caring .sec1,
  .wd-caring .sec2 {
    width: 48%;
  }
  .wd-caring__head {
    font-size: 44px;
    line-height: 44px;
  }
  .wd-caring p,
  .wd-caring .sec2 li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .wd-caring__outer {
    flex-direction: column;
    gap: 0px;
  }
  .wd-caring .sec1,
  .wd-caring .sec2 {
    width: 100%;
  }
  .wd-caring .sec2 ul {
    margin-left: 20px;
  }
  .wd-caring__head {
    font-size: 18px;
    line-height: 28px;
  }
  .wd-caring p,
  .wd-caring .sec2 li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
  }
  .wd-caring .sec2 li::after {
    left: 0;
  }
  .wd-caring .sec2 li {
    padding: 10px 0;
  }
  .wd-caring {
    padding: 40px 0;
  }
}


.svcSection {
  padding: 100px 0;
  position: relative;
  z-index: 30;
  margin-top: -1%;
}

.svcSection__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.svcSection__outer .svc-left {
  width: 30%;
  position: sticky;
  top: 100px;
}

.svcSection__outer .svc-right {
  width: 57%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}

.svcSection__outer .svc-right::-webkit-scrollbar {
  width: 8px;
  background-color: #2e3f3d;
}

.svcSection__outer .svc-right::-webkit-scrollbar-thumb {
  background-color: #576c69;
  border-radius: 4px;
}

.svcSection__outer .svc-right::-webkit-scrollbar-track {
  background-color: transparent;
}

.svcSection .svc-heading h2 {
font-size: 56px;
    line-height: 70px;
    color: #1E1E1E;
    margin-bottom: 32px;
}

.svcSection p{
  color: #1E1E1E;
	padding-bottom:20px;
}

.svcSection__list {
  width: 95%;
}

.svcSection__list li {
  border-bottom: 0.5px solid #000000;
}

.svcSection__list li .svc-item {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 24px 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.svcSection__list li .svc-item p {
  color: #242424;
  padding-top: 32px;
}

.svcSection__list li .svc-item h3 {
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-size: 34px;
  line-height: 46px;
}

.svcSection__list li .svc-item:hover {
  cursor: pointer;
}

.svcSection__list li .svc-item:hover h3 {
  transform: translateY(-2px) scale(1.01);
}

.svcSection__list li .svc-item:hover .svc-btn-arrow {
  transform: translateY(-2px) scale(1.01);
  background: linear-gradient(270deg, #80a4a0 0%, #2f4341 100%);
  transition-delay: 0.2s;
}

.svcSection__list li .svc-btn-arrow {
  padding: 10px 14px;
  background: transparent;
  border: 1px solid #000000;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: flex;
  transition: all 0.3s ease-in-out;
}

.svcSection__list li .svc-btn-arrow img {
  width: 28px;
  height: 28px;
}

.svcSection__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

@media (max-width: 767px) {

  .svcSection__outer {
    flex-direction: column;
  }

  .svcSection__outer .svc-left,
  .svcSection__outer .svc-right {
    width: 100%;
  }

  .svcSection__list li .svc-item h3 {
    width: 80%;
    font-size: 30px;
    line-height: 40px;
  }

  .svcSection {
    padding: 60px 0;
    margin-top: -2%;
  }

  .svcSection__outer .svc-left {
    position: relative;
    top: 0;
  }

}

.wd-user-docBanner {
  width: 100%;
  padding: 0;
}

.wd-user-docBanner__outer {
  width: 100%;
}

.wd-user-docBanner__image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wd-user-docBanner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 767px) {
  .wd-user-docBanner {
    display: none;
  }
}