@media screen and (min-width: 767px) {
   .sevice-item .entry-title{
      padding-right: 35%;
   }
   .step-widget .step-item::before,
   .step-widget .step-item i{
     top: 50%;
     transform: translateY(-50%);
   }
   .step-widget .step-item::before{
      width: 43%;
      height: 1px;
      background-repeat: repeat-x;
      background-position: top;
      background: linear-gradient(to right,#b7b7b7 40%,rgba(255,255,255,0) 0%);
      background-size: 10px 1px;
      left: 78%;
   }
   .step-widget .step-item i{
      left: 94%;
   }
   .cnk-clients-carousel{
      padding: 50px 60px;
   }
   .cnk-counter-number{
      font-size: 40px;
   }
   .cnk-counter-title{
      font-size: 18px;
   }
   .cnk-counter-box .prefix,
   .cnk-counter-box .suffix{
      font-size: 36px;
   }
   .cnk-clients-carousel .company-logo{
      box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%)
   }
   .cnk-testimonial-carousel .comment{
      min-height: 137px;
   }
   .project-carousel .swiper-slide img{
      height: 188px !important;
      object-fit: cover !important;
   }
   .project-carousel .elementor-swiper-button{
      background: #4AAF3E;
      width: 40px;
      height: 40px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px !important;
   }
   footer .wpcf7-form-control.wpcf7-text{
      width: 532px;
      height: 60px;
   }
   footer .wpcf7-form-control.wpcf7-submit{
      height: 60px;
      margin-left: 20px;
      font-size: 20px;
   }
   
}
@media screen and (max-width: 767px) {
   h2 {
     font-size: 1.4em;
     line-height: 1.3;
   }
   .e-con-inner [class^="col-"],
   .e-con-inner [class*=" col-"] {
     padding-left: 0 !important;
     padding-right: 0 !important;
   }
   .step-widget .step-item{
      margin-bottom: 80px;
   }
   .step-widget .step-item::before{
      width: 1px;
       height: 90px;
       background: linear-gradient(to bottom,#b7b7b7 40%,rgba(255,255,255,0) 0%);
       background-position-x: 0%;
       background-position-y: 0%;
       background-repeat: repeat;
       background-size: auto;
       background-position: left;
       background-size: 1px 10px;
       background-repeat: repeat-y;
       top: 100%;
       left: 50%;
   }
   .step-widget .step-item i{
      bottom: -62px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
   }
   .sevice-item .entry-title{
      padding-right: 25%;
   }
   .cnk-clients-carousel{
      padding: 10px;
   }
   .cnk-counter-number{
      font-size: 24px;
   }
   .cnk-counter-box .prefix,
   .cnk-counter-box .suffix{
      font-size: 18px;
   }
   .cnk-counter-title{
      font-size: 14px;
   }
   .cnk-clients-carousel .company-logo{
      box-shadow: 0 5px 20px 0 rgba(2, 40, 102, 0.09);
   }
   table td{
      font-size: 14px;
   }
   footer .wpcf7-form-control.wpcf7-text{
      width: 100%;
      height: 50px;
   }
   footer .wpcf7-form-control.wpcf7-submit{
      height: 50px;
      margin-top: 15px;
      font-size: 16px;
   }
}