@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&amp;display=swap');




:root {
  --crl-white: #FFF;
  --crl-black: #484848;
  --crl-primary: #002060;
  --crl-secand: #E9BD85;
  --crl-secand2: #BD7C49;
}

body {
  font-family: 'Tajawal', sans-serif;
  background-color: var(--crl-white);
  color: var(--crl-black);
}

#page {
  overflow: hidden;

  background-position: center;
  background-size: cover;
}

a {
  text-decoration: none;
  color: var(--crl-black);
}

.ptb-50 {
  padding-block: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: var(--crl-black);
}

.swiper-button-next,
.swiper-button-prev {
  box-shadow: 0px 7px 15px #0000000A;
  width: 50px;
  height: 50px;
  background: var(--crl-white);
  border-radius: 50%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -60px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -60px;
}

.btn-primary {
  min-width: 180px;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 50vmax;
  padding-block: 11px;
  font-weight: 600;
}

.btn-primary:hover,
.btn-primary:hover:active {
  border-color: #8a1437;
  background: #8a1437;
}

.main-title {
  position: relative;
  font-size: 32px;
  margin-block-end: 20px;
  padding-block-end: 11px;
  color: #383838;
  font-weight: 600;
}

.main-title::before {
  content: '';
  background: #8a1437;
  height: 2px;
  width: 30px;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}

.main-title.text-center::before {
  inset-inline-end: 0;
  margin-inline: auto;
}

.text-primary {
  color: #12858d !important;
}

.btn-primary a {
  color: white;
}

.btn-primary:hover a {
  color: #002060 !important
}

/* Header */
#masthead {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

ul#lang-menu {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  gap: 16px;
}

ul#lang-menu a {
  color: #FFF;
}

#masthead ul {
  padding: 0;
  margin: 0;
}

#masthead .container {
  border-bottom: 1px solid hsl(0deg 0% 100% / 45%);
}

#masthead .top {
  padding-block: 8px;
  background: #1c1c1d;
  font-size: 16px;
  font-weight: 300;
}

#masthead .top a {
  transition: all 350ms ease;
  color: var(--crl-white) !important;
}

#masthead .top a:hover {
  color: #3b3a39;
}

#primary-menu {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 17px;
  margin: 0;
  align-items: center;
}

@media (min-width: 1399px) {
  #primary-menu {
    gap: 35px;
  }

  .hero-page .item {
    height: 810px !important;
  }
}

#primary-menu>li>a {
  color: #ffffff;
  transition: all 350ms ease;
  position: relative;
  display: block;
  font-weight: 500;
}

#primary-menu>li>a::after {
  content: " ";
  position: absolute;
  width: 0;
  bottom: -41px;
  inset-inline-start: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 350ms ease;
}

#primary-menu>li>a[aria-current="page"]::after,
#primary-menu>li>a:hover::after {
  width: 100%;
}

.contact-li>a::after {
  display: none !important;
}

.contact-li>a {
  background-color: var(--crl-secand2);
  color: var(--crl-white) !important;
  padding: 12px 24px;
  border-radius: 100vmax;
}

.contact-li>a:hover {
  background-color: var(--crl-primary);
}

/* Hero Page */
.hero-page {
  position: relative;
}

.hero-page .item {
  min-height: 59vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  display: grid;
  place-items: center;
}

.hero-page .item .content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-inline: 60px;
}

.hero-page .item .content .title {
  line-height: 1.8;
  max-width: 680px;
  margin-inline: auto;
}

.hero-page .item .content .title h1 {
  font-size: 59px;
  margin-block-end: 24px;
  font-weight: 600;
}

.hero-page .item .content .title h1>span {
  display: block;
  font-size: 40px;
  font-weight: 400;
  margin-block-start: 11px;
  position: relative;
}

.hero-page .item .content .title h1>span::after {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 80px;
  height: 1px;
  background-color: white;
  display: none;
}

.hero-page .item .content .title p {
  margin-bottom: 0;
  font-size: 20px;
}

/* About */
.word article h2 {
  color: #363636;
  font-weight: 600;
}

.about {
  position: relative;
  margin-block-end: 12vh;
  padding-block-start: 20vh;
  margin-block-start: 5vh;
  
  
  ;
  
}

.about::before {
  content: '';
  
  position: absolute;
  top: 0;
  width: 120%;
  background: #f2f5f6;
  height: 110%;
  z-index: -1;
  rotate: 6deg;
  inset-inline-end: -12%;
}

.about .inner-content {
  position: relative;
  background: #FFF;
  border-radius: 13px;
  padding-block-start: 70px;
  padding-inline: 30px;
  padding-block-end: 30px;
}

.about .inner-content .caption h4 {
  font-size: 32px;
  font-weight: 600;
  color: #363636;
}

.about .inner-content .caption h2 {
  min-height: 104px;
}

.about .inner-content>figure {
  position: absolute;
  inset-inline: 0;
  top: -75px;
}

.about {
  position: relative;
}

.read-more {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33"> <g id="Group_165" data-name="Group 165" transform="translate(-1026 -1786)"> <g id="Ellipse_122" data-name="Ellipse 122" transform="translate(1026 1786)" fill="none" stroke="%238a1437" stroke-width="1"> <circle cx="16.5" cy="16.5" r="16.5" stroke="none"/> <circle cx="16.5" cy="16.5" r="16" fill="none"/> </g> <path id="Icon_akar-arrow-left" data-name="Icon akar-arrow-left" d="M10.395,7.5,6,11.895l4.395,4.395M6,11.895H16.046" transform="translate(1031.477 1790.605)" fill="none" stroke="%238a1437" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/> </g> </svg>');

  font-size: 0;
  height: 33px;
  width: 33px;
  display: block;
  margin-inline: auto;
}

.features ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: num;
}


.features ul .caption {
  display: flex;
  align-items: center;
  gap: 15px;
}

.features ul .caption h4 {
  color: #8a1437;
  width: 38px;
  flex: 0 0 auto;
  height: 38px;
  border-radius: 50vmax;
  border: 2px solid #8a1437;
  line-height: 38px;
  text-align: center;
  margin: 0;
}

.about article {
  background-color: #738086;
  color: white;
}

.text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-block-end: 19px;
  position: relative;
}

.about article h2 {
  margin-block: 0;
  position: relative;
  font-size: 22px;
}

.about article h2::before {
  content: '';
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  background: white;
  margin-inline-end: 5px;
}

.about .col-md-4:nth-child(2) article {
  background-color: #12858D;
  position: relative;
  z-index: 1;
}

.about .col-md-4:nth-child(2) article::before {
  content: '';
  background: #12858D;
  position: absolute;
  inset-block: -45px;
  inset-inline: 0;
}

.partners .d-flex {
  flex-wrap: wrap;
  gap: 0 !important;
}

.partners .d-flex .item {
  flex: 0 0 20%;
  width: 20%;
  border-inline-end: 1px solid #ccc;
  border-block-end: 1px solid #ccc;
}

.partners .d-flex .item figure {
  margin: 0;
  height: 170px;
}

.partners .d-flex .item figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.partners .d-flex .item:nth-child(5),
.partners .d-flex .item:nth-child(10) {
  border-inline-end: 0;
}

.partners .d-flex .item:nth-child(6),
.partners .d-flex .item:nth-child(7),
.partners .d-flex .item:nth-child(8),
.partners .d-flex .item:nth-child(9),
.partners .d-flex .item:nth-child(10) {
  border-block-end: 0;
}

.statistics {
  position: relative;
}

.statistics::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 410px;
  border-radius: 20vmax;
  border: 2px solid #8a1437;
  rotate: 5deg;
  inset-inline-start: 590px;
  inset-block-start: -30px;
  z-index: -1;
}

.statistics .background {
  padding-block: 5vh;
  min-height: 42vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  color: #FFF;
}

.statistics .background .inner-content figure {
  height: 60px;
}

.statistics .background .inner-content figure img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.statistics .background .inner-content .caption {
  display: flex;
  flex-direction: column-reverse;
}

.statistics .background .inner-content .caption h2.text.mb-3 {
  font-size: 55px;
  font-weight: 600;
  margin: 0 !important;
}

.quality ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
  list-style: none;
}

.quality ul li {
  font-size: 22px;
  font-weight: 600;
}

::selection {
  background-color: #002060;
  color: #FFF;
}

.map {
  position: relative;
  clip-path: polygon(0 18%, 100% 0%, 100% 100%, 0% 100%);
  height: 450px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Footer */
footer.site-footer {
  font-weight: 300;
  font-size: 15px;
  color: #FFF;
  background-color: #383838;
  clip-path: polygon(0 18%, 100% 0%, 100% 100%, 0% 100%);
  margin-block-start: -6%;
  padding-block-start: 50px;
}

footer figure.logo img {
  max-width: 220px;
  height: auto;
  display: block;
  margin-inline: auto;
}

footer .top {
  padding: 80px 0;
}

.top .item-footer li span {
  color: #0bc0b6;
}

footer.site-footer h2 {
  font-size: 17px;
  font-weight: 600;
  margin-block-end: 24px;
}

footer.site-footer ul {
  padding: 0;
  list-style-type: none;
  line-height: 2;
}

footer.site-footer ul li a {
  color: #e4e4e4;
  transition: 300ms;
}

footer.site-footer ul li a:hover {
  color: #f04a49;
}

.social {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social li a {
  display: flex;
  width: 31px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  transition: 300ms;
  color: #FFF;
}

.social li a:hover {
  background: #ffffff;
  color: #8a1437;
}

footer .bottom {
  padding-block: 16px;
  color: #FFF;
  border-block-start: 1px solid hsl(0deg 0% 100% / 19%);
}

footer .bottom .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-thumbnail img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.post-thumbnail {
  max-width: 800px;
  aspect-ratio: 3 / 2;
  margin-inline: auto;
  margin-block-end: 20px;
}

.entry-header {
  text-align: center;
  min-height: 340px;
  background: #383838;
}

.entry-header .entry-title {
  color: #FFF;
  margin-block-end: 0;
  padding-block-start: 210px;
  font-size: 2rem;
  font-weight: bold;
}

.card-site {
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.6;
}

.card-site figure {
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}

.card-site figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-site a.title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-block-end: 6px;
}

.entry-content {
  min-height: 300px;
  padding-block: 5vw;
}

.wpcf7-form-control {
  width: 100%;
  border: 0;
  border-radius: 22px;
  min-height: 53px;
  padding-inline: 16px;
  background-color: #F6F6F6;
}

label {
  display: block;
}

.wpcf7-submit {
  background: #8a1437;
  color: #FFF;
  border: 0;
  width: fit-content;
  min-width: 170px;
  display: block;
  margin-inline: auto;
}
.wpcf7-submit:hover{
  background: #a91843;
}
.word figure.image {
  text-align: end;
}

.section-01 .inner-content-section.ptb-50 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  color: #FFF;
  clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0% 100%);
  padding-block: 12vw;
}

.section-01 .inner-content-section.ptb-50::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #383838;
  z-index: 1;
  opacity: 89%;
}

.section-01 .inner-content-section.ptb-50 .container {
  position: relative;
  z-index: 1;
}

.section-01 .inner-content-section.ptb-50 .main-title {
  color: #FFF !important;
}

.section-01 .inner-content-section.ptb-50 .main-title::before {
  background: #FFF;
}

.section-01 .inner-content-section.ptb-50 .inner-content.text-center {
  margin-block-end: 19px;
}

.section-01 .inner-content-section.ptb-50 .inner-content.text-center h4 {
  font-weight: 600;
  font-size: 22px;
  min-height: 60px;
}

section.features.section-03.ptb-50 {
  background: #F2F5F6;
  clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0% 100%);
  padding-block-start: 8vw;
  padding-block-end: 10vw;
}

section.features.section-05.ptb-50 {
  color: #FFF;
  clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0% 100%);
  padding-block: 12vw;
  background-color: #8a1437;
}

section.features.section-05.ptb-50 .main-title {
  color: #FFF !important;
}

section.features.section-05.ptb-50 ul .caption h4 {
  color: #FFF;
  border-color: #fff;
}

section.section-07.ptb-50 {
  position: relative;
  min-height: 728px;
  padding-block-start: 240px;
}

section.section-07.ptb-50::before,
section.section-07.ptb-50::after {
  content: '';
  position: absolute;
  inset-block: 0;
  clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0% 100%);
}

section.section-07.ptb-50::before {
  background: #F2F5F6;
  width: 100%;
}

section.section-07.ptb-50::after {
  background: #8a1437;
  inset-inline-start: -550px;
  width: 100%;
  z-index: -1;
}

section.section-07 .container {
  position: relative;
  z-index: 1;
}

section.section-07.ptb-50 figure.image {
  position: absolute;
  margin: 0;
  height: 684px;
  inset-inline-start: -120px;
  z-index: 1;
  top: -9px;
  clip-path: polygon(0 8%, 100% 0%, 100% 93%, 0% 100%);
}

section.section-07.ptb-50 figure.image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

section.section-07.ptb-50 .content {
  font-size: 18px;
  line-height: 2;
}

section.quality.section-04.ptb-50 {
  padding-block: 90px;
}

section.quality.section-04.ptb-50 .item.text-center {
  font-size: 18px;
  font-weight: 600;
}

section.section-02 {
  padding-block: 20px;
}

section.quality.section-022::before {
  
  position: absolute;
  background: #F2F5F6;
  inset: 0;
  z-index: -1;
  top: -18vh;
  height: 890px;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 69%);
}

section.quality.section-022 {
  position: relative;
}

.__about .sub-title.text-center,
.contact h2.text.text-center.mb-5 {
  font-size: 20px;
}

@media (max-width: 768px) {

  .mobile-menu {
    position: fixed;
    top: 0;
    height: 100vh;
    right: 0;
    left: auto;
    padding-inline: 32px;
    padding-block: 35px;
    width: 260px;
    box-shadow: 1px 7px 6px rgb(0 0 0 / 49%);
    display: flex;
    flex-direction: column;
    transform: translateX(265px);
    transition: 350ms;
    z-index: 9;
    background: #383838;
  }

  .mobile-menu.active {
    transform: translateX(0px);
  }

  button[data-btn-navbar] {
    background: transparent;
    font-size: 20px;
    border: 0;
    color: #FFF
  }

  #primary-menu {
    flex-direction: column;
    margin-block-start: 40px;
    align-items: flex-start;
  }

  header .btn {
    margin-block-start: auto;
  }

  #primary-menu>li>a::after {
    bottom: -7px;
  }

  .hero-page .item {
    height: 530px;
  }

  .hero-page .item .content .title h1>span {
    font-size: 18px;
  }

  .hero-page .item .content .title p {
    font-size: 13px;
  }

  .hero-page .item .content .title h1 {
    margin-block-end: 8px;
    font-size: 28px;
  }

  .about .col-md-4:nth-child(2) article::before {
    display: none;
  }

  footer.site-footer {
    text-align: center;
    clip-path: none;
    margin-block-start: 0;
  }

  .social {
    justify-content: center;
  }

  .hero-page .item .content {
    padding: 0;
  }

  .hero-page .item .content .title {
    width: 100%;
  }

  .hero-page .item .content img.logo {
    display: none;
  }

  .about {
    background: #f2f5f6;
  }

  .about::before {
    display: none;
  }

  .service .item {
    min-height: auto;
  }

  .join .position-absolute {
    display: none;
  }

  .join::after {
    display: none;
  }

  .news .item::after {
    content: '';
    display: block;
    clear: both;
  }

  footer .bottom .copyright {
    flex-direction: column;
    gap: 10px;
  }

  footer img {
    margin: auto;
  }

  footer.site-footer ul {
    margin-block-end: 0;
  }

  .entry-header {
    min-height: 140px;
  }

  .entry-header .entry-title {
    padding-top: 54px;
    font-size: 24px;
  }

  #masthead ul.social {
    display: none;
  }

  #masthead .gap-5.d-flex {
    flex-direction: column;
    margin-block-start: 30px;
  }

  .about .inner-content {
    margin: 50px 0 60px;
  }

  .partners .d-flex .item {
    flex: 0 0 50%;
    border: 0;
  }

  .statistics .background {
    min-height: 390px;
  }

  .statistics .background .inner-content {
    margin: 0 0 30px;
  }

  .statistics .background .inner-content .caption h2.text.mb-3 {
    font-size: 30px;
  }

  .statistics .background .inner-content .caption h4 {
    margin: 0;
    font-size: 16px;
  }

  .map {
    clip-path: none;
    height: 240px;
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-inline: auto;
  }

  ul#lang-menu {
    flex-direction: column;
  }

  .section-01 .inner-content-section.ptb-50 {
    clip-path: none;
  }

  section.features.section-03.ptb-50 {
    clip-path: none;
  }

  section.features.section-05.ptb-50 {
    clip-path: none;
  }

  section.section-07.ptb-50 figure.image {
    position: static;
    height: auto;
    margin-block-end: 30px;
  }

  section.section-07.ptb-50 {
    height: auto;
    min-height: auto;
    padding-block: 60px;
  }

  section.section-07.ptb-50::before,
  section.section-07.ptb-50::after {
    display: none;
  }

  .__about .sub-title.text-center,
  .contact h2.text.text-center.mb-5 {
    font-size: 16px;
  }
}

.about-content{overflow: hidden;}