@media screen and (max-width: 767px) {
    .navlang{
      margin-top:0px; 
    }
  }

  .navlang li {
    margin-right: 10px;
  }

  [dir="rtl"] .navlang li{
    margin-left: 10px !important;
  }
  .st-purple-box {
    color: #48a1df;
    fill: #48a1df;
    background-color: rgba(103, 88, 243, 0.0); 
  }
  .st-hero.st-style1 .st-hero-title {
    font-size: 40px;
    margin-bottom: 19px; 
  }
  .st-tab-links.st-style1.dep_thumb li a img {
    height: 60px;
    width: 60px;
    border-radius: 50%
  }
  [dir="rtl"] .st-footer-widget-title:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    max-width: 170px;
    background-color: #eaeaea;
    bottom: 0;
    right: 0; }
  /*a:hover {
    color: red !important;
  }*/

  .home-menu-lang{
  display:inline-flex; 
  margin-left: 3px !important; 
  margin-right: 3px !important;
  }
  .home-menu-lang a{
  text-align: center;
  padding-right: 3px !important; 
  padding-left: 3px !important;
  }