:root {
  --primaryColor: #92397e;
  --primaryLight: #f4ebf2;
  --secondaryColor: #ffdd2a;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #f8f8f8;
}

img,
div {
  transition: 0.3s;
}

section {
  padding: 5rem 0rem;
}

p {
  line-height: normal;
  color: #252525;
  opacity: 100%;
}

.mini-navbar {
  background-color: var(--primaryColor);
  color: #fff !important;
  font-size: 12px;
  padding: 10px;
}
.mini-navbar a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 12px;
}
.custom-navbar {
  top: 42px;
  transition: 0.3s;
}
.custom-navbar.scrolled-nav {
  top: 0px !important;
  background: #ffffff;
  box-shadow: 0px 2px 14px #00000021;
}
.navbar-logo {
  max-width: 90px;
}

.custom-navbar.scrolled-nav .navbar-logo {
  max-width: 50px;
}
.social-media-area a {
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110vh;
  min-height: 600px;
}
.banner-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.banner .content-area {
  position: relative;
  z-index: 3;
  max-width: 600px;
}

.banner h1 {
  font-size: 42px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  color: var(--primaryColor);
  position: relative;
}

.banner h1 .star::after {
  content: "";
  background: url(../images/star-yellow.svg);
  position: absolute;
  width: 75px;
  height: 75px;
  background-size: contain;
  top: -51px;
  right: 108px;
}
.arabic .banner h1 .star::after {
  left: 108px;
  right: auto;
}
.btn-custom span::after {
  content: url(../images/star-purple.svg);
  position: relative;
}

.social-media-area a:hover {
  box-shadow: 0px 0px 8px #00000091;
}

.btn-custom {
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  padding: 10px 18px;
  border-radius: 30px;
}

.btn-custom-1 {
  background-color: var(--primaryColor) !important;
  color: #fff !important;
  border: 1px solid var(--primaryColor);
  text-transform: capitalize;
}
.btn-custom-1:hover {
  background-color: #662358 !important;
}
.btn-custom-2 {
  border: 1px solid var(--primaryColor) !important;
  color: var(--primaryColor) !important;
}
.btn-custom-2:hover {
  background-color: #66235717;
}
.btn-custom-1 span::after {
  filter: brightness(5);
}

.sub-title {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.sub-title span::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/star-yellow.svg);
  position: absolute;
  background-size: contain;
  margin-top: -10px;
}

.sub-heading {
  font-size: 36px;
  font-weight: 600;
  color: var(--primaryColor);
  line-height: 46px;
  margin-bottom: 21px;
  margin-top: 10px;
  font-family: "Fira Sans", sans-serif;
}

.why-choose-top {
  margin-top: 106px;
}

.top-space {
  margin-top: -12px;
}

.rhs {
  padding-top: 3px;
}

.work-titles {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 21px;
  margin-bottom: 12px;
  font-size: 20px;
}

.main-img-abt {
  max-width: 450px;
  margin: auto;
}

.main-img-abt img {
  max-width: 450px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1 / 1;
  border-radius: 40px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.main-img-abt::before {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1 / 1;
  content: "";
  position: absolute;
  background-color: var(--secondaryColor);
  border-radius: 40px;
  transform: rotate(-4deg);
}

.main-img-abt::after {
  content: "";
  background-image: url(../images/star-yellow.svg);
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  margin-left: -37px;
  z-index: 3;
  top: -50px;
}
.arabic .main-img-abt::after {
  margin-right: -37px;
}
.abt-sc-content {
  position: relative;
  left: 0;
  background: var(--secondaryColor);
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  width: 180px;
  bottom: 90px;
  z-index: 2;
  justify-content: center;
  padding: 20px;
}
.abt-sc {
  width: 100%;
  max-width: 180px;
  position: absolute;
}
.abt-sc::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--primaryColor);
  transform: rotate(-5deg);
  border-radius: 40px;
  top: -90px;
  z-index: 2;
}
.abt-sc-content img {
  max-width: 66px;
}
.abt-sc-content span {
  font-size: 28px;
  font-weight: bold;
}
.abt-sc-content span::after {
  top: -4px;
  content: "";
  background: url(../images/star-yellow.svg);
  width: 21px;
  height: 21px;
  position: absolute;
  filter: brightness(0);
  background-position: bottom;
  background-size: contain;
}
.abt-sc-content small {
  font-weight: 600;
  font-size: 14px;
}

.mt-viewbtn {
  margin-top: 10px;
}

.wcu-img img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.wcu-img::before {
  content: "";
  aspect-ratio: 3 / 4;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  transform: rotate(-11deg);
}
.wcu-box {
  text-align: start !important;
}
.wcu-box span {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600 !important;
  color: var(--primaryColor);
  font-size: 20px;
  display: block;
  margin: 10px 0px 15px 0px;
}

.wcu-row .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.wcu-img {
  max-width: 350px;
  margin: auto;
}

.hiw-container {
  display: flex;
  /* gap: 35px; */
  margin-left: 53px;
}
.arabic .hiw-container img {
  transform: rotateY(180deg);
}
.hiw-number {
  font-size: 68px;
  font-weight: 600;
  color: var(--primaryColor);
  background-color: var(--primaryLight);
  max-width: 160px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  font-family: "Fira Sans", sans-serif;
}

.hiw-arrow {
  margin-top: -9%;
}

.user-testimonial-dp {
  width: 45px !important;
  aspect-ratio: 1 / 1;
  border-radius: 50px;
  object-fit: cover;
  object-position: top;
}

.testimonial-box {
  height: 215px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 23px;
  border-radius: 40px;
  text-align: start !important;
  background-color: #fff;
}
.testimonial-box:hover {
  box-shadow: 0px 4px 4px #00000036;
}
.testimonial-box p {
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}

.testimonial-box p {
  flex-grow: 1;
  overflow-y: auto;
}

.owl-carousel .item {
  padding: 6px;
}

.testimonials-carousel .owl-nav {
  display: none !important;
}
.owl-dots .owl-dot span {
  border: 1px solid var(--primaryColor);
  background: #ffffff00 !important;
  margin: 4px !important;
  margin-top: 20px !important;
}
.owl-dots .owl-dot.active span {
  background: var(--primaryColor) !important;
}

.contact-banner {
  background-image: url(../images/contact-banner.jpg);
  background-size: cover;
  background-position: top;
  text-align: center;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-banner div {
  position: relative;
  z-index: 1;
}
.contact-banner::before {
  content: "";
  background-color: #252525;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 70%;
}
.contact-banner h5 {
  font-size: 48px;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

.map-area {
  margin-bottom: -9px;
}

footer {
  background-color: var(--primaryLight);
  color: var(--primaryColor);
}

.topbar-padding {
  padding: 0px 79px 0px 72px;
}

.banners-padding {
  padding: 0px 79px 0px 79px;
}

.footer-padding {
  padding: 0px 79px 0px 58px;
}

.footer-logo {
  max-width: 80px;
}
.footer-title {
  font-size: 14px;
  display: block;
  font-weight: 600;
  margin-bottom: 40px;
}
footer a,
footer p {
  display: block;
  text-decoration: none;
  margin-bottom: 7px;
  color: var(--primaryColor);
  opacity: 75%;
}
footer a.active {
  opacity: 100%;
  font-weight: 600;
}
footer a:hover {
  opacity: 100% !important;
  text-shadow: 0px 1px 0px #ffd900;
}

.subscribe-input-area input {
  font-size: 12px;
  border: none !important;
  padding: 8px 30px 8px 10px;
}
button.btn.subsc-btn {
  position: absolute;
  right: 2px;
  top: 7px;
  width: 39px;
  height: 20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000 !important;
  border-radius: 0px !important;
}

.footer-social-media a {
  width: 50px;
  height: 50px;
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 100%;
  background-color: #ffffff00;
  transition: 0.3s;
}
.footer-social-media a:hover img {
  filter: brightness(7.5);
}

.footer-social-media a:hover {
  background-color: var(--primaryColor);
}
.footer-contact a {
  display: inline-flex !important;
  margin-right: 10px;
  padding-right: 10px;
  line-height: normal;
  font-size: 14px;
}
.arabic .footer-contact a {
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 10px;
  padding-left: 10px;
}
.footer-contact a.br {
  border-right: 1px solid var(--primaryColor) !important;
}
.arabic .footer-contact a.br {
  border-right: 0px !important;
  border-left: 1px solid var(--primaryColor) !important;
}
.copyrights-col {
  font-size: 12px;
}
.copyrights-col span,
.copyrights-col a {
  opacity: 50%;
}

.service-box span {
  font-size: 20px;
  margin-top: 20px;
  font-family: "Fira Sans", sans-serif;
  color: var(--primaryColor);
  display: block;
}

.services .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 115px);
  left: -57px;
  top: 33%;
  z-index: 0;
}
.services .owl-stage-outer {
  z-index: 5;
}
.service-box {
  text-decoration: none !important;
  display: block;
}

.services .owl-nav button {
  height: 48px !important;
  width: 48px !important;
  font-size: 39px !important;
  border: 3px solid var(--primaryColor) !important;
  line-height: 0px !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .owl-nav button span {
  margin-top: -8px;
  display: block;
  transform: rotateX(56deg);
  font-size: 108px;
  color: var(--primaryColor);
  pointer-events: none;
  font-weight: 300;
}

.services .owl-dots {
  display: none !important;
}
.custom-navbar .navbar-nav .nav-link {
  min-width: 116px;
  color: #252525;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-navbar .navbar-nav .nav-link.active::after {
  content: "";
  background-color: var(--primaryColor);
  height: 2px;
  position: absolute;
  width: 15px;
  transition: 0.4s;
  bottom: 0;
  border-radius: 10px;
}
.custom-navbar .navbar-nav .nav-link.active,
.custom-navbar .navbar-nav .nav-link:hover {
  color: var(--primaryColor);
}
.custom-navbar .navbar-toggler {
  background: #92397e;
  color: #fff !important;
  width: 40px;
  height: 40px;
  padding: 6px;
}
.navbar-toggler-icon {
  width: 16px;
}

.first-navmini {
  border-right: 1px solid #fff;
  padding: 0px 8px 0px 2px;
}
.arabic .first-navmini {
  border-left: 1px solid #fff;
  border-right: 0px;
  padding: 0px 0px 0px 8px;
}
.br-navmini {
  border-right: 1px solid #fff;
  padding: 0px 8px;
}

.lastchild-navmini {
  padding: 0px 8px;
}

.servies-carousel {
  max-width: calc(100% - 100px);
  margin: auto;
}
.sub-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-banner {
  min-height: 400px;
  background-color: #efefef;
}
.sub-banner .container {
  position: relative;
  z-index: 2;
  max-width: 800px !important;
}
.sub-banner .sub-banner-title,
.contact-banner-main .sub-banner-title {
  font-family: "Fira Sans", sans-serif;
  color: var(--primaryColor);
  font-weight: 600;
  font-size: 45px;
  margin-top: 40px;
}

.mission-vision {
  background: url(../images/mv-banner.jpg);
  margin-top: 120px;
  background-size: contain;
}

.mission-vision-pd {
  padding: 0px 101px;
}

.mv-container .mv-box {
  width: 100%;
  padding: 25px;
}
.mv-container {
  width: 100%;
  /* max-width: 980px; */
  max-width: 1003px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.mv-box span {
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}

.mv-box.vision,
.mv-box.vision p {
  background-color: var(--primaryColor);
  color: #fff !important;
  opacity: 100%;
}
.sub-banner::before {
  background-color: #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 50%;
}
.sub-banner div {
  z-index: 2;
}

.service-box img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.sub-title-mini {
  font-size: 20px;
  color: var(--primaryColor);
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  margin-top: 30px !important;
  display: block;
}
.prod-detail-list li p {
  margin-bottom: 12px;
  line-height: normal;
  top: -4px;
  position: relative;
}
.prod-detail-list li::marker {
  font-size: 30px;
  opacity: 100% !important;
  color: #000;
  line-height: normal !important;
}

.contact-form input,
.contact-form textarea {
  border-color: #818181;
  box-shadow: none !important;
  font-size: 14px;
  padding: 13px;
}

.contact-form input:active,
.contact-form textarea:active,
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #000 !important;
}

.contact-form {
  box-shadow: 0px 4px 4px #0000003b;
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #fff;
  position: relative;
  height: 100%;
}
.contact-form-dsg {
  width: 100%;
  height: 97%;
  background-color: var(--primaryColor);
  border-radius: 20px;
  padding-top: 45px;
  box-shadow: 0px 0px 10px #00000038;
}

.contact-data-display {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #00000038;
  border-radius: 5px;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-data-icon {
  width: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0px 0px 8px #0000004d;
}

.contact-data-icon img {
  width: 100%;
  height: 26px;
}

.data-bx span {
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  display: block;
  color: #252525;
  opacity: 60%;
}
.contact-data-display a {
  color: #252525;
  opacity: 60%;
  text-decoration: none !important;
}

.contact-banner-main {
  min-height: 400px;
  background-color: #efefef;
}

.error-image {
  max-width: 330px;
  width: 100%;
}

.error-box {
  max-width: 622px;
  margin: auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 4px 5px #00000029;
  margin-top: 15px;
  padding: 0px 10px 20px 10px;
}

.error-box h2 {
  color: var(--primaryColor);
  font-size: 45px;
  letter-spacing: 11px;
}

.footer-contact::before {
  content: "";
  height: 1px;
  width: 45px;
  position: absolute;
  background-color: var(--primaryColor);
  top: -25px;
}
.footer-contact {
  position: relative;
}

.detail-data-area li {
  color: #25252590;
  margin-bottom: 5px;
}
.detail-data-area li::marker {
  color: var(--primaryColor);
  font-weight: 600;
  opacity: 100%;
}
li {
  padding-left: 10px;
}

.whatsapp-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: 0.1s;
}

.whatsapp-btn:hover {
  transform: scale(1.2);
  background: #1baa4f;
}
.owl-nav button:hover {
  background: #92397e33 !important;
}

.home-bannermb {
  margin-bottom: 19px;
}

.p-abt {
  font-size: 0.95rem;
}

/*content added - after design changes */

/* .hiw-box span{
    font-size: 24px;
    margin: 15px 0px 3px 0px;
    display: block;
    font-weight: 600;
} */

/* our clients */
.logoMarqueeSection {
  padding-top: 0px !important;
  overflow: hidden;
}

#logoMarqueeSection {
  max-width: 1920px !important;
  margin: 0 auto;
  overflow: hidden;
}

.default-content-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

div.marquee > .logo-container > a > img {
  height: 90px;
}

.logoMarqueeSection > div > div {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}

.marquee-wrapper {
  display: inline-block;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.arabic .marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee-ar;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.marquee .logo-container {
  display: inline-block;
  white-space: nowrap;
  padding-right: 5.4rem;
  text-align: center;
}

.marquee-wrapper:hover .marquee {
  animation-play-state: paused !important;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee-ar {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.marqueelogo {
  width: auto;
  max-width: none;
}

.marquee .logo-container h3 {
  margin-top: 9px;
  font-size: 1rem;
  color: #202020;
}

.padding-bottom-marquee {
  padding-bottom: 46px;
}

.mail-id {
  color: var(--primaryColor);
  text-decoration: none;
}

.mail-id:hover {
  opacity: 100% !important;
  text-shadow: 0px 1px 0px #ffd900;
}

.privacy-headings h2,
.privacy-headings h3 {
  font-size: 1.5rem;
}


.ml-s{
  margin-left:0px !important;
}