/* Header css starts */
ul.sub-menu li a {
    font-size: 13px !important;
    padding: 8px 12px !important;
}
/* Header css ends */

/* footer css starts */
.menu-link
{
    padding-right: 2px;
    color: #555555;
    font-size: 18;
    line-height: 1;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.bx-chevron-right
{
  color:#3fbbc0;
}

/* footer css ends */

/* session css starts */
.icon-box {
  display: flex;
  align-items: center;
  gap: 10px; /* space between icon and text */
}

.icon-box i {
  font-size: 20px;
  color: #4e00c2; /* or your theme color */
}

.icon-box h4 {
  margin: 0;
  font-size: 18px;
}
/* session css ends */

/* login and sign in css starts */

.vl-btn4::after {
    display: none !important;
    position: static;
}

/* login and sign in css ends */

.fst-italic{
  padding-top: 80px; 
}

.heading5 h2 {
    color: #ff8f00 !important;
  }

.heading2 h2 {
    color: #ff8f00 !important;
  }

.container .text-primary {
     color: #ff8f00 !important;
}

.vl-btn4 {
  background: #0071bc !important;
}

.heading5 h5 {
    color: #0071bc !important;
  }

.heading8 h5 {
  color: #0071bc !important;
}

.work5-section-area .work-widget-boxes .work-boxarea:hover h5 {
    background:  #ff8f00 !important;

  }

  .work5-section-area .work-widget-boxes .work-boxarea:hover .icons {
    background:#0071bc !important;

  }

  .homepage3-body .vl-offcanvas {
    background:#0071bc !important;
  }

.btn-primary {
      background: #0071bc !important;
    }