.nav-wrapper {
  position: absolute;
  right: 180px;
  z-index: 9;
  top: 35px;
}

.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
  color: #fff;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 10px 10px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.sl-nav {
  font-size: 13px;
}

.sl-nav li ul li span {
  padding-left: 5px;
  font-size: 13px;
}

.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.sl-nav img {
  max-width: 20px;
}

.sl-nav li span {
  position: relative;
  top: 3px;
  color: #fff;
}

.logo img {
  padding-left: 100px;
  padding-top: 25px;
}

.hero {
  background: #FFF5F4;
  height: 920px;
}

.banner-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 920px;
}

.hero_title h6 {
  color: #F03D36;
  font-size: 18px;
}

#hero_carousel {
  margin-right: 155px;
}

.hero_content {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#carouselExampleIndicators img {
  float: right;
}

.hero_title {
  color: #D42E27;
}

.hero_sub_title h1 {
  font-weight: bold;
  font-size: 48px;
}

.hero_text p {
  width: 350px;
  max-width: 100%;
}

.hero-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 150px;
}

button {
  font-size: 12px;
}

button.active {
  font-weight: 700;
  font-size: 16px;
}

.carousel-indicators {
  left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -90px;
  margin: 0;
  display: grid;
  height: -moz-max-content;
  height: max-content;
  background: transparent;
}

.carousel-indicators [data-bs-target] {
  text-indent: initial;
  margin: 20px 0px;
  background: transparent;
  border: none;
  color: #fff;
  padding-left: 20px;
  position: relative;
  opacity: 1;
}

.carousel-indicators button:before {
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  opacity: 0;
}

.carousel-indicators button.active:before {
  opacity: 1;
}

button.carousel-control-prev {
  position: absolute;
  bottom: -30px;
  top: auto;
  right: 90px;
  left: auto;
  font-size: 16px;
  opacity: 1;
  width: auto;
}

button.carousel-control-prev:hover {
  font-weight: bold;
}

button.carousel-control-next {
  position: absolute;
  bottom: -30px;
  top: auto;
  right: 0px;
  left: auto;
  font-size: 16px;
  opacity: 1;
  width: auto;
}

button.carousel-control-next:hover {
  font-weight: bold;
}

.product_button {
  background-color: #222222;
  border: none;
  height: 50px;
  position: relative;
  transition: 0.5s;
  width: 180px;
  font-size: 21px;
  margin-top: 15px;
}

.product_button a {
  text-decoration: none;
  color: #FFFFFF;
}

.product_button::after {
  content: "";
  position: absolute;
  background-color: #D42E27;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-left: -0.6em;
  margin-top: 0.3rem;
}

.product_button span {
  z-index: 1;
}

.fa-angle-right {
  padding-right: 10px;
  color: #D42E27;
}

.about_us_content {
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 30px;
  padding-bottom: 30px;
}

.about_us_content h1 {
  font-size: 32px;
  max-width: 300px;
  margin-bottom: 15px;
}

.about_us_content .title h6 {
  color: #D42E27;
  font-size: 18px;
  margin-bottom: 10px;
}

.about_button {
  background-color: #222222;
  border: none;
  height: 50px;
  position: relative;
  transition: 0.5s;
  width: 180px;
  margin-top: 20px;
}

.know_more {
  display: none;
}

.about_button:hover .know_more {
  display: block;
}

.about_button:hover .contact_us {
  display: none;
}

.about_button a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 21px;
}

.about_button .contact_us::after {
  content: "";
  position: absolute;
  background-color: #D42E27;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  right: 25px;
  top: 12px;
}

.about_button .know_more::after {
  content: "";
  position: absolute;
  background-color: #D42E27;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  right: 25px;
  top: 12px;
}

.about_button span {
  z-index: 1;
}

.map {
  background-color: #FFF5F4;
  padding: 70px 0px;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: rgba(212, 46, 39, 0.5019607843);
}

@media (max-width: 1600px) {
  .logo img {
    padding-left: 70px;
  }
  .hero_content {
    padding-left: 70px;
    padding-right: 70px;
  }
  .about_us_content {
    padding-left: 90px;
    padding-right: 70px;
  }
  .hero {
    height: 815px;
  }
  .banner-bg {
    height: 815px;
  }
}
@media (max-width: 1440px) {
  .hero {
    height: 770px;
  }
  .banner-bg {
    height: 770px;
  }
  .hero_sub_title h1 {
    font-size: 38px;
  }
  .about_us_content {
    padding-left: 100px;
  }
}
@media (max-width: 1366px) {
  .hero {
    height: 735px;
  }
  .banner-bg {
    height: 735px;
  }
  .about_us_content {
    padding-left: 90px;
  }
}
@media (max-width: 1300px) {
  .hero {
    height: 670px;
  }
  .banner-bg {
    height: 670px;
  }
}
@media (max-width: 1199px) {
  .logo img {
    padding-left: 19px;
    padding-top: 15px;
    width: 99px;
  }
  .main-menu-indicator {
    height: 50px;
  }
  .width-fill {
    width: 100%;
  }
  .banner-bg {
    display: none;
  }
  .hero {
    height: auto;
    background-image: url(/images/web/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero_content {
    z-index: 1;
    color: #fff;
  }
  .header-contr {
    background-color: #fff;
    position: fixed;
    z-index: 2;
    height: 84px;
  }
  .main-menu-indicator > span:before, .main-menu-indicator > span:after {
    background: #b8403b;
  }
  .main-menu-indicator > span {
    background: #b8403b;
    top: 22px;
    margin-right: 25px;
  }
  .carousel-indicators {
    right: -60px;
  }
  #hero_carousel {
    margin-right: 0;
    padding-right: 84px;
    padding-bottom: 40px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .hero_content {
    padding-left: 20px;
    padding-right: 20px;
    margin: 50px 0px;
  }
  .hero_sub_title h1 {
    color: #fff;
    font-size: 24px;
  }
  .hero_title h6 {
    color: #fff;
    font-size: 16px;
  }
  .about_us_content {
    padding-left: 50px;
    padding-right: 50px;
  }
  #carouselExampleIndicators img {
    width: 100%;
  }
  .nav-wrapper {
    position: absolute;
    right: 65px;
    z-index: 9;
    top: 26px;
  }
  .sl-nav li span {
    color: #333;
  }
}
@media (max-width: 991px) {
  .sub_title h1 {
    font-size: 30px;
  }
  .about_us_content p {
    font-size: 15px;
    line-height: 1.8;
  }
  .map {
    background-color: #FFF5F4;
    padding: 50px 0px;
  }
}
@media (max-width: 768px) {
  .about_us_content {
    padding-right: 50px;
    padding-left: 50px;
  }
  .about_us_content p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .menu-wrap {
    width: 280px;
  }
  .close-menu {
    line-height: 0px;
    right: 20px;
  }
  .product_button {
    height: 40px;
    width: 153px;
    font-size: 16px;
  }
  .about_button a {
    font-size: 16px;
  }
  .about_button {
    width: 153px;
    height: 40px;
  }
  .about_us_content .title h6 {
    font-size: 16px;
  }
  .sub_title h1 {
    font-size: 21px;
  }
}
@media (max-width: 476px) {
  .about_us_content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
html[lang=ar] #hero_carousel {
  margin-right: auto;
  margin-left: 155px;
}
html[lang=ar] #carouselExampleIndicators img {
  float: left;
}
html[lang=ar] .banner-bg {
  right: auto;
  left: 0;
}
html[lang=ar] button.carousel-control-prev {
  right: auto;
  left: 90px;
}
html[lang=ar] button.carousel-control-next {
  right: auto;
  left: 0px;
}
html[lang=ar] .logo img {
  padding-left: 0;
  padding-top: 25px;
  padding-right: 100px;
}
html[lang=ar] .main-menu-indicator > span {
  left: 100px;
  right: auto;
}
html[lang=ar] .carousel-indicators {
  left: -90px;
  right: auto;
}
html[lang=ar] .carousel-indicators button:before {
  left: auto;
  right: -20px;
}
html[lang=ar] .side_menu {
  position: absolute;
  left: 0;
}
html[lang=ar] .menu-wrap {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
}
html[lang=ar] .show-menu .menu-wrap {
  transform: translate3d(0, 0, 0);
}
html[lang=ar] .nav-wrapper {
  left: 180px;
  right: auto;
}
html[lang=ar] .sl-nav li ul li {
  text-align: right;
}
@media (max-width: 1600px) {
  html[lang=ar] .logo img {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  html[lang=ar] .logo img {
    padding-left: 0;
    padding-right: 20px;
    padding-top: 12px;
  }
  html[lang=ar] #hero_carousel {
    padding-right: 20px;
    padding-left: 84px;
    margin-left: 0;
  }
  html[lang=ar] .carousel-indicators [data-bs-target] {
    padding-left: 0;
  }
  html[lang=ar] .carousel-indicators {
    left: -60px;
  }
  html[lang=ar] .main-menu-indicator > span {
    left: 20px;
    right: auto;
  }
  html[lang=ar] .nav-wrapper {
    left: 65px;
  }
}
