/*  import google fonts */
@font-face {
  font-family: Tajawal;
  src: url('../assets/fonts/Tajawal-Regular.ttf');
  font-display: swap;
}

:root {
  --color-main: #b77c4f;
  --color-secount: #422014;
  --color-white: #fff;
  --bg-gray-400: #eff2f7;
  --shadow-black-100: 0 5px 15px rgba(0, 0, 0, 0.1);
  --shadow-black-300: 0 5px 15px rgba(0, 0, 0, 0.3);
  --border-color: rgba(0, 0, 0, 0.175);
  --black-900: #000000;
  --black-800: #161c2d;
  --black-600: #475467;
  --black-500: #495057;
  --black-400: #555555;
  --black-300: #eff2f7;
  --black-200: #f1f4f8;
  --black-100: #f7f7f7;
  --black-000: #ffffff;
  --black-alpha-100: 0 5px 15px rgba(0, 0, 0, 0.05);
  --black-alpha-200: rgba(0, 0, 0, .85);
  --black-alpha-300: rgba(0, 0, 0, .87);
  --bs-dark-rgb: 27, 42, 78;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-bg: #eff2f7;
  --bs-dark-rgb: 25, 27, 75;

  --p-gray-600: #9397ad;
  --bs-main-dark-rgb: 106, 11, 35;
  
  
  --default-color: #444444;
  --heading-color: #3e5055;
  --accent-color: #be8960;
  --accent-colors: #0d2735;
  --contrast-color: #ffffff;
  
  
  --p: 356.25 85.106% 36.863%;
    --pf: 356.25 85.106% 29.49%;
    --sf: 0 0% 80%;
    --af: 0 0% 68.078%;
    --b2: 0 0% 81.882%;
    --b3: 0 0% 73.694%;
    --sc: 0 0% 20%;
    --inc: 198 100% 12%;
    --suc: 157.83 100% 10.392%;
    --wac: 42.778 100% 11.216%;
    --erc: 0 100% 14.196%;
    --rounded-box: 1rem;
    --rounded-btn: .5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: .25s;
    --animation-input: .2s;
    --btn-text-case: uppercase;
    --btn-focus-scale: .95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: .5rem;
    --pc: 0 0% 100%;
    --s: 0 0% 100%;
    --a: 0 0% 85.098%;
    --ac: 356.25 85.106% 36.863%;
    --n: 0 0% 98.824%;
    --nc: 210 11.429% 13.725%;
    --nf: 0 0% 98.824%;
    --b1: 0 0% 90.98%;
    --bc: 0 0% 100%;
    --in: 198 93.137% 60%;
    --su: 157.83 64.082% 51.961%;
    --wa: 42.778 96.429% 56.078%;
    --er: 0 90.541% 70.98%;
  
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body {
  background: #fff;
  color: #444;
  scroll-behavior: smooth;
  font-family: Tajawal, "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

/* Social icons start */

.social-icons{
  right: 0px;
  top: 350px;
  width: 64px;
  height: 250px;
  background: linear-gradient(310.39deg, rgba(31, 35, 39, 0.45) 2.17%, rgba(31, 35, 39, 0.04) 100%);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(6px);
  border-radius: 2px;
  z-index: 40;
}

.post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-main);
}

.btn-primary {
  background-color: #fff;
  border: #422014 1px solid;

}

.btn-primary:hover {
  background-color: #422014;
  border: #b77c4f 1px solid;

}

.btn-outline-primary {
  border: #b77c4f 1px solid;
  color: #422014;
}

.btn-outline-primary:hover {
  background-color: #b77c4f;
  border: #422014 1px solid;

}

a {
  color: #422014;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: var(--color-secount);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.card {
  max-width: 18em;
}

/* Center cards in RTL */
.card,
.feature-box {
  margin-left: auto;
  margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Tajawal, "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b77c4f;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
  border-radius: 10px;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--color-secount);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.1);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: Tajawal, "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: var(--color-main);
}

#header #logo h1 a span {
  color: #b77c4f;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }

  #header #logo img {
    height: 300px;
    width: 300px;
    padding: 0;
    margin: 0;
  }

  #header #logo h1 {
    font-size: 34px;
  }

}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Owl-Carousel
--------------------------------------------------------------*/
.owl-carousel .owl-dots {
  padding: 0 15px;
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  height: 6px;
  width: 24px;
  background-color: #dddddd;
  display: inline-block;
  margin: 0 4px;
  border-radius: 5px;
}

.owl-carousel button.owl-dot.active {
  background-color: var(--main-color);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar .nav-item {
  margin-left: 40px;
}

.navbar .nav-item .nav-link {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
  position: relative;
}

@media screen and (max-width: 576px) {
 .navbar .nav-item .nav-link {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  padding: 5px 0;
  position: relative;
}
}

.navbar .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #b77c4f;
  transition: all 0.5s ease;
  transform: scale(0);
}

.navbar .nav-item .nav-link.active::before,
.navbar .nav-item .nav-link:hover::before {
  transform: scale(1);
}



.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: Tajawal, "Raleway", sans-serif;
  font-size: 15px;
  /*font-weight: 600;*/
  color: #444;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #b77c4f;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #b77c4f;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--color-main);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  height: 45vh;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(183, 124, 79, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--color-main);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #b77c4f;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #b77c4f;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../assets/intro/YUT/01.jpg") no-repeat;
  background-size: cover;
  padding: 0;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: var(--color-main);
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h3 {
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #b77c4f;
  text-decoration: none;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: Tajawal, "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border-radius: 2px;
}

#intro .intro-content .btn-get-started {
  background: none;
  color: var(--color-main);
  border: 2px solid var(--color-main);
}

#intro .intro-content .btn-get-started:hover {

  background: var(--color-main);
  border: 2px solid var(--color-main);
  color: white;
}

#intro .intro-content .btn-projects {
  background: #b77c4f;
  border: 2px solid #b77c4f;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #b77c4f;
}

#intro .intro-slider {
  z-index: 8;
  height: 60vh;
}

#intro .intro-slider::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro .intro-slider .swiper-slide {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transition-property: opacity;
}


#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.intro {
  text-align: center;
  padding: 50px;
  background-color: #f2f2f2;
}

.intro h1 {
  font-size: 36px;
  color: #333;
}

.intro p {
  font-size: 18px;
  color: #666;
}

/* Testimonials Section
--------------------------------*/
#testis {
  padding: 30px 0;
  background-color: #b77c4f12;
}

#testis .testi-carousel,
#testis .testi-slider {
  overflow: hidden;
}

#testis .testi-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  background-color: #fff;
  text-align: center;
  min-height: 200PX;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
}

@media (max-width: 767px) {
  #testis .testi-item {
    margin: 30px 10px;
  }
}

#testis .testi-item i {
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 50px;
  color: var(--color-main);
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

/* 
#testimonials .testimonial-item::before {
  height: 20px;
  width: 20px;
  background-color: var(--color-1);
  left: -20px;
  top: 40%;
}

#testimonials .testimonial-item::before,
#testimonials .testimonial-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: 0;
}

#testimonials .testimonial-item .testimonial-icon::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  transition: all 0.5s ease;
  z-index: -1;
  opacity: 0;
}

#testimonials .testimonial-item:hover .testimonial-icon {
  color: #ffffff;
  font-size: 20px;
}

#testimonials .testimonial-item:hover .testimonial-icon::before {
  left: 0;
  border-radius: 50%;
  opacity: 1;
} */

#testis .testi-item .icon i {
  line-height: 60px;
  position: relative;
}

#testis .testi-item h3 {
  font-size: 22px;
  margin: 50px 0 20px;
  color: var(--color-main);
  font-weight: 500;
  text-transform: capitalize;
}

#testis .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testis .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-main);
}

#testis .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}


/* .features .testimonial-item .testimonial-icon {
  height: 60px;
  width: 60px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 30px;
  border-radius: 28% 68% 65% 25% / 25% 25% 65% 65%;
  border: 4px solid #da4766;
  color: var(--main-color);
  position: relative;
  z-index: 1;
  animation: border-radius 5s linear infinite;
} */

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; 
}

::-webkit-search-decoration {
  -webkit-appearance: none; 
}


.narrow-w {
  max-width: 600px;
  margin: 0 auto; 
}

.text-center {
  text-align: center !important; 
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; 
}

.heading {
  color: #333;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  margin-bottom: 30px;
  font-weight: 600; 
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; 
}
  
/* Search */
.wrapper {
  width: 95%;
  margin: 0 auto;
}
#search-container {
  margin: 1em 0;
}
#search-container input {
  background-color: transparent;
  width: 40%;
  border-bottom: 2px solid #110f29;
  padding: 1em 0.3em;
}
#search-container input:focus {
  border-bottom-color: #b77c4f;
}
#search-container button {
  padding: 1em 2em;
  margin-right: 1em;
  background-color: #b77c4f;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 0.5em;
}
.button-value {
  border: 2px solid #b77c4f;
  padding: 1em 2.2em;
  border-radius: 3em;
  background-color: transparent;
  color: #b77c4f;
  cursor: pointer;
}
.activess {
  background-color: #b77c4f;
  color: #ffffff;
}
#products {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 1.5em;
  padding: 2em 0;
}
.card {
  background-color: #ffffff;
  max-width: 18em;
  margin-top: 1em;
  padding: 1em;
  border-radius: 5px;
  box-shadow: -1em 2em 2.5em rgba(1, 2, 68, 0.08);
}
.image-container {
  text-align: center;
}
img {
  max-width: 100%;
  object-fit: contain;
  height: 15em;
}
.container {
  padding-top: 1em;
  color: #110f29;
}
.container h5 {
  font-weight: 500;
}
.hide {
  display: none;
}
@media screen and (max-width: 720px) {
  img {
    max-width: 100%;
    object-fit: contain;
    height: 10em;
  }
  .card {
    max-width: 10em;
    margin-top: 1em;
  }
  #products {
    grid-template-columns: auto auto;
    grid-column-gap: 1em;
  }
}

@media screen and (max-width: 576px) {
  img {
    max-width: 100%;
    object-fit: contain;
    height: 5em;
  }
  .card {
    max-width: 20em;
    margin-top: 1em;
  }
  #products {
    display: block;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: var(--color-main);
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 32px;
  color: #161c2d;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.section-title h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 80px;
  margin-left: 590px;
  display: block;
  background-color: #b77c4f;
  border-radius: 5px;
}

.section-title h2 span {
  color: var(--color-main);
}

/* ---------section-title-con-------- */
.section-title-con h2 {
  font-size: 32px;
  color: #161c2d;
  font-weight: 700;
  text-align: center;
}

/*.section-title-con h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 60px;
  display: block;
  background-color: #b77c4f;
  border-radius: 5px;
}*/

.section-title-con h2 span {
  color: var(--color-main);
}

.section-title-con p {
  padding: 0 0 30px 0;
  text-align: center;
  margin: 0;
}

/* .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: #b77c4f;
  bottom: 0;
  right: 0;
  border-radius: 5px;
} */

.section-title p {
  padding: 0 0 30px 0;
  margin: 0;
  text-align: center;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: #b77c4f;
  bottom: 0;
  right: 0;
  border-radius: 5px;
}

.section-header p {
  padding: 0;
  margin: 0;
}


.section-title-services {
  text-align: center;
  min-height: 1px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.section-title-services h2 {
  font-size: 40px;
  color: #161c2d;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

/* .section-title-services h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 95px;
  margin-left: 350px;
  display: block;
  background-color: #b77c4f;
  border-radius: 5px;
} */

.section-title-services h2 span {
  color: var(--color-main);
}

.testis-title h2 {
  font-size: 40px;
  color: #161c2d;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.testis-title h2 span {
  color: var(--color-main);
}

.section-title-services p {
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
}


/* ---------section-title-bor-------- */
/*.section-title-bor h2 {
  font-size: 32px;
  color: #161c2d;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.section-title-bor h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 60px;
  margin-left: 575px;
  display: block;
  background-color: #b77c4f;
  border-radius: 5px;
}

.section-title-bor h2 span {
  color: var(--color-main);
}

.section-title-bor p {
  padding: 0 0 30px 0;
  margin: 0;
  text-align: center;
}
*/

/* News Section
--------------------------------*/
#news {
  padding: 40px 0;
  background-color: #b77c4f12;
}

#news .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
  border-radius: 7px;
}

#news .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#news .box .icon {
  float: left;
}

#news .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#news .box .icon i:before {
  background: var(--color-main);
  background: linear-gradient(45deg, #b77c4f 0%, #422014 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#news .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#news .box h4 a {
  color: #444;
}

#news .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #news .box .box {
    margin-bottom: 20px;
  }

  #news .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #news .box h4,
  #news .box p {
    margin-left: 0;
    text-align: center;
  }
}


/* the_terms_&_conditions Section
--------------------------------*/
#terms {
  padding: 40px 0;
  background-color: #b77c4f12;
}

#terms .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
  border-radius: 7px;
}

#terms .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#terms .box .icon {
  float: left;
}

#terms .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#terms .box .icon i:before {
  background: var(--color-main);
  background: linear-gradient(45deg, #b77c4f 0%, #422014 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#terms .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#terms .box h4 a {
  color: #444;
}

#news .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #terms .box .box {
    margin-bottom: 20px;
  }

  #terms .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #terms .box h4,
  #terms .box p {
    margin-left: 0;
    text-align: center;
  }
}

/***
====================================================================
sec-title-one
====================================================================
***/
.sec-title-one {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.sec-title-one h1,
.sec-title-one h2,
.sec-title-one h3 {
  position: relative;
  color: #7b3f2d;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  border-right: 5px solid #b77c4f;
  padding-right: 10px;
}

.sec-title-one h1,
.sec-title-one h2,
.sec-title-one h3 span {
  color: #7b3f2d;
  font-weight: 700;
  float: right;
}

.sec-title-one h1,
.sec-title-one h2,
.sec-title-one h3 a {
  color: #161c2d;
}

.sec-title-one h1:after,
.sec-title-one h2:after,
.sec-title-one h3:after {
  position: absolute;
  content: '';
  width: 70px;
  left: 0px;
  bottom: 0px;
  height: 1px;
  /* background-color: #8888; */
}

.sec-title-one .text {
  position: relative;
  color: #454545;
  font-size: 16px;
  margin-top: 35px;
  font-weight: 300;
}

.sec-title-one h2 span {
    color: var(--color-main);
}

/***
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Section
--------------------------------*/
#about {
  position: relative;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

#about .left-column {
  padding-right: 30px;
}

#about .img-box {
  position: relative;
}

#about .img-box .image img {
  position: relative;
  width: 100%;
}

#about .img-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

#about .img-box .overlay-box span {
  position: relative;
  width: 60px;
  height: 50px;
  top: 48%;
  margin-top: -16px;
  display: inline-block;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
  border: 2px solid #ffffff;
  text-align: center;
}

#about .img-box .image img {
  position: relative;
  width: 100%;
}

figure.image {
  /* text-align: center; */
  position: relative;
}

#about .content-column {
  position: relative;
}

#about .content-column .sec-title-one {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

#about .content-column .text {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: right;
}

.justify {
  margin: 0 auto;
  text-align: justify;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }


  .goals .icon-box {
    height: auto;
  }

  .goals .icon-box img {
    margin-left: 0;
    padding-bottom: 30px;
  }
  
}

#about .content h2 {
  color: var(--color-main);
  font-weight: 700;
  font-size: 36px;
  font-family: Tajawal, "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #b77c4f;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  position: relative;
}

#services .left-column {
  padding-right: 30px;
}

#services .img-box {
  position: relative;
}

#services .img-box .image img {
  position: relative;
  width: 100%;
}

#services .img-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

#services .img-box .overlay-box span {
  position: relative;
  width: 60px;
  height: 50px;
  top: 48%;
  margin-top: -16px;
  display: inline-block;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
  border: 2px solid #ffffff;
  text-align: center;
}

#services .img-box .image img {
  position: relative;
  width: 100%;
}

figure.image {
  /* text-align: center; */
  position: relative;
}

#services .content-column {
  position: relative;
}

#services .content-column .sec-title-one {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

#services .content-column .text {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: right;
}

.justify {
  margin: 0 auto;
  text-align: justify;
}

/* Services box
--------------------------------*/
#services .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
  border-radius: 7px;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: var(--color-main);
  background: linear-gradient(45deg, #b77c4f 0%, #422014 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }
}



/* --Page Title-- */
.page-title {
  --default-color: var(--contrast-color);
  --background-color: var(--accent-color);
  --heading-color: var(--contrast-color);
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--accent-color) 90%, black 5%);
  padding: 20px 0;
}

.page-title nav a {
  color: var(--default-color);
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-right: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/* --Contact-Details-- */
.contact_details_heading_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_details_top_heading h5 {
  padding-top: 15px;
  font-size: 16px;
}

.contact_details_top_heading_right h4 {
  color: var(--accent-color);
}

.contact_details_top_heading_right h6 {
  font-size: 16px;
  color: var(--accent-color);
  padding-top: 5px;
}

.contact_details_top_heading_right p {
  padding-top: 2px;
  font-size: 14px;
}

.contact_details_top_bottom {
  margin-top: 25px;
  border-top: 1px solid #eeeaea;
  padding-top: 13px;
  border-bottom: 1px solid #eeeaea;
  padding-bottom: 13px;
  display: flex;
  /* justify-content: space-between; */
}

.contact_details_top_bottom_item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.contact_details_top_bottom_icon {
  font-size: 30px;
  padding-left: 10px;
}

.contact_details_top_bottom_text h5 {
  font-weight: 500;
}

.contact_details_top_bottom_text p {
  font-size: 14px;
}

.contact_details_img_wrapper {
  margin-top: 40px;
  display: block;
}

.contact_details_img_wrapper .slider-nav {
  margin-top: 20px;
}

.contact_details_boxed {
  background: #FFFFFF;
  box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
  border-radius: 10px;
  padding: 20px 20px;
  margin-top: 30px;
}

.heading_theme {
  border-bottom: 1px solid var(--accent-color);
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact_details_boxed_inner p {
  padding-bottom: 15px;
}

.contact_details_boxed_inner ul li {
  padding-bottom: 15px;
  color: var(--paragraph-color);
  display: flex;
}

.contact_details_boxed_inner ul li i {
  color: var(--black-color);
  font-size: 6px;
  padding-left: 7px;
  padding-top: 6px;
}

.contact_details_boxed_inner .accordion-button {
  padding: 0;
  font-weight: 600;
  font-size: 18px;
}

.contact_details_boxed_inner .accordion-item {
  border: none;
  border-radius: 0;
  padding-bottom: 15px;
  width: 100%;
}

.contact_details_boxed_inner .accordion-button:not(.collapsed) {
  color: var(--accent-color);
  background-color: #fff;
  box-shadow: none;
}

.contact_details_boxed_inner .accordion-button:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.contact_details_boxed_inner .accordion-body {
  padding: 0;
}


/* Services-column-two
--------------------------------*/
/* #services-column-two {
  position: relative;
  padding: 45px 0 0;
}

.service-block-three {
  position: relative;
  margin-bottom: 30px;
}

.service-block-three .inner-box {
  position: relative;
}

.service-block-three .inner-box .image {
  position: relative;
}

.service-block-three .inner-box .image img {
  position: relative;
  width: 100%;
}

.service-block-three .inner-box .lower-content h3 {
  position: relative;
  color: #b77c4f;
  font-size: 18px;
  margin-top: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  border-right: 5px solid #7b3f2d;
  padding-right: 10px;
}
*/

.goal-3 ul {
  list-style: none;
  padding: 0;
}

.goal-3 i {
  font-size: 20px;
  padding: 4px;
  color: #b77c4f;
}

.text4 {
  font-size: 20px;
  line-height: 1.5;
}


/* card */
.service {
  padding-bottom: 80px;
}

.card-item {
  padding-bottom: 15px;
}

.card .card-service {
  overflow: hidden;
  padding: 40px 25px 40px;
  position: relative;
  z-index: 1;
  opacity: 1;
}

.card-body {
  text-align: center;
  min-height: 1px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.card-body p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #54595f;
  margin: 0 0 30px;
}

/* border-radius: 28% 68% 65% 25% / 25% 25% 65% 65%; */
/* border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%; */
.card-icon {
  content: '';
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #b77c4f1f;
  border-radius: 100%;
  color: var(--color-main);
  display: inline-block;
  margin-bottom: 33px;
  border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}

.card-service .card-icon {
  width: 75px;
  height: 75px;
  margin: 30px auto 30px;
  text-align: center;
  font-size: 30px;
  text-align: center;
  color: var(--color-main);
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

.card .card-service .card-icon i {
  line-height: 60px;
}

.card-service .card-icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
  background-color: var(--color-main);
  transition: all 0.5s ease;
  z-index: -1;
  opacity: 0;
}

.card-service:hover .card-icon {
  color: #eff2f7;
  font-size: 20px;
}

.card-service:hover .card-icon::before {
  left: 0;
  border-radius: 20%;
  opacity: 1;
}

.card-service .btn-service a {
  background-color: #fff;
  padding: 5px 23px;
  margin: 14px 0 15px;
  border: 1px solid #7b3f2d;
  border-radius: 7px;
  color: var(--color-main);
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5 ease 0s;
  display: inline-block;
  cursor: pointer;
}

.card-service:hover .btn-service a {
  text-decoration: none;
  color: var(--black-000);
  background-color: var(--color-main);
  border-radius: 30px;
  border-color: #b77c4f;
  font-size: 20px;
}

.card-service:hover .btn-service a::before {
  left: 0;
  border-radius: 20px;
  opacity: 1;
}

.lift:focus,
.lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
  transform: translate3d(0, -3px, 0);
}

.lift {

  transition: box-shadow .25s ease, transform .25s ease;

}

#member-ship .member-ship- {
  overflow: hidden;
}

#member-ship .member-ship-img img {
  margin-left: -15px;
  max-width: 100%;
  border-radius: 5px;
}

@media (max-width: 768px) {
  #member-ship .member-ship-img {
    height: auto;
  }

  #member-ship .member-ship-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}


img {
    max-width: 100%;
    height: auto;
}

img {
    border-radius: 10px;
}
/*-------------------
Service-1
-------------------*/
.service-1 {
  padding: 150px 0;
  position: relative;
  background: var(--bg-gray-400);
}

.service-1 {
  padding: 10px 0;
  border-top: #b77c4f 1px solid;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.service-1 .left-column {
  padding-right: 30px;
}

.service-1 .img-box {
  position: relative;
}

.service-1 .img-box .image img {
  position: relative;
  width: 100%;
}

.service-1 .img-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.service-1 .img-box .overlay-box span {
  position: relative;
  width: 60px;
  height: 50px;
  top: 48%;
  margin-top: -16px;
  display: inline-block;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
  border: 2px solid #ffffff;
  text-align: center;
}

.service-1 .img-box .image img {
  position: relative;
  width: 100%;
}

figure.image {
  /* text-align: center; */
  position: relative;
}

.service-1 .content-column {
  position: relative;
}

.service-1 .content-column .sec-title-one {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.service-1 .content-column .text {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: right;
}

.justify {
  margin: 0 auto;
  text-align: justify;
}

/*-------------------
 Goals
-------------------*/
#goals {
  background-color: #b77c4f12;
}

.goals .service-title {
  font-size: 40px;
  color: var(--black-900);
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.goals .service-title span {
  color: var(--color-main);
}

.goals .feature-box {
  display: flex;
  position: relative;
  align-items: center;
  box-shadow: var(--shadow-black-100);
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 20px;
}

/*
.goals .icon-box {
  flex-shrink: 0;
  margin-right: 0;
  border-radius: 12px;
  box-shadow: var(--shadow-black-100);
  width: 140px;
  max-width: 100%;
}
*/

.goals .feature-box h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 4px;
  color: var(--color-main);
}

/* 
#goals .feature-box .text {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: right;
} */

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/*--------------
     Item
---------------*/
/* feature-box */

.feature-box {
  display: flex;
  position: relative;
  align-items: center;
  box-shadow: var(--shadow-black-100);
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 20px;
}

.feature-box h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 4px;
  color: var(--color-main);
}

.feature-box p {
  color: #333;
}

.icon-box {
  flex-shrink: 0;
  margin-right: 0;
  border-radius: 12px;
  /*box-shadow: var(--shadow-black-100);*/
  width: 140px;
  max-width: 100%;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-xs {
  font-size: 12px;
}


/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: var(--color-main);
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: Tajawal, "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #b77c4f;
  border: 3px solid #422014;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #b77c4f;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #b77c4f;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #b77c4f;
}

#contact .php-email-form button[type=submit] {
  background: #b77c4f;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type=submit]:hover {
  background: #2dc899;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.frame {
  /* border: 1px solid #b77c4f !important; */
  /* -webkit-box-shadow: 0px 0px 20px 1px rgba(183, 124, 79, 0.48);
  -moz-box-shadow: 0px 0px 20px 1px rgba(183, 124, 79, 0.48);
  box-shadow: 0px 0px 20px 1px rgba(183, 124, 79, 0.48); */

  -webkit-box-shadow: 0px 0px 20px 1px rgba(150, 150, 150, 0.48);
  -moz-box-shadow: 0px 0px 20px 1px rgba(150, 150, 150, 0.48);
  box-shadow: 0px 0px 20px 1px rgba(150, 150, 150, 0.48);
  border-radius: 1%;
}


/*--------------------------------------------------------------
# social
--------------------------------------------------------------*/

/*[data-theme='light'] .social-icons-color {
    background: linear-gradient(310.39deg, rgba(255, 255, 255, 0.63) 2.17%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(6px);
}


@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }
}

.fill-neutral-content {
    fill: hsl(var(--nc));
}

.bg-neutral {
    --tw-bg-opacity: 1;
    background-color: hsl(var(--n) / var(--tw-bg-opacity));
}

.justify-around {
    justify-content: space-around;
}

.items-center {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.w-16 {
    width: 4rem;
}

.hidden {
    display: none;
}

.fixed {
    position: fixed;
}

*, :before, :after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: var(--color-white);
  font-size: 14px;
}

.footer .footer-content {
  background: var(--color-main);
  padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
  margin: 30px 0;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  line-height: 1.2;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-);
  color: var(--color-white);
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-white);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-white);
  bottom: 0;
  right: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: var(--color-white);
  font-size: 12px;
  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  /*color: rgba(var(--color-white-rgb), 0.7);*/
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-white);
}


.footer .footer-legal {
  padding: 10px 0;
  background: var(--color-main);
  border-top: #fff 1px solid;
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: var(--color-white);
}

.footer .footer-legal .credits a {
  color: var(--color--light);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(var(--color-white-rgb), 0.1);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--color-white);
  color: var(--color-main);
  text-decoration: none;
}

.section-header ul {
  list-style: none;
  padding: 0;
}

.section-header i {
  font-size: 20px;
  padding: 4px;
  color: #b77c4f;
}

.section ul li {
  padding-bottom: 10px;
}

.section-padding {
  padding: 80px 0;
}

.scroller {
  position: fixed;
  background-color: var(--color-main);
  opacity: 100%;
  z-index: 500;
  height: 5px;
  margin-top: 10px;
}

img {
  border-radius: 10px;
}

.post-img img {
  width: 100%;
}


.btn-projects {
  font-family: Tajawal, "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border-radius: 2px;
}

.btn-projects {
  background: #b77c4f;
  border: 2px solid #b77c4f;
}

.btn-projects:hover {
  background: none;
  color: #b77c4f;
}

.btn-get-started {
  font-family: Tajawal, "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border-radius: 2px;
}

.btn-get-started {
  background: none;
  color: var(--color-main);
  border: 2px solid var(--color-main);
}

.btn-get-started:hover {

  background: var(--color-main);
  border: 2px solid var(--color-main);
  color: white;
}

.text-center {
  text-align: center;
}

/* .text-muted {
  --bs-text-opacity: 1;
  color: var(--p-gray-600) !important;
} */

.text-gray-200 {
  color: #ffffffff !important;
}

.text-yut {
  color: #b77c4f !important;
}

.text-yut-1 {
  color: #b77c4f12 !important;
}

.text-yut-2 {
  color: #eff2f7 !important;
}




/* ===============================
   Mobile Fix for Goals Cards
   =============================== */
@media (max-width: 576px) {
    
  .card,
  .feature-box {
    margin: 0 auto 20px;
  }
  
  #goals .feature-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
    border-radius: 16px;
  }

  #goals .icon-box {
    width: 64px;
    height: 64px;
    /*margin-bottom: 12px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #goals .icon-box img,
  #goals .icon-box i {
    max-width: 32px;
    font-size: 28px;
  }

  #goals .feature-box h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  #goals .feature-box p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0 8px;
  }
}