:root {
  --main-color: #092BE0;
  --sec-color: #3B1617;
  --title-color: #21445b;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}


@font-face {
  font-family: "CAREEM";
  src: url("../fonts/ArbFONTS-CAREEM-REGULAR.DB5F2BCA26992ED25A89.otf");
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "CAREEM";
  overflow-x: hidden;
}

/* nice select */
.nice-select {
  width: 100%;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
}

.nice-select::after {
  left: 12px;
  right: auto;
}

.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;
}

span.navbar-toggler-icon {
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  width: 34px;
  height: 34px;
}

span.navbar-toggler-icon i {
  font-size: 20px;
}

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 46px;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background-color: #0A006B;
  color: #fff;
  padding: 10px;
  min-width: 193px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  font-weight: 700;
  z-index: 1;
  font-size: 16px;
  border-radius: 8px;
}

.header-btn a {
  min-width: 186px;
}

.header-btn a::after,
.my-btn a::after,
.my-btn button::after,
.slider-links a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #092BE0;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
  border-radius: 8px;
}

.header-btn a::after {
  background-color: #fff;
}

.header-btn a:hover {
  color: var(--sec-color);
}

.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after,
.slider-links a:hover::after {
  transform: scale(1);
  opacity: 1;
}

.contact-header button:hover {
  color: #fff;
}

.new-request a:hover {
  background-color: var(--bg-color);
  color: #fff;
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  height: 79px;
}

.logo img {
  height: 100%;
  object-fit: contain;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.mynav .submenu {
  display: block;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 100%;
  /* right: 0; */
  min-width: 130px;
  box-shadow: 0px 5px 15px #0000001a;
  border-radius: 3px;
  padding: 5px 10px;
  background: #fff;
  z-index: 999999;
  margin-top: 10px;
  transform: translateY(-20px);
  transition: all 0.4s;
  visibility: hidden;
}

.mynav ul li:hover .submenu {
  opacity: 1;
  height: auto;
  transform: translateY(0);
  visibility: visible;
  z-index: 99999999;
}

.submenu a {
  color: var(--main-color);
  padding-block: 3px;
}

.mynav li {
  padding-inline-end: 24px;
}

.mynav li a {
  color: #fff;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
  position: relative;
}

.mynav li a::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B4ADF2;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s;
}

.mynav li a:hover::after,
.mynav li.current-menu-item a::after {
  opacity: 1;
  bottom: -16px;
}

.mynavbar .row {
  align-items: center;
  padding: 23px 0;
}

.mynavbar ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.lang a {
  color: #fff;
  text-transform: capitalize;
}

.call-us a {
  color: #8b6f4b;
}

.lang i {
  padding-inline-start: 7px;
  font-weight: 600;
}

.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang a:hover {
  color: var(--main-color);
}

.btnSearch i {
  color: #fff;
  cursor: pointer;
}

/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
}

.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: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: var(--main-color);
  background: none;
  border: none;
  border-bottom: 3px solid var(--main-color);
  font-size: 20px;
  /*  	font-weight: 900;*/
  padding: 15px 0;
  height: auto;
  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: var(--main-color);
  padding-inline-end: 50px;
}

.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;
  left: 0;
  top: 15px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: var(--main-color);
}

.searchForm .btnSearch {
  box-shadow: none !important;
  margin: 0 25px;
  color: #101010;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--main-color);
}

.searchForm .btnSearch i:hover {
  transform: rotate(360deg);
  color: var(--hover-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}


/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: #0A006B;
  z-index: 99;
  padding: 20px 0;
  transition: all 0.7s;
  padding: 20px 0;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  padding-top: 10px;
  margin-top: 30px;
}

.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: 9999;
  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(255 255 255 / 30%);
}

.sidebar .side-content ul li:hover {
  background-color: #fff;
}

.sidebar .side-content ul li:hover a::after {
  color: #fff;
}

.sidebar .side-content ul li:hover a,
.sidebar .side-content>ul li:hover a::after {
  color: var(--main-color);
}

.sidebar .side-content ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
  background-color: #fff;
  color: var(--main-color);
}

.sidebar .header-btn {
  padding-inline-start: 20px;
  margin-top: 20px;
}

/* Start home slider */
.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
  min-height: 768px;
  direction: rtl;
}

.home-slider .slider-info .row {
  height: auto;
  min-height: unset !important;
  padding-bottom: 0;
}

.slider-home .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background: linear-gradient(180deg, rgba(10, 0, 107, 0.6) 0%, rgba(5, 1, 48, 0.9) 100%);
}

.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}

.home-slider .owl-carousel,
.sponser-slider {
  direction: ltr;
}

.owl-item.active .slider-info p {
  animation: 1s fadeInUp;
}

.owl-item.active .slider-info h2 {
  animation: 1s fadeInUp;
}

.owl-item.active .slider-info .more a {
  animation: 1s fadeInUp;
  display: inline-block;
  animation-delay: 0.3s;
}

.home-slider .row {
  align-items: end;
  padding-bottom: 49px;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-info {
  direction: rtl;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  background: #FFFFFF14;
  border-radius: 32px;
  padding: 32px 52px;
}

.slider-info-disc {
  padding-inline-start: 35px;
}

.slider-info h2 {
  font-size: 48px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
}

.slider-info p {
  color: #DCD8FE;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}

.slider-info .more a {
  color: #fff;
  font-size: 16px;
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next,
.part-slider.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 26px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--sec-color);
  border-radius: 0;
}

.card-slider.owl-theme .owl-nav .owl-prev {
  left: -70px;
}

.card-slider.owl-theme .owl-nav .owl-next {
  right: -70px;
}

.part-slider.owl-theme .owl-nav .owl-prev {
  left: -70px;
}

.part-slider.owl-theme .owl-nav .owl-next {
  right: -70px;
}

.part-slider.owl-theme .owl-nav .owl-next,
.part-slider.owl-theme .owl-nav .owl-prev {
  width: 64px;
  height: 30px;
  color: var(--main-color);
  background: #000;
  top: 50%;
}

.part-slider.owl-theme .owl-nav .owl-next:hover,
.part-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.50);
}

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
  color: #fff;
  background: #B19366;
}


.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
  margin-top: 22px;
}

section.home-slider {
  margin-top: 0;
}

.home-slider .owl-theme .owl-nav {
  z-index: 5;
  top: 50%;
  width: 100%;
  position: absolute;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next {
  width: 202px;
  height: 146px;
  font-size: 30px;
  border-radius: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background-size: contain;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 50%;
  transition: all 0.4s;
}

.home-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
  background: url('../images/arrow-af-left.png');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  justify-content: end;
  left: -135px;
  background: transparent;
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 0;
  background: url('../images/arrow-af-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background: transparent;
  right: -135px;
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
  color: #fff;
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
  border-color: #fff;
}

.home-slider .owl-theme .owl-nav .owl-prev:hover i,
.home-slider .owl-theme .owl-nav .owl-next:hover i {
  transform: scale(1.3);
}

.home-slider .owl-theme .owl-nav .owl-prev i,
.home-slider .owl-theme .owl-nav .owl-next i {
  transition: all 0.4s;
  padding-inline: 16px;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  z-index: 5;
  right: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.slider-home.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  color: #fff;
  position: relative;
  height: 26px;
  padding-inline-end: 36px;
}

.slider-home.owl-theme .owl-dots .owl-dot span {
  width: 0;
  height: 0;
  margin: 0;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  right: 118px;
  bottom: 200px;
  margin-top: 0;
  width: 227px;
  direction: rtl;
}

.slider-home .owl-dots {
  counter-reset: slides-num;
  margin-top: 15px;
}

.slider-home .owl-dots:after {
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  position: absolute;
  top: -12px;
  left: 38px;
  color: #fff;
}

.slider-home .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 4px;
}


.slider-home .owl-dot.active:before {
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 16px;
  position: absolute;
  right: 9px;
  top: -13px;
  color: #fff;
  font-weight: 700;
  cursor: auto;
}

.slider-home.owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  background-color: rgb(217 217 217 / 20%);
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}

.slider-home.owl-theme .owl-dots .owl-dot.active span::after {
  background-color: #D9D9D9;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

/* ********************************* */
/* Start about section */
section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

section.about {
  padding: 131px 0;
}

.about-info ul li {
  position: relative;
  font-size: 18px;
  padding-inline-start: 18px;
  margin-bottom: 8px;
  color: #505050;
}

.about-info ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'font awesome 5 pro';
  top: 7px;
  right: 0;
  color: #38E95F;
  font-size: 12px;
}

.more a {
  color: #092BE0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.about-info ul {
  margin-bottom: 24px;
}


.about-info {
  padding-inline-start: 20px;
  border: 5.48px solid #FFFFFF;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  background: #FBFCFF;
  border-radius: 17.5px;
  padding: 51px 50px;
}

.section-title {
  margin-bottom: 0;
}

.section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: #1B1B1B;
  font-weight: 700;
  margin-bottom: 0;
}

.about-info h6 {
  font-size: 24px;
  line-height: 38px;
  color: #505050;
  margin-bottom: 24px;
  font-weight: 400;
}

section.about .row {
  align-items: center;
}

.about-info p {
  color: #212121;
  font-size: 16px;
  margin: 20px 0 61px;
  line-height: 30px;
}

.about-img {
  width: 100%;
  height: 570px;
  max-width: 570px;
  object-fit: cover;
  position: relative;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border: 5.48px solid #FFFFFF;
  border-radius: 50%;
}

.about-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}


section.about .counter-item {
  color: #0A006B;
  font-size: 40px;
}

section.about .count-block .details h6 {
  color: #0A006B;
  font-size: 16px;
}

.about-img .count-block {
  position: absolute;
  bottom: 23px;
  left: 30px;
  z-index: 3;
  width: 142px;
  height: 142px;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  border: 5.48px solid #E7E4FF;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
}

/* ---------------------------  statistics section ------------------------   */
.statis_sec_content {
  position: relative;
  background-color: #0A006B;
  border-radius: 24px;
  padding: 52px 100px 60px;
}

.statis_sec_content::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../images/numbers-aft.png');
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 24px;
}

.statis_sec_content .about-counter,
.section-title {
  position: relative;
  z-index: 2;
}

/* ----------------   counter   ------------*/
.counter-item {
  direction: ltr;
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.count-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.count-block .details {
  display: flex;
}

.count-block .details h6 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.counter-info h3 {
  font-family: 'bold';
  font-size: 32px;
  margin-bottom: 60px;
}

.count-block .img {
  height: 65px;
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin-inline-end: 25px;
}

.count-block .img img {
  height: auto;
  max-height: 100%;
}

.count-block .img i {
  font-size: 40px;
}

/* -------------------------------------------------------- */

/* ------------------------ Start services section ---------------- */
.about-info .section-title h4 {
  font-size: 40px;
  margin-bottom: 24px;
}

section.services {
  position: relative;
  padding-bottom: 20px;
  padding-top: 93px;
}

section.services::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 302px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #F7F6FF;
}

section.services .container {
  position: relative;
  z-index: 2;
}

section.services .section-title,
.articles .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.service_item {
  background-color: #FBFCFF;
  border: 3px solid #fff;
  margin-bottom: 28px;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  transition: all 0.3s;
  border-radius: 17.5px;
  padding: 29px 44px 28px 36px;
  overflow: hidden;
}

.service_item:hover {
  border: 3px solid #B4ADF2
}

.service_item h4 {
  font-size: 24px;
  margin: 18px 0 16px;
  color: #000;
  font-weight: 700;
  transition: all 0.4s;
}

.service_item:hover span,
.article_item:hover .article-details .more_article {
  transform: translateY(0);
  opacity: 1;
  height: auto;
}

.service_item:hover .serv-icone {
  background: #092BE0;
}

.service_item:hover .serv-icone img {
  filter: brightness(0) invert(1);
}

.col-lg-4 {
  padding: 0 10px;
}

.service_item:hover p {
  transform: translateY(-6px);
  /* margin-bottom: 10px; */
}

.service_item:hover h4 {
  transform: translateY(-6px);
}

.service_item .serv-icone {
  height: 103px;
  width: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  border-radius: 50%;
  transition: all 0.4s;
}

.service_item .serv-icone img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.service_item:hover .serv-icone img {
  transform: scale(1.1);
}

.service_item p {

  color: #505050;

  line-height: 26px;

  margin-bottom: 0;

  transition: all 0.4s;
}

.service_item span {

  color: #092BE0;

  font-size: 18px;

  font-weight: 700;

  text-decoration: underline;

  transform: translateY(52px);

  display: block;

  opacity: 0;

  transition: all 0.4s;

  height: 0;
}

.article-details .more_article {

  transform: translateY(52px);

  display: block;

  opacity: 0;

  transition: all 0.5s;

  height: 0;
}

/* end services section */
/* -------------------------- article section -----------------------   */
.statis_sec_content .section-title h4 {
  color: #fff;
  text-align: center;
}

.statis_sec_content .section-title,
.partner .section-title {
  text-align: center;
  margin-bottom: 68px;
}

.article_item .art-img {
  height: 504px;
  border-radius: 16px;
}

.article_item .art-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.article_item {
  position: relative;
  overflow: hidden;
}

.article-details {
  position: absolute;
  bottom: 36px;
  width: 98%;
  right: 20px;
  padding-inline-end: 26px;
  z-index: 2;
}

.article-details h5 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 16px;
  transition: all 0.4s;
}
.article_item:hover .article-details h5{
  margin-bottom: 28px;
}
.article-details .date {
  background: #0A006B1F;
  width: max-content;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 8px;
  color: #fff;
  gap: 5px;
  transition: all 0.4s;
}
.article-details:hover h5,.article-details:hover .date{
  transform: translateY(5px);
}
.article-details .date img {
  max-height: 24px;
}

.article_item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.article_item a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 46.73%, rgba(5, 9, 98, 0.8) 81.55%);
  opacity: 50%;
  border-radius: 16px;
  transition: all 0.3s;
}

.article_item:hover a::after {
  opacity: 100%;
}

.article-details .more_article span {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.partner-sec-content {
  background: #F7F6FF;
  border: 1px solid #EFEFEF;
  border-radius: 24px;
  padding: 46px 100px;
}

section.articles {
  padding: 50px 0;
}

.owl-theme.part-slider .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: rgb(9 43 224 / 10%);
  transition: all 0.3s;
}

.owl-theme.part-slider .owl-dots .owl-dot.active span,
.owl-theme.part-slider .owl-dots .owl-dot:hover span {
  background: #092BE0;
  width: 28px;
  height: 28px;
}

.owl-theme.part-slider .owl-nav.disabled+.owl-dots {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -------------------------------------------------- */
.part-item .img {
  height: 139px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
}

.part-item .img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all 0.3s;
}

.part-item .img img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  transition: all 0.5s;
}


.slider-home .item {
  position: relative;
  overflow: hidden;
}
.clients_page .part-item .img {
  height: 107px;
  border-radius: 10px;
  border: 1.01px solid #EEF1FF;
  margin-bottom: 20px;
}
.col-md-2.col-6.part-item {
  padding: 0 10px;
}
/* --------------------  Start footer section ------------------------- */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1244px;
  }
}

.fixed-icone {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  z-index: 99;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

  0%,
  100% {
    transform: translateY(-12px);
  }

  50% {
    transform: translateY(12px);
  }
}

.fixed-icone a {

  width: 47px;

  height: 47px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 9px;

  color: #fff;

  font-size: 22px;

  background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);

  box-shadow: 0px 6.27px 6.27px 0px #4AED3670;

  border: 0.81px solid #FFFFFF33;

  border-radius: 10px;
}

.fixed-icone a.phone_link {
  color: #fff;
  font-size: 16px;
  border: 0.85px solid #073579;
  background: linear-gradient(180deg, rgba(10, 0, 107, 0.6) 0%, rgba(5, 1, 48, 0.9) 100%);
  box-shadow: none;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
}

footer {
  padding-top: 47px;
  background: rgb(247 246 255 / 50%);
}

.footer {
  padding-bottom: 40px;
}

.footer-links h4,
.right-footer h4 {
  color: #020018;
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: 700;
}

.footer-logo img {
  height: 100%;
  max-width: 240px;
  object-fit: cover;
}

.left-footer p {
  color: #555555;
  font-size: 20px;
  line-height: 35.98px;
  margin: 25px 0;
  font-weight: 700;
  padding-inline-end: 22px;
}

footer .footer-menu ul li {
  width: 40%;
  display: inline-block;
  margin-bottom: 22px;
}

.footer-logo {
  height: 78px;
}


footer .footer-menu ul {
  display: inline-block;
}

footer .footer-menu ul a {
  color: #555555;
  text-transform: capitalize;
  font-size: 16px;
  transition: all 0.3s;
  font-weight: 400;
}

footer .footer-menu ul a:hover {
  color: var(--main-color);
}

.right-footer .map {
  height: 176px;
}

.right-footer .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.comp-rights p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.bottom-footer .row {
  align-items: center;
}

.copy-right {
  padding: 26px 0 16px;
}

.bottom-footer .col-sm-6 {
  padding: 0;
}

.footer-soch {
  display: flex;
  align-items: center;
  background: #F6F5FF;
  border-radius: 16px;
  width: max-content;
  padding: 10px 18px;
}

.footer-soch a {
  color: #0A006B;
  margin-inline-start: 12px;
  transition: all 0.3s;
  font-size: 16px;
}

.footer-soch span {
  color: #1D1D1B;
  font-size: 18px;
}

.contact-list a {
  display: flex;
  color: #9B9B9B;
  transition: all 0.3s;
}

footer .contact-list a:hover {
  color: #092BE0;
}

.contact-list li i {
  position: relative;
  top: 5px;
  padding-inline-end: 8px;
  color: #092BE0;
}

.contact-list li {
  margin-bottom: 17px;
}

.contact-list li p {
  margin-bottom: 0px;
}

span.mob-num {
  display: block;
  direction: ltr;
}

footer .right-footer {
  margin-inline-start: -44px;
}

/* bottom footer */
.copy-right {
  border-top: 1px solid #EAE5E5;
}

.ryad-logo {
  height: 60px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right .row {
  align-items: center;
}

.comp-rights {
  text-align: end;
}

.copy-right .company_copy p {
  margin-bottom: 0;
  color: #555555;
}


.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
 padding: 22px 16px;
}

.responsive-menu .lang a {
  color: #fff;
  font-size: 15px;
  margin: 0 10px;
}

.responsive-menu .logo {
  height: 61px;
}
.responsive-menu .logo img {
  height: 100%;
}
.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}


a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

a:hover i.fab.fa-youtube {
  color: #ff0000;
}

a:hover i.fab.fa-twitter {
  color: #1da1f2;
}

a:hover i.fab.fa-instagram {
  color: #405de6;
}

.input-group.upload span.uplod {
  position: absolute;
  left: 16px;
  top: 9px;
  font-size: 24px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 9;
  color: #232323;
}

.input-group.upload {
  position: relative;
}

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

/* ********************************************************************************************* */
/* Start about page */


.breadcrumb-section {
  color: #fff;
  background-image: url('../images/bread-bg.png');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  padding: 165px 0 70px;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 0, 107, 0.6) 0%, rgba(5, 1, 48, 0.9) 100%);
}

.breadcrumb-info h2 {
  text-align: center;
}

.breadcrumb-section a {
  color: #fff;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb-item.active,
.breadcrumb-item {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-left: 10px;
  content: "/";
  color: #fff;
  font-size: 28px;
  display: inline-flex;
  position: relative;
  top: 12px;
}

.statistics.about-page {
  background-color: #F8F8F8;
}

.about-page .about-img {
  height: 436px;
}

.vission_sec {
  background: #F7F6FF;
  border: 1px solid #EFEFEF;
  padding: 51px 37px;
  border-radius: 24px;
  margin-top: 132px;
}

section.about.about_Page {
  padding-bottom: 31px;
}
.about.about_Page .about-info h6 {
  font-size: 18px;
  line-height: 28px;
}
.vission-item {
  background: #fff;
  padding: 45px 52px;
  border-radius: 24px;
}

.vission-item .vision-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.vission-item .vision-title .img {
  height: 64px;
  margin-inline-end: 12px;
}

.vission-item .vision-title h5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: #0A006B;
}

.vission-item p,
.vission-item ul li {
  font-size: 18px;
  color: #505050;
  margin-bottom: 0;
}

.vission-item ul {
  list-style: disc;
  padding-inline-start: 24px;
}

.vission-item ul li {
  margin-bottom: 6px;
}

/* ******************************************************************************************************** */


/* *********************************** */
/* Start service-page  */
/* Pagination */
.pagination-list {
  padding: 22px 0;
  width: 394px;
  margin: 28px auto 0;
  border-radius: 20px;
  box-shadow: 0px 5.02px 45.2px 0px #4F4F4F1F;
  border: 2px solid #EAEDFF;
}

.pagination {
  justify-content: center;

}

.page-item .page-link {
  color: #424244;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
  background: transparent;
  border: none;
  padding: 6px 5px;
  margin: 0;
  line-height: 31px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
  margin-inline: 12px;
  color: #0A006B;
  font-size: 14px;
  line-height: 18px;
  width: 86px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A9B5F3;
  border-radius: 8px;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
  color: #fff;
  background-color: #A9B5F3;
}

.page-item.active .page-link,
.page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: #0A006B;
  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;
}

h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}
.services.service_page::after{
  display: none;
}
.services.service_page{
  padding: 132px 0 122px;
}
section.about.about_Page.single_service_page {
  padding-bottom: 101px;
}
.articles_page .article_item{
  margin-bottom: 28px;
}
.articles_page{
  padding: 132px 0;
}
/* ------------------------------------------------------------------ */

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 11px 10px;
  background: rgb(247 246 255 / 60%);
  color: #505050;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #E6E6FF;
}
.contact-form form input:focus,
.contact-form form textarea:focus,
.contact-form form select:focus {
  border-color: #0A006B;
}
textarea:focus {
  outline: none;
}

.contact-form label {
  color: #232323;
  font-size: 18px;
  margin-bottom: 13px;
}

.form-info form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 65px;
}

.contact-form {
  background-color: #FBFCFF;
  height: 100%;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
  border-radius: 8px;
  padding: 39px 38px;
}

.contact-form .my-btn {
  margin-top: 16px;
}

.contact-form .my-btn button {
  min-width: 100%;
}

.contact-data .map {
  height: 460px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}

.contact-form form {
  padding-top: 16px;
}

.form-group {
  margin-bottom: 16px;
}
.contact-data ul.contact-list {
  margin: 0 0 33px;
}

.input-group.upload {
  margin-bottom: 26px;
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  padding: 12px 10px;
  height: 47px;
  border-radius: 0;
}

.input-group.upload span.uplod {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  border: 1px solid #E6E6FF;
  height: 100%;
  border-radius: 4px;
}

.form-control:disabled,
.form-control[readonly] {
  border-color: transparent;
}

.input-group.upload span.uplod i {
  height: 46px;
  width: 44px;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px;
  justify-content: center;
  margin-inline-start: auto;
  font-size: 28px;
}

label.input-group-btn {
  background-color: #F4F7F9;
  margin-bottom: 0;
  height: 0;
}

.input-group.upload label {
  display: block;
  width: 100%;
}

.career-page .contact-form textarea {
  height: 115px;
}

/* ------------------------------------------------------------------------- */
/* ---------------------------  single article page ---------------------------   */

section.single_articles_page .row {
  justify-content: center;
}

.article-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.article-title h4 {
  font-size: 24px;
  line-height: 31px;
  color: #060040;
  margin-bottom: 0;
  max-width: 43%;
}

.article-title .date {
  display: flex;
  align-items: center;
  background: #F7F6FF;
  border-radius: 8px;
  padding: 10px 22px;
  gap: 10px;
  color: #040025;
}

.article_image {
  height: 321px;
  margin-bottom: 58px;
}

.article_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.article_disc p {
  font-size: 18px;
  color: #505050;
}

.article_disc {
  width: 94%;
  margin: auto;
}

.article_disc ul li {
  position: relative;
  font-size: 18px;
  padding-inline-start: 18px;
  margin-bottom: 8px;
  color: #505050;
}

.article_disc ul li::before {
  position: absolute;
  content: "\f00c";
  font-family: 'font awesome 5 pro';
  top: 7px;
  right: 0;
  color: #38E95F;
  font-size: 12px;
}


/* ---------------------------  team page ---------------------    */

.team_item {
  border: 5.48px solid #F4F6FF;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 2px;
  transition: all 0.3s;
}
.team_item:hover{
  border: 4px solid #B4ADF2;
  box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;

}
.team_item .img {
  height: 235px;
  width: 100%;
}

.team_item .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.col-lg-3 {
  padding: 0 10px;
}

.team_item .team_details {
  padding: 22px 12px;
  text-align: center;
}

.team_item .team_details h4 {
  font-size: 20px;
  color: #0A006B;
  margin-bottom: 8px;
}

.team_item .team_details h5 {
  color: #092BE0;
  font-size: 14px;
}
.team_page{
  padding-top: 132px;
}

/* Start career page */


.card-header {
  background: #FBFBFB;
  border: none;
  padding: 0;
  border-radius: 4px !important;
}

.card {
  border: none;
  margin-bottom: 31px;
}

.text-faq .card.active {
  box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.07);
}

.card-header .btn {
  display: flex;
  padding: 10px 16px 10px;
  width: 100%;
  padding-inline-end: 40px;
  position: relative;
  font-size: 20px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #0A006B;
  font-weight: 700;
  border: 1px solid #E6E6FF;
  background: #F7F6FF;
}

.card-header .btn::after {
  color: #092BE0;
  content: "\f067";
  position: absolute;
  left: 16px;
  font-family: 'font awesome 5 pro';
  font-weight: 400;
  top: 10px;
  bottom: 0;
  font-size: 18px;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-header .btn:not(.collapsed)::after {
  color: #fff;
}

.card-body {
  padding: 10px 16px 0 40px;
  border-radius: 0 0 4px 4px;
  border-top: none;
  border: 1px solid #B4ADF2;
  background: #F7F6FF;
  border-top-color: transparent;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.text-rotate {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-rotate h3 {
  margin: 0;
  writing-mode: vertical-rl;
  transform: scale(-1);
  color: #E4DEFF;
  font-size: 127px;
  line-height: 127px;
}


.card-header .btn:not(.collapsed) {

color: #0A006B;

border: 1px solid #B4ADF2;

border-bottom: none;

border-radius: 4px 4px 0 0;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.card-header .btn:not(.collapsed)::after {
  color: #092BE0;
  height: 16px;
  top: 24px;
}

.card-body p {
  font-weight: 420;
  font-size: 16px;
  line-height: 28px;
  color: #505050;
}

.input-group>.form-control {
  flex: unset;
}


.btn.focus,
.btn:focus {
  box-shadow: none;
}

.career-page .contact-form h3,
.text-faq h3,.contact-data h3 {
  font-size: 24px;
  margin-bottom: 40px;
  color: #111225;
  font-weight: 700;
}


.form-control:disabled,
.form-control[readonly] {
  background-color: rgb(247 246 255 / 60%);
  width: 100%;
  border-radius: 4px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

 .my-btn button {
  min-width: 100%;

}
.input-group.upload span.uplod img {display: inline-block;}

.form-group.mobil {
    position: relative;
}

.form-group.mobil span.mob-num {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #0C3A3F;
}

.text-faq {
    padding-inline-start: 74px;
}
input:focus,select:focus{
  outline: none;
}
.upload_img{
  width: 29px;
  height: 26px;
  background-color: #FBF5E6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 9px 0 0 12px;
}
.contact-data ul li {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.contact-data h3 {
color: #fff;
}
.contact_page_details{
  padding: 54px 68px;
  height: 100%;
  background-image: url('../images/contact-img.png');
  position: relative;
  border-radius: 8px;
}

.contact_page_details::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0A006BCC;
  border-radius: 8px;
}

.contact-data{
  position: relative;
  z-index: 2;
}
.contact-p-soch .contact-p-icone {
  background: #F1F1FF1A;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}

.contact-p-soch span {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 34px;
}

.contact-page .contact-data ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 21px;
  transition: all 0.3s;
}
.contact-page .contact-data ul li a i {
  padding-inline-end: 10px;
}

.contact-page .contact-data ul li p {
  margin-bottom: 0;
}

.contact-p-soch .contact-p-icone a {
  color: #fff;
  padding: 0 9px;
}
.contact-page-footer .footer{
  display: none;
}
.contact-footrt-map .map{
  height: 404px;
  margin-bottom: 40px;
  border-radius: 16px;
  border: 2px solid #E9E7FD
}
.contact-footrt-map .map iframe{
  border-radius: 16px;
}
footer.contact-page-footer{
  background: #fff;
  padding: 0;
}
/* ------------------------------------- */

.slider-home.owl-theme .owl-dots{
  font-family: "Rubik", sans-serif;
}