
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Arabic-Regular.ttf);
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-SemiBold.ttf);
}

@font-face {
  font-family: "Montserrat-Light";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Light.ttf);
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/ArbFONTS-Montserrat-Arabic-Bold.ttf);
}
:root {
  --main-color: #a57f66;
  --sec-color: #a57f66;
  --title-color: #092b6f;
}

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

p {
  /*font-family: "Montserrat-Light" !important;*/
}

body {
  direction: rtl;
  text-align: start;
  font-family: "Tajawal", sans-serif;
  overflow-x: hidden;
}

/* nice select */
.nice-select {
  width: 100%;
  /* margin-bottom: 15px; */
  text-align: right !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;
  /* margin-inline-start: -30px; */
  gap: 14px;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  padding: 10px 12px 11px;
  transition: all 0.5s;
  min-width: 150px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-inline-end: 8px;
  font-size: 14px;
  font-weight: 600;
}

.header-btn a.suuport {
  background-color: transparent;
  border: 1px solid #fff;
  margin-inline-end: 22px;
}

.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: var(--title-color);
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}

.header-btn a::after {
  background-color: #fff;
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: end;
}

.logo {
  height: 65px;
}

.logo img {
  height: 100%;
  object-fit: contain;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #fff;
  padding-inline: 50px;
}

.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: 27px;
}

.mynav .nav-link,
.mynav a {
  color: #262626;
  transition: all 0.3s;
  padding: 0;
  font-size: 16px;
}
.section-title h4,
.mynav .nav-link,
.mynav a {
  text-transform: capitalize;
}

.mynav li.has-child .nav-link,
.mynav li.has-child a {
  position: relative;
  padding-inline-end: 15px;
}

.mynav li.has-child .nav-link::after,
.mynav li.has-child a::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  top: 3px;
  left: 0;
  color: #fff;
}

.mynav .nav-link:hover,
.mynav a:hover,
.mynav .current-menu-item a,
.pages .mynav .nav-link:hover,
.mynav a:hover,
.pages .mynav .current-menu-item a {
  color: var(--sec-color);
}

.mynavbar .row {
  align-items: center;
  padding: 23px 0;
}

.mynavbar ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.lang a {
  color: #262626;
  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;
}

.btnSearch i {
  color: #262626;
  /* margin-inline: 10px; */
  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 0.5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity 0.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 0.5s, z-index 0s;
  -webkit-transition: opacity 0.5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition: margin-top 0.5s, opacity 0.5s;
  -webkit-transition: margin-top 0.5s, opacity 0.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 0.5s, opacity 0.5s;
  -webkit-transition: margin-top 0.5s, opacity 0.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);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  right: -350px;
  height: 100vh;
  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;
  overflow: hidden;
  overflow-y: auto;
  display: block;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side {
  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: 0;
}

.sidebar .side-content {
  /* padding-top: 10px; */
  /* margin-top: 30px; */
  height: calc(100vh - 60px);
  /* position: absolute; */
  /* bottom: 0; */
  /* width: 100%; */
  /*transform: translateY(-50%);*/
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  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: none;
}

.sidebar .side-content ul li a {
  display: block;
  padding: 12px 0;
  position: relative;
  font-size: 20px;
  transition: all 0.6s;
  border-bottom: 1px #eaeaea solid;
  color: #1e2939;
}

.sidebar .header-btn {
  padding-inline-start: 20px;
  margin-top: 20px;
}

/* Start home slider */
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}

.slider-home .slider-img {
  position: relative;
  height: 768px;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #00142d;
  background-size: cover;
  opacity: 0.69;
}

.slider-home .slider-img::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 47px;
  height: calc(100% - 110px);
  background-image: url("../images/after-img.svg");
  background-size: cover;
  z-index: 2;
  opacity: 0;
}

.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}

.home-slider .owl-carousel,
.sponser-slider {
  direction: ltr;
}

.owl-item.active .slider-info .slider-links {
  animation: 1s fadeInUp;
}

.owl-item.active .slider-info h2 {
  animation: 1s fadeInDown;
}

.home-slider .row {
  align-items: center;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slider-info {
  max-width: 754px;
  position: absolute;
  top: 317px;
  /* transform: translateY(-50%); */
  right: 10%;
  z-index: 99;
  color: #fff;
  direction: rtl;
  width: 100%;
}

.slider-info h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
  color: #fff;
  margin: 0 0 12px;
  display: none;
}

.slider-links {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-inline-start: 22px;
}

.slider-links a {
  min-width: 150px;
  padding: 11px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  margin-inline-end: 30px;
  display: inline-flex;
  transition: all 0.3s;
  font-size: 14px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.slider-links a i {
  margin-inline-end: 12px;
  font-size: 20px;
}

.slider-links a.request {
  border-color: transparent;
  background-color: #fff;
  color: var(--main-color);
}

.slider-links a.call {
  font-size: 20px;
  min-width: 166px;
  padding: 6px;
 background:var(--title-color);
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-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(--main-color);
  border-radius: 0;
  border: 1px solid var(--main-color);
}

.home-slider .owl-theme .owl-nav .owl-prev {
  left: 38%;
}

.home-slider .owl-theme .owl-nav .owl-next {
  left: 58%;
}

.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-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 4px;
  margin: 12px 6px;
  border: none;
  background: #fff;
  border-radius: 1px;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--main-color);
}

.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
  margin-top: 22px;
}

section.home-slider {
  margin-top: 0;
}

.slider-home.owl-theme .owl-dots .owl-dot {
  display: block;
}

.slider-home.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}

.part-slider.owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--main-color);
}

.slider-home.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  color: #fff;
  position: relative;
  height: 26px;
  padding-inline-end: 10px;
}

.slider-home.owl-theme .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: -39px;
  transform: translateY(-50%);
}

.slider-home.owl-theme .owl-dots .owl-dot.active span::after {
  width: 30px;
  right: -50px;
  height: 2px;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

/* ********************************* */
/* Start about section */

section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

section.about {
  position: relative;
  padding: 0;
}

section.about::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: url(../images/about.svg);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
}

.about-info {
  padding-inline-start: 20px;
  padding-inline-end: 120px;
}

.section-title {
  margin-bottom: 29px;
}

.section-title h4 {
  position: relative;
  display: inline-block;
  color: var(--title-color);
  font-size: 27.81px;
  font-weight: 700;
  line-height: 33.9px;
}

.section-title h4::after {
  position: absolute;
  border-raduis: 4px;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  background-color: #304f40;
  display: none;
}

section.about .row {
  align-items: center;
}

.about-info p {
  color: #232323;
  font-size: 16px;
  margin: 15px 0;
  line-height: 30px;
  font-weight: 300;
}

.about-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  position: relative;
}

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

.about-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--main-color);
  opacity: 69%;
}

/* ************************Start services section************************** */
.service-box .my-btn a {
  background-color: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  width: 100%;
  margin: 0;
  min-height: 61.68px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  border-color: var(--title-color);
  color: var(--title-color);
  font-size: 14.63px;
  text-transform: uppercase;
  font-weight: 700;
}
.service-box .my-btn a::after {
  transform: scale(1);
  opacity: 1;
  right: 0;
  transition: all 0.6s;
  background-color: var(--main-color);
  width: 0;
}
.card-slider {
  counter-reset: slides-num;
  margin-top: 15px;
}

.card-slider .item .service-box {
  counter-increment: slides-num;
  height: calc(100% - 50px);
}

.card-slider .item .service-box::before {
  content: counter(slides-num);
  display: inline-block;
  vertical-align: middle;
  font-size: 17.63px;
  position: absolute;
  left: 44px;
  top: 60px;
  -webkit-text-stroke: 1px rgb(18 46 191 / 13%);
  color: #00;
  /* opacity: 22%; */
  z-index: 9;
  transition: all 0.3s;
}

section.services {
  background-image: url(../images/service-bg.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding-top: 100px;
}

section.services .section-title {
  text-align: center;
  margin-bottom: 75px;
}

.service-box {
  border: 1px solid var(--main-color);
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d9d9d9;
  transition: all 0.5s;
  text-align: start;
  padding: 33px;
  margin: 25px 7px;
  box-shadow: 41.63px 24.49px 79.34px 0px #ffffff40;
  box-shadow: 30.61px 30.61px 122.43px 0px #ffffff40;
}

.service-box .img {
  width: 58.75px;
  height: 58.75px;
  margin: 0 0 21px;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 12px;
}

.service-box .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.service-box h5 {
  color: #1e1d1d;
  font-weight: 700;
  font-size: 28.84px;
  line-height: 31.34px;
  margin-bottom: 27px;
}

/* end services section */

/* ************************************************8 */
section.part-section {
  padding: 0;
  display: none;
}

.part-section .section-title {
  margin-bottom: 44px;
}

section.part-section .owl-item {
  position: relative;
  overflow: hidden;
}

section.part-section .col-lg-6 {
  padding: 0;
}

.container-fluid {
  padding: 0;
}

.partner-image,
.part-info {
  height: 100%;
}

.partner-image img {
  width: 100%;
  height: 716px;
}

.partner-image {
  position: relative;
  height: 716px;
  overflow: hidden;
}

.partner-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3b1617;
  opacity: 42%;
}

.part-item .img {
  height: 185px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dadada;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part-section .item .img a,
.part-item .img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: #fff;
  transition: all 0.3s;
}

.part-item .img img {
  max-height: 86%;
  width: auto;
  max-width: 96%;
  transition: all 0.5s;
}

.part-section .part-info {
  padding-top: 74px;
  padding-bottom: 60px;
  padding-inline-start: 138px;
  padding-inline-end: 80px;
}

.slider-home .item {
  position: relative;
  overflow: hidden;
}

/* *************Start footer section*********** */
footer {
  overflow: hidden;
  padding: 140px 0 0;
  position: relative;
  background-color: #f9f9f9;
}
section.contact-page {
  padding-bottom: 10px;
  padding-top: 90px;
}
.contact-pages.copy-right {
  background-color: #f9f9f9;
}
.logo-r a {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}

.logo-r img {
  height: 18px;
  object-fit: cover;
}

.logo-r .comp-name {
  text-align: start;
}

.logo-r .comp-name h5 {
  margin-bottom: 0;
  font-size: 14px;
  color: #232323;
}

.footer-menu ul,
.footer-contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}

.footer-contact {
  margin-block: 24px;
}

.footer-sochial a {
  padding-inline-end: 14px;
  transition: all 0.3s;
}

.copy-right {
  padding: 20px 0px;
  border-top: 1px solid #d9d9d9;
  margin-top: 70px;
}

.ryad-logo {
  height: 65px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right p {
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 0;
  text-transform: capitalize;
}

span.mob-num {
  direction: ltr;
  display: inline-block;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding-inline: 12px;
  /* background-color: rgb(59 22 23 / 42%); */
  /* border-bottom: 1px solid rgb(255 255 255 / 32%); */
}

.responsive-menu .lang a {
  color: #fff;
  font-size: 15px;
  margin-inline-start: 9px;
}

.responsive-menu .logo {
  margin-inline-start: 14px;
}

.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}

.map iframe {
  width: 100%;
  height: 380px;
}

.responsive-menu .logo img {
  max-width: 190px;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select {
  width: 100%;
  padding: 12px 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #7e7e7e;
  font-size: 15px;
  border-radius: 0;
  height: 54px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #c0c0c0;
}

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: 125px;
}

.contact-form {
  padding-inline-end: 0px;
}

.contact-form .my-btn {
  margin-top: 23px;
}

.contact-data ul li {
  margin-bottom: 17px;
  display: flex;
}

.contact-data ul li a {
  color: #232323;
  font-size: 20px;
  transition: all 0.3s;
  display: flex;
  width: 100%;
}
.contact-data li i {
  margin-inline-end: 15px;
  color: #fff;
  width: 38px;
  height: 38px;
  background: var(--main-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}

.contact-data {
  padding: 33px 27px 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.contact-form form {
  /* padding-top: 16px; */
}

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

i.fa-phone-volume {
  transform: rotate(-45deg);
}

.contact-data ul.contact-list {
  margin: 0 0 33px;
}

.follow {
  margin-bottom: 22px;
}

.follow a {
  color: var(--main-color);
  font-size: 20px;
  margin-inline-end: 11px;
}

.soch-icons span {
  font-size: 18px;
  color: #232323;
  margin-inline-end: 6px;
}

.contact-data ul.contact-list li p {
  width: 69%;
  font-size: 18px;
  color: #232323;
  margin-bottom: 0;
}

.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 */
header.pages {
  background: transparent;
}

.breadcrumb-section {
  color: #fff;
  background-image: url("../images/about-img.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  position: relative;
  z-index: 2;
  padding-top: 130px;
}

.breadcrumb-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0b2b6d96;
  /* opacity: .70; */
}

.breadcrumb-info h2 {
  text-align: center;
  text-transform: capitalize;
}

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

.breadcrumb {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  background-color: transparent;
  padding-top: 6px;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 19px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 10px;
  content: "|";
  color: #fff;
  font-size: 22px;
  display: inline-flex;
}

.vission-box p {
  color: #232323;
  font-size: 17px;
  line-height: 29px;
  padding-inline-end: 10px;
}

.vission-box .section-title h4 {
  padding-inline-start: 0;
  font-size: 24px;
}

.vission-box .section-title h4::after {
  width: 15px;
  height: 15px;
}

.vission-box .section-title {
  margin-bottom: 10px;
}

.vission-sec .col-md-4:nth-child(2) {
  animation-delay: 0.2s;
}

.vission-sec .col-md-4:nth-child(3) {
  animation-delay: 0.4s;
}

.about-page .about-img {
  width: 100%;
  height: 400px;
}

section.about.about-page {
  padding: 80px 0 20px;
}

.about-page .about-info {
  padding-inline-start: 0;
  padding-inline-end: 39px;
}

/* ******************************************************************************************************** */
/* Start partner page */
.partner-page .part-item .img img {
  max-height: 62%;
}

/* ************************************************************************ */

.pagination {
  justify-content: center;
}

.pagination .page-item {
  padding-inline: 5px;
}

.pagination .page-link {
  border: 1px solid #00c4b3;
  border-radius: 0;
  color: var(--sec-color);
}

.pagination .page-link.next-item {
  border: none;
  background: transparent;
  border-radius: 0;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* *********************************** */
/* Start service-page  */
section.services.services-page {
  background-image: none;
}

.services-page .service-box {
  background-color: #f7f7f7;
  border: 1px solid #eeedef;
  border-radius: 3px;
  text-align: center;
  padding: 30px 14px;
  margin: 0 0 34px;
  transition: all 0.3s;
}

.services-page .service-box .img {
  background: #ececec;
}
/* ***************************************************************************************************** */
/* Start articles page */
.article-block .img {
  height: 230px;
  width: 100%;
}

.article-block .img img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  object-fit: cover;
}

.article-body h4 {
  font-size: 18px;
  line-height: 26px;
  min-height: 54px;
  /* display: flex; */
  /* align-items: center; */
  margin-bottom: 10px;
}

.article-body h4 a {
  color: var(--main-color);
}

.article-body p {
  color: #444;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 0;
  min-height: 100px;
  /*font-family: "Montserrat-Light";*/
}

.article-block {
  overflow: hidden;
  margin-bottom: 22px;
  box-shadow: 0px 10px 18px #00000029;
  border-radius: 0;
  border: 1px solid #d3d2d2;
  height: calc(100% - 22px);
}

.article-body {
  padding: 20px 20px 28px;

  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.article-block:hover .article-body {
  /* background-color: var(--sec-color); */
}

.article-block:hover .article-body p {
  /* color: #fff; */
}

.article-body .more-art a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  text-align: center;
  border-radius: 100%;
  color: #fff;
  box-shadow: 0 2px 10px rgb(185 161 102 / 30%);
  font-size: 19px;
  position: absolute;
  left: -80px;
  bottom: 14px;
  transition: all 0.5s;
  opacity: 0;
  transform: scale(1.5);
}

.article-page .col-md-3 {
  padding: 0 10px;
}

.single-art {
  height: 360px;
}

.single-art img {
  width: 100%;
  height: 100%;
  /*object-fit:cover;*/
}

.single-article-info h3 {
  color: var(--title-color);
  font-size: 24px;
  margin-bottom: 22px;
}

.single-article-info h5 {
  color: var(--main-color);
  font-size: 15px;
  line-height: 26px;
  margin: 22px 0 12px;
}
.single-article-info {
  padding-inline-end: 20px;
}
.single-article-info p {
  color: #232323;
  font-size: 16px;
  line-height: 30px;
  /*text-align: justify;*/
}
section.about.about-page::after {
  display: none;
}
.about-info p {
  /*text-align:justify;*/
}
@media (max-width: 768px) {
  .slider-home.owl-theme .owl-dots {
    top: 50%;
    left: 3px;
  }
}

.partner-image img {
  object-fit: cover;
}

/* Start Not-found */

.not-found .not-found-pro {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.not-found .not-found-pro img {
  max-height: 400px;
}

.not-found .not-found-pro h2 {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: bold;
}

.not-found .not-found-pro h4 {
  margin: 15px 0;
  font-size: 20px;
  color: #777;
}

.not-found .not-found-pro p {
  margin: 25px 0 15px;
  font-size: 14px;
  color: #777;
  /* font-weight: bold; */
  position: relative;
}

.not-found .not-found-pro .btn.go-home {
  padding: 0;
  line-height: normal;
  min-height: auto;
  background: transparent;
  color: var(--sec-color);
  font-size: 20px;
  text-decoration: underline;
  margin: 0 auto;
}

.not-found .not-found-pro p::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border-bottom: 1px #f1f1f1 solid;
  margin: auto;
  width: 100%;
  bottom: 0;
  height: 1px;
  z-index: -2;
}

.not-found .not-found-pro p::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
  margin: 20px 0;
}

.not-found-pro {
  text-align: center;
}
/* End Not-found */
.footer2 {
  padding: 0;
}
.footer2 .copy-right {
  margin-top: 0;
}
.wpcf7 p {
  margin: 0;
  width: 100%;
}
.wpcf7 br {
  display: none;
}
.wpcf7 input[type="file"] {
  display: none;
}
.footer2 .footer2-container {
  display: none;
}
section.contact-page {
  padding-bottom: 70px;
}
.contact-data ul li a span {
  display: inline-flex;
  max-width: calc(100% - 60px);
}

.contact-data ul li:last-of-type span {
}

.comp-rights {
  text-align: end;
}
.copy-right .row {
  align-items: center;
}

.single-article-info .my-btn {
  margin-top: 36px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-link {
  border: 1px solid var(--sec-color);
  border-radius: 0;
  color: var(--sec-color);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.page-link:focus {
  box-shadow: none;
}

.header-btn {
  display: none;
}

.slider-info .title-top {
  border-inline-start: 5px solid var(--sec-color);
  padding-inline-start: 16px;
  margin: 0 0 44px;
}

.slider-info .title-top p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.slider-info .slider-links a.call::after {
  /*display: none;*/
  background:#fff;
}

.about-info .my-btn {
  margin: 38px 0 0;
}

section.services::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(11 43 109 / 59%);
}

section.services .section-title h4 {
  color: #ffffff;
}

.services .container {
  position: relative;
  z-index: 2;
}

footer .section-title {
  margin: 0 0 37px;
}
.pages .mynav .nav-link,
.pages .mynav a,
.pages .btnSearch i,
.pages .lang a {
  color: #fff;
}

section.services.services-page::after {
  opacity: 0;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

.about-info .my-btn a::after {
  background: var(--title-color);
}

.sidebar .side-content .logo {
  filter: none;
  padding: 0;
  height: auto;
  /* height: 78px; */
  margin: 0;
}

.sidebar .side-content .logo a {
  display: block;
  height: 78px;
  /* margin: 0 0 30px; */
}

.sidebar .side-content .logo a img {
  max-width: 200px;
}

header.pages .logo {
  filter: brightness(0) invert(1);
}

section.contact-page.career-page .row {
  justify-content: center;
}

body.sidebar-h {
  overflow: hidden;
  height: 100vh;
}

.about-info ul,
.single-article-info ul {
  padding-inline-start: 20px;
}

.about-info ul li {
  color: #232323;
  font-size: 15px;
  margin: 15px 0;
  line-height: 30px;
  font-weight: 300;
  display: list-item;
  list-style: initial;
}

.single-article-info ul li {
  color: #232323;
  font-size: 16px;
  line-height: 30px;
  display: list-item;
  list-style: initial;
}

.card-slider .owl-stage .owl-item:nth-child(even) .item .service-box .img {
  background: var(--title-color);
}

.card-slider .owl-stage .owl-item:nth-child(even) .item .service-box .my-btn a {
  /* border-radius: 90px; */
  border-color: var(--main-color);
  color: var(--main-color);
  overflow: hidden;
}

section.services .owl-stage {
  display: flex;
}

section.services .owl-stage .owl-item .item {
  height: 100%;
}
.lice-item {
  height: 194px;
  margin-bottom: 32px;
}

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

.licenses-sec .row {
  justify-content: center;
}

.licenses-sec .section-title ,.our-achive .section-title{
  text-align: center;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom:24px;
}


.card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-body {
  padding: 18px;
}

.card-badge {
  display: inline-block;
  background: #e3f2fd;
  color: var(--title-color);
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.card-readmore {
  color: var(--title-color);
  font-weight: 500;
  font-size: 0.95rem;
}
.card-title {
  font-size: 1.25rem;
  margin: 8px 0;
  line-height: 1.4;
}

.card-title a {
  color: #1a1a1a;
  font-weight: 600;
}

.card-excerpt {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.card-meta {
  display: flex;
  gap: 15px;
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 12px;
}

.card-meta .item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-meta img {
  width: 16px;
  height: 16px;
}

.card-readmore {
  color: var(--title-color);
  font-weight: 500;
  font-size: 0.95rem;
}

.card-readmore::after {
  content: "\2190";
  padding: 0 5px;
    font-size: 24px;
    top: 3px;
    position: relative;
}

.card-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 50px;
  color: #999;
  font-size: 1.1rem;
}

.blogs-details .frame-32 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    position: relative;
    flex: 1;
    flex-grow: 1
}

.blogs-details .rectangle-3 {
    position: relative;
    align-self: stretch;
    width: 120px;
    object-fit: cover;
    border-radius: 7px
}

.blogs-details .frame-33 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: initial;
    padding: 0 clamp(16px, 2vw, 80px)
}

.blogs-details .frame-34 {
    display: flex;
    align-self: stretch;
    width: 100%;
    background-image: url(/wp-content/themes/flatsome-child/Blog-details/img/frame-1984079761.png.webp);
    background-size: cover;
    background-position: 50% 50%;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    position: relative;
    flex: 0 0 auto
}

.blogs-details .frame-35 {
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 4px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-right-width: 2px;
    border-right-style: solid;
    border-color: #1c274c
}

.blogs-details .text-wrapper-20 {
    width: fit-content;
    font-weight: 400;
    color: var(--colors-labels-vibrant-controls-primary);
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 16px;
    white-space: nowrap;
    position: relative;

    direction: rtl
}

.blogs-details .line-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 2px
}

.blogs-details .frame-36 {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 4px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: #1c274c;
    border-radius: 8px;
    border-right-width: 2px;
    border-right-style: solid;
    border-color: #b68453
}

.blogs-details .text-wrapper-21 {
    flex: 1;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 16px;
    position: relative;

    direction: rtl
}
.blogs-details .text-wrapper-8 {
    align-self: stretch;
    margin-top: -1px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    direction: rtl;
}
.blogs-details .footer {
    position: relative;
    width: 100%;
    height: 499px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: var(--variable-collection-secondary-color);
    background-image: url(/wp-content/themes/flatsome-child/Blog-details/img/footer.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-color: var(--variable-collection-primary)
}
.blogs-details .rectangle {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blogs-details .element {
    align-self: stretch;
    font-weight: 400;
    color: #232121;
    font-size: clamp(16px, 2vw, 20px);
    letter-spacing: 0;
    line-height: 1.9;
    position: relative;
    direction: rtl;
}
.blogs-details .frame-7 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    padding: 0 16px 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    max-width: 880px;
}
.blogs-details .social-icons {
    position: relative;
    width: 32px;
    height: 32px;
}
.social-icons {
    color: #999;
    display: inline-block;
    font-size: .85em;
    vertical-align: middle;
}
.blogs-details .frame-31 {
    flex-direction: row-reverse;
    padding: 8px 16px;
    box-sizing: border-box;
    overflow: hidden;
}
.blogs-details .frame-31 {
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 16px;
    box-sizing: border-box;
    flex: 0 0 auto;
    border-radius: 8px;
    border-color: #e8e8e8;
    display: flex;
    gap: 16px;
    position: relative;
    border: 1px solid;
    overflow: hidden;
    flex-direction: row-reverse;
}
.blogs-details .frame-16 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}
.blogs-details .frame-10 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}
.blogs-details .frame-29 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start ;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}
.blogs-details .frame-11 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row-reverse;
}
.blogs-details .text-wrapper-4 {
    align-self: stretch;
    margin-top: -1px;
    font-weight: 500;
    color: #000;
    font-size: clamp(20px, 2.6vw, 28px);
    letter-spacing: 0;
    line-height: normal;
    position: relative;
    direction: rtl;
}
.blogs-details .frame-9 {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
}
.blogs-details .frame-10 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
}
.blogs-details .img-2 {
    position: relative;
    width: 24px;
    height: 24px;
}
.blogs-details .frame-12 {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    position: relative;
    flex: 0 0 auto;
}
.blogs-details .frame-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    position: relative;
    flex: 1 1 auto;
    padding: 0 clamp(16px, 2vw, 80px);
}
.blogs-details .frame-6 {
    grid-column: 2;
    grid-area: content;
}

.blogs-details .frame-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    max-width: 880px;
}
article.post-content h2 {
    font-size: 32px;
}
/* ----------------   counter   ------------*/
  .counter-item {
    direction: ltr;
    font-size: 64px;
    line-height: 80px;
    font-weight: 700;
    color: #030303;
    text-align: center;
  }

  .count-block {
    padding: 22px 12px;
    transition: all 0.3s;
    border-radius: 6.5px;
    position: relative;
    margin-bottom: 10px;
    position: relative;
  }

  .count-block .details h6 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 400;
    color: #4F4D4D;
    text-align: center;
    margin-bottom: 0;
  }

  .counter-info h3 {
    font-size: 32px;
    margin-bottom: 60px;
  }

 .count-block .details p{
     text-align:center;
 }
.our-achive .section-title {
    text-align: center;
    max-width: 50%;
    margin: 0 auto 36px;
}
.fixed-icons {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 9999;
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* icon colors */
.call {
  background: #007bff;
}

.whatsapp {
  background: #25d366;
}

.icon i {
  font-size: 20px;
}

/* tooltip text */
.icon .label {
  position: absolute;
  right: 68px; /* مسافة من الأيقونة */
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: #11133A;
  color: #fff;
  padding: 7px 16px;
  border-radius: 22px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* arrow */
.icon .label::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #11133A;
}

/* hover */
.icon:hover .label {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.right-nav .my-btn a {
    background: var(--title-color);
    border-color:var(--title-color);
}

 #how-we-work {
    position: relative;
    padding: 34px 0 40px;
    background: #fff
}
 .how-we-work-bg {
    position: absolute;
    inset: 0;
    overflow: hidden
}

 .how-we-work-bg .bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

 .how-we-work-bg .bg-overlay {
    position: absolute;
    inset: 0;
    background: rgb(31 45 79 / .6)
}

 #how-we-work .container {
    position: relative;
    z-index: 2
}

 .steps-container {
    display: block
}

 .steps-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: center;
    margin: 10px 0 20px
}

 .steps-timeline .timeline-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #dfe3ea;
    transform: translateY(-50%)
}

 .steps-timeline .timeline-marker {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center
}

 .steps-timeline .timeline-marker span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #27314a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 10px rgb(176 107 0 / .25)
}

.steps-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px
}

 .step-card {
    position: relative;
    background: #fff0;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px
}

 .step-icon {
    position: static;
    transform: none;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    background: #fff0;
    border: none;
    box-shadow: none
}

 .step-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain
}

 .step-content h3 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #27314a;
    font-weight: 700
}

 .step-content p {
    margin: 0;
    color: var(--color-muted);
    font-size: 13px
}

 .step-marker {
    display: none
}

 #accreditations {
    padding: 26px 0
}

 .logo-slider {
    position: relative;
    display: block;
    align-items: center;
    justify-content: center
}
section#how-we-work .section-title {
    text-align: center;
    margin-bottom: 54px;
}

.services-page .service-box .img img,
.services-page .service-box .img svg{
    width:50px;
    height:50px;
}
.services-page .service-box .img svg {
    fill:  #A57F66;
    stroke:  #A57F66;
}

.services-page .service-box .img:hover svg {
    fill:  #092B6F;
    stroke:  #092B6F;
}
input[type="checkbox"] {
    width: auto !important;
    padding: 0;
    height: auto !important;
}

.form-group-container .form-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
    width: 50%;
}

.form-group-container .form-group label {
    margin-bottom: 0;
}

.form-group-container {
    display: flex;
    flex-wrap: wrap;
}

.form-group-container h6 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}

.request-service .row{
    justify-content:center;
}






@media (min-width: 991px) {
    .right-nav .my-btn a:hover {
    background: var(--sec-color);
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
  .header-btn a:hover,
  .my-btn button:hover,
  .my-btn a:hover {
    background: var(--title-color);
    border-color: var(--title-color);
  }

  .header-btn a:hover {
    color: var(--sec-color);
    border-color: transparent;
  }
  .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;
  }

  .lang a:hover {
    color: var(--main-color);
  }
  .searchForm .btnSearch i:hover {
    transform: rotate(360deg);
    color: var(--hover-color);
  }
  .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:hover {
    background-color: #fff;
    color: var(--main-color);
  }

  .slider-info .slider-links a:hover {
    color: #fff;
  }

  .card-slider.owl-theme .owl-nav .owl-next:hover,
  .card-slider.owl-theme .owl-nav .owl-prev:hover {
    color: #fff;
    background: var(--main-color);
  }

  .service-box:hover .my-btn a {
    color: #fff;
  }
  .part-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
  }
  .service-box:hover .my-btn a::after {
    width: 100%;
  }
  .card-slider .item .service-box:hover::before {
    opacity: 1;
  }

  .service-box:hover {
    border: 1px solid var(--main-color);
    box-shadow: 0px 10px 18px #00000029;
  }

  .part-section .item .img a:hover img {
    transform: translateY(-6px);
  }

  footer a:hover {
    color: var(--sec-color);
  }

  footer .footer-links a:hover,
  .footer-address a:hover {
    color: var(--sec-color);
  }

  .contact-data ul li a:hover {
    color: var(--main-color);
  }

  .follow a:hover i.fab.fa-facebook-f {
    color: #1877f2;
  }

  .follow a:hover i.fab.fa-youtube {
    color: #ff0000;
  }

  .follow a:hover i.fab.fa-twitter {
    color: #1da1f2;
  }

  .follow a:hover i.fab.fa-instagram {
    color: #405de6;
  }

  a:hover i.fab.fa-brands.fa-facebook {
    color: #1877f2;
  }

  a:hover i {
    transition: all 0.3s;
  }

  .follow a:hover i.fab.fa-brands.fa-x-twitter {
    color: #000;
  }

  .slider-info .slider-links a.call:hover {
    color: var(--sec-color);
  }

  .pagination .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--main-color);
    border-color: var(--main-color);
  }

  .services-page .service-box:hover {
    transform: translateY(-4px);
  }

  .pagination .page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
  }

  .pagination .page-link:hover span {
    background-color: #fff;
  }

  .article-block:hover .more-art a {
    transform: scale(1);
    opacity: 1;
    left: 20px;
    transition: all 0.3s;
  }

  .card-slider
    .owl-stage
    .owl-item:nth-child(even)
    .item
    .service-box:hover
    .my-btn
    a {
    color: #fff;
  }
}
