html{
  direction: ltr;
}
body{
  direction: ltr;
}

svg.fa-arrow-left-long{
  transform: rotate(180deg);
}

.navbar .content .close-icon {
right: 15px;
}

section.projects .content .service-box .service-info .service-tabs .service-tab:first-child{
    border-right:0.5px solid #7E7E7E;
    border-left:0;
}