/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .hidden {
    display: none;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

/* [project]/src/styles/header.css [app-client] (css) */
@font-face {
  font-family: poppins-light;
  src: url("../media/Poppins-Light.b567ba6d.woff");
}

@font-face {
  font-family: popins-regular;
  src: url("../media/Poppins-Regular.5ec9c1ce.woff");
}

:root {
  --primary-color: #27c3bf;
}

header.header.header-scrolled {
  width: 100%;
  padding-block: 25px;
  top: 0;
}

.header .logo {
  transition: all .5s ease-in-out;
}

.header {
  color: #fff;
  z-index: 99999;
  background: #000;
  width: 100%;
  padding-block: 30px;
  transition: all .5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}

.inner-pagelogo {
  display: none;
}

.pageopen .inner-pagelogo.inner-pagelogo {
  display: block;
}

.header .logo img {
  width: 100%;
  display: block;
}

.header .logo {
  width: 200px;
}

.header-div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pageopen .nav-items a:hover {
  color: #27c3bf;
}

.nav-items ul {
  size: f;
  flex-wrap: wrap;
  display: flex;
}

.nav-items ul li {
  margin-right: 30px;
}

.nav-items ul li:last-child {
  margin-right: 0;
}

.nav-items a {
  text-transform: lowercase;
  font-family: poppins-light;
  font-size: 17px;
}

.nav-items a:hover {
  color: var(--primary-color);
}

.header .logo:focus {
  border: none;
  outline: none;
}

.pageopen {
  position: relative;
}

.header .logo a, .header .logo a:focus {
  border: none !important;
  outline: none !important;
}

.header.header-mob {
  display: none;
}

.mobile-full-menu {
  z-index: 99999;
  background: #000;
  width: 100%;
  height: 100vh;
  padding: 25px 40px;
  transition: right .4s ease-in-out;
  position: fixed;
  top: 0;
  right: -100%;
}

.mobile-full-menu.open {
  right: 0;
}

.menu-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.close-menu {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.mobile-full-menu ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.mobile-full-menu ul li a {
  text-transform: lowercase;
  color: #fff;
  margin: 0 0 15px;
  font-size: 20px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .header .logo {
    width: 160px;
  }

  .nav-items ul li {
    margin-right: 22px;
  }
}

@media (min-width: 768px) {
  .mobile-full-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .header.header-mob {
    display: block;
  }

  .mobile-ham {
    cursor: pointer;
    font-size: 30px;
    display: block;
  }

  header.header.header-desk {
    display: none;
  }

  .header .logo {
    width: 140px;
  }

  .header-menu-div li {
    margin: 0 0 15px;
  }

  .mobile-full-menu .f-icons {
    justify-content: center;
    gap: 18px;
  }

  .mobile-full-menu {
    align-items: center;
    display: flex;
  }

  .mobile-full-menu ul li a:hover {
    color: #27c3bf;
  }

  header.header.header-scrolled {
    padding-block: 20px;
  }

  .header {
    padding: 25px 0;
  }
}

/* [project]/src/styles/home.css [app-client] (css) */
@font-face {
  font-family: poppins-light;
  src: url("../media/Poppins-Light.b567ba6d.woff");
}

@font-face {
  font-family: popins-regular;
  src: url("../media/Poppins-Regular.5ec9c1ce.woff");
}

@font-face {
  font-family: popins-medium;
  src: url("../media/Poppins-Medium.0e645241.woff");
}

@font-face {
  font-family: popins-light-italic;
  src: url("../media/Poppins-LightItalic.1bd5f870.woff");
}

:root {
  --primary-color: #27c3bf;
}

body {
  color: #000;
  background: #fff;
}

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

a {
  transition: all .5s ease-in-out;
}

p {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.8;
}

p + p {
  margin-bottom: 0;
}

button {
  transition: all .5s ease-in-out;
}

.containers {
  max-width: 1320px;
  margin-inline: auto;
}

body {
  font-family: poppins-light;
}

.banner-wrapper {
  background: #000;
  width: 100%;
  height: 80vh;
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}

.banner-wrap2 {
  height: 100%;
  position: relative;
}

.banner-wrap2:after {
  content: "";
  background: url("../media/banner-bg.d854a2d1.png") center / contain no-repeat;
  width: 80%;
  height: 80vh;
  position: absolute;
  bottom: 0;
  right: 50px;
}

.baner-div h1 {
  margin: 0 0 10px;
  font-family: popins-medium;
  font-size: 84px;
  line-height: 1.3;
}

.baner-div {
  color: #fff;
  z-index: 9;
  position: relative;
}

.baner-div p {
  font-size: 21px;
}

.review-banner {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.review-banner .rew1 {
  width: auto;
}

.banner-wrap2 .containers {
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  display: flex;
}

.reviews {
  z-index: 99;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.rew-text {
  color: #fff;
}

.rew-text h6 {
  margin-top: 10px;
  font-family: popins-regular;
  font-size: 12px;
}

.rew-img {
  height: 34px;
}

.work-sec {
  padding: 90px 0 40px;
}

.w-box {
  flex-wrap: wrap;
  display: flex;
}

.work-sec h3 {
  margin-bottom: 20px;
  font-family: popins-medium;
  font-size: 80px;
}

.work-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.w-box > div {
  width: 48.5%;
  margin-bottom: 54px;
  margin-right: 3%;
}

.w-box > div:nth-child(2n) {
  margin-right: 0;
}

.work-content h4 {
  font-family: popins-regular;
  font-size: 20px;
}

.work-page .work-content h5 {
  font-size: 14px;
}

.work-content h5 {
  font-size: 15px;
}

.w-box > a:last-child {
  margin-right: 0;
}

.work-img img {
  object-fit: cover;
  width: 100%;
  transition: all .5s ease-in-out;
  display: block;
}

.square-effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.work-img {
  transition: all .5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.square-effect:hover .work-img img {
  transform: scale(1.1);
}

.square-effect:hover .work-img {
  transition: all .5s ease-in-out;
}

.service-sec {
  border-top: 1px solid #0000001a;
  padding-block: 90px;
}

.service-sec h2 {
  margin-bottom: 70px;
  font-family: popins-medium;
  font-size: 80px;
}

.serv-col1 {
  width: 48.5%;
}

.serv-col2 {
  width: 51.5%;
}

.service-div {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.faq-container {
  border-top: 1px solid #ddd;
}

.faq-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-family: popins-regular;
  font-size: 20px;
  display: flex;
}

.faq-question .icon {
  font-size: 1.2rem;
  font-weight: bold;
  transition: transform .3s;
}

.faq-answer {
  max-height: 0;
  padding: 0;
  transition: max-height .4s, padding .3s;
  overflow: hidden;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  color: var(--primary-color);
  transform: rotate(180deg);
}

.accod-btn a {
  font-size: 14px;
}

.accod-btn {
  justify-content: flex-end;
  display: flex;
}

.faq-section .arrow {
  color: #000;
  margin-right: 5px;
}

.faq-section .arrow:after {
  content: "➞";
  -o-transition: transform .3s ease-out;
  padding-left: 8px;
  transition: transform .3s ease-out;
  display: inline-block;
}

.faq-section .arrow:hover {
  color: var(--primary-color);
}

.faq-section .arrow:hover:after {
  transform: translateX(4px);
}

.about-wrapp {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  padding-block: 80px;
}

.about-wrapp .about-col1 h2 {
  margin-bottom: 70px;
  font-family: popins-medium;
  font-size: 80px;
}

.about-col1 {
  width: 48.1%;
}

.about-col2 {
  width: 51.5%;
}

.about-div {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.counter-section {
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 0 0;
  display: flex;
}

.c-box {
  display: flex;
}

.c-box .plus-icon {
  color: var(--primary-color);
  font-family: popins-medium;
  font-size: 40px;
}

.counter-title {
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.counter-number {
  margin: 10px 0;
  font-family: popins-regular;
  font-size: 104px;
  line-height: 1;
  display: inline-block;
}

.count-text h6 {
  font-family: popins-regular;
}

.process-wrapp {
  border-bottom: 1px solid #0000001a;
  padding-block: 80px;
}

.box-process {
  flex-wrap: wrap;
  display: flex;
}

.box-process .process-card:nth-child(3n) {
  margin-right: 0;
}

.box-process .process-card {
  width: 25.3%;
  margin-right: 12%;
}

.process-card h4 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.3;
}

.process-wrapp .process-div h2 {
  margin-bottom: 70px;
  font-size: 44px;
}

.about-intro {
  padding-top: 0;
}

.about-intro h2 {
  margin: 160px 0 70px;
  font-family: popins-medium;
  font-size: 44px;
}

.abt-introimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
  display: block;
}

.partner-wrapper {
  justify-content: center;
  align-items: center;
  padding-block: 0;
  display: flex;
}

.partner-wrapper .partner-col {
  width: 14.66%;
}

.rep-storydiv .story-1 {
  padding: 150px 0;
}

.partner-wrapper .partner-col img {
  object-fit: contain;
  width: 100%;
  max-height: 34px;
}

.about-intro h2 span {
  display: block;
}

.rep-story-col1 h2 {
  text-align: left;
}

.story-sec {
  border-top: 1px solid #0000001a;
}

.story-sec.found-detail {
  border: none;
}

.story-1.mv-sec {
  border-top: 1px solid #0000001a;
}

.rep-story-col1 h2 {
  font-size: 40px;
}

.rep-story-col1 h2 span {
  display: block;
}

.story-1 {
  padding: 100px 0;
}

.story-div {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.story-col1 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 46%;
  display: flex;
}

.story-col1.forimg {
  display: block;
}

.story-img img {
  object-fit: contain;
  width: 100%;
  display: block;
}

.words-sec {
  border-bottom: 1px solid #0000001a;
  padding-block: 90px;
}

.recent-proj .slick-slider img {
  border-radius: 0;
  width: 100%;
  height: auto;
}

.recent-proj .slider-title {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.recent-proj .slick-dots {
  bottom: 15px;
}

.recent-proj .slick-dots li button:before {
  color: #cfcfcf;
  font-size: 9px;
  transition: all .3s;
}

.recent-projv.slick-dots li.slick-active button:before {
  color: #333;
}

.recent-proj.recent-proj.slick-dots li button:focus {
  outline: none;
}

.recent-proj .slick-dots li button:hover:before {
  color: #555;
}

.word-card.process-card {
  margin: 10px 0;
  padding: 20px 20px 25px;
}

.word-card .word-rev {
  gap: 10px;
  margin-top: 30px;
  display: flex;
}

.word-card .word-rev h5 {
  font-weight: 600;
}

.word-div h2 {
  text-align: center;
  text-align: center;
  margin-bottom: 50px;
  font-size: 44px;
}

.story-1.mv-sec h3 {
  margin-bottom: 40px;
  font-family: popins-medium;
  font-size: 30px;
}

.story-1.mv-sec p:last-child {
  margin-bottom: 0;
}

.story-inner h3 {
  margin: 0 0 20px;
  font-family: popins-medium;
  font-size: 44px;
  line-height: 1.3;
}

.story-inner h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}

.recent-proj h2 {
  text-align: left;
  margin-bottom: 40px;
  font-family: popins-medium;
  font-size: 80px;
  line-height: 1.1;
}

.recent-proj {
  border-top: 1px solid #0000001a;
  padding-block: 100px;
}

.recent-projdiv {
  max-width: 580px;
  margin-inline: auto;
}

.wrk-intro {
  padding-top: 0;
}

.wrk-intro h2 {
  margin: 160px 0 70px;
  font-family: popins-medium;
  font-size: 44px;
}

.wrk-intro h2 span {
  display: block;
}

.work-filter {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
  display: flex;
}

.work-filter .drp-outer {
  text-align: left;
  display: inline-block;
  position: relative;
}

.home .work-filter .drp-outer {
  display: none;
}

.work-page .work-filter .drp-outer {
  display: block;
}

.work-filter .drp-outer .drp-btn {
  cursor: pointer;
  border: 1px solid #000000b3;
  border-radius: 50px;
  align-items: center;
  padding: 10px 20px;
  display: inline-flex;
}

.work-filter .open-drp {
  z-index: 9999;
  background: #fff;
  border-radius: 10px;
  width: 160px;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 6px #00000026;
}

.work-filter .open-drp ul li {
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
}

.work-filter .drp-outer .arrow-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transition: transform .3s;
  display: inline-block;
}

.work-filter .drp-outer .rotate-up {
  transform: rotate(180deg);
}

.work-page .work-sec {
  padding-top: 0;
}

.work-page .work-sec h3 {
  margin-bottom: 0;
  display: none;
}

.service-temp {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 70px;
  display: flex;
}

.service-temp .serv-listcol1 {
  width: 48.5%;
}

.service-temp .serv-listcol2 {
  width: 48.5%;
  padding: 100px;
}

.service-temp .serv-listcol1 img {
  width: 100%;
  display: block;
}

.listing-div .service-temp:last-child {
  margin-bottom: 0;
}

.listing-div .service-temp:nth-child(2n) {
  flex-direction: row-reverse;
}

.service-listing {
  margin-bottom: 90px;
}

.list-details h3 {
  margin: 0 0 20px;
  font-size: 30px;
}

.ready-div h4 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
}

.btn-ready {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  width: fit-content;
  margin-inline: auto;
  padding: 20px 50px;
  font-size: 13px;
  line-height: 1;
  display: block;
}

.btn-ready:hover {
  color: #000;
  background: none;
}

.banner-workdetail {
  width: 100%;
  height: auto;
  margin-top: 92px;
}

.img-show1 img {
  width: 100%;
  display: block;
}

.img-showrow {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-block: 2%;
  display: flex;
}

.img-show-col {
  width: 49%;
  max-height: 740px;
  overflow: hidden;
}

.img-show-col img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.work-in, .ready-div {
  margin: 90px 0;
}

.work-inner {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.work-inner .w-innercol1 {
  width: 47%;
}

.work-inner .w-innercol1 h4 {
  font-family: popins-medium;
}

.work-inner .w-innercol2 {
  width: 47%;
}

.work-inner .w-innercol1 h4 {
  margin: 0 0 20px;
  font-size: 30px;
}

.work-inner .w-innercol2 h4 {
  margin: 0 0 15px;
  font-size: 22px;
}

.btn-prov {
  margin: 0 0 30px;
}

.btn-prov .btn-item {
  border: 1px solid #000000b3;
  border-radius: 20px;
  margin: 0 15px 10px 0;
  padding: 10px 20px;
  line-height: 1;
  display: inline-block;
}

.btn-prov .btn-item:hover {
  color: #fff;
  background: #000;
}

.provide2 p {
  margin: 0 0 10px;
}

.live-link {
  color: var(--primary-color);
  position: relative;
}

.live-link:after {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.live-link:hover:after {
  background: #000;
}

.live-link:hover {
  color: #000;
}

.contact-form {
  width: 550px;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
}

.contact-form .form-group {
  flex-direction: column;
  margin-bottom: 25px;
  display: flex;
}

.contact-form .form-group label {
  color: #666;
  margin-bottom: 8px;
  font-size: 15px;
}

.contact-form .form-group input, .contact-form .form-group textarea {
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  padding: 8px 0;
  font-size: 15px;
  transition: border-color .3s;
}

.contact-form .form-group input:focus, .contact-form .form-group textarea:focus {
  border-bottom: 1px solid #000;
}

.contact-form .form-row {
  gap: 20px;
  display: flex;
}

.contact-form textarea {
  resize: none;
}

.contact-form .submit-btn {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 30px;
  padding: 10px 28px;
  font-size: 15px;
  transition: background .3s;
}

.contact-form .submit-btn:hover {
  background-color: #333;
}

.getinsec {
  margin-bottom: 90px;
}

.getinsec h2 {
  margin: 160px 0 70px;
  font-family: popins-medium;
  font-size: 44px;
}

.getrow {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cont-detail {
  margin: 0 0 20px;
}

.cont-detail p a:hover {
  font-variant: var(--primary-color);
}

.cont-detail p {
  margin: 0;
  font-family: popins-regular;
}

.carrier-sec {
  padding-block: 90px;
}

.carrier-sec h2 {
  margin-bottom: 70px;
  font-family: popins-medium;
  font-size: 44px;
}

.carrier-div {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.carrier-col2 {
  max-width: 550px;
}

.carrier-col2 p {
  margin: 0 0 30px;
}

.carrier-col2 p a {
  color: var(--primary-color);
}

.carrier-col2 p a:hover {
  color: #000;
}

.get-direction {
  object-fit: contain;
  cursor: pointer;
  color: #fff;
  background: #000 url("../media/location-white.f6ef13d4.svg") 10px / 17px no-repeat;
  border: 1px solid #000;
  margin: 30px auto 0;
  padding: 10px 20px 10px 35px;
  display: block;
}

.get-direction:hover {
  color: #000;
  object-fit: contain;
  background: #fff url("../media/location-black.4ab1b5e5.svg") 10px / 17px no-repeat;
}

.c-text p {
  text-align: center;
  margin: 0 0 10px;
}

.c-text p span {
  display: block;
}

.loc-card {
  background: #fff;
  width: 290px;
  padding: 50px 30px;
}

.contact-form .form-row .form-group {
  width: 50%;
}

.cont-detail a:hover {
  color: #27c3bf;
}

.embed-map-fixed {
  border-radius: 10px;
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px #0000001a;
}

.embed-map-container {
  width: 100%;
  height: 100%;
}

.embed-map-frame {
  border: none;
  width: 100%;
  height: 100%;
}

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

.loc-div {
  width: auto;
  position: absolute;
  top: 50%;
  left: 340px;
  transform: translateY(-50%);
}

.c-logo img {
  object-fit: contain;
  margin-inline: auto;
}

.c-logo {
  margin: 0 auto 20px;
}

.overlay {
  opacity: 0;
  pointer-events: none;
  z-index: 9999999;
  background: none;
  width: 100%;
  height: 100vh;
  transition: background .4s, opacity .4s;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay.show {
  opacity: 1;
  pointer-events: all;
  background: #0006;
}

.slide-panel {
  z-index: 9999999;
  background: none;
  width: 100%;
  max-width: 1000px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform .4s !important;
}

.slide-panel.visible {
  transform: translateX(0);
}

.panel-content {
  background: #fff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.panel-header {
  display: flex;
}

.panel-header img {
  object-fit: cover;
  width: 100%;
}

.pannel-topped {
  max-height: 440px;
  overflow: hidden;
}

.pannel-topped img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.close-btn {
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 1;
  transition: transform .2s;
  display: flex;
}

.close-btn:hover {
  background: #27c3bf;
}

.panel-body {
  flex: 1;
  padding: 0;
  overflow-y: auto;
}

.open-drp input {
  -webkit-appearance: none;
  cursor: pointer;
  background: url("../media/notchecked.e3f9cb0f.svg") 0 0 / 20px no-repeat;
  border-radius: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.open-drp input.checked-input {
  background: url("../media/checked.40daaab9.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px !important;
}

.homepage .work-filter {
  margin-bottom: 0;
}

.scroll-div {
  position: relative;
}

.scrolldiv1 {
  z-index: 9;
  background: #fff;
  position: sticky;
  top: 150px;
  transform: translateY(0);
}

.scrolldiv1:nth-child(2) {
  z-index: 99;
}

.scrolldiv1:nth-child(3) {
  z-index: 999;
}

.rep-story-col1 h2 {
  font-family: popins-medium;
  font-size: 80px;
  line-height: 1.1;
}

.rep-story-col1 .reviews {
  width: 100%;
  margin: 40px 0 0;
  position: static;
}

.scrolldiv1 .story-col1 {
  align-items: flex-start;
}

.rep-story-col1 .rew-text h6 {
  color: #000;
}

.homepage .scrolldiv1 .story-col1:first-child {
  width: 48.1%;
}

.homepage .scrolldiv1 .story-col1:nth-child(2) {
  width: 51.5%;
}

.work-pannel-detail .work-inner .w-innercol1 {
  width: 100%;
}

.work-pannel-detail .work-inner .w-innercol2 {
  width: 100%;
  margin: 50px 0 0;
}

.w-top1 {
  justify-content: flex-end;
  display: flex;
}

.work-pannel-detail {
  padding: 30px;
}

.slide-panel .panner-work2 {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.slide-panel .panner-work2 .pannel-colwork2 {
  width: 49.5%;
  margin-right: 1%;
}

.slide-panel .panner-work2 .pannel-colwork2:nth-child(2) {
  margin-right: 0;
}

.panner-ready {
  padding: 50px 25px 100px;
}

.panner-ready h4 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
}

.panner-ready p {
  text-align: center;
}

.panner-ready p a {
  font-family: popins-medium;
}

.panner-ready p a:hover {
  color: #27c3bf;
}

.w-top1 h2 {
  margin: 0 0 20px;
  font-size: 16px;
}

.panel-header {
  width: fit-content;
  position: absolute;
  top: 16px;
  right: 40px;
}

.banner-workdetail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-show1 {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

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

.obj-sec {
  margin: 90px 0 50px;
}

.designandvisualrow {
  flex-wrap: wrap;
  display: flex;
}

.dandvcol {
  width: 30%;
  margin: 0 5% 40px 0;
}

.obj-div {
  margin: 0 0 40px;
}

.obj-div h4 {
  margin: 0 0 10px;
  font-size: 22px;
}

.dandvcol h5 {
  margin: 0 0 10px;
  font-size: 21px;
}

body.panel1-opened {
  overflow: hidden;
}

.story-col1.story-col2.e-story {
  width: 100%;
}

.word .arrow-btn {
  z-index: 20;
  color: #fff;
  cursor: pointer;
  opacity: .65;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  transition: all .3s;
  position: absolute;
  right: 0;
}

.word .slick-dots {
  top: inherit;
  gap: 2px;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: fit-content !important;
  display: flex !important;
  position: absolute !important;
}

.word .slick-dots li, .recent-proj .slick-dots li {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
}

.recent-proj .slick-dots li button {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
}

.recent-proj .slick-dots li button:before {
  border-radius: 50%;
  opacity: 1 !important;
  width: 6px !important;
  height: 6px !important;
}

.recent-proj .slick-dots li.slick-active button:before {
  transform: scale(1.2);
}

.recent-proj .slick-dots li.slick-active button, .recent-proj .slick-dots li button {
  background: none !important;
}

.word .custom-dot {
  background: #cfcfcf;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: all .3s;
}

.word .slick-dots li.slick-active .custom-dot {
  background: #000;
  transform: scale(1.2);
}

.word .arrow-btn {
  z-index: 20;
  color: #fff;
  cursor: pointer;
  opacity: .7;
  border: none;
  border-radius: 50%;
  padding: 8px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.word .arrow-btn:hover {
  opacity: 1;
}

.word .arrow-prev {
  top: -40px;
}

.word .arrow-next {
  bottom: -40px;
}

.open-drp li label {
  align-items: center;
  gap: 6px;
  line-height: 1.2;
  display: flex;
}

.faq-item:last-child {
  border-bottom: none;
}

body.pageopen {
  padding-top: 100px;
}

.rep-story-col1 .review-banner .rew1 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.word-card .word-rev h5 {
  font-size: 16px;
}

form.contact-form button {
  color: #fff;
  cursor: pointer;
  background: #000;
  border: 1px solid #000;
  width: fit-content;
  padding: 13px 35px;
  font-size: 16px;
}

form.contact-form button:hover {
  color: #000;
  background: none;
}

.work-page .w-box > div {
  width: 32.33%;
  margin-right: 1.5%;
}

.ss-icons:hover img {
  transform: rotate(360deg);
}

.client-verticalslider .slick-track {
  flex-wrap: wrap;
  display: flex;
}

.client-verticalslider .slick-track > div {
  height: inherit;
  align-items: center;
  display: flex;
}

.client-verticalslider {
  width: 100%;
  max-width: 600px;
}

.work-filter .drp-outer:first-child .open-drp {
  left: -17px;
}

.recent-proj .slick-prev:before, .recent-proj .slick-next:before {
  display: none;
}

.recent-proj .slick-prev img, .recent-proj .slick-next img {
  width: 22px;
  height: 22px;
}

.recent-proj .slick-prev {
  z-index: 9;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  left: -40px;
  box-shadow: 0 2px 6px #00000036;
}

.recent-proj .slick-next {
  z-index: 9;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  right: -40px;
  box-shadow: 0 2px 6px #00000036;
}

.story-col1 .word, .client-reviewss .story-col1 .story-inner {
  width: 100%;
}

.recent-proj .slick-dots {
  display: none !important;
}

.img-w {
  width: 20px;
}

.cursor {
  margin-left: 4px;
  animation: 1s infinite blink;
}

@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@media (max-width: 1440px) {
  .containers {
    width: 94%;
  }

  .work-filter .drp-outer .open-drp {
    left: -8px;
  }

  .recent-projdiv {
    padding-inline: 40px;
  }

  .rep-storydiv .story-1 {
    padding: 100px 0;
  }
}

@media (max-width: 1340px) {
  .work-page .work-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 1240px) {
  .work-page .work-content h5 {
    font-size: 11.5px;
  }

  .work-page .work-content h4 {
    font-size: 14px;
  }

  .baner-div h1 {
    font-size: 80px;
  }

  .story-col1, .story-col1.story-col2 {
    padding: 0;
  }

  .service-temp .serv-listcol2 {
    padding: 4%;
  }

  .service-sec h2, .about-wrapp .about-col1 h2, .process-wrapp .process-div h2, .work-sec h3, .rep-story-col1 h2, .recent-proj h2 {
    font-size: 75px;
  }

  .btn-prov .btn-item {
    margin: 0 6px 8px 0;
    font-size: 14px;
  }

  .work-inner .w-innercol1, .work-inner .w-innercol2 {
    width: 45%;
  }
}

@media (max-width: 1024px) {
  .work-page .work-content h5 {
    font-size: 10.5px;
  }

  .work-page .work-content h4 {
    font-size: 12.4px;
  }

  .btn-prov .btn-item {
    padding: 10px 15px;
    font-size: 13px;
  }

  .ready-div h4 {
    font-size: 22px;
  }

  .work-inner .w-innercol1 h4 {
    font-size: 28px;
  }

  .work-inner .w-innercol2 h4, .obj-div h4 {
    font-size: 20px;
  }

  .dandvcol h5 {
    font-size: 19px;
  }

  .work-inner .w-innercol2, .work-inner .w-innercol1 {
    width: 48%;
  }

  .service-temp .serv-listcol2 {
    padding: 2%;
  }

  .serv-col1 {
    width: 30%;
  }

  .serv-col2 {
    width: 70%;
  }

  .about-col1 {
    width: 30%;
  }

  .about-col2 {
    width: 70%;
  }

  .about-text {
    max-width: 100%;
  }

  .service-sec, .about-wrapp, .process-wrapp, .rep-storydiv .story-1 {
    padding: 70px 0;
  }

  .work-sec {
    padding: 70px 0 20px;
  }

  .service-sec h2, .about-wrapp .about-col1 h2, .process-wrapp .process-div h2, .work-sec h3, .rep-story-col1 h2, .recent-proj h2 {
    font-size: 50px;
  }

  .homepage .scrolldiv1 .story-col1:first-child {
    width: 30%;
  }

  .homepage .scrolldiv1 .story-col1:nth-child(2) {
    width: 70%;
    padding: 0;
  }

  .baner-div h1 {
    font-size: 77px;
  }

  .process-card h4 {
    font-size: 28px;
  }

  .faq-item {
    padding: 5px 0;
  }

  .story-1.mv-sec h3 {
    margin: 0 0 30px;
    font-family: popins-medium;
    font-size: 28px;
  }

  .wrk-intro h2 {
    font-size: 40px;
  }

  .list-details h3 {
    margin: 0 0 12px;
    font-size: 25px;
  }

  .words-sec, .recent-proj {
    padding: 70px 0;
  }

  .word-div h2 {
    margin-bottom: 34px;
    font-size: 38px;
  }

  .wrk-intro h2 {
    margin: 70px 0;
    font-size: 35px;
  }

  .work-content h4 {
    font-size: 17px;
  }

  .work-content h5 {
    font-size: 14px;
  }

  .work-content {
    margin-top: 15px;
  }

  .about-intro {
    padding-top: 0;
  }

  .about-intro h2 {
    font-size: 38px;
  }

  .story-1 {
    padding: 70px 0;
  }

  .banner-wrapper {
    margin-top: 80px;
  }

  body.pageopen {
    padding-top: 90px;
  }

  .about-intro h2 {
    margin: 70px 0;
  }

  .story-inner h3 {
    font-size: 32px;
  }

  .service-listing {
    margin-bottom: 70px;
  }

  .slide-panel {
    max-width: unset;
    width: 90%;
  }

  .work-pannel-detail .work-inner .w-innercol2 {
    margin: 0;
  }

  .panner-ready {
    padding: 50px 25px 70px;
  }

  .work-pannel-detail .work-inner .w-innercol1 {
    margin: 0 0 20px;
  }

  .work-pannel-detail .btn-prov {
    margin: 0 0 4px;
  }

  .work-pannel-detail .work-inner .w-innercol2 h4 {
    margin: 0 0 10px;
  }

  .work-pannel-detail {
    padding: 25px;
  }

  .panel-header {
    right: 20px;
  }

  .getinsec h2 {
    margin: 70px 0;
    font-size: 35px;
  }

  .getinsec {
    margin-bottom: 70px;
  }

  .carrier-sec {
    padding: 70px 0;
  }

  .carrier-col2 p {
    margin: 0 0 10px;
  }

  .carrier-sec h2 {
    margin: 0 0 24px;
    font-size: 35px;
  }

  .loc-div {
    left: inherit;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .work-in {
    margin: 70px 0;
  }

  .obj-sec {
    margin: 70px 0 40px;
  }

  .dandvcol {
    margin-bottom: 30px;
  }

  .ready-div {
    margin: 70px 0;
  }

  .banner-workdetail {
    height: auto;
    margin-top: 82px;
  }

  .banner-workdetail img {
    height: auto;
  }
}

@media (min-width: 901px) {
  .dandvcol:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .baner-div h1 {
    font-size: 67px;
  }

  .service-sec h2, .about-wrapp .about-col1 h2, .process-wrapp .process-div h2, .work-sec h3, .rep-story-col1 h2, .recent-proj h2 {
    font-size: 45px;
  }

  .about-intro h2 {
    font-size: 35px;
  }

  .found-detail .story-div {
    flex-direction: column;
  }

  .found-detail .story-col1 {
    width: 100%;
  }

  .story-col1.forimg {
    margin: 0 0 20px;
  }

  .rep-storydiv .story-col1:first-child {
    width: 30%;
  }

  .rep-storydiv .story-col1:nth-child(2) {
    width: 70%;
  }

  .rep-story-col1 .reviews img {
    width: 100%;
    max-width: 70px;
  }

  .rep-story-col1 .reviews .rew-img {
    height: auto;
  }

  .rep-story-col1 .reviews {
    margin-top: 0;
  }

  .dandvcol:nth-child(2n) {
    margin-right: 0;
  }

  .dandvcol {
    width: 47.5%;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .box-process .process-card {
    width: 32%;
    margin-right: 2%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .box-process .process-card:nth-child(2n) {
    margin-right: 0;
  }

  .box-process .process-card {
    width: 49%;
    margin-bottom: 20px;
    margin-right: 2%;
  }

  .review-banner {
    flex-wrap: wrap;
    gap: 9px;
  }

  .work-page .work-content h4 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .work-page .w-box > div:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .work-page .w-box > div:nth-child(2n) {
    margin-right: 0;
  }

  .work-page .w-box > div {
    width: 49.2%;
  }

  .getinsec h2 {
    margin: 50px 0;
    font-size: 27px;
  }

  .banner-wrap2 {
    height: 70vh;
  }

  .work-inner .w-innercol1 {
    width: 100%;
    margin: 0 0 10px;
  }

  .btn-prov {
    margin: 0;
  }

  .work-inner .w-innercol2 {
    width: 100%;
  }

  .obj-div {
    margin: 0 0 20px;
  }

  .containers {
    width: 90%;
  }

  .w-box > div {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .w-box > div:last-child {
    margin-bottom: 0;
  }

  .serv-col1, .serv-col2, .about-col1, .about-col2 {
    width: 100%;
  }

  .box-process .process-card {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .box-process .process-card:last-child {
    margin-bottom: 0;
  }

  .work-sec, .service-sec, .about-wrapp, .process-wrapp, .rep-storydiv .story-1 {
    padding: 50px 0;
  }

  .service-sec h2, .about-wrapp .about-col1 h2, .process-wrapp .process-div h2, .work-sec h3, .rep-story-col1 h2 {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .wrk-intro h2 {
    font-size: 34px;
  }

  .faq-question {
    font-size: 18px;
  }

  .list-details h3 {
    margin: 0 0 2px;
    font-size: 21px;
  }

  .baner-div h1 {
    font-size: 64px;
  }

  .process-card h4 {
    margin: 0 0 8px;
    font-size: 25px;
  }

  .counter-number {
    font-size: 98px;
  }

  .accod-btn {
    justify-content: flex-start;
  }

  .faq-question {
    padding: 5px 0;
  }

  .story-col1 {
    width: 100%;
    padding: 50px 0;
  }

  .story-col1.story-col2 {
    border-left: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .story-inner h3 {
    font-size: 34px;
  }

  .story-1.mv-sec h3 {
    margin: 0 0 20px;
    font-size: 27px;
  }

  .words-sec, .recent-proj {
    padding: 50px 0;
  }

  .recent-proj h2 {
    font-size: 38px;
  }

  .wrk-intro h2, .about-intro h2 {
    margin: 50px 0;
    font-size: 27px;
  }

  .service-temp .serv-listcol1 {
    width: 100%;
  }

  .service-temp .serv-listcol2 {
    width: 100%;
    padding: 15px 0 0;
  }

  .service-temp {
    margin: 0 0 15px;
  }

  .rep-storydiv.scrolldiv1 .story-div {
    flex-direction: column;
  }

  .rep-storydiv.scrolldiv1 .story-div .story-col1 {
    padding: 0;
  }

  .rep-story-col1 h2 {
    margin-bottom: 25px;
  }

  .homepage .scrolldiv1 .story-col1:nth-child(2) {
    width: 100%;
  }

  .counter-section {
    padding-top: 10px;
  }

  .banner-wrap2:after {
    top: 0;
    right: 0;
    bottom: inherit;
    height: 40vh;
  }

  .rep-story-col1 h2 span {
    display: inline;
  }

  .story-col1 {
    padding: 0;
  }

  .story-div {
    flex-direction: column;
  }

  .story-col1.story-col2 {
    padding: 0;
  }

  .story-1 {
    padding: 0 0 50px;
  }

  .story-1.mv-sec {
    padding-top: 50px;
  }

  .found-detail .story-div {
    flex-direction: column;
  }

  .story-col1.forimg {
    margin: 0 0 20px;
  }

  .banner-wrapper {
    margin-top: 70px;
  }

  body.pageopen {
    padding-top: 80px;
  }

  .story-inner h3 {
    margin: 0 0 15px;
    font-size: 25px;
  }

  .story-inner h6 {
    font-size: 14px;
  }

  .rep-storydiv .story-col1:nth-child(2), .rep-storydiv .story-col1:first-child {
    width: 100%;
  }

  .rep-story-col1 .reviews {
    margin-top: 0;
  }

  .word-card.process-card {
    padding-left: 0;
    padding-block: 0;
  }

  .word-card .word-rev {
    margin: 10px 0 40px;
  }

  .rep-story-col1 .reviews {
    margin: 0 0 20px;
  }

  .rep-story-col1 .reviews img {
    width: 100%;
    max-width: 70px;
  }

  .rep-story-col1 .reviews .rew-img {
    height: auto;
  }

  .rep-story-col1 .reviews .containers {
    width: 100%;
  }

  .word-card .word-rev h5 {
    font-size: 14px;
  }

  .wrk-intro h2 {
    margin: 50px 0;
    font-size: 27px;
  }

  .service-listing {
    margin-bottom: 50px;
  }

  .slide-panel {
    width: 100%;
  }

  .work-inner .w-innercol2 h4 {
    font-size: 21px;
  }

  .pannel-topped {
    max-height: 300px;
  }

  .work-inner .w-innercol1 h4 {
    margin: 0 0 10px;
    font-size: 27px;
  }

  .panel-header {
    right: 20px;
  }

  .getinsec {
    margin-bottom: 50px;
  }

  .carrier-sec {
    padding: 50px 0;
  }

  .carrier-col2 p {
    margin: 0 0 10px;
  }

  .carrier-sec h2 {
    font-size: 27px;
  }

  .getrow {
    width: 100%;
  }

  .contact-form {
    width: 100%;
    margin-top: 20px;
  }

  .getcol2, .carrier-col1, .carrier-col2 {
    width: 100%;
  }

  .abt-introimg {
    display: none;
  }

  .work-in {
    margin: 50px 0;
  }

  .obj-sec {
    margin: 50px 0 25px;
  }

  .dandvcol {
    margin-bottom: 10px;
  }

  .ready-div {
    margin: 50px 0;
  }

  .img-show-col {
    width: 100%;
    margin: 0 0 2%;
  }

  .dandvcol h5 {
    margin: 0 0 5px;
  }

  .dandvcol p {
    margin: 0 0 10px;
  }

  .banner-workdetail {
    margin-top: 70px;
  }

  .w-box > div {
    margin-bottom: 30px;
  }

  .panner-ready {
    padding: 20px 20px 40px;
  }

  .w-top1 h2 {
    margin: 0 0 18px;
    font-size: 15px;
  }

  .banner-workdetail, .banner-workdetail img {
    height: auto;
  }
}

@media (max-width: 600px) {
  .slide-panel .panner-work2 {
    gap: 0;
  }

  .pannel-colwork2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .slide-panel .panner-work2 {
    flex-wrap: wrap;
  }

  .btn-prov .btn-item {
    font-size: 12px;
  }

  .dandvcol {
    width: 100%;
    margin-right: 0;
  }

  .work-filter .drp-outer:first-child .open-drp {
    left: -20px;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .work-page .work-content h4 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .recent-proj .slick-dots {
    display: block !important;
  }

  .recent-proj .slick-prev, .recent-proj .slick-next {
    display: none;
  }

  .recent-projdiv {
    padding-inline: 0;
  }

  .baner-div h1 {
    font-size: 50px;
  }

  .counter-section {
    gap: 20px;
  }

  .img-show-col {
    width: 100%;
  }

  .counter-number {
    font-size: 77px;
  }

  .count-text h6 {
    font-size: 15px;
  }

  .work-filter {
    gap: 9px;
  }

  .work-pannel-detail {
    padding: 25px 20px;
  }

  .work-page .w-box > div {
    width: 100%;
    margin-right: 0;
  }

  .work-inner .w-innercol1 h4 {
    font-size: 24px;
  }

  .work-inner .w-innercol2 h4 {
    font-size: 20px;
  }

  .recent-proj .slick-prev {
    left: 5px;
  }

  .recent-proj .slick-next {
    right: 5px;
  }

  .recent-proj .slick-dots {
    bottom: -30px;
  }

  .recent-proj {
    padding: 50px 0 80px;
  }
}

@media (max-width: 380px) {
  .count-text h6 {
    font-size: 13px;
  }

  .counter-section {
    gap: 10px;
  }

  .c-box .plus-icon {
    font-size: 30px;
  }

  .counter-number {
    font-size: 68px;
  }

  .baner-div h1 {
    font-size: 42px;
  }
}

/* [project]/src/styles/footer.css [app-client] (css) */
:root {
  --primary-color: #27c3bf;
}

.footer {
  color: #fff;
  background: #000;
  padding: 90px 0 50px;
}

.footer-div {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.fnav-items li a {
  color: #fff;
  text-transform: lowercase;
}

.fnav-items li a:hover {
  color: var(--primary-color);
}

.fnav-items li {
  margin-bottom: 14px;
}

.f-sec1 {
  margin-bottom: 18px;
}

.f-sec1 p:first-child {
  margin-bottom: 4px;
}

.copyright p {
  font-size: 13px;
}

.f-sec1 p a:hover {
  color: var(--primary-color);
}

.f-icons {
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
  display: flex;
}

.ss-icons img {
  transition: all .5s ease-in-out;
}

@media (max-width: 1024px) {
  .footer {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .f-col1 {
    width: 100%;
  }

  .fnav-items {
    width: 100%;
    margin: 0 0 20px;
  }

  .footer-div {
    flex-direction: column-reverse;
  }

  .fnav-items li {
    margin: 0 0 10px;
  }
}

/*# sourceMappingURL=src_71f04dc8._.css.map*/