/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

:root {
    /*
  --primary-color: #F03D36;
  --secondary-color: #FFFFFF;
  --text-color: #222222;
  --button-color: #D42E27;
  --bg-color: #FFF5F4;
  */
}

.nav {
  background: #FFF5F4;
}

.nav-pills {
  padding: 20px 188px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--text-color);
  background-color: transparent;
  border-radius: inherit;
  font-weight: 700;
}

a.nav-link {
  color: var(--text-color);
}

.nav-link:hover,
.nav-link:focus {
  color: var(--text-color);
}

.content-padding {
  padding-left: 200px;
  padding-right: 200px;
}

.rating-background {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
}
.rating-background .rating {
  background: #333333;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
.rating-background .rating .text {
  padding-left: 30px;
  padding-top: 10px;
}
.rating-background .rating .text h1 {
  color: #FFF;
  font-size: 48px;
}
.rating-background .rating .text p {
  color: #FFF;
}

#who-we-are .welcome {
  background-color: #333333;
  margin-top: 170px;
  height: 660px;
}
#who-we-are .welcome .welcome-text {
  position: relative;
  top: -100px;
}
#who-we-are .welcome h1 {
  font-size: 33px;
  font-weight: 700;
}
#who-we-are .welcome h1 ::before {
  content: "";
  position: absolute;
  background-color: #FFDAD9;
  width: 300px;
  height: 30px;
  z-index: -1;
  margin-top: 18px;
}
#who-we-are .welcome p {
  font-size: 20px;
}
#who-we-are .welcome .text p {
  /* padding-top: 50px; */
  line-height: 35px;
  color: #FFFFFF;
}
#who-we-are .sgn {
  padding-top: 50px;
  padding-bottom: 50px;
}
#who-we-are .sgn .sgn-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#who-we-are .sgn .sgn-text p {
  padding-left: 50px;
  font-size: 16px;
}

#markets-we-are {
  background: url("/images//web/markets_bg.png");
  width: 100%;
  background-repeat: no-repeat;
  background-position: top,center;
  background-position-y: -20px;
  padding-top: 60px;
  
}
#markets-we-are .owl-carousel {
  padding-bottom: 60px;
}
#markets-we-are .owl-carousel .card .card-img-top {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
  cursor: pointer;
}
#markets-we-are .owl-carousel .card .card-body {
  padding: 0px;
}
#markets-we-are .owl-carousel .card .card-body .card {
  padding-bottom: 20px;
}
#markets-we-are .owl-carousel .card .card-body .card img {
  position: relative;
}
#markets-we-are .owl-carousel .card .card-body .title {
  position: absolute;
  text-align: center;
  width: 92%;
  left: 4%;
  bottom: 4%;
  background: #FFFFFF;
  line-height: 35px;
  cursor: pointer;
}
#markets-we-are .owl-carousel .card .card-body .title p {
  margin-top: 10px;
}
#markets-we-are .owl-carousel .card .card-body .title:hover {
  background: #FFDAD9;
  transition: 0.5s;
}
#markets-we-are .owl-carousel .owl-nav.disabled,
#markets-we-are .owl-carousel .owl-carousel .owl-dots.disabled {
  display: block;
}
#markets-we-are .owl-carousel .owl-next,
#markets-we-are .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#markets-we-are .owl-carousel .owl-next {
  right: 100px;
  background-image: url("/images/web/next.png");
  width: 45px;
  height: 45px;
  font-size: 0px;
}
#markets-we-are .owl-carousel .owl-prev {
  left: 100px;
  background-image: url("/images/web/prev.png");
  width: 45px;
  height: 45px;
  font-size: 0px;
}

#our-team {
  background: url("/images/web/team_bg.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#our-team .bg-contr {
  background: #fff;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
}
#our-team .team-bg {
  position: absolute;
  height: 524px;
  width: 100%;
}
#our-team .team-caro {
  padding-top: 60px;
}
#our-team .owl-carousel {
  margin-bottom: 50px;
}
#our-team .owl-carousel .card {
  background: #F5F8FA;
  padding-bottom: 40px;
}
#our-team .owl-carousel .card .card-img-top {
  border-radius: 0px;
  cursor: pointer;
}
#our-team .owl-carousel .card .card-body {
  height: 100px;
}
#our-team .owl-carousel .card .card-body .title p {
  color: #D6443E;
}
#our-team .owl-carousel .owl-nav.disabled,
#our-team .owl-carousel .owl-carousel .owl-dots.disabled {
  display: block;
}
#our-team .owl-carousel .owl-next,
#our-team .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#our-team .owl-carousel .owl-next {
  right: 100px;
  background-image: url("/images/web/next.png");
  width: 45px;
  height: 45px;
  font-size: 0px;
}
#our-team .owl-carousel .owl-prev {
  left: 100px;
  background-image: url("/images/web/prev.png");
  width: 45px;
  height: 45px;
  font-size: 0px;
}

#vision-mission {
  background: url("/images/web/mission-vision-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#vision-mission h1 {
  color: #fff;
  font-size: 34px;
}
#vision-mission .vision {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#vision-mission .vision .content {
  padding-top: 80px;
  padding-left: 150px;
  padding-right: 225px;
  padding-bottom: 60px;
}
#vision-mission .vision .content h3 {
  color: #FFFFFF;
}
#vision-mission .mission {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
#vision-mission .mission .content {
  padding-top: 80px;
  padding-left: 150px;
  padding-right: 50px;
  padding-bottom: 60px;
}
#vision-mission .mission .content img {
  margin-top: 15px;
  margin-bottom: 10px;
}
#vision-mission .mission .content h3 {
  color: #FFFFFF;
}

.abs-image img {
  max-width: 390px;
}

@media (max-width: 1600px) {
  .main-content {
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 200px;
  }
  .main-content .content {
    padding-right: 50px;
    padding-left: 50px;
  }
  .main-content .content h4 {
    font-size: 20px;
  }
  .main-content .content h2 {
    font-size: 30px;
  }
  .nav-pills {
    padding: 20px 135px;
  }
  .content-padding {
    padding-left: 150px;
    padding-right: 150px;
  }
  #who-we-are .welcome h1 {
    font-size: 33px;
    font-weight: 700;
  }
  #who-we-are .welcome p {
    font-size: 15px;
  }
  #who-we-are .welcome .text p {
    padding-top: 20px;
    line-height: 30px;
  }
  #who-we-are .sgn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #who-we-are .sgn .sgn-text p {
    padding-left: 50px;
  }
  .rating-background .rating {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 180px;
    padding-right: 160px;
  }
  .rating-background .rating .text {
    padding-left: 50px;
    padding-top: 60px;
  }
  .rating-background .rating .text h1 {
    font-size: 50px;
  }
  #vision-mission .mission .content {
    padding-left: 80px;
  }
  #markets-we-are .owl-carousel .owl-prev {
    left: 30px;
  }
  #markets-we-are .owl-carousel .owl-next {
    right: 30px;
  }
  #our-team .owl-carousel .owl-prev {
    left: 30px;
  }
  #our-team .owl-carousel .owl-next {
    right: 30px;
  }
  #vision-mission .vision .content {
    padding-right: 100px;
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .main-content {
    padding-left: 100px;
    padding-right: 100px;
  }
  .main-content .content {
    padding-right: 50px;
    padding-left: 50px;
  }
  .main-content .content h4 {
    font-size: 20px;
  }
  .main-content .content h2 {
    font-size: 30px;
  }
  #markets-we-are .owl-carousel .owl-prev {
    left: 2px;
  }
  #markets-we-are .owl-carousel .owl-next {
    right: 2px;
  }
  #our-team .owl-carousel .owl-prev {
    left: 2px;
  }
  #our-team .owl-carousel .owl-next {
    right: 2px;
  }
  .nav-pills {
    padding: 20px 88px;
  }
  .content-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
  #who-we-are .welcome {
    height: 700px;
  }
  #who-we-are .welcome h1 {
    font-size: 33px;
    font-weight: 700;
  }
  #who-we-are .welcome p {
    font-size: 15px;
  }
  #who-we-are .welcome .text p {
    padding-top: 20px;
    line-height: 30px;
  }
  #who-we-are .sgn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #who-we-are .sgn .sgn-text p {
    padding-left: 50px;
  }
  .rating-background .rating {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .rating-background .rating .text {
    padding-left: 60px;
    padding-top: 30px;
  }
  .rating-background .rating .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #vision-mission {
    background: none;
  }
  #vision-mission h1 {
    color: #fff;
    font-size: 24px;
  }
  #vision-mission .vision {
    background-image: url("/images/web/vision.png");
  }
  #vision-mission .mission {
    background-image: url("/images/web/mission2.png");
  }
  .main-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-content .content {
    padding-right: 50px;
    padding-left: 50px;
  }
  .main-content .content h4 {
    font-size: 20px;
  }
  .main-content .content h2 {
    font-size: 30px;
  }
  .nav-pills {
    padding: 20px 40px;
  }
  .tab-content {
    padding-top: 10px;
  }
  .content-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
  #who-we-are .welcome h1 {
    font-size: 33px;
    font-weight: 700;
  }
  #who-we-are .welcome p {
    font-size: 15px;
  }
  #who-we-are .welcome .text p {
    padding-top: 20px;
    line-height: 25px;
    font-size: 14px;
  }
  #who-we-are .sgn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #who-we-are .sgn .sgn-text p {
    padding-left: 50px;
  }
  .rating-background .rating {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .rating-background .rating .text {
    padding-left: 50px;
    padding-top: 15px;
  }
  .rating-background .rating .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #markets-we-are {
    padding-top: 10px;
  }
  .xs-full {
    width: 100%;
  }
  .tab-content {
    padding-top: 0;
  }
  .content-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-pills {
    padding: 10px 20px;
  }
  #vision-mission .vision .content {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #vision-mission .mission .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #who-we-are .sgn .sgn-text p {
    padding-left: 0;
    padding-top: 10px;
  }
  #who-we-are .welcome {
    margin-top: 0;
    height: auto;
  }
  #who-we-are .welcome h1 {
    font-size: 24px;
    color: #fff;
  }
  #who-we-are .welcome .welcome-text {
    top: 30px;
    color: #fff;
    padding-bottom: 50px;
  }
  .rating-background .rating {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .rating-background .rating .text {
    padding-left: 0;
    padding-right: 0;
  }
  .rating-background .rating .text h1 {
    font-size: 24px;
  }
}
html[lang=ar] .owl-carousel {
  direction: initial;
}
