/* shivam45 changes start */

.logo{
    filter: drop-shadow(0px 5px 4px #000000);
}

.main-header--three .main-menu .main-menu__list > li > a{
    color: #000000 !important;
}

.main-header .info__item--call{
    color: #000000 !important;
}
.title_text{
  
        background: -webkit-linear-gradient(
          90deg,
          #ff3907 2%, /* Replace with the first color */
          #ff3907 21%, /* Replace with the second color */
          #ffc107 51%,   /* Replace with the third color */
          #ffc107 100%   /* Replace with the fourth color */
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        max-width: max-content;
      
}

.border_bottom{
    border-bottom: 1px solid var(--nionx-border-color, #D9D9D9);

}

.bold_text{
    font-weight: bold;
}

.stars img{
    width:21px;
}

.rating{
    background: transparent;
}

.section_padding{
    padding: 120px 0px;
}
/* .service-three__item:hover{
    background-color: #ffc107 !important;
} */