.home-secD {
  background: var(--gray);
  padding: 6.5rem;
}
.home-secD .heading {
  max-width: 594px;
  margin: 0 auto 5.4rem;
}
.home-secD .sector-slider .item {
  text-align: center;
}
.home-secD .sector-slider .item figure {
  line-height: 0;
  margin-bottom: 16px;
}
.home-secD .sector-slider .item figure img {
  width: 100%;
  height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secD .sector-slider .item figcaption {
  line-height: 20px;
  font-weight: 600;
}
.home-secD .sector-nav {
  position: relative;
  max-width: 321px;
  margin: 4rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  --swiper-pagination-color: var(--black);
  caret-color: transparent;
}
.home-secD .sector-nav .sector-prev, .home-secD .sector-nav .sector-next {
  flex: 0 1 auto;
}
.home-secD .sector-nav .sector-progress {
  position: relative;
  flex: 1;
  margin: 0 1rem 0.8rem;
}

.blog-detail-secC {
  padding: 4rem 0 6.8rem;
}
.blog-detail-secC .heading {
  position: relative;
  margin-bottom: 3.75rem;
}
.blog-detail-secC .heading .more-blog-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  gap: 0 42px;
}
.blog-detail-secC .heading .more-blog-nav .more-blog-prev svg, .blog-detail-secC .heading .more-blog-nav .more-blog-next svg {
  width: auto;
}

.real-estate-portfolio h6 {
  color: #000;
  margin-top: 15px;
}
.real-estate-portfolio img {
  width: 100%;
}

.banner.all-service-banner {
  padding: 8rem 0;
}
@media only screen and (max-width: 991px) {
  .banner.all-service-banner {
    padding: 10rem 0 5rem;
  }
}

.all-service-strip {
  position: relative;
  max-width: var(--container);
  box-shadow: 0px 2px 16px 0px rgba(14, 30, 37, 0.3215686275), 0px 2px 4px 0px rgba(14, 30, 37, 0.1215686275);
  text-align: center;
  margin: 0 auto;
  --height: 62px;
  margin-top: calc(var(--height) / -2);
  background: var(--white);
  border-radius: 30px;
  padding: 0 6.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  overflow-x: auto;
}
.all-service-strip::-webkit-scrollbar {
  width: 3px;
  background: none;
  height: 3px;
}
.all-service-strip::-webkit-scrollbar-track {
  box-shadow: none;
}
.all-service-strip::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
@media only screen and (max-width: 1152px) {
  .all-service-strip {
    max-width: 900px;
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .all-service-strip {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .all-service-strip {
    margin: 0 15px;
    padding: 0 2rem;
  }
}
.all-service-strip li {
  display: inline-block;
  vertical-align: middle;
  height: var(--height);
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  padding-top: 20px;
  position: relative;
  cursor: pointer;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.all-service-strip li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary);
  transition: 0.5s ease;
  width: 0;
}
.all-service-strip li:not(:last-child) {
  margin-right: 4.25rem;
}
@media only screen and (max-width: 1152px) {
  .all-service-strip li:not(:last-child) {
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .all-service-strip li:not(:last-child) {
    margin-right: 2rem;
  }
}
.all-service-strip li.active {
  color: var(--primary);
}
.all-service-strip li.active::before {
  width: 100%;
}
.all-service-strip.client-category-wrap {
  width: 100%;
  max-width: 1000px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .all-service-strip.client-category-wrap {
    margin: 0;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 675px) {
  .all-service-strip.client-category-wrap {
    max-width: calc(100% - 30px);
  }
}
.all-service-strip.client-category-wrap .client-category-slider {
  max-width: calc(100% - 90px);
}
.all-service-strip.client-category-wrap .client-category-slider .swiper-slide {
  width: auto;
}
@media only screen and (max-width: 675px) {
  .all-service-strip.client-category-wrap .client-category-slider .swiper-slide.swiper-slide-active {
    color: var(--primary);
  }
}
@media only screen and (max-width: 675px) {
  .all-service-strip.client-category-wrap .client-category-slider .swiper-slide.swiper-slide-active::before {
    width: 100%;
  }
}
.all-service-strip.client-category-wrap .swiper-nav {
  max-width: 95%;
}
@media only screen and (max-width: 675px) {
  .all-service-strip.client-category-wrap .swiper-nav {
    max-width: 80%;
  }
}
@media only screen and (max-width: 675px) {
  .all-service-strip.client-category-wrap .swiper-nav svg {
    width: 15px;
  }
}

.all-ser-secA {
  padding: 6.5rem 0 9.7rem;
}
@media only screen and (max-width: 1152px) {
  .all-ser-secA {
    padding: 4.5rem 0 5.7rem;
  }
}
.all-ser-secA .content {
  max-width: 875px;
  margin: 0 auto;
  text-align: center;
}
.all-ser-secA .content p {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}

.all-ser-secB {
  background: var(--gray);
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .all-ser-secB {
    background: var(--white);
  }
}
.all-ser-secB .sub-service-wrap .sub-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 23px 38px;
  border-radius: 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .all-ser-secB .sub-service-wrap .sub-col {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .all-ser-secB .sub-service-wrap .sub-col {
    padding: 25px 20px;
    background: var(--gray);
  }
}
@media only screen and (max-width: 767px) {
  .all-ser-secB .sub-service-wrap .sub-col:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.all-ser-secB .sub-service-wrap .sub-col:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #D2D2D2;
}
@media only screen and (max-width: 767px) {
  .all-ser-secB .sub-service-wrap .sub-col:not(:last-child)::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .all-ser-secB .sub-service-wrap .sub-col:hover {
    background: var(--primary);
  }
  .all-ser-secB .sub-service-wrap .sub-col:hover::before {
    display: none;
  }
  .all-ser-secB .sub-service-wrap .sub-col:hover .ico img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
  }
  .all-ser-secB .sub-service-wrap .sub-col:hover .title {
    color: var(--white);
  }
  .all-ser-secB .sub-service-wrap .sub-col:hover .content p {
    color: var(--white);
  }
  .all-ser-secB .sub-service-wrap .sub-col:hover .arr-btn {
    background: var(--whitearrow);
  }
}
.all-ser-secB .sub-service-wrap .sub-col .ico {
  line-height: 0;
  flex: 0 1 auto;
}
@media only screen and (max-width: 1152px) {
  .all-ser-secB .sub-service-wrap .sub-col .ico {
    flex: 0 1 50px;
  }
}
@media only screen and (max-width: 365px) {
  .all-ser-secB .sub-service-wrap .sub-col .ico {
    flex: 0 1 40px;
  }
}
.all-ser-secB .sub-service-wrap .sub-col .title {
  flex: 0 1 22%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 4.5rem;
  color: var(--black);
  transition: 0.5s ease;
}
@media only screen and (max-width: 1300px) {
  .all-ser-secB .sub-service-wrap .sub-col .title {
    padding-left: 3rem;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1152px) {
  .all-ser-secB .sub-service-wrap .sub-col .title {
    padding-left: 2rem;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .all-ser-secB .sub-service-wrap .sub-col .title {
    flex: 1;
  }
}
@media only screen and (max-width: 675px) {
  .all-ser-secB .sub-service-wrap .sub-col .title {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 520px) {
  .all-ser-secB .sub-service-wrap .sub-col .title {
    font-size: 20px;
  }
}
.all-ser-secB .sub-service-wrap .sub-col .content {
  flex: 1;
  padding-left: 6.25rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 1300px) {
  .all-ser-secB .sub-service-wrap .sub-col .content {
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 1152px) {
  .all-ser-secB .sub-service-wrap .sub-col .content {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .all-ser-secB .sub-service-wrap .sub-col .content {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 1rem 0 1.6rem;
  }
}
.all-ser-secB .sub-service-wrap .sub-col .content p {
  color: var(--text);
  transition: 0.5s ease;
}
.all-ser-secB .sub-service-wrap .sub-col .arr-btn {
  flex: 0 1 auto;
  height: 35px;
  width: 35px;
  --whitearrow: url(../../icon/arrow-top-right-white.svg) no-repeat 0 0;
  --blackarrow: url(../../icon/arrow-top-right-black.svg) no-repeat 0 0;
  background: var(--blackarrow);
  background-size: 100% 100%;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .all-ser-secB .sub-service-wrap .sub-col .arr-btn {
    background: none;
    width: auto;
    height: auto;
    color: var(--primary);
  }
  .all-ser-secB .sub-service-wrap .sub-col .arr-btn::before {
    content: "Read More";
  }
}

.banner.service-listing-banner .content {
  max-width: 502px;
  margin: 0 auto;
  padding: 5rem 0 20rem;
}
@media only screen and (max-width: 675px) {
  .banner.service-listing-banner .content {
    padding: 4rem 0 20rem;
  }
}
.banner.service-listing-banner .content .get-tch {
  margin-top: 3rem;
}

.vector-service-wrap {
  text-align: center;
  margin-top: -18rem;
  margin-bottom: -6rem;
  position: relative;
  padding: 0 25px;
}
@media only screen and (max-width: 675px) {
  .vector-service-wrap {
    margin-bottom: -2rem;
    padding: 0 15px;
  }
}

.ser-listing-secA {
  padding-bottom: 9.8rem;
}
@media only screen and (max-width: 991px) {
  .ser-listing-secA {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 675px) {
  .ser-listing-secA {
    padding-bottom: 4rem;
  }
}
.ser-listing-secA .service-slider-wrap {
  margin-left: 3.3rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .ser-listing-secA .service-slider-wrap {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 675px) {
  .ser-listing-secA .service-slider-wrap {
    margin-left: 15px;
  }
}
.ser-listing-secA .service-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: calc(10% - 7px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 4;
}
@media only screen and (max-width: 991px) {
  .ser-listing-secA .service-nav {
    right: calc(10% - 43px);
  }
}
@media only screen and (max-width: 767px) {
  .ser-listing-secA .service-nav {
    display: none;
  }
}
.ser-listing-secA .service-nav .service-prev, .ser-listing-secA .service-nav .service-next {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-color: #ccc;
}

.service-col:is(a):not(.swiper-slide-active):hover .title {
  color: var(--primary);
}
.service-col:is(a):hover .arr-btn {
  transform: translate(10px, -10px);
}

.service-col {
  border: 1px solid #D2D2D2;
  background: var(--gray);
  padding: 23px 38px;
  border-radius: 15px;
  height: auto;
}
@media only screen and (max-width: 1152px) {
  .service-col {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 675px) {
  .service-col {
    padding: 25px 18px;
  }
}
.service-col.swiper-slide-active {
  background: var(--primary);
}
.service-col.swiper-slide-active .ico img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
}
.service-col.swiper-slide-active .title {
  color: var(--white);
}
.service-col.swiper-slide-active .content p {
  color: var(--white);
}
.service-col.swiper-slide-active .arr-btn {
  background: var(--whitearrow);
}
.service-col .ico {
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 1152px) {
  .service-col .ico {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .service-col .ico {
    height: 40px;
    width: 40px;
  }
}
.service-col .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-col .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.12;
  color: var(--black);
  margin: 7px 0 15px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1152px) {
  .service-col .title {
    padding-right: 4rem;
    font-size: 26px;
  }
}
@media only screen and (max-width: 675px) {
  .service-col .title {
    font-size: 20px;
  }
}
.service-col .content p {
  color: var(--text);
  transition: 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 675px) {
  .service-col .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.service-col .arr-btn {
  margin-top: 2.5rem;
  height: 35px;
  width: 35px;
  --whitearrow: url(../../icon/arrow-top-right-white.svg) no-repeat 0 0;
  --blackarrow: url(../../icon/arrow-top-right-black.svg) no-repeat 0 0;
  background: var(--blackarrow);
  background-size: 100% 100%;
  transition: 0.5s ease;
}

.banner.service-detail-banner .flex {
  justify-content: space-between;
  padding: 5rem 0 7rem;
}
.banner.service-detail-banner .flex .colA .content {
  max-width: 437px;
}
@media only screen and (max-width: 675px) {
  .banner.service-detail-banner .flex .colA .content {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.banner.service-detail-banner .flex .colA .content h1 {
  font-weight: 700;
}
.banner.service-detail-banner .flex .colA .content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 25px 0 31px;
}
@media only screen and (max-width: 675px) {
  .banner.service-detail-banner .flex .colA .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.service-detail-banner .flex .colB {
    display: none;
  }
}
.banner.service-detail-banner .flex .colB figure {
  max-width: 561px;
  aspect-ratio: 1.37;
  width: 100%;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.banner.service-detail-banner .flex .colB figure img, .banner.service-detail-banner .flex .colB figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ser-detail-secA {
  background: var(--primary);
  padding: 7rem 0 9rem;
}
@media only screen and (max-width: 767px) {
  .ser-detail-secA {
    padding: 4rem 0;
  }
}
.ser-detail-secA ul.split {
  -moz-column-count: 2;
       column-count: 2;
}
.ser-detail-secA .flex .colA {
  flex: 0 1 30%;
  position: sticky;
  top: 150px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .ser-detail-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    position: inherit;
    top: inherit;
  }
}
.ser-detail-secA .flex .colA .heading {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .ser-detail-secA .flex .colA .heading {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .ser-detail-secA .flex .colA .enquire-btn, .ser-detail-secA .flex .colA .btn {
    display: none;
  }
}
.ser-detail-secA .flex .colB {
  flex: 1;
  padding-left: 6rem;
}
@media only screen and (max-width: 1152px) {
  .ser-detail-secA .flex .colB {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .ser-detail-secA .flex .colB {
    padding-left: 0;
  }
}
.ser-detail-secA.ser-detail-secC {
  background: var(--gray);
}

.ser-detail-secB {
  --varpad: 50px;
  padding-top: var(--varpad);
}
@media only screen and (max-width: 767px) {
  .ser-detail-secB .flex {
    flex-direction: column-reverse;
  }
}
.ser-detail-secB .flex .colA, .ser-detail-secB .flex .colB {
  position: sticky;
  top: calc(var(--headerfixed) + 50px);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .ser-detail-secB .flex .colA, .ser-detail-secB .flex .colB {
    position: unset;
  }
}
.ser-detail-secB .flex .colA {
  flex: 0 1 30%;
  padding-bottom: var(--varpad);
}
@media only screen and (max-width: 767px) {
  .ser-detail-secB .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.ser-detail-secB .flex .colA .heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .ser-detail-secB .flex .colA .heading {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.ser-detail-secB .flex .colA .heading h3 {
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.ser-detail-secB .flex .colA .heading h3::before {
  content: "";
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
  height: 16px;
  width: 16px;
  background: var(--primary);
  border-radius: 50%;
}
.ser-detail-secB .flex .colA .heading p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text);
}
.ser-detail-secB .flex .colA .form {
  --gaptb: 14px;
}
.ser-detail-secB .flex .colB {
  flex: 1;
  padding-left: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .ser-detail-secB .flex .colB {
    padding-left: 0;
  }
}
.ser-detail-secB .flex .colB .website-content table thead {
  background-color: rgba(102, 102, 102, 0.1019607843);
  color: var(--black);
}
.ser-detail-secB .flex .colB .website-content table thead th {
  padding: 10px;
}
.ser-detail-secB .flex .colB .website-content table tbody tr td {
  padding: 5px 10px;
  color: var(--text);
}
.ser-detail-secB .flex .colB .project-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  --gap: 23px;
  grid-gap: 3.5rem calc(var(--gap) * 2);
  border-left: 1px solid var(--black);
  padding-left: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .ser-detail-secB .flex .colB .project-wrap {
    padding-left: 0;
    border-left: none;
    padding-left: 0;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .ser-detail-secB .flex .colB .project-wrap {
    grid-template-columns: 100%;
    grid-gap: 3rem;
  }
}
.ser-detail-secB .flex .colB .project-wrap .project-col figcaption {
  padding-bottom: 20px;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secB .flex .colB .project-wrap .project-col figcaption {
    padding-bottom: 0;
  }
}
.ser-detail-secB .flex .colB .project-wrap .project-col:first-child {
  grid-column: span 2;
  border-bottom: 1px solid var(--black);
}
@media only screen and (max-width: 675px) {
  .ser-detail-secB .flex .colB .project-wrap .project-col:first-child {
    grid-column: initial;
    border: none;
  }
}
.ser-detail-secB .flex .colB .project-wrap .project-col:first-child figcaption {
  padding-bottom: 42px;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secB .flex .colB .project-wrap .project-col:first-child figcaption {
    padding-bottom: 0;
  }
}
.ser-detail-secB .flex .colB .project-wrap .project-col:nth-child(even) {
  position: relative;
}
.ser-detail-secB .flex .colB .project-wrap .project-col:nth-child(even)::before {
  content: "";
  position: absolute;
  left: calc(100% + var(--gap));
  width: 1px;
  height: 100%;
  background: var(--black);
}
@media only screen and (max-width: 675px) {
  .ser-detail-secB .flex .colB .project-wrap .project-col:nth-child(even)::before {
    display: none;
  }
}
.ser-detail-secB .flex .colB .project-wrap .project-col:not(:first-child) figure img {
  aspect-ratio: 1.51;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secB .flex .colB .project-wrap .project-col:not(:first-child) figure img {
    aspect-ratio: initial;
  }
}

.log-deg-secB {
  padding: 45px 0;
}
.log-deg-secB .logo-des-wrap .heading h3 {
  margin-bottom: 10px;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav {
  margin: 25px 0 45px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar {
  width: 6px;
  background: none;
  height: 6px;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar-track {
  box-shadow: none;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  padding: 0 10px;
  padding-bottom: 12px;
  color: var(--text);
  transition: 0.5s ease;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li::before {
  top: auto;
  width: 0;
  transition: 0.5s ease;
  height: 2px;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li:not(:last-child) {
  margin-right: 1rem;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li.active {
  color: var(--black);
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav li.active::before {
  width: 100%;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 15px;
}
@media only screen and (max-width: 991px) {
  .log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 520px) {
  .log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap {
    grid-template-columns: 100%;
  }
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap .item {
  display: block;
  line-height: 0;
}
.log-deg-secB .logo-des-wrap .log-sr-tab-nav-content .log-sr-wrap .item img {
  width: 100%;
}

.ser-detail-secD {
  background: url(../../images/vector/vector1.png);
  padding: 5rem 0;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secD {
    padding: 4rem 0;
  }
}
.ser-detail-secD .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secD .heading {
    margin-bottom: 1.5rem;
  }
}
.ser-detail-secD .flex .colA {
  flex: 0 1 auto;
}
@media only screen and (max-width: 991px) {
  .ser-detail-secD .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .ser-detail-secD .flex .colA figure {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .ser-detail-secD .flex .colA figure {
    max-width: 150px;
  }
}
.ser-detail-secD .flex .colB {
  flex: 1;
  padding-left: 7rem;
}
@media only screen and (max-width: 1152px) {
  .ser-detail-secD .flex .colB {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .ser-detail-secD .flex .colB {
    padding-left: 0;
    margin-top: 3rem;
  }
}
.ser-detail-secD .flex .colB .faq-content .col {
  --padding: 42px;
  --plus: 22px;
  --border: 2px;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secD .flex .colB .faq-content .col {
    --padding: 25px;
    --plus: 16px;
  }
}
.ser-detail-secD .flex .colB .faq-content .col:not(:last-child) {
  margin-bottom: 3.25rem;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secD .flex .colB .faq-content .col:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.ser-detail-secD .flex .colB .faq-content .col.active .title .ico::after {
  transform: rotate(90deg);
}
.ser-detail-secD .flex .colB .faq-content .col .title {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.ser-detail-secD .flex .colB .faq-content .col .title .ico {
  flex: 0 1 auto;
  height: var(--plus);
  width: var(--plus);
  position: relative;
}
.ser-detail-secD .flex .colB .faq-content .col .title .ico::before, .ser-detail-secD .flex .colB .faq-content .col .title .ico::after {
  content: "";
  position: absolute;
  background: var(--black);
  transition: 0.5s ease;
}
.ser-detail-secD .flex .colB .faq-content .col .title .ico::before {
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  height: var(--border);
}
.ser-detail-secD .flex .colB .faq-content .col .title .ico::after {
  left: 50%;
  translate: -50% 0;
  top: 0;
  bottom: 0;
  width: var(--border);
}
.ser-detail-secD .flex .colB .faq-content .col .title p {
  flex: 1;
  padding-left: var(--padding);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secD .flex .colB .faq-content .col .title p {
    font-size: 18px;
  }
}
.ser-detail-secD .flex .colB .faq-content .col article .content {
  padding-left: calc(var(--plus) + var(--padding));
  padding-top: 15px;
}
@media only screen and (max-width: 675px) {
  .ser-detail-secD .flex .colB .faq-content .col article .content {
    padding-left: 0;
  }
}
.ser-detail-secD .flex .colB .faq-content .col article .content p {
  color: var(--text);
}
.ser-detail-secD .flex .colB .faq-content .col article .content a {
  color: var(--black);
  transition: 0.5s ease;
}
.ser-detail-secD .flex .colB .faq-content .col article .content a:hover {
  color: var(--primary);
}

.ser-detail-secE {
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .ser-detail-secE {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .ser-detail-secE {
    padding: 3.5rem 0;
  }
}
.ser-detail-secE .heading {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .ser-detail-secE .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 675px) {
  .ser-detail-secE .heading {
    margin-bottom: 2.5rem;
  }
}
.ser-detail-secE .heading .slider-nav {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
  .ser-detail-secE .heading .slider-nav {
    display: none;
  }
}
.ser-detail-secE .service-slider-wrap {
  margin-left: 20%;
}
@media only screen and (max-width: 1536px) {
  .ser-detail-secE .service-slider-wrap {
    margin-left: 12%;
  }
}
@media only screen and (max-width: 1366px) {
  .ser-detail-secE .service-slider-wrap {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 1152px) {
  .ser-detail-secE .service-slider-wrap {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 675px) {
  .ser-detail-secE .service-slider-wrap {
    margin-left: 15px;
  }
}
.ser-detail-secE .more-location-sec-wrap .more-location-sec-slider .more-location-col {
  display: block;
  border: 1px solid var(--black);
  border-radius: 5px;
  background: var(--white);
  height: auto !important;
  padding: 25px;
}
.ser-detail-secE .more-location-sec-wrap .more-location-sec-slider .more-location-col p {
  line-height: 22px;
  font-weight: 500;
  color: var(--black);
  transition: 0.5s ease;
}
.ser-detail-secE .more-location-sec-wrap .more-location-sec-slider .more-location-col:hover {
  background: var(--gray);
}

.client-secA {
  padding: 6rem 0;
}
@media only screen and (max-width: 675px) {
  .client-secA {
    padding: 4rem 0;
  }
}
.client-secA .client-tab-content {
  margin: 0 auto;
}
.client-secA .client-wrap-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem 2rem;
}
@media only screen and (max-width: 1024px) {
  .client-secA .client-wrap-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .client-secA .client-wrap-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 675px) {
  .client-secA .client-wrap-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}
@media only screen and (max-width: 345px) {
  .client-secA .client-wrap-grid {
    grid-template-columns: 100%;
  }
}
.client-secA .client-wrap-grid .item {
  border: 1px solid var(--gray);
  padding: 25px 10px;
  border-radius: 10px;
  text-align: center;
}
.client-secA .client-wrap-grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}

.model.laptop-pop {
  background: url(/assets/images/vector/vector1.png);
  width: 100%;
  background-position: center;
  background-color: #fff;
}
.model.laptop-pop .close {
  z-index: 3;
}
.model.laptop-pop .model-body .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.model.laptop-pop .model-body .container .flex.laptop-flex {
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
@media only screen and (max-width: 540px) {
  .model.laptop-pop .model-body .container .flex.laptop-flex {
    flex-direction: column;
  }
}
.model.laptop-pop .model-body .container .flex.laptop-flex .laptop-wrapper {
  flex: 0 1 800px;
  max-width: 800px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 0;
  --framewidthleft: 11%;
  --framewidthright: 10.6%;
  --frameheighttop: 1.7%;
  --frameheightbottom: 10.5%;
}
@media only screen and (max-width: 991px) {
  .model.laptop-pop .model-body .container .flex.laptop-flex .laptop-wrapper {
    flex: 0 1 600px;
  }
}
@media only screen and (max-width: 767px) {
  .model.laptop-pop .model-body .container .flex.laptop-flex .laptop-wrapper {
    flex: 0 1 450px;
  }
}
@media only screen and (max-width: 540px) {
  .model.laptop-pop .model-body .container .flex.laptop-flex .laptop-wrapper {
    flex: 1;
    margin-bottom: 50px;
  }
}
.model.laptop-pop .model-body .container .flex.laptop-flex .laptop-wrapper img.frame {
  width: 100%;
  aspect-ratio: 1.8;
  pointer-events: none;
}
.model.laptop-pop .model-body .container .flex.laptop-flex .laptop-wrapper span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
  background: var(--white);
  height: calc(100% - (var(--frameheighttop) + var(--frameheightbottom)));
  width: calc(100% - (var(--framewidthleft) + var(--framewidthright)));
  margin-top: var(--frameheighttop);
  margin-left: var(--framewidthleft);
  margin-right: var(--framewidthright);
  pointer-events: all;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.6s ease;
}
.model.laptop-pop .model-body .container .flex.laptop-flex .laptop-wrapper span::-webkit-scrollbar {
  width: 0;
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch {
  position: relative;
  --height: 128px;
  --pdlr: 10px;
  --pdtb: 16px;
  --icon: 30px;
  transform: translateY(-60px);
}
@media only screen and (max-width: 991px) {
  .model.laptop-pop .model-body .container .flex.laptop-flex .switch {
    --height: 110px;
    --pdlr: 9px;
    --pdtb: 13px;
    --icon: 25px;
    transform: translateY(12px);
  }
}
@media only screen and (max-width: 767px) {
  .model.laptop-pop .model-body .container .flex.laptop-flex .switch {
    --height: 93px;
    --pdlr: 9px;
    --pdtb: 7px;
    --icon: 20px;
    transform: translateY(12px);
  }
}
@media only screen and (max-width: 540px) {
  .model.laptop-pop .model-body .container .flex.laptop-flex .switch {
    --height: 60px;
    --pdlr: 8px;
    --pdtb: 8px;
    --icon: 12px;
    transform: none;
  }
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch input[type=checkbox]:checked ~ .btn-wrap span {
  transform: translateY(calc(var(--height) - var(--pdtb) * 2 - var(--icon)));
  opacity: 1;
  background: var(--primary);
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch input[type=checkbox]:checked ~ .btn-wrap .on-off.on {
  opacity: 1;
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch input[type=checkbox]:checked ~ .btn-wrap .on-off.off {
  opacity: 0.4;
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch .btn-wrap {
  border: 2px solid var(--black);
  border-radius: 50px;
  height: var(--height);
  padding: var(--pdtb) var(--pdlr);
  transition: 0.7s ease;
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch .btn-wrap span {
  display: block;
  height: var(--icon);
  width: var(--icon);
  border-radius: 50%;
  background: var(--black);
  transition: 0.7s ease;
  opacity: 0.4;
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch .btn-wrap .on-off {
  position: absolute;
  left: 0;
  right: 0;
  color: var(--black);
  line-height: 19px;
  text-transform: uppercase;
  text-align: center;
  --space: 19px;
  pointer-events: none;
  transition: 0.6s ease;
}
@media only screen and (max-width: 540px) {
  .model.laptop-pop .model-body .container .flex.laptop-flex .switch .btn-wrap .on-off {
    --space: 7px;
  }
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch .btn-wrap .on-off.off {
  bottom: 100%;
  margin-bottom: var(--space);
}
.model.laptop-pop .model-body .container .flex.laptop-flex .switch .btn-wrap .on-off.on {
  top: 100%;
  margin-top: var(--space);
  opacity: 0.4;
}
.model.laptop-pop .model-body .container .calltoaction {
  position: relative;
  width: 100%;
}
.model.laptop-pop .model-body .container .calltoaction .flex {
  padding: 0.5rem 0 1rem;
  justify-content: center;
}
@media only screen and (max-width: 540px) {
  .model.laptop-pop .model-body .container .calltoaction .flex {
    margin-top: 20px;
  }
}
.model.laptop-pop .model-body .container .calltoaction .flex input {
  width: 50%;
  border: none;
  outline: none;
  text-align: center;
  display: inline-block;
  padding: 9px;
}
@media only screen and (max-width: 767px) {
  .model.laptop-pop .model-body .container .calltoaction .flex input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.model.laptop-pop .model-body .container .calltoaction .flex button {
  font-size: 13px;
  background: red;
  padding: 8px 30px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.model.laptop-pop .model-body .container .calltoaction p {
  text-align: center;
  color: #00b320;
  display: none;
  font-weight: 800;
  font-size: 12px;
}/*# sourceMappingURL=service.css.map */