/********** Template CSS **********/
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap");
:root {
  --primary: #B39079;
  --secondary: #B39079;
  --light: #EFFDF5;
  --dark: #B39079;
}

html, .d-block, .text-white, .mb-4 {
  font-family: 'Cairo', sans-serif;
}

* {
  font-family: 'Cairo', sans-serif;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 20px;
  z-index: 99;
}

#watsupform {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0000007a;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 9999;
}

#watsupform button .text_send i {
  margin: 0 5px;
}

#watsupform .main_watsap {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  direction: rtl;
  color: black;
  position: relative;
  min-width: 50%;
}

.close_whatsup {
  position: absolute;
  left: 6px;
  background: #ff000029;
  width: 30px;
  cursor: pointer;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  color: red !important;
  top: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#watsupform .title_whatsup {
  margin: 0 0 11px 0 !important;
  font-size: 15px;
  font-weight: bolder;
  text-align: center;
  color: #201111;
}

#watsupform #go-to-whatsapp {
  background: #B39079 !important;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 50px;
  color: white;
}

#watsupform button .text_send {
  font-size: 14px;
  direction: ltr;
  font-weight: 500;
  margin: 0;
}

.form-group {
  margin-bottom: 1rem;
}

#watsupform input {
  height: 50px;
  border-radius: 50px;
  text-align: center;
}

.title_order {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.sub_title_order {
  /* text-align: center; */
  text-align: justify;
  width: 100%;
  color: #fff;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease-out, visibility 0s linear .5s;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  -webkit-transition: opacity .5s ease-out, visibility 0s linear 0s;
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  -webkit-transition: .5s;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  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;
  font-weight: normal;
  border-radius: 50px;
}

/*** Navbar ***/
.nav-bar {
  position: relative;
  margin-top: 45px;
  padding: 0 3rem;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 9999;
}

.nav-bar.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  padding: 0;
  top: 0;
  z-index: 9999;
  left: 0;
  right: 0;
}

.navbar {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.sticky-top .navbar {
  border-radius: 0px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.navbar-light {
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 8px 15px;
  color: #FFFFFF;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.322);
}

@media (max-width: 991.98px) {
  .nav-bar {
    margin: 0;
    padding: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0;
    -webkit-transform: rotateX(-75deg);
            transform: rotateX(-75deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
  }
}

.sticky-top .navbar-light {
  background-color: #121212;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  color: #ddd;
}

.sticky-top .navbar-light .navbar-nav .nav-link:hover, .sticky-top .navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  background-color: rgba(149, 116, 52, 0.522);
}

.bottom-hero {
  background-color: #B39079;
}

.bottom-hero .title_order {
  color: #fff;
}

.text-about p {
  line-height: 28px;
}

/*** Header ***/
@media (min-width: 992px) {
  .header {
    margin-top: -120px;
  }
}

.owl-stage-outer {
  direction: ltr;
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 50px;
  height: 50px;
  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;
  color: #FFFFFF;
  background: #b3907978;
  border-radius: 40px;
  font-size: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

@media (max-width: 768px) {
  /* .header-carousel .owl-nav {
        left: 25px;
    } */
  .w-50 {
    width: 50%;
    padding: 5px;
  }
  .p-5 {
    padding: 0.5rem !important;
  }
  .p-4 {
    padding: 0.5rem !important;
  }
  .py-5 {
    padding-bottom: 0rem !important;
  }
  .back-to-top {
    right: 15px;
    bottom: 15px;
  }
  .nav-bar {
    position: -webkit-sticky;
    position: sticky;
    padding: 0;
    z-index: 9999;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
  }
  .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sticky-top .navbar {
    border-radius: 0px;
    background-color: #B39079 !important;
  }
  .navbar {
    border-radius: 0px;
    background-color: transparent !important;
  }
}

.header .owl-carousel .owl-item img {
  height: 100vh;
}

.logo_main {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #B39079;
  background: -webkit-gradient(linear, left bottom, left top, from(#B39079), color-stop(10%, #B39079), color-stop(22%, rgba(149, 116, 52, 0.835172)), to(rgba(149, 116, 52, 0.43181)));
  background: linear-gradient(0deg, #B39079 0%, #B39079 10%, rgb(144 112 49 / 48%) 22%, rgba(149, 116, 52, 0.43181) 100%);
  
  
  
}

.logo-text {
  color: white;
  margin-top: 10px;
  background-color: rgba(149, 116, 52, 0.82);
  padding: 10px 20px;
  text-align: center;
  direction: rtl;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #DDDDDD;
}

/*** Icon ***/
.icon {
  /* padding: 15px; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* background: #FFFFFF !important; */
  border-radius: 50px;
  /* border: 1px dashed var(--primary) !important; */
}

.logo-fursan {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.py-1 {
  background-color: #121212 !important;
}

.bg-brimiry {
  background-color: #B39079;
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
  border-radius: 5px;
}

.about-img::before {
  position: absolute;
  content: "";
  background: #B39079;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  z-index: 1;
}

.social-links a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 7px black;
          box-shadow: 0 0 7px black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
}

.social-links a {
  font-size: 20px;
  display: inline-block;
  background: #B39079;
  color: #eee;
  line-height: 1.3;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* .social-links .twitter {
    background: #31a6ff;
}
.social-links .instagram{
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-links .snapchat {
    background: #fffc00;
    color: #595959;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links .twitter {
    background: #31a6ff;
}
.social-links .facebook {
    background: #2a64de;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.category .img-fluid {
  width: 100px;
  -webkit-filter: contrast(100);
          filter: contrast(100);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.ldld.bare:before {
  content: " ";
  display: block;
  background: 0;
  -webkit-animation: ldld-default .5s ease-in-out infinite;
          animation: ldld-default .5s ease-in-out infinite;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  border-color: currentColor transparent currentColor transparent;
}

@-webkit-keyframes ldld-default {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ldld-default {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* .social-links .youtube {
    background-color: red;
}
.social-links .whatsapp {
    background: #25d366;
} */
.social-links {
  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;
}

/* .social-links .pinterest {
    background: #31a6ff;
}
.social-links .telegram {
    background: #31a6ff;
}
.social-links .google {
    background: #ff3232;
}
.social-links .linkedin {
    background: #31a6ff;
} */
.cat-item {
  height: 400px;
  background-color: #323232;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 600px) {
  .cat-item {
    padding: 15px 25px;
    height: auto;
  }
}

.cat-item span {
  font-size: 14px;
  line-height: 28px;
}

.cat-item .icon .img-fluid {
  height: 75px;
  width: 80px;
}

.cat-item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background-color: #49391a;
}

.cat-item .category::before {
  content: "";
}

.ldld.bare.em-1, .ldld.default.em-1, .ldld.ldbtn.em-1 {
  width: 1.5em;
  height: 1.5em;
  display: none;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.btn-whatsapp {
  color: #fff;
  background-color: #00d66f;
  border-color: #00d66f;
}

.py-5::before {
  content: ' ';
  opacity: 0.6;
  background-image: url("../img/work-petern.png");
  background-size: contain;
  background-position: bottom;
}

.send-order p {
  margin: 0px;
  padding: 0px;
}

.close {
  border: none;
  background-color: red;
  border-radius: 50%;
  color: white;
  width: 30px;
  height: 30px;
  font-size: 20px;
  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;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 12px;
}

.send-order {
  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;
}

.okewa-pulse_3 {
  display: block;
  position: fixed;
  border-color: #0dc152;
  border-width: 1px;
  border-style: solid;
  border-radius: 55px;
  height: 50px;
  width: 50px;
  bottom: 25px;
  z-index: 99;
  left: 15px;
  -webkit-animation: ok_widgetPulse infinite 1.5s;
  animation: ok_widgetPulse infinite 1.5s;
}

@-webkit-keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@keyframes ok_widgetPulse {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

.whats-app {
  background: -webkit-gradient(linear, left top, left bottom, from(#25d366), color-stop(#25d366), to(#25d366));
  background: linear-gradient(#25d366, #25d366, #25d366);
  -webkit-animation: rotate 2.5s linear infinite;
          animation: rotate 2.5s linear infinite;
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  bottom: 25px;
  -webkit-box-shadow: 0px 0px 8px 2px #00000085;
          box-shadow: 0px 0px 8px 2px #00000085;
  left: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*** Category ***/
.cat-item .category {
  border: none;
  min-height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  color: white !important;
}

.height-100 {
  min-height: 100%;
}

.cat-item span {
  color: white;
}

.cat-item .category h6 {
  color: white;
  background-color: #ffffff1f;
  padding: 5px;
  min-height: 50px;
  border-radius: 10px;
  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;
}

.bg-customer {
  background-color: #977f50 !important;
  -webkit-box-shadow: 0px 2px 6px 3px #0000006b;
          box-shadow: 0px 2px 6px 3px #0000006b;
}

.bg-customer .img-fluid {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.bg-lights {
  background-color: #203266 !important;
  -webkit-box-shadow: 0px 2px 6px 3px #0000006b;
          box-shadow: 0px 2px 6px 3px #0000006b;
}

.cat-item h6 {
  color: white;
}

.cat-item div * {
  -webkit-transition: .5s;
  transition: .5s;
  font-family: 'Cairo', sans-serif;
}

.cat-item:hover div * {
  color: #FFFFFF !important;
}

/*** Property List ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #FFFFFF;
}

.property-item {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.property-item img {
  -webkit-transition: .5s;
  transition: .5s;
}

.property-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.property-item .border-top {
  border-top: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.property-item .border-end {
  border-right: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

/*** Team ***/
.team-item {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: .5s;
  transition: .5s;
}

.team-item .btn {
  color: var(--primary);
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.team-item .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Testimonial ***/
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item {
  background-color: #c9a766;
  direction: rtl;
}

.testimonial-carousel .testimonial-item .border {
  border: 0 !important;
}

.testimonial-carousel .testimonial-item .img-fluid {
  margin-left: 7px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 40px;
  top: calc(50% - 20px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  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;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  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;
  color: var(--light);
  border: none;
  border-radius: 35px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: right;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  float: left;
  -webkit-transform: rotate(181deg);
          transform: rotate(181deg);
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.btn {
  border-radius: 7px !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-style: solid;
  font-weight: 600;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.butt-sm {
  padding: 5px 12px;
  font-size: 12px;
  border-width: 1px;
}

.btn.butt-xs {
  padding: 3px 10px;
  font-size: 11px;
  border-width: 1px;
}

.btn.butt-xl {
  padding: 12px 25px;
  font-size: 17px;
  border-width: 3px;
}

.btn.butt-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn.butt-dark:hover {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

.btn.butt-dark:focus {
  background-color: #181818;
  border-color: #181818;
  color: #fff;
}

.btn.butt-light {
  color: #222;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.btn.butt-light:hover {
  color: #2c2c2c;
  background-color: white;
  border-color: white;
}

.btn.butt-light:focus {
  color: #181818;
  background-color: #ededed;
  border-color: #ededed;
}

.btn.butt-light-out {
  color: #f1f1f1;
  background-color: transparent;
  border-color: #f7f7f7;
}

.btn.butt-light-out:hover {
  color: #2c2c2c;
  background-color: white;
  border-color: white;
}

.btn.butt-light-out:focus {
  color: #181818;
  background-color: #ededed;
  border-color: #ededed;
}

.btn.butt-primary {
  color: #fff;
  background-color: #B39079;
  border-color: #B39079;
}

.btn.butt-primary:hover {
  color: #fff;
  background-color: #b38c3f;
  border-color: #b38c3f;
}

.btn.butt-primary:focus {
  color: #fff;
  background-color: #86682f;
  border-color: #86682f;
}

.btn.butt-primary2 {
  color: #fff;
  background-color: #121212;
  border-color: #121212;
}

.btn.butt-primary2:hover {
  color: white;
  background-color: #262626;
  border-color: #262626;
}

.btn.butt-primary2:focus {
  color: whitesmoke;
  background-color: #080808;
  border-color: #080808;
}

.btn.butt-red {
  color: white;
  background-color: #c92121;
  border-color: #c92121;
}

.btn.butt-red:hover {
  color: #fff;
  background-color: #de3535;
  border-color: #de3535;
}

.btn.butt-red:focus {
  color: whitesmoke;
  background-color: #b71e1e;
  border-color: #b71e1e;
}

.btn.butt-blue {
  color: white;
  background-color: #3579df;
  border-color: #3579df;
}

.btn.butt-blue:hover {
  color: #fff;
  background-color: #5890e5;
  border-color: #5890e5;
}

.btn.butt-blue:focus {
  color: whitesmoke;
  background-color: #236ddc;
  border-color: #236ddc;
}

.btn.butt-theal {
  color: white;
  background-color: #0ca6b7;
  border-color: #0ca6b7;
}

.btn.butt-theal:hover {
  color: #fff;
  background-color: #0fc9dd;
  border-color: #0fc9dd;
}

.btn.butt-theal:focus {
  color: whitesmoke;
  background-color: #0b95a4;
  border-color: #0b95a4;
}

.about-section {
  background-color: #6f5727;
}

.about-section .about-section-inner {
  border: 4px solid #B39079;
}

.about-section .about-section-inner .text {
  line-height: 32px;
}

.contact-item .contant .title {
  font-size: 17px;
}

.contact-item .contant .text {
  font-size: 12px;
}

.footer-app {
  background-color: #B39079;
}

.footer-app .form-control {
  outline: none;
  color: #fff;
}

.footer-app .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.247);
}

.footer-app .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.247);
}

.footer-app .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.247);
}

.footer-app .form-control::placeholder {
  color: rgba(255, 255, 255, 0.247);
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

.cd-intro .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-intro .cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-intro .cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  transition: width 3s;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.header {
  position: relative;
}

.tipping-hero {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 150px;
  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;
  height: 40px;
  overflow: hidden;
  color: #fff !important;
}

.tipping-hero .ah-headline {
  font-size: 19px !important;
}

.tipping-hero .ah-words-wrapper {
  color: #fff !important;
}

.tipping-hero .ah-words-wrapper span {
  color: #fff !important;
}

.tipping-hero .ah-words-wrapper b {
  color: #f1e31a !important;
}

.navbar-toggler {
  background-color: #49391a !important;
  color: #fff !important;
  height: 40px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.row {
  margin: 0;
}
/*# sourceMappingURL=al-fursansaudi.css.map */