
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Fredoka:wght@300..700&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

:root {
  --main-color: #282727;
  --sec-color: #073640;
  --title-color: #21445b;
}



@font-face {
  font-family: "Bahij-Helvetica-Neue";
  src: url("../fonts/Bahij-Helvetica-Neue.ttf");
}


@font-face {
  font-family: "bold";
  src: url("../fonts/Bahij-Helvetica-Neue-Bold.ttf");
}

@font-face {
  font-family: "MEDIUM";
  src: url("../fonts/29LTAZER-MEDIUM.OTF");
}

@font-face {
  font-family: "29LTAZER";
  src: url("../fonts/29LTAZER-REGULAR.OTF");
}

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


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

body {
  direction: rtl;
  text-align: start;
 font-family: "IBM Plex Sans Arabic", 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:#0d007d;
  color:  #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 34px;
  border-radius:3px;
}

span.navbar-toggler-icon i {
  font-size: 22px;
}

/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background-color: #fff;
  color: #f25506;
  padding: 10px 12px;
  min-width: 125.76px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #0d007d;
}

.slider-btns .my-btn a{
  min-width: 161px;
  background-color: #fff;
  color: #0d007d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: none;
  border-radius: 3px;
}
.slider-btns .my-btn a i {
    font-size: 16px;
}
.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: #1B1B1B;*/
  /*top: 0;*/
  /*left: 0;*/
  /*z-index: -1;*/
  /*transform: scale(0);*/
  /*opacity: 0;*/
  /*border-radius: 16px;*/
  /*transition: all 0.3s;*/
}

.header-btn a:hover,
.my-btn a:hover,
.my-btn button:hover,
.slider-links a:hover,
.right-nav .my-btn a.reruest:hover{
  background-color: #f25506;
  color:#fff;
}
.my-btn a:hover,
.about-info .my-btn a:hover{
  color: #fff;
  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;
}

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

.logo {
  height: 58px;
}

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

header {
  /* position: absolute; */
}

.mynav li {
  padding-inline-end: 19px;
}

.mynav .nav-link {
  color: #212121;
  transition: all 0.3s;
  padding: 0 0 0;
  font-size: 18px;
  position: relative;
  text-transform:capitalize;
  font-weight: 400;
}
.mynav .nav-link::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  Width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
  opacity: 0;
}
.mynav .nav-link:hover:after,
.mynav li.current-menu-item .nav-link::after{
  opacity: 1;
  width:100%;
}

.mynav .nav-link:hover ,.mynav li.current-menu-item .nav-link{
  color: #0d007d;
}
.mynav li.current-menu-item .nav-link{
  font-weight:700;
}
.mynavbar{
  /*padding-inline: 91px;*/
  /* box-shadow: 0px 4px 28px 0px #00000014; */
  /* border: 1px solid #F5F5F5; */
}
.mynavbar .row {
  align-items: center;
  padding: 24px 26px;
  box-shadow: 0px 4px 28px 0px #00000014;
  border: 1px solid #F5F5F5;
  margin: 22px 0;
  border-radius: 32px;
}

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

.lang a {
  color: #212121;
  text-transform: capitalize;
  font-weight: 700;
   font-family: "Bahij-Helvetica-Neue";
   text-decoration: underline;
}


.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang a:hover {
  color: var(--main-color);
}

.btnSearch i {
  color: #fff;
  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 .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 {
  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: #fff;
  z-index: 3;
  padding: 20px 0;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 20px 0;
      height: 100%;
    overflow-y: scroll;
}

.sidebar-width {
  right: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: #000;
  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: 2;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid #0d007d38;
}

.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: #000;
  display: block;
  padding: 10px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul li a:hover,.sidebar .side-content ul li.current-menu-item a  {
  /*background-color: #0d007d;*/
  color: #0d007d;
}

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

/* Start home slider */
.home-slider, .home-slider .item,
.home-slider .item .container-fluid,
.home-slider .item .container-fluid .row{
   min-height: 570px;
   direction: rtl;
}
.home-slider .owl-item,
.home-slider .item {
  overflow: hidden;
  position: relative;
}


.slider-home .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-home .slider-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
    border-radius: 40px;
  background: linear-gradient(0deg, rgba(29, 28, 28, 0.5) 27.77%, rgba(131, 128, 127, 0) 100%);
}


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


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

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

.home-slider .row {
  align-items: end;
  justify-content: start;
  text-align: start;
}

.slider-home .owl-item .slider-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border: 1px solid #F5F5F5;
  border-radius: 40px;
}

.slider-info {
  position: relative;
  z-index: 99;
  color: #fff;
  padding-inline-start: 22px;
}

.slider-info h2 {
  font-size: 48px;
  line-height: 66px;
  margin-bottom: 34px;
  font-weight: 700;
}
.slider-info h4{font-size: 18px;line-height: 30px;font-weight: 700;font-family: 'bold';width: 70%;margin: 26px auto 32px;}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-btns .my-btn{
}
.video-icone a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 0.5px solid #00785A;
}

.video-icone a::after {
  position: absolute;
  content: '\f04b';
  font-family: 'Font Awesome 5 Pro';
  font-weight: bold;
  color: #073640;
  font-size: 13px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 0.5px solid #00785A;
}

.video-icone a::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.7;
  animation: movecir 1s infinite linear;
}

@keyframes movecir {
  0% {
      transform: scale(0.5);
      opacity: 1;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}
.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,
.sponser-slider.owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev{
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  font-size: 34px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  border-radius: 50%;
  margin: 0;
}
.sponser-slider.owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-prev{
    background-color: #0d007d;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    color: #f25506;
      font-size: 22px;
}
.sponser-slider.owl-theme .owl-nav .owl-next{
     right: -37px;
}
.sponser-slider.owl-theme .owl-nav .owl-prev{
    left: -39px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slider .owl-theme .owl-nav .owl-prev {
  left: 26px;
  width: 69px;
  height: 69px;
  background: rgba(255, 255, 255, 0.19);
  color: #0d007d;
  bottom: 0px;
}

.home-slider .owl-theme .owl-nav .owl-next {
  left: 26px;
  width: 69px;
  height: 69px;
  bottom: 80px;
}

.card-slider.owl-theme .owl-nav .owl-prev {
  left: -70px;
}

.card-slider.owl-theme .owl-nav .owl-next {
  right: -70px;
}

.home-slider  .owl-theme .owl-nav .owl-next:hover,
.home-slider  .owl-theme .owl-nav .owl-prev:hover {
  color: #f25506;
  background: #0d007d;
  border-color: transparent;
}


.part-slider.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 0px 7.5px;
  border: none;
  background: #E6E6E6;
  border-radius: 50%;
  transition: all 0.3s;
}


.part-slider.owl-theme .owl-dots .owl-dot:hover span,
.part-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #FFCB8E;
  width: 24px;
  height: 24px;
}

.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: #E6E6E6;
}

.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #FFCB8E;
}



.owl-theme .owl-nav .disabled {
  opacity: 1;
}
header .my-btn a{
    box-shadow:none;
}
/* ********************************* */
/* Start about section */

section.about .col-lg-6{
  /* padding: 0; */
}
section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

section.about {
  position: relative;
  /* padding: 0; */
  padding: 90px 0 142px;
}
.about-info h5 {
    font-size: 20px;
    line-height: 30px;
    color: #535353;
    font-weight: 500;
}

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

.section-title {
  margin-bottom: 50px;
}
.evaluation-ethics .section-title{
  margin-bottom: 50px;
}
.section-title h4 {
  color: #080808;
  /* font-family: 'MEDIUM'; */
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
}


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

.about-info p {color: #535353;font-size: 16px;line-height: 24px;/* margin: 26px 0 32px; */}
.about-info h4{color: #080808;font-size: 40px;font-weight: 700;}
.about-info h6{

color: #073640;

font-size: 18.75px;
}

.about-img {
  width: 100%;
  /*max-width: 562px;*/
}
.about-img  .img{
  height: 468px;
  border-radius: 40px;
  background: #fff;
}
.about-img .img{
  position: relative;
}
.about-img .img::after{
  position: absolute;
  content: '';
  width: 331px;
  height: 358px;
  background-image: url('../images/Frame.png');
  background-size: contain;
  right: -65px;
  bottom: -89px;
  z-index: -1;
  display: none;
}
.about-img img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.about-info .my-btn a{/* background-color: #1B1B1B; *//* color: #fff; */min-width: 175px;}
/* -------------------------------  evaluation   ethics   section  ------------------   */
.evaluation-ethics{
  position: relative;
  background-color: #073640;
  padding: 167px 93px 175px;
}
.evaluation-ethics::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 72%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-image: url('../images/evaluate-after.png');
  background-repeat: no-repeat;
}
.evaluation-ethics .container-fluid{
  position: relative;
  z-index: 2;
}
.evaluation-ethics .section-title h4{

color: #fff;

text-align: center;
}
.evaluation-ethics .section-title h6{

color: #FFCB8E;

font-size: 18px;

text-align: center;
}
.evaluate-item{
text-align: center;
padding: 68px 14px;
background: #FFFFFF;
box-shadow: 0px 12px 44px rgba(0, 120, 90, 0.06);
position: relative;
transition: all 0.3s;
overflow: hidden;
}
.evaluate-item .evaluate-details{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #fff;
  padding-top: 32px;
  padding-inline: 12px;
  bottom: -100%;
}
.evaluate-item:hover .evaluate-details{
  bottom: 0;
}
.evaluate-item .icone{
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F3FFFC;
  border: 0.3px solid #E5FFF9;
  margin: 0 auto 24px;
}
.evaluate-item .icone img{
max-height: 60px;
max-width: 100%;
}
.evaluate-item  h4{font-size: 34px;line-height: 30px;color: #2E2E2E;font-family: 'bold';}
.evaluate-details h4{
margin-bottom: 17px;
}
.evaluate-details p{
  font-size: 18px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
}
.evaluate-details .more a{

background: #FFCB8E;

width: 56px;

height: 48px;

display: inline-block;

position: absolute;

bottom: 0;

left: 50%;

transform: translateX(-50%);

color: #00785A;
display: flex;
align-items: center;
justify-content: center;
}
.evaluate-details .more a i{
  font-size: 20px;
}
.evaluation-ethics .col-lg-3{
  padding:  0 8.5px;
}
/* ----------------- Start services section  ------------------ */
.services{
  padding: 72px 0 36px;
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.3) 0%, #0D007D3D 51.79%, rgba(255, 252, 245, 0.3) 100%);
}
.services .col-lg-4,
.projects .col-lg-4{
  padding: 0 7.5px;
}


.service-item{
    position: relative;
}
.service-item a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.service-item a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(41, 41, 41, 0) 50.24%, rgba(41, 41, 41, 0.8) 95.3%);
}
.service-item .img{
    height: 456px;
      border: 2px solid #fff;
      transition:all 0.4s;
}

.service-item:hover .img{
    border: 2px solid #292929;
}

.service-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}
.service-item .service-info{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    z-index: 3;
}
.service-item .service-info h4{
    font-size: 23px;
    font-weight: 700;
    min-height:61px;
}
.service-item .service-info h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
      min-height:82px;
}
.service-item .service-info span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: "MEDIUM";
}
.service-item .service-info span{
  position: relative;
}
.service-item .service-info span::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 4px;
  left: 0;
}
.services-img{
  height: 768px;
  position: relative;
}
.services-img .img,
.services-img .img img{
  width: 100%;
  height: 100%;
}
 .services-img .img img{
  object-fit: cover;
 }
.services-img::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(7, 54, 64, 0.4);
}
.services-img::before{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 278.12px;
  height: 679.12px;
  background-size: cover;
  z-index: 2;
  background-image: url('../images/after-img.png');
}
.services-img.about-page::before{
  display: none;
}
.services-info{
  padding-inline-start: 90px;
  padding-inline-end: 70px;
}

.services-info p{
font-size: 24px;
line-height: 37px;
margin: 32px 0;
color: #454343;
}
.services-info .my-btn a:first-of-type{
margin-inline-end: 19px;
}
.services .row{
  align-items: center;
}
/* end services section */

/* Start project  section */
.projects.project-page{
  background-color: #fff;
}
.project-page .col-lg-4{
  padding: 0 7px;
}
.project-page .project-item{
  margin-bottom: 16px;
}
.projects{
  padding: 90px 0px 74px;
}
.projects .my-btn{
  text-align: center;
  margin-top: 50px;
}
.projects .my-btn a{
  background-color: #073640;
  color: #fff;
  min-width: 216px;
}
.projects .my-btn a:hover{
  color: #073640;
}
.project-item{
  position: relative;
  margin-bottom:16px;
  transition: all 0.3s;
}


.project-item:hover .proj-name h4{
 /* transform: translateY(-74px); */
}
.project-item:hover .more{
 /*transform: translateY(10px) translateX(-50%);*/
 top:38%;
}
.project-item .more i{
    width: 68px;
    height: 68px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(1, 107, 53, 0.5);
}
.project-item:hover .more i{
   background: rgba(255,255,255, 0.2);  
}
.project-item .more i{
  font-size: 20px;
}
.project-item .proj-name{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 95%;
  z-index: 2;
}
.project-item .proj-name h4{
  color: #fff;
  font-size: 23px;
  line-height: 36px;
  transition:all 0.3s;
  position: relative;
  z-index: 3;
   min-height: 71px; 
   max-width: 79%;
  font-weight:700;
}
.project-item .img{
  height: 280px;
  position: relative;
  border: 1px solid #EFEEEE;
  border-radius: 32px;
}
.project-item .img img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  border-radius: 32px;
}
.project-item .img::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 1;
  transition: all 0.3s;
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 50.24%, #232323 95.3%);
  border-radius: 32px;
}
.project-item:hover .img::after{
height:100%;
}
.project-item .more {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-30%);
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
}

.project-item:hover .more {
  opacity: 1;
}

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

ul#pills-tab {
  justify-content: center;
  border-bottom: 3px solid #EAEAEA;
  max-width: max-content;
  margin: 0 auto 48px;
}
.nav-product .nav-link {
  color: rgb(0 0 0 / 40%);
  font-size: 18px;
  display: inline-block;
  /* min-width: 118px; */
  text-align: center;
  transition: all 0.3s;
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 10px;
}

.nav-product .nav-link:hover {
  background-color: #0d007d;
  color: #fff;
  font-weight: 700;
  /*! border-bottom: 3px solid #0d007d; */
  border-radius: 17px;
}

.nav-product .nav-link.active,
.nav-product .nav-link:active,
.nav-product .nav-link:focus {
  background-color: #0d007d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  /*! border-bottom: 3px solid #0d007d; */
  border-radius: 17px;
}
.project-page .nav-product .nav-link {
  border: 1px solid rgba(7, 54, 64, 0.17);
}
/* ************************************************8 */
section.part-section {
    padding: 64px 0px;

}
.sponser-slider.owl-carousel{
      background-color: #F7F8FA;
      border-radius: 24px;
      padding: 0 50px;
}
.part-section .section-title {
  margin-bottom: 48px;
}

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

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

.container-fluid {
  padding: 0;
}
.part-info .section-title h6{

color: #00785A;

font-size: 18.7px;

margin-bottom: 16px;

line-height: 19px;
}
.part-info p{
  
color: #454343;
  
font-size: 24px;
  
line-height: 37px;
}
.part-item .col-6{
  padding:0px;
}
.part-item .img {
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 0.5px solid #C0F4E7;
  box-shadow: 0px 4px 36px rgba(0, 120, 90, 0.08);
margin: 8px;
transition: all 0.3s;
}
.part-item .img:hover {
border: 1px solid #00785A;
box-shadow: 0px 4px 36px rgba(0, 120, 90, 0.08);
}
.item.part-item .row {
  margin: 20px;
}

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

.part-item .img img {
  max-height: 100%;
  max-width:100%;
  width: auto;
  transition: all 0.5s;
  object-fit: contain;
}

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

.part-section .part-info {
  padding-top: 74px;
  padding-bottom: 60px;
}

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

/* *************Start footer section*********** */
footer {
  overflow: hidden;
  padding: 0;
  position: relative;
  /* background-color:#0d007d; */
}
.footer{
  position: relative;
  /*padding-inline: 75px;*/
  /* margin-top: 140px; */
  padding-bottom: 44px;
  background: #F7F8FA;
  border-radius: 24px;
  padding-top: 68px;
}

.footer .col-lg-5{
  padding-inline-start: 0;
}
.footer-logo {
  height: 70px;
  margin-bottom: 18px;
}
.footer-logo img{
  height: 100%;
  object-fit: contain;
  /*filter: brightness(0) invert(1);*/
  max-width:100%;
}
.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;
}

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

footer .footer-links a:hover,
.footer-address a:hover {
  color:#0d007d;
}
.footer-links h4,.left-footer h4,.contact_footer h4{color: #413F3F;font-size: 24px;margin-bottom: 32px;font-weight: 700;}
.copy-right {
  padding: 22px 65px;
  margin-top: 0;
  background-color: #fff;
}
.right-footer p{
    color:#535353;
    line-height:24px;
}
.ryad-logo {
  height: 56px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.company-r p {
  color: #535353;
  font-size: 16px;
  margin-bottom: 0;
  /* font-family: 'MEDIUM'; */
  font-weight: 400;
}

.comp-rights {
  text-align: end;
}

.copy-right .row {
  align-items: center;
}

.company-r p a {
  color: #0d007d;
}

footer .footer-links a {
  color: #535353;
  font-size: 16px;
  /* font-family: "29LTAZER"; */
  font-weight: 400;
}

footer .footer-links ul li {
  margin-bottom: 14px;
}

ul.contact-list li, .contact-list li a {
  color: #535353;
  /*display: flex;*/
  /* align-items: center; */
  font-size: 16px;
  /* font-family: "29LTAZER"; */
  font-weight: 400;
}
ul.contact-list li .img img{
  height: 16px;
}
ul.contact-list li i, .contact-list li a i, ul.contact-list li .img {
  margin-inline-end: 12px;
  color:#282727;
}
ul.contact-list.list_details li i, ul.contact-list.list_details li a i, ul.contact-list.list_details li .img {
  position: relative;
  top: 5px;
}
ul.contact-list li {
  margin-bottom: 19px;
}

ul.contact-list li p {
  margin-bottom: 0;
}
span.mob-num {
  direction: ltr;
  display: inline-block;
}
/* Scroll to top */
#mybtn {
  display: none; 
  position: fixed; 
  bottom: 20px;
  left: 30px; 
  z-index: 99999; 
  border: none;
  outline: none; 
  background-color: #FFf; 
  cursor: pointer; 
  padding: 6px 8px; 
  width: 42px;
  height: 36px;
  font-size: 20px; 
  line-height: 32px;
}
#mybtn i{color: #073640;}


.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 14px;
  /*position: absolute;*/
  /*z-index: 999;*/
  /*width: 100%;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
}

.responsive-menu .lang a {
  /*color: #fff;*/
  font-size: 15px;
  margin-inline-start: 9px;
}
.video-icone{
  display: flex;
}
.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang-search .lang {
  margin-inline-end: 14px;
}
.responsive-menu .btnSearch {
  padding-inline: 0;
}


.responsive-menu .logo img {
  height: 100%;
}


/* ********************************************************************************************* */
/* Start about page */

.breadcrumb-section {
  color: #fff;
  background-image: url('../images/slider-1.png');
  background-size: cover;
  background-position: center;
  z-index: 2;
  padding: 83px 30px 83px;
  position: relative;
  border-radius:40px;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
   border-radius:40px;
 background: linear-gradient(0deg, rgba(29, 28, 28, 0.5) 27.77%, rgba(131, 128, 127, 0) 100%);
border: 1px solid #F5F5F5;
}

.breadcrumb-info h2 {
  font-size: 32px;
  font-weight: 700;
}


.breadcrumb {
  display: flex;
  justify-content: start;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb-item,.breadcrumb-item.active,.breadcrumb-section a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.breadcrumb-item.active {
  color: rgb(255 255 255 / 70%);
}

.breadcrumb-item+.breadcrumb-item::before {
  padding: 0px  10px;
  /*content: "-";*/
  color: #fff;

}
.vission-sec{padding: 26px 0px 70px;}
.vission-box{
  background-color: #fff;
  padding: 42px 32px;
  position: relative;
  overflow: hidden;
  /* min-height: 284px; */
  border-radius: 24px;
  border: 2px solid #ECECEC;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.vission-box::after {
  /*position: absolute;*/
  /*content: '';*/
  /*width: 30px;*/
  /*height: 30px;*/
  /*bottom: -30px;*/
  /*right: -30px;*/
  /*background-color: #0d007d;*/
  /*transition: all 0.7s;*/
  /*border-radius: 50%;*/
  /*transform: scale(0);*/
}
.vission-box:hover::after {
  /*transform: scale(60);*/
}
.vission-box:hover{
    border: 2px solid #0d007d;
}
.vission-box p {
  color: #535353;
  font-size: 16px;
  line-height: 26px;
}
.vission-box ul li{
  font-size: 16px;
  color: #454343;
  margin-bottom: 15px;
}
.vission-box .box-header, .vission-box .box-info {
  position: relative;
  z-index: 2;
}


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

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

.vission-box .img{
width: 60px; 
 height: 60px; 
  /* border-radius: 50%; */
  /* background: #F3FFFC; */
  /* border: 0.3px solid #E5FFF9; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.vission-box .box-header{
  display: flex;
  margin-bottom: 21px;
  align-items: center;
}
.vission-box .box-header h5{
  font-size: 32px;
  line-height: 38px;
  color: #282727;
  margin-inline-start: 12px;
  margin-bottom:0;
  font-weight: 700;
}
.vission-box:hover p,
.vission-box:hover .box-header h5{
  /*color: #fff;*/
}
.vission-box ul li:last-of-type {
  margin-bottom: 0;
}

section.vission-sec .col-lg-6 {
  padding: 0 8px;
}

.vission-box:hover ul li {
  /*color: #fff;*/
}
/* ******************************************************************************************************** */
/* 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;*/
/*}*/

/*.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;*/
/*}*/


/* -------------------------  single project page  ------------------    */
.single-project-page{
  padding:100px  90px;
}
.single-project-info{
  /*padding-top: 70px;*/
}
.single-project-info h4{font-size: 32px;line-height: 44px;margin-bottom: 32px;color: #080808;font-weight: 700;}
.single-project-info p{font-size: 16px;line-height: 26px;color: #535353;font-weight: 400;}

.slider.slider-for {
direction: ltr;
}
.banner-slider {
/* overflow: hidden; */
background: transparent;
padding-inline-start: 16px;
}
.slider-banner-image img {width: 100%;height: 364px;object-fit: cover;  border-radius:32px;border: 1px solid #E8F1FF}

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

.thumbImg {margin: 0 4px;height: 72px;position: relative;}
.thumbImg::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #434344B2;
  transition: all 0.3s;
  border-radius:16px;
}
.slick-current.slick-active .thumbImg::after,
.thumbImg:hover::after{
  opacity: 0;
}
.thumbnail-image.slick-slide.slick-current.slick-active:focus {
outline: none;
}
.slick-current.slick-active .thumbImg img,.thumbImg:hover img{
    border: 2px solid #0d007d;
}
.slider.slider-for {
direction: ltr;
}

[dir="rtl"] .slick-slide {
float: left;
}
.banner-slider .col-sm-2,
.banner-slider .col-sm-10 {
padding-right: 6px;
padding-left: 6px;
}
.slick-dots {bottom: 32px;display: none;}


.slick-dots li button:before {
content: "";
width: 14px;
height: 14px;
background: #4C7877;
border-radius: 50%;
opacity: 1;
}
.slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  background: #00785A;
  border-color: transparent;
  opacity: 1;
  top: -3px;
  left: -3px;
}
.slick-dots li button:hover:before{
  background: #00785A;
}
.slick-dots li {
width: 18px;
height: 18px;
margin: 0 2px;
}

.single-ser-img {position: relative;margin-bottom: 14px;}

.services-detail h4 {
font-size: 17px;
font-family: "bold";
margin-bottom: 20px;
color: var(--bg-color);
}
.services-detail p {
color: #363636;
line-height: 27px;
}


.slick-slider{
  direction: ltr;
}
/* ----------------------  career page  ----------------------   */
.career{
  padding: 100px 0;
}
.career .row{
  justify-content: center;
}
.contact-form{
  background: #FFFFFF;
 box-shadow: 0px 24px 20px 0px #0000000A;
  margin-inline: 12px;
  padding: 40px 42px;
  border: 1px solid #F7F8FA;
  border-radius:24px;
}
.contact-form h4{

font-size: 34.24px;

line-height: 44px;

color: #073640;

font-family: 'bold';

text-align: center;

margin-bottom: 29px;
}
.contact-form form input,
.contact-form form textarea,
.contact-form2 form input,
.contact-form2 form textarea{
  width: 100%;
  padding: 8px 10px;
  background: #F7F8FA;
  color: #4E4E4E;
  font-weight: 400;
  font-size: 16px;
  border-color: transparent;
  border-radius:8px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #4E4E4E;
  font-size: 16px;
  /*opacity:0.7;*/
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #4E4E4E;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-info form input:focus {
  outline: none;
}

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

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

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

.contact-data ul li a {
  color: #232323;
  font-size: 20px;
  font-family: 'Roboto-Regular';
}

.contact-data li i {
  margin-inline-end: 15px;
  color: #fff;
  width: 38px;
  height: 38px;
  background: #B19366 0% 0% no-repeat padding-box;
  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: 22px;
}

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

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

.follow {
  margin-bottom: 28px;
}

.follow a {
  color: #B19366;
  font-size: 20px;
  margin-inline-end: 11px;
}

.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;
}

.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: 0px;
  top: 0px;
  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: #F6F6F6;
  width: 100%;
  padding-block: 24px;
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}
.form-group.mobil{
  position: relative;
}
.form-group.mobil span.mob-num {
  position: absolute;
  top: 56px;
  left: 16px;
  font-size: 14px;
  color: #222222;
}

.input-group.upload span.uplod .uplod-img {
  background: rgba(7, 54, 64, 0.04);
  width: 44px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-form .my-btn{
  text-align: center;
  margin-top: 32px;
}

.my-btn button{
  background-color: #0d007d;
  /*color: #fff;*/
  min-width:100%;
}
.my-btn button:hover{
  /*color: #073640;*/

}

.footer-links h4, .left-footer h4,footer .footer-links a,
.section-title h4,.section-title h6, h4,h5,h6, .my-btn a,
.my-btn button,.nav-product .nav-link{
    /*text-transform:capitalize;*/
}
.map  {
  width: 100%;
  height: 797px;
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
}
.contact-page{
  /*padding-bottom: 0;*/
  z-index: 2;
  position: relative;
}
.map-sec{
  padding: 0;
  margin-top: -176px;
}
footer .map{
  height: 208px;
}
/* ------------------------------------- */

.services-info.about-info .my-btn a:last-of-type {
    min-width: 150px;
}

.vission-box{
      min-height:243px; 
}

.mynav li {
    padding-inline-end: 17px;
}
.single-project-page{
  padding:75px  90px;
}
.sponser-img {
    height: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 51px 2px;
    padding: 21px 10px;
    overflow: hidden;
    transition:all 0.3s;
    border: 2px solid #fff;
    box-shadow: 0px 8px 12px 0px #C3C3C30A;
    text-align:center;
}
.sponser-img:hover {
    border: 2px solid #080808;
  box-shadow: 0px 8px 12px 0px #0000000A;
}
.sponser-img img {
max-width: 90%;
height: 102px !important;
margin: auto;
}
.footer-soch a{
  color: #B7B7B7;
  transition: all 0.3s;
  padding: 0 9px;
  font-size:23px;
}
.footer-soch a:hover{
   color: #0d007d;
}
.footer-soch{
    margin-top: 17px;
    background: #fff;
    max-width: max-content;
    padding: 10px 32px;
    border-radius: 8px;
}
.contact-with-sales{
  margin-top: 21px;   
}
.contact-with-sales a.Contact-sales {
    min-width: 191px;
    background: #FFFFFF;
    border: 1px solid #0d007d;
    box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.16);
    border-radius: 3px;
    padding: 10px;
    color: #0d007d;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'MEDIUM';
      transition: all 0.3s;
}
a.Contact-sales i {
    font-size: 20px;
    margin-inline-end: 6px;
    width: 40px;
    height: 40px;
    background-color: #09A655;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.contact-with-sales a.Contact-sales:hover {
    background:  #0d007d;
    color: #fff;
}
@media (max-width: 768px) {
.about-img .img::after {
    right: -30px;
}
}

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

.service-page .service-item,.blog-item{
    margin-bottom:16px;
}
.my-btn button:hover{
    color:#fff;
}
.blog-item{
   border: 2px solid #E8E8E8;
    border-radius: 32px;
   transition: all 0.5s ease;
}

.blog-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:32px 32px 0px 0px;
}
.blog-item .blog-info{
    padding: 22px 29px;
}
.blog-item .blog-info h4{
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color: #282727;
    transition:all 0.3s;
}
.blog-item:hover .blog-info h4{
      /*color: #0d007d;*/
}
.blog-item .blog-info p{
    color: #282727;
    font-size: 16px;
    line-height: 26px;
    margin: 16.74px 0;
}
.blog-item .blog-info span{
font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #0d007d;
    text-decoration: underline;
}
.blog-page .col-lg-4{
    padding: 0 7.5px;
}

section.single-blog-page .row {
    justify-content: center;
}

.article-img {
    height: 380px;
    margin-bottom: 32px;
}

.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid #F3F1F1
}

.single-article-detail h4 {
    font-size: 32px;
    color: #080808;
   font-weight:700;
    margin-bottom: 24px;
}
   
.single-article-detail p {
    font-size: 16px;
    line-height: 28px;
    color: #535353;
}
.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next{
    font-size:32px;
    top: unset;
    background: #1413131A;
    border: 1px solid #fff;
    color: #fff;
}

.service-item .service-info span{
    text-transform:capitalize;
}
.service-item .service-info {
    width:93%;
}
.contact-form h4 {
    color: #0d007d;
}
.sidebar .my-btn a {
    background-color:#0d007d;
    color: #fff;
}

.sidebar .my-btn a:hover {
    background-color:none;
    color: #0d007d;
}
.slick-dots{
    display:none;
}
.inner_ro {text-align: center;padding: 40px 0;}

.inner_ro span {
    font-size: 48px;
    color: var(--sec-color);
    font-family: 'bold';
}

.inner_ro .outer h4 {
    font-size: 36px;
    font-family: 'bold';
    margin-bottom: 22px;
}

.inner_ro .outer p {
    font-size: 20px;
}

.inner_ro .outer p a {
    color: var(--sec-color);
    font-family: 'bold';
}
.vission-sec .col-lg-4:nth-child(3) .vission-box .box-info p {
    height: 0;
    line-height: 0;
    margin: 0;
}

.blog-item .blog-info span{
    text-transform:capitalize;
}
.blog-item .blog-info h4 {
    min-height: 60px;
}
section.about .row {
    align-items: center;
    border: 3px solid #ECECEC;
    border-radius: 56px;
    padding: 16px 0;
}

.service-item:hover .img img{
    transform: scale(1.1);
}
.service-item .img{
    overflow: hidden;
}

.service-item .img img{
    transition:all 1s;
}

.mynavbar ul {
    justify-content: center;
}
.about-info h5 {
    margin: 32px 0 16px;
}
.service-item .img  {
    border-radius: 32px;
}

section.part-section.partner-page{
  padding:110px 90px;  
}
.partner-page .sponser-img {
    margin: 28px 2px;
}

.fixed-icone{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    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;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
   margin-bottom: 14px;
   box-shadow: 0px 3.24px 3.24px 0px #30BF2F4D;
}
.fixed-icone a i{color: #fff;font-size: 20px;}



.right-nav .my-btn a.reruest {
    background: #0d007d;
    color: white;
    min-width: 195px;
    margin-inline-start: 14px;
    border:none;
}

.right-nav .my-btn a.reruest:hover{
    color:#fff;
    /*border-color:#1B1B1B;*/
    border:none;
}


.services_Title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:48px;
}

.services_Title .section-title {
    margin-bottom: 0;
}

section.services .my-btn a{
min-width:189px;
}

section.about {
    padding: 90px 0 100px;
}
.about-img {
    position:relative;
}
.about-img .count-block {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 3;
  width: 136px;
  height: 127px;
  background: #fff;
  border-radius: 24px;
  padding: 0;
  box-shadow: 0px 4px 24px 0px #0000001A;
  border: 1px solid #FFFFFF;
}


/* ----------------   counter   ------------*/
.counter-item {
  direction: ltr;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  color: #202122;
}

.count-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.count-block .details {
  display: flex;
}

.count-block .details h6 {
  font-size: 20px;
  font-weight: 500;
  color: #131010;
}

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

.about-info ul li{
    position: relative;
    padding-inline-start:20px;
}
.about-info ul li::after {
    position: absolute;
    content: "\f00c";
    font-family: 'font awesome 5 pro';
    top: 7px;
    right: 0;
    color: #14B361;
    font-size: 14px;
}

.fixed-icone a.call_btn {
    background: linear-gradient(180deg, #0d007d 0%, #f25506 100%);
    box-shadow: 0px 3.42px 3.42px 0px #0000000D;

}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
}
footer .footer-links ul li {
    margin-bottom: 14px;
    width: 38%;
    display: inline-flex;
}

.service-item .service-info h6 {
    display: none;
}

.service-item a {
    position: relative;
  
    border-radius: 32px;
    transition: all 0.3s;
}
.service-item a:hover {
    /*border: 2px solid #292929;*/
}

.service-item a::before,.project-item .img::before {
    position: absolute;
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    width: 52px;
    height: 52px;
    background: #0d007d;
    color: #f25506;
    bottom: 12px;
    left: 12px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.4s;
    transform: translateX(-60px);
    opacity:0;
}

.service-item:hover a::before,.project-item:hover .img::before {
    transform: translateX(0px);
    opacity:1;
}

.service-item .service-info span,.project-item .more {
    display: none;
}

 .contact-form2 label{
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 14px;*/
    /*transition: all 0.3s;*/
    color:#4E4E4E;
  
}

input:focus::-webkit-input-placeholder ,
textarea:focus::-webkit-input-placeholder{
    font-size: 12px;
    position: relative;
    bottom: -5px; 
    transition: 0.2s ease-out;
}
 .contact-form2 input::placeholder,
  .contact-form2 textarea::placeholder{
   opacity: 0;
}
 .contact-form2 input:focus::placeholder,
 .contact-form2 textarea:focus::placeholder{
    opacity: 1;
}
 .contact-form2 input:focus  + label,
.contact-form2 input.has-value  + label,
 .contact-form2 textarea:focus  + label,
.contact-form2 textarea.has-value  + label{
    font-size: 12px;
    top: 0px;
    font-weight:300;
}
.form-group {
    position: relative;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 534px;
        margin: 1.75rem auto;

    }
}

.modal-content{
            border: 1px solid #F7F8FA;
        border-radius: 24px;
        box-shadow: 0px 24px 20px 0px rgba(0, 0, 0, 0.04);
        padding:40px 43px;
}
.modal-header {
    display: none;
}
.form-group.mobil span.mob-num {
    z-index: 9;
    display: none;
}    
    
.footer .row.wow {
    margin: 0;
}
 footer .footer-links li.current-menu-item a {
    color: #0d007d;
    font-weight:700;
 }
 
  .modal-content .my-btn button {
    color: #fff;
}    
    
  /* Pagination */
.pagination-list {
  padding: 6px 0;
  max-width:max-content;
  margin: 28px auto 0;
  border-radius: 16px;
  box-shadow: 0px 12px 28px 0px #00000014;
}

.pagination {
  justify-content: center;
  align-items: center;
}

.page-item .page-link {
  color: #464646;
  opacity:30%;
  font-size: 16px;
  font-weight: 400;
  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;
  transition: all 0.4s;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
  margin-inline: 6px;
  color: #0d007d;
  font-size: 14px;
  line-height: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1.53px solid #0d007d;
}

.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;
  background-color: #fff;
  border-color: #fff;
  color: #232323;
  font-size: 18px;
   opacity:100%;
}

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;
}
 .contact-with-sales {
    display: none;
} 
    
     .slider-banner-image a{
         position: relative;
     }
    .slider-banner-image a::after{
    position: absolute;
    content: "\f00e";
    font-family: 'Font Awesome 5 Pro';
    width: 48px;
    height: 48px;
    background-color: #0d007d;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0px 5px 8px 0px #00000014;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    font-size: 22px;
}
.blog-item .img {
    height: 315px;
    border-radius: 32px 32px 0px 0px;
    position: relative;
}
 .blog-item .img .date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    backdrop-filter: blur(40px);
    background: rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    color: #fff;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
}   
    
 .blog-item .blog-info p {
    display: none;
}   
 .blog-item .img .date span {
    font-weight: 700;
}   
    
  .single-article-page {
    background: #F7F8FA;
    border-radius: 32px;
    padding: 47px 57px;
}  
  .single-article-page .date {
    display: flex;
    background: #fff;
    max-width: max-content;
    padding: 3px 12px;
    box-shadow: 0px 4px 4px 0px #0000000A;
    border-radius: 8px;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
}

.sponser-slider.owl-theme .owl-nav .owl-next:hover,
.sponser-slider.owl-theme .owl-nav .owl-prev:hover {
    opacity: 60%;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
}
/*.footer-soch  a:hover i.fab.fa-facebook {*/
/*    color: #1877f2;*/
/*}*/

/*.footer-soch  a:hover i.fab.fa-whatsapp {*/
/*    color: #249f00;*/
/*}*/

/*.footer-soch  a:hover i.fab.fa-linkedin {*/
/*    color: #0a66c2;*/

/*}*/

/*.footer-soch  a:hover i.fab.fa-instagram {*/
/*    color:#833ab4;*/
/*}*/

/*.footer-soch  a:hover i.fab.fa-snapchat {*/
/*color:#fffc00;*/
/*}*/

/*.footer-soch  a:hover i.fab.fa-tiktok {*/
/*color:#000;*/
/*}*/
/*.footer-soch  a:hover i.fab.fa-x-twitter {*/
/*color:#1da1f2;*/
/*}*/


.wpcf7 .form-group > label {
   position: absolute;
    top: 10px;
    right: 14px;
    transition: all 0.3s;
    text-transform: capitalize;
    z-index:2;
}

.wpcf7 .form-group > label.move {
	font-size: 12px;
    top: 1px;
    font-weight:300;
}
.wpcf7 .form-group input{
    transition:all 0.4s;
}
.wpcf7 .form-group input.has-value,
.wpcf7 .form-group textarea.has-value{
    padding: 16px 10px 2px;
} 

.services.article_page {
    background: none;
}
.blog-item:hover {
    border: 2px solid #0d007d;
}

.sidebar .logo {
    margin-top: 12px;
    padding-inline-start: 19px;
    height: 57px;
}

.sidebar .logo img {
    /*filter: brightness(0) invert(1);*/
}

.sidebar .side-content ul li.current-menu-item {
    background: #fff;
}


 .contact-form2 form textarea {
    height: 97px;
}


ul.pagination.justify-content-center.mt-5 {
    margin-top: 0 !important;
}

span.mob_Number {
    display: inline-block !important;
    direction: ltr;
}

a.next.page-link span span,a.prev.page-link span span {
    display: none;
}

ul.contact-list.list_details li a span:first-of-type {
    /*! display: flex; */
    padding: 0 !important;
}

ul.contact-list.list_details {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 18px;
}

.contact_page_details h4 {
    color: #413F3F;
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

ul.contact-list a span {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.search-img img {
    cursor: pointer;
    max-height: 28px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

.contact_footer ul.contact-list li,.contact_footer .contact-list li a {
    display: flex;
}

section.services.service-page {
    background: #fff;
}

.contact_page_details {
    border: 1px solid #F7F8FA;
    box-shadow: 0px 24px 20px 0px #0000000A;
    padding: 48px 62px;
    border-radius: 24px;
}
ul.contact-list a span.data {
    padding-inline-start: 0 !important;
}

ul.contact-list a span.mob-num.data {
    padding-inline-end: 30px;
}

.contact-form {
    height: 100%;
}

.mynavbar .right-nav {
    margin-inline-start: -20px;
}


.mynavbar  .col-lg-3 {
    padding: 0;
}

footer ul.contact-list li i, footer .contact-list li a i,footer  ul.contact-list li .img {
    position: relative;
    top: 6px;
}
.page-item:last-child .page-link:hover {
    opacity: 1;
}
.page-item:last-child .page-link {
    transition: all 0.3s;
}

.service-item a:hover {
    border: 1px solid #292929;
}

.sidebar .my-btn a {
    background-color: #fff;
    color: #000;
    border: none;
    font-weight: 400;
    padding: 0;
    min-width: unset;
}




.comp-rights a {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 11px;
}
.comp-rights a svg {
  max-width: 20px;
}
.comp-rights a img {
  width: 70px;
  height: 24px;
}
.comp-rights a p {
  margin-bottom: 7px !important;
  font-size: 16px;
  color: black;
}
.comp-rights a:hover {
  color: black;
}

.reruest.header-btn {
  direction: ltr;
}


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

.why-us-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.why-us-img img {
  width: 100%;
  border-radius: 32px;
  height: 100%;
  object-fit: cover;
}
.why-us-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why-us-ico {
  width: 60px;
}
.why-us-ico img {
  width: 100%;
  background: white;
  box-shadow: 5px 5px #0d007d;
  border: 1px solid;
  border-radius: 10px;
  width: 44px;
}
.why-us-item {
  display: flex;
  max-width: 48%;
  gap: 15px;
  flex: 48%;
  margin-bottom: 15px;
}
.why-us-tit-in h3 {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: bold;
}
.why-us-item-desc h3 {
  font-size: 18px;
}
.why-us-item-desc p {
  font-size: 16px;
}

.card {
}
#accordion .card {
  margin-bottom: 20px;
  /*! background: #0d007d; */
  color: white;
  border: none;
}
#accordion .card button {
  color: white;
  font-size: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: none;
  border: none !important;
  text-decoration: none;
}
#accordion .card .card-body {
  background: white;
  color: black;
  border-radius: 15px;
}
#accordion .card .card-header {
  background: #0d007d;
  border-radius: 15px;
}
#accordion .card:hover button {
  text-decoration: none;
  border: none;
}

.statics .row {
  background-color: #F7F8FA;
  border-radius: 24px;
  padding: 50px;
}
.static-ico {
  width: 70px;
  margin-bottom: 20px;
}
.static-ico img {
  width: 100%;
  margin: 0 auto;
}
.static-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stat-txt h3 {
  font-size: 44px;
}
.stat-txt h4 {
  font-size: 18px;
}

.statics .row {
  background-color: #F7F8FA;
  border-radius: 24px;
  padding: 50px;
}
.static-ico {
  width: 70px;
  margin-bottom: 20px;
}
.static-ico img {
  width: 100%;
  margin: 0 auto;
}
.static-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.stat-txt h3 {
  font-size: 44px;
}
.stat-txt h4 {
  font-size: 18px;
}
/* التأثير الأساسي عند إضافة كلاس sticky */
.mynavbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* إضافة ظل للهيدر */
    transform: translateY(-100%); /* بداية التحريك من أعلى */
    transition: transform 0.5s ease-in-out; /* تأثير التحويل */
}

/* عند تثبيت الهيدر، يتحرك الهيدر للأسفل */
.mynavbar.sticky.sticky-active {
    transform: translateY(0); /* انزلاق الهيدر للأسفل عند التثبيت */
}


.mynavbar.sticky .row {
  color: white;
  background: white !important;
}

.vission-box .box-header img {
  width: 100%;
  height: ;
}

.single-serv-img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.contact-list.list_details li a {
  display: flex;
  justify-content: start;
}