  
  /* Hero Circle */
  @-webkit-keyframes rotated_circle {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }


.work-process-item {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;  }

 .work-process-item  .icon .elementor-icon svg {
	 padding:26px;
	 background: #FC653C !important;
        line-height: 120px;
        border-radius: 50%;
        text-align: center;
	 width:125px !important;
	 height:125px !important;
}
     .work-process-item .icon  .number {
        z-index: -1;
        opacity: 0.15;
        line-height: 1;
        font-size: 85px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-weight: 700;
        position: absolute;
        color: transparent;
        -webkit-text-stroke: 1px;
        -webkit-text-stroke-color: #293043;
        -webkit-transform: translate(-70%, -60%) rotate(-50deg);
        -ms-transform: translate(-70%, -60%) rotate(-50deg);
        transform: translate(-70%, -60%) rotate(-50deg); }



    .work-process-item .icon .elementor-icon {
      z-index: 1;
      padding: 15px;
      position: relative;
      margin-bottom: 20px;
      display: inline-block; 
}
       
        .work-process-item  .icon .elementor-icon svg:before {
          line-height: inherit; }
.work-process-item .icon .elementor-icon:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  transition: 0.5s;
  border-radius: 50%;
  transform: scale(0) rotate(0deg); /* Adjusted for symmetry */
  border: 2px dashed #FC653C;
  transform-origin: center;
}


    .work-process-item p {
      font-size: 18px; }
    .work-process-item:hover  .icon .elementor-icon svg {
       }
    .work-process-item:hover .icon .elementor-icon:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-animation: rotated_circle 5s linear infinite;
      animation: rotated_circle 5s linear infinite;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
  
  .work-process-shape {
    position: absolute;
    width: 110%;
    top: -10%;
    left: -5%;
    z-index: -1; }
.sub-title {
    font-size: 18px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fc653c !important;
    text-decoration: underline!important;}

  .sub-title:after, .sub-title:before {
	   content: "...";
    float: left;
    line-height: 0px;
    font-size: 20px;
    font-weight: 300;
 color: #fc653c !important;
    font-weight: 900;  margin-top:9px; text-underline-offset: 8px;text-decoration-thickness: 1px;
  }
 .sub-title:after {
	 margin-left:20px;
}
.sub-title:before {
	 margin-right:20px;
}

.section-title .sub-title:before {
      margin-right: 20px; }

.section-title .sub-title:after {
      margin-left: 20px;
      display: none; }



  .project-three-active .project-item .project-content {
    -webkit-box-shadow: 5px 0 15px rgba(195, 195, 195, 0.35);
    box-shadow: 5px 0 15px rgba(195, 195, 195, 0.35); }
        /* Project Item */
        .project-item {
            position: relative;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            border-radius: 0px;
            transition: transform 0.3s ease-in-out;
            width: 100%; display: inline-block; visibility: visible;
        }
        .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.slick-slide {
  margin-right: 5px; 
	margin-left:10px;/* Gap between slides */
  width: calc(33.33% - 20px);  /* 3 slides per row with the gap (subtract margin from total width) */
  box-sizing: border-box;  /* Ensure margin is included in the width */
}

.slick-track {
  display: flex;
  gap: 20px; /* Adds space between slides */
}

.slick-list {
  overflow: hidden;  /* Hides any part of the slides that exceed the container */
}


.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}


        /* Image styling */
        .project-iamge {
            position: relative;
            overflow: hidden;
        }

        .project-iamge img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 0px;
            transition: none; /* No scaling effect */
        }

      

        /* Details button (arrow) */
        .details-btn {
            width: 52px;
            height: 52px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }

        .details-btn svg {
            width: 28px!important;
            height: 28px!important;
        }
.details-btn:hover svg path{
    fill: white;
}
        .details-btn:hover {
           
            background-color: #fc653c;
        }

        /* Project content */
        .project-content {
            padding: 20px;
            background-color: #fff;
            border-radius: 0 0 10px 10px;
            text-align: center;
        }

        /* Project title and category */
       

        .project-content h4   a {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 80px;
            color:#293043;
            cursor: pointer;
            outline: none;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            text-decoration: none!important; }
    .project-content h4 a:hover, .project-content h4 a:focus, .project-content h4 a:visited {
      text-decoration: none;
      outline: none; }

      .project-content h4  a:hover {
      color: #fc653c; }
      

        .project-content .category {
            font-size: 14px;color: #fc653c;
            margin-top:10px;
        }
       
      

               .project-area:after {
            content: '';
            left: 0;
            bottom: 0;
            z-index: -1;
            position: absolute;
            background: #0e1b38;
            width: 100%;
            height: calc(100% - 165px);
        }

        .project-item {
            text-align: center;
            margin-bottom: 30px;
        }

        .project-item .project-iamge {
            overflow: hidden;
            position: relative;
        }

        .project-item .project-iamge img {
            width: 100%;
        }

        .project-item .project-over {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: 100%;
            transition: 0.75s;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

        .project-item .project-over:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0.5;
            background: #1e1e22;
        }

        .project-item .project-over h3,
        .project-item .project-over .details-btn {
            z-index: 1;
            opacity: 0;
            transition: 0.35s;
            margin-left: -25px;
            position: relative;
        }

        .project-item .project-over .details-btn {
            margin-bottom: 20px;
        }

        .project-item .project-over h3 {
            color: white;
            margin-bottom: 0;
        }

       

        .project-item .project-content {
            padding: 22px;
            box-shadow: 10px 0 60px rgba(195, 195, 195, 0.3);
        }

        .project-item .project-content h5 {
            margin-bottom: 0;
        }

       

        .project-item:hover .project-over {
            bottom: 0;
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

        .project-item:hover .project-over h3,
        .project-item:hover .project-over .details-btn {
            opacity: 1;
            margin-left: 0;
        }

        .project-item:hover .project-over .details-btn {
            transition-delay: 0.7s;
        }

        .project-item:hover .project-over h3 {
            transition-delay: 0.9s;
        }

        .project-item.style-two .project-over .details-btn {
            margin-bottom: 0;
        }

        .project-item.style-two .project-over:after {
            opacity: 0.5;
            background: #1e1e22;
        }

        .project-item.style-two .project-content h4 {
            margin-bottom: 0;
        }
  

        .project-item.style-two .project-content .category {
            display: flex;
            align-items: center;
            justify-content: center;
            
        }


        .project-item.style-two .project-content .category:after, .project-item.style-two .project-content .category:before {
            content: '';
            width: 30px;
            height: 2px;
            background: #fc653c;
        }

        .project-item.style-two .project-content .category:after {
            margin-left: 20px;
        }

        .project-item.style-two .project-content .category:before {
            margin-right: 20px;
        }

        .project-item.style-three {
            position: relative;
            margin-bottom: 60px;
        }

      
  

  
  /*** Slick Dots ***/
  .slick-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .slick-dots li {
        list-style: none;
    padding: 0;
    margin: 0; 
      position: relative;
      cursor: pointer;
      width: 10px;
      height: 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      margin: 0px 5px 0;
      border-radius: 50%;
      background: transparent;
      border: 2px solid #fc653c; }
      .slick-dots li button {
        opacity: 0; }
      .slick-dots li.slick-active {
        background: #fc653c; }
  
.btn_services .elementor-button-wrapper a:hover .elementor-button-icon svg path{
    fill: #046BD2; /* Change SVG color to white on hover */
}
.project-iamge {
    width: 100%;
    height: 273px;
    overflow: hidden;
    position: relative;
}

.project-iamge img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crop to fill the box without distortion */
    display: block;
}
