:root {
    --red-color: #fd4450;
  }

  .section-title h3,  .section-title h1 span,.nav-item a:hover,.about-content ul li:before{
    color:var(--red-color) !important ;
  }

  .service-content-title a,.btn-default,.scrolling-ticker,.work-experience {
    background-color:var(--red-color) !important ;
    border-color:var(--red-color) !important ;
 
  }

  .btn-default:hover,.footer-links ul li a:hover{
    color:var(--red-color) !important ;
    background-color: white !important ;
    border-color: #fd4450 !important;

    color: #fd4450 !important;
  }



  .hero{
    padding: 50px 0 !important;
  }


.navbar-brand{
    width: 5% !important;
}

.footer-about figure img{
    width: 20% !important;
}

.header-sticky{
    padding-top: 10px !important;
}

.preloader{
    background-color: var(--red-color) !important;
}

.page-header {
    padding: 26px 0 !important;

}

.partners-logo {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.partners-logo .fa-brands{
    font-size: 50px;

}

.fa-react{
    color: rgb(9, 154, 190);
}

.fa-laravel{
    color: #fd4450;
}

.fa-wordpress{
    color: rgb(60, 0, 255) !important;
}
.fa-php{
    color: rgb(162, 141, 224);
}

.works-content p{
    color: black !important;
}

.footer-about ul li a {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: lowercase !important;
    margin-bottom: 0px !important;
}