body, html {
  overflow-x: hidden !important;
}
/*banner-stripe-animation*/
/*.hero-banner{
  padding-top: 4.5rem;
}
.hero-banner.animate-in {
  opacity: 1;
  transform: translateY(0);
}*/
.stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2; /* over background, under content */
}

.stripe {
  flex: 1;
  background: #fff; /* Or use your background color */
  animation: stripeReveal 1s forwards;
  /* stagger animation for each stripe using nth-child */
}

.stripe:nth-child(1) {
  animation-delay: 0s;
}
.stripe:nth-child(2) {
  animation-delay: 0.2s;
}
.stripe:nth-child(3) {
  animation-delay: 0.4s;
}
.stripe:nth-child(4) {
  animation-delay: 0.6s;
}
.stripe:nth-child(5) {
  animation-delay: 0.8s;
}

@keyframes stripeReveal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*hero-banner*/
/*@keyframes backgroundZoom {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size: 110%;
  }
}*/
/* Animate background to all directions */
@keyframes moveAllSides {
  0% {
    background-position: 50% 50%;
  } /* Center */
  16% {
    background-position: 0% 0%;
  } /* Top-left */
  33% {
    background-position: 100% 0%;
  } /* Top-right */
  50% {
    background-position: 100% 100%;
  } /* Bottom-right */
  66% {
    background-position: 0% 100%;
  } /* Bottom-left */
  83% {
    background-position: 50% 50%;
  } /* Return to Center */
  100% {
    background-position: 50% 50%;
  }
}
/*banner-stripe-animation*/

/*get-in-touch-btn-hero-banner*/
.get-in-touch-btn {
  position: absolute;
  width: 120px;
  height: 120px;
  display: inline-block;
  overflow: visible;
  bottom: 10%;
  right: 15%;
  z-index: 4;
  opacity: 0;
  animation: fadeInButton 0.8s ease forwards;
  animation-delay: 3s; /* Starts slightly after hero-wave reveal */
}

.circle-bg {
  position: absolute;
  left: 0px; /* Show blue offset to the left */
  top: 0px; /* Adjust vertical alignment*/
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: repeating-linear-gradient(
    135deg,
    #29A0D4,
    #29A0D4 5px,
    #20356a 5px,
    #20356a 9px
  );
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.circle-rotate {
  position: absolute;
  left: 45px;
  top: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  animation: rotatecircle 5s linear infinite;
}

@keyframes rotatecircle {
  to {
    transform: rotate(360deg);
  }
}

.rotating-text {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 3;
  letter-spacing: 0.1em;
  padding: 0.25rem;
}

.rotating-text text {
  font-size: 14px;
  fill: #29A0D4;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.center-dot {
  position: absolute;
  left: 87.5%;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
}

.center-dot i {
  font-size: 18px; /* Controls arrow size */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  top: 0.1rem;
}

.hero-btn-icon {
  transition-duration: 0.5s;
  background: #F5851F;
  padding: 0.2rem 0.46rem;
  border-radius: 100%;
}
.hero-btn-icon:hover {
  transition-duration: 0.5s;
  background: #29A0D4;
}
/*get-in-touch-btn-hero-banner*/

/*hero-wave-hero-btn-animation*/
/* Keyframes */
@keyframes fadeInWave {
  to {
    opacity: 1;
  }
}

@keyframes fadeInButton {
  to {
    opacity: 1;
  }
}
/*hero-wave-hero-btn-animation*/

/*.hero-banner {
  position: relative;
  width: 100%;
  min-height: 85vh;
  background: linear-gradient(313deg, rgb(41 160 212 / 80%) 45%, rgb(243 244 246 / 30%) 70%, #f5851f 100%), url(..//images/hero-banner-bg2.webp) no-repeat center center;
  background-position: center;
  animation: moveAllSides 10s ease-in-out infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}*/

.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
  /*font-size: 1.1rem;*/
  letter-spacing: 2px;
  opacity: 0.9;
  margin-bottom: 1rem;
  animation: fadeInUp 1s 0.2s both;
  text-transform: uppercase;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: "Montserrat", sans-serif;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.hero-title span {
  /*font-family: 'Michroma', sans-serif;*/
  font-family: "Clash Display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-title span .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: letterReveal 0.5s forwards;
}

.hero-title span .letter:nth-child(1) {
  animation-delay: 0s;
}
.hero-title span .letter:nth-child(2) {
  animation-delay: 0.1s;
}
.hero-title span .letter:nth-child(3) {
  animation-delay: 0.2s;
}
.hero-title span .letter:nth-child(4) {
  animation-delay: 0.3s;
}
.hero-title span .letter:nth-child(5) {
  animation-delay: 0.4s;
}
.hero-title span .letter:nth-child(6) {
  animation-delay: 0.5s;
}
.hero-title span .letter:nth-child(7) {
  animation-delay: 0.6s;
}
.hero-title span .letter:nth-child(8) {
  animation-delay: 0.7s;
}
.hero-title span .letter:nth-child(9) {
  animation-delay: 0.8s;
}
.hero-title span .letter:nth-child(10) {
  animation-delay: 0.9s;
}
.hero-title span .letter:nth-child(11) {
  animation-delay: 1s;
}
.hero-title span .letter:nth-child(12) {
  animation-delay: 1.1s;
}
.hero-title span .letter:nth-child(13) {
  animation-delay: 1.2s;
}
.hero-title span .letter:nth-child(14) {
  animation-delay: 1.3s;
}
.hero-title span .letter:nth-child(15) {
  animation-delay: 1.4s;
}
.hero-title span .letter:nth-child(16) {
  animation-delay: 1.5s;
}
.hero-title span .letter:nth-child(17) {
  animation-delay: 1.6s;
}
.hero-title span .letter:nth-child(18) {
  animation-delay: 1.7s;
}
.hero-title span .letter:nth-child(19) {
  animation-delay: 1.8s;
}
.hero-title span .letter:nth-child(20) {
  animation-delay: 1.9s;
}
.hero-title span .letter:nth-child(21) {
  animation-delay: 2s;
}
.hero-title span .letter:nth-child(22) {
  animation-delay: 2.1s;
}

@keyframes letterReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*@media (min-width: 576px) {
  .hero-title {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .hero-title {
    font-size: 5rem;
  }
}*/

.hero-buttons .btn {
  min-width: 150px;
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), box-shadow 0.25s;
}

.hero-buttons .btn-primary {
  background: #1a4d7a;
  border: none;
}

.hero-buttons .btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.hero-buttons .btn:hover,
.hero-buttons .btn:focus {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 24px 0 rgba(26, 77, 122, 0.3);
}

.hero-wave {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(..//images/hero-banner-wave.webp) repeat-x bottom;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    animation: fadeInWave 1s ease forwards;
    animation-delay: 2s;
}

.fade-in {
  opacity: 0;
  animation: fadeInUp 1.5s forwards;
}
.fade-in.delay {
  animation-delay: 0.75s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*hero-banner*/

/*who-we-are*/
.about-section {
  padding-bottom: 6rem;
  background-image: url(..//images/scale-pattern-uw.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
  padding-top: 3rem;
}
.about-img-clip {
  position: relative;
  width: 100%;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 20%);
}
.about-img-clip img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  filter: grayscale(1);
}
.about-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #F5851F;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 9px 18px 6px 18px;
  font-size: 1.55rem;
  box-shadow: 0 2px 14px 0 rgba(200, 80, 30, 0.15);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: end;
  font-family: "Clash Display", sans-serif;
}
.about-badge span {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-top: 0px;
  font-family: "Montserrat", sans-serif;
}

/* Right column */
.about-col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /*gap: 2rem;*/
  gap: 1rem;
}
/*.about-mission-card {
  background-color: #29A0D4;
  height: 275px;
  padding: 2rem 2.2rem 2rem 2rem;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(10, 20, 90, 0.09);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-image: url(..//images/scale-pattern-uw.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: inherit;
  position: relative;
}*/
.about-mission-card {
    /*background-color: #29A0D4;*/
    background: #414141;
    height: 275px;
    padding: 2rem 2.2rem 2rem 2rem;
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(10, 20, 90, 0.09);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    /*gap: 1rem;*/
    /*background-image: url(..//images/scale-pattern-left.png);
    background-repeat: no-repeat;
    background-position: 0 105%;
    background-size: inherit;*/
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 90px), calc(100% - 80px) 100%, 0% 100%);
    /*new*/
    background-image: url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.about-mission-card::before {
  content: "";
  position: absolute;
  background: #F5851F;
  width: 0.35rem;
  height: 75%;
  left: 0;
  z-index: 0;
  display: block;
  top: 11.5%;
  border-radius: 0 0.5rem 0.5rem 0;
}
.about-mission-title {
  color: #F5851F;
  font-size: 1.5rem;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
/*@media (max-width: 991.98px) {
  .about-section h2 {
    font-size: 1.55rem;
  }
  .about-img-clip img {
    height: 185px;
  }
  .about-badge {
    font-size: 1.12rem;
  }
  .about-col-right {
    align-items: center;
  }
  .about-mission-card,
  .about-main-btn {
    max-width: 340px;
  }
}*/
/*@media (max-width: 767.98px) {
  .about-section {
    padding: 30px 0;
  }
  .about-main-btn {
    padding: 0.75rem 1.3rem;
  }
  .about-img-clip {
    max-width: 96%;
  }
  .about-col-right,
  .about-col-left {
    align-items: center;
  }
  .about-mission-card {
    max-width: 95%;
    padding: 1.3rem;
  }
}*/
/*who-we-are*/

/*our-process*/
.our-process {
    background-image: url(..//images/scale-pattern-dw.png), url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: contain;
}
.process-main{
  position: relative;
  z-index: 1;
}
.process-main:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    /*background: #F2F4F5;*/
    background: #29A0D4;
    top: 5rem;
    z-index: -1;
}
.process-main:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #29A0D4;
    bottom: 0rem;
    z-index: -1;
}
.step-main{
  position: relative;
  z-index: 1;
  /*new*/
  padding: 1rem;
  transition-duration: .3s;
}
.step-main:hover{
  transform: scale(1.01);
  transition-duration: .3s;
}
.step-2:before {
    position: absolute;
    content: '';
    width: 75%;
    height: 2px;
    background: #29A0D4;
    transform: rotate(90deg);
    bottom: 45%;
    right: 72%;
    z-index: -1;
}
.step-2:after {
    position: absolute;
    content: '';
    width: 75%;
    height: 2px;
    background: #29A0D4;
    transform: rotate(90deg);
    bottom: 45%;
    left: 63%;
    z-index: -1;
}
.step-name .s1 {
    display: inline-block;
    padding: .25rem 1rem;
    background: #FFF;
    border-radius: 2rem;
    color: #29A0D4;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: 2px solid #F2F4F5;
    position: relative;
    transition-duration: .3s;
}
.step-name .s2 {
    display: inline-block;
    padding: .25rem 1rem;
    background: #FFF;
    border-radius: 2rem;
    color: #29A0D4;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: 2px solid #F2F4F5;
    position: relative;
    transition-duration: .3s;
}
.step-name .s3 {
    display: inline-block;
    padding: .25rem 1rem;
    background: #FFF;
    border-radius: 2rem;
    color: #29A0D4;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: 2px solid #F2F4F5;
    position: relative;
    transition-duration: .3s;
}
.step-name .s2:before {
    position: absolute;
    left: -4.5rem;
    top: -10%;
    color: #29A0D4;
    font-size: 1.25rem;
    content: "\f2e5";
    font-family: 'remixicon', sans-serif;
    line-height: 1;
    background: #FFF;
    padding: .4rem .3rem;
    border-radius: 100%;
    border: 2px solid #F2F4F5;
    transition-duration: .3s;
}
.step-name .s3:before {
    position: absolute;
    left: -5rem;
    top: -10%;
    color: #29A0D4;
    font-size: 1.25rem;
    content: "\f2e5";
    font-family: 'remixicon', sans-serif;
    line-height: 1;
    background: #FFF;
    padding: .4rem .3rem;
    border-radius: 100%;
    border: 2px solid #F2F4F5;
    transition-duration: .3s;
}
.step-1:hover .step-name .s1{
  background: #29A0D4;
  color: #FFF;
  transition-duration: .3s;
}
.step-2:hover .step-name .s2{
  background: #29A0D4;
  color: #FFF;
  transition-duration: .3s;
}
.step-3:hover .step-name .s3{
  background: #29A0D4;
  color: #FFF;
  transition-duration: .3s;
}
.step-2:hover .step-name .s2:before{
  background: #F5851F;
  color: #FFF;
  transition-duration: .3s;
}
.step-3:hover .step-name .s3:before{
  background: #F5851F;
  color: #FFF;
  transition-duration: .3s;
}
/*our-process*/



/*recent-projects*/
.projects {
    padding: 8rem 0;
    background-image: url(..//images/scale-pattern-dw.png), url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: contain;
}
.project-logo{

}
.slider-row::before, .slider-row::after {
    content: "";
    position: absolute;
    top: -.4rem;
    width: 8rem;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.slider-row::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #414141);
}
.slider-row::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #414141);
}
.project-logos-slider {
  width: 100%;
  background: #fafbfc;
  overflow: hidden;
}
.slider-row {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 68px; /* Adjust for your logo size */
}
.logos-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 44px;
  /* Prevent image selection while animating */
  user-select: none;
}
.project-logo {
    height: 3.5rem;
    width: auto;
    opacity: 1;
    background: #FFF;
    padding: 1rem;
    border-radius: 1rem;
}
/*.project-logo:hover {
  opacity: 1;
  filter: grayscale(0);
}*/
.slider-row-ltr .logos-track {
  animation: scroll-ltr 45s linear infinite;
}
.slider-row-rtl .logos-track {
  animation: scroll-rtl 45s linear infinite;
}
@keyframes scroll-ltr {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@keyframes scroll-rtl {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Responsive logo sizing */
@media (max-width: 600px) {
  .slider-row { height: 44px; }
  /*.project-logo { height: 32px; }*/
  .project-logo {
        height: 2.75rem;
        padding: .5rem;
    }
  .logos-track { gap: 20px; }
}
@media(max-width: 767px){
  .slider-row::before, .slider-row::after{
    top: 0;
  }
}
/*.project-logo-img{
  width: 100%;
  padding: 1rem;
  background: #FFF;
  border-radius: 1rem;
}
.white-btn{
  background: #FFF;
}
.orange-btn-text span{
  color: #F5851F;
}
.white-btn:hover .btn_inner .orange-btn-text span{
  color: #F2F4F5;
}*/
/*recent-projects*/

/*why-us*/
.why-us{
    background-image: url(..//images/scale-pattern-dw.png), url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: contain;
}
      .why-us-img-col {
        position: relative;
        overflow: hidden;
        clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 80px);
      }

      .why-us-img-col img {
        display: block;
        width: 100%;
        height: 100%;
        /*min-height: 220px;*/
        object-fit: cover;
        filter: brightness(.5);
        border-radius: 1.5rem;
        clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 80px);
      }

      .why-us-card {
        display: block;
        /*background: #29A0D4;*/
        background: #414141;
        border-radius: 1.5rem;
        padding: 2rem;
        position: relative;
        /*background-image: url(..//images/scale-pattern-uw.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: inherit;*/
        /*clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 90px), calc(100% - 75px) 100%, 0% 100%);*/
        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 60px), calc(100% - 70px) 100%, 0% 100%);
      }

      .why-us-card:before {
        content: "";
        position: absolute;
        background: #F5851F;
        width: 0.35rem;
        height: 75%;
        left: 0;
        z-index: 0;
        display: block;
        top: 11.5%;
        border-radius: 0 0.5rem 0.5rem 0;
      }

      .feature-icon {
        color: #FFF;
        font-size: 2.5rem;
      }

      .play-btn-outer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      .play-btn {
          width: 85px;
          height: 85px;
          background: rgba(14, 28, 46, 0.56);
          border: 3px solid #FF601F;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          cursor: pointer;
          font-size: 2rem;
          box-shadow: 0 4px 22px 0 rgba(12, 12, 48, 0.12);
          transition: box-shadow .13s;
          backdrop-filter: blur(1px);
      }

      .play-btn i {
        color: #F5851F;
        font-size: 3rem;
        font-weight: normal;
      }

      .why-us-icon {
        font-size: 2rem;
        background: #153b7b;
        padding: 8px 14px;
        border-radius: 1rem;
        border-left: 4px solid #F5851F;
        color: #fff;
        margin-top: 3px;
      }

      .modal-content {
        background: none;
        border: none;
        box-shadow: none;
      }

      .video-popup-close {
        position: absolute;
        right: -18px;
        top: -22px;
        background: #fff;
        color: #29A0D4;
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        cursor: pointer;
        box-shadow: 0px 2px 12px 0 rgba(12, 17, 87, 0.07);
        z-index: 10;
      }
/*why-us*/


/*contact-form*/
.contact {
    /*padding: 6rem 0 2.5rem !important;*/
    background: url(..//images/scale-pattern-dw.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.form-main{
  padding: 0;
}
.contact-left {
    padding: 2rem;
    border-radius: 1.5rem;
    position: relative;
    padding-left: 2.75rem;
    background-image: url(..//images/scale-pattern-right.png);
    background-repeat: no-repeat;
    background-position: 0 110%;
    background-size: inherit;
}
.contact-left:before{
    content: "";
    position: absolute;
    background: #F5851F;
    width: 0.35rem;
    height: 75%;
    left: 0;
    z-index: 0;
    display: block;
    top: 11.5%;
    border-radius: 0 0.5rem 0.5rem 0;
}
.info-label {
  font-family: 'Montserrat', sans-serif;
  /*margin-bottom: 0.4em;*/
}
.info-sec {
  margin-bottom: 1.5rem;
}
.social-btns {
  display: flex;
  gap: 1rem;
}
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #FFF;
    color: #29A0D4;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background .16s;
}
.social-btn:hover {
  background: #29A0D4;
  color: #fff;
}
.form-main{
  padding: 0;
}
.form-label { color: #29A0D4; font-weight: 700; font-family: 'Montserrat', sans-serif; letter-spacing:0;}
.form-control {
  border: 2px solid #e4e7ed;
  border-radius: 0.8rem;
  font-size: 1.05rem;
  font-family: 'Montserrat', sans-serif;
  color: #53586A;
  background: #fff;
  box-shadow: none;
  transition: border .14s;
}
.form-control:focus {
  border-color: #F5851F;
  box-shadow: 0 0 0 0.13rem rgba(255,96,22,0.13);
  color: #29A0D4;
}
.btn-orange {
  background: #F5851F;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
  border-radius: 2rem;
  border: none;
  padding: 12px 38px;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  transition: background .13s;
}
.btn-orange:hover { background: #29A0D4; color: #FFF}
::placeholder { color: #b1b5c3; font-family: inherit; }

#footer > .thankyou-footer-wrapper{
  display: none !important;
}
/*contact-form*/

/*team*/
.team{
    background-image: url(..//images/scale-pattern-dw.png), url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: contain;
}
.team-main-card {
    clip-path: polygon(80px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 80px);
    /*background: linear-gradient(90deg, #F2F4F5 50%, #29A0D4 50%);*/
    /*background: linear-gradient(90deg, #FFF 50%, #29A0D4 50%);*/
    background: #414141;
    border-radius: 1.7rem;
    border: 2px solid #FFF;
}
.team-image{
  /*padding: 1rem;
  padding-bottom: 0;*/
  padding: 1rem 0 0;
}
.team-img{
  width: 100%;
  object-fit: cover;
  /*padding: 1.5rem 1.5rem 0;*/
  padding: 0;
}
.team-description {
    padding: 1rem;
    border-radius: 0 0 1.5rem 1.5rem;
}
.team-member-name{

}
.team-mem-position{

}
.mem-role{
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  word-spacing: 0;
}
.team-sm{

}
.team-social-icon{
  color: #29A0D4;
  font-size: 1.5rem;
  font-weight: normal;
}
.team-social-icon:hover {
    color: #F5851F;
}
/*team*/

/*testimonials*/
/*.testimonials{
    background-image: url(..//images/scale-pattern-dw.png), url(..//images/scale-pattern-left.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: contain;
    padding-bottom: 8rem !important;
}
.testimonial-card {
    background: #FFF;
    border-radius: 1.5rem;
    padding: 2rem;
    margin: 0;
    min-height: 275px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 90px), calc(100% - 75px) 100%, 0% 100%);
    background-image: url(..//images/scale-pattern-dw.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: inherit;
    position: relative;
    z-index: 1;
}
.testimonial-card::before{
  position: absolute;
  top: 7rem;
  right: 3rem;
  content: '\ec52';
  font-family: "remixicon", sans-serif;
  color: #29A0D4;
  font-size: 8rem;
  opacity: .1;
  z-index: 0;
  font-weight: 900;
}
.testimonial-rating i {
    color: #29A0D4;
    font-size: 1rem;
}
.testimonial-title {
  margin-top: 1em;
}
.testimonial-desc {
  color: #bdc6df;
  font-size: 1rem;
  min-height: 58px;
}
.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    gap: 1rem;
}
.testimonial-user-img {
  width: 46px;
  height: 46px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid #fff;
  background:#F2F4F5;
}
.user-name span {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #29A0D4;
}
.user-role span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .75rem;
    color: #53586A;
}
.carousel-indicators [data-bs-target] {
    background: #FFF;
    border-radius: 50px;
    height: 1px;
    width: 20px;
    opacity: 1;
    margin: .25rem;
}
.carousel-indicators .active {
  background:#F5851F;
  opacity:1;
  width:40px;
}
.carousel-indicators{
  bottom: -5rem;
}
@media (max-width: 767.98px){
  .testimonial-card {padding:1rem 0.7rem 1rem 0.7rem;}
  .testimonial-title {font-size:.97rem;}
}*/
/*testimonials*/

/*faqs*/
.faqs {
    padding: 8rem 0 1rem !important;
    background-image: url(..//images/scale-pattern-dw.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.accordion{

}
.accordion-item{
  border:none;
  background:transparent;
  margin-bottom:1rem;
  border-radius:1.5rem;
  overflow:hidden;
}
/* Only apply top corners to question */
.accordion-button {
  border-radius: 1rem 1rem 0 0 !important;
}
/* On collapse (closed), all corners */
.accordion-button.collapsed {
  border-radius: 1rem !important;
}
/* Only apply bottom corners to answer */
.accordion-body {
  border-radius: 0 0 1rem 1rem !important;
}
.accordion-button {
    font-family: 'Clash Display', sans-serif;
    font-weight: 600;
    color: #29A0D4;
    padding: 1.13rem 1.8rem 1.1rem 1.5rem;
    font-size: 1.5rem;
    outline: none;
    background: #F2F4F5;
    transition: background .26s, color .18s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-spacing: 5px;
    letter-spacing: .5px;
}
.accordion-button:not(.collapsed){
  background:#29A0D4;
  color:#fff;
}
.accordion-button:focus{
  box-shadow:none !important;
}
.chevron-icon {
  font-size: 2.1rem;
  transition: transform .22s, color .18s;
  color:#29A0D4;
  margin-left: auto;
}
.accordion-button:not(.collapsed) .chevron-icon {
  color:#fff;
  transform: rotate(180deg);
}
.accordion-body {
    background: #29A0D4;
    color: #fff;
    border-radius: 0 0 1rem 1rem;
    font-size: 1rem;
    padding: 1rem;
    border-top: 1px solid #F2F4F6;
    transition: background .26s, color .18s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.accordion-button::after{
  display: none;
}
.accordion-button:not(.collapsed)::after{
  display: none;
}
@media (max-width:600px) {
  .accordion-button { font-size:1.04rem; padding:1rem 1rem;}
  .accordion-body {padding:0.88rem 0.95rem;}
}
/* Contact Side Cards */
.side-card {
    background: #F5851F;
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    background-image: url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: 0 128.5%;
    background-size: inherit;
    margin-bottom: 2rem;
}
.side-card-que h5 {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Clash Display", sans-serif;
    color: #FFF;
    margin: 0;
}
.side-card-ans p {
    font-size: .75rem;
    font-weight: 500;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1rem;
}
/*.card-diagonal {
  position:absolute; left:0; top:0; width:100%; height:100%; z-index:0;
  background: repeating-linear-gradient(116deg, transparent, transparent 16px, #163266 18px, transparent 40px);
  opacity:0.09; border-radius:inherit; pointer-events:none;
}*/
.side-icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    background: #FFF;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.side-icon i {
    font-size: 1.5rem;
    color: #F5851F;
    position: relative;
    left: .75rem;
    top: .5rem;
}
.contact-btn {
    background: #FFF;
    color: #F5851F;
    border: none;
    border-radius: 2rem;
    padding: .75rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
    transition-duration: .5s;
}
.contact-btn:hover{
  background: #29A0D4;
  color: #FFF;
  transition-duration: .5s;
}
.service-card {
    background: #fff;
    border-radius: 1.08rem;
    padding: 1.5rem 2rem;
    color: #29A0D4;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.service-icon {
    background: #F5851F;
    color: #FFF;
    border-radius: 50%;
    padding: .7rem 1rem;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.service-label span {
    font-weight: 700;
    font-size: 1.25rem;
    color: #29A0D4;
    font-family: 'Montserrat', sans-serif;
}
.service-sub span{
    color: #414141;
    font-size: 1rem;
    font-weight: 500;
}
.service-sub span a{
    color: #414141;
    font-size: 1rem;
    font-weight: 500;
}
.service-sub span a:hover{
  color: #29A0D4;
}

/*faqs*/

/*we use this class for partners initially! but now we are using it as projects. dont confuse*/

/*partners*/
.partners {
  padding: 1rem 0;
}

@keyframes scrollLTR {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  /*padding: 0rem 0 1rem;*/
}

.logo_items {
  display: inline-flex;
  animation: scrollLTR 25s linear infinite;
}

/*.logo_items img {
    height: 3rem;
    margin-right: 3rem;
    flex-shrink: 0;
}*/

.logo_items img {
    height: 3rem;
    margin-right: 3rem;
    flex-shrink: 0;
    background: #FFF;
    padding: .75rem;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Optional gradient overlays */
.logos::before,
.logos::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logos::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #414141);
}

.logos::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #414141);
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

/*partners*/

/*responsive*/
@media(max-width: 1199px){
  .about-section, .our-process, .projects, .why-us{
    background-size: inherit;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  .about-mission-card{
    gap: 1rem;
  }
  .step-2:before {
    width: 130%;
    right: 48%;
  }
  .step-2:after {
    width: 130%;
    left: 36%;
  }
  .side-card {
    background-size: contain;
    background-position: bottom;
  }
  .hero-wave{
    background-size: 105% 35%;
    bottom: 0px;
  }
}
@media(max-width: 991px){
  .sec-main{
    padding: 3rem 0 !important;
  }
  .process-main:before, .process-main:after, .step-2:after, .step-2:before, .step-name .s2:before, .step-name .s2:after{
    display: none;
  }
  .process-main{
    margin-top: 3rem;
  }
  .step-main{
    padding: 0;
  }
  .about-mission-card{
    height: auto;
  }
  .about-col-right{
    align-items: center;
  }
  .about-section{
    padding-bottom: 3rem;
  }
  .slide .slideText h1{
    line-height: 1.25 !important;
    padding: 0 1rem !important;
    font-size: 2.75rem !important;
  }
  .hero-wave{
    background-size: 120% 40%;
  }
}
@media(max-width: 767px){
  .service-card{
    box-shadow: none !important;
    border: 1px solid #F5851F;
  }
  .circle-bg{
    width: 80px;
    height: 80px;
  }
  .circle-rotate{
    width: 80px;
    height: 80px;
  }
  .rotating-text{
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    padding: .5rem;
  }
.center-dot {
        right: 0;
        top: 33%;
        width: 20px;
        height: 20px;
        box-shadow: none;
        border: none;
        left: 70%;
    }
  .center-dot i{
    font-size: 14px;
  }
  .get-in-touch-btn{
    bottom: 5%;
    right: 10%;
  }
}
/*responsive