@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --main-color: #465459;
  --sec-color: #1f273e;
  --bg-color: #3b5c7c;
}

@font-face {
  font-family: "ar-font";
  src: url("../fonts/Cairo-Regular.ttf");
}
@font-face {
  font-family: "light";
  src: url("../fonts/avenir-next-light.ttf");
}
@font-face {
  font-family: "nextb";
  src: url("../fonts/avenir-next-cyr-bold.ttf");
}
@font-face {
  font-family: "nexta";
  src: url("../fonts/avenir-next-cyr-bold.ttf");
}
@font-face {
  font-family: "avenir-b";
  src: url("../fonts/avenir-next-cyr-bold.ttf");
}

@font-face {
  font-family: "Avenir-m";
  src: url("../fonts/Avenir-Next-Cyr-Medium.ttf");
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-next-cyrillic-regular.ttf");
}
body {
  direction: ltr;
  text-align: start;
  font-family: "Avenir";
  overflow-x: hidden;
}

form {
  direction: ltr;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}
/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 20px;
  text-align: start;
  padding-left: 12px;
  padding-right: 30px;
  border-radius: 0;
  border: 1px solid #dbd5d5;
}

.nice-select::after {
  right: 12px;
  left: auto;
  border-color: #34485c;
}

.nice-select .option {
  text-align: right;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}

.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

button:focus,
button {
  border: none;
  outline: none;
}

.mynav button {
  background: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

/* -------------------------------------------------   */

.lang-search,
.right-header {
  display: flex;
  align-items: center;
}

.right-header {
  justify-content: end;
}

.btnSearch i,
.lang-search a {
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s;
}

.lang-search a i {
  padding-inline-start: 6px;
}

.btnSearch i:hover,
.lang-search a:hover {
  color: var(--sec-color);
}

.logo {
  height: 74px;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}

.lang a {
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-block;
  color: #000;
}

li.menu-item-has-children {
  position: relative;
  margin-inline-end: 20px !important;
}

ul.sub-menu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 211px;
  border-radius: 2px;
  padding: 0px;
  z-index: 9;
  visibility: hidden;
  padding: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  background: #fff;
  border-top: 2px solid var(--sec-color);
}

li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 99;
}

.mynavbar .sub-menu li a {
  padding: 8px 0;
  position: relative;
}

.mynavbar .sub-menu li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: var(--sec-color);
  transition: all 0.3s;
}

.mynavbar .sub-menu li a:hover:before {
  width: 100%;
}

.mynav .navbar-menu .sub-menu li {
  margin-inline: 0;
}

.mynav .navbar-menu .sub-menu a {
  margin-inline-start: 8px;
  padding: 8px 0px;
  display: inline-block;
  width: 100%;
}

.sub-menu li:last-of-type a {
  border-bottom: none;
}

li.menu-item-has-children a {
  position: relative;
}

li.menu-item-has-children > a::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  top: 33px;
  right: -13px;
  color: #363737;
  font-size: 15px;
}

.sidebar li.menu-item-has-children > a::after {
  top: 14px;
  right: -4px;
  color: #fff;
}

ul.sub-menu li {
  margin-inline-end: 0;
}

.sidebar .sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
  min-width: unset;
  width: 100%;
  border-radius: 0;
  padding: 16px 0px;
  margin-top: 0px;
  background: #fff;
}

.sidebar .side-content ul .sub-menu li a {
  color: var(--main-color);
}
.side-search {
  margin: 15px 0 10px;
  padding: 0 10px;
}

.side-search form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.side-search form input {
  width: calc(100% - 56px);
  height: 50px;
  border: none !important;
  padding: 0 10px;
  border-radius: 0px;
  color: #333;
  border-radius: 8px;
}

.side-search form button {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  border: none;
  border-radius: 8px;
}
/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
}

.site-search.open {
  z-index: 999;
  opacity: 1;
  animation: 1.3s bounceInDown;
}

.site-search .close-side i {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 39%;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  color: #fff;
  font-size: 50px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 32px;
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  background: #fff;
  border: none;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 15px 0;
  height: 56px;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  /* -webkit-appearance: none; */
  border-radius: 0px;
  box-shadow: inset 0 0 0 transparent;
  color: #000;
  padding-inline-end: 50px;
  padding-inline-start: 22px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  padding: 0;
  width: 80px;
  height: 56px;
  background-color: var(--sec-color);
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: #c5c5c5;
}

.searchForm .btnSearch {
  box-shadow: none !important;
  /* margin: 0 11px; */
  padding: 0;
  text-align: center;
  border: none !important;
  font-size: 16px;
  border-radius: 50%;
  cursor: pointer;
  height: 43px;
  width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: #200e32;
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

/* End Search */
/* Start header */
.mynav {
  position: relative;
  z-index: 2;
}

.vission2030 img {
  max-height: 35px;
}

.mynav .row {
  align-items: center;
  padding: 12px 0;
}

.mynavbar ul.main-menu,
.mynavbar {
  display: flex;
  align-items: center;
  justify-content: end;
}

.mynavbar ul li {
  margin-inline-start: 26px;
}

.mynavbar li a {
  position: relative;
  color: #000;
  transition: all 0.3s;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

.mynavbar li a:hover,
.mynavbar li.current-menu-item a {
  color: var(--bg-color);
}

.my-btn a,
.my-btn button {
  min-width: 208px;
  text-align: center;
  background: transparent;
  color: var(--sec-color);
  border: 1px solid #1f273e;
  padding: 14px 10px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
  font-family: "avenir-b";
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
}
.my-btn a i,
.my-btn button i {
  font-size: 20px;
  font-weight: 200;
}

/* responsive menu */
.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 12px;
  width: 100%;
}

.navbar-toggler {
  background-color: var(--bg-color);
  border-radius: 2px;
  color: #fff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-search {
  display: flex;
  align-items: center;
  gap: 31px;
}

.sidebar .my-btn {
  margin-top: 22px;
  margin-inline-start: 12px;
}

.navbar-toggler i {
  font-size: 23px;
}

/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100%;
  width: 350px;
  background-color: #fff;
  z-index: 9;
  transition: all 0.7s;
  padding: 20px 0;
  clip-path: circle(25px at calc(100% - 45px) 45px);
  overflow-y: scroll;
}

.sidebar-width {
  left: 0px;
  clip-path: circle(75%);
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: var(--sec-color);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  padding-top: 0px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.sidebar .side-content ul li a {
  color: #000;
  display: inline-block;
  padding: 10px 12px;
  position: relative;
  transition: all 0.6s;
}

.side-content ul li.has-child a {
  padding-inline-end: 20px;
}

.sidebar .contact-buttons {
  justify-content: center;
  margin-top: 60px;
}

.search-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Start home slider */
.banner-img {
  position: absolute;
  width: 100%;
  height: 666px;
}

section.banner-sec {
  position: relative;
  padding: 0;
  height: 666px;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-fluid {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-info {
  position: relative;
  z-index: 2;
}

.banner-info h2 {
  color: #fff;
  font-size: 65px;
  line-height: 72px;
  margin-bottom: 52px;
  font-weight: 400;
}
.banner-info .my-btn a {
  border: 1px solid #ffffff;
  color: #fff;
  min-width: 266px;
}

/* ------------------------        about section   --------------------------------- */
section.about {
  padding: 108px 0 92px;
  background: rgb(31 39 62 / 7%);
}
section.about .row {
  position: relative;
}
.about-info {
  position: relative;
  z-index: 2;
}

.about-img {
  height: 408px;
  position: absolute;
  right: 0;
  max-width: 755px;
  top: -44px;
}

.about-img img {
  width: 100%;
  height: 100%;
  opacity: 7%;
  object-fit: cover;
}

.about-info h3 {
  font-size: 37px;
  line-height: 53px;
  font-style: normal;
  font-weight: 750;
  text-transform: uppercase;
  color: var(--bg-color);
  margin-bottom: 7px;
  font-family: "avenir-b";
}

.about-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #4a4a4a;
  margin-bottom: 31px;
}

/* ----------- start our-capabilities section------------------- */
.our-capabilities .row {
  align-items: center;
}
.our-capabilities {
  padding: 118px 0 56px;
}
.section-title h2 {
  font-size: 43px;
text-transform:capitalize;
  color: var(--bg-color);

  font-family: "light";
}
.section-title h2 span {
  font-size: 90px;

  font-family: "avenir-b";
}
.packages-inner {
  overflow: hidden;
}

.h8_course-active {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.h8_course-wrap {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: center;
  gap: 0 1.6927083333333333vw;
  /* overflow: hidden; */
  /* overflow-x: auto; */
  min-width: 947.69px;
  max-width: 947.69px;
}

.h8_course-item {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  position: relative;
  height: 400px;
  border: 1px solid #ffffff;
}

.h8_course-item.expand {
  width: 360px;
  flex-shrink: 0;
  box-shadow: 0px -6px 60px 0px rgba(8, 5, 33, 0.1);
}

.h8_course-m-title {
  width: 100%;
  z-index: 50;
  cursor: pointer;
  background-color: transparent;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 21px;
}

.h8_course-item.expand .h8_course-m-title {
  background-color: var(--main-color);
  width: 0;
  overflow: hidden;
  display: none;
}

.h8_course-item.expand .h8_course-m-count svg {
  color: #fff;
}

.h8_course-m-title-vertical {
  display: block;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 22.13px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.23999999463558197px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.h8_course-item.expand .h8_course-m-title-vertical {
  color: #fff;
}

.h8_course-content-3 {
  position: relative;
  padding: 28px 41px;
  background-color: #fff;
  height: 100%;
  width: 0;
}

.h8_course-item.h8_course_common .h8_course-content-3 {
  opacity: 0;
  visibility: hidden;
  /* transform: translateX(-6.25vw); */
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.h8_course-item.expand .h8_course-content-3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  background: #14134699;
  width: 100%;
}

.h8_course-wrap .accordion-body-bottom {
  /* display: grid; */
  /* grid-template-columns: 1fr 8.984375vw; */
  /* grid-gap: 3.515625vw; */
  overflow: hidden;
  /* overflow-y: auto; */
  /* max-height: 45vh; */
}

.h8_course-wrap .accordion-body-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.h8_course-wrap .accordion-body-content h4 {
  color: #021936;
  font-size: 2.03125vw;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.4492753623188406vh;
}

.h8_course-wrap .accordion-body-content p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-family: "alexLight";
  font-size: 16px;
  line-height: 28px;
}

.h8_course-wrap .accordion-body-content-rating {
  display: flex;
  align-items: end;
  gap: 1.1148272017837235vh 0.78125vw;
  margin-top: 3.5674470457079153vh;
  display: none;
}

.h8_course-wrap .accordion_left_rating {
  display: flex;
  gap: 0.5574136008918618vh 0.390625vw;
}

.h8_course-wrap .accordion_right h2 {
  color: #021936;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.15625vw;
}

.h8_course-wrap .inner-info {
  text-align: center;
  width: 95px;
  display: grid;
  place-items: center;
  padding: 10px 10px 15px;
  position: relative;
  z-index: 99;
}

.h8_course-wrap .inner-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 6px 50px 0px rgba(25, 35, 53, 0.1);
  backdrop-filter: blur(20px);
  border: 2px solid #fff;
  border-radius: 10px;
  z-index: -1;
}

.h8_course-wrap .inner-info {
  text-align: center;
  width: 95px;
  display: grid;
  place-items: center;
  padding: 1.1148272017837235vh 10px 15px;
  position: relative;
  z-index: 99;
  width: 7.421875vw;
}

.h8_course-wrap .inner-info-2::before {
  background: linear-gradient(
    143deg,
    var(--main-color) 0%,
    rgba(47, 87, 239, 0) 100%
  );
}

.h8_course-wrap .inner-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 6px 50px 0px rgba(25, 35, 53, 0.1);
  backdrop-filter: blur(20px);
  border: 2px solid #fff;
  border-radius: 10px;
  z-index: -1;
}

.h8_course-item.small {
  width: 120px;
  flex-shrink: 0;
}

.h8_course-item.expand {
  border-color: transparent;
}

.h8_course-m-title h6 {
  font-family: Inter;
  font-size: 23.38px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.6399999856948853px;
  margin-bottom: 28px;
  transition: none;
}

.h8_course-wrap .accordion-body-bottom h2 {
  font-family: Inter;
  font-size: 66.86px;
  font-style: italic;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -1.7599999904632568px;
  margin-bottom: 9px;
}

.h8_course-wrap .accordion-body-bottom h3 {
  font-family: "alexMed";
  font-size: 25px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.h8_course-active .readMore {
  right: -3vw;
  position: relative;
  width: 111px;
  height: 111px;
  min-width: 111px;
  min-height: 111px;
  font-size: 30px;
}

.fixed-content-box {
  position: fixed;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border-radius: 10px;
  overflow: hidden;
  /* opacity: 0; */
  /* transform: scale(0.8); */
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fixed-content-box.show {
  opacity: 1;
  transform: scale(1);
}

.fixed-content-inner {
  padding: 0;
}

.close-content {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.h8_course-item.small[style="visibility: hidden;"],
.h8_course-item.h8_course_common.h8_item_1.small.active {
  width: 360px !important;
  visibility: hidden;
}

div#fixedContentBox {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  height: 400px !important;
  border: 1px solid #ffffff;
  position: absolute;
  background: #14134699;
  width: 360px !important;
  flex-shrink: 0;
  box-shadow: 0px -6px 60px 0px rgba(8, 5, 33, 0.1);
  z-index: 2;
  top: 6vh !important;
  left: 28vw;
  bottom: 0;
}
div#fixedContentBox .h8_course-wrap {
  width: 100%;
  height: 100%;
  min-width: auto;
  max-width: 100%;
}

.packages-inner {
  /* position: relative; */
  overflow: hidden;
}

.fixed-content-box {
  position: fixed;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border-radius: 10px;
  overflow: hidden;
}

.fixed-content-box.show {
  opacity: 1;
  transform: scale(1);
}

.fixed-content-inner {
  padding: 0;
}

.close-content {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.h8_course-item.small[style="visibility: hidden;"],
.h8_course-item.h8_course_common.h8_item_1.small.active {
  width: 360px !important;
  visibility: hidden;
}

div#fixedContentBox .h8_course-wrap {
  width: 100%;
  height: 100%;
  min-width: auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  .h8_course-item.small {
    width: 7.8125vw;
    border-radius: 1.3020833333333333vw;
  }

  .h8_course-item.expand {
    width: 23.4375vw;
    border-color: transparent;
  }

  .h8_course-wrap {
    min-width: 61.698567708333336vw;
    max-width: 61.698567708333336vw;
  }

  .h8_course-m-title {
    padding: 2.8767123287671232vh 1.3671875vw;
  }

  .h8_course-m-title h6 {
    font-size: 1.5221354166666667vw;
    line-height: 1.712;
    margin-bottom: 3.835616438356164vh;
  }

  .h8_course-m-title-vertical {
    font-size: 1.4407552083333333vw;
    line-height: 1.45;
    letter-spacing: 0.015624999650754035vw;
  }

  .h8_course-content-3 {
    padding: 3.835616438356164vh 2.6692708333333335vw;
  }

  .h8_course-wrap .accordion-body-bottom h2 {
    font-size: 4.352864583333333vw;
    line-height: 1.436;
    letter-spacing: -0.11458333271245162vw;
    margin-bottom: 1.2328767123287672vh;
  }

  .h8_course-wrap .accordion-body-bottom h3 {
    font-size: 1.6276041666666667vw;
    line-height: 1.48;
    margin-bottom: 1.917808219178082vh;
  }

  .h8_course-wrap .accordion-body-content p {
    font-size: 1.0416666666666667vw;
    line-height: 1.75;
  }

  .h8_course-active .readMore {
    width: 15.205479452054794vh;
    height: 15.205479452054794vh;
    font-size: 1.98046875vw;
    min-width: 15.205479452054794vh;
    min-height: 15.205479452054794vh;
  }
  div#fixedContentBox {
    width: 23.4375vw !important;
    border-color: transparent;
    height: 54.794520547945204vh !important;
  }

  .h8_course-item.small[style="visibility: hidden;"],
  .h8_course-item.h8_course_common.h8_item_1.small.active {
    width: 23.4375vw !important;
    visibility: hidden;
  }
}

/* ------------------------------------------------------------------ */
.Insights-Publications {
  background: var(--bg-color);
  padding: 100px 0;
  color: #fff;
}
.section-title h3 {
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #ffffff;
  color: var(--bg-color);
}

.nav-pills .nav-link {
  border-radius: 84px;
  border: 0.77px solid #6081a1;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  font-family: "avenir-b";
  margin-inline-end: 9px;
  min-width: 227px;
  text-align: center;
}

.t-item {
  padding: 32px 32px 19px;
  border-bottom: 1px solid #cecece14;
}

.all-items {
  height: 600px;
  overflow-y: scroll;
}

.t-item h4 {
  font-size: 22.5px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.t-item .date {
  margin: 16px 0;
}
.t-item .date span {
  font-size: 14px;
  padding-inline-start: 9px;
}
.t-item p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  padding-inline-end: 22px;
}
#pills-home .t-item {
  background: #fff;
  color: var(--bg-color);
  margin-bottom: 14px;
  border-radius: 8px;
}
#pills-home .t-item .date svg,
#pills-home .t-item .date svg path {
  fill: var(--bg-color);
}
/* Width of the scrollbar */
.all-items::-webkit-scrollbar {
  width: 0px;
}

/* Track styling */
.all-items::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0px;
}

/* Thumb styling */
.all-items::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 0px;
}

/* Hover effect on thumb */
.all-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* ------------------------------------------------------ */
.partner-imgs {
  display: flex;
  gap: 12px;
  position: relative;
}

.partner-imgs .img {
  width: 45%;
  height: 280px;
  box-shadow: 0px 0px 54.63px 0px #0000001c;
   mix-blend-mode: luminosity;
}

.img.img1 {
  margin-top: 102px;
  width: 300px;
  position: relative;
}

.partner-imgs .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.partner-imgs .name h6 {
  font-size: 26px;
  color: var(--bg-color);
  font-family: "nextb";
  text-align: center;
  padding-top: 15px;
}

.partner-imgs::before {
  position: absolute;
  content: "";
  width: 149px;
  height: 320px;
  top: 0;
  left: 0;
  background-image: url("../images/bg-partner-img.png");
}
.partner-info {
  padding-top: 102px;
}
.partner-info h4 {
  font-size: 53px;
  margin-bottom: 16px;
  line-height: 64px;
  font-weight: 900;
  font-family: "nextb";
  color: var(--bg-color);
}

.partner-info p {
  color: #000;
  font-family: "nexta";
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  overflow: hidden;
}
/* -------------------------------------------------------------- */
section {
  padding: 100px 0;
  overflow: hidden;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 1px solid #261818;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
}

.contact-form form textarea {
  height: 141px;
}

textarea:focus {
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
}
.form-group {
  position: relative;
  margin-bottom: 18.8px;
}
.form-group label {
  position: absolute;
  top: 10px;
  left: 16px;
  color: #212120;
  transition: all 0.3s;
  text-transform: capitalize;
}
textarea {
  height: 90px;
}
.form-group label.move,
.form-group.tmove label {
  font-size: 12px;
  top: 6px;
  color: #212120;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 11px 12px;
  color: #212120;
  font-size: 16px;
  border-radius: 0;
  background: #fff;
  border: 0.94px solid #dddddd;
}
.contact-form  input::placeholder,
.contact-form  textarea::placeholder,
.contact-form  select::placeholder{
    color:#000 !important;
}
select {
  appearance: none;
  -webkit-appearance: none;
}
.select {
  position: relative;
}
.select::before {
  position: absolute;
  top: 9px;
  right: 9px;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 19px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  pointer-events: none;
  cursor: pointer;
  z-index:2;
}
input.wpcf7-validates-as-required,
textarea.wpcf7-validates-as-required {
  padding: 23px 12px 3px 12px !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding-top: 20px !important;
}
.contact-form.contact h5 {
  text-align: center;
  font-family: "H-bold";
  font-size: 24px;
  margin-bottom: 24px;
}

.iti__country-list {
  left: 0;
}

.iti {
  width: 100%;
}

input#phone,
input#phone2 {
  padding-left: 12px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti__arrow {
  border: none;
}

.iti__arrow {
  position: relative;
}

.iti__arrow::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  width: 1px;
  height: 42px;
  color: #282828;
  top: -15px;
  left: -12px;
  font-size: 22px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin: 0 2px;
  margin-left: 0;
  direction: ltr;
  font-size: 15px;
  color: #030303;
  font-weight: 700;
  position: relative;
  top: 1px;
  font-family: "avenir-b";
}

.iti__flag.iti__sa {
  border-radius: 2px;
  height: 14px;
}

.iti__selected-flag {
  padding: 0 10px;
}

.iti__selected-flag {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.iti__flag-box {
  display: inline-block;
  width: 33px;
}

.iti__country-list {
  text-align: start;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: auto;
  right: 0 !important;
}

.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form select:focus {
  background: #f6f9ff;
  box-shadow: 0px 3.77px 3.77px 0px #1263dc1a;
  border: 0.94px solid;
  border-image: linear-gradient(270deg, #26425b 0%, #3b5c7c 50%, #1f273e 100%) 1;
}
/* -------------------  Start footer section ---------------------- */
footer {
  overflow: hidden;
  padding: 58px 0 0;
  position: relative;
  background-color: #eeeeee;
}

.footer-links a {
  color: #000;
  transition: all 0.3s;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  display: flex;
  padding: 6px 11px;
  border: 1.15px solid transparent;
  margin-inline-end: 2px;
}

.footer-links ul {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 29px;
}
.footer-links ul li {
  display: inline-block;
}

.copy-right {
  text-align: center;
  padding: 14px 0;
  margin-top: 49px;
  background: #fff;
  border-top: 1px solid #919dc0;
}

.copy-right p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
}
.company-r  p{
    text-align:center;
}
.copy-right .row {
    justify-content: center;
    text-align: center;
}
.copy-right .row,
.bottom-footer .row {
  align-items: center;
}

.ryad-logo {
  height: 65px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.comp-rights {
  text-align: start;
}

.comp-rights p {
  color: #000;
}
.footer-soch-icone a {
  font-size: 26px;
  color: #424242;
  padding: 0 8px;
}
/* ************************************************ */
/* Start about page */
.breadcrumb-section {
  color: #fff;
  background-image: url("../images/bg-bread.png");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding-top: 88px;
  padding-bottom: 72px;
}

.breadcrumb-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(31 39 62 / 34%);
  z-index: -1;
}

.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.breadcrumb-info {
  text-align: start;
}

.breadcrumb-info h2 {
  font-size: 65px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.breadcrumb-section a {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumb {
  display: flex;
  /* align-items: center; */
  justify-content: start;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 8px;
  content: "|";
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  top: 2px;
  position: relative;
}
.about-img-disc h6 {
  font-size: 12px;
  color: #775a19;
  font-family: "avenir-b";
  text-transform: uppercase;
  margin-bottom: 21px;
}

.about-img-disc h4 {
  font-size: 48px;
  line-height: 57px;
  margin-bottom: 55px;
  color: #000f25;
}

.about-image {
  height: 593px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  mix-blend-mode: luminosity;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.about-page-info p {
  margin-bottom: 48px;
  color: #4a4a4a;
  line-height: 27px;
}
.about-page .row {
  /*align-items: end;*/
}
.M-word {
  position: relative;
  padding: 15px 0 15px 32px;
}

.M-word::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffdea5;
}

.M-word h5 {
  font-size: 32px;
  margin-bottom: 24px;
  line-height: 41.6px;
  color: #000f25;
  font-style: italic;
}

.M-word h6 {
  color: #775a19;
  font-size: 12px;
  font-weight: 700;
}

section.statistics {
  background: var(--bg-color);
}

h3.counter-item {
  direction: ltr;
  color: #fff;
  font-size: 56px;
  line-height: 84px;
  font-weight: 700;
  font-family: "avenir-b";
}

span.num-plus {
  margin-inline-end: -7px;
}

.counter-name h6 {
  color: #798dad;
  font-size: 12px;
  font-family: "avenir-b";
}

.count-block {
  text-align: center;
  border-inline-end: 1px solid #000;
  padding: 2px 0;
}

.col-6:last-of-type .count-block {
  border: none;
}

.statis-info h6 {
  color: #fff;
  font-size: 12px;
  font-family: "avenir-b";
}

.statis-info h4 {
  font-size: 48px;
  line-height: 57px;
  color: #fff;
}

section.our-goals {
  border-top: 1px solid #b4b4b4;
  padding-bottom: 29px;
}

.vission-item {
  max-width: 96%;
  padding: 48px;
  background: #f3f4f5;
  border-radius: 8px;
}

.vission-title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.vission-title h5 {
  margin: 0;
  font-size: 32px;
  color: #000f25;
}

.vission-title .img img {
  max-height: 27px;
}

.vission-disc p {
  margin: 0;
  color: #44474d;
  line-height: 26px;
}

.vission-sec .container .row {
  margin-top: -130px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 99px 33px 0 48px;
  display: flex;
}

section.vission-sec {
  overflow: visible;
}

.our-goals-title h6 {
  margin-bottom: 15px;
  color: #775a19;
  font-size: 12px;
  font-family: "avenir-b";
  text-transform: uppercase;
}

.our-goals-title h4 {
  font-size: 48px;
  line-height: 57px;
  color: #000f25;
}

.goals-item .img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #775a19;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goals-item h3 {
  /*margin: 0;*/
  font-size: 20px;
  color: #000f25;
  font-family: "avenir-b";
}

.goals-item {
  margin-bottom: 64px;
  display: flex;
  gap: 24px;
}

.goals-item p ,.our-goals-title p{
  color: #44474d;
  line-height: 26px;
  margin: 0;
}
.g-title-disc {
  width: calc(100% - 75px);
}
/* ------------------------------------------------------ */
.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #dde8ff;
  background: #fff;
  outline: none;
}

/* ------------------------------------------------------ */

/* Pagination */
.pagination-list {
  padding: 20px 0;
  width: 345px;
  margin: 28px auto 0;
  border-radius: 16px;
  border: 1px solid rgb(103 103 103 / 40%);
}

.pagination {
  justify-content: center;
}

.page-item .page-link {
  color: rgb(44 44 44 / 20%);
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
  background: transparent;
  border: none;
  padding: 6px 5px;
  margin: 0;
  line-height: 31px;
  width: 32px;
  height: 33px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 3px;
  text-transform: capitalize;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
  margin-inline: 12px;
  color: var(--sec-color);
  font-size: 14px;
  line-height: 18px;
  width: 86px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sec-color);
  border-radius: 8px;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
  color: #fff;
  background-color: var(--sec-color);
}

.page-item.active .page-link{
  z-index: 3;
  color: #fff;
  background-color: var(--sec-color);
  border-color: #fff;
  color: #fff;
}

li.page-item {
  margin-inline: 0;
}

.page-link:focus {
  box-shadow: none;
}

.page-item:last-child .page-link {
  opacity: 50%;
}

.page-item:last-child .page-link i,
.page-item:first-child .page-link i {
  position: relative;
  top: 2px;
}
.page-link:focus {
  box-shadow: none;
}
button:focus,
.btn.focus,
.btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

/* ---------------------------------------------------- */
.our-capabilities {
  position: relative;
  background:#fff;
}
.more-btn {
  position: absolute;
  top: 40%;
  right: -43px;
}
.more-btn a {
  width: 109px;
  height: 109px;
  border: 2.27px solid #3b5c7c1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  border-radius: 50%;
  color: var(--bg-color);
}
.all-cards {
  display: flex;
  gap: 19px;
  margin-inline-end: 22px;
}

.all-cards .card {
  height: 385px;
  background: #fff;
  border-radius: 19px;
  padding: 21px 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: start;
  transition: all 0.3s;
  width: 17%;
  border: 0.96px solid #bebebe;
  flex-direction: column;
  gap: 50px;
}

.all-cards .card.active {
  background: var(--bg-color);
  color: #fff;
  align-items: flex-start;
  justify-content: flex-start;
  width: 52%;
  /* animation: fadeInLeft; */
  /* animation-duration: 0.4s; */
  padding-inline-start: 41px;
  gap: 10px;
  padding-inline-end: 20px;
}

.all-cards .number {
  /* position: absolute; */
  top: 21px;
  left: 50%;
  /* transform: translateX(-50%); */
  font-size: 22.5px;
  /*font-family: "avenir-b";*/
  /*font-style: italic;*/
  text-align: center;
}
.all-cards .card.active .number {
  font-size: 64px;
  line-height: 92px;
  /* left: 39px; */
  /* transform: none; */
}
.number.big {
  font-size: 40px;
}

.vertical {
  transform: rotate(90deg);
  white-space: nowrap;
  font-size: 20px;
  color: #000;
}

.all-cards .card.active h3 {
  /* margin-top: 100px; */
  font-size: 24px;
  line-height: 36px;
  padding-inline-end: 22px;
  font-family: "Avenir-m";
}

.all-cards .card.active p {
  font-size: 15.4px;
  line-height: 27px;
  font-family: "light";
}
.all-cards .card h3,
.all-cards .card p {
  display: none;
}

.all-cards .card.active h3,
.all-cards .card.active p {
  display: block;
}
.all-cards .card.active .vertical {
  display: none;
}
/* ---------------------------  capapilities page -------------------------   */
.capabiliti-item {
  border: 1.05px solid #bebebe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  transition: all 0.3s;
  min-height: 280px;
  background: #fff;
  overflow: hidden;
}

.col-lg-4:first-of-type .capabiliti-item {
  border-top-left-radius: 21px;
}
.col-lg-4:nth-child(3) .capabiliti-item {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}
.col-lg-4:nth-child(4) .capabiliti-item {
  border-bottom-left-radius: 21px;
}
.capabiliti-sec .col-lg-4 {
  padding: 0;
}

.item-title {
  display: flex;
  transition: all 0.3s;
  color: #000;
  align-items: center;
  gap: 21px;
}

.capabiliti-item .item-disc {
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(136px);
  visibility: hidden;
  height: 0;
}

.capabiliti-item:hover .item-disc {
  opacity: 1;
  transform: none;
  visibility: visible;
  height: auto;
}


/* ------------------------------  single capabilities ------------------   */
.single-capab-img {
  height: 658px;
  margin-bottom: 95px;
}

.single-capab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.singl-capab-details h4,
.other-capab h4 {
  margin-bottom: 42px;
  font-size: 43px;
  font-family: "avenir-b";
  color: var(--bg-color);
  text-transform: uppercase;
}

.singl-capab-details p {
  color: #4a4a4a;
  line-height: 27px;
}

.singl-capab-details {
  max-width: 70%;
  margin-bottom: 70px;
}

.other-capab h4 {
  margin-bottom: 36px;
}

.single-cap-item {
  border: 0.96px solid #bebebe;
  border-radius: 19px;
  padding: 42px 22px 42px 23px;
}

.single-cap-item .name {
  display: flex;
  align-items: center;
  gap: 24px;
}

.single-cap-item .name h5 {
  margin: 0;
  font-size: 20px;
  color: #000000;
}

.single-cap-item .name span {
  font-size: 22.5px;
  color: #000;
  font-family: "avenir-b";
  font-style: italic;
}
.sidebar .lang {
  padding-inline-start: 20px;
  padding-top: 12px;
}
/* ------------------------------------------   */
.employee-img {
  height: 593px;
}

.employee-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  object-fit: cover;
  box-shadow: 0px 25px 50px -12px #00000040;
}

.employee-details {
  padding-top: 90px;
}

.employee-details .name h4 {
  font-size: 36px;
  color: #000f25;
  font-family: "avenir-b";
}

.employee-details .name h6 {
  font-size: 14px;
  color: #775a19;
}

.employee-details .name {
  border-bottom: 1px solid #cecece;
  padding-bottom: 17px;
  margin-bottom: 24px;
}

.emp-disc p {
  color: #4a4a4a;
  line-height: 27px;
}

.my-btn a i,
.my-btn a span {
  transition: all 5s;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(1);
    transform: translate3d(-10px, 0, 0) scaleX(1);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0) scaleX(1);
    transform: translate3d(5px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.98);
    transform: translate3d(-5px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(1);
    transform: translate3d(10px, 0, 0) scaleX(1);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(1);
    transform: translate3d(-5px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.98);
    transform: translate3d(5px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.sidebar-logo {
  padding-inline-start: 12px;
  height: 74px;
}
.sidebar-logo img {
  max-height: 100%;
}
section.partner-sec {
  padding-bottom: 138px;
}
.img.img1 img {
  object-position: top;
}
.img.img2 img {
  object-position: top;
}

/* --------------------------------  join us page --------------------------    */
.contact-information h3,
.contact-form h3 {
  font-size: 36.7px;

  color: var(--bg-color);

  font-family: "avenir-b";

  margin-bottom: 30px;

  text-transform: capitalize;
}
.contact-information .map {
  height: 345px;
}

.contact-information .map iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}
select:focus {
  outline: none;
}

.my-btn button {
  min-width: 100%;
  justify-content: center;
  gap: 12px;
  text-transform: uppercase;
  border: 2px solid;
  border-image: linear-gradient(270deg, #26425b 0%, #3b5c7c 50%, #1f273e 100%) 2;
}
.my-btn button:focus{
      border: 2px solid;
  border-image: linear-gradient(270deg, #26425b 0%, #3b5c7c 50%, #1f273e 100%) 2 !important;
}
ul.contact-list li a {
  color: #000000;
  font-size: 16px;
  font-family: "light";
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

ul.contact-list {
  margin-bottom: 18px;
}
.contact-page .breadcrumb-info h2 {
  text-transform: uppercase;
}
#ui-datepicker-div {
  z-index: 2 !important;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: var(--bg-color);
}
.form-group.date i {
  position: absolute;
  right: 14px;
  top: 15px;
  z-index:2;
}

input[type="radio"] {
  width: 13px !important;
  height: 13px !important;
}
label.label {
  position: relative !important;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  color: #000 !important;
  font-size: 16px !important;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  width: 100% !important;
  margin-bottom: 13px;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.radio-group label {
  font-size: 16px !important;
  color: #000 !important;
}

.input-group {
  margin: 15px 0;
}

.input-group label {
  display: block;
}

/* Radio style */
input[type="radio"] {
  margin-right: 5px;
  border: 1.09px solid #636363;
}
.position-apply label.label::before {
  position: absolute;
  /*content: "";*/
  height: 1px;
  width: 100%;
  border: 1px solid #d9d9d9;
  top: 23px;
  left: 0;
  z-index: -1;
}
.legel-position.input-group {
  margin: 30px 0;
}
.input-group.upload {
  margin-bottom: 26px;
  position: relative;
  height: 139px;
  display: flex;
  align-items: center;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  padding: 0 12px;
  border-radius: 0;
  border: none;
}

.input-group.upload span.uplod {
  position: absolute;
  right: 15px;
  top: 0;
  text-align: end;
  display: inline-block;
  z-index: 2;
  width: 100%;
  height: 139px;
  border: 1.03px dashed #dddddd;
}
.form-control:disabled,
.form-control[readonly] {
  border-radius: 0 !important;
}
.input-group.upload span.uplod i {
  height: 46px;
  width: 44px;
  color: #374957;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: auto;
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

label.input-group-btn {
  background-color: #f4f7f9;
  margin-bottom: 0;
  height: 0;
}

.input-group.upload label {
  display: block;
  width: 100%;
}
.privacy-box {
  margin-top: 19px;
  margin-bottom: 32px;
}

.privacy-text {
  font-size: 16px;
  color: #030303;
  margin-bottom: 10px;
}

.privacy-text a {
  color: #2946d7;
  text-decoration: underline;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #030303;
  cursor: pointer;
}

/* Custom checkbox */
.checkbox-label input {
  width: 22px !important;
  height: 22px !important;
  border: 1.09px solid #bcbcbc !important;
  cursor: pointer;
}
.contact-form form .form-group.upload input:focus {
  border: none !important;
  box-shadow: none !important;
  border-image: none !important;
  background: #fff !important;
}
.join-page-details h4,
.career_page h3 {
  margin-bottom: 35px;
  font-size: 53px;
  line-height: 64px;
  color: var(--bg-color);
  font-family: "avenir-b";
  text-transform: capitalize;
}
.join-page-img {
  height: 413px;
  max-width: 511px;
}

.join-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinUsPage .row {
  margin-bottom: 91px;
}
.joinUsPage .row:nth-child(even) {
  direction: rtl;
}
.join-page-details {
  padding-inline-end: 56px;
}

section.career_page {
  /*padding-top: 0;*/
}
.joinUsPage .row:nth-child(even) .join-page-details {
  direction: ltr;
}
section.joinUsPage {
  padding-bottom: 0;
}
.join-page-details p {
  color: #000;
  font-size: 16px;
  line-height: 27px;
}
/* --------------------  publication page -----------------   */
.publication-item a {
  color: #000;
}

.publication-item {
  margin-bottom: 48px;
  padding-inline-end: 73px;
}

.publication-item h4 {
  font-size: 22.5px;
  font-weight: 700;
  border-bottom: 1px solid #cecece;
  font-family: Inter;
  padding-bottom: 10px;
}

.publication-item .date {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.publication-item .item-disc p {
  font-size: 20px;
  line-height: 30px;
}
.publication-item .item-disc i {
  color: var(--bg-color);
  position: relative;
  top: 2px;
  padding: 0 6px;
}
.download-attach h3,
.single-pub-details h3 {
  font-size: 43px;
  margin-bottom: 18px;
  font-family: "avenir-b";
  color: var(--bg-color);
  text-transform: uppercase;
}
.single-pub-list ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-pub-list ul {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.singl-pub-disc {
  max-width: 70%;
  margin-bottom: 44px;
}

.singl-pub-disc p {
  color: #4a4a4a;
  line-height: 27px;
  margin-bottom: 0;
}

.file-item {
  display: flex;
  border: 1.09px solid #cccccc;
  border-radius: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  margin-bottom:20px;
}

.file-left {
  display: flex;
  gap: 14px;
  align-items: center;
}

.file-item .pdf-icon {
  width: 65px;
  height: 65px;
}

.file-item .pdf-icon img {
  max-width: 100%;
  max-height: 100%;
}

span.file-name {
  color: #4a4a4a;
  font-size: 17px;
  width: calc(100% - 72px);
      min-height: 77px;
    display: flex;
    align-items: center;
}
.single-pub-list ul li svg,
.single-pub-list ul li i {
  color: #040404;
}

.single-pub-list ul li span {
  color: #4c4c4c;
}

.file-actions a {
  width: 41px;
  height: 41px;
  background: #d9d9d9;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.file-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.download-attach h3 {
  margin-bottom: 35px;
}
/* --------------------  insights page -------------    */
.insight-item .img {
  height: 350px;
  margin-bottom: 32px;
}

.insight-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.ins-item-details h3 {
  margin: 15px 0;
  font-size: 32px;
  line-height: 41px;
  color: #0f2540;
  font-family: "Avenir-m";
}

.ins-item-details span {
  color: #d4af37;
  font-size: 12px;
  text-transform: uppercase;
}

.ins-item-details p {
  color: #44474d;
  line-height: 24px;
}

.insight-item {
  margin-bottom: 44px;
}
/* -------------------------------------------------   */
.ourteam-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.team-item {
  transition: all 0.3s;
}
.team-item .img {
  margin-bottom: 24px;
}
.team-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*mix-blend-mode: Luminosity;*/
  /*background-blend-mode: luminosity;*/
  /*filter: grayscale(1);*/
    -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  object-position: top;
  transition:all 0.3s;
}

.container-fluid {
  padding: 0;
}

/* الأول والتالتة */
.ourteam-slider .owl-item:nth-child(4n + 1) .team-item,
.ourteam-slider .owl-item:nth-child(4n + 3) .team-item {
  transform: translateY(0);
}

/* التانية */
.ourteam-slider .owl-item:nth-child(4n + 2) .team-item {
  transform: translateY(48px);
}

/* الرابعة */
.ourteam-slider .owl-item:nth-child(4n + 4) .team-item {
  transform: translateY(96px);
}
/* الأول والتالتة */
.ourteam-slider .owl-item:nth-child(4n + 1) .team-item .img,
.ourteam-slider .owl-item:nth-child(4n + 3) .team-item .img {
  height: 500px;
}

/* التانية */
.ourteam-slider .owl-item:nth-child(4n + 2) .team-item .img {
  height: 350px;
}

/* الرابعة */
.ourteam-slider .owl-item:nth-child(4n + 4) .team-item .img {
  height: 466px;
}
.ourteam-slider.owl-theme .owl-nav {
  position: absolute;
  top: -100px;
  right: 56px;
}
.ourteam-slider.owl-theme .owl-nav .owl-next,
.ourteam-slider.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  width: 48px;
  height: 48px;
  font-size: 20px;
  background: #fff;
  color: #191c1d;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #74777e;
  transition: all 0.3s;
}

.section-title h4 {
  margin-bottom: 64px;
  font-size: 43px;
  color: var(--bg-color);
  font-family: "avenir-b";
  text-transform: uppercase;
}
.team-img {
  width: 337px;
  height: 413px;
  margin-inline-start: auto;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*mix-blend-mode: luminosity;*/
  
  
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);

  object-position:top;
}

.right-sec-team {
  padding-top: 94px;
  position: relative;
  padding-inline-end: 27px;
}

.right-sec-team .item-name {
  position: absolute;
  bottom: -27px;
  right: 0;
  background: var(--bg-color);
  color: #fff;
  padding: 22px 20px;
  min-width: 235px;
}

.right-sec-team .item-name h6 {
  font-size: 18.6px;
  color: #ffdea5;
}

.right-sec-team .item-name h5 {
  font-size: 22px;
  font-family: "avenir-b";
}

.team-item-details h3 {
  font-size: 53px;
  font-family: "nextb";
  margin-bottom: 13px;
  color: var(--bg-color);
}

.team-item-details p {
  line-height: 27px;
  color: #000;
}

.team-item-details {
  max-width: 92%;
  margin-bottom: 75px;
}

.left-sec-img .img {
  width: 352px;
  height: 470px;
}

.left-sec-img .img img {
  width: 100%;
  height: 100%;
    -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  object-fit: cover;
  /*mix-blend-mode: luminosity;*/
}

.left-sec-img .item-name {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #fff;
  border: 0.94px solid #f1f5f9;
  width: 234px;
  padding: 33px 22px;
  box-shadow: 0px 7.56px 9.45px -5.67px #0000001a;
  box-shadow: 0px 18.89px 23.62px -4.72px #0000001a;
}

.left-sec-img {
  position: relative;
  padding-inline-start: 27px;
}

section.founding-ph {
  background: var(--bg-color);
  padding: 128px 0;
  text-align: center;
  position: relative;
}

.founding-details {
  text-align: center;
}

.icone img {
  max-height: 100px;
}

.founding-details p {
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: 16px 0;
}

section.founding-ph .row {
  justify-content: center;
}

.founding-details h6 {
  color: #ffdea5;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 6px;
}

section.founding-ph::before {
  position: absolute;
  content: "";
  width: 425px;
  height: 365px;
  background: #fff;
  top: 0;
  right: 0;
  /* z-index: -1; */
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 5%;
}
.team-item .item-details h6 {
  color: #775a19;
  font-size: 16px;
}

.team-item .item-details h5 {
  font-size: 16px;
  color: #000f25;
}
.capabiliti-item .item-title h5 {
  font-size: 21px;
  font-family: "Avenir-m";
  margin-bottom: 0;
}

.capabiliti-item .item-title .item-num span {
  font-size: 21.5px;
  font-family: "avenir-b";
  /*font-style: italic;*/
}


.capabiliti-item .item-disc p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin: 18px 0;
}

.capabiliti-item .item-disc .my-btn > span {
  min-width: 157px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  gap: 10px;
  font-size: 14px;
  font-family: "avenir-b";
}
.sidebar .side-content ul li.current-menu-item a{
    color:var(--bg-color);
}
#pills-profile .t-item a {
    color: #fff;
}
#pills-home .t-item h4,#pills-home .t-item p {
    color:#3B5C7C;
}
#pills-home .t-item .date {
    color: #143554;
}
.all-cards .card.active a {
    color: #fff;
}

.all-cards .card:not(.active) a {
    display: flex;
    flex-direction: column;
    gap: 51px;
    color: #000;
}
span[data-name="undergraduate_university"] input.wpcf7-validates-as-required {
    padding: 11px 12px !important;
}
span[data-name="Professional"] input.wpcf7-validates-as-required,
span[data-name="LinkedIn"]  input.wpcf7-validates-as-required {
    padding: 11px 12px !important;
}
.left-sec-img .img img {
    object-position: right;
}
input[name="undergraduate"] {
    min-height: 80px;
}
/* -----------------------------------------------   */
@media (min-width: 991px) {
    .team-item:hover .img img{
    /*mix-blend-mode: color;*/
    /*background-blend-mode: color;*/
    /*filter: none;*/
}
    .vission-disc p {
    min-height: 182px;
}
  .footer-links a:hover {
    color: #3b5c7c;
    border: 1.15px solid #3b5c7c;
    font-family: "avenir-b";
  }
  .my-btn a:hover,
  .my-btn button:hover {
    border-color: #7ca6cf;
    color: #7ca6cf;
    /* justify-content: space-around; */
  }

  .my-btn a:hover i,
   .my-btn button:hover i {
    animation: bounceInLeft;
    animation-duration: 1s;
  }
 .my-btn a:hover span,
 .my-btn button:hover span {
    animation: bounceInRight;
    animation-duration: 1s;
  }
  [dir="rtl"] .my-btn a:hover i,
  [dir="rtl"] .my-btn button:hover i {
    animation: bounceInRight;
    animation-duration: 1s;
  }
  [dir="rtl"] .my-btn a:hover span,
  [dir="rtl"] .my-btn button:hover span {
    animation: bounceInLeft;
    animation-duration: 1s;
  }
  .partner-info .my-btn a:hover {
    /*color: #000000;*/
    /*border-color: #000000;*/
  }
  .ourteam-slider.owl-theme .owl-nav .owl-next:hover,
  .ourteam-slider.owl-theme .owl-nav .owl-prev:hover {
    background-color: #191c1d;
    color: #fff;
  }
  .capabiliti-item:hover {
  background: var(--bg-color);
}
.capabiliti-item:hover .item-title {
  color: #fff;
}

.page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: var(--sec-color);
  border-color: #fff;
  color: #fff;
}
.career_page.contact-page{
  padding-top: 100px;
}
.partner-info .my-btn a:hover{
    /*border:1px solid #000;*/
    /*color:#000;*/
}

}

@media (max-width: 768px) {
  .ourteam-slider.owl-theme .owl-nav {
    right: 11px;
  }
}

.left-sec-team .item-name h6{
    color: #775A19;
    font-size: 15px;
}

.left-sec-team .item-name h5 {
    color: #000F25;
    font-size: 18px;
    font-family: 'avenir-b';
    font-weight: 750;
}


input::placeholder{
    padding-inline-end: 25px;
    white-space: break-spaces;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding-top: 10px !important;
    min-height: 55px;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.about-page-info ul {
    list-style: disc;
    padding-inline-start: 16px;
    margin-bottom: 20px;
}

.about-page-info h3 {
    font-family: 'avenir-b';
    font-size: 21px;
}
header.sticky {
    margin: 0;
    padding: 0;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0px 20px 28px 0px #0000000A;
  }

  .sticky {
    position: sticky !important;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
    padding: 6px 0;
    z-index: 99;
  }

  .sticky .logo {
    height: 49px;
  }

/* PRELOADER */
#preloader{
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    transition: .8s;
}

/* wrapper */
.logo-wrapper{
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* المربع الأزرق */
.blue-box{
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--sec-color);
    animation: boxHide 2s ease forwards;
}

/* اللوجو */
#preloader .logo{
    width: 40px;
    opacity: 0;
    transform: scale(.2);
    animation: logoZoom 1.4s ease forwards;
    animation-delay: 0.6s;
}

/* اختفاء المربع */
@keyframes boxHide{

    0%{
        opacity: 1;
        transform: scale(1);
    }

    100%{
        opacity: 0;
        transform: scale(1.5);
    }
}

/* تكبير اللوجو */
@keyframes logoZoom{

    0%{
        opacity: 0;
        transform: scale(.2);
    }

    40%{
        opacity: 1;
    }

    100%{
        opacity: 1;
        transform: scale(3);
    }
}

/* hide preload */
#preloader.hide{
    opacity: 0;
    visibility: hidden;
}


.all-cards .card .my-btn a{
    border-color:#fff;
}
.all-cards .card .my-btn{
 display:none;
}
.all-cards .card.active .my-btn{
 display:block;
}

.pop-up-title h3 {
    text-align: center;
    font-size: 22px;
    font-family: 'avenir-b';
    margin-bottom: 20px;
    text-transform: capitalize;
}

.modal-header .close {
    margin: 0;
    opacity: 1 !important;
    padding: 6px;
}

.pdfjs-fullscreen a {
    color: var(--sec-color);
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
}
div#pdfjs-viewer-skip {
    text-align: center;
    padding: 0 12px;
}
div#pdfjs-viewer-skip iframe {
    width: 100% !important;
}
/*------------------------------------------------------  */
.Insights-Publications{
    background: rgb(31 39 62 / 48%);
    transition: background-color 0.6s ease;
}

.Insights-Publications.active{
    background: #3b5c7c;
}

.about{
    background-color: rgba(31,39,62,.07);
    transition: background-color 0.6s ease;
}
.our-capabilities,.partner-sec{
    background-color: #fff;
    transition: background-color 0.6s ease;
}
section.joinUsPage {
    display: none;
}
section.team-slider-sec .container-fluid {
    padding: 0 15px;
}


.all-cards .card.active .number {
    font-size: 48px;
}
.vission-title .img ,.goals-item .img {
    display: none;
}
.about-image {
    display: none;
}

.insight-item .img{
    display:none;
}
.single-capab-img{
    display:none;
}

.single-form form {
    max-width: 30%;
    margin: 48px auto 0;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}
.single-form form input {
    width: calc(100% - 56px);
    height: 50px;
    border: none !important;
    padding: 0 16px;
    border-radius: 0px;
    color: #333;
    border-radius: 8px;
}
.single-form form button {
    width: 50px;
    height: 50px;
    background: #fff;
    font-size: 20px;
    border: none;
    border-radius: 8px;
}

.our-goals-title .disc {
    margin-top: 24px;
    padding-inline-end: 28px;
}
.all-cards .number {
    font-size: 20px;
}
.all-cards .card.active .number {
    font-size: 24px;
    font-family: "Avenir-m";
}
.capabiliti-item .item-title .item-num span {
    font-family: "Avenir-m";
}


   

.founding-details .icone img{
    display:none;
}




