.green-color {
  color: #2E544A;
}

.brown-color {
  color: #BA8F65;
}

.bg-green-color {
  background: linear-gradient(33.46deg, #192B2D 15.68%, #498B71 101.96%);
}

.bg-brown-color {
  background-color: #BA8F65;
}

@font-face {
  font-family: "cairo regular";
  src: url(../fonts/Cairo-Regular.ttf);
}

@font-face {
  font-family: "cairo bold";
  src: url(../fonts/Cairo-Bold.ttf);
}

@font-face {
  font-family: "cairo semibold";
  src: url(../fonts/Cairo-SemiBold.ttf);
}

@font-face {
  font-family: "cairo medium";
  src: url(../fonts/Cairo-Medium.ttf);
}

@font-face {
  font-family: "play semibold";
  src: url(../fonts/PlayfairDisplay-SemiBold.ttf);
}

@font-face {
  font-family: "roboto medium";
  src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: "work sans regular";
  src: url(../fonts/WorkSans-Regular.ttf);
}

@font-face {
  font-family: "work sans medium";
  src: url(../fonts/WorkSans-Medium.ttf);
}

body {
  font-family: "cairo regular";
}

h1, h2, h3 {
  font-family: "cairo bold";
}

.cairo-semi {
  font-family: "cairo semibold";
}

.cairo-bold {
  font-family: "cairo bold";
}

.cairo-m {
  font-family: "cairo medium";
}

.play-semibold {
  font-family: "play semibold";
}

html, body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
}

.logo {
  font-size: 23px;
  line-height: 43px;
}

.flags-carousel {
  position: relative;
  top: -45px;
  overflow: hidden;
}

.flags-carousel .flags-slider {
  position: relative;
  width: 1860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
}

.flags-carousel .flags-slider .flags-list {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flags-carousel .flags-slider .flags-list .flag {
  margin-right: 10px;
}

.global-desc {
  font-size: 19px;
  line-height: 34px;
}

.global-title {
  font-size: 45px;
  line-height: 84px;
}

.push-right {
  margin: 0 8%;
}

.contact-button img, .small-btn img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 7px;
}

.contact-button .button-title {
  font-size: 13px !important;
}

.small-btn {
  width: 157px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #BA8F65;
  font-size: 11px;
  color: #FFFFFF;
}

.small-btn span {
  font-size: 13px !important;
}

.main-quotes-content {
  text-align: center;
  padding-bottom: 350px;
}

.main-quotes-content .quotes {
  opacity: 0.3;
  margin-bottom: 35px;
}

.main-quotes-content .main-quotes {
  color: #BA8F65;
  font-size: 38px;
  line-height: 65px;
  width: 70%;
  margin: 0 auto;
}

.center-img {
  text-align: center;
  position: relative;
  top: -275px;
}

.artboard-img {
  text-align: center;
  position: relative;
  top: -150px;
}

.artboard-img .overlay {
  background: linear-gradient(93.51deg, #BA8F65 -10.09%, rgba(186, 143, 101, 0) 84.96%);
  position: absolute;
  left: 4%;
  top: 0;
  width: 494px;
  height: 475px;
  z-index: 20;
}

.artboard-img img {
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  width: 110%;
  z-index: 10;
}

.section-footer {
  color: #2E544A;
  font-size: 28px;
  line-height: 48px;
  width: 80%;
}

.custom-breadcrumb {
  background-color: transparent;
  padding: 0;
  font-family: "tajawal medium";
}

.custom-breadcrumb li:not(:first-child)::before {
  content: ">";
  padding: 0 18px;
  color: #2E544A;
}

.custom-breadcrumb li a {
  color: #2E544A;
  font-family: "cairo semibold";
  font-size: 20px;
}

.global-list {
  padding: 0;
  list-style: none;
  margin-bottom: 138px;
}

.global-list .global-list-item {
  padding: 35px 0;
  border-bottom: 1px solid #192B2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global-list .global-list-item .id {
  color: #BA8F65;
  font-size: 74px;
  margin-left: 80px;
  font-family: "work sans medium";
}

.global-list .global-list-item .desc {
  font-size: 24px;
  line-height: 44px;
  color: #2E544A;
  font-family: "cairo medium";
}

.push-navbar {
  margin-top: 200px;
}

@media (min-width: 1600px) {
  .flags-carousel {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .flags-carousel {
    width: 1600px;
  }
}

@media (max-width: 1440px) {
  .flags-carousel {
    width: 1440px;
  }
}

@media (max-width: 1400px) {
  .push-right {
    margin: 0 4%;
  }
  .main-quotes-content .main-quotes {
    width: 80%;
  }
  .artboard-img .overlay {
    height: 440px;
  }
  .section-footer {
    width: 85%;
  }
}

@media (max-width: 1199px) {
  .push-right {
    margin: 0 2%;
  }
  .center-img img {
    width: 100%;
  }
  .global-title {
    font-size: 38px;
  }
  .main-quotes-content .main-quotes {
    width: 95%;
  }
  .artboard-img .overlay {
    width: 400px;
    height: 350px;
  }
  .section-footer {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .flags-carousel {
    width: 991px;
    top: -40px;
  }
  .flags-carousel .flags-slider {
    height: 80px;
  }
  .flags-carousel .flags-slider .flag {
    width: 80px;
    height: 80px;
  }
  .flags-carousel .flags-slider .flag img {
    width: 100%;
  }
  .main-quotes-content {
    padding-bottom: 250px;
  }
  .main-quotes-content .main-quotes {
    width: 100%;
    font-size: 30px;
    line-height: 54px;
  }
  .center-img {
    top: -180px;
  }
  .artboard-img {
    top: -50px;
  }
  .artboard-img .overlay {
    width: 300px;
    height: 300px;
    left: -8%;
  }
  .artboard-img img {
    width: 140%;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  .global-list .global-list-item .desc {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .main-quotes-content {
    padding-bottom: 170px;
  }
  .main-quotes-content .main-quotes {
    font-size: 22px;
    line-height: 46px;
  }
  .center-img {
    top: -135px;
  }
  .artboard-img .overlay {
    width: 275px;
    height: 275px;
  }
  .section-footer {
    font-size: 24px;
    line-height: 45px;
  }
  .global-list .global-list-item .desc {
    font-size: 18px;
    line-height: 34px;
  }
}

@media (max-width: 576px) {
  .flags-carousel {
    top: -40px;
  }
  .flags-carousel .flags-slider {
    height: 85px;
  }
  .flags-carousel .flags-slider .flag {
    width: 80px;
    height: 80px;
  }
  header {
    padding-bottom: 70px;
  }
  .global-list .global-list-item .id {
    margin-left: 35px;
  }
}

@media (max-width: 430px) {
  .global-title {
    font-size: 34px;
    line-height: 47px;
  }
  .global-desc {
    font-size: 16px;
    line-height: 32px;
  }
  .main-quotes-content .main-quotes {
    font-size: 17px;
    line-height: 37px;
  }
  .artboard-img .overlay {
    width: 190px;
    height: 190px;
  }
  .global-list .global-list-item {
    display: block;
  }
}

/* header */
header {
  background-image: url(../img/header-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 165px;
  position: relative;
}

header .top-nav.is-sticky {
  background-color: #FFFFFF;
  background-image: url(../img/header-img.png);
  -webkit-box-shadow: 0px 6px 15px 0px #908E8E26;
          box-shadow: 0px 6px 15px 0px #908E8E26;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

header .top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-nav .navbar-toggler {
  border: none !important;
}

header .top-nav .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .top-nav .navbar-nav .nav-item:not(:last-child) {
  margin-left: 30px;
}

header .top-nav .navbar-nav .nav-item .nav-link, header .top-nav .navbar-nav .nav-item .nav-link:hover, header .top-nav .navbar-nav .nav-item .nav-link.active {
  font-size: 18px !important;
  color: #2E544A !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

header .top-nav .logo {
  width: 138px;
}

header .top-nav .logo img {
  width: 100%;
}

header .top-nav .contact-button {
  background-color: #BA8F65;
  color: #FFFFFF;
  width: 157px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .top-nav .contact-button img {
  margin-left: 5px;
}

header .top-nav .contact-button .button-title {
  font-size: 11px;
}

header .header-content {
  padding-top: 230px;
}

header .header-content .header-title {
  color: #2E544A;
  font-size: 63px;
  line-height: 78px;
  text-align: center;
}

header .header-content .img-flag-content {
  text-align: center;
  margin-bottom: 130px;
}

header .header-content .img-flag-content #flags {
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
  position: relative;
  z-index: 10;
}

header .header-content .img-flag-content #sign {
  margin-top: -100px;
  position: relative;
  z-index: 20;
}

header .header-content .header-quotes {
  color: #BA8F65;
  font-size: 45px;
  line-height: 62px;
  margin-top: 10px;
  width: 88%;
}

header .header-content .header-desc {
  color: #2E544A;
  font-size: 19px;
  line-height: 34px;
  text-align: justify;
  width: 80%;
}

/* about section */
#about-us {
  padding-top: 64px;
  margin-bottom: 220px;
}

#about-us .about-title {
  color: #FFFFFF;
  margin-bottom: 45px;
}

#about-us .about-desc {
  color: #FFFFFF;
}

#about-us .d-1 {
  text-align: justify;
}

#about-us .d-2 {
  width: 110%;
  text-align: justify;
}

/* our plan section */
#our-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#our-plan #scroll-handle {
  width: 1px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

#our-plan #scroll-handle::before {
  content: "";
  width: 1px;
  height: var(--beforeHeight, 0);
  background-color: #BA8F65;
  position: absolute;
  top: var(--beforeTop, 40px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#our-plan .plan-content {
  padding: 45px 10px;
  margin-bottom: 125px;
  color: #FFFFFF;
}

#our-plan .plan-content #plan-1, #our-plan .plan-content #plan-2 {
  margin-bottom: 80px;
}

#our-plan .plan-content .plan {
  padding-right: 30px;
  opacity: 0.4;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#our-plan .plan-content .plan:hover {
  opacity: 1;
}

#our-plan .plan-content .plan.active {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#our-plan .plan-content .plan-id {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "work sans regular";
}

#our-plan .plan-content .plan-name {
  padding-right: 10px;
  font-family: "cairo semibold";
}

#our-plan .plan-content .plan-desc {
  text-align: justify;
}

/* our mission */
#our-mission {
  position: relative;
  top: -217px;
  color: #FFFFFF;
}

#our-mission .mission-title {
  font-size: 45px;
  line-height: 67px;
  width: 85%;
}

#our-mission .mission-desc {
  text-align: justify;
  text-align-last: center;
  width: 82%;
}

/* our values */
#our-values {
  border-top: 1px solid #FFFFFF;
  position: relative;
  top: -130px;
  padding-top: 110px;
  padding-bottom: 512px;
  color: #FFFFFF;
}

#our-values .section-title {
  text-align: center;
  margin-bottom: 65px;
}

#our-values .value-box {
  padding: 45px 30px 45px 0;
  height: 100%;
  position: relative;
}

#our-values .value-box .value-box-title {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
  font-family: "cairo semibold";
}

#our-values .value-box .value-box-desc {
  font-size: 19px;
  line-height: 28px;
  width: 80%;
}

#our-values .value-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  bottom: 0;
  right: 0;
}

/* our products */
#our-products {
  position: relative;
  top: -380px;
}

#our-products .section-title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 95px;
}

#our-products .carousel-control-prev-icon, .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

#our-products .product .img-content {
  margin-bottom: 30px;
}

#our-products .product .img-content img {
  width: 100%;
  height: 100%;
}

#our-products .product .product-name {
  font-size: 30px;
  line-height: 43px;
  color: #2E544A;
  margin-bottom: 16px;
}

@media (max-width: 992px) {
  .product-name {
    height: 120px;
  }
}

@media (max-width: 768px) {
  .product {
    margin-bottom: 15px;
  }
  .product .product-name {
    height: auto;
  }
}

/* satisfy */
#satisfy {
  position: relative;
  top: -222px;
}

#satisfy .section-title {
  font-size: 45px;
  line-height: 73px;
  color: #2E544A;
  font-family: "cairo semibold";
  margin-bottom: 65px;
}

#satisfy .section-desc {
  font-size: 28px;
  line-height: 41px;
  width: 73%;
  color: #2E544A;
  margin-bottom: 118px;
}

/* different */
#different {
  position: relative;
  top: -130px;
  color: #2E544A;
}

#different .section-title {
  margin-bottom: 65px;
}

#different .section-desc {
  margin-bottom: 130px;
}

footer {
  background-color: #BA8F65;
  color: #FFFFFF;
  padding: 27px 27px 10px;
}

footer .bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .copyright {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 0;
}

footer .logo {
  color: #FFFFFF;
}

footer .lobb-content {
  text-align: center;
}

footer .lobb-content .lobb-logo {
  margin-bottom: 5px;
}

footer .lobb-content .dev-title {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  header .header-content .img-flag-content #flags {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  header .header-content .header-quotes {
    width: 100%;
  }
  header .header-content .header-desc {
    width: 95%;
  }
  #about-us .d-2 {
    width: 118%;
  }
  #our-values .short {
    padding-bottom: 45px;
  }
  #our-mission .mission-desc {
    width: 86%;
  }
}

@media (max-width: 1000px) {
  #our-plan #scroll-handle {
    display: none;
  }
}

@media (min-width: 1200px) {
  #our-products .carousel-control-prev {
    right: -130px;
  }
  #our-products .carousel-control-next {
    left: -130px;
  }
}

@media (max-width: 1199px) {
  header .top-nav .navbar-nav .nav-item:not(:last-child) {
    margin-left: 12px;
  }
  header .header-content .img-flag-content #flags {
    -webkit-transform: translateX(9%);
            transform: translateX(9%);
  }
  header .header-content .header-quotes {
    font-size: 38px;
    line-height: 57px;
  }
  header .header-content .header-desc {
    width: 110%;
  }
  #about-us .d-1 {
    width: 115%;
  }
  #about-us .d-2 {
    width: 136%;
  }
  #our-mission .mission-title {
    font-size: 40px;
    line-height: 62px;
  }
  #our-mission .mission-desc {
    width: 101%;
  }
  #our-products .products-content .img-content img {
    width: 100%;
  }
  #our-products .products-content .product-name {
    font-size: 26px;
  }
  #satisfy .section-desc {
    width: 77%;
  }
}

@media (min-width: 992px) {
  .product h3 {
    height: 129px;
  }
}

@media (max-width: 991px) {
  header .top-nav {
    background-attachment: fixed;
    padding: 32px;
  }
  header .top-nav .navbar-nav {
    margin-top: 1.75rem !important;
    padding-top: 1rem;
    border-top: 1px solid #2E544A;
  }
  header .top-nav .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0;
  }
  header .top-nav .contact-button {
    margin-right: auto;
  }
  header .header-content .img-flag-content {
    margin-bottom: 100px;
  }
  header .header-content .img-flag-content #flags {
    width: 120%;
    -webkit-transform: translateX(6%);
            transform: translateX(6%);
  }
  header .header-content .img-flag-content #sign {
    width: 88px;
    height: 88px;
    margin-top: -50px;
  }
  header .header-content .header-quotes {
    margin-bottom: 30px;
  }
  header .header-content .header-desc {
    width: 100%;
  }
  #about-us {
    margin-bottom: 150px;
  }
  #about-us .d-1 {
    width: 100%;
    margin-bottom: 25px;
  }
  #about-us .d-2 {
    width: 100%;
  }
  #our-mission {
    top: -117px;
  }
  #our-mission .mission-title {
    margin-bottom: 30px;
  }
  #our-mission .mission-desc {
    width: 100%;
    text-align: right;
    text-align-last: right;
  }
  #our-mission .mission-desc:first-child {
    margin-bottom: 30px;
  }
  #our-values {
    padding-top: 75px;
    top: 0;
  }
  #our-values .section-title {
    margin-bottom: 30px;
  }
  #our-products .products-content .product {
    margin-bottom: 80px;
  }
  #our-products .products-content .img-content {
    width: 328px;
  }
  #satisfy {
    top: -300px;
  }
  #satisfy .section-desc {
    width: 100%;
    margin-bottom: 100px;
  }
  #different {
    top: -200px;
  }
  #different .section-desc {
    margin-bottom: 90px;
  }
  #different .d-1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  header .header-content .header-title {
    font-size: 60px;
  }
  #our-mission {
    top: -60px;
  }
  #our-products .product .product-name {
    font-size: 28px;
    height: 85px;
  }
  #satisfy .section-title {
    font-size: 42px;
    line-height: 67px;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .lobb-content {
    margin-bottom: 3px;
  }
  footer .logo {
    margin-bottom: 7px;
  }
  footer .copyright {
    margin-bottom: 7px;
  }
}

@media (max-width: 576px) {
  header .top-nav {
    padding: 32px 32px 0;
  }
  header .top-nav .logo {
    width: 92px;
  }
  header .header-content .img-flag-content {
    margin-bottom: 70px;
  }
  header .header-content .img-flag-content #flags {
    width: 100%;
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  header .header-content .img-flag-content #sign {
    width: 60px;
    height: 60px;
  }
  header .header-content .header-title {
    font-size: 50px;
    line-height: 4.3rem;
  }
  #about-us {
    margin-bottom: 150px;
  }
  .artboard-img img {
    width: 130%;
  }
  #our-products .products-content .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #our-products .products-content .product {
    width: 328px;
  }
  #our-products .products-content .product .product-name {
    width: 100%;
  }
  #our-products .products-content .product .product-desc {
    width: 100%;
  }
  #satisfy {
    top: -350px;
  }
  footer .copyright {
    font-size: 16px;
  }
}

@media (max-width: 430px) {
  header .top-nav {
    padding: 18px 18px 0;
  }
  header .top-nav .contact-button {
    width: 120px;
  }
  header .header-content .header-title {
    font-size: 40px;
    line-height: 3.3rem;
  }
  header .header-content .img-flag-content #sign {
    width: 30px;
    height: 30px;
  }
  header .header-content .header-quotes {
    font-size: 28px;
    line-height: 47px;
  }
  header .header-content .header-desc {
    font-size: 16px;
    line-height: 32px;
  }
  #about-us {
    margin-bottom: 100px;
  }
  #our-mission .mission-title {
    font-size: 34px;
    line-height: 57px;
  }
  #our-values .value-box {
    padding: 30px 0;
  }
  #our-values .value-box .value-box-desc {
    width: 100%;
  }
  #satisfy .section-title {
    font-size: 28px;
    line-height: 52px;
  }
  #satisfy .section-desc {
    font-size: 27px;
  }
  footer {
    padding: 27px 24px 10px;
  }
  footer .copyright {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */