:root {
  --clr-black: #192020;
  --clr-white: #ffffff;
  --clr-light-green: #b5f1cc;
  --clr-light-pink: #ffc0d9;
  --clr-light-purple: #d0bfff;
  --clr-off-white: #f0f0f0;
  --clr-grey-white: #f6f8fb;
  --clr-light-orenge: #ffd8c0;
  --clr-light-grey-2: #f7f7f7;
  --clr-dark-black: #3b4040;
  --clr-light-grey: #252b2b;
  --clr-off-grey: #f7f7f7;
  --clr-dark-grey: #e8e8e8;
  --clr-light-blue: #9fe9f6;
  --clr-blue: #ed184f;
  --clr-ppc-black: #111;
  --heading-custom-color: #ececec;
  --custom-color: #aaaaaa;
  --clr-light-brown: #ffd8c0;
  --clr-light-gray: #524f4e;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 0;
  cursor: pointer;
}

a {
  display: inline;

  color: inherit;
  text-decoration: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a:hover,
a:focus,
a:visited,
a:focus-within {
  text-decoration: none;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media only screen and (min-width: 1500px) {
  .mi-container {
    max-width: 1470px;
  }
}

@media only screen and (max-width: 991px) {
  .mi-container {
    width: 100%;
  }
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit Medium"), local("Outfit-Medium"),
    url("./fonts/Outfit-Medium.woff2") format("woff2"),
    url("./fonts/Outfit-Medium.woff") format("woff"),
    url("./fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit Bold"), local("Outfit-Bold"),
    url("./fonts/Outfit-Bold.woff2") format("woff2"),
    url("./fonts/Outfit-Bold.woff") format("woff"),
    url("./fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit ExtraBold"), local("Outfit-ExtraBold"),
    url("./fonts/Outfit-ExtraBold.woff2") format("woff2"),
    url("./fonts/Outfit-ExtraBold.woff") format("woff"),
    url("./fonts/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit Black"), local("Outfit-Black"),
    url("./fonts/Outfit-Black.woff2") format("woff2"),
    url("./fonts/Outfit-Black.woff") format("woff"),
    url("./fonts/Outfit-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit SemiBold"), local("Outfit-SemiBold"),
    url("./fonts/Outfit-SemiBold.woff2") format("woff2"),
    url("./fonts/Outfit-SemiBold.woff") format("woff"),
    url("./fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit Thin"), local("Outfit-Thin"),
    url("./fonts/Outfit-Thin.woff2") format("woff2"),
    url("./fonts/Outfit-Thin.woff") format("woff"),
    url("./fonts/Outfit-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit ExtraLight"), local("Outfit-ExtraLight"),
    url("./fonts/Outfit-ExtraLight.woff2") format("woff2"),
    url("./fonts/Outfit-ExtraLight.woff") format("woff"),
    url("./fonts/Outfit-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit Regular"), local("Outfit-Regular"),
    url("./fonts/Outfit-Regular.woff2") format("woff2"),
    url("./fonts/Outfit-Regular.woff") format("woff"),
    url("./fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: local("Outfit Light"), local("Outfit-Light"),
    url("./fonts/Outfit-Light.woff2") format("woff2"),
    url("./fonts/Outfit-Light.woff") format("woff"),
    url("./fonts/Outfit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit Extra";
  src: url("./fonts/Outfit-ExtraBold.woff") format("woff"),
    url("./fonts/Outfit-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Bold.woff") format("woff"),
    url("./fonts/Outfit-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit Semi";
  src: url("./fonts/Outfit-SemiBold.woff") format("woff"),
    url("./fonts/Outfit-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Medium.woff") format("woff"),
    url("./fonts/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Thin.woff") format("woff"),
    url("./fonts/Outfit-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit Extra";
  src: url("./fonts/Outfit-ExtraLight.woff") format("woff"),
    url("./fonts/Outfit-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("./fonts/Outfit-Regular.woff") format("woff"),
    url("./fonts/Outfit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.br-40 {
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .br-40 {
    border-radius: 16px;
  }
}

.icon {
  display: block;
  position: relative;
}

.icon::before {
  content: "";
  background-color: #192020;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.icon-healthcare-providers {
  width: 28px;
  height: 30px;
}

.icon-healthcare-providers::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32' fill='none'%3E%3Cpath d='M14.982.835a.505.505 0 0 0-.21.058S8.8 3.886 1.353 4.886a.503.503 0 0 0-.435.502V16c0 6.502 3.541 10.357 7.033 12.502 3.492 2.144 6.977 2.66 6.977 2.66.049.008.099.008.148 0 0 0 3.485-.516 6.977-2.66 3.49-2.145 7.031-6 7.031-12.502V5.39a.507.507 0 0 0-.433-.505C21.2 3.886 15.227.89 15.227.89a.502.502 0 0 0-.247-.058l.002.002Zm.019 6.068c4.994 0 9.05 4.077 9.05 9.096s-4.056 9.102-9.05 9.102c-4.994 0-9.052-4.083-9.052-9.102S10.007 6.903 15 6.903Zm-2.015 4.547v2.534h-2.51a.503.503 0 0 0-.505.504v3.03c0 .279.228.504.506.502h2.513v2.532c0 .279.228.504.505.502h3.013a.503.503 0 0 0 .506-.502v-2.53h2.513a.502.502 0 0 0 .506-.502v-3.034a.508.508 0 0 0-.506-.504h-2.515v-2.53a.508.508 0 0 0-.506-.504h-3.04a.504.504 0 0 0-.478.504l-.002-.002Z' fill='%23fff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32' fill='none'%3E%3Cpath d='M14.982.835a.505.505 0 0 0-.21.058S8.8 3.886 1.353 4.886a.503.503 0 0 0-.435.502V16c0 6.502 3.541 10.357 7.033 12.502 3.492 2.144 6.977 2.66 6.977 2.66.049.008.099.008.148 0 0 0 3.485-.516 6.977-2.66 3.49-2.145 7.031-6 7.031-12.502V5.39a.507.507 0 0 0-.433-.505C21.2 3.886 15.227.89 15.227.89a.502.502 0 0 0-.247-.058l.002.002Zm.019 6.068c4.994 0 9.05 4.077 9.05 9.096s-4.056 9.102-9.05 9.102c-4.994 0-9.052-4.083-9.052-9.102S10.007 6.903 15 6.903Zm-2.015 4.547v2.534h-2.51a.503.503 0 0 0-.505.504v3.03c0 .279.228.504.506.502h2.513v2.532c0 .279.228.504.505.502h3.013a.503.503 0 0 0 .506-.502v-2.53h2.513a.502.502 0 0 0 .506-.502v-3.034a.508.508 0 0 0-.506-.504h-2.515v-2.53a.508.508 0 0 0-.506-.504h-3.04a.504.504 0 0 0-.478.504l-.002-.002Z' fill='%23fff'/%3E%3C/svg%3E");
}

.icon-life-sciences {
  width: 28px;
  height: 30px;
}

.icon-life-sciences::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M27.631 12.86a14.889 14.889 0 0 0-9.902.01 2.058 2.058 0 0 0-1.38 1.95v3.913c0 1.538.37 3.054 1.078 4.418a9.547 9.547 0 0 0 2.99 3.417l1.697 1.195c.17.12.367.18.566.18.198 0 .397-.06.576-.18l1.696-1.195a9.587 9.587 0 0 0 2.986-3.42 9.622 9.622 0 0 0 1.082-4.415v-3.912a2.09 2.09 0 0 0-1.389-1.961Zm-2.966 7.118h-.993v.995a.997.997 0 0 1-.992.996.997.997 0 0 1-.992-.996v-.995h-.993a.997.997 0 0 1 0-1.991h.993v-.996c0-.547.446-.995.992-.995s.992.448.992.995v.996h.992c.546 0 .993.448.993.995a.997.997 0 0 1-.992.996Zm-10.786-.996H5.94a.997.997 0 0 1-.992-.995c0-.548.447-.996.992-.996h7.939c.178 0 .347.05.486.13v-2.25a.984.984 0 0 1-.486.13H5.94a.997.997 0 0 1-.992-.996c0-.548.447-.996.992-.996h7.939c.297 0 .565.14.754.348a4.037 4.037 0 0 1 2.43-2.369 15.76 15.76 0 0 1 1.777-.518V5.045a2.99 2.99 0 0 0-2.977-2.987H3.956A2.99 2.99 0 0 0 .979 5.045v17.92a2.99 2.99 0 0 0 2.977 2.986h11.659c-.794-1.563-1.23-5.296-1.25-7.098a.984.984 0 0 1-.486.13ZM8.917 5.045h4.962c.545 0 .992.448.992.995a.997.997 0 0 1-.992.996H8.917a.997.997 0 0 1-.992-.996c0-.547.446-.995.992-.995Zm0 3.982h4.962a.997.997 0 0 1 0 1.99H8.917a.997.997 0 0 1-.992-.995c0-.547.446-.995.992-.995ZM5.94 5.045c.546 0 .993.448.993.995a.997.997 0 0 1-.993.996.997.997 0 0 1-.992-.996c0-.547.447-.995.992-.995Zm0 3.982c.546 0 .993.448.993.995a.997.997 0 0 1-.993.996.997.997 0 0 1 0-1.991Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.44 .44)' d='M0 0h29.12v29.12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M27.631 12.86a14.889 14.889 0 0 0-9.902.01 2.058 2.058 0 0 0-1.38 1.95v3.913c0 1.538.37 3.054 1.078 4.418a9.547 9.547 0 0 0 2.99 3.417l1.697 1.195c.17.12.367.18.566.18.198 0 .397-.06.576-.18l1.696-1.195a9.587 9.587 0 0 0 2.986-3.42 9.622 9.622 0 0 0 1.082-4.415v-3.912a2.09 2.09 0 0 0-1.389-1.961Zm-2.966 7.118h-.993v.995a.997.997 0 0 1-.992.996.997.997 0 0 1-.992-.996v-.995h-.993a.997.997 0 0 1 0-1.991h.993v-.996c0-.547.446-.995.992-.995s.992.448.992.995v.996h.992c.546 0 .993.448.993.995a.997.997 0 0 1-.992.996Zm-10.786-.996H5.94a.997.997 0 0 1-.992-.995c0-.548.447-.996.992-.996h7.939c.178 0 .347.05.486.13v-2.25a.984.984 0 0 1-.486.13H5.94a.997.997 0 0 1-.992-.996c0-.548.447-.996.992-.996h7.939c.297 0 .565.14.754.348a4.037 4.037 0 0 1 2.43-2.369 15.76 15.76 0 0 1 1.777-.518V5.045a2.99 2.99 0 0 0-2.977-2.987H3.956A2.99 2.99 0 0 0 .979 5.045v17.92a2.99 2.99 0 0 0 2.977 2.986h11.659c-.794-1.563-1.23-5.296-1.25-7.098a.984.984 0 0 1-.486.13ZM8.917 5.045h4.962c.545 0 .992.448.992.995a.997.997 0 0 1-.992.996H8.917a.997.997 0 0 1-.992-.996c0-.547.446-.995.992-.995Zm0 3.982h4.962a.997.997 0 0 1 0 1.99H8.917a.997.997 0 0 1-.992-.995c0-.547.446-.995.992-.995ZM5.94 5.045c.546 0 .993.448.993.995a.997.997 0 0 1-.993.996.997.997 0 0 1-.992-.996c0-.547.447-.995.992-.995Zm0 3.982c.546 0 .993.448.993.995a.997.997 0 0 1-.993.996.997.997 0 0 1 0-1.991Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.44 .44)' d='M0 0h29.12v29.12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon-west {
  width: 28px;
  height: 28px;
}

.icon-west::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M233-440h607q17 0 28.5-11.5T880-480q0-17-11.5-28.5T840-520H233l155-156q11-11 11.5-27.5T388-732q-11-11-28-11t-28 11L108-508q-6 6-8.5 13T97-480q0 8 2.5 15t8.5 13l224 224q11 11 27.5 11t28.5-11q12-12 12-28.5T388-285L233-440Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M233-440h607q17 0 28.5-11.5T880-480q0-17-11.5-28.5T840-520H233l155-156q11-11 11.5-27.5T388-732q-11-11-28-11t-28 11L108-508q-6 6-8.5 13T97-480q0 8 2.5 15t8.5 13l224 224q11 11 27.5 11t28.5-11q12-12 12-28.5T388-285L233-440Z'/%3E%3C/svg%3E");
}

.icon-east {
  width: 28px;
  height: 28px;
}

.icon-east::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M727-440H120q-17 0-28.5-11.5T80-480q0-17 11.5-28.5T120-520h607L572-676q-11-11-11.5-27.5T572-732q11-11 28-11t28 11l224 224q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L628-228q-11 11-27.5 11T572-228q-12-12-12-28.5t12-28.5l155-155Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M727-440H120q-17 0-28.5-11.5T80-480q0-17 11.5-28.5T120-520h607L572-676q-11-11-11.5-27.5T572-732q11-11 28-11t28 11l224 224q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L628-228q-11 11-27.5 11T572-228q-12-12-12-28.5t12-28.5l155-155Z'/%3E%3C/svg%3E");
}

.icon-check-circle {
  width: 28px;
  height: 28px;
}

.icon-check-circle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='m424-408-86-86q-11-11-28-11t-28 11q-11 11-11 28t11 28l114 114q12 12 28 12t28-12l226-226q11-11 11-28t-11-28q-11-11-28-11t-28 11L424-408Zm56 328q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='m424-408-86-86q-11-11-28-11t-28 11q-11 11-11 28t11 28l114 114q12 12 28 12t28-12l226-226q11-11 11-28t-11-28q-11-11-28-11t-28 11L424-408Zm56 328q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
}

.icon-arrow {
  width: 24px;
  height: 24px;
}

.icon-arrow::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cmask id='mask0_1012_4796' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1012_4796)'%3E%3Cpath d='M16.9989 8.5538L6.07972 19.473C5.94125 19.6115 5.76722 19.6823 5.55762 19.6855C5.348 19.6887 5.17076 19.6179 5.02589 19.473C4.88103 19.3282 4.80859 19.1525 4.80859 18.9461C4.80859 18.7397 4.88103 18.5641 5.02589 18.4192L15.9451 7.49998H9.74892C9.53644 7.49998 9.35832 7.42807 9.21457 7.28425C9.07082 7.14045 8.99894 6.96225 8.99894 6.74965C8.99894 6.53707 9.07082 6.35898 9.21457 6.2154C9.35832 6.0718 9.53644 6 9.74892 6H17.5951C17.8512 6 18.0658 6.08663 18.239 6.25988C18.4123 6.43311 18.4989 6.64777 18.4989 6.90385V14.75C18.4989 14.9625 18.427 15.1406 18.2832 15.2844C18.1394 15.4281 17.9612 15.5 17.7486 15.5C17.536 15.5 17.3579 15.4281 17.2143 15.2844C17.0707 15.1406 16.9989 14.9625 16.9989 14.75V8.5538Z' fill='%23192020'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cmask id='mask0_1012_4796' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1012_4796)'%3E%3Cpath d='M16.9989 8.5538L6.07972 19.473C5.94125 19.6115 5.76722 19.6823 5.55762 19.6855C5.348 19.6887 5.17076 19.6179 5.02589 19.473C4.88103 19.3282 4.80859 19.1525 4.80859 18.9461C4.80859 18.7397 4.88103 18.5641 5.02589 18.4192L15.9451 7.49998H9.74892C9.53644 7.49998 9.35832 7.42807 9.21457 7.28425C9.07082 7.14045 8.99894 6.96225 8.99894 6.74965C8.99894 6.53707 9.07082 6.35898 9.21457 6.2154C9.35832 6.0718 9.53644 6 9.74892 6H17.5951C17.8512 6 18.0658 6.08663 18.239 6.25988C18.4123 6.43311 18.4989 6.64777 18.4989 6.90385V14.75C18.4989 14.9625 18.427 15.1406 18.2832 15.2844C18.1394 15.4281 17.9612 15.5 17.7486 15.5C17.536 15.5 17.3579 15.4281 17.2143 15.2844C17.0707 15.1406 16.9989 14.9625 16.9989 14.75V8.5538Z' fill='%23192020'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* ----------------end--my-fonts------------------ */

:root {
  --clr-industry-green: #23b250;
  --clr-industry-bg: #fffef1;
  --clr-industry-black: #121212;
  --clr-industry-nav-bg: #f6f4e6;
  --clr-industry-pirple: #5139d5;
  --clr-industry-white: #ffffff;
}

/* START : Font sizes */

.poppins-thin {
  font-weight: 100;
}

.poppins-light {
  font-weight: 300;
}

.poppins-regular {
  font-weight: 400;
}

.poppins-medium {
  font-weight: 500;
}

.poppins-semibold {
  font-weight: 600;
}

.poppins-bold {
  font-weight: 700;
}

.font-primary {
  color: var(--clr-black);
}

.font-32 {
  font-size: 32px;
  line-height: 2.8rem;
}

@media screen and (max-width: 1199px) {
  .font-32 {
    font-size: 26px;
    line-height: 2.6rem;
  }
}

@media screen and (max-width: 991px) {
  .font-32 {
    font-size: 24px;
    line-height: 2.2rem;
  }
}

.industry-font-24 {
  font-size: 24px;
  line-height: 2rem;
}
@media screen and (max-width: 1365px) {
  .industry-font-24 {
    font-size: 22px;
    line-height: 1.9rem;
  }
}
@media screen and (max-width: 1199px) {
  .industry-font-24 {
    font-size: 18px;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .industry-font-24 {
    font-size: 18px;
    line-height: 1.8rem;
  }
}
.industry-font-16 {
  font-size: 16px;
  line-height: 1.8rem;
}

.industry-font-18 {
  font-size: 18px;
  line-height: 1.8rem;
}
@media screen and (max-width: 1599px) {
  .industry-font-18 {
    font-size: 16px;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .industry-font-18 {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

.industry-font-40 {
  font-size: 40px;
  line-height: 3.4rem;
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
  .industry-font-40 {
    font-size: 36px;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 1365px) {
  .industry-font-40 {
    font-size: 34px;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .industry-font-40 {
    font-size: 30px;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .industry-font-40 {
    font-size: 28px;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .industry-font-40 {
    font-size: 26px;
    line-height: 2.3rem;
  }
}

.industry-font-28 {
  font-size: 28px;
  line-height: 2rem;
}
@media screen and (max-width: 1365px) {
  .industry-font-28 {
    font-size: 25px;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .industry-font-28 {
    font-size: 22px;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 575px) {
  .industry-font-28 {
    font-size: 20px;
    line-height: 1.5rem;
  }
}

.industry-font-48 {
  font-size: 40px;
  line-height: 3.4rem;
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
  .industry-font-48 {
    font-size: 36px;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 1365px) {
  .industry-font-48 {
    font-size: 34px;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .industry-font-48 {
    font-size: 30px;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .industry-font-48 {
    font-size: 28px;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .industry-font-48 {
    font-size: 26px;
    line-height: 2.3rem;
  }
}

.industry-font-46 {
  font-size: 46px;
  line-height: 3.4rem;
}
@media screen and (max-width: 1599px) {
  .industry-font-46 {
    font-size: 40px;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 1365px) {
  .industry-font-46 {
    font-size: 38px;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .industry-font-46 {
    font-size: 34px;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 991px) {
  .industry-font-46 {
    font-size: 30px;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 575px) {
  .industry-font-46 {
    font-size: 28px;
    line-height: 2.4rem;
  }
}

.industry-font-42 {
  font-size: 42px;
  line-height: 3.4rem;
  letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
  .industry-font-42 {
    font-size: 38px;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 1365px) {
  .industry-font-42 {
    font-size: 36px;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .industry-font-42 {
    font-size: 32px;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .industry-font-42 {
    font-size: 30px;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .industry-font-42 {
    font-size: 26px;
    line-height: 2.3rem;
  }
}

.industry-font-22 {
  font-size: 22px;
  line-height: 2rem;
}

@media screen and (max-width: 1365px) {
  .industry-font-22 {
    font-size: 21px;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .industry-font-22 {
    font-size: 20px;
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 575px) {
  .industry-font-22 {
    font-size: 18px;
    line-height: 1.5rem;
  }
}

.font-40 {
  font-size: 40px;
  line-height: 3.2rem;
  letter-spacing: -0.04rem;
}

@media screen and (max-width: 1599px) {
  .font-40 {
    font-size: 36px;
    line-height: 3.2rem;
  }
}

@media screen and (max-width: 1365px) {
  .font-40 {
    font-size: 34px;
    line-height: 3rem;
  }
}

@media screen and (max-width: 1199px) {
  .font-40 {
    font-size: 30px;
    line-height: 2.6rem;
  }
}

@media screen and (max-width: 991px) {
  .font-40 {
    font-size: 28px;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 575px) {
  .font-40 {
    font-size: 26px;
    line-height: 2.3rem;
  }
}

.font-18 {
  font-size: 18px;
  line-height: 1.8rem;
}

@media screen and (max-width: 1599px) {
  .font-18 {
    font-size: 16px;
    line-height: 1.6rem;
  }
}

.font-22 {
  font-size: 22px;
  line-height: 2rem;
}

@media screen and (max-width: 1365px) {
  .font-22 {
    font-size: 21px;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .font-22 {
    font-size: 20px;
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 575px) {
  .font-22 {
    font-size: 18px;
    line-height: 1.5rem;
  }
}

.font-20 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media screen and (max-width: 767px) {
  .font-20 {
    font-size: 18px;
    line-height: 1.8rem;
  }
}

.industry-font-30 {
  font-size: 30px;
  line-height: 2.6rem;
}
@media screen and (min-width: 1200px) and (max-width: 1699px) {
  .industry-font-30 {
    font-size: 28px;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .industry-font-30 {
    font-size: 26px;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 991px) {
  .industry-font-30 {
    font-size: 22px;
    line-height: 2rem;
  }
}

.industry-font-20 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .industry-font-20 {
    font-size: 18px;
    line-height: 1.8rem;
  }
}

/* END : Font sizes */

.custslides .custslick-list {
  /*display: flex;*/
}

@media only screen and (min-width: 768px) {
  .custslides .custslick-list {
    display: flex;
  }
}

.custslides .slick-initialized .slick-slide {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .custslides .slick-initialized .slick-slide {
    display: block;
  }
}

.custslides .custslick-list .slick-list {
  padding: 0 7% 0 6%;
  display: flex;
}

@media only screen and (min-width: 2301px) {
  .custslides .custslick-list .slick-list {
    padding: 0 5% 0 15%;
  }
}

@media only screen and (min-width: 1921px) and (max-width: 2300px) {
  .custslides .custslick-list .slick-list {
    padding: 0 5% 0 10%;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1899px) {
  .custslides .custslick-list .slick-list {
    padding: 0 3% 0 4%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .custslides .custslick-list .slick-list {
    padding: 0 3% 0 3%;
  }
}

@media only screen and (max-width: 1599px) {
  .custslides .custslick-list .slick-list {
    padding: 0 15px 0 65px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .custslides .custslick-list .slick-list {
    padding: 0 15px 0 45px;
  }
}

@media only screen and (max-width: 991px) {
  .custslides .custslick-list .slick-list {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .slick-list {
    padding: 0 5px !important;
    display: block;
  }
}

.custslides .custslick-list .slick-track {
  display: flex !important;
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .slick-track {
    display: block !important;
  }
}

.custslides .custslick-list .slick-slide {
  margin: 0 15px;
  height: inherit !important;
  transition: transform 0.5s ease;
}

@media only screen and (min-width: 1366px) {
  .custslides .custslick-list .slick-slide {
    width: auto !important;
  }
}

@media only screen and (max-width: 991px) {
  .custslides .custslick-list .slick-slide {
    margin: 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .slick-slide {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .slick-slide {
    margin: 0 8px;
  }
}

.custslides .custslick-list .item {
  height: 100%;
  transition: transform 0.5s ease;
  display: block;
}

.custslides .custslick-list .item .content-wrap {
  padding: 50px;
  background-color: #ffffff;
  width: 530px;
  height: 100%;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
  .custslides .custslick-list .item .content-wrap {
    width: 500px;
  }
}

@media only screen and (max-width: 1699px) {
  .custslides .custslick-list .item .content-wrap {
    width: 480px;
  }
}

@media only screen and (max-width: 1599px) {
  .custslides .custslick-list .item .content-wrap {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .custslides .custslick-list .item .content-wrap {
    width: 430px;
  }
}

/*@media only screen and (max-width: 991px){*/
/*    .custslides .custslick-list .item .content-wrap {*/
/*        display: none;*/
/*    }*/
/*}*/
@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .content-wrap {
    width: 100%;
    min-height: 556px;
  }
}

@media only screen and (max-width: 575px) {
  .custslides .custslick-list .item .content-wrap {
    min-height: 525px;
    /*background-color: green;*/
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .content-wrap {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.02));
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.02));
  }
}

@media only screen and (max-width: 375px) {
  .custslides .custslick-list .item .content-wrap {
    min-height: 560px;
  }
}

.custslides .custslick-list .item .content-wrap .label-wrap {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
  .custslides .custslick-list .item .content-wrap .label-wrap {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .content-wrap .label-wrap {
    margin-bottom: 12px;
  }
}

.custslides .custslick-list .item .label-wrap .label-title {
  border-radius: 4px;
  display: inline-flex;
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .label-wrap .label-title {
    font-size: 12px;
    line-height: 1.3rem;
  }
}

.custslides .custslick-list .item .designing {
  margin-top: 20px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1199px) {
  .custslides .custslick-list .item .designing {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .designing {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .designing {
    font-size: 16px;
    line-height: 1.6rem;
  }
}

.custslides .custslick-list .item .border-red {
  border: solid #ea1f52 1px;
}

.custslides .custslick-list .item .red-bg {
  background: #fde8ed;
  padding: 5px 10px 4px 10px;
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .red-bg {
    padding: 3px 10px 2px 10px;
  }
}

.custslides .custslick-list .item .font-red {
  color: #ea1f52;
}

.custslides .custslick-list .item .blue-light {
  color: #3b5068;
}

.custslides .custslick-list .item .title-pra-box {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .custslides .custslick-list .item .title-pra-box .common-c-view {
    font-size: 25px;
    line-height: 2.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .title-pra-box .common-c-view {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .custslides .custslick-list .item .title-pra-box p {
    font-size: 1rem;
    line-height: 1.55rem;
  }
}

.custslides .custslick-list .item .label-menu-pont {
  width: 100%;
  margin-top: 20px;
}

/*@media only screen and (min-width: 768px) and (max-width: 1499px) {*/
/*    .custslides .custslick-list .item .label-menu-pont {*/
/*        margin-top: 20px;*/
/*    }*/
/*}*/
@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .label-menu-pont {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .label-menu-pont {
    margin-top: 13px;
  }
}

.custslides .custslick-list .item .label-menu-pont ul {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .label-menu-pont ul {
    font-weight: 400;
  }
}

.custslides .custslick-list .item .label-menu-pont ul li {
  display: flex;
  margin-top: 10px;
}

@media only screen and (max-width: 575px) {
  .custslides .custslick-list .item .label-menu-pont ul li {
    margin-top: 5px;
  }
}

.custslides .custslick-list .item .label-menu-pont ul li:first-child {
  margin-top: 0;
}

.custslides .custslick-list .item .label-menu-pont ul li .icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  flex: 0 0 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custslides .custslick-list .item .label-menu-pont ul li .icon {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 1199px) {
  .custslides .custslick-list .item .label-menu-pont ul li .icon {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 991px) {
  .custslides .custslick-list .item .label-menu-pont ul li .icon {
    margin-right: 2px;
    margin-top: 1px;
  }
}

@media only screen and (max-width: 575px) {
  .custslides .custslick-list .item .label-menu-pont ul li .icon {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 375px) {
  .custslides .custslick-list .item .label-menu-pont ul li .icon {
    margin-top: 2px;
  }
}

.custslides .custslick-list .item .label-menu-pont ul li .icon::before {
  content: "";
  background-color: #192020;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: block;
  position: absolute;
  width: 80%;
  height: 80%;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.custslides
  .custslick-list
  .item
  .label-menu-pont
  ul
  li
  .icon
  .icon-check-circle {
  width: 28px;
  height: 28px;
}

.custslides .custslick-list .item .img-wrapper {
  background: #ffffff;
  width: 1100px;
  height: 100%;
  position: relative;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
}

@media only screen and (max-width: 1799px) {
  .custslides .custslick-list .item .img-wrapper {
    width: 1085px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .custslides .custslick-list .item .img-wrapper {
    width: 980px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .custslides .custslick-list .item .img-wrapper {
    width: 850px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .custslides .custslick-list .item .img-wrapper {
    width: 800px;
  }
}

@media only screen and (max-width: 1365px) {
  .custslides .custslick-list .item .img-wrapper {
    width: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .custslides .custslick-list .item .img-wrapper {
    width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .img-wrapper {
    width: 100%;
    min-height: 557px;
  }
}

@media only screen and (max-width: 575px) {
  .custslides .custslick-list .item .img-wrapper {
    width: auto;
    min-height: 525px;
    /*background-color: red;*/
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .img-wrapper {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.02));
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.02));
  }
}

@media only screen and (max-width: 375px) {
  .custslides .custslick-list .item .img-wrapper {
    min-height: 560px;
  }
}

.custslides .custslick-list .item .img-wrapper .img-wrap {
  height: 400px;
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .custslides .custslick-list .item .img-wrapper .img-wrap {
    height: 300px;
  }
}

@media only screen and (max-width: 1365px) {
  .custslides .custslick-list .item .img-wrapper .img-wrap {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .img-wrapper .img-wrap {
    height: 260px;
  }
}

@media only screen and (max-width: 575px) {
  .custslides .custslick-list .item .img-wrapper .img-wrap {
    height: 220px;
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .img-wrapper .img-wrap {
    height: 180px;
  }
}

@media only screen and (max-width: 375px) {
  .custslides .custslick-list .item .img-wrapper .img-wrap {
    height: 135px;
  }
}

.custslides .custslick-list .item .img-wrapper .img-wrap picture {
  display: block;
  height: 100%;
}

.custslides .custslick-list .item .img-wrapper .icon-wrap {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 99em;
  border: 1px solid #3b5068;
  right: 40px;
  top: 40px;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1365px) {
  .custslides .custslick-list .item .img-wrapper .icon-wrap {
    width: 48px;
    height: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .custslides .custslick-list .item .img-wrapper .icon-wrap {
    top: 30px;
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .img-wrapper .icon-wrap {
    top: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .custslides .custslick-list .item .img-wrapper .icon-wrap {
    width: 40px;
    height: 40px;
    display: none;
  }
}

.custslides .custslick-list .item .img-wrapper .icon-wrap img {
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 575px) {
  .custslides .custslick-list .item .img-wrapper .icon-wrap img {
    max-width: 60%;
  }
}

.custslides .custslick-list .item .img-wrapper .icon-wrap:hover img {
  transform: rotate(45deg);
}

.custslides .custslick-list .item .img-wrapper img.big-img {
  border-radius: 40px 40px 0 0;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1023px) {
  .custslides .custslick-list .item .img-wrapper img.big-img {
    border-radius: 16px 16px 0 0;
  }
}

@media only screen and (max-width: 1599px) {
  .custslides .custslick-list .item .img-wrapper img.big-img.last {
    object-position: left;
  }
}

.custslides .custslick-list .item .img-wrapper .short-wrap {
  background-color: #ffffff;
}

.custslides .custslick-list .item .shot-wrrap {
  padding: 40px;
  border-radius: 0px 0px 40px 40px;
  height: calc(100% - 400px);
}

@media only screen and (max-width: 1599px) {
  .custslides .custslick-list .item .shot-wrrap {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .custslides .custslick-list .item .shot-wrrap {
    height: calc(100% - 300px);
  }
}

@media only screen and (max-width: 1365px) {
  .custslides .custslick-list .item .shot-wrrap {
    height: calc(100% - 300px);
  }
}

@media only screen and (max-width: 1023px) {
  .custslides .custslick-list .item .shot-wrrap {
    border-radius: 0px 0px 16px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .shot-wrrap {
    padding: 20px 15px;
    height: calc(100% - 260px);
  }
}

@media only screen and (max-width: 575px) {
  .custslides .custslick-list .item .shot-wrrap {
    height: calc(100% - 220px);
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .shot-wrrap {
    height: calc(100% - 180px);
  }
}

@media only screen and (max-width: 375px) {
  .custslides .custslick-list .item .shot-wrrap {
    height: calc(100% - 135px);
  }
}

.custslides .custslick-list .item .shot-wrrap-main {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  height: 100%;
}

@media only screen and (max-width: 1499px) {
  .custslides .custslick-list .item .shot-wrrap-main {
    grid-column-gap: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .custslides .custslick-list .item .shot-wrrap-main {
    grid-column-gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .shot-wrrap-main {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .wrrap-title-left .main-title {
    margin: 0 0 10px;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .wrrap-title-left .main-title {
    margin: 0 0 5px;
  }
}

.custslides .custslick-list .item .wrrap-title-left .main-title span {
  cursor: url("./img/svg/cursor-img.svg") 30 30, auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .custslides .custslick-list .item .wrrap-title-left .main-title span {
    font-size: 25px;
    line-height: 2.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .custslides .custslick-list .item .wrrap-title-left .main-title span {
    font-size: 18px;
    line-height: 1.5rem;
    cursor: url("../img/cursor-small-img.svg") 15 15, auto;
  }
}

.custslides .custslick-list .item .label-wrap {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .custslides .custslick-list .item .label-wrap {
    margin-bottom: 12px;
  }
}

.custslides .custslick-list .item .para-text-right {
  margin-top: 5px;
}

@media only screen and (max-width: 1365px) {
  .custslides .custslick-list .item .para-text-right {
    margin-top: 0;
  }
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--clr-black);
  top: 0;
  left: 0;
  border-radius: 30px;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:before {
    transition: none;
  }
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:hover span {
  color: var(--clr-white);
  position: relative;
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn .icon {
  width: 24px;
  height: 24px;
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:hover .icon {
  position: relative;
}

.newworkslider-area
  .cust-btn-wrap
  .arrow-btn
  .slide-com-btn:hover
  .icon:before {
  background-color: var(--clr-white);
}

.newworkslider-area .cust-btn-wrap .arrow-btn {
  position: absolute;
  width: 100%;
  border: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .newworkslider-area .cust-btn-wrap .arrow-btn {
    position: relative;
    justify-content: center;
    gap: 15px;
    width: auto;
  }
}

.newworkslider-area .cust-btn-wrap {
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .newworkslider-area .cust-btn-wrap {
    margin-top: 35px;
  }
}

@media screen and (max-width: 575px) {
  .newworkslider-area .cust-btn-wrap {
    margin-top: 25px;
    display: flex;
    gap: 15px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .newworkslider-area .cust-btn-wrap {
    flex-direction: column;
  }
}

.newworkslider-area .cust-btn-wrap .view-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .newworkslider-area .cust-btn-wrap .view-btns {
    width: 100%;
  }
}

/*btn-slide-border css starts here*/
.btn-slide-border {
  text-transform: uppercase;
  color: #3b5068;
  padding: 16px 25px;
  justify-content: center;
  border-radius: 30px;
  background: #fff;
  display: inline-flex;
  position: relative;
  gap: 10px;
  align-items: center;
  overflow: hidden;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease, outline 0.3s ease;
  border: 1px solid #3b5068;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
}

@media only screen and (max-width: 1599px) {
  .btn-slide-border {
    padding: 12px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-slide-border {
    padding: 10px 16px;
    gap: 6px;
    transition: none;
  }
}

@media only screen and (max-width: 480px) {
  .btn-slide-border {
    width: max-content;
  }
}

.btn-slide-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ed184f;
  top: 0;
  left: 0;
  border-radius: 30px;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

@media only screen and (max-width: 1199px) {
  .btn-slide-border:before {
    display: none;
  }
}

.btn-slide-border:hover,
.btn-slide-border:focus {
  color: #ffffff;
  outline: none;
}

@media only screen and (max-width: 1199px) {
  .btn-slide-border:hover,
  .btn-slide-border:focus {
    color: #3b5068;
  }
}

.btn-slide-border:hover:before,
.btn-slide-border:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.btn-slide-border .icon,
.btn-slide-border .material-symbols-rounded {
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .btn-slide-border .icon,
  .btn-slide-border .material-symbols-rounded {
    transform: rotate(45deg);
  }
}

.btn-slide-border .icon:before {
  background-color: #3b5068;
}

.btn-slide-border span {
  position: relative;
}

.btn-slide-border:hover i,
.btn-slide-border:focus i {
  /*filter: invert(1) brightness(1);*/
  transform: rotate(45deg);
}

@media only screen and (max-width: 1199px) {
  .btn-slide-border:hover i,
  .btn-slide-border:focus i {
    /*filter: invert(0) brightness(1);*/
  }
}

.btn-slide-border:hover .icon:before,
.btn-slide-border:focus .icon:before {
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .btn-slide-border:hover .icon:before,
  .btn-slide-border:focus .icon:before {
    background-color: #3b5068;
  }
}

/*btn-slide-pink css starts here*/
.btn-slide-pink {
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px 25px;
  justify-content: center;
  border-radius: 30px;
  background: #ed184f;
  display: inline-flex;
  position: relative;
  gap: 10px;
  align-items: center;
  overflow: hidden;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease, outline 0.3s ease;
  border: 1px solid #8e0e2f;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
}

@media only screen and (max-width: 1599px) {
  .btn-slide-pink {
    padding: 12px 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .btn-slide-pink {
    transition: none;
  }
}

@media only screen and (max-width: 767px) {
  .btn-slide-pink {
    padding: 10px 16px;
    gap: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .btn-slide-pink {
    width: max-content;
  }
}

.btn-slide-pink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  border-radius: 30px;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.btn-slide-pink:hover,
.btn-slide-pink:focus {
  color: #3b5068;
  border-color: #3b5068;
  outline: none;
}

@media only screen and (max-width: 1199px) {
  .btn-slide-pink:hover,
  .btn-slide-pink:focus {
    color: #ffffff;
    border-color: #8e0e2f;
  }
}

.btn-slide-pink:hover .icon:before,
.btn-slide-pink:focus .icon:before {
  background-color: #3b5068;
}

.btn-slide-pink:hover:before,
.btn-slide-pink:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

@media only screen and (max-width: 1199px) {
  .btn-slide-pink:hover:before,
  .btn-slide-pink:focus:before {
    display: none;
  }
}

.btn-slide-pink .icon,
.btn-slide-pink .material-symbols-rounded {
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .btn-slide-pink .icon,
  .btn-slide-pink .material-symbols-rounded {
    transition: none;
    transform: rotate(45deg);
  }
}

.btn-slide-pink span {
  position: relative;
}

.btn-slide-pink .icon:before {
  background-color: #ffffff;
}

.btn-slide-pink:hover i,
.btn-slide-pink:focus i {
  /*filter: invert(1) brightness(0);*/
  transform: rotate(45deg);
}

@media only screen and (max-width: 1199px) {
  .btn-slide-pink:hover .icon:before,
  .btn-slide-pink:focus .icon:before {
    background-color: #ffffff;
  }
}

.newworkslider-area {
  margin-top: 80px;
}

@media screen and (max-width: 1599px) {
  .newworkslider-area {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .newworkslider-area {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .newworkslider-area {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .newworkslider-area {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .newworkslider-area {
    margin-top: 20px;
  }
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--clr-black);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  top: 0;
  left: auto;
  right: auto;
}

@media only screen and (max-width: 1365px) {
  .newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn {
    width: 48px;
    height: 48px;
  }
}

.industry .healthcare-container {
  max-width: 1600px;
}

.industry {
  background-color: var(--clr-industry-bg);
}

.industry .bg-industry-cream {
  background-color: var(--clr-industry-bg);
}

.industry .ind-clr-white {
  color: var(--clr-industry-white);
}

/* font classes */
.industry .outfit,
.industry.outfit {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: var(--clr-industry-black);
}

.industry .outfit-medium {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.industry .outfit-semibold {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.industry .outfit-bold {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.industry .health-ind-42 {
  font-size: 42px;
  line-height: 54px;
}
.industry .health-ind-18 {
  font-size: 18px;
  line-height: 24px;
}

/*end font classes */

/* START: button */
.industry .industry-button {
  background-color: var(--clr-industry-black);
  color: var(--clr-white);
  padding: 10px 10px 10px 20px;
  border-radius: 100px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  transition: background-color 0.3s ease;
}

.industry .industry-button.industry-button-green {
  background-color: var(--clr-industry-green);
}

.industry .industry-button .industry-button-icon {
  display: inline-block;
  height: 42px;
  width: 42px;
  background-color: var(--clr-industry-green);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .industry .industry-button .industry-button-icon {
    height: 34px;
    width: 34px;
  }
}

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

@media screen and (max-width: 767px) {
  .industry .industry-button .industry-button-icon .icon.icon-arrow {
    transform: rotate(45deg);
  }
}

.industry .industry-button .industry-button-icon .icon::before {
  background-color: var(--clr-white);
}

.industry .industry-button:focus,
.industry .industry-button:hover {
  background-color: var(--clr-industry-green);
}

.industry .industry-button:focus .industry-button-icon,
.industry .industry-button:hover .industry-button-icon {
  background-color: var(--clr-industry-black);
}

.industry .industry-button:focus .industry-button-icon .icon.icon-arrow,
.industry .industry-button:hover .industry-button-icon .icon.icon-arrow {
  transform: rotate(45deg);
}

.industry .industry-button.industry-button-green:hover,
.industry .industry-button.industry-button-green:focus {
  background-color: var(--clr-industry-black);
}

.industry .industry-button.industry-button-shadow:focus,
.industry .industry-button.industry-button-shadow:hover {
  box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.4);
}

.industry .industry-button.industry-button-no-icon {
  padding: 14px 30px;
}

@media screen and (max-width: 767px) {
  .industry .industry-button.industry-button-no-icon {
    padding: 8px 16px;
  }
}

/* END: button */

/* START : industry-hero */

.sec-industry-hero {
  background-color: var(--clr-industry-bg);
  position: relative;
}

.sec-industry-hero .industry-hero-title {
  font-size: 100px;
  margin-bottom: 58px;
}

@media screen and (max-width: 1599px) {
  .sec-industry-hero .industry-hero-title {
    font-size: 80px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1439px) {
  .sec-industry-hero .industry-hero-title {
    font-size: 70px;
    margin-bottom: 30px;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .sec-industry-hero .industry-hero-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-industry-hero .industry-hero-title {
    font-size: 38px;
    margin-bottom: 16px;
  }
}

.sec-industry-hero .industry-hero-title span {
  display: inline-block;
  position: relative;
  z-index: 2; /* Ensures text stays on top */
}

.sec-industry-hero .industry-hero-title span::before {
  content: "";
  width: 100%;
  bottom: 16px;
  left: 0;
  height: 14px;
  position: absolute;
  background-color: var(--clr-industry-green);
  z-index: -1;
}

@media screen and (max-width: 1439px) {
  .sec-industry-hero .industry-hero-title span::before {
    bottom: 2px;
  }
}

@media screen and (max-width: 991px) {
  .sec-industry-hero .industry-hero-title span::before {
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec-industry-hero .industry-hero-title span::before {
    height: 5px;
  }
}

.sec-industry-hero .industry-hero-inner {
  display: grid;
  grid-template-columns: 940px 1fr;
  gap: 50px;
}

@media screen and (max-width: 1599px) {
  .sec-industry-hero .industry-hero-inner {
    grid-template-columns: 800px 1fr;
  }
}

@media screen and (max-width: 1439px) {
  .sec-industry-hero .industry-hero-inner {
    grid-template-columns: 60% 1fr;
  }
}

@media screen and (max-width: 991px) {
  .sec-industry-hero .industry-hero-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-industry-hero .industry-hero-inner {
    grid-template-columns: 1fr;
  }
}

.sec-industry-hero .industry-hero-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: end;
}

.sec-industry-hero .industry-hero-right picture {
  margin-bottom: 30px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .sec-industry-hero .industry-hero-right picture {
    width: 100%;
  }
}

/* END : industry-hero */
/* START : sec-industry-video */

.our-vision__video {
  position: relative;
  height: 0;
  padding-bottom: 59.5%;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 1919px) {
  .our-vision__video {
    padding-bottom: 52.24%;
    border-radius: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .our-vision__video {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision__video {
    border-radius: 14px;
  }
}

.our-vision__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(9, 44, 97, 0) 0%,
    rgba(9, 44, 97, 0.58) 100%
  );
}

.our-vision__video video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.our-vision__video-thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.our-vision__video-thumb.is-clicked {
  opacity: 0;
}

.our-vision__video-pause,
.our-vision__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  transform: translate(-50%, -50%);
  z-index: 7;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 99em;
  user-select: none;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .our-vision__video-pause,
  .our-vision__video-play {
    height: 80px;
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .our-vision__video-pause,
  .our-vision__video-play {
    height: 50px;
    width: 50px;
  }
}

.our-vision__video-pause.hide,
.our-vision__video-play.hide {
  opacity: 0;
}

.sec-industry-video {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1439px) {
  .sec-industry-video {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-industry-video {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-video {
    margin-bottom: 35px;
  }
}

.industry .sec-industry-video .our-vision__video {
  border-radius: 32px;
}
@media only screen and (max-width: 991px) {
  .industry .sec-industry-video .our-vision__video {
    border-radius: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .industry .sec-industry-video .our-vision__video {
    border-radius: 16px;
  }
}

.healthcareheader .industry-nav-outer {
  background-color: var(--clr-industry-nav-bg);
  /*overflow: auto;*/
  padding: 12px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .healthcareheader .industry-nav-outer {
    margin-bottom: 20px;
  }
}

.healthcareheader .industry-nav-outer ul {
  display: flex;
  gap: 12px;
}

.healthcareheader .industry-nav-outer ul li a {
  padding: 16px 20px;
  display: inline-block;
  border-radius: 12px;
  white-space: nowrap;
  transition: color 0.3s ease, background-color 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .healthcareheader .industry-nav-outer ul li a {
    padding: 8px 16px;
  }
}

.healthcareheader .industry-nav-outer ul li a:hover,
.healthcareheader .industry-nav-outer ul li a.active {
  background-color: #333;
  color: var(--clr-white);
}

.sec-industry-video .our-vision__video::after {
  display: none;
}

.sec-industry-video .our-vision__video {
  border-radius: 0;
}

.sec-industry-video .our-vision__video {
  padding-bottom: 50%;
}

@media only screen and (max-width: 1919px) {
  .sec-industry-video .our-vision__video {
    border-radius: 0;
  }
}

.sec-industry-video .our-vision__video .br-30 {
  border-radius: 0;
}

.sec-industry-video .industry-video-inner {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 140px;
}

@media only screen and (max-width: 1439px) {
  .sec-industry-video .industry-video-inner {
    margin-top: 60px;
    gap: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-industry-video .industry-video-inner {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-video .industry-video-inner {
    margin-top: 30px;
    gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .sec-industry-video .industry-video-inner {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .sec-industry-video .industry-video-text {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 991px) {
  .sec-industry-video .industry-video-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* END : sec-industry-video */

/* SATRT : sec-industry-tab */

.sec-industry-tab {
  margin-bottom: 70px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .sec-industry-tab {
    margin-bottom: 0;
  }
}

.sec-industry-tab .industry-tab-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1439px) {
  .sec-industry-tab .industry-tab-title {
    margin-bottom: 30px;
  }
}

.sec-industry-tab .industry-tab-main {
  position: relative;
}

.sec-industry-tab .industry-tab-image {
  position: absolute;
  top: 0;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  right: -50px;
  height: 695px;
  width: 695px;
}

@media only screen and (max-width: 1599px) {
  .sec-industry-tab .industry-tab-image {
    height: 550px;
    width: 550px;
  }
}

.sec-industry-tab .industry-tab-main > ul .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--clr-industry-pirple);
  background-color: transparent;
  padding: 16px;
  border: 2px solid var(--clr-industry-pirple);
  border-radius: 18px;
  min-width: 340px;
  background-color: rgba(81, 57, 213, 0.1);
}

@media only screen and (max-width: 1439px) {
  .sec-industry-tab .industry-tab-main > ul .nav-link {
    padding: 8px 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .industry-tab-main > ul .nav-link {
    min-width: 200px;
    white-space: nowrap;
    border-radius: 10px;
    padding: 8px;
    padding-right: 14px;
  }
}

.sec-industry-tab .industry-tab-main > ul .nav-link.active {
  background-color: var(--clr-industry-green);
  border-color: var(--clr-industry-green);
  color: var(--clr-white);
}

.sec-industry-tab .nav-icon {
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-industry-pirple);
  border-radius: 100px;
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .nav-icon {
    width: 32px;
    height: 32px;
  }
}

.sec-industry-tab .nav-icon .icon::before {
  background-color: var(--clr-white);
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .nav-icon .icon {
    height: 20px;
    width: 20px;
  }
}

.sec-industry-tab .industry-tab-main > ul .nav-link.active .nav-icon {
  background-color: #119b3d;
}

.sec-industry-tab .nav-pills {
  padding: 16px;
  background-color: var(--clr-white);
  max-width: 730px;
  margin: 0 auto 60px;
  border-radius: 20px;
  box-shadow: 0px 0px 14px 0px #0000001a;
}

@media only screen and (max-width: 1439px) {
  .sec-industry-tab .nav-pills {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .nav-pills {
    overflow: auto;
    border-radius: 10px;
    width: max-content;
    justify-content: flex-start !important;
    margin-bottom: 20px;
    padding: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .sec-industry-tab .nav-pills {
    justify-content: center !important;
  }
}
@media only screen and (max-width: 575px) {
  .sec-industry-tab .nav-pills {
    width: 100%;
  }
}

.sec-industry-tab .industry-tab-info {
  position: relative;
  padding-left: 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1599px) {
  .sec-industry-tab .industry-tab-info {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .industry-tab-info {
    margin-bottom: 16px;
  }
}

.sec-industry-tab .industry-tab-info::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: var(--clr-industry-green);
  border-radius: 100px;
}

.sec-industry-tab .industry-tab-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--clr-industry-green);
  border-radius: 100px;
}

.sec-industry-tab .industry-tab-card-item {
  background-color: #f6f4e6;
  position: relative;
  display: block;
  padding: 32px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  overflow: hidden;
}

@media only screen and (max-width: 1599px) {
  .sec-industry-tab .industry-tab-card-item {
    padding: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .sec-industry-tab .industry-tab-card-item {
    min-height: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .industry-tab-card-item {
    padding: 15px;
    border-radius: 15px;
  }
}

.sec-industry-tab .industry-tab-card-item .industry-tab-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 24px 20px;
  background-color: var(--clr-industry-green);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1599px) {
  .sec-industry-tab .industry-tab-card-item .industry-tab-card-overlay {
    padding: 20px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .industry-tab-card-item .industry-tab-card-overlay {
    padding: 16px;
  }
}

.sec-industry-tab .industry-tab-card-item:focus .industry-tab-card-overlay,
.sec-industry-tab .industry-tab-card-item:hover .industry-tab-card-overlay {
  opacity: 1;
  pointer-events: all;
}

.sec-industry-tab .industry-tab-card-item .industry-tab-card-overlay ul li a {
  text-decoration: underline;
}

.sec-industry-tab .industry-tab-card-title {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .industry-tab-card-title {
    margin-bottom: 16px;
  }
}

.sec-industry-tab .industry-tab-card-text {
  margin-top: auto !important;
}

.sec-industry-tab .industry-tab-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media only screen and (max-width: 1599px) {
  .sec-industry-tab .industry-tab-card-list {
    gap: 20px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .sec-industry-tab .industry-tab-card-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .sec-industry-tab .industry-tab-card-list div:empty {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .sec-industry-tab .industry-tab-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-tab .industry-tab-card-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* END : sec-industry-tab */

/* START : sec-industry-CTA */
.section-industry-cta .health-common-headings-cta {
  background-color: var(--clr-industry-green);
  position: relative;
  border-radius: 32px;
}
@media only screen and (max-width: 991px) {
  .section-industry-cta .health-common-headings-cta {
    border-radius: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .section-industry-cta .health-common-headings-cta {
    border-radius: 16px;
  }
}

.section-industry-cta .health-common-headings-cta .cta-content-get {
  max-width: 754px;
  padding: 100px 25px 100px 85px;
}
@media only screen and (max-width: 1600px) {
  .section-industry-cta .health-common-headings-cta .cta-content-get {
    padding: 70px 25px 70px 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-industry-cta .health-common-headings-cta .cta-content-get {
    padding: 40px;
    text-align: left;
    width: calc(100% - 440px);
  }
}

@media only screen and (max-width: 991px) {
  .section-industry-cta .health-common-headings-cta .cta-content-get {
    width: 100%;
    padding: 32px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .section-industry-cta .health-common-headings-cta .cta-content-get {
    padding: 20px;
    text-align: center;
  }
}

.section-industry-cta .health-common-headings-cta .cta-content {
  max-width: 754px;
  padding: 100px 25px 100px 85px;
}
@media only screen and (max-width: 1600px) {
  .section-industry-cta .health-common-headings-cta .cta-content {
    padding: 70px 25px 70px 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-industry-cta .health-common-headings-cta .cta-content {
    padding: 40px;
    text-align: left;
    width: calc(100% - 440px);
  }
}

@media only screen and (max-width: 991px) {
  .section-industry-cta .health-common-headings-cta .cta-content {
    width: 100%;
    padding: 32px;
    text-align: center;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .section-industry-cta .health-common-headings-cta .cta-content {
    padding: 15px;
    border-radius: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .section-industry-cta
    .health-common-headings-cta
    .cta-content
    .industry-button {
    border-radius: 10px;
    padding: 10px;
  }

  .section-industry-cta
    .health-common-headings-cta
    .cta-content
    .industry-button
    .industry-button-icon {
    flex: 0 0 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .section-industry-cta .health-common-headings-cta .cta-content h2 {
    max-width: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-industry-cta .health-common-headings-cta .cta-content h2 {
    max-width: none;
  }
}
.section-industry-cta .health-common-headings-cta .healthcarepage-cta {
  width: 780px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

@media only screen and (max-width: 1599px) {
  .section-industry-cta .health-common-headings-cta .healthcarepage-cta {
    width: 660px;
  }
}

@media only screen and (max-width: 1439px) {
  .section-industry-cta .health-common-headings-cta .healthcarepage-cta {
    width: 600px;
  }
}

@media only screen and (max-width: 1366px) {
  .section-industry-cta .health-common-headings-cta .healthcarepage-cta {
    width: 540px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-industry-cta .health-common-headings-cta .healthcarepage-cta {
    width: 440px;
  }
}

/* START : sec-industry-insight */

.sec-industry-insight {
  background-color: var(--clr-industry-nav-bg);
  position: relative;
}
.sec-industry-insight .industry-insight-title {
  margin-bottom: 16px;
}

.sec-industry-insight .industry-insight-desc {
  color: #3b5068;
}

.sec-industry-insight .industry-insight-top {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .sec-industry-insight .industry-insight-top {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-industry-insight .industry-insight-top {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-insight .industry-insight-top {
    margin-bottom: 24px;
  }
}

.sec-industry-insight .industry-insight-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .sec-industry-insight .industry-insight-list {
    gap: 20px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-industry-insight .industry-insight-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-insight .industry-insight-list {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}

.sec-industry-insight .industry-insight-card {
  box-shadow: 0 1px 4px 0 #0c0c0d0d;
  overflow: hidden;
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .sec-industry-insight .industry-insight-card {
    border-radius: 15px;
  }
}

.sec-industry-insight .industry-insight-card-tag {
  color: var(--clr-industry-pirple);
  padding: 2px 8px;
  border: 1px solid var(--clr-industry-pirple);
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 4px;
}

.sec-industry-insight .industry-insight-card-title {
  margin-bottom: 16px;
}

.sec-industry-insight .industry-insight-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media only screen and (max-width: 767px) {
  .sec-industry-insight .industry-insight-btns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.sec-industry-insight .industry-insight-card-text {
  color: #3b5068;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sec-industry-insight .industry-insight-card-content {
  padding: 24px;
  background-color: var(--clr-white);
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-industry-insight .industry-insight-card-content {
    padding: 15px;
  }
}

/* END : sec-industry-insight */

/* SATRT :industry-faq */

.sec-industry-faq .industry-faq-title span {
  color: var(--clr-industry-green);
}

.sec-industry-faq .accordion {
  display: grid;
  grid-gap: 12px;
}

.sec-industry-faq .accordion-item {
  border-radius: 10px;
  border: none;
  background-color: transparent;
}

.sec-industry-faq .accordion-button {
  background-color: var(--clr-industry-nav-bg);
  border: none;
  box-shadow: none;
  border-radius: 16px !important;
  padding: 16px 24px;
}

@media only screen and (max-width: 767px) {
  .sec-industry-faq .accordion-button {
    align-items: flex-start;
    padding: 15px;
    gap: 6px;
    border-radius: 15px !important;
  }
}

.sec-industry-faq .accordion-button::after {
  background: url("data:image/svg+xml,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='%23FFFEF1'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M27.1 18.1h-7.2v-7.2a.9.9 0 0 0-1.8 0v7.2h-7.2a.9.9 0 0 0 0 1.8h7.2v7.2a.9.9 0 0 0 1.8 0v-7.2h7.2a.9.9 0 0 0 0-1.8Z' fill='%23222'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(10 10)' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
  height: 36px;
  width: 36px;
}

@media only screen and (max-width: 1199px) {
  .sec-industry-faq .accordion-button::after {
    height: 32px;
    width: 32px;
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  .sec-industry-faq .accordion-button::after {
    height: 28px;
    width: 28px;
    background-size: contain;
  }

  .sec-industry-faq .accordion-body {
    padding: 10px;
  }
}

.sec-industry-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}

.sec-industry-faq .accordion-button:not(.collapsed) {
  color: var(--clr-industry-black);
}

/* END :industry-faq */

/* SATRT : industry-testimonial */

.industry-testimonial {
  background-color: var(--clr-industry-pirple);
  padding: 80px;
  border-radius: 40px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .industry-testimonial {
    padding: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .industry-testimonial {
    padding: 50px;
  }
}

.industry-testimonial .industry-testimonial-top {
  /* max-width: 600px; */
  margin: 0 auto;
  padding-top: 10px;
  pointer-events: none;
}

.industry-testimonial .industry-testimonial-top img {
  height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto;
  line-height: 0;
  border-radius: 2000px;
  transition: all 0.3s ease;
}

.industry-testimonial .industry-testimonial-top .swiper-slide-active img {
  height: 200px;
  width: 200px;
  margin-bottom: 16px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1599px) {
  .industry-testimonial .industry-testimonial-top .swiper-slide-active img {
    width: 170px;
    height: 170px;
  }
}

@media only screen and (max-width: 1199px) {
  .industry-testimonial .industry-testimonial-top .swiper-slide-active img {
    width: 150px;
    height: 150px;
  }
}

.industry-testimonial .industry-testimonial-top .swiper-slide {
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: var(--clr-white);
}

.industry-testimonial
  .industry-testimonial-top
  .swiper-slide
  .testimonial-text {
  opacity: 0;
  transition: all 0.3s ease;
}

.industry-testimonial
  .industry-testimonial-top
  .swiper-slide.swiper-slide-active
  .testimonial-text {
  opacity: 1;
}

.industry-testimonial
  .industry-testimonial-top
  .swiper-slide
  .testimonial-auth {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.industry-testimonial .testimonial-content {
  max-width: 1000px;
  margin: 0 auto;
  color: var(--clr-white);
  margin-top: 40px;
  text-align: center;
}

.industry-testimonial .testimonial-title {
  margin-bottom: 16px;
}

.industry-testimonial .industry-testimonial-button-prev,
.industry-testimonial .industry-testimonial-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}

.industry-testimonial .industry-testimonial-button-prev .icon::before,
.industry-testimonial .industry-testimonial-button-next .icon::before {
  background-color: var(--clr-white);
}

.industry-testimonial .industry-testimonial-button-next .icon {
  transform: rotate(45deg);
}

.industry-testimonial .industry-testimonial-button-prev .icon {
  transform: rotate(-135deg);
}

.industry-testimonial .industry-testimonial-button-next {
  right: 50px;
}

.industry-testimonial .industry-testimonial-button-prev {
  left: 50px;
}

.industry-testimonial .industry-testimonial-top-decoration {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 498px;
  width: 100%;
  opacity: 45%;
}

.industry-testimonial .industry-testimonial-bottom-decoration {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 482px;
  width: 100%;
  opacity: 55%;
}

.sec-industry-testimonial {
  position: relative;
}

.sec-industry-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 350px;
  background-color: var(--clr-industry-nav-bg);
}
/* END : industry-testimonial */

/* START : enablers */

.sec-enablers .blue {
  background-color: #5139d5;
  border-radius: 40px;
  padding: 0px;
  width: 100%;
  /* Ensure it has a width */
}
.sec-enablers .blue .accordion-main {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff26;
}

@media only screen and (max-width: 767px) {
  .sec-enablers .blue .accordion-main {
    padding: 0;
  }
}
.sec-enablers .blue .text-blue-portion {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 80px 60px;
  color: var(--white-color);
  gap: 60px;
}
.sec-enablers .blue img {
  pointer-events: none;
  height: auto;
  opacity: 33%;
}
.sec-enablers .blue .accordion-button {
  background: transparent;
  font-weight: 500;
  color: var(--white-color);
  padding: 15px;
  border-radius: 8px;
  transition: background 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .sec-enablers .blue .accordion-button {
    padding: 10px 0;
    font-size: 16px;
  }

  .sec-enablers .text-blue-portion-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .sec-enablers
    .blue
    .text-blue-portion
    > div:last-child
    .accordion-main:last-child {
    border: none;
  }
}

.sec-enablers .blue .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--white-color);
  border-radius: 8px;
  outline: none;
  box-shadow: none;
}
.sec-enablers .blue .accordion-button::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='23' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.22 9.92h-8.64V1.28a1.08 1.08 0 0 0-2.16 0v8.64H1.78a1.08 1.08 0 0 0 0 2.16h8.64v8.64a1.08 1.08 0 0 0 2.16 0v-8.64h8.64a1.08 1.08 0 0 0 0-2.16Z' fill='%23fff'/%3E%3C/svg%3E")
    no-repeat center;
  transition: transform 0.3s;
}

@media only screen and (max-width: 767px) {
  .sec-enablers .blue .accordion-button::after {
    height: 16px;
    width: 16px;
    background-size: contain;
  }
}
.sec-enablers .blue .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.sec-enablers .blue .accordion-body {
  padding: 0px 5px 0px 14px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .sec-enablers .blue .accordion-body {
    padding: 0 0 10px;
    font-size: 16px;
  }
}

.sec-enablers .blue .accordion-body a {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .sec-enablers .blue {
    border-radius: 20px;
  }
  .sec-enablers .blue .text-blue-portion {
    padding: 20px 20px;
    gap: 10px;
    overflow: hidden;
  }
  .sec-enablers .blue img {
    height: auto !important;
    width: 350px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sec-enablers .blue {
    border-radius: 10px;
  }
}
/* Responsive Design */
@media only screen and (max-width: 992px) {
  .sec-enablers .blue .text-blue-portion {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 20px;
    gap: 0px;
    overflow: hidden;
  }
  .sec-enablers .blue img {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 768px) {
  .sec-enablers .blue .text-blue-portion {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px 15px 0;
    gap: 0px;
    overflow: hidden;
  }
  .sec-enablers .blue img {
    width: 300px !important;
    opacity: 0.5;
  }
}

/* END : enablers */

/*  START : newworkslider  */

.industry .custslides .custslick-list .item .font-red {
  color: #5139d5;
  border: 1px solid #5139d5;
  background-color: #f2f0ff;
}

.industry .view-btns .btn-slide-pink,
.industry .view-btns .btn-slide-border:before {
  background-color: var(--clr-industry-black);
  border-color: var(--clr-industry-black);
}

.industry .view-btns .btn-slide-pink {
  background-color: var(--clr-industry-black);
}
.industry .view-btns .btn-slide-border {
  background-color: var(--clr-industry-green);
  color: var(--clr-white);
}

.healthcare-top-line-wrap .healthcare-slide-top-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.healthcare-slide-wrapper .custslides .custslick-list .slick-slide {
  box-shadow: 0px 1px 10px 0px #0c0c0d03;
  border: 1px solid #0c0c0d03;
}

.healthcare-page-wrapper .healthcare-slide-inner {
  background-color: transparent !important;
  padding-bottom: 0 !important;
}

/*  END : newworkslider  */

/*  START : Healthcare Solutions */
.healthcare-solution-section {
  display: grid;
  gap: 200px;
  grid-template-columns: 1fr 650px;
}

.healthcare-solution-section .healthcare-solution-section-inner {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.healthcare-solution-section .healthcare-solution-section-image-top-text {
  top: 4px;
  left: 4px;
}

.healthcare-solution-section .white-text-image {
  top: 30px;
  left: 30px;
}
.healthcare-solution-section .white-text-image-two {
  bottom: 30px;
  left: 30px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.healthcare-solution-section .number-circle {
  height: 60px;
  width: 150px;
  flex: 0 0 60px;
  border-radius: 99em;
  background-color: #5139d5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.healthcare-solution-section .msak-image {
  left: -340px;
  bottom: 0px;
  border-radius: 40px;
  overflow: hidden;
}

.healthcare-solution-section .mask-blur-image {
  top: 30px;
  left: -360px;
}
.healthcare-solution-section .custom-list {
  list-style: none;
  padding: 0;
}

.healthcare-solution-section .custom-list li span {
  color: var(--clr-industry-green);
}

.healthcare-solution-section .custom-list-wrapper {
  margin-bottom: 20px;
}

.healthcare-solution-section .custom-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .healthcare-solution-section .custom-list li {
    margin-bottom: 8px;
    line-height: 1.5;
  }
}
.healthcare-solution-section .custom-list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%235139D5' d='M7.709 18.74c.396.348.806.708 1.227 1.08l.009.008 1.402 1.21a.997.997 0 0 0 1.307 0l1.402-1.21.008-.008c2.775-2.453 4.855-4.332 6.36-6.164C21.18 11.516 22 9.582 22 7.568c0-3.644-2.854-6.498-6.498-6.498A6.979 6.979 0 0 0 11 2.755 6.98 6.98 0 0 0 6.498 1.07C2.854 1.07 0 3.924 0 7.568c0 4.405 3.067 7.097 7.709 11.172Zm-.71-9.565h2.667V6.508h2.668v2.667H15v2.668h-2.667v2.667H9.666v-2.667H7V9.175Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .176h22v22H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 4px;
}

.healthcare-solution-section .healthcare-solution-section-img {
  border-radius: 52px;
  object-fit: cover;
}

@media screen and (max-width: 1599px) {
  .healthcare-solution-section .white-text-image-two {
    left: 10px;
    border-radius: 10px;
    overflow: hidden;
  }

  .healthcare-solution-section .msak-image {
    left: -250px;
    height: 240px;
    width: 240px;
  }

  .healthcare-solution-section .msak-image .mask-small-image {
    height: 240px;
    width: 240px;
  }

  .healthcare-solution-section .small-image-white-area {
    height: 100px;
    width: 220px;
    background-color: white;
  }
}

@media only screen and (max-width: 1500px) {
  .healthcare-solution-section {
    display: grid;
    gap: 100px;
    grid-template-columns: 1fr 550px;
  }
  .healthcare-solution-section .picture-of-doctor {
    height: 650px;
    width: 550px;
  }
  .healthcare-solution-section .msak-image {
    left: -220px;
  }
  .healthcare-solution-section .mask-blur-image {
    top: 30px;
    left: -348px;
  }
}

@media only screen and (max-width: 1499px) {
  .healthcare-solution-section .msak-image {
    left: -270px;
    border-radius: 32px;
  }
}

@media only screen and (max-width: 1439px) {
  .healthcare-solution-section .picture-of-doctor {
    height: auto;
    width: 450px;
  }

  .healthcare-solution-section .msak-image {
    left: -220px;
    bottom: 0px;
    width: 200px;
    height: 200px;
    border-radius: 22px;
  }

  .healthcare-solution-section .small-image-white-area {
    height: auto;
    width: 200px;
    background-color: white;
  }

  .healthcare-solution-section .text-small-image {
    font-size: 14px;
    line-height: 1.5;
    padding: 4px !important;
  }

  .healthcare-solution-section .msak-image .mask-small-image {
    width: 200px;
    height: 200px;
  }

  .healthcare-solution-section .msak-image .white-text-image-two {
    left: 10px;
    top: initial;
    bottom: 10px;
    width: 180px;
  }

  .healthcare-solution-section .white-text-image-two .position-relative {
    background-color: var(--clr-white);
  }

  .healthcare-solution-section .mask-blur-image {
    top: 30px;
    left: -341px;
  }
}

@media only screen and (max-width: 1439px) {
  .healthcare-solution-section .white-text-image-two {
    bottom: 20px;
    left: 20px;
  }

  .healthcare-solution-section .healthcare-solution-section-img {
    border-radius: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .healthcare-solution-section .msak-image {
    display: none;
  }
  .healthcare-solution-section .picture-of-doctor {
    height: auto;
    width: 100%;
    margin-top: 10px;
  }
  .healthcare-solution-section .mask-blur-image {
    display: none;
  }

  .healthcare-solution-section .healthcare-solution-section-img {
    border-radius: 26px;
  }

  .healthcare-solution-section .white-text-image {
    top: 20px;
    left: 20px;
  }

  .healthcare-solution-section .white-text-image-two {
    bottom: 20px;
    left: 20px;
  }

  .healthcare-solution-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .healthcare-solution-section .healthcare-solution-section-img {
    width: 100%;
    object-fit: cover;
  }

  .healthcare-solution-section-image-inner {
    flex: 0 0 100%;
  }

  .healthcare-solution-section .healthcare-solution-section-img {
    border-radius: 32px;
  }

  .healthcare-solution-section .healthcare-solution-section-title {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .healthcare-solution-section .healthcare-solution-section-image {
    display: none;
  }

  .healthcare-solution-section .healthcare-solution-section-title {
    margin-bottom: 0;
  }

  .healthcare-solution-section .custom-list li {
    font-size: 16px;
  }

  .healthcare-solution-section {
    grid-template-columns: 1fr;
  }
}

.healthcare-solution-section .healthcare-solution-section-stats {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--clr-white);
  padding: 10px;
  border: 1px solid #0c0c0d3a;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .healthcare-solution-section .healthcare-solution-section-stats {
    padding: 15px;
  }
}

.healthcare-solution-section .healthcare-solution-section-ai {
  font-size: 16px;
  line-height: 1.5;
  background-color: var(--clr-white);
  padding: 10px;
  border: 1px solid #0c0c0d3a;
  border-radius: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .healthcare-solution-section .healthcare-solution-section-ai {
    padding: 15px;
  }
}

.healthcare-solution-section .healthcare-solution-section-num {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: var(--clr-industry-pirple);
  color: var(--clr-white);
  border-radius: 100px;
}

/* END : Healthcare Solutions */

/* START : industry-excellence */
.industry-excellence .industry-excellence-inner {
  display: grid;
  grid-template-columns: 388px 1fr;
  grid-gap: 40px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .industry-excellence .industry-excellence-inner {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .industry-excellence .industry-excellence-inner {
    margin-bottom: 20px;
    gap: 10px;
  }
}

.industry-excellence .industry-excellence-main {
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-gap: 40px;
  align-items: flex-start;
}

@media only screen and (max-width: 1599px) {
  .industry-excellence .industry-excellence-main {
    gap: 32px;
  }
}

@media only screen and (max-width: 1365px) {
  .industry-excellence .industry-excellence-main {
    grid-template-columns: 1fr;
  }
}

.industry-excellence .industry-excellence-main .nav {
  background-color: #f6f4e6;
  padding: 32px;
  border-radius: 32px;
  gap: 20px;
}

@media only screen and (max-width: 1599px) {
  .industry-excellence .industry-excellence-main .nav {
    padding: 24px;
  }
}

.industry-excellence .industry-excellence-main .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 16px;
  white-space: nowrap;
  width: 100%;
  border: 2px solid var(--clr-white);
  min-width: 340px;
  background-color: var(--clr-white);
  color: var(--clr-industry-black);
  border-radius: 100px;
}

.industry-excellence .industry-excellence-main .nav-link.active {
  background-color: var(--clr-industry-green);
  color: var(--clr-white);
}

.industry-excellence .industry-excellence-main .nav-icon {
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e9e9e9;
}

.industry-excellence .industry-excellence-main .nav-icon .icon.icon-arrow {
  transform: rotate(45deg);
}

.industry-excellence .industry-excellence-main .nav-link.active .nav-icon {
  background-color: var(--clr-white);
}

.industry-excellence .industry-excellence-main .accordion-item,
.industry-excellence
  .industry-excellence-main
  .accordion-item
  .accordion-button {
  border: none;
  box-shadow: none;
}

.industry-excellence
  .industry-excellence-main
  .accordion-item
  .accordion-button {
  background-color: #f6f4e6;
  color: var(--clr-industry-black);
  font-size: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .industry-excellence
    .industry-excellence-main
    .accordion-item
    .accordion-button {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .industry-excellence
    .industry-excellence-main
    .accordion-item
    .accordion-button {
    font-size: 16px;
    padding: 15px;
  }
}

.industry-excellence
  .industry-excellence-main
  .accordion-button:not(.collapsed) {
  background-color: var(--clr-industry-green);
  color: var(--clr-white);
}

.industry-excellence .industry-excellence-main .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.293 6.707a1 1 0 0 1 1.414 0L12 14l7.293-7.293a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414l-8.353 8.354a1.5 1.5 0 0 1-2.122 0L2.586 8.828a1 1 0 0 1 0-1.414l.707-.707Z' fill='%23000'/%3E%3C/svg%3E");
}

.industry-excellence .industry-excellence-main .accordion.industry-accordion {
  display: grid;
  grid-gap: 22px;
}

@media only screen and (max-width: 767px) {
  .industry-excellence .industry-excellence-main .accordion.industry-accordion {
    display: grid;
    grid-gap: 10px;
  }
}

.industry-excellence
  .industry-excellence-main
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.293 6.707a1 1 0 0 1 1.414 0L12 14l7.293-7.293a1 1 0 0 1 1.414 0l.707.707a1 1 0 0 1 0 1.414l-8.353 8.354a1.5 1.5 0 0 1-2.122 0L2.586 8.828a1 1 0 0 1 0-1.414l.707-.707Z' fill='%23fff'/%3E%3C/svg%3E");
}

.industry-excellence .industry-excellence-main .tab-content {
  padding: 32px;
  background-color: var(--clr-industry-nav-bg);
  border-radius: 32px;
  height: 100%;
}

@media only screen and (max-width: 1599px) {
  .industry-excellence .industry-excellence-main .tab-content {
    padding: 20px;
  }
}

.industry-excellence
  .industry-excellence-main
  .tab-content
  .industry-tab-content {
  display: grid;
  grid-template-columns: 358px 1fr;
  gap: 40px;
}

@media only screen and (max-width: 1599px) {
  .industry-excellence
    .industry-excellence-main
    .tab-content
    .industry-tab-content {
    grid-template-columns: 300px 1fr;
    gap: 20px;
  }
}

.industry-excellence
  .industry-excellence-main
  .tab-content
  .industry-tab-content
  .industry-tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media only screen and (max-width: 1599px) {
  .industry-excellence
    .industry-excellence-main
    .tab-content
    .industry-tab-content
    .industry-tab-list {
    gap: 14px;
  }
}

.industry-excellence .industry-tab-content li {
  position: relative;
  padding-left: 36px;
}

.industry-excellence .industry-tab-content .industry-tab-text a {
  color: var(--clr-industry-green);
  text-decoration: underline;
}

@media only screen and (max-width: 1439px) {
  .industry-excellence .industry-excellence-inner-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1365px) {
  .industry-excellence .industry-excellence-inner-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .industry-excellence .industry-excellence-inner-text,
  .industry-excellence .industry-tab-content .industry-tab-text,
  .industry-excellence .industry-tab-content li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.industry-excellence
  .industry-excellence-main
  .tab-content
  .industry-tab-content
  img {
  border-radius: 20px;
}

.industry-excellence .industry-tab-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' fill='none'%3E%3Cpath d='M8.527 18.564c.397.348.806.707 1.228 1.08l.008.008 1.402 1.21a.998.998 0 0 0 1.308 0l1.4-1.21.01-.008c2.774-2.454 4.854-4.332 6.359-6.164 1.758-2.14 2.576-4.074 2.576-6.088 0-3.644-2.854-6.498-6.498-6.498a6.979 6.979 0 0 0-4.501 1.685A6.98 6.98 0 0 0 7.317.894C3.673.894.818 3.748.818 7.392c0 4.404 3.067 7.096 7.709 11.172Zm-.71-9.565h2.668V6.332h2.667v2.667h2.667v2.667h-2.667v2.668h-2.667v-2.668H7.817V9Z' fill='%235139D5'/%3E%3C/svg%3E");
}

.industry-excellence .industry-excellence-main .accordion-body {
  padding: 0 10px;
}

@media only screen and (max-width: 1439px) {
  .industry-excellence
    .industry-excellence-main
    .accordion-body
    .industry-tab-content
    > div
    ul {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .industry-excellence .industry-excellence-main .accordion-body {
    padding: 0;
  }
}

.industry-excellence .industry-excellence-main .accordion-item {
  background-color: var(--clr-industry-bg);
}

.industry-excellence
  .industry-excellence-main
  .accordion-body
  .industry-tab-content {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .industry-excellence
    .industry-excellence-main
    .accordion-body
    .industry-tab-content {
    padding-top: 10px;
    gap: 14px;
    grid-template-columns: 1fr;
  }
}

.industry-excellence
  .industry-excellence-main
  .accordion-body
  .industry-tab-content
  img {
  border-radius: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .industry-excellence
    .industry-excellence-main
    .accordion-body
    .industry-tab-content
    img {
    border-radius: 12px;
  }
}

.sec-industry-hero {
  background-color: var(--clr-industry-bg);
  position: relative;
}

.sec-industry-hero .industry-hero-title {
  font-size: 100px;
  margin-bottom: 58px;
}

@media screen and (max-width: 1599px) {
  .sec-industry-hero .industry-hero-title {
    font-size: 80px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1439px) {
  .sec-industry-hero .industry-hero-title {
    font-size: 70px;
    margin-bottom: 30px;
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  .sec-industry-hero .industry-hero-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-industry-hero .industry-hero-title {
    font-size: 38px;
    margin-bottom: 16px;
  }
}

/* .sec-industry-hero .industry-hero-title span {
    color: var(--clr-primary);
} */

/* ------------start--industry---real-estate-css---- */

.wrapper-ind-real-est {
  width: 100%;
  font-family: "Outfit";
  background-color: #eef0f3;
}

.wrapper-ind-real-est .container-real {
  max-width: 1600px !important;
}
.wrapper-ind-real-est .estatept-130 {
  padding-top: 130px;
}
@media screen and (max-width: 1599px) {
  .wrapper-ind-real-est .estatept-130 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1499px) {
  .wrapper-ind-real-est .estatept-130 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-ind-real-est .estatept-130 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-ind-real-est .estatept-130 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est .estatept-130 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .wrapper-ind-real-est .estatept-130 {
    padding-top: 35px;
  }
}

.wrapper-ind-real-est .estatepb-130 {
  padding-bottom: 130px;
}
@media screen and (max-width: 1599px) {
  .wrapper-ind-real-est .estatepb-130 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1499px) {
  .wrapper-ind-real-est .estatepb-130 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-ind-real-est .estatepb-130 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-ind-real-est .estatepb-130 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est .estatepb-130 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .wrapper-ind-real-est .estatepb-130 {
    padding-bottom: 35px;
  }
}

.wrapper-ind-real-est .estateptb-130 {
  padding: 130px 0;
}
@media screen and (max-width: 1599px) {
  .wrapper-ind-real-est .estateptb-130 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1499px) {
  .wrapper-ind-real-est .estateptb-130 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper-ind-real-est .estateptb-130 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-ind-real-est .estateptb-130 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est .estateptb-130 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .wrapper-ind-real-est .estateptb-130 {
    padding-top: 35px;
  }
}

.real-estate-h2 {
  font-size: 50px;
  line-height: 63px;
  font-family: "Outfit";
}
@media screen and (max-width: 1600px) {
  .real-estate-h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .real-estate-h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .real-estate-h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .real-estate-h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 575px) {
  .real-estate-h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.real-estate-42 {
  font-size: 42px;
  line-height: 52px;
  font-family: "Outfit";
}
@media screen and (max-width: 1600px) {
  .real-estate-42 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .real-estate-42 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  .real-estate-42 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .real-estate-42 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .real-estate-42 {
    font-size: 26px;
    line-height: 38px;
  }
}

.real-estate-h3 {
  font-family: "Outfit";
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 1600px) {
  .real-estate-h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .real-estate-h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .real-estate-h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .real-estate-h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .real-estate-h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.real-estate-22 {
  font-size: 22px;
  font-family: "Outfit";
}
@media screen and (max-width: 1600px) {
  .real-estate-22 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .real-estate-22 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .real-estate-22 {
    font-size: 16px;
  }
}

.real-estate-20 {
  font-family: "Outfit";
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .real-estate-20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .real-estate-20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .real-estate-20 {
    font-size: 16px;
  }
}

.real-weight-500 {
  font-weight: 500;
}
.real-weight-600 {
  font-weight: 600;
}
.real-weight-400 {
  font-weight: 400;
}
.real-weight-300 {
  font-weight: 300;
}
.real-style {
  text-transform: capitalize;
}
.real-white {
  color: #ffffff;
}
.real-black {
  color: #121212;
}

.wrapper-ind-real-est .sec-building-hero {
  width: 100%;
  background: #eef0f3;
  padding-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-building-hero {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-building-hero {
    padding-bottom: 30px;
  }
}
.wrapper-ind-real-est .sec-building-hero .building-hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 660px 1fr;
  gap: 1px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est .sec-building-hero .building-hero-grid {
    grid-template-columns: 550px 1fr;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-building-hero .building-hero-grid {
    grid-template-columns: 1fr;
    align-items: center;
  }
}

.wrapper-ind-real-est .sec-building-hero .hero-building-left-part {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-building-hero .hero-building-left-part {
    text-align: center;
  }
}
.wrapper-ind-real-est
  .sec-building-hero
  .hero-building-left-part
  .hero-building-title {
  font-family: "Outfit";
  font-size: 108px;
  line-height: 110px;
  font-weight: 700;
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title {
    font-size: 96px;
    line-height: 96px;
  }
}
@media only screen and (max-width: 1499px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title {
    width: 600px;
    font-size: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title {
    width: 600px;
    font-size: 48px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title {
    font-size: 44px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.wrapper-ind-real-est
  .sec-building-hero
  .hero-building-left-part
  .hero-building-title
  .real-border {
  width: 100%;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title
    .real-border {
    display: inline;
    position: static;
  }
}
.wrapper-ind-real-est
  .sec-building-hero
  .hero-building-left-part
  .hero-building-title
  .real-border::after {
  content: "";
  width: 84%;
  display: block;
  border-bottom: solid 14px #f9bfa2;
  position: relative;
  transform: translateY(-158%);
}
@media only screen and (max-width: 1499px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-title
    .real-border::after {
    display: none;
  }
}

.wrapper-ind-real-est
  .sec-building-hero
  .hero-building-left-part
  .hero-building-title
  .of-tomorrow {
  font-family: "Outfit";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
.wrapper-ind-real-est
  .sec-building-hero
  .hero-building-left-part
  .hero-building-text {
  font-family: "Outfit";
  font-size: 24px;
  line-height: 36px;
  margin-top: 130px;
}
@media only screen and (max-width: 1800px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-text {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .sec-building-hero
    .hero-building-left-part
    .hero-building-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}
.wrapper-ind-real-est .sec-building-hero .hero-building-right-part {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-building-hero .hero-building-right-part {
    display: none;
  }
}

@media screen and (min-width: 1800px) {
  .wrapper-ind-real-est .sec-building-hero .hero-building-right-part {
    width: 100%;
    position: relative;
    right: -19%;
  }
}

.wrapper-ind-real-est .section-lets-discuss-bg {
  width: 100%;
  background-color: #eef0f3;
  border-top: solid 1px #d1d5da;
  border-bottom: solid 1px #d1d5da;
}
.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav {
  color: #121212;
}

.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul {
  display: flex;
  width: 100%;
  gap: 0;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul {
    width: auto;
  }
}
.wrapper-ind-real-est .section-lets-discuss-bg .industry-real-estate-nav ul li {
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .section-lets-discuss-bg
    .industry-real-estate-nav
    ul
    li {
    width: max-content;
  }
}

.wrapper-ind-real-est
  .section-lets-discuss-bg
  .industry-real-estate-nav
  ul
  li
  a {
  font-family: "Outfit";
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  padding: 15px 0;
  display: block;
  /*white-space: nowrap;*/
  transition: color 0.3s ease, background-color 0.3s ease;
  border-right: solid 1px #d1d5da;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est
    .section-lets-discuss-bg
    .industry-real-estate-nav
    ul
    li
    a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .section-lets-discuss-bg
    .industry-real-estate-nav
    ul
    li
    a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .section-lets-discuss-bg
    .industry-real-estate-nav
    ul
    li
    a {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .section-lets-discuss-bg
    .industry-real-estate-nav
    ul
    li
    a {
    font-size: 14px;
  }
}
.wrapper-ind-real-est
  .section-lets-discuss-bg
  .industry-real-estate-nav
  ul
  li
  a::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../industry/img/svg/north-east.svg") no-repeat;
  right: 15px;
  opacity: 0;
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est
    .section-lets-discuss-bg
    .industry-real-estate-nav
    ul
    li
    a::after {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est
    .section-lets-discuss-bg
    .industry-real-estate-nav
    ul
    li
    a {
    padding: 16px 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .section-lets-discuss-bg
    .industry-real-estate-nav
    ul
    li
    a {
    padding: 12px 16px;
  }
}

.wrapper-ind-real-est
  .section-lets-discuss-bg
  .industry-real-estate-nav
  ul
  li:last-child
  a {
  border-right: none;
}

.wrapper-ind-real-est
  .section-lets-discuss-bg
  .industry-real-estate-nav
  ul
  li
  a:hover,
.wrapper-ind-real-est
  .section-lets-discuss-bg
  .industry-real-estate-nav
  ul
  li
  a.active {
  background: #f9bfa2;
  color: #121212;
}
.wrapper-ind-real-est
  .section-lets-discuss-bg
  .industry-real-estate-nav
  ul
  li
  a:hover::after,
.wrapper-ind-real-est
  .section-lets-discuss-bg
  .industry-real-estate-nav
  ul
  li
  a.active::after {
  opacity: 1;
  transition: all 0.3s ease;
}

.wrapper-ind-real-est .sec-we-serve-bg {
  width: 100%;
  background-color: #eef0f3;
  border-bottom: solid 1px #d1d5da;
}
.wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
  max-width: 810px;
  margin-left: auto;
  border-left: solid 1px #d1d5da;
  padding: 100px 0;
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
    max-width: 100%;
    border: 0;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
    max-width: 100%;
    border: 0;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
    max-width: 100%;
    border: 0;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
    max-width: 100%;
    border: 0;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main {
    padding-top: 0;
  }
}
.wrapper-ind-real-est .sec-we-serve-bg .we-serve-main .we-serve-main-inner {
  padding-left: 100px;
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est .sec-we-serve-bg .we-serve-main .we-serve-main-inner {
    padding-left: 0px;
  }
}
.wrapper-ind-real-est
  .sec-we-serve-bg
  .we-serve-main
  .we-serve-main-inner
  .from-working {
  padding-top: 30px;
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est
    .sec-we-serve-bg
    .we-serve-main
    .we-serve-main-inner
    .from-working {
    padding-top: 10px;
  }
}

.wrapper-ind-real-est .sec-contech-bg {
  width: 100%;
  background-color: #eef0f3;
  height: 300px;
}

.wrapper-ind-real-est .sec-let-us-know-bg {
  width: 100%;
  background-color: #eef0f3;
}
.wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner {
  width: 100%;
  background: url("../industry/img/webp/let-us-know-cta.webp") no-repeat;
  border-radius: 32px;
  background-position: center center;
  background-size: 100% 100%;
  padding: 88px 15px 88px 80px;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner {
    border-radius: 20px;
    padding: 24px 20px;
  }
}

.wrapper-ind-real-est .sec-let-us-know-bg .let-us-know-inner .let-us-know-main {
  max-width: 970px;
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-let-us-know-bg
    .let-us-know-inner
    .let-us-know-main {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
  }
}

.wrapper-ind-real-est
  .sec-let-us-know-bg
  .let-us-know-inner
  .let-us-know-main
  .enabling {
  font-family: "Outfit";
  font-size: 26px;
  margin-top: 14px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-let-us-know-bg
    .let-us-know-inner
    .let-us-know-main
    .enabling {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-let-us-know-bg
    .let-us-know-inner
    .let-us-know-main
    .enabling {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-let-us-know-bg
    .let-us-know-inner
    .let-us-know-main
    .enabling {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .sec-let-us-know-bg
    .let-us-know-inner
    .let-us-know-main
    .enabling {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}

/* wrapper-ind-real-est START: button */

.wrapper-ind-real-est .industry-real {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .industry-real {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.wrapper-ind-real-est .industry-real .industry-button {
  font-family: "Outfit";
  background-color: #ffffff;
  color: #121212;
  padding: 10px 10px 10px 20px;
  border-radius: 100px;
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
  text-transform: uppercase;
  align-items: center;
  transition: background-color 0.3s ease;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .industry-real .industry-button {
    margin: 0 auto;
    text-align: center;
  }
}

.wrapper-ind-real-est .industry-real .industry-button.industry-button-green {
  background-color: #f9bfa2;
}
.wrapper-ind-real-est .industry-real .industry-button .industry-button-icon {
  display: inline-block;
  height: 42px;
  width: 42px;
  background-color: #f9bfa2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est .industry-real .industry-button .industry-button-icon {
    height: 34px;
    width: 34px;
  }
}
.wrapper-ind-real-est
  .industry-real
  .industry-button
  .industry-button-icon
  .icon.icon-arrow {
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .industry-real
    .industry-button
    .industry-button-icon
    .icon.icon-arrow {
    transform: rotate(45deg);
  }
}
.wrapper-ind-real-est
  .industry-real
  .industry-button
  .industry-button-icon
  .icon::before {
  background-color: #121212;
}
.wrapper-ind-real-est .industry-real .industry-button:focus,
.wrapper-ind-real-est .industry-real .industry-button:hover {
  background-color: #f9bfa2;
}
.wrapper-ind-real-est
  .industry-real
  .industry-button:focus
  .industry-button-icon,
.wrapper-ind-real-est
  .industry-real
  .industry-button:hover
  .industry-button-icon {
  background-color: #ffffff;
}
.wrapper-ind-real-est
  .industry-real
  .industry-button:focus
  .industry-button-icon
  .icon.icon-arrow,
.wrapper-ind-real-est
  .industry-real
  .industry-button:hover
  .industry-button-icon
  .icon.icon-arrow {
  transform: rotate(45deg);
}
.wrapper-ind-real-est
  .industry-real
  .industry-button.industry-button-green:hover,
.wrapper-ind-real-est
  .industry-real
  .industry-button.industry-button-green:focus {
  background-color: #ffffff;
}
.wrapper-ind-real-est
  .industry-real
  .industry-button.industry-button-shadow:focus,
.wrapper-ind-real-est
  .industry-real
  .industry-button.industry-button-shadow:hover {
  box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.4);
}
.wrapper-ind-real-est .industry-real .industry-button.industry-button-no-icon {
  padding: 14px 30px;
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .industry-real
    .industry-button.industry-button-no-icon {
    padding: 8px 16px;
  }
}

/* wrapper-ind-real-est END: button */

.wrapper-ind-real-est .sec-our-enablers-bg {
  width: 100%;
  background: #eef0f3;
}
.wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-grid {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-grid {
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-left {
    text-align: center;
  }
}
.wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-right-text {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-our-enablers-bg .our-enablers-right-text {
    text-align: center;
    margin-top: 10px;
  }
}

.sec-we-serve-bg .we-serve-grid .we-serve-grid-left-part {
  width: 100%;
}
.sec-we-serve-bg
  .we-serve-grid
  .we-serve-grid-left-part
  .we-serve-grid-left-part-title {
  font-family: "Outfit";
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* -----start css sec-our-slider-bg ----------------- */

.wrapper-ind-real-est .sec-our-slider-bg {
  width: 100%;
  background: #eef0f3;
  border-top: solid 1px #d1d5da;
  border-bottom: solid 1px #d1d5da;
  height: 100%;
}

.wrapper-ind-real-est .slick-track {
  display: flex;
}

.wrapper-ind-real-est .sec-our-slider-bg .new-border-add {
  padding: 15px 15px 15px 24px;
  border-left: solid 1px #d1d5da;
  height: auto;
}
.wrapper-ind-real-est .sec-our-slider-bg .new-border-add .real-slider-item {
  /* padding: 15px; */
  /* border-left: solid 1px #d1d5da; */
  height: 100%;
}
.wrapper-ind-real-est
  .sec-our-slider-bg
  .new-border-add
  .real-slider-item
  .real-font {
  font-family: "Outfit";
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1800px) {
  .wrapper-ind-real-est
    .sec-our-slider-bg
    .new-border-add
    .real-slider-item
    .real-font {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1600px) {
  .wrapper-ind-real-est
    .sec-our-slider-bg
    .new-border-add
    .real-slider-item
    .real-font {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-our-slider-bg
    .new-border-add
    .real-slider-item
    .real-font {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .sec-our-slider-bg
    .new-border-add
    .real-slider-item
    .real-font {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

.wrapper-ind-real-est
  .sec-our-slider-bg
  .new-border-add
  .real-slider-item
  .real-font-text {
  font-weight: 300;
  font-family: "Outfit";
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 1800px) {
  .wrapper-ind-real-est
    .sec-our-slider-bg
    .new-border-add
    .real-slider-item
    .real-font-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-our-slider-bg
    .new-border-add
    .real-slider-item
    .real-font-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .sec-our-slider-bg
    .new-border-add
    .real-slider-item
    .real-font-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.wrapper-ind-real-est
  .sec-our-slider-bg
  .new-border-add
  .real-slider-item
  .real-font-text
  span {
  font-weight: 500;
}

/* Positioning the arrows */
.wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
  width: 46px;
  height: 46px;
  background-color: rgba(255, 255, 255, 100);
  border-radius: 50%;
  position: absolute;
  top: 45px;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  box-shadow: 0px 0px 0px 1px #ffffff;
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-next {
  width: 46px;
  height: 46px;
  background-color: rgba(249, 191, 162, 100);
  box-shadow: 0px 0px 0px 1px #333333;
  border-radius: 50%;
  position: absolute;
  top: 45px;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
  left: -50px;
  font-size: 0;
}
@media screen and (min-width: 1701px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    left: -132px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    width: 40px;
    height: 40px;
    left: -118px;
  }
}
@media only screen and (max-width: 1399px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 44%;
    bottom: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 43%;
    bottom: -100px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 43%;
    bottom: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 42%;
    bottom: -100px;
  }
}
@media only screen and (max-width: 850px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 41%;
    bottom: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 39%;
    bottom: -100px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 39%;
    bottom: -100px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 39%;
    bottom: -90px;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 37%;
    bottom: -90px;
  }
}
@media only screen and (max-width: 424px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 32%;
    bottom: -90px;
  }
}
@media only screen and (max-width: 375px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev {
    top: auto;
    position: absolute;
    left: 30%;
    bottom: -90px;
    width: 44px;
    height: 44px;
  }
}

.wrapper-ind-real-est .sec-our-slider-bg .slick-next {
  right: 0;
  font-size: 0;
}
@media screen and (min-width: 1851px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    right: 102%;
  }
}
@media screen and (min-width: 1701px) and (max-width: 1850px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    right: 101%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    width: 40px;
    height: 40px;
    right: 101%;
  }
}
@media only screen and (max-width: 1399px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    top: auto;
    position: absolute;
    left: 53%;
    bottom: -100px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    top: auto;
    position: absolute;
    left: 53%;
    bottom: -100px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    top: auto;
    position: absolute;
    left: 53%;
    bottom: -90px;
  }
}
@media only screen and (max-width: 375px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-next {
    top: auto;
    position: absolute;
    left: 53%;
    bottom: -90px;
    width: 44px;
    height: 44px;
  }
}

.wrapper-ind-real-est .sec-our-slider-bg .slick-prev:before,
.wrapper-ind-real-est .sec-our-slider-bg .slick-next:before {
  font-family: "FontAwesome";
  color: white;
  font-size: 0px;
  line-height: 40px;
  text-align: center;
  display: block;
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-prev:before {
  /* content: "\f104"; */
  content: "";
  background: url("../industry/img/svg/arrow-right.svg") no-repeat;
  width: 36px;
  height: 18px;
  transform: rotate(180deg);
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-prev:before {
    width: 33px;
  }
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-next:before {
  /* content: "\f105"; */
  content: "";
  background: url("../industry/img/svg/arrow-right.svg") no-repeat;
  width: 36px;
  height: 18px;
  background-position: 10px 0px;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .wrapper-ind-real-est .sec-our-slider-bg .slick-next:before {
    width: 34px;
    background-position: 8px 0px;
  }
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-prev:hover {
  background-color: rgba(249, 191, 162, 100);
  box-shadow: 0px 0px 0px 1px #333333;
}
.wrapper-ind-real-est .sec-our-slider-bg .slick-next:hover {
  background-color: rgba(255, 255, 255, 100);
  box-shadow: 0px 0px 0px 1px #333333;
}

/* -----end css sec-our-slider-bg ----------------- */

.wrapper-ind-real-est .sec-migrating-legacy-bg {
  width: 100%;
  background-color: #eef0f3;
  border-bottom: solid 1px #d1d5da;
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-title {
  max-width: 850px;
  font-family: "Outfit";
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-title {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
  }
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 0px;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-grid {
    display: flex;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .top-bor {
  width: 100%;
  border-top: solid 1px #d1d5da;
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box {
  width: 100%;
  border-bottom: solid 1px #d1d5da;
  border-right: solid 1px #d1d5da;
  padding: 35px 0 35px 40px;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-migrating-legacy-bg .migrating-left-box {
    width: auto;
    padding: 30px 0 20px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-migrating-legacy-bg
    .migrating-left-box.mobile-bor {
    display: none;
  }
}

.wrapper-ind-real-est
  .sec-migrating-legacy-bg
  .migrating-left-box
  .migrating-left-title {
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-migrating-legacy-bg
    .migrating-left-box
    .migrating-left-title {
    padding-bottom: 10px;
  }
}
.wrapper-ind-real-est
  .sec-migrating-legacy-bg
  .migrating-left-box
  .construction {
  width: 100%;
}
.wrapper-ind-real-est
  .sec-migrating-legacy-bg
  .migrating-left-box
  .construction
  ul {
  margin: 0;
  padding: 0;
}
.wrapper-ind-real-est
  .sec-migrating-legacy-bg
  .migrating-left-box
  .construction
  ul
  li {
  font-family: "Outfit";
  text-decoration: none;
  list-style: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #121212;
  background: url("../industry/img/svg/shape.svg") no-repeat;
  padding: 4px 15px 4px 16px;
  background-position: left 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .wrapper-ind-real-est
    .sec-migrating-legacy-bg
    .migrating-left-box
    .construction
    ul
    li {
    font-size: 18px;
    line-height: 24px;
  }
}

.wrapper-ind-real-est
  .sec-migrating-legacy-bg
  .migrating-left-box
  .construction
  ul
  li
  span {
  font-weight: 500;
  padding-right: 5px;
}

.wrapper-ind-real-est .sec-migrating-legacy-bg .bor-line-bottom {
  border-bottom: 0;
}
.wrapper-ind-real-est .sec-migrating-legacy-bg .bor-line-right {
  border-right: 0;
}

.wrapper-ind-real-est .sec-future-bg {
  width: 100%;
  background: #eef0f3;
}

.wrapper-ind-real-est .sec-future-bg .future-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 730px 1fr;
  grid-column-gap: 50px;
}
@media only screen and (max-width: 1200px) and (max-width: 1500px) {
  .wrapper-ind-real-est .sec-future-bg .future-grid {
    grid-template-columns: 580px 1fr;
    grid-column-gap: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-future-bg .future-grid {
    grid-template-columns: 1fr;
    grid-column-gap: 5px;
  }
}

.wrapper-ind-real-est .sec-future-bg .future-content-left {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-future-bg .future-content-left {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-future-bg .future-content-left {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wrapper-ind-real-est .sec-future-bg .at-space {
  margin: 20px 0 40px 0;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-future-bg .at-space {
    margin: 15px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-future-bg .at-space {
    margin: 10px 0 25px 0;
  }
}
.wrapper-ind-real-est .sec-future-bg .future-content-left .future-btn-box {
  width: 100%;
}
.wrapper-ind-real-est
  .sec-future-bg
  .future-content-left
  .future-btn-box
  .primary {
  font-family: "Outfit";
  background: #f9bfa2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #121212;
  border-radius: 36px;
  padding: 12px 24px;
  margin-right: 12px;
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .sec-future-bg
    .future-content-left
    .future-btn-box
    .primary {
    margin-bottom: 15px;
  }
}
.wrapper-ind-real-est
  .sec-future-bg
  .future-content-left
  .future-btn-box
  .primary:hover {
  background: #121212;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wrapper-ind-real-est
  .sec-future-bg
  .future-content-left
  .future-btn-box
  .secondary {
  font-family: "Outfit";
  background: #121212;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  border-radius: 36px;
  padding: 12px 24px;
}
.wrapper-ind-real-est
  .sec-future-bg
  .future-content-left
  .future-btn-box
  .secondary:hover {
  background: #f9bfa2;
  color: #121212;
  transition: all 0.3s ease;
}
.wrapper-ind-real-est .sec-future-bg .technology-right {
  width: 100%;
}

.wrapper-ind-real-est
  .sec-future-bg
  .technology-right
  .accordion-item
  .accordion-button::after {
  background: url(../industry/img/svg/arrow-up.svg);
  width: 24px;
  height: 24px;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-item {
  background: transparent;
  box-shadow: none;
  border-bottom: solid 1px #d1d5da;
  margin-bottom: 0;
  border: 0;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-header {
  width: 100%;
  box-shadow: none;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button {
  font-family: "Outfit";
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #121212;
  align-items: start;
  background: transparent;
  box-shadow: none;
  border-top: solid 1px #d1d5da;
  padding: 24px 20px;
}
@media only screen and (max-width: 1500px) {
  .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button {
    font-size: 22px;
    line-height: 26px;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est .sec-future-bg .technology-right .accordion-button {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 15px;
  }
}
.wrapper-ind-real-est .sec-future-bg .technology-right .topbor {
  border: 0;
}

.wrapper-ind-real-est
  .sec-future-bg
  .technology-right
  .accordion-button
  .icon-tick-text {
  padding-left: 6px;
  padding-right: 2px;
}
.wrapper-ind-real-est
  .sec-future-bg
  .technology-right
  .accordion-button
  .icon-tick-circle {
  width: 28px;
  height: 28px;
  background: url("../industry/img/svg/tick-circle.svg") no-repeat;
  padding-left: 20px;
  background-position: left 4px;
}
@media only screen and (max-width: 1500px) {
  .wrapper-ind-real-est
    .sec-future-bg
    .technology-right
    .accordion-button
    .icon-tick-circle {
    background-position: left 2px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-future-bg
    .technology-right
    .accordion-button
    .icon-tick-circle {
    background-position: left 1px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-future-bg
    .technology-right
    .accordion-button
    .icon-tick-circle {
    background-position: left 1px;
  }
}
.wrapper-ind-real-est
  .sec-future-bg
  .technology-right
  .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.wrapper-ind-real-est .sec-future-bg .technology-right .accordion-body {
  padding: 1px 18px 20px 25px;
}

/* ------------end--industry---real-estate-css---- */
/* =======start==cta================= */

.wrapper-ind-real-est .sec-let-business-bg {
  width: 100%;
  background-color: #eef0f3;
}
.wrapper-ind-real-est .sec-let-business-bg .let-us-business {
  width: 100%;
  background: #f9bfa2 url("../industry/img/webp/get-in-touch-bg.webp") no-repeat;
  border-radius: 32px;
  background-position: left bottom;
  background-size: 78%;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-let-business-bg .let-us-business {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est .sec-let-business-bg .let-us-business {
    border-radius: 16px;
  }
}
.wrapper-ind-real-est .sec-let-business-bg .let-us-business .business-left-box {
  width: 970px;
  position: absolute;
  margin-left: 80px;
  transform: translateY(50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box {
    width: 760px;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box {
    width: 600px;
    transform: translateY(45%);
    margin-left: 25px;
  }
}
@media only screen and (min-width: 902px) and (max-width: 1024px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box {
    width: 550px;
    transform: translateY(43%);
    margin-left: 25px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box {
    width: 550px;
    transform: translateY(43%);
    margin-left: 25px;
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box {
    width: 500px;
    transform: translateY(32%);
    margin-left: 20px;
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box {
    width: 500px;
    transform: translateY(32%);
    margin-left: 20px;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box {
    width: 100%;
    transform: translateY(0);
    margin-left: 0px;
    position: static;
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box {
    width: 100%;
    transform: translateY(0);
    margin-left: 0px;
    position: static;
    padding: 26px 15px;
  }
}

.wrapper-ind-real-est
  .sec-let-business-bg
  .let-us-business
  .business-left-box
  .business-left-box-inner-title {
  font-family: "Outfit";
  font-size: 42px;
  color: #121212;
  margin-top: 14px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box
    .business-left-box-inner-title {
    font-size: 36px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box
    .business-left-box-inner-title {
    font-size: 26px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box
    .business-left-box-inner-title {
    font-size: 24px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box
    .business-left-box-inner-title {
    font-size: 24px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box
    .business-left-box-inner-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .business-left-box
    .business-left-box-inner-title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}

.wrapper-ind-real-est
  .sec-let-business-bg
  .let-us-business
  .let-us-know-img-right {
  width: 100%;
  text-align: end;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .let-us-know-img-right {
    display: none;
  }
}
.wrapper-ind-real-est
  .sec-let-business-bg
  .let-us-business
  .let-us-know-img-right
  img {
  text-align: end;
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .let-us-know-img-right
    img {
    text-align: end;
    border-radius: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-let-business-bg
    .let-us-business
    .let-us-know-img-right
    img {
    display: none;
  }
}

.wrapper-ind-real-est .real {
  width: 100%;
}
.wrapper-ind-real-est .real .industry-business {
  font-family: "Outfit";
  background-color: #121212;
  color: #ffffff;
  padding: 10px 10px 10px 20px;
  border-radius: 100px;
  display: inline-flex;
  gap: 10px;
  font-size: 16px;
  text-transform: uppercase;
  align-items: center;
  transition: background-color 0.3s ease;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .real .industry-business {
    margin: 0 auto;
    justify-content: center;
  }
}
.wrapper-ind-real-est .real .industry-business.industry-business-green {
  background-color: #f9bfa2;
}
.wrapper-ind-real-est .real .industry-business .industry-business-icon {
  display: inline-block;
  height: 42px;
  width: 42px;
  background-color: #f9bfa2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est .real .industry-business .industry-business-icon {
    height: 34px;
    width: 34px;
  }
}
.wrapper-ind-real-est
  .real
  .industry-business
  .industry-business-icon
  .icon.icon-arrow {
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .real
    .industry-business
    .industry-business-icon
    .icon.icon-arrow {
    transform: rotate(45deg);
  }
}
.wrapper-ind-real-est
  .real
  .industry-business
  .industry-business-icon
  .icon::before {
  background-color: #121212;
}
.wrapper-ind-real-est .real .industry-business:focus,
.wrapper-ind-real-est .real .industry-business:hover {
  background-color: #ffffff;
  color: #121212;
}
.wrapper-ind-real-est .real .industry-business:focus .industry-business-icon,
.wrapper-ind-real-est
  .industry-real
  .industry-business:hover
  .industry-business-icon {
  background-color: #ffffff;
}
.wrapper-ind-real-est
  .real
  .industry-business:focus
  .industry-business-icon
  .icon.icon-arrow,
.wrapper-ind-real-est
  .real
  .industry-business:hover
  .industry-business-icon
  .icon.icon-arrow {
  transform: rotate(45deg);
}
.wrapper-ind-real-est .real .industry-business.industry-business-green:hover,
.wrapper-ind-real-est .real .industry-business.industry-business-green:focus {
  background-color: #ffffff;
}
.wrapper-ind-real-est .real .industry-business.industry-business-shadow:focus,
.wrapper-ind-real-est .real .industry-business.industry-business-shadow:hover {
  box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.4);
}
.wrapper-ind-real-est .real .industry-business.industry-business-no-icon {
  padding: 14px 30px;
}
@media screen and (max-width: 767px) {
  .wrapper-ind-real-est .real .industry-business.industry-business-no-icon {
    padding: 8px 16px;
  }
}

/* wrapper-ind-real-est END: business */

/* START : tech-excellence */
.wrapper-ind-real-est .tech-excellence {
  background-color: #8bdfff;
  position: relative;
  padding: 60px;
  border-radius: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 1439px) {
  .wrapper-ind-real-est .tech-excellence {
    padding: 42px;
    border-radius: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .tech-excellence {
    padding: 32px;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .tech-excellence {
    padding: 24px;
    border-radius: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .tech-excellence {
    padding: 16px;
    border-radius: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est .tech-excellence {
    padding: 20px 10px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 330px) {
  .wrapper-ind-real-est .tech-excellence {
    padding: 20px 10px;
    border-radius: 10px;
  }
}

.wrapper-ind-real-est .tech-excellence .tech-excellence-image {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .tech-excellence .tech-excellence-image {
    display: none;
  }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-container {
  max-width: 1624px;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 100px;
  align-items: flex-start;
}

@media only screen and (max-width: 1599px) {
  .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main {
    gap: 60px;
  }
}

@media only screen and (max-width: 1439px) {
  .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main {
    gap: 32px;
  }
}

@media only screen and (max-width: 1365px) {
  .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main {
    grid-template-columns: 1fr;
  }
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence
  .tech-excellence-inner {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 32px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1439px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence
    .tech-excellence-inner {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence
    .tech-excellence-inner {
    grid-template-columns: 1fr;
    grid-gap: 24px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence
    .tech-excellence-inner {
    grid-gap: 16px;
    margin-bottom: 16px;
  }
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-button {
  box-shadow: none;
  padding: 24px 32px;
  font-weight: 500;
  font-size: 22px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-tech-excellence .accordion-button {
    padding: 20px 24px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-tech-excellence .accordion-button {
    padding: 16px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-tech-excellence .accordion-button {
    font-size: 18px;
    padding: 12px 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-tech-excellence .accordion-body {
    padding: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-tech-excellence .accordion-body {
    padding: 10px;
  }
}

@media only screen and (max-width: 330px) {
  .wrapper-ind-real-est .sec-tech-excellence .accordion-body {
    padding: 6px;
  }
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-item {
  border: 1px solid #121212;
  background-color: #ffffff1a;
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-tech-excellence .accordion-item {
    border-radius: 10px;
  }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-accordion {
  display: grid;
  grid-gap: 20px;
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-button:not(.collapsed) {
  background-color: #121212;
  color: #fff;
  box-shadow: none;
}

.wrapper-ind-real-est .sec-tech-excellence .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m4 9 8 8 8-8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m4 9 8 8 8-8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .nav-item
  .nav-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px 20px;
  align-items: center;
  color: #121212;
  border-radius: 16px;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  position: relative;
  outline: none;
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .nav-item
  .nav-link:focus {
  outline: none;
}

@media only screen and (max-width: 1599px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .nav-item
    .nav-link {
    padding: 20px;
  }
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .nav-item
  .nav-link:not(.active):after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #dff6ff;
  bottom: 0;
  left: 0;
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .nav-item
  .nav-link.active {
  background-color: #121212;
  color: #fff;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .nav-item
  .nav-icon {
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #63c3e8;
  border-radius: 100%;
  transform: rotate(45deg);
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .nav-link.active
  .nav-icon {
  background-color: #fff;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .nav {
  align-items: flex-start;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid {
    gap: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-main .tech-grid {
    gap: 10px;
  }
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .tech-grid
  .tech-grid-item {
  background-color: #fff;
  border-radius: 32px;
  padding: 32px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  min-height: 500px;
  position: relative;
}

@media only screen and (max-width: 1439px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item {
    padding: 24px;
    border-radius: 18px;
  }
}

@media only screen and (max-width: 1365px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item {
    min-height: 1px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item {
    min-height: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item {
    padding: 16px;
  }
}

@media only screen and (max-width: 330px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item {
    padding: 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1365px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item
    .tech-grid-item-text {
    margin-bottom: 32px;
  }
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .tech-grid
  .tech-grid-item-action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 1439px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item-action {
    gap: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item-action {
    gap: 10px;
    margin-top: 23px;
  }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-inner-text {
  position: relative;
  padding-left: 34px;
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-tech-excellence .tech-excellence-inner-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-inner-text::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 5px;
  height: 10px;
  width: 10px;
  background-color: #121212;
  border-radius: 100%;
}

.wrapper-ind-real-est .sec-tech-excellence .tech-excellence-inner-text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #121212;
  border-radius: 100%;
}

@media only screen and (min-width: 1366px) {
  .wrapper-ind-real-est .sec-tech-excellence {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
  }
}

.wrapper-ind-real-est .sec-tech-excellence-wrapper {
  padding-top: 130px;
  display: grid;
  gap: 46px;
}

@media screen and (max-width: 1599px) {
  .wrapper-ind-real-est .sec-tech-excellence-wrapper {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-tech-excellence-wrapper {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-tech-excellence-wrapper {
    gap: 32px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-tech-excellence-wrapper {
    gap: 24px;
    padding-top: 45px;
  }
}

@media screen and (max-width: 575px) {
  .wrapper-ind-real-est .sec-tech-excellence-wrapper {
    padding-top: 35px;
  }
}

.wrapper-ind-real-est .sec-tech-excellence-wrapper .tech-grid-icon {
  position: relative;
  height: 38px;
  width: 38px;
  background-color: #222222;
  border-radius: 100%;
}

@media only screen and (min-width: 991px) {
  .wrapper-ind-real-est .sec-tech-excellence-wrapper .tech-grid-icon {
    height: 30px;
    width: 30px;
  }
}

.wrapper-ind-real-est .sec-tech-excellence-wrapper .tech-grid-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M21.59 10.124H11.23A5.612 5.612 0 0 0 .333 12.01c.092 6.058 8.213 7.76 10.743 2.278l1.121.738a.415.415 0 0 0 .521-.05l1.64-1.596 1.555 1.588a.428.428 0 0 0 .473.088.404.404 0 0 0 .135-.1l1.412-1.572 1.725 1.6a.426.426 0 0 0 .492.055l3.153-1.796a.364.364 0 0 0 .12-.104 2.074 2.074 0 0 0-1.832-3.016ZM4.17 13.573a1.563 1.563 0 0 1 0-3.124 1.563 1.563 0 0 1 0 3.124Z' fill='%23fff'/%3E%3Cpath d='M4.17 11.282a.73.73 0 1 0 0 1.458.73.73 0 0 0 0-1.458Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (min-width: 991px) {
  .wrapper-ind-real-est .sec-tech-excellence-wrapper .tech-grid-icon::before {
    height: 20px;
    width: 20px;
  }
}

.wrapper-ind-real-est .tech-excellence.bg-cream {
  background-color: #f9bfa2;
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence.bg-cream
  .tech-excellence-main
  .nav-item
  .nav-icon {
  background-color: #fed5c0;
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence.bg-cream
  .tech-excellence-main
  .nav-item
  .active
  .nav-icon {
  background-color: var(--clr-white);
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .tech-grid
  .tech-grid-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 26px;
  background-image: url("../industry/img/webp/overlau-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  color: var(--clr-white);
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0;
  transform-origin: bottom;
  transform: scale(0);
  transition: all 0.3s ease;
  overflow: auto;
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .tech-grid
  .tech-grid-item-overlay::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

@media only screen and (max-width: 1439px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item-overlay {
    padding: 24px;
    border-radius: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item-overlay {
    border-radius: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item-overlay {
    min-height: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item-overlay {
    padding: 16px;
    border-radius: 10px;
    font-size: 16px;
    gap: 10px;
  }
}

.wrapper-ind-real-est
  .sec-tech-excellence
  .tech-excellence-main
  .tech-grid
  .tech-grid-item:hover
  .tech-grid-item-overlay {
  opacity: 1;
  transform: scale(1);
}
/* END : tech-excellence */

.wrapper-ind-real-est .sec-jd-bg {
  width: 100%;
  background-color: #eef0f3;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1399px) {
  .wrapper-ind-real-est .sec-jd-bg {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .sec-jd-bg {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .sec-jd-bg {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .sec-jd-bg {
    padding-top: 115px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est .sec-jd-bg {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

.wrapper-ind-real-est .sec-jd-bg .real-oue-ser-title {
  width: 100%;
  text-align: center;
}

/* START  : real-est-services */
.wrapper-ind-real-est .real-est-services {
  background-color: #eef0f3;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item {
  display: grid;
  grid-template-columns: 450px 1fr;
  padding: 34px 32px;
  border-bottom: 1px solid #d1d5da;
  gap: 20px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item {
    padding: 32px;
    grid-template-columns: 400px 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item {
    padding: 24px;
    grid-template-columns: 240px 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-ind-real-est
    .real-est-services
    .real-est-services-item
    .real-est-services-title {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .real-est-services
    .real-est-services-item
    .real-est-services-title {
    line-height: 1.2;
  }
}

.wrapper-ind-real-est .real-est-services .real-est-services-item::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50px;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cpath d='m1.75 24.25 22.5-22.5m0 0H1.75m22.5 0v22.5' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1365px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item::before {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item::before {
    right: 26px;
    top: 45px;
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item::before {
    right: 16px;
    top: 24px;
    height: 14px;
    width: 14px;
  }
}

.wrapper-ind-real-est .real-est-services .real-est-services-item:hover::before {
  transform: rotate(45deg);
}
.wrapper-ind-real-est .real-est-services .real-est-services-item:first-child {
  border-top: 1px solid #d1d5da;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item p {
  padding-right: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item p {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est .real-est-services .real-est-services-item p {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    padding: 0;
  }
}

.wrapper-ind-real-est .real-est-services .real-est-services-item:hover p {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  height: auto;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item picture {
  display: block;
  margin-top: 0;
  border-radius: 10px;
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item picture img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wrapper-ind-real-est .real-est-services .real-est-services-item:hover picture {
  margin-top: 30px;
  height: 200px;
  border-radius: 32px;
}

@media only screen and (max-width: 1439px) {
  .wrapper-ind-real-est
    .real-est-services
    .real-est-services-item:hover
    picture {
    border-radius: 28px;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .wrapper-ind-real-est
    .real-est-services
    .real-est-services-item:hover
    picture {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item
    .tech-grid-item-title {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item
    .tech-grid-item-title {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 3px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item
    .tech-grid-item-title {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item
    .tech-grid-item-action
    .font-20,
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence-main
    .tech-grid
    .tech-grid-item
    .tech-grid-item-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
/* END : real-est-services */

/* .healthcare-slide-wrapper .outfit .bg-industry-cream .change-real-bg {
    background-color: #eef0f3 !important;
} */
.healthcare-slide-wrapper .healthcare-slide-inner,
.story-real-bg {
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .healthcare-slide-wrapper .healthcare-slide-inner,
  .story-real-bg {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .healthcare-slide-wrapper .healthcare-slide-inner,
  .story-real-bg {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .healthcare-slide-wrapper .healthcare-slide-inner,
  .story-real-bg {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .healthcare-slide-wrapper .healthcare-slide-inner,
  .story-real-bg {
    padding-bottom: 20px;
  }
}

.healthcare-slide-wrapper .sec-industry-insight,
.change-real-bg {
  background-color: #eef0f3;
}
.industry .sec-industry-faq,
.faq-gbg {
  background-color: #eef0f3;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1600px) {
  .industry .sec-industry-faq,
  .faq-gbg {
    background-color: #eef0f3;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1499px) {
  .industry .sec-industry-faq,
  .faq-gbg {
    background-color: #eef0f3;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .industry .sec-industry-faq,
  .faq-gbg {
    background-color: #eef0f3;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .industry .sec-industry-faq,
  .faq-gbg {
    background-color: #eef0f3;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .industry .sec-industry-faq,
  .faq-gbg {
    background-color: #eef0f3;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .industry .sec-industry-faq,
  .faq-gbg {
    background-color: #eef0f3;
    padding-bottom: 35px;
  }
}

.healthcare-page-wrapper .sec-industry-faq {
  background-color: transparent !important;
  padding-bottom: 0 !important;
}
.healthcare-page-wrapper .newworkslider-area {
  padding-bottom: 10px;
}
.real-estate-wrap .newworkslider-area {
  padding-bottom: 10px;
}

.sec-industry-faq .accordion-button {
  background-color: #f1eeed;
}
.healthcare-page-wrapper .sec-industry-faq .accordion-button {
  background-color: #f6f4e6;
}

@media only screen and (max-width: 991px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence
    .tech-excellence-inner
    .tech-excellence-inner-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence
    .tech-excellence-inner
    .tech-excellence-inner-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .wrapper-ind-real-est
    .sec-tech-excellence
    .tech-excellence
    .tech-excellence-inner
    .tech-excellence-inner-title {
    font-size: 24px;
  }
}

.real-estate-wrap .view-btns .btn-slide-border {
  background-color: #f9bfa2;
  border: none;
}
.real-estate-wrap .view-btns .btn-slide-border span {
  color: #121212;
}
.real-estate-wrap .view-btns .btn-slide-border:hover span {
  color: #ffffff;
}
.real-estate-wrap .industry-button.industry-button-green {
  background-color: #f9bfa2;
}
.real-estate-wrap .industry-button.industry-button-green {
  color: #121212;
}
.real-estate-wrap .industry-button.industry-button-green:hover {
  color: #fff;
}
.wrapper-ind-real-est .sec-industry-faq .industry-faq-title span {
  color: #ef9263;
}
.wrapper-ind-real-est .sec-industry-faq .accordion-button {
  background-color: #e4eaf3;
}
.wrapper-ind-real-est .industry-faq .accordion-button::after {
  height: 36px;
  width: 36px;
  background-image: url("./img/svg/north-east-plus.svg");
}

@media screen and (min-width: 1200px) {
  .wrapper-ind-real-est .sec-industry-video .our-vision__video {
    padding: 0;
    height: calc(100vh - 140px);
  }
}

.real-estate-wrap .healthcare-slide-wrapper {
  background-color: #eef0f3;
}
.real-estate-wrap .healthcare-slide-inner {
  background-color: transparent;
}

.real-estate-wrap .healthcare-top-line-wrap .healthcare-slide-top-line {
  border-bottom: 1px solid #d1d5da;
}
.real-estate-wrap .sec-industry-insight {
  background-color: #f4f6f9;
}

/* END : industry-excellence */

/*--- var css start ---*/
.industry .ptb-120 {
  padding: 120px 0;
}

@media screen and (max-width: 1599px) {
  .industry .ptb-120 {
    padding: 120px 0;
  }
}

@media screen and (max-width: 1199px) {
  .industry .ptb-120 {
    padding: 90px 0;
  }
}

@media screen and (max-width: 991px) {
  .industry .ptb-120 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .industry .ptb-120 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .industry .ptb-120 {
    padding: 50px 0;
  }
}

.industry .pt-120 {
  padding-top: 120px;
}

@media screen and (max-width: 1599px) {
  .industry .pt-120 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 1199px) {
  .industry .pt-120 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 991px) {
  .industry .pt-120 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .industry .pt-120 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 575px) {
  .industry .pt-120 {
    padding-top: 50px;
  }
}

/*industry lists nav css starts here*/

@media only screen and (max-width: 991px) {
  .industry-lists-nav {
    gap: 15px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
.industry-lists-nav ul {
  display: flex;
  gap: 12px;
}

.industry-lists-nav .email-icon {
  flex: 0 0 auto;
  margin: 0 10px;
}
@media only screen and (min-width: 992px) {
  .industry-lists-nav .email-icon {
    display: none;
  }
}


.industry-lists-nav .email-icon .btn-icon {
  background-color: #333;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addindstickheader {
  position: sticky;
  top: 72px;
  width: 100%;
  z-index: 999;
  max-width: calc(100vw - 12px);
}

@media only screen and (max-width: 575px) {
  .addindstickheader {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .addindstickheader {
    top: 66px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .addindstickheader .container {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .addindstickheader .container-fluid {
    padding: 0;
  }
}

.real-estate-wrap-outer .industry-lists-nav .email-icon {
  padding: 5px;
}

/* -----start-css-new--section-whitepaper------ */

.sec-whitepa-healthcare {
  width: 100%;
  font-family: "Outfit", sans-serif;
  border-top: solid 1px #e5e5da;
  border-bottom: solid 1px #e5e5da;
}

.sec-whitepa-healthcare .whitepa-health-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .sec-whitepa-healthcare .whitepa-health-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sec-whitepa-healthcare .whitepa-health-grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .sec-whitepa-healthcare .whitepa-health-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .sec-whitepa-healthcare .whitepa-health-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.sec-whitepa-healthcare .whitepap-img-box-left {
  width: 100%;
  border-right: solid 1px #e5e5da;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .sec-whitepa-healthcare .whitepap-img-box-left {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1499px) {
  .sec-whitepa-healthcare .whitepap-img-box-left {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .sec-whitepa-healthcare .whitepap-img-box-left {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-whitepa-healthcare .whitepap-img-box-left {
    padding-top: 40px;
    padding-bottom: 20px;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec-whitepa-healthcare .whitepap-img-box-left {
    padding-top: 40px;
    padding-bottom: 10px;
    border-right: none;
  }
}
@media only screen and (max-width: 575px) {
  .sec-whitepa-healthcare .whitepap-img-box-left {
    padding-top: 40px;
    padding-bottom: 0px;
    border-right: none;
  }
}
.sec-whitepa-healthcare .whitepap-img-box-left img {
  max-width: 590px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .sec-whitepa-healthcare .whitepap-img-box-left img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .sec-whitepa-healthcare .whitepap-img-box-left img {
    max-width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .sec-whitepa-healthcare .whitepap-img-box-left img {
    max-width: 430px;
  }
}
@media only screen and (max-width: 991px) {
  .sec-whitepa-healthcare .whitepap-img-box-left img {
    max-width: 100%;
  }
}
.sec-whitepa-healthcare .whitepap-title-box-right {
  max-width: 645px;
}
@media only screen and (max-width: 1500px) {
  .sec-whitepa-healthcare .whitepap-title-box-right {
    max-width: 645px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-whitepa-healthcare .whitepap-title-box-right {
    padding: 40px 0;
  }
}
.sec-whitepa-healthcare .whitepap-title-box-right .compr {
  margin-top: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) {
  .sec-whitepa-healthcare .whitepap-title-box-right .compr {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-whitepa-healthcare .whitepap-title-box-right .compr {
    margin: 10px 0;
  }
}
.sec-whitepa-healthcare .whitepap-title-box-right .comprehensive-light {
  font-weight: 300;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .sec-whitepa-healthcare .whitepap-title-box-right .comprehensive-light {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.sec-whitepa-healthcare .whitepap-title-box-right .whitepap-get-detail-btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-whitepa-healthcare .whitepap-title-box-right .whitepap-get-detail-btn {
    margin-bottom: 40px;
  }
}

/* -----end-css-new--section-whitepaper------ */

/*industry lists nav css ends here*/
