:root {
  --theme-orange: #e94e1b;
  --theme-purple: #312783;
  --theme-grey: #174985;
}
body {
  background-color: #ffffff;
  font-family: "Almarai", sans-serif;
  font-size: 14px;
  color: #0c4e8e;
  /* direction: rtl; */
}
.clr-purple {
  color: var(--theme-purple) !important;
}
.clr-orange {

    right: 50px;
    background-color: #131335;
    color: #f0f0f0;
    /* background: #94313100; */
position: absolute;

}
.bg-purple {
  background-color: #121922 !important;
}
.bg-orange {
  background-color: #0a5784 !important;
}
.weight-300 {
  font-weight: 300 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
button {
  cursor: pointer;
}
.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.flex-between {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
p {
  font-size: 14px;
  font-weight: 400;
}
.theme-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
}
/* sidebar code */
.sidebar-menu {
  position: fixed;
  background-color: #131335;
  box-shadow: 1px 0 10px -4px grey;
  width: 280px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  transform: translateX(300px);
  transition: transform ease 0.3s;
  color: #dadada;
}
.sidebar-menu.active {
  transform: translateX(0);
}
.sidebar-menu .head {
  padding: 10px 20px;
  border-bottom: 1px solid #dadada;
}
.sidebar-menu .body {
  padding: 15px 20px;
  height: calc(100% - 65px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar-links {
  color: var(--text-grey);
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 13px 0;
  display: block;
  text-decoration: none !important;
}
.sidebar-backdrop {
  display: none;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgb(225, 225, 225, 0.1);
  backdrop-filter: blur(3px);
}
.sidebar-backdrop.active {
  display: block;
}
/* sidebar code end here */
.theme-container {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 98px;
}
.theme-nav {
  background-color: var(--theme-purple);
  height: 28px;
}
.theme-nav a span {
  margin-right: 5px;
  font-weight: 300;
}
.theme-header {
  height: 72px;
}
.theme-header li {
  display: inline-block;
}
.theme-header li a {
  font-size: 18px;
  font-weight: 700;
  color: #e1977e;
  padding: 22px 10px;
  margin: 0 10px;
}
.theme-header li a:hover {
  background-color: #fdede8;
  color: var(--theme-orange);
}
.theme-btn {
  padding: 6px 30px;
  height: 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  color: white;
  top: 1px;
}

.theme-banner {
  background-image: url(../images/wallpaper111.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80%;
  padding: 100px 0;
  padding-top: 20%;
  padding-left: 0%;
  padding-right: 0%;
    transform: translateY(-100%);
  opacity: 0;
  animation: slideDownBg 3s ease-out forwards;
}
.theme-banner h1 {
  font-size: 56px;
  margin-bottom: 25px;
}
.theme-banner button {
  height: 60px;
  width: 250px;
  top: -1200px;
  left: -500px;
  position: relative;
}
.bg-blue {
  background-color: #e9ecef;
}
.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: #085784;
  margin-bottom: 20px;
}
.p {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  color: #1b90ca;
}
.section-margin-bottom {
  margin-bottom: 70px;
}
.p.mb-60 {
  margin-bottom: 60px;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: row !important;
}
.swiper-slide {
  margin-top: 0 !important;
}
.swiper-wrapper {
  padding-bottom: 70px;
}
.swiper-pagination-bullet {
  width: 24px !important;
  height: 24px !important;
  background-color: rgb(49, 39, 131, 0.3) !important;
  opacity: 1 !important;
  margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
  background-color:#e1977e !important;
  position: relative !important;
}
.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  border: 2px solid var(--theme-orange) !important;
  width: 40px;
  height: 40px;
  top: -8px;
  left: -8px;
  border-radius: 50%;
}
.services-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 340px;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 30px;
  color: #040404;
  cursor: pointer;
  position: relative;

}
.services-card:hover .bg-layer_ {
  transform: scale(1);
}
.services-card:hover .full-text {
  display: inherit;
}
.services-card:hover .preview-text {
  display: none;
}
.bg-layer_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b90ca;
  transform: scale(0);
  transition: 0.2s all;
  opacity: 0.9;
}
.services-card .full-text {
  display: none;
  font-size: 20px;
  line-height: 35px;
}
.services-card p,
.h2 {
  position: relative;
  z-index: 10;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  background-color: transparent;
}
.theme-card {
  height: 434px;
  background-color: white;
  border-radius: 25px;
  padding: 50px 30px;
  margin-bottom: 30px;
  transition: 0.2s all;

}
.theme-card:hover {
  transform: translateY(-10px);
}
.theme-card .icon-bg {
  margin-bottom: 30px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-color: #fdf1ed;
}
.theme-card h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0e0e0e;
  margin-bottom: 20px;
}
.theme-card p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #e19763;
}
.map-mask-section {
  background-image: url(../images/map-mask.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 300px;
}
.map-mask-section h2 {
  margin-bottom: 40px;
}
.map-mask-section button {
  height: 70px;
  width: 250px;
}
.footer-top-bar {
  height: 16px;
}
.theme-footer {
  padding: 70px 0 50px;
}
.theme-footer .logo {
  margin-bottom: 50px;
}
.theme-footer a {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #ada9cd;
  margin-bottom: 25px;
}
.theme-footer iframe {
  border-radius: 25px;
  border: 0 !important;.theme-card
  height: 363px;
  width: 100%;
}
.theme-footer h1 {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 38px;
}
.footer-bottom {
  height: 40px;
  background-color: #463d90;
}
.nav-dropdown-btn {
  margin-left: 12px;
  width: 108px;
  height: 36px;
  border: 1px solid rgb(49, 39, 131, 0.6);
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  color: #e1977e;
  padding: 0 12px;
}
.dropdown-menu_ {
  position: absolute;
  top: 48px;
  right: 0;
  width: 140px;
  padding: 15px;
  background-color: white;
  box-shadow: 0 3px 7px #383838;
  border-radius: 15px;
  border: 0;
  transition: 0.2s all;
  transform: translateY(60px);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.dropdown-menu_.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.dropdown-menu_ a {
  display: block;
  color: #e1977e;
  font-weight: 500;
}
.companies-cols {
  padding: 0 25px;
}
.imggg {
  background-image: url("assets/image/1.jpg");
}



/* CSS */
.button-21 {
align-items: center;
appearance: none;
background-color: #3EB2FD;
background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%);
background-size: calc(100% + 20px) calc(100% + 20px);
border-radius: 100px;
border-width: 0;
box-shadow: none;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
display: inline-flex;
font-family: CircularStd,sans-serif;
font-size: 1rem;
height: auto;
justify-content: center;
line-height: 1.5;
padding: 6px 20px;
position: relative;
text-align: center;
text-decoration: none;
transition: background-color .2s,background-position .2s;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: top;
white-space: nowrap;
}

.button-21:active,
.button-21:focus {
outline: none;
}

.button-21:hover {
background-position: -20px -20px;
}

.button-21:focus:not(:active) {
box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}




/* CSS */
.button-20 {
appearance: button;
background-color: #4D4AE8;
background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
border: 1px solid #4D4AE8;
border-radius: 1rem;
box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset,rgba(46, 54, 80, 0.075) 0 1px 1px;
box-sizing: border-box;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: Inter,sans-serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.5;
margin: 0;
padding: .5rem 1rem;
text-align: center;
text-transform: none;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
}

.button-20:focus:not(:focus-visible),
.button-20:focus {
outline: 0;
}

.button-20:hover {
background-color: #3733E5;
border-color: #3733E5;
}

.button-20:focus {
background-color: #413FC5;
border-color: #3E3BBA;
box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0 inset, rgba(46, 54, 80, 0.075) 0 1px 1px, rgba(104, 101, 235, 0.5) 0 0 0 .2rem;
}

.button-20:active {
background-color: #3E3BBA;
background-image: none;
border-color: #3A38AE;
box-shadow: rgba(46, 54, 80, 0.125) 0 3px 5px inset;
}

.button-20:active:focus {
box-shadow: rgba(46, 54, 80, 0.125) 0 3px 5px inset, rgba(104, 101, 235, 0.5) 0 0 0 .2rem;
}

.button-20:disabled {
background-image: none;
box-shadow: none;
opacity: .65;
pointer-events: none;
}
.animated-text {
animation: hideAndShow 4s infinite alternate;
text-align: center;
padding-right: 15px;
}

@keyframes hideAndShow {
0% {
  opacity: 1;
}
50% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
#changing-text {
font-size: 30px;
line-height: 40px;
color: #e3957b;
font-family: 'Almarai';
}