@import url("https://fonts.googleapis.com/css2?family=Reem+Kufi&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Reem Kufi", sans-serif !important;
}

body {
  overflow-x: hidden !important;
}

.text-justify {
  text-align: justify !important;
}

.company-logo {
  width: 150px;
}

.footer-logo {
  width: 222px;
}

.link-green {
  color: #f5af19;
}

.link-green:hover,
.link-green:focus {
  color: #f5af19;
}

.green-border-top {
  border-top: 8px solid #f5af19;
}

.link-blue {
  color: #000;
}

.link-blue:hover,
.link-blue:focus {
  color: #000;
}

.blue-border-top {
  border-top: 8px solid #000;
}

svg:not(:root) {
  overflow: hidden;
}

.about-sec > .py-md-16,
.py-14 {
  padding-bottom: 0 !important;
}

footer.bg-navy {
  /* background-color: #eee !important; */
  opacity: 1;
  background: url(../img/footer-bg1.png) !important;
}

.btn-primary {
  color: #fff;
  background-color: #f5af19;
  border-color: #f5af19;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f5af19;
  border-color: #f5af19;
}

.btn-outline-primary {
  color: #000;
  border-color: #239f9b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #239f9b;
  border-color: #239f9b;
}

.shape-pattern {
  background: url(../img/bg-1.png);
  background-repeat: round;
  background-size: cover;
}

.cm-border {
  border: 1px solid;
}

.custom-min-margin {
  margin-top: -15rem;
}

.bg-pale-red {
  z-index: 0 !important;
  background-color: #f7e2b4 !important;
}

hr.custom {
  color: rgba(0, 0, 0, 0.2);
}
/* 
.client figure img{
    filter: grayscale(100%);
}

.client figure img:hover{
    filter: grayscale(0%);
} */

.swiper-slide .card.shadow-lg {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 2px 4px 0,
    rgba(60, 64, 67, 0.12) 0px 2px 8px 0px !important;
}

.swiper-container.clients .swiper {
  padding: 20px 0;
}

.swiper-container.clients {
  padding: 15px;
}

.swiper-slide.sw-bg {
  background: url(../img/slide1.jpg);
  background-size: cover;
}
.swiper-slide.sw-bg1 {
  background: url(../img/slide2.jpg);
  background-size: cover;
}
.swiper-slide.sw-bg2 {
  background: url(../img/slide3.jpg);
  background-size: cover;
}

.section-padding {
  padding: 8em 0;
}

.section-padding-top {
  padding: 5em 0 0;
}

span.yellow {
  color: #f5af19;
}

.banner-title {
  padding: 4.2em 0;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #000;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f5af19;
}

.management .card .card-body {
  padding: 1rem;
}

.btn-custom {
  color: #fff;
  background-color: #f5af19;
  border-color: #f5af19;
}

.btn.btn-circle.btn-sm,
.btn-group-sm > .btn.btn-circle {
  width: 25px;
  height: 25px;
  font-size: 0.8rem;
}
footer {
  padding: 0px !important;
}

.btn.btn-expand.btn-yellow:focus {
  color: #fff;
}

/* ================================================================ */
.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #f5af19 0%,
    #44107a 29%,
    #ff1361 67%,
    #f5af19 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 1.2rem;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* =================Media Queries============= */

@media (max-width: 768px) {
  .uranus.tparrows {
    display: none;
  }
}

@media (max-width: 991px) {
  .expo {
    position: relative;
    order: 2;
  }
  .custom-margin-top {
    margin-top: 1.5rem;
  }
}
