:root {
  --bg-color: #100F0F;
  --theme-color: #1E1D1E;
  --main-color: #00c6d7; 
  --theme-color2:#FFF;
}

/* .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin:25px auto 0;
  padding: 15px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: var(--main-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.timeline .container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
  margin: 0;
}

.timeline .container.left {
  left: 0;
} */

/* .timeline .container.right {
  left: 50%;
}

.timeline .container::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid var(--main-color);
  border-radius: 16px;
  z-index: 1;
}

.timeline .container.right::after {
  left: -8px;
}

.timeline .container::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: var(--main-color);
  z-index: 1;
}

.timeline .container.right::before {
  left: 8px;
} */

/* .timeline .container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 20px);
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: var(--main-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline .container.left .date {
  right: -50px;
}

.timeline .container.right .date {
  left: -50px;
}

.timeline .container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: var(--theme-color);
  border: 2px solid var(--main-color);
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color2);
  z-index: 1;
}

.timeline .container.left .icon { */
  /* right: 56px;
}

.timeline .container.right .icon {
  left: 56px;
}

.timeline .container .content-timeline {
  padding: 30px 90px 30px 30px;
  background: var(--theme-color);
  position: relative;
  overflow: visible;
  display: flex;
  gap:30px;
  align-items: center;
}
.timeline .container .content-timeline:hover{border:2px solid #00c6d7;}
.timeline .container .content-timeline:hover h1{transform: scale(3.5);}
.timeline .container.right .content-timeline {
  padding: 30px 30px 30px 90px;
  display: flex;
  gap:30px;
  align-items: center;
}
.timeline .container .content-timeline h1{
  font-size: 26px;
  color: var(--main-color);
   transition: transform 0.3s ease;
  transform-origin: center;
  pointer-events: none;
}
.timeline .container .content-timeline h2 {
  margin:0;
  font-size: 26px;
  font-weight: normal;
  color: var(--main-color);
}

.timeline .container .content-timeline p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
} */

/* @media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

  .timeline .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .timeline .container.right {
    left: 0%;
  }

  .timeline .container.left::after,
  .timeline .container.right::after {
    left: 82px;
  }

  .timeline .container.left::before,
  .timeline .container.right::before {
    left: 100px;
    border-color: transparent var(--main-color) transparent transparent;
  }

  .timeline .container.left .date,
  .timeline .container.right .date {
    right: auto;
    left: 15px;
  }

  .timeline .container.left .icon,
  .timeline .container.right .icon {
    right: auto;
    left: 146px;
  }

  .timeline .container.left .content-timeline,
  .timeline .container.right .content-timeline {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
} */



/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 0px;
  padding:15px 0;
  margin: 0;
  width: 100%;
  background: var(--theme-color);
  z-index: 9999999; }
  .navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar .logo {
    width: 90px; }
  .navbar .navbar-nav {
    padding: 2px 5px;
    border:none;
    border-radius: 30px;
    margin-left: 50px; }
    /* .navbar .navbar-nav .nav-link {
      padding: 10px 20px;
      border-radius: 30px;
      font-size: 16px;
      color: #fff; }
      .navbar .navbar-nav .nav-link.active {
        background: rgba(255, 255, 255, 0.1);color: var(--main-color); } */
  .navbar .topnav .butn {
    padding: 10px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px; }

/* --------------- header --------------- */
.header-cst {
  padding: 160px 0 120px;
  background: var(--theme-color);
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 4; }
  .header-cst .title {
    margin: 15px 0; }
    .header-cst .title .bract {
      font-size: 14px;
      margin-bottom: 15px; }
      .header-cst .title .bract span {
        padding: 0 10px; }
    .header-cst .title h1 {
      font-size: 140px;
      font-weight: 600;
      text-transform: uppercase; }
  .header-cst .fit-img {
    height: 180px;
    border-radius: 100px; }
  .header-cst .img-out {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
    border-radius: 0 100px 100px 0; }

/* --------------- Intro --------------- */
.marquee {
  background-image: url(../imgs/smoke-bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0 0 30px 30px;
  margin-top: -90px;
  overflow: hidden; }
  .marquee .item {
    padding: 105px 80px 0 !important; }
    .marquee .item:nth-of-type(even) h2 span {
      color: transparent !important;
      -webkit-text-stroke: .2px #fff;
      font-weight: 300; }
    .marquee .item h2 {
      font-size: 100px;
      font-weight: 600;
      letter-spacing: -3px; }

.numbers .item h2 {
  font-size: 60px; }

.numbers .item span {
  font-size: 18px;
  line-height: 1.4;
  margin-left: 30px; }

.numbers .item.bords {
  position: relative; }
  .numbers .item.bords:after, .numbers .item.bords:before {
    content: '';
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -50px;
    border-left: 1px solid #999;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg); }
  .numbers .item.bords:after {
    left: auto;
    right: 50px; }

/* --------------- Works --------------- */
.work-card .card-item {
  margin-bottom: 50px;
  padding: 30px 40px;
  background: #181616;
  border-radius: 15px;border:1px solid; }
  .work-card .card-item .img {
    position: relative;
    height: 450px;
    border-radius: 15px;
    overflow: hidden; }
  .work-card .card-item .tags a {
    color: #ccc;
    font-size: 14px;
    padding: 10px 20px 8px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 15px; }
  .work-card .card-item .parellex-img{height: 250px;object-fit:cover ;}

/* --------------- Services --------------- */
.services-cst {
  position: relative;
  z-index: 3; }
  .services-cst .item {
    padding: 25px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .services-cst .item:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .services-cst .item > div {
      width: 100%; }
    .services-cst .item h2 {
      font-size: 75px;
      font-weight: 600;
      text-transform: uppercase;
      padding-top: 15px; }
    .services-cst .item .icon img {
      width: 30px; }
    .services-cst .item.active {
      background: var(--main-color);
      color: #1E1D1E; }
      .services-cst .item.active .invert img {
        -webkit-filter: invert(0) !important;
        filter: invert(0) !important; }
      .services-cst .item.active p {
        color: #4d4949; }

.numbers-dm .item h2 {
  font-size: 120px;
  font-weight: 200; }
  .numbers-dm .item h2 span {
    font-size: 50px; }

.numbers-dm .item h6 {
  font-size: 18px; }

/* --------------- Clients --------------- */
.header-cst .brands .item .img {
  max-height: 80px;
  text-align: center;
  margin: auto; }
  .header-cst .brands .item .img img {
    width: auto; }

/* --------------- Testimonials --------------- */

.water{font-size:38px;line-height: 44px;}
.water span{color: #00c6d7;}
.testimonials-cst .conservation-img{-webkit-transform: scaleX(-1);
  transform: scaleX(-1);}
.testimonials-cst .img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  bottom: 15%;
  border-radius: 15px; }

.testimonials-cst .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  opacity:inherit; }
  .testimonials-cst .qoute-icon img {
    width: 70px; }

.testimonials-cst .testim-box {
  padding: 10px 30px;
  background: #d6d6d6;
  border-radius: 15px;
  position: relative;
  z-index: 4;
height: 100%;
}

.testimonials-cst .item h5 {
  font-weight: 400; }

.testimonials-cst .item .rate {
  font-size: 14px; }

.testimonials-cst .swiper {
  padding-bottom: 55px; }

.testimonials-cst .controls {
  background-image: url(../imgs/smoke-bg.jpg);
  background-size: cover;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  position: relative; }
  .testimonials-cst .controls .swiper-button-next:after, .testimonials-cst .controls .swiper-button-prev:after {
    display: none; }
  .testimonials-cst .controls .swiper-button-next .icon img, .testimonials-cst .controls .swiper-button-prev .icon img {
    width: 50px; }
  .testimonials-cst .controls .swiper-button-next {
    right: 30px; }
  .testimonials-cst .controls .swiper-button-prev {
    left: 30px; }

/* --------------- Awards --------------- */
.awards .awards-content .awards-list .award-row {
  padding: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 15px;
  transition: all 0.3s ease; }
  .awards .awards-content .awards-list .award-row p {
    font-size: 15px; }
  .awards .awards-content .awards-list .award-row:hover {
    background-color: var(--main-color);
    color: #0d0d0d; }
    .awards .awards-content .awards-list .award-row:hover p {
      color: #444; }

@media screen and (max-width: 991px) {
  .awards .awards-content .awards-list .award-row {
    background-color: #fff1;
    margin-bottom: 30px; } 
  .water {
    font-size: 26px;
    line-height: 30px;
}
.testimonials-cst .item h5{font-size: 20px;}
.work-card .card-item{padding: 10px;margin-bottom: 30px;}
  }

/* --------------- Blogs --------------- */
.blog-cst .item .img {
  height: 300px;
  border-radius: 15px; }

.blog-cst .item .cont h5 {
  font-weight: 400;
  text-wrap: pretty;
  margin-bottom: 10px; }

.blog-cst .item .cont span {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3; }

/* --------------- footer --------------- */
footer {
  padding: 140px 0 80px;
  background: var(--bg-color);
  border-radius: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  width: calc(100% - 60px); }
  footer h2 {
    font-size: 10vw;
    text-transform: uppercase; }
  footer .float_txt {
    font-size: 130px;
    font-weight: 200;
    color: var(--main-color);
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-margin-start: 50%;
    margin-inline-start: 50%;
    margin-top: -50px;
    font-family: 'Sacramento', cursive; }
  footer .social-icons {
    margin-top: 50px; }
    footer .social-icons a {
      width: 45px;
      height: 45px;
      border: 1px solid #999;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-margin-end: 10px;
      margin-inline-end: 10px;
      font-size: 14px; }
      footer .social-icons a:hover {
        background-color: var(--main-color);
        color: #222; }

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-color);
  background-color: var(--theme-color2); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 28px; }

h6 {
  font-size: 22px; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--theme-color);
  margin: 0; }

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

.light-bg {
  background: #fff;
  color: #0e0f11; }
  .light-bg .butn.butn-bord {
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .light-bg .butn.butn-bord img {
      -webkit-filter: invert(0);
      filter: invert(0); }
    .light-bg .butn.butn-bord:hover {
      background: var(--main-color);
      color: #212121; }

.main-color {
  color: var(--main-color); }

.sub-head {
  font-size: 20px; }

.title-font {
  font-family: "Six Caps", sans-serif;
  letter-spacing: normal; }

.sec-sm-head .bract {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px; }
  .sec-sm-head .bract span {
    padding: 0 10px; }

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0; }

.sec-head h2 {
  font-size: 64px;
  line-height: 1.2; }

.gray-box {
  background:var(--theme-color);
  border-radius: 30px;
  color: var(--theme-color2); }
  .gray-box .butn.butn-bord {
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .gray-box .butn.butn-bord img {
      -webkit-filter: invert(0);
      filter: invert(0); }
    .gray-box .butn.butn-bord:hover {
      background: var(--main-color);
      color: #212121; }
  .gray-box p {
    color: #4d4949; }
  .gray-box .sec-head .sub-head:after {
    background: #111; }

.text-indent {
  text-indent: 20%; }

.loader-wrap svg {
  fill: #1d1d1d; }

.crv-butn span {
  background: var(--main-color);
  color: #0e0f11; }

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 30px;
  position: relative; }
  .crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px; }

.crv-butn:hover .icon {
  margin-left: 5px; }
  .crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3); }
  .butn.butn-bord:hover {
    background: #fff;
    color: #212121; }

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1); }

.butn .icon {
  width: 18px; }

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0); }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .team-cst .thecontainer {
    width: 100%;
    min-height: auto;
    display: block;
    padding-top: 80px; }
  .team-cst .panel {
    display: block;
    padding: 0 15px !important; }
    .team-cst .panel .item {
      width: 100%;
      margin-top: 50px;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important; } }

@media screen and (max-width: 768px) {
  .work-card .card-item .img {
    height: 500px; }
  .work-card .card-item h5 {
    font-size: 80px; }
  .services-cst .item .title h2 {
    font-size: 30px;
    letter-spacing: -1px; }
  .services-cst .item .title .list {
    display: none; }
  .services-cst .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    .services-cst .item .icon img {
      width: 25px; }
  .testimonials-ds .qoute-icon .text {
    width: 180px; }
  .testimonials-ds .qoute-icon .icon {
    width: 80px; }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal; } }
