
  .logo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
  }
  .logo .icon {
    width: 50%;
    max-width: 300px;
  }
  .logo .icon path {
    color: #F3F3F3;
    stroke-width: 3px;
    stroke-dashoffset: -3000;
    stroke-dasharray: 3000;
  }
  .logo .icon path.is-active {
    animation-name: icon;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .logo .text {
    width: 100%;
    max-width: 900px;
  }
  .logo .text text {
    color: #F3F3F3;
    stroke-width: 3px;
    stroke-dashoffset: -800;
    stroke-dasharray: 800;
  }
  .logo .text text.is-active {
    animation-name: text;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  
  @keyframes icon {
    50% {
      stroke-dashoffset: 0;
      fill: transparent;
    }
    75% {
      fill: transparent;
      stroke-width: 3px;
    }
    100% {
      stroke-dashoffset: 0;
      fill: #F3F3F3;
      stroke-width: 0px;
    }
  }
  @keyframes text {
    50% {
      fill: transparent;
    }
    75% {
      fill: transparent;
      stroke-dashoffset: 0;
      stroke-width: 3px;
    }
    100% {
      stroke-dashoffset: 0;
      fill: #F3F3F3;
      stroke-width: 0px;
    }
  }

.devlopnm:hover{
    color: #ffbe33 !important;;
}

.headeing-text h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 68px;
    color: #1c1c1c;
    display: block;
    margin: 0;
    text-transform: uppercase;
}
.headeing-subheading-text {
    color: #999;
    line-height: 40px;
    text-align: center;
    font-weight: 200;
  font-size:20px;

}
.client-section .client-logo{
  margin-bottom: 50px;
}
.client-section .client-logo .item {
    transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
    margin-bottom: 15px;
    background-color: #fff;
    margin: 10px;
    padding: 30px;
    border: 1px solid #efeeee;
    /* background-color:#ddd; */
}
.client-section .client-logo .item:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.client-section .client-logo img {
    width: 100px;
    margin: 0 auto;
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client-section .client-logo img:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.secimg{
  height: 550px;
   width: auto;
}
@media (min-width: 900px) {
.sec-hei{
  height: 100vh;
}

}
.contact-info-row {
  row-gap: 50px;
}

@media (min-width: 200px) and (max-width: 890px) {
  .secimg {
    height: 270px;
    width: auto;
    margin-top: 20px;
  }
  .nm-foot {
    text-align: center;
    justify-content: center !important;
  }
  .custom-big-font-size-1 {
    font-size: 3.2rem;
  }
  .contact-info-row {
    row-gap: 4px;
  }
}
@media (min-width: 200px) and (max-width: 690px) {
  .custom-big-font-size-1 {
    visibility: hidden;
  }

  .mobile-sec-spacing {
    margin-top: 308px !important;
  }
}