
p, span{
    font-family: 'macan-regular';
    color: #242424;
    font-weight: 400;
    font-size: 15px!important;
    text-align: left;
  }
  .breadcrumb li a {
    font-size: 15px !important;
  }
  .hero-btn button {
    font-family: "macan-regular";
    color: white;
    background-color: #ff8a00;
    border-radius: 3px;
    border: 1px solid #ff8a00;
  }
  .hero-btn button a {
    font-size: 18px;
    font-family: "macan-regular";
    font-weight: 500;
    color: white;
    background-color: #ff8a00;
  }

  .our-projects h2 {
    font-size: 48px;
  }
  .our-projects p {
    font-size: 30px;
  }
  .our-projects span {
    font-size: 24px;
  }
  .our-projects button {
    font-size: 20px;
    font-weight: 500;
    background-color: #ff8a00;
    color: white;
    border-radius: 3px;
  }

  .features h3 {
    font-size: 30px;
    font-weight: 400;
    padding: 60px 0px;
  }
  .features-in {
    background-color: #ff8a00;
    color: white;
  }
  .features-in h2 {
    color: white;
    font-size: 48px;
  }
  .features-in h1 {
    color: white;
    font-size: 50px;
    font-weight: 500;
  }
  .features-in p {
    color: white;
    font-size: 22px;
  }

  /*--------------------------------------------------------------
  # Long Para Section
  --------------------------------------------------------------*/
  .long-para .icon img {
    width: 16px;
  }
  .long-para .title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    padding-left: 10px;
  }
  .long-para p {
    font-size: 15px !important;
    color: #242424!important;
  }
  .long-para li {
    font-size: 15px !important;
    color: #242424!important;
    line-height: 1.5;
  }
  .long-para li {
   padding-bottom: 10px;
  }
  .long-para .rating-box {
    background-color: #ff8a00;
    margin-right: 20px;
    color: white!important;
    padding: 15px;
    border-radius: 10px;
  }
  .long-para .long-para-right h1,
  .long-para .long-para-right h2,
  .long-para .long-para-right h3 {
    font-size: 24px;
    font-weight: bold !important;
    font-family: "macan-regular";
    line-height: 38px;
  }
  .long-para .long-para-right p {
    font-size: 17px;
    color: #333333;
    text-justify: inter-word;
    line-height: 1.5;
  }
  .fill-ratings span{
    color: white!important;
  }

  /*--------------------------------------------------------------
  # Manufacturing experts
  --------------------------------------------------------------*/
  .manufacturing-expert h4 {
    font-size: 32px;
    font-weight: bold;
    font-family: "macan-regular";
    color:#ffffff;
  }
  .manufacturing-expert .title {
    font-size: 18px!important;
    font-weight: 400;
    color:#ff8a00;
    font-family: "macan-regular";
  }
  .manufacturing-expert .body {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
  }
  .dev-skills span {
    font-size: 18px!important;
    font-weight: 600;
    font-family: "macan-regular";
    color: #1dbf73;
  }
  .dev-skills p {
    font-size: 14px!important;
    font-weight: 400;
    margin-bottom: 5px;
    color: #242424;
  }
  .dev-skills .schedule-call {
    background-color: #ff8a00;
    color: white;
    padding: 7px 14px;
    margin: 30px 0px;
    outline: none;
    border: none;
    border-radius: 3px;
  }
  .left-schedule-call {
    margin: 15px 0px 15px 35px;
  }
  /* width */
  ::-webkit-scrollbar {
      width: 3px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #ff88005e;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #ff8a00;
    }
  div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    max-height: 970px;
    overflow-x: hidden;

  }
  @media (max-width: 990px) {
    .features h3{
      text-align: center;
    }
    .features-in h2,.features-in h1, .features-in p{
      text-align: center;
    }
    .long-para, .long-para-right{
      padding: 0px 10px!important;
    }
    .dev-skills .schedule-call{
      width: 80%;
      margin-left: 10%;
    }
    div.sticky {
      position: -webkit-sticky;
      position: relative;
      top: 0;
      height: 100%;
    }
  }



  @media only screen and (max-width:768px){

   div.sticky{
    border: none !important;
    margin-top: 25px;
    margin-bottom: 25px;
    display: none;
   }
   .features,.features-in{
    display: none;
   }
   .long-para{
    margin-top: 20px;
    margin-bottom: 10px;
   }
   .our-projects button{
    font-size: 18px;
    padding: 10px;
   }
   .hero-btn button {
    padding: 10px 15px;
}

  }
