@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Readex Pro", sans-serif;
  color: #212121;
  font-size: 19px;
  font-weight: 300;
  overflow-x: hidden;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #212121;
  text-decoration: none;
}

a:hover {
  color: #deaa54;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #344865;
}

a,
#header,
#header.header-scrolled,
.navbar a,
.navbar a:focus,
.navbar a i,
.service-block,
.img-block,
.service-details,
.rm-btn i,
.scroll-top,
.scroll-top i,
.navbar .dropdown ul,
.mobile-nav-toggle,
.navbar-mobile,
.navbar-mobile ul,
a.language img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

::selection {
  background: #344865;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
  outline: 0;
}

p {
  font-size: 19px;
}

p:last-child {
  margin-bottom: 0;
}

section {
  overflow: hidden;
  padding: 100px 0;
}

.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: #deaa54;
  bottom: 4px;
  left: calc(50% - 40px);
}

.scroll-top {
  position: absolute;
  visibility: visible;
  opacity: 1;
  left: 5px;
  top: -16px;
  z-index: 996;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.scroll-top i {
  font-size: 24px;
  color: #202020;
  line-height: 0;
}

.scroll-top:hover i {
  padding-bottom: 20px;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.dot-spinner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.8rem;
  width: 2.8rem;
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: #344865;
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(.9s * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(.9s * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(.9s * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(.9s * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(.9s * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(.9s * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(.9s * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(.9s * -0.125);
}

@keyframes pulse0112 {

  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.header {
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header.header.sticked {
  background: #fff;
}

.header.sticked {
  padding: 8px 0;
  box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%);
}

.header .logo img {
  height: 70px;
  transition: 0.5s cubic-bezier(0, 0, 0.12, 1);
  filter: brightness(0) invert(1);
}

.header.sticked .logo img {
  height: 55px;
  filter: none;
}

.header .btn-book-a-table,
.header .btn-book-a-table:focus {
  font-size: 14px;
  color: #fff;
  background: #344865;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-book-a-table:hover,
.header .btn-book-a-table:focus:hover {
  color: #fff;
  background: rgba(206, 18, 18, 0.8);
}

@media (max-width: 767px) {
  .header {
    padding: 6px 0 !important;
    background: #fff;
  }

  .header .logo img {
    height: 55px;
    padding: 0 10px;
    filter: none;
  }
}

section {
  scroll-margin-top: 100px;
}

/*-------------
# home Section
--------------*/
#home {
  width: 100%;
  height: 100vh;
  background: url("../img/home-bg.jpg") center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#home:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg,
      rgb(255 255 255 / 25%) 0%,
      rgb(21 32 47) 95%);
}

#home .home-title {
  margin: 5em auto auto;
  max-width: 600px;
}

#home img {
  color: #fff;
  position: relative;
  margin: auto;
}

#home .btn-scroll {
  position: absolute;
  font-size: 44px;
  color: #fff;
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
  bottom: 1em;
  left: 0;
  right: 0;
}

#home .btn-scroll:hover {
  color: #deaa54;
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    margin-right: 2em;
    font-size: 18px;
    font-weight: 600;
    color: #444;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: capitalize;
    position: relative;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #deaa54;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus {
    color: #2b3c58;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #cc3333;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 992px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.7s ease;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 70px 0 10px 0;
    margin: 0;
    overflow-y: auto;
    z-index: 9998;
    background: #344865;
    transition: background 0.5s ease-in-out;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    /* color: #444; */
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover {
    color: #000;
  }

  .navbar .active,
  .navbar .active:focus {
    color: #fff !important;
    border-color: #cc3333;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #eee;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0;
  }

  .header.header.sticked .mobile-nav-show {
    color: #344865;
  }

  .mobile-nav-hide {
    color: #344865;
    font-size: 36px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left: 11px;
    top: 17px;
    border-radius: 100px;
    background-color: #fff;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    top: 0;
    bottom: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9996;
  }

  .mobile-nav-active .navbar a {
    border: 0;
    color: #fff;
    font-size: 30px;
    padding: 14px 40px;
  }

  .mobile-nav-active .navbar a.language img {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
}

a.language {
  font-size: 17px;
  display: inline-flex !important;
}

a.language img {
  background-color: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  text-align: center;
  line-height: 1;
  margin: auto 2px !important;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 600;
  opacity: 0.7;
}

a.language:hover img {
  opacity: 1;
}

/* a.language:focus,
a.language:active {
  align-items: center;
  justify-content: center;
  display: flex;
} */
.navbar>ul>li>a.language:before {
  display: none;
}

/*--------------
# About Section
---------------*/
.about .about-content {
  padding: 10px 0;
  text-align: justify;
}

.about .nav-tabs {
  border: 0;
}

.about .tab-content {
  background-color: #f8eddb;
  padding: 2rem 2.5rem;
  border-radius: 1.5rem;
  min-height: 235px;
}

.about .nav-item {
  margin-bottom: 0.75rem;
}

.about .nav-link {
  border: 0;
  padding: 1.35rem 0.75rem;
  color: #666;
  border-radius: 0;
  font-size: 18px;
  border-radius: 1.5rem;
  background: #f3f3f3;
  text-align: center;
  font-weight: 500;
}

.about .nav-link:hover {
  color: #555;
}

.about .nav-link.active {
  color: #212121;
  background-color: #f8eddb;
}

.about .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.about .details p,
.about .details li {
  color: #212121;
  text-align: justify;
}

.about .details p:last-child {
  margin-bottom: 0;
}

.about .details li {
  list-style: circle;
  list-style-position: inside;
}

@media (max-width: 992px) {
  .about .nav-link {
    border: 0;
    padding: 8px 16px;
    border-radius: 2rem;
  }

  .about .tab-content {
    padding: 1.5rem;
    min-height: auto;
  }
}

@media (min-width: 1200px) {
  .about::before {
    content: "";
    position: absolute;
    left: -200px;
    top: 0px;
    bottom: 0px;
    height: auto;
    width: 100%;
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    z-index: -1 !important;
    background-position: left center;
  }

  .about .team p {
    max-width: 990px;
    margin: auto;
  }
}

/*---------------
# Services Section
-----------------*/
section.services {
  background-color: #ced3db;
  padding: 125px 0 !important;
}

.card {
  /* max-width: 380px; */
  /* margin: 14px auto; */
  cursor: default;
  border: none;
  background: transparent;
  height: 100%;
}

.content {
  text-align: center;
  position: relative;
  transition: all 1s;
  background-color: #fff;
  transform-style: preserve-3d;
  height: 250px;
  border-radius: 2.5rem;
}

.card:hover .content {
  transform: rotateY(0.5turn);
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2em;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.sicon {
  transform: translateZ(5rem);
  width: 64px;
  padding-bottom: 1rem;
}

.stitle {
  text-transform: capitalize;
  transform: translateZ(2rem);
  margin: 0.5rem auto;
  color: #2b3d58;
}

.back {
  transform: rotateY(0.5turn);
  background-color: #2b3d58;
  color: #fff;
  text-align: right;
}

.description {
  transform: translateZ(3rem);
  height: auto;
  font-size: 17px;
  padding: 0;
}

.description li {
  margin-right: 1em;
}

.top-divider {
  margin-top: -1px;
  top: 0;
}

.bottom-divider {
  margin-bottom: -1px;
  bottom: 0;
}

.top-divider,
.bottom-divider {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* background-repeat-y: no-repeat; */
}

.top-divider.section-line {
  background-image: url(../img/section-lines-top.svg);
  background-size: 1000% 100px;
  height: 100px;
  z-index: 1;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.bottom-divider.section-line {
  background-image: url(../img/section-lines-btm.svg);
  background-size: 1000% 100px;
  height: 100px;
  z-index: 1;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* Clients */
section.clients {
  padding: 4rem 0 3rem;
}

.clients .clients-slider .client,
.clients .partner-slider .client {
  text-align: center;
  margin: 1rem;
}

.clients .clients-slider img,
.clients .partner-slider img {
  width: 70%;
  aspect-ratio: 4/3;
  object-fit: contain;
  margin: auto;
}

/*---------------
# Contact Section
-----------------*/
.contact {
  background: #ebcc9a;
  padding: 150px 0;
}

.contact h1 {
  color: #212121;
}

.contact .info {
  padding: 1em;
  width: 100%;
  border-radius: 1.5em;
  background: rgb(255 255 255 / 10%);
  transition: all 0.3s ease-in-out;
}

.contact .contact-form {
  padding: 1.5em;
  width: 100%;
  border-radius: 1.5em;
  background: rgb(255 255 255 / 35%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(255 255 255 / 0);
  transition: all 0.3s ease-in-out;
}

.contact .info-wrap i {
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #deaa54;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info-wrap p {
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 19px;
}

.contact .txt p {
  font-weight: 300;
  padding: 0.5em 0;
  text-align: justify;
  color: #212121;
}

.contact .info-wrap a:hover {
  color: #344865;
}

.contact .contact-form:hover {
  border: 1px solid rgb(255 255 255 / 75%);
}

.contact .info a:hover i {
  background: #344865;
  color: #fff;
}

.contact .contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-form .error-message br+br {
  margin-top: 25px;
}

.contact .contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .form-msg div {
  border-radius: 14px;
  margin-top: 2em;
}

.contact .contact-form input,
.contact .contact-form textarea {
  font-weight: 600;
  border-radius: 14px;
  box-shadow: none;
  font-size: 19px;
  background-color: rgba(201, 201, 201, 0.2);
  border-color: transparent;
  padding-left: 1rem !important;
  color: #344865 !important;
}

.contact .contact-form input {
  line-height: 4;
}

.contact .contact-form textarea {
  padding: 10px 12px;
}

.contact .contact-form button[type="submit"] {
  background: #444;
  border: 0;
  padding: 14px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 14px;
  font-size: 19px;
  font-weight: bold;
}

.contact .contact-form button[type="submit"]:hover {
  background: #344865;
}

.contact input:focus,
.contact textarea:focus,
.form-floating input:focus,
.form-floating textarea:focus {
  border-color: #344865;
  background-color: rgba(255, 255, 255, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #e1e3ef;
  -webkit-text-fill-color: #344865;
  -webkit-box-shadow: 0 0 0px 1000px #e1e3ef inset !important;
}

.form-floating>label {
  padding: .85rem;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  background-color: #ead9bf;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: #344865;
  font-size: 1rem;
}

.form-floating>.form-select {
  padding-top: .625rem;
  padding-bottom: .625rem;
  background: #ead9bf;
  border-radius: 14px;
  border: 0;
  line-height: 2;
  font-size: 19px;
  font-weight: 300;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer {
  background-color: #212121;
  padding: 40px 0;
  color: #fff;
}

.footer p {
  font-size: 14px;
}

.footer a {
  color: #fff;
  display: inline-block;
}

.footer a:hover {
  color: #cbcbcb;
}

@media (max-width: 991px) {
  .about .about-img {
    border-width: 4px;
  }

  .contact {
    padding: 75px 0;
  }
}

@media (max-width: 768px) {
  .info {
    padding: 2em;
  }

  body,
  p,
  .contact .contact-form input,
  .contact .contact-form textarea,
  .contact .contact-form button[type="submit"],
  .form-floating>.form-select {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .footer p {
    font-size: 11px;
  }

  .footer,
  .copyright p,
  .about .about-content,
  .about .details p,
  .contact .txt p {
    text-align: center !important;
  }

  .contact .info,
  .contact .contact-form {
    padding: 1em;
  }

  .mobile-nav-show {
    color: #344865;
  }
}

/* arabic css */
#home .icon-box .icon {
  margin: 0 0 0 1rem;
}

.bi-arrow-right-circle::before {
  content: "\f12a";
}

.bi-telephone-fill,
.bi-send-fill {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
  display: inline-block;
}

/* EN CSS */
.description li {
  margin-left: 1em;
}

.scroll-top {
  left: initial;
  right: 5px;
}

.mobile-nav-hide {
  right: 11px;
  left: initial;
}

.bi-telephone-fill,
.bi-send-fill {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -ms-filter: fliph;
  filter: fliph;
  display: inline-block;
}

@media (min-width: 992px) {

  .navbar a,
  .navbar a:focus {
    margin-left: 2em;
    margin-right: initial;
  }

  .navbar>ul>li>a:before {
    right: initial;
    left: 0;
  }
}