@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --main-color: #061c3d;
  --bg-color: #d5cbbe;
  --sec-color: #01568d;
  --hover-color: #b92b27;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Regular.ttf");
}

@font-face {
  font-family: "Greta";
  src: url("../fonts/ArbFONTS-Greta-Arabic.ttf");
}
@font-face {
  font-family: "light";
  src: url("../fonts/ArbFONTS-GretaTextArabicLight.ttf");
}
body {
  direction: rtl;
  text-align: start;
  /* font-family: "Inter", sans-serif; */
  /* font-family: "Nunito", sans-serif; */
  font-family: "Greta";
  overflow-x: hidden;
  background: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%);
}

.owl-carousel {
  direction: ltr;
}

button:focus {
  border: none;
  outline: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}
html {
  scroll-behavior: smooth; /* */
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 4;
  transition: all 0.3s ease;
  background: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%);
}
.left-header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.logo img {
  max-height: 64px;
  filter: brightness(0) invert(1);
}
/* nice select */
.nice-select {
  width: 100%;
  margin-bottom: 16px;
  text-align: start !important;
  padding-left: 30px;
  padding-right: 18px;
  border: 1px solid #dadada;
  border-radius: 2px;
}
.nice-select::after {
  left: 12px;
  right: auto;
  border-bottom: 2px solid #01568d;
  border-right: 2px solid #01568d;
}
.nice-select .option {
  text-align: start;
  padding-left: 29px;
  padding-right: 18px;
}
.nice-select .list {
  width: 100%;
}
.nice-select:after {
  width: 10px;
  height: 10px;
  top: 20px;
}
/* Start header */
.sidebar .lang {
  padding-inline-start: 20px;
  padding-top: 10px;
}
.sidebar .lang a {
  color: #222222;
  font-size: 20px;
}
.sidebar-logo {
  padding-inline-start: 20px;
  margin-top: 36px;
}
.sidebar-logo img {
  height: 56px;
}

.navbar-menu li {
  padding: 0 28px;
}

.navbar-menu li a {
  transition: all 0.3s;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding-bottom: 10px;
}

.navbar-menu li a:hover,
.navbar-menu li.current-menu-item a {
  color: var(--sec-color);
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%) 1;
}

.lang a {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
}

.mynav .row {
  align-items: center;
  padding: 34px 0;
}

.search-btn i {
  transition: all 0.7s;
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-menu,
.project-type ul {
  display: flex;
  align-items: center;
}

.navbar {
  padding: 0;
  justify-content: center;
}

.request a {
  color: #fff;
  min-width: 144px;
  padding: 12px 10px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  background: var(--sec-color);
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 48px;
}
.navbar-toggler i {
  color: #fff;
  font-size: 25px;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.responsive-menu .left-menu {
  display: flex;
}

.responsive-menu .lang {
  margin-inline-start: 6px;
  color: var(--bg-color);
  text-transform: capitalize;
  font-weight: bold;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
  padding: 0;
  width: 38px;
  height: 38px;
  background-color: var(--sec-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.responsive-menu .searchForm .btnSearch i {
  color: #fff;
}
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  /* bottom: 0; */
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: #fff;
  z-index: 999;
  padding: 20px 0;
  z-index: 999999;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0;
  overflow: scroll;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #222222;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.sidebar .side-content {
  margin-top: 15px;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  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 #00000014;
}

.sidebar .side-content ul li a {
  color: #222222;
  display: inline-block;
  padding: 14px 20px;
  position: relative;
  transition: all 0.6s;
}

.sidebar .contact-buttons {
  justify-content: center;
  margin-top: 60px;
}

.mynav {
  margin-top: 0;
}
/* Start hero section */
.hero-section {
  padding: 0;
}
.hero-section .row {
  align-items: center;
  padding-top: 120px;
  position:relative;
  z-index:2;
}
.hero-img {
  position: absolute;
  /* height: 100vh; */
  height: 1080px;
  width: 100%;
}
.hero-img img,
.hero-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%);
  opacity: 20%;
}
.hero-details h2 {
  font-size: 124px;
  margin-bottom: 54px;
  line-height: 120px;
  color: #fff;
  font-weight: 700;
}
.hero-details h6 {
  margin-bottom: 34px;
  color: #fff;
  font-size: 34px;
}
.hero-details-img {
  height: 818px;
}
.hero-details-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  font-size: 24px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  width: 64px;
  height: 64px;
  color: #061c3d !important;
  border: 1px solid #061c3d !important;
  box-shadow: 0px 12px 32px 0px #061c3d0a;
}
.services-slider.owl-theme .owl-nav .owl-next,
.services-slider.owl-theme .owl-nav .owl-prev {
  border: 1px solid #ffffff !important;
  color: #fff !important;
}
.owl-theme .owl-nav {
  display: flex;
  align-items: center;
  justify-content: start;
}
.message-slider.owl-theme .owl-nav {
  justify-content: start;
}

.owl-theme .owl-nav .disabled {
  opacity: 100% !important;
}
.process-sec .owl-nav {
  position: absolute;
  top: 90%;
}
.read-more a,
.read-more button {
  display: inline-flex;
  padding: 15px 10px;
  min-width: 230px;
  color: var(--sec-color);
  transition: all 0.3s;
  text-align: center;
  background: #fff;
  border-radius: 48px;
  font-weight: 700;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
}

.read-more a i {
  margin-top: 6px;
  font-weight: 700;
}

.section-title {
  text-align: center;
}

/* ---------------------------------------------------    */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

.section-title h4 {
  color: var(--sec-color);
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 500;
  font-family: "Cairo";
}
.section-title h6 {
  font-size: 24px;
  max-width: 76%;
  margin: 0 auto 48px;
}
/* ------------------------------------------------------- */
/* Start about section */
section {
  padding: 80px 0;
  overflow: hidden;
}
.about .row {
  width: 90%;
  margin: auto;
  /* align-items: center; */
}
.img1 {
  height: 482px;
  width: 424px;
  margin-inline-start: auto;
}

.img1 img,
.img1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section {
  height: 1080px;
}

.img2 {
  width: 405px;
  height: 457px;
  position: absolute;
  top: 214px;
}

.img2 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.about-imgs {
  position: relative;
  text-align: end;
}

section.about {
  padding-bottom: 100px;
  background: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%);
}

header.sticky .navbar-menu li a {
  color: #05558e;
  font-size: 16px;
  background: unset;
  -webkit-text-fill-color: unset;
}
.sticky .navbar-menu li a:hover,
.sticky .navbar-menu li.current-menu-item a {
  border-image: none;
  border-bottom: 2px solid #05558e;
}
.sticky .lang a {
  color: var(--sec-color);
}
.sticky .logo img {
  filter: none;
}
header.sticky .mynav .row {
  padding: 10px 0;
}
.about-disc {
  position: relative;
  right: -20%;
  width: 100%;
}

.about-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
}

.about-info h3 {
  font-size: 56px;
  margin-bottom: 80px;
  color: var(--sec-color);
  font-weight: 600;
  font-family: "Cairo";
}

.about-info h5 {
  font-size: 24px;
  color: #221e46;
  line-height: 32px;
  margin-bottom: 94px;
  /* font-family: "Inter", sans-serif; */
  /* font-family: "Poppins", sans-serif; */
  font-weight: 300;
}

.about-disc p {
  font-size: 24px;
  margin-top: 18px;
  line-height: 32px;
  color: #221e46;
  /* font-family: "Inter", sans-serif; */
  /* font-family: "Poppins", sans-serif; */
  font-weight: 300;
}
/* Start bolg and news section */
.blog-item {
  direction: rtl;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
}

.blog-img {
  height: 424px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.blog-details {
  background: #fff;
  padding: 32px;
  border-radius: 0 0 16px 16px;
}

.blog-details h6 {
  font-size: 18px;
  color: var(--main-color);
  height: 44px;
  overflow: hidden;
}

.blog-details .more {
  background: #01568d0f;
  max-width: max-content;
  padding: 16px;
  border-radius: 50px;
  margin-top: 12px;
  min-width: 152px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--main-color);
  font-size: 18px;
  transition: all 0.3s;
}
.blog-details .more i {
  font-weight: 400;
  position: relative;
  top: 2px;
  font-size: 21px;
}
/* -------------------------  faq section ---------------   */
.faq-info h3 {
  font-size: 56px;
  color: var(--sec-color);
  font-weight: 500;
  margin-bottom: 14px;
}

.faq-info h6 {
  font-size: 24px;
  line-height: 32px;
  color: var(--main-color);
}

.faq .row {
  align-items: center;
}
.card-header {
  border: none;
  padding: 0;
  border-radius: 16px 16px 0 0 !important;
  border-radius: 16px !important;
  background: #f2f3f4;
  background: linear-gradient(
    90deg,
    rgba(242, 243, 244, 1) 10%,
    rgba(249, 250, 251, 1) 100%
  );
}

.card {
  border: none;
  margin-bottom: 16px;
  padding: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
}

.card-header .btn {
  display: flex;
  padding: 18px 20px;
  width: 100%;
  /* padding-inline-end: 40px; */
  position: relative;
  font-size: 20px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  border: none;
  text-align: start;
  color: #221e46;
  background: #ffffff29;
  font-weight: 600;
}

.card-header .btn::after {
  color: #05558e;
  content: "\f067";
  position: absolute;
  left: 20px;
  font-family: "font awesome 5 pro";
  font-weight: 400;
  top: 16px;
  font-size: 18px;
}

.card-header .btn:not(.collapsed)::after {
  color: #fff;
}

.card-body {
  padding: 21px 20px;
  border-radius: 0 0 16px 16px;
  border-top: none;
  border: none;
  background: #05558e;
  padding-top: 0px;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.card-header .btn:not(.collapsed) {
  font-size: 20px;
  background: #05558e;
  color: #fff;
  padding: 10px 24px;
  border-radius: 16px 16px 0 0;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.card-header .btn:not(.collapsed)::after {
  color: #fff;
}

.card-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/* --------------------  services ---------------   */
.services,
.process-sec {
  position: relative;
  height: 1080px;
}
.service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-img img,
.service-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .row {
  position: relative;
  z-index: 2;
}
.service-bottel {
  height: 800px;
}
.service-bottel img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-title h2 {
  font-size: 56px;
  margin-bottom: 28px;
  color: #fff;
  font-weight: 500;
}
.services .service-title h2 {
  font-family: "Cairo";
}
.services-steps {
  padding-top: 244px;
}

.services-slider {
  padding-top: 300px;
}

.item-disc p {
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  font-family: "light";
}
.process-sec .item-disc p,
.message-sec .item-disc p {
  color: var(--main-color);
}
.step {
  margin-bottom: 12px;
  cursor:pointer;
}

.step.active span {
  color: #17abad;
}

.step.active h4 {
  color: #05558e;
  font-weight: 700;
  border-bottom: 2px solid #05558e;
}

.step h4 {
  font-size: 32px;
  color: #33333399;
  font-weight: 500;
  max-width: max-content;
  padding-bottom: 8px;
}
.step h2 {
  font-size: 54px;
  font-weight: 400;
  color: #061c3d57;
}
.step.active h2 {
  font-size: 56px;
  font-weight: 500;
  color: var(--sec-color);
}
.process-steps .step {
  margin-bottom: 56px;
}

section.process-sec {
  position: relative;
  padding: 0;
}

section.process-sec::before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  backdrop-filter: blur(34px);
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(245, 246, 247, 0.8) 100%
  );
  z-index: 1;
}

.process-steps {
  padding-top: 70px;
  position: relative;
  z-index: 2;
}

.process-slider {
  padding-top: 180px;
}
/* -------------------------  message-section ------------------   */
.message-sec {
  background: #fff;
  padding: 124px 0;
}
.message-img {
  height: 524px;
  margin-top: 18px;
}

.message-img img,
.message-img video {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----------------------------------------------------  */
.what-we-do {
  padding: 124px 0;
  position: relative;
  min-height: 800px;
}
.what-we-do-img {
  position: absolute;
  height: 738px;
}

.what-we-do-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.do-bottel-img {
  position: relative;
  z-index: 2;
  height: 602px;
  text-align: end;
  margin-top: 100px;
  margin-inline-end: 18px;
}

.do-bottel-img img {
  max-width: 100%;
  height: 100%;
}

.doitem {
  margin-bottom: 24px;
  padding: 33px 22px;
  border-radius: 24px;
  background: #01568d14;
  transition: all 0.4s;
}

.doitem .icon {
  height: 32px;
  margin-bottom: 32px;
}
.doitem .icon img {
  height: 100%;
  transition: all 0.4s;
}

.doitem h5 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #221e46;
  font-weight: 500;
  transition: all 0.4s;
}

.doitem p {
  color: #01568d;
  margin-bottom: 6px;
  transition: all 0.4s;
}

.what-we-do .col-lg-3,
.what-we-do .col-lg-9 {
  padding: 0 10px;
}
/* ---------------------  client openion -------------------   */
.client-item {
  direction: rtl;
}

.client-item .row {
  align-items: center;
}

.client-img {
  height: 536px;
}

.client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.client-info h4 {
  margin-bottom: 48px;
  font-size: 58px;
  color: var(--sec-color);
}

.client-info h6 {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 32px;
  color: #061c3d;
}

.client-info i {
  font-size: 33px;
  color: #061c3d;
  font-weight:600;
}

.client-slider .owl-nav {
  justify-content: center;
  margin-inline-start: 269px;
  margin-top: -140px;
}
.contact-sec .container {
  position: relative;
}
.contact-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 740px;
}
.contact-img img {
  width: 100%;
  height: 100%;
}
.contact-form {
  background: #fff;
  padding: 48px;
  margin-top: 80px;
  border-radius: 24px;
  box-shadow: 0px 16px 72px 0px #061c3d14;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.nice-select {
  width: 100%;
  border: 1px solid #e6e8ec;
  border-radius: 5px;
  padding: 11px;
  height: 48px;
  color: #838e9e;
  font-size: 14px;
  line-height: 25px;
}

section.contact-sec .row {
  /*align-items: center;*/
}

.read-more button {
  background: var(--sec-color);
  color: #fff;
  min-width: 215px;
  font-weight: 400;
  /* font-family: "Poppins", sans-serif; */
}

.contact-form h5 {
  font-size: 24px;
  margin-bottom: 24px;
  color: #221e46;
  font-weight: 700;
  /* font-family: "Poppins", sans-serif; */
}

.contact-form label {
  color: #221e46;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group {
  margin-bottom: 16px;
}

.contact-form textarea {
  height: 154px;
}

.contact-info h2 {
  font-size: 94px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 600;
  /* font-family: "Inter", sans-serif; */
}

.contact-info h6 {
  font-size: 24px;
  max-width: 66%;
  line-height: 34px;
  color: #f6f5fa;
}

.contact-form .col-lg-6,
.contact-form .col-lg-12 {
  padding: 0 6px;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #e6e8ec;
}
section.blogandnews {
  padding-top: 30px;
}
/* -----------  Start footer section  -------------------- */
.fa-brands {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}
footer {
  background: var(--main-color);
  padding-top: 99px;
}

.footer-logo img {
  height: 84px;
  width: 184px;
}

.bottom-footer {
  padding: 25px 0;
  border-top: 0.5px solid #9387bf;
  margin-top: 80px;
}

.footer-form .form-group {
  margin-bottom: 24px;
}
.footer-form input {
  width: 100%;
  padding: 16px;
  border: none;
  outline: none;
  background: #f6f5fa1a;
  border-radius: 82px;
  color: #fff;
  font-weight: 300;
  height: 74px;
  position: relative;
  border:1px solid #f6f5fa1a;
}

.footer-form button {
  min-width: 92px;
  background: #05558e;
  outline: none;
  border: none;
  padding: 12px 10px;
  font-weight: 500;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 26px;
  transition: all 0.3s;
}

.copy-rights p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.footer-logo p {
  color: #b4bbc5;
  margin-top: 24px;
}

.footer-links li a {
  color: #838e9e;
  font-weight: 500;
  transition: all 0.3s;
}

.footer-links ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-links ul li {
  width: 49%;
  margin-bottom: 23px;
}

.footer-soch {
  text-align: end;
}
.footer-soch a {
  margin-inline-end: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #fff;
  width: 44px;
  height: 44px;
  background: #ffffff14;
  border-radius: 50%;
  font-size: 19px;
}

/* bottom footer */

.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 p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

/* -------------------------------------------- */
/* circular-menu */
#circularMenu {
  position: fixed;
  bottom: 80px;
  right: 16px;
  z-index: 9;
}

.circular-menu .floating-btn {
  display: block;
  width: 2.7em;
  height: 2.7em;
  border-radius: 10px;
  background-color: var(--sec-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  color: #fff !important;
}

.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform 0.2s;
}
.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

.circular-menu:after {
  display: block;
  content: " ";
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: rgba(27, 133, 190, 0);
  transition: all 0.3s ease;
}

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

.circular-menu .menu-item {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: rgb(50 74 113);
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f9ff;
  transition: transform 0.3s ease, background-color 0.2s ease;
  transition-timing-function: ease, ease;
  /* box-shadow: 0 0 22px 5px #f5f9fc6b; */
}

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(-1em, -4.2em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-4em, -2em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-4em, 1.5em, 0);
}

/* Scroll to top */
#mybtn {
  /* display: none; */
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 45px;
  background: var(--sec-color);
  border-radius: 10px;
}

#mybtn i {
  color: #fff;
  font-size: 22px;
}
.card-slider.owl-theme .owl-nav {
    justify-content: center;
    margin-top: 20px;
}
@media (min-width: 991px) {
  .owl-theme .owl-nav .owl-next:hover,
  .owl-theme .owl-nav .owl-prev:hover {
    background: #01568d !important;
    color: #fff !important;
    border-color: #01568d !important;
  }
  .services-slider.owl-theme .owl-nav .owl-prev:hover,
  .services-slider.owl-theme .owl-nav .owl-next:hover {
    background: #fff !important;
    color: #000000 !important;
    border-color: #fff !important;
  }
  .read-more a:hover,
  .read-more a.register:hover,
  .blog-details .more:hover {
    background: var(--sec-color);
    color: #fff;
  }

  .request a:hover,
  .footer-form button:hover,
  .read-more button:hover {
    background: var(--main-color);
    color: #fff;
  }
  .footer-soch a:hover {
    background: #fff;
    color: var(--sec-color);
  }
  .footer-links li a:hover {
    color: #fff;
  }
  .doitem:hover .icon img {
    filter: brightness(0) invert(1);
  }
  .doitem:hover h5 {
    color: #fff;
    font-weight: 600;
  }

  .doitem:hover p {
    color: #eeebf2;
  }

  .doitem:hover {
    background: var(--sec-color);
  }
}

.step h3 {
  font-size: 34px;
  opacity: 0.6;
  margin-bottom: 0;
  transition: 0.3s;
  color: #fff;
  font-weight: 500;
  max-width: max-content;
  padding: 20px 0;
  cursor:pointer;
}

.step.active h3 {
  opacity: 1;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}
.nav-link.active {
  border-bottom: 2px solid #05558e;
}
li:first-of-type .nav-link.active {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(250.41deg, #ffffff -94%, #f5f6f7 100%) 1;
}

/* ------------------------------------------------------ */
.breadcrumb-section {
  padding-top: 193px;
  z-index: 2;
  position: relative;
  background-position: center;
  height: 305px;
  background-size: cover;
}
.breadcrumb-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0;
    background: var(--sec-color);
    opacity: 40%;
}
.breadcrumb-info h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.breadcrumb-section a {
  color: #fff;
  font-size: 18px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 15px 25px 13px;
  max-width: max-content;
  margin: auto;
  /*background: rgba(255, 255, 255, 0.1);*/
  border-radius: 16px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item.active {
  color: rgba(217, 217, 255, 1);
  font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding: 0 7px;
  color: #fff;
  content: "/";
  font-family: "Medium";
  position: relative;
  top: 2px;
}
.single_blog_img {
  position: relative;
  height: 298px;
  margin-bottom: 31px;
}
.single_blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

section.single_blog_page .row {
  justify-content: center;
}
.single_blog_page .blog_date {
  max-width: max-content;
  border-radius: 10px;
  background: var(--sec-color);
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.single_blog_page .single_service_details ul li::before {
  border: 1px solid #34c759;
  color: #34c759;
  background: #f6fff8;
}
.single_blog_details h3 {
  font-size: 24px;
  margin-bottom: 14px;
  color: var(--main-color);
  font-weight: 700;
}

.single_blog_details p {
  font-size: 18px;
  line-height: 27px;
  color: #353434;
}
.blog_date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: var(--sec-color);
  border-radius: 0 0 15px 15px;
  color: #fff;
  padding: 10px 22px;
  transition: all 0.3s;
}

.blog_date i {
  color: #fff;
  font-size: 22px;
}

.blog_date span {
  font-size: 17px;
  font-weight: 700;
}

.blog_details h4 {
  font-size: 19px;
  line-height: 31px;
  color: #000016;
  font-family: "bold";
  font-weight: 700;
  padding-inline-start: 14px;
  width: calc(100% - 40px);
  margin-bottom: 0;
  transition: all 0.3s;
}

.do-bottel-img img,
.service-bottel img,
.hero-details-img img {
  animation: moveupdown 4s infinite ease-in-out;
}

@keyframes moveupdown {
  0%,
  100% {
    transform: translateY(14px);
  }

  50% {
    transform: translateY(-14px);
  }
}
.client-slider .owl-nav {
  position: relative;
  z-index: 2;
}
.services {
  height: 960px;
}

.process-sec .item-disc p {
    min-height: 166px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}


.single_blog_img {
    height: 450px;
}

.single_blog_img img {
    object-position: top;
}

section.contact-sec  .row.row_items {
    padding: 0 50px;
}
.contact-info {
    padding-top: 251px;  
}
     /* Start Loader */
        .loader {
            display: block;
            position: fixed;
            z-index: 999;
            width: 100%;
            height: 100%;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            display: flex;
            visibility: visible;
            background: var(--main-color);
            align-items: center;
            justify-content: center;
        }

        .loader.hidden.close {
            z-index: -4;
            background:#fff;   
        }

        .loader .logo-load {
            height: 380px;
            transition: all 2s;
        }

        .logo-load {
            display: flex;
            align-items: center;
            justify-content: center;
              transition: all 2s;
        }

        .loader img {
            height: 380px;
            object-fit: cover;
            transition: all 1s;
        }

        .disc-load h2 {
            color: #05558E;
            font-size: 134px;
            font-weight: 600;
            margin-bottom: 0;
            line-height: 100px;
            animation-delay: 0.5s;
        }

        .disc-load h3 {
            color: #17ABAD;
            font-size: 134px;
            font-weight: 600;
            line-height: 130px;
            margin: 0;
            animation-delay: 1s;
        }

        .disc-load h4 {
            font-size: 64px;
            color: #E4D5B8;
            font-weight: 500;
            animation-delay: 1.5s;
        }

        .disc-load {
            text-align: end;
            font-family: 'Inter';
            transition: all 1s;
        }

       .disc-load.hidden {
            transform: translateX(1100px);
            
          opacity:0;
        }
       .logo-load.hidden  {
            transform: translateX(-1100px) ;
           opacity:0;
        }
        /* End Loader */
        
      footer  .wpcf7-response-output, 
      footer  .wpcf7 form.unaccepted .wpcf7-response-output,
       footer .wpcf7 form.payment-required .wpcf7-response-output,
       footer .wpcf7 form .wpcf7-response-output{
    color: #fff;
    margin:-20px 0 0 0 !important;
}
        
section.process-sec {
    height: 840px;
}        
           
 video::-webkit-media-controls-play-button {
    display: none;
}

 video {  
  pointer-events: none;
}
   video::-webkit-media-controls {
    display:none !important;
}        
   video::-webkit-media-controls-start-playback-button {
  display: none !important;
}     

video::-webkit-media-controls {
    opacity: 0;
}

video::-webkit-media-controls {
  display: none !important;
  opacity: 0; 
}
video::-webkit-media-controls-start-playback-button {
    display: none !important;
}
.video-background::-webkit-media-controls-panel,
.video-background::-webkit-media-controls-start-playback-button {
    display: none !important;
}

   *::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}     
        
  .owl-theme .owl-nav {
    justify-content: end;
    
}      
 .process-sec .item-disc p {
    direction: rtl;
}        
 .process-sec .owl-nav {
    right: 0;
}         
        




