@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?33492392");
  src: url("../fonts/fontello.eot?33492392#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?33492392") format("woff2"),
    url("../fonts/fontello.woff?33492392") format("woff"),
    url("../fonts/fontello.ttf?33492392") format("truetype"),
    url("../fonts/fontello.svg?33492392#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?33492392#fontello') format('svg');
  }
}
*/
[class^="icon-"]:not(.icon-menu):not(.icon-cross):before,
[class*=" icon-"]:not(.icon-menu):not(.icon-cross):before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  transform: translateY(10px);
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-agreement:before {
  transform: translate(3px, 10px);
  content: "\e800";
}

/* '' */
.icon-consultation:before {
  content: "\e801";
}

/* '' */
.icon-court:before {
  content: "\e802";
}

/* '' */
.icon-justice:before {
  content: "\e803";
}

/* '' */
.icon-lawyer:before {
  transform: translate(0, 5px);
  content: "\e804";
}

/* '' */
.icon-legal-document:before {
  transform: translate(5px, 10px);
  content: "\e805";
}

/* '' */

#mobile-logo,
.header__menu,
.masthead__pagination_numbers,
.menu.js-menu.is-active + div .side-nav,
svg.modal-svg {
  display: none;
}

.side-nav a:after,
.side-nav a:before {
  content: "";
  width: 0;
  background-color: #b69d74;
  height: 100%;
  top: 0;
  z-index: -1;
}

.active::before,
.menu .nav__submenu::before,
.practice-icon::before,
.preloader__bg,
.service.-card .service__content::after {
  background-color: #002d4c;
}

body {
  background-color: #f3f3f3;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

.service.-card.-hover:hover .service__content {
  background-color: #998056a3 !important;
}

.header.is-sticky .header__bar {
  height: 5.5rem;
  padding: 0 1.75rem;
  background: #fff;
  box-shadow: 0 10px 30px rgb(37 37 49 / 10%);
}

#desktop-logo {
  display: block;
}

#mobile-logo {
  max-width: 58%;
  transform: rotate(180deg);
}

#container-floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-button:hover {
  transform: scale(1.1);
  transition: 0.1s ease-in-out;
}

.floating-button-1 {
  background: #075e54;
}

.floating-button-2 {
  background: #aa9169;
}

.floating-button-3 {
  background: #002d4c;
}

.icon {
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  opacity: 0;
}

.hero-logo a img {
  width: 50rem;
}

.hero-container {
  margin-left: 5%;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-container div {
  display: flex;
  margin-right: 6px;
  flex-direction: column;
  align-items: center;
}

.hero-container h1,
.service__text,
.service__title,
div#bottom {
  text-align: center;
}

.foot,
.tabs.-section .tabs__pane,
.team-inner {
  text-align: right;
}

.overlayImgs {
  padding: 0;
}

.menu__container li {
  position: relative !important;
}

.header .nav > li {
  font-size: 1rem;
}

.js-title-wrap .masthead__title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
}

.js-title div:nth-child(2) {
  transform: translateY(-20px);
}

.preloader__progress {
  width: 15rem;
  height: 15rem;
}

.navbar-brand img {
  width: 220px;
}

.header__cart {
  width: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header__cart a {
  width: fit-content;
  height: fit-content;
}

.header__cart > p {
  font-size: 2rem;
  font-weight: 100;
  margin: 0 1vw;
}

.lang {
  font-size: 1.2rem;
  font-weight: 100;
}

.ar {
  transform: translate(-5px, -4px);
}

.dropdown-list li:hover a,
.header .menu .nav .active > a,
.is-sticky .header__cart p,
.is-sticky .side-nav a {
  color: #002d4c;
}

.masthead__button {
  margin-top: 0;
}

.button.-simple::before {
  width: 1.5rem;
  color: #887148;
}

.button.-simple:hover::before {
  width: 2.5rem;
}

.is-sticky .menu .nav li > a {
  color: #baa686;
}

.is-sticky .menu .nav li:hover > a {
  color: #887148;
}

.active::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  transform: rotate(45deg);
  transition: 0.5s;
  opacity: 1;
  animation: 5s linear infinite a-one;
}

.menu .nav__submenu::after {
  border-bottom: 0.625rem solid #002d4c;
}

.service__content {
  padding: 32px 40px 40px;
  /* min-height: 35vh; */
}

.service__icon {
  margin: auto;
}

.services-card,
.services-card > div {
  display: flex;
  align-items: stretch;
}

.aboutBack {
  opacity: 0.1;
}

.pattern-wrapper {
  background-color: #fff;
  height: 5.5rem;
  padding: 5rem 0;
  display: flex;
  align-items: center;
}

.pattern {
  width: 100%;
  height: 100px;
  background-image: url("../img/pattern2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  opacity: 0.6;
  transform: scale(1.1);
}

.pattern-2 {
  position: relative;
  background-image: url("../img/pattern-3.webp");
  background-repeat: repeat;
}

.side-nav a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border: 1px solid #b69d74;
  padding: 12px 15px;
  position: relative;
  z-index: 1;
}

.overlayImgs div,
.side-nav a:after {
  position: absolute;
}

.side-nav a:before {
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.side-nav a:after {
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.practice-icon::after,
.practice-icon::before {
  width: 55px;
  height: 55px;
  left: 0;
  transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  content: "";
  transform: rotate(45deg);
}

.side-nav a:hover {
  color: #fff !important;
}

.side-nav a:hover:after,
.side-nav a:hover:before {
  width: 50%;
  opacity: 1;
}

.background-border.-left::before {
  border: 1px solid #aa9169;
}

.about-us__slider {
  height: 25vh;
}

.overlayImgs div:nth-child(2) {
  transform: translate(-2.5rem, 3rem);
  z-index: -2;
}

.overlayImgs div:nth-child(3) {
  transform: translate(-5rem, 6rem);
  z-index: -3;
}

.overlayImgs .-border {
  border: 6px solid #fff;
}

body.modal-active,
html.modal-active {
  overflow: hidden;
}

#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}

.modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px 10px 25px;
  max-width: 50%;
  background-color: #aa9169;
  color: #fff;
  border-radius: 40px;
  margin: 13% 0 10px;
  position: absolute !important;
}

.modal-header i {
  margin-left: 10px;
  font-size: 1.5rem;
  border: 1px solid;
  padding: 5px;
  border-radius: 50%;
  width: 50px;
  font-weight: 700;
}

#modal-container.six {
  transform: scale(1);
}

#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards fadeIn;
}

#modal-container.six .modal-background .modal {
  height: calc(80vw / 2 + 10px);
  width: 80vw;
  opacity: 0;
  background-color: transparent;
  animation: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards modalFadeIn;
  background-size: cover;
  background-position: center center;
}

.service-modal__img {
  min-width: 80vw;
  opacity: 0;
  animation: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s forwards modalFadeIn;
}

#modal-container.six .modal-background .modal p,
#modal-container.six .modal-background .modal-header {
  opacity: 0;
  position: relative;
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards
    modalContentFadeIn;
}

#modal-container.six .modal-background .modal .modal-svg rect {
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s forwards sketchIn;
}

#modal-container.six.out {
  animation: 0s linear 0.5s forwards quickScaleDown;
}

#modal-container.six.out .modal-background {
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards fadeOut;
}

#modal-container.six.out .modal-background .modal {
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards modalFadeOut;
}

#modal-container.six.out .modal-background .modal .modal-header,
#modal-container.six.out .modal-background .modal p {
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    modalContentFadeOut;
}

#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards sketchOut;
}

#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

#modal-container .modal-background .modal {
  background: #fff;
  padding: 50px;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
}

#modal-container .modal-background .modal h2 {
  font-size: 25px;
  color: #fff;
}

#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 2rem;
}

#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

#modal-container .modal-background .modal .modal-svg rect {
  stroke: #aa9169;
  stroke-width: 5px;
  stroke-dasharray: 4346;
  stroke-dashoffset: 4346;
}

.service__icon {
  background: rgba(0, 45, 76, 0.08);
}

.practice-shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  opacity: 0.1;
  transform: scale(2.1);
}

.loaction-area,
.location-bg,
.location-item,
.practice-icon,
footer {
  position: relative;
}

.service {
  overflow: clip;
}

.dropdown-list,
.foot,
.foot h2 {
  overflow: hidden;
}

.service.-card.-hover:hover .service__icon {
  background-color: rgba(170, 145, 105, 0.75) !important;
}

.sectionHeading__subtitle {
  color: #aa9169;
}

.practice-icon {
  z-index: 1;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-content: center;
}

.practice-icon::before {
  position: absolute;
  top: -5px;
  z-index: -1;
}

.practice-icon::after {
  position: absolute;
  top: -15px;
  z-index: -2;
  background-color: #ebeef1;
}

.location-bg::before,
.location-item .location-icon,
footer::before {
  left: 0;
  top: 0;
  position: absolute;
}

.practice-icon i {
  color: #f5f1f1;
  font-size: 38px;
  transform: translateY(-10px);
}

.service__content:hover .practice-icon::after {
  background-color: #86714d;
  transform: rotate(-45deg);
}

.service__content:hover .practice-icon::before {
  background-color: #66573e;
  transform: rotate(135deg);
}

footer {
  color: #fff;
}

li.foot_email {
  direction: rtl;
}

footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://alyouseflawfirm.com/wp-content/themes/yousef/images/footer.png)
    0 0 / cover #002d4c;
  opacity: 0.9;
}

.loaction-area {
  top: -20px;
}

.loaction-area > .container {
  max-width: 1310px;
}

.location-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 40px 20px;
}

#sec-6,
.success {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #b69d74;
  opacity: 1;
}

.location-item {
  margin-bottom: 30px;
  padding-left: 90px;
}

.location-item .location-icon i {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 32px;
  top: 22px;
}

.team-item .team-inner span,
.team-item .team-inner ul li a {
  display: block;
  color: #b69d74;
}

.location-bg::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -20px;
  width: 88%;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #aa9169;
}

.location-item h3 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}

.location-item ul {
  padding: 0;
  margin: 0 0 2px;
}

.location-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.location-item a,
.location-item ul li,
.location-item ul li a,
.team-item:hover .team-inner h3 a {
  color: #fff;
}

.width {
  margin: 0 auto;
  width: 1230px;
}

.foot {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  padding: 80px 25px;
  position: relative;
}

.foot img,
.team-item img,
html[lang="en"] .row.y-gap-48.success-tabs {
  width: 100%;
}

.foot.foot_about {
  width: 50%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
  border-bottom: none;
}

.foot h2 {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 25px;
}

.foot h2::after {
  width: 25%;
  content: "";
  height: 5px;
  background: #053656;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

.foot ul li {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.foot img {
  margin-bottom: 15px;
  max-height: 110px;
}

.foot p {
  clear: both;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 13px;
  line-height: 2;
}

.fade-in-top {
  animation: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both fade-in-top;
  animation-delay: calc(var(--animation-order) * 150ms);
}

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes a-one {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@keyframes modalFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes quickScaleDown {
  0%,
  99.9% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes modalFadeOut {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    opacity: 0;
    top: -20px;
  }
}

@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 778;
  }
}

.team-area {
  padding: 190px 0;
}

.team-area .sectionHeading {
  margin-bottom: 3rem;
}

.team-inner {
  display: flex;
  padding: 0 2rem 4rem;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}

.team-socials {
  height: fit-content;
}

.team-item {
  margin-bottom: 30px;
}

.team-inner h2 {
  font-size: 1.5rem;
}

.b-cont {
  padding: 1rem;
}

.team-item .team-inner {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 #ddd;
  box-shadow: 0 0 15px 0 #ddd;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .team-inner ul {
  margin: 0 auto;
  padding: 10px 0;
  background-color: #282828;
  max-width: 155px;
  border-radius: 30px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 8px 13px 0 #ddd;
  box-shadow: 0 8px 13px 0 #ddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .team-inner ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.team-item .team-inner h3 {
  margin-bottom: 4px;
  padding-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Almarai, serif;
}

.team-item .team-inner h3 a {
  color: #333;
  font-weight: 600;
  font-size: 18px;
}

.team-item .team-inner span {
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item:hover .team-inner {
  background-color: #b69d74;
  max-width: 100%;
}

.team-item:hover .team-inner ul {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-item:hover .team-inner h3 a:hover,
.team-item:hover .team-inner span,
.team-item:hover .team-inner ul li a:hover {
  color: #333;
}

#sec-7 .contact-wrapper,
section.layout-pt-lg.layout-pb-lg {
  background-color: #fff;
}

.-about > p {
  font-size: 1.1rem;
  line-height: 2rem;
}

.aboutBack {
  position: absolute;
  left: unset;
  top: 6.2vw;
  right: -4vw;
  transform: scale(1.4);
}

#reverse,
.reverse {
  flex-direction: row-reverse;
}

#sec-5 .success-tabs__wrapper,
.success div {
  align-items: center;
  display: flex;
  max-width: 100%;
}

.masthead__image::after {
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 62%) 0,
    rgb(62 62 62 / 35%) 2%,
    rgb(255 255 255 / 59%) 24%
  );
}

.success {
  background-image: url(https://img.freepik.com/premium-photo/male-lawyer-shaking-hands-with-client-after-good-deal-negotiation-cooperation-meeting-in-courtroom_229060-408.jpg?w=2000);
  height: 85vh;
  padding: 0 !important;
}

.success div {
  justify-content: center;
  flex-direction: column;
}

#sec-5 .success-tabs__wrapper {
  justify-content: start;
  flex-direction: column;
}

.success > div {
  height: 100%;
  background-color: #ffffffcf;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  max-width: 100%;
}

.success-tabs-btn__wrapper {
  position: absolute;
  top: 0;
  right: 2rem;
}

.success-sub {
  font-weight: 700;
  font-size: 1rem;
}

.dropdown-wrapper {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: 0;
  transition: 0.3s ease-out;
  border: 1px solid #002d4c;
}

.dropdown-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #002d4c transparent;
}

.dropdown-wrapper.is-active {
  border-radius: 5px 5px 0 0;
  background: #002d4c;
  box-shadow: none;
  border-bottom: none;
  color: #fff;
}

.dropdown-wrapper.is-active:after {
  border-color: #fff transparent;
  transform: rotate(180deg);
}

.dropdown-wrapper.is-active .dropdown-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  transition: 0.3s ease-out;
  max-height: 0;
}

.dropdown-list li {
  padding: 0 10px;
}

.dropdown-list li:last-of-type a {
  border: none;
}

.dropdown-list a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  transition: 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}

.row.y-gap-48.success-tabs {
  display: flex;
  flex-direction: row-reverse;
}

.tabs__controls.js-tabs-controls {
  display: flex;
}

.tabs__pane p {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #002d4c;
  font-weight: 200;
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.tabs.-section .tabs__button {
  margin-top: 1rem;
  min-width: 14rem;
  min-height: 5rem;
  direction: rtl;
  display: flex;
  font-size: 1.5rem;
  font-weight: 100;
}

.tabs.-section .tabs__button.is-active {
  background-color: #002d4c;
  border: 1px solid #aa9169;
}

.tabs__button > i {
  color: #000;
}

.tabs.-section .tabs__button.is-active .icon {
  color: #aa9169 !important;
}

.success-header__wrapper {
  height: 10%;
  margin-top: 3rem;
}

.success-tabs__wrapper {
  height: 90%;
  justify-content: start;
  margin-top: 5%;
}

body .success-tabs-btn__wrapper {
  position: absolute;
  top: 0;
  right: 2rem;
}

#sec-5 .tabs__pane h4 {
  border-bottom: 2px solid #aa9169;
  width: fit-content;
  padding-bottom: 8px;
  font-size: 4rem;
  font-weight: 100 !important;
}

.is-active path {
  fill: #aa9169;
}

.tabs__button svg {
  width: 30px;
  margin-left: 9px;
}

.divider {
  position: relative;
  margin: 90px 0;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    transparent,
    #303133,
    transparent
  );
}

.div-arrow-down:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-color: #f3f3f3;
  transform: rotate(45deg);
  border-bottom: 1px solid #303133;
  border-right: 1px solid #303133;
}

.vision-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vision-img {
  max-width: 280px;
}

.vision-text {
  max-width: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 3rem;
  font-weight: 400;
}

#sec-6 {
  height: 75vh;
  background-image: url(/img/backgrounds/bg.webp);
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: multiply;
}

#sec-7 {
  margin-bottom: 5rem;
}

img.floating-logo {
  position: absolute;
  right: 0;
  width: 30vw;
  bottom: 0;
  opacity: 0.3;
  /*transform: translate(4rem, 4rem)*/
}

@media (max-width: 480px) {
  img.floating-logo {
    /* width: 290px; */
    width: 50vw;
  }

  .preloader__progress {
    width: 9rem;
    height: 9rem;
  }

  .header.is-sticky .header__bar {
    height: 4.2rem;
    padding: 0 1rem;
  }

  #desktop-logo,
  .active::before,
  .foot:not(.foot_about),
  .header .js-header-item__logo,
  .header__cart,
  .mobile__footer .mobile__socials,
  svg.modal-svg {
    display: none;
  }

  .header__menu,
  .m-logo {
    display: flex;
  }

  .header__icons {
    justify-content: space-between;
  }

  .header.is-sticky .header__bar .icon,
  .text-black {
    color: #000 !important;
  }

  .m-logo {
    max-width: 25%;
    margin: 0;
    justify-content: center;
  }

  .is-active + div .m-logo {
    transform: translateX(-7px);
  }

  #mobile-logo {
    display: block;
  }

  .header__logo a {
    justify-content: end;
  }

  .hero-logo a img {
    max-width: 90vw;
  }

  .contact-wrapper,
  .menu .nav {
    flex-direction: column;
  }

  .menu .nav li a {
    justify-content: center;
  }

  .menu .mobile__background {
    background-color: #fff;
  }

  .swiper-slide-active .px-32 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .more-link span {
    font-size: 1rem;
  }

  .is-active + div .header__cart {
    display: flex;
    justify-content: flex-end;
  }

  .header__cart p {
    color: #000;
  }

  .header__cart > p {
    margin: 0 2vw;
  }

  .side-nav a {
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .sectionHeading.-left-line .sectionHeading__subtitle {
    align-items: flex-end;
  }

  .sectionHeading.-left-line .sectionHeading__subtitle::before {
    width: 1rem;
    margin-bottom: 0.5rem;
  }

  .b-cont {
    padding: 2rem;
  }

  .team-inner h2 {
    margin: 1.5rem 0;
  }

  .team-inner {
    padding: 0 1rem;
  }

  .pattern {
    transform: scale(3.1) translateY(-8px);
  }

  p.vision-text {
    max-width: 90%;
    font-size: 1rem;
  }

  img.vision-img {
    max-width: 180px;
  }

  .ori-seven-section-title.text-center.middle-align.headline.pera-content {
    width: 100%;
    position: relative;
    padding: 2rem 1rem;
  }

  .bt_bb_column_icon {
    width: 6rem;
    height: 6rem;
  }

  .map-wrapper {
    width: 100%;
    height: 50vh;
  }

  section#sec-5 {
    height: 75vh;
  }

  .service__content {
    /* min-height: 40vh; */
  }

  .contact-btn > a {
    transform: translateX(-15px);
  }

  .divider {
    margin: 90px 0 0 0;
  }
  #sec-5 .success-title__wrapper h4 {
    font-size: 2rem;
  }

  .tabs__pane p {
    font-size: 1rem;
    line-height: 1.6rem;
    max-width: 100%;
    margin-top: 2rem !important;
  }

  .success div {
    padding: 10px 2px;
  }

  body .success-tabs-btn__wrapper {
    position: relative;
    display: block;
    top: unset;
    right: unset;
    width: 100%;
  }

  .tabs.-section .tabs__button {
    max-width: 45%;
    min-width: 35%;
    font-size: 1.2rem;
  }

  .tabs__controls.js-tabs-controls {
    flex-direction: row;
    justify-content: space-around;
  }

  .foot.foot_about {
    display: block;
    width: 100%;
  }

  footer .width {
    width: 100%;
  }

  .mobile__copyright {
    color: #002d4c;
  }

  body .carousel-controls {
    margin: 0 0 30px;
  }

  #modal-container.six .modal-background .modal {
    height: 30vh;
    width: 95vw;
  }

  div.pattern-2 {
    background-repeat: no-repeat;
    transform: unset;
  }
}

@media (min-width: 1300px) {
  .carousel-container {
    transform: scale(1.2) translateX(-2%);
  }
}

@media (min-width: 1500px) {
  .carousel-container {
    transform: scale(1.5) translateX(-5%);
  }

  body .carousel-controls {
    transform: translateX(-7%);
    margin-top: 3rem;
  }

  img.floating-logo {
    width: 25vw;
  }
}

.carousel {
  --carousel-height: 400px;
  --carousel-width: 1000px;
  --carousel-item-height: 150px;
  --carousel-item-width: 150px;
  width: 100%;
}

.carousel-container {
  align-items: center;
  display: flex;
  min-height: var(--carousel-height);
  margin: 0 auto;
  max-width: var(--carousel-width);
  position: relative;
}

.carousel-item {
  height: var(--carousel-item-height);
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  width: var(--carousel-item-width);
  z-index: 0;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
}

.carousel-item-1 {
  left: 15%;
  opacity: 0.4;
}

.carousel-item-2,
.carousel-item-4 {
  height: calc(var(--carousel-item-height) * 1.5);
  opacity: 1;
  width: calc(var(--carousel-item-width) * 1.5);
  z-index: 1;
}

.carousel-item-2 {
  left: 30%;
}

.carousel-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6),
    0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25),
    0 0 100px rgba(255, 255, 255, 0.1);
  border: 6px solid #fff;
  height: calc(var(--carousel-item-height) * 2);
  opacity: 1;
  left: 50%;
  width: calc(var(--carousel-item-width) * 2);
  z-index: 5;
}

.carousel-item-4 {
  left: 70%;
}

.carousel-item-5 {
  left: 85%;
  opacity: 0.4;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.carousel-control {
  background-color: transparent;
  color: #aaa;
  cursor: pointer;
  height: 22px;
  margin: 0 20px;
  position: relative;
  transform: scale(1.5);
  transition: transform 0.5s ease-out;
  width: 22px;
}

.carousel-control:hover {
  transform: scale(1.3);
}

#founder__text li {
  margin: 10px 0;
  list-style: circle;
}

.button.-simple,
.more-link {
  text-transform: none;
}

html[lang="en"] #sec-2 .sectionHeading {
  text-align: justify;
  max-width: 85%;
}

html[lang="en"] #sec-5 .tabs__pane h4 {
  font-size: 3rem;
}

html[lang="en"] #sec-5 .success-tabs__wrapper {
  width: 60%;
}

html[lang="en"] .tabs.-section .tabs__button {
  direction: ltr;
}

html[lang="en"] .tabs__button svg {
  margin-left: 0;
  margin-right: 9px;
}

html[lang="en"] .dropdown-wrapper:after {
  right: 15px;
  left: unset;
}

html[lang="en"] #founder__text,
html[lang="en"] .contact-wrap .form-group .form-control,
html[lang="en"] .dropdown-wrapper,
html[lang="en"] .foot {
  text-align: left;
}

html[lang="en"] label.msg-label {
  width: 100%;
  text-align: left;
  padding-left: 10px;
}

html[lang="en"] .foot .contactus,
html[lang="en"] .foot_txt {
  padding-left: 15px;
}

html[lang="en"] .aboutBack {
  right: unset;
  left: -4vw;
}

html[lang="en"] .more-link:before {
  left: unset;
  right: 0;
}

html[lang="en"] .tabs__pane p {
  font-size: 1.55rem;
  line-height: 2.2rem;
  max-width: 100%;
  text-align: justify;
}

html[lang="en"] body .success-tabs-btn__wrapper {
  right: unset;
  left: 2rem;
}

@media (min-width: 1024px) {
  .about-us__img {
    transform: translateX(-10%);
  }

  html[lang="en"] .about-us__img {
    transform: translateX(10%);
  }
}

@media (max-width: 480px) {
  html[lang="en"] #sec-5 .success-title__wrapper h4 {
    font-size: 2rem;
  }

  html[lang="en"] .tabs__pane p {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  html[lang="en"] #sec-5 .success-tabs__wrapper {
    width: 100%;
  }
}

:root:root:root:root:root:root .cog-branding--minimal .cog-branding__powered,
html div .cog-branding--minimal .cog-branding__powered,
:root:root:root:root .cog-cognito--styled.cog-cognito--protect-css .cog-abuse {
  display: none !important;
}

button.el-button.cog-button--has-status.cog-button--primary.cog-button--navigation.cog-button--submit.el-button--default.cog-button {
  width: 100% !important;
  border: none;
}

textarea#cog-3 {
  height: 250px !important;
}

html[lang="ar-SA"] .cog-page.cog-wrapper.cog-transition-ltr {
  direction: rtl !important;
}

button.el-button.cog-button--has-status.cog-button--primary.cog-button--navigation.cog-button--submit.el-button--default.cog-button,
.cog-confirmation__message h3,
input,
textarea,
label {
  font-family: Almarai, serif !important;
}

html[lang="ar-SA"] .cog-picker .el-input__prefix,
html[lang="ar-SA"] .cog-input--icon .el-input__prefix,
html[lang="ar-SA"] :root:root:root:root:root .cog-picker .el-input__prefix,
html[lang="ar-SA"]
  :root:root:root:root:root
  .cog-input--icon
  .el-input__prefix {
  position: absolute;
  right: unset !important;
  left: calc(var(--input__padding-h) * 0.6 + 1px) !important;
  top: calc(50% - 15px);
  z-index: 20;
  width: 1.2em;
  height: 30px;
}

html[lang="ar-SA"] p {
  direction: rtl;
}

html[lang="ar-SA"] p.rtl-phone {
  direction: unset;
}

html[lang="ar-SA"] .cog-cognito--styled .cog-picker .el-input__inner,
html[lang="ar-SA"] .cog-cognito--styled .cog-input--icon .el-input__inner,
html[lang="ar-SA"]
  :root:root:root:root:root
  .cog-cognito--styled
  .cog-picker
  .el-input__inner,
html[lang="ar-SA"]
  :root:root:root:root:root
  .cog-cognito--styled
  .cog-input--icon
  .el-input__inner {
  padding-right: 10px !important;
}

html[lang="ar-SA"]
  .el-select-dropdown.el-popper.cog-cognito.cog-2.cog-cognito--styled.cog-select-popper.cog-cognito--protect-css {
  direction: rtl;
  padding-right: 10px;
}

p.rtl-phone {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
}

.rm {
  font-size: 1rem;
}

/* .service__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */

html[lang="en"] p.service__text {
  text-align: justify;
  hyphens: auto;
}

.service__button {
  min-height: 15px;
}

body div.service__button > .button {
  position: absolute;
  bottom: 30px;
}

/* .service__button {
  height: 25%;
  margin-top: 0;
  margin-bottom: 0;
}

p.service__text {
  height: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
}


h3.service__title {
  height: 10%;
  margin-top: 0;
  margin-bottom: 0;
}

.practice-icon {
  height: 22%;
}
 */


 @media (min-width: 1024px) {
  html body .cog-cognito .el-select-dropdown__list,  :root:root:root:root:root:root:root  .cog-cognito .el-select-dropdown__list {
    padding: 1rem;
}
}