@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
  --main-color: rgba(254, 165, 100, 1);
  --title-color: #21445b;
}




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

body {
  direction: rtl;
  text-align: start;
    font-family: "Cairo", 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;
  width: 36px;
  height: 34px;
  border-radius:3px;
}

span.navbar-toggler-icon i {
  font-size: 22px;
}
.right-nav .my-btn a:last-of-type {
    /* margin-inline-start: 6px; */
    height: 48px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}
/* Start navbar */
.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 12px;
  /*  */
  min-width: 125.76px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
  box-shadow: 0px 14px 64px rgba(1, 107, 53, 0.08);
}

.slider-btns .my-btn a{
  min-width: 161px;
  background-color: #fff;
  color: var(--main-color);
  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: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  border-radius: 0;
  transition: all 0.3s;
}

.my-btn a:hover,
.about-info .my-btn a:hover{
  color: var(--main-color);
}
.header-btn a:hover::after,
.my-btn a:hover::after,
.my-btn button:hover::after,
.slider-links a:hover::after {
  transform: scale(1);
  opacity: 1;
}

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

.logo {
  width: 195px;
  /*height:64px;*/
}

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

header {
  position: absolute;
  padding: 18px 0;
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
}

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

.mynav .nav-link {position: relative;font-size: 16px;font-weight: 400;line-height: 24px;color: #fff;padding: 0;}
.mynav .nav-link::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  Width: 0%;
  height: 1px;
  background-color: var(--main-color);
  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: var(--main-color);
}
.mynavbar{
  /* padding-inline: 91px; */
}
.mynavbar .row {
  align-items: center;
}

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

.lang a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  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 {
  transform: rotate(360deg);
  color: var(--hover-color);
}

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


/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100%;
  width: 350px;
  background-color: var(--main-color);
  z-index: 999;
  padding: 20px 0;
  z-index: 999999;
  transition: all 0.7s;
  box-shadow: 0px 0px 20px #00000029;
  padding: 0;
  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: 9999;
  display: none;
}

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

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}


.sidebar .side-content ul li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {

}

.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: 679px;
   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;
background: rgba(0, 0, 0, 0.6);
}


.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;
  text-align: start;
}

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

.slider-info {
  position: relative;
  z-index: 99;
  color: #fff;
  max-width: 837px;
  padding-bottom: 84px;
}

.slider-info h2 {font-size: 48px;font-weight: 800;line-height: 80px;margin: 0;}
.slider-info h4{font-size: 18px;line-height: 30px;font-weight: 700;width: 70%;margin: 26px 0 32px;display: none;}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.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{
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  border-radius: 0;
  margin: 0;
}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev{
    background-color:var(--main-color);
    width: 56px;
    height: 56px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    /* clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%); */
    font-size: 16.01px;
    color: #fff;
    margin: 0;
}
.owl-theme .owl-nav .owl-next{
     right: -7.5%;
     /* border-radius: 0px 5px 5px 0px; */
}
.owl-theme .owl-nav .owl-prev{
    left: -7.5%;
    /* border-radius: 5px 0 0 5px; */
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slider .owl-theme .owl-nav .owl-prev {
  /* left: 26px; */
  background: var(--main-color);
  color: #fff;
}

.home-slider .owl-theme .owl-nav .owl-next {
  right: 0 !important;
  position: relative;
  left: 0 !important;!i;!;
  margin: 0 !important;!I;!;
  top: 0 !important;!I;!;
  bottom: 0 !important;
}

.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: var(--main-color);
  background: transparent !important;!IM;!I;!;
  border: 2px solid #fff;
}


.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;
    min-width: 143px;
    background: transparent;
    border: 3px var(--main-color) solid;
    color: var(--main-color);
    border-radius: 0;
    min-height: 48px;
}
/* ********************************* */
/* 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: 148px 0 50px;
}
.about-info h5 {
    font-size: 22px;
    line-height: 30px;
    color: var(--main-color);
   font-weight: 700;
}

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

.section-title {
  margin-bottom: 48px;
}
.evaluation-ethics .section-title{
  margin-bottom: 50px;
}
.section-title h4 {
  color: #282727;
  text-align: center;
  font-weight: 550;
  font-size: 50.23px;
  line-height: 50px;
  margin-bottom: 0;
}


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

.about-info p {color: #454343;font-size: 16px;line-height: 25.6px;margin: 26px 0 32px;}
.about-info h4{color: #080808;font-size: 40px;font-weight: 700;line-height: 60px;margin-bottom: 12px;}
.about-info h6{

color: #073640;

font-size: 18.75px;
}

.about-img {
  width: 100%;
  height: 479px;
  position: relative;
  /* max-width: 595.5px; */
}
.about-img  .img{
  height: 100%;
  /* box-shadow: 0px 4px 34px rgba(5, 113, 57, 0.08); */
  border-radius: 5px;
  padding: 0;
  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 {
  object-position: center;
  /*width: 100%;*/
  height: 100%;
  /* border-radius: 5px; */
  /*object-fit: cover;*/
}
.about-info .my-btn a{background-color: var(--main-color);color: #fff;}
/* -------------------------------  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;}
.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: 98px 0;
  /* background-color: #EDFFF6; */
}
.services .col-lg-4,
.projects .col-lg-4{
  padding: 0 7.5px;
}
section.services .my-btn {
    text-align: center;
    margin-top: 50px;
}

section.services .my-btn a {
    min-width: 204px;
}
.service-item{
    position: relative;
    direction: rtl;
    height: 456px;
    overflow: hidden;
}
.service-item a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.service-item a::after, .service-item a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: linear-gradient(0deg, rgba(0, 44, 89, 0.5) 27.77%, rgba(131, 128, 127, 0) 100%);*/
    background: rgba(0, 0, 0, 0.6);
    transition: all .4s;
    z-index: 2;
}
.service-item .img{
    height: 100%;
}
.service-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.service-item .service-info{
    position: absolute;
    bottom: 0;
    right: 0px;
    color: #fff;
    z-index: 3;
    left: 0;
    padding: 34px 23px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    width: 100%;
}
.service-item .service-info h4{
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
}
.service-item .service-info h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    min-height:82px;
    display: none;
}
.service-item .service-info span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    
}
.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: 50px 0;
  text-align: center;
}
.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: 10px 0;
  transition: all 0.3s;
  height: 280px;
  overflow: hidden;
}


.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: 0;
  bottom: 0;
  width: 100%;
  text-align: start;
  z-index: 2;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  right: 0;
  padding: 30px 14px;
}
.project-item .proj-name h4{
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  max-width: calc(100% - 80px);
  margin-bottom: 10px;
  transition:all 0.3s;
}
.project-item .img{
  height: 100%;
  position: relative;
  width: 100%;
}
.project-item .img img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  /* border-radius:5px; */
}
.project-item .img::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.6s;
  background: rgba(0, 0, 0, 0.6);
}
.project-item:hover .img::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 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;
  margin-bottom: 20px;
  border-bottom: 3px solid rgba(234, 234, 234, 1);
  display: inline-flex;
}
.nav-product .nav-link {
  margin: 0 12px;
  margin-bottom: -1.5px;
  font-size: 16px;
  display: inline-block;
  padding: 14px 0;
  text-align: center;
  transition: all 0.3s;
  background: transparent !important;!I;!;
  border-bottom: 3px solid transparent;);
  border-radius: 0;
  opacity: .4;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
}

.nav-product .nav-link:hover {
  background-color: var(--main-color);
  color: #fff;
}

.nav-product .nav-link.active, .nav-product .nav-link:active, .nav-product .nav-link:focus, .nav-product .nav-link:hover {
  opacity: 1;
  border-color: var(--main-color);
  background: transparent;
  color: inherit;
}
.project-page .nav-product .nav-link {
  border: 1px solid rgba(7, 54, 64, 0.17);
}
/* ************************************************8 */
section.part-section {
    padding: 50px 0 20px;
}

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

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:var(--main-color); */
}
.footer{
  position: relative;
  padding: 32px 42px;
  background: #F7F8FA;
}

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

footer .footer-links a:hover,
.footer-address a:hover {
  color: var(--main-color);
}
.footer-links h4,.left-footer h4{color: #413F3F;font-size: 24px;margin-bottom: 32px;line-height: 44px;font-weight: 700;}
.copy-right {
  padding: 23px 0;
  margin-top: 0;
  background-color: #fff;
}

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

.company-r p {
  color: #212121;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

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

.company-r p a {
  color: var(--main-color);
}

footer .footer-links a {
  color: #fff;
  font-size: 18px;
  
}

footer .footer-links ul li {
  width: 44%;
  flex: 0 0 auto;
  margin: 0 0 20px;
  padding-inline-end: 10px;
}

ul.contact-list li, .contact-list li a {
  color: #535353;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
   transition: all 0.3s;
}
ul.contact-list li:hover, .contact-list li a:hover{
    color:var(--main-color);
}
ul.contact-list li .img img{
  height: 16px;
}
ul.contact-list li i, .contact-list li a i, ul.contact-list li .img {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 13px;
  font-size: 18.27px;
  color: #282727;
}

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: 66px;
  left: 30px;
  z-index: 99999;
  border: none;
  outline: none;
  background-color: #FFf;
  cursor: pointer;
  padding: 6px 8px;
  width: 42px;
  height: 36px;
  font-size: 20px;
  box-shadow: 0px 7px 12px 0px #00000026;

  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 {
  font-size: 15px;
  margin-inline-start: 9px;
  color:#000;
}
.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 {
  max-width: 100%;
}


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

.breadcrumb-section {
  color: #fff;
  background-image: url('../images/slider-1.png');
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 146px 0 90px;
  position: relative;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.breadcrumb-info h2 {
  text-align: center;
  font-size: 50px;
  
}


.breadcrumb {
  display: flex;
  justify-content: center;
  background-color: transparent;
padding: 0;
margin: 0;
}
.breadcrumb-item,.breadcrumb-item.active,.breadcrumb-section a {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
}
.breadcrumb-item.active {
  color: rgb(255 255 255 / 60%);
  display: none;
}

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

}
.vission-sec{padding: 26px 90px 70px;}
.vission-box{
  background-color: #fff;
  padding: 32px 25px;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border: 2px solid #ECECEC;
  margin: 10px 0;
  height: calc(100% - 20px);
}
.vission-box::after {
  position: absolute;
  /* content: ''; */
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: -30px;
  background-color: var(--main-color);
  transition: all 0.7s;
  border-radius: 50%;
  transform: scale(0);
}
.vission-box:hover::after {
  /* transform: scale(60); */
}
.vission-box p {
  color: #535353;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.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: 40px;
  height: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.vission-box .box-header{
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.vission-box .box-header h5{
  margin-inline-start: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
}
.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-4 {
  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;
  display: inline-flex;
  box-shadow: 0px 12px 28px 0px #00000014;
  padding: 6px;
  border-radius: 0 !important;
  align-items: center;
  -webkit-align-items: center;
}

.pagination .page-item {margin: 0 3.5px;}

.pagination .page-link {
  border: none;
  border-radius: 0;
  color: #232323 !important;

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  /*opacity: .30;*/
  border-radius: 0 !important;
  width: 20px;
}

.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: transparent;
  /* border-color: var(--main-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{margin-bottom: 10px;color: #080808;font-size: 32px;font-weight: 700;line-height: 44px;}
.single-project-info p{color: #535353;font-size: 16px;font-weight: 400;line-height: 24px;margin-bottom: 20px;}

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

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

.thumbImg {margin: 0 5px;height: 72px;position: relative;cursor: pointer;}
.thumbImg::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(67 67 68 / 70%);
  transition: all 0.3s;
  border: 2px solid rgb(67 67 68 / 70%);
}
.slick-current.slick-active .thumbImg::after,
.thumbImg:hover::after{
  border: 2px solid var(--main-color);
  background: transparent;
}
.thumbnail-image.slick-slide.slick-current.slick-active:focus {
outline: none;
}

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


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

.services-detail h4 {
font-size: 17px;
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 var(--Number2) 20px 0px #0000000A;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #F7F8FA;
  max-width: 534px;
}
.contact-form h4{

font-size: 34.24px;

line-height: 44px;

color: #073640;



text-align: center;

margin-bottom: 29px;
}
.contact-form form input, .contact-form form select, .contact-form form textarea, .file-upload-group.form-control {
  width: 100%;
  padding: 8px 10px;
  background: #F7F8FA !important;
  color: #4E4E4E;
  border-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  position: relative;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #4E4E4E;
  font-size: 17px;
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #212121;
  font-size: 20px;
  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;
}

.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: 0;
  left: 16px;
  font-size: 14px;
  color: #222222;
  bottom: 0;
  display: none;
  align-items: center;
  -webkit-align-items: center;
}

.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: #073640;
  color: #fff;
  min-width: 150px;
}
.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:345px; */
}

.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;
    box-shadow: 0px 8px 12px 0px #C3C3C30A;
    border-radius: 0;
    margin: 20px 10px;
    padding: 21px;
    overflow: hidden;
    border: 3px transparent solid;
    transition: all .4s;
}

.sponser-img img {
    max-width: 100%;
    max-height: 100%;
}
.footer-soch a{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  margin-inline-end: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.footer-soch .s-h a:hover{
   /* transform:translateY(-6px); */
   color: var(--main-color);
}
.footer-soch{
    margin-top: 17px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.contact-with-sales{
  margin-top: 21px;   
}
.contact-with-sales a.Contact-sales {
    min-width: 191px;
    background: #FFFFFF;
    border: 1px solid var(--main-color);
    box-shadow: 0px 4px 34px rgba(139, 172, 180, 0.16);
    border-radius: 3px;
    padding: 10px;
    color: var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    
      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:  var(--main-color);
    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: 1px solid #E8E8E8;
    border-radius: 0;
    transition: all .4s;
}
.blog-item .img{
    height: 315px;
    border-radius: 0;
    position: relative;
}
.blog-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 10px 10px 0px 0px; */
}
.blog-item .blog-info{
    padding: 15px 22px 20px;
}
.blog-item .blog-info h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #282727;
    
    transition:all 0.3s;
}
.blog-item:hover .blog-info h4{
      /* color: var(--main-color); */
}
.blog-item .blog-info p{
    color: #282727;
    font-size: 16px;
    line-height: 26px;
    margin: 16.74px 0;
    display: none;
}
.blog-item .blog-info span{
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    color: var(--main-color);
}
.blog-page .col-lg-4{
    padding: 0 7.5px;
}

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

.article-img {
    height: 380px;
    margin-bottom: 32px;
    border: 1px solid #F3F1F1;
}

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

.single-article-detail h4 , .single-article-detail h3 {
    color: #080808;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}
.single-article-detail h3 {
    margin-top: 24px;
}

.single-article-detail p {
    color: #535353;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next{
    /*width: 68px !important;*/
    /*height: 68px !important;*/
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    top: 0;
    transform: none;
    right: 0;
    left: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    transform: rotate(45deg);
    border: 2px solid var(--main-color);
}

.service-item .service-info span{
    text-transform:capitalize;
    display: none;
}
.service-item .service-info {
    /* width:93%; */
}
.contact-form h4 {
    color: var(--main-color);
    display: none;
}
.sidebar .my-btn a {
    background-color: #fff;
    color: var(--main-color);
}

.slick-dots{
    display:none;
}
.inner_ro {text-align: center;padding: 40px 0;}

.inner_ro span {
    font-size: 48px;
    color: var(--main-color);
    
}

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

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

.inner_ro .outer p a {
    color: var(--main-color);
    
}
.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;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;
    color: var(--main-color);
}
.blog-item .blog-info h4 {
    min-height: 60px;
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    color: #282727;
    margin-bottom: 10px;
}
section.about .row {
    /* align-items: end; */
}

.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: start;
}
.about-info h5 {
    margin: 23px 0 27px;
}
.service-item .img  {
    /* border-radius: 5px; */
}

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: 46px;
   height: 46px;
   background: var(--main-color);
   box-shadow: 0px 4px 4px 0px #0000000A;
   border-radius: 0;
   display: flex;
   align-items: center;
   justify-content: center;
}
.fixed-icone a i{color: #fff;font-size: 18.43px;}
.mynav li {
    padding-inline-end: 20px;
}
@media (min-width: 1200px){
.container,.container-fluid{
    max-width: 1268px;
}
}



/***

====================================================================
Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    /* height: 100%; */
    /* position: absolute; */
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
    opacity: 0;
    inset: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 150px;
    left: 150px;
    bottom: 0;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #444243 !important;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow: visible;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    border: none;
    line-height: 20px;
    /* background: transparent !important; */
    width: 100%;
    height: 60px;
    padding: 0px !important;
    background: none !important;
    color: #bababa;
    font-size: 16px;
    font-style: italic;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: var(--light-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #fff;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    /* width: auto; */
    /* height: auto; */
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    inset: 0;
    width: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    border-radius: 0;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
Start Search Popup
====================================================================

***/

.right-nav .my-btn {
    margin-inline-start: 63px;
}

.right-nav .lang {
    margin-inline-start: 28px;
}

.search-box-btn.search-box-outer {cursor: pointer;}

.slider.home-slider .owl-theme .owl-nav {
    position: absolute;
    left: 88px;
    bottom: 93px;
    display: flex;
    flex-direction: column;
    gap: 34px;
    justify-content: space-between;
}

.home-slider .owl-theme .owl-nav .owl-prev::before, .home-slider .owl-theme .owl-nav .owl-next::before, .home-slider .owl-theme .owl-nav .owl-prev::after, .home-slider .owl-theme .owl-nav .owl-next::after {
    /* content: ""; */
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
    transition: all .3s;
    z-index: -1;
}

.home-slider .owl-theme .owl-nav .owl-prev::before, .home-slider .owl-theme .owl-nav .owl-next::before {
    background: var(--main-color);
    border: 3px solid transparent;
    border-bottom: 0;
}

.home-slider .owl-theme .owl-nav .owl-prev::before {
    /* clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 87%); */
}

.home-slider .owl-theme .owl-nav .owl-prev::after, .home-slider .owl-theme .owl-nav .owl-next::after {
    border-bottom: 3px solid #fff;
    transform: rotate3d(1, 3, 1, 13deg);
    bottom: 3px;
    opacity: 0;
}

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

.home-slider .owl-theme .owl-nav .owl-prev:hover::after, .home-slider .owl-theme .owl-nav .owl-next:hover::after {
    opacity: 1;
}

.home-slider .owl-theme .owl-nav .owl-next:hover::before {
    border-bottom: 3px solid;
    border-top: 0;
}

.home-slider .owl-theme .owl-nav .owl-next::after {
    bottom: auto;
    top: 3px;
}

.about-img .count-about {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 16px;
    background: #fff;
    text-align: center;
    padding: 16px;
}

.about-img .count-about h3 {
    color: var(--main-color);
    font-size: 40px;
    margin-bottom: 8px;
    line-height: 34px;
    font-weight: bold;
}

.about-img .count-about span {
    color: #080808;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    display: inline-block;
}

.about-info p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
    color: #535353;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.about-blocks {
    margin-top: 52px;
}

.about-blocks .about-block {
    box-shadow: 0px 12px 20px 1px #0000000A;
    border: 3px transparent solid;
    padding: 36px 32px;
    transition: all .4s;
    height: 100%;
}

.about-blocks .about-block h3 {
    color: #080808;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

.about-blocks .about-block p {
    margin: 0;
}

.about-blocks .about-block:hover {
    border-color: var(--main-color);
}

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 48px;
    margin-b'FONT-VARIANT: JIS04';
    margin-b'FONT-VARIANT: JIS04';
}

.title-flex .section-title {
    margin: 0;
}

.section-title h4 {
    color: rgba(8, 8, 8, 1);
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
}

.btn {
    min-width: 189px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: var(--main-color);
    min-height: 48px;
    border-radius: 0;
    font-family: Cairo;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    transition: all .3s;
    text-transform: capitalize;
}

.btn.btn-border {background: transparent;border: 3px var(--main-color) solid;color: var(--main-color);}

.btn:hover {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.service-item:hover a::after {
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.service-item a::before {
    background: linear-gradient(0deg, rgba(0, 44, 89, 0.7) 27.77%, rgba(131, 128, 127, 0) 100%);
    opacity: 0;
}

.service-item:hover a::before {
    opacity: 1;
}

.nav-product .nav-item:nth-child(1) .nav-link {margin-inline-start: 0;}

.nav-product .nav-item:last-child .nav-link {
    margin-inline-end: 0;
}

.projects .section-title {
    margin-bottom: 38px;
}

.project-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.project-item .proj-name .icon, .service-item .service-info .icon {
    /* clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%); */
    width: 68px;
    height: 68px;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    /* border: 1px solid #FFFFFF; */
    border-top: 0;
    position: relative;
    transition: all .4s;
    opacity: 0;
    transform: translateY(10px);
}

.project-item .proj-name .icon::before, .service-item .service-info .icon::before {
    content: "";
    position: absolute;
    /* inset: 0; */
    /* border-top: 1px solid #fff; */
    /* transform: rotate3d(3, 2, 1, 23deg); */
    top: 2px;
    right: 0px;
    /* width: 120%; */
}

.project-item:hover .proj-name .icon, .service-item:hover .service-info .icon {
    opacity: 1;
    transform: rotate(45deg);
}

.sponser-inner {
    position: relative;
    padding: 44px 64px;
    background: #F7F8FA;
    margin-top: 48px;
}

.sponser-img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.sponser-img a img {
    max-height: 70.32px;
    max-width: 177.5px;
    object-fit: contain;
    object-position: center;
}

.owl-theme .owl-nav {}

.owl-theme .owl-nav .owl-prev {
    /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 87%); */
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    top: 37%;
    transition: all .4s;
    transform: rotate(45deg);
}

.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
    /*background: var(--main-color) !important;*/
}

.sponser-img:hover {
    box-shadow: 0px 8px 12px 0px #0000000A;
    border-color: var(--main-color);
}

.cart-h {
    padding: 50px 0 148px;
}

.cart-block {
    display: block;
    text-align: center;
    box-shadow: 0px 12px 20px 1px #0000000A;
    transition: all .3s;
    border: 3px transparent solid;
}

.cart-block .img {
    padding: 11px;
    padding-bottom: 0;
    height: 251.72px;
    line-height: 251.72px;
}

.cart-block .img img {
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
}

.cart-block .details {
    padding: 21px 0 26px;
}

.cart-block .details span {
    background: #F0F7FF;
    border: 1px solid #CCE6FF;
    padding: 4px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.cart-block .details h3 {
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #080808;
}

.cart-block:hover {
    background: #F7F8FA;
    border-color: var(--main-color);
}

.counter-h {
    padding: 0 0 99px;
}
.counter-h.aboutPage{
    padding-top:100px;
}
.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.counter-inner {
    margin: 0;
    position: relative;
    padding: 72px;
}

.counter-in {
    margin: 0 auto;
    max-width: 657px;
  background: rgba(40, 39, 39, 0.3);
    backdrop-filter: blur(32px);
    padding: 38px;
    justify-content: center;
    text-align: center;
}
    
.counter-in .section-title {
    margin-bottom: 20px;
}

.counter-in .section-title h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    margin: 0;
}

.counter-block {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: start;
}

.counter-block .img {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.counter-block .img img {
    max-width: 100%;
    filter: brightness(0) invert(1);
}

.counter-block .details {
    width: calc(100% - 50px);
    padding-inline-start: 8.3px;
}

.counter-block .details h3 {
    color: #fff;
    font-size: 27.74px;
    font-weight: 700;
    line-height: 27.74px;
    direction: ltr;
    display: inline-block;
    margin: 0;
}

.counter-block .details span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.49px;
}

.footer-logo a {
    width: 100%;
    display: block;
    height: 100%;
}

.footer-title h3 {
    color: #535353;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin: 0;
}

.footer-menu_mob {
    display: flex;
    flex-wrap: wrap;
    max-width: 230px;
}

footer .footer-links ul li a {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all .4s;
}

.fixed-icone a:first-child {
    margin-bottom: 14px;
    background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
}

.vission-box:hover .img {
    /* filter: brightness(0) invert(1); */
}

.body-inner {padding: 88px;}

.single-page .slider-banner-image .zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    margin: 16px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    box-shadow: 0px 5px 8px 0px #00000014;
    font-size: 24px;
}

.single-page .single-project-info {
    padding-inline-end: 25px;
}

.single-project-info .contact-with-sales {
    display: none;
}

.blog-item:hover {
    border: 2px var(--main-color) solid;
}


.date-h {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: #FFFFFF33;
    backdrop-filter: blur(40px);
    margin: 14px 20px;
    padding: 4px;
    border-radius: 8px;
    overflow: hidden;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.single-article-page {
    background: #F7F8FA;
    max-width: 956px;
    margin: 0 auto;
    padding: 47px 57px;
}

.single-article-detail .date-h {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000000A;
    margin: 0 0 16px;
    padding: 8px;
    color: #282727;
}

.single-article-detail .date-h .icon svg path {
    stroke: #E6B81A;
}

.contact-form .form-group>label {
    /* display: none; */
}

.contact-form .my-btn button {
    width: 100%;
    background: var(--main-color);
    border-radius: 0;
    transition:all 0.3s;
}

.file-upload-group.form-control .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
}

.file-upload-group.form-control {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.file-upload-group.form-control .for-sm-input-file {
    margin: 0;
    width: 23.84px;
    height: 26.78px;
    background: #fff;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 18.78px;
    color: var(--main-color);
}

.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.services-slider.owl-theme .owl-nav .owl-prev {
    left: -27px;
}

.services-slider.owl-theme .owl-nav .owl-next {
    right: -29px;
}

.project-item .proj-name .icon, .service-item .service-info .icon {
    transform: rotate(45deg) translateX(-137%) translateY(118%);
}

.footer-soch span {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-inline-end: 20px;
}

.footer-soch .s-h {
    /*border: 0.82px solid  #F4F4F4;*/
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    background: #FFFFFF;
    padding: 9px 29px;
    gap: 26px;
}

.footer-soch .s-h a {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    color: #B7B7B7;
    font-size: 18px;
    margin: 0;
}

@media (min-width: 991px){
footer .col-md-4:nth-child(2) {
    padding-inline-start: 100px;
}
}

.file-upload-group.form-control span.wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
    z-index: 3;
}


.form-group {
    position: relative;
}

.form-group .label-h {
    position: absolute;
    top: 24px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    margin: 0;
}


.form-group input:focus+label,
.form-group input.has-value+label,
.form-group textarea:focus+label,
.form-group textarea.has-value+label,
.form-group.is-focused label,
.form-group.has-value label,
.form-group.is-focused label,
.form-group.has-value label {
    top: 8px;
    font-size: 12px;
    /* color: #3A75BC; */
    font-weight: 300;
}

.form-group textarea:focus+label,
.form-group textarea.has-value+label {
    /*top: 30px;*/
}

.form-group input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-group.select-field::before {
     content: "\f107";
     font-family: 'Font Awesome 5 Pro';
     top: 0;
     position: absolute;
     margin: 8px;
     left: 5px;
     font-size: 22px;
     color: var(--main-color);
     z-index: 1;
     pointer-events: none;
}
.form-group.select-field{
       /*background-image: url('../images/Vector.png');*/
       position:relative;
}

ul.contact-list li.phone-h a {
    margin: 0 10px;
}

ul.contact-list li.phone-h a:nth-child(2) {
    margin-inline-start: 0;
}

ul.contact-list li.phone-h a:last-child {
    margin-inline-end: 0;
}

.sidebar .side-content ul li.current-menu-item a {
    color: #171717;
}

.page-item.active .page-link {
    opacity: 1;
    background: transparent;
}

.pagination .next.page-link, .pagination .prev.page-link {
    width: 40.47px;
    height: 40.47px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border: 2px solid var(--main-color);
    margin-inline-start: 14px;
}

.pagination .prev.page-link {
    margin: 0;
    margin-inline-end: 23px;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i{
    transform: rotate(-45deg);
}
.about_logos .img img {max-width: 100%;max-height: 100%;}

.about_logos .img a {
    box-shadow: 0px 12px 20px 1px rgba(0, 0, 0, 0.04);
    border: 3px solid rgba(255, 255, 255, 1);
    transition: all 0.3s;
    height: 211px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_logos .img:hover a{
    border-color: var(--main-color);
}

.about_logos .col-md-6 {
    padding-inline-end: 0;
}

.project-item .proj-name .icon i, .service-item .service-info .icon i {
    transform: rotate(45deg);
}

header .my-btn a:hover{
    background:var(--main-color);
    color:#fff;
}

.news-item {
    border: 1px solid rgba(232, 232, 232, 1);
    position: relative;
}

.news-item .newImg {
    height: 315px;
    width: 100%;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}

.news-item .newImg img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.news-item .newImg .new_date {
    position: absolute;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    right: 20px;
    padding: 7px 12px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.new_details {
    padding: 15px 22px;
}

.new_details h4 {
    color: rgba(40, 39, 39, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}

.new_details span {
    color: var(--main-color);
    font-weight: 700;
    text-decoration: underline;
    font-size: 18px;
}

.news-item:hover .newImg img {
    transform: scale(1.2);
}

.project-price{
    color:#fff;
    font-size:18px;
    font-weight:700;
}
.news_page .news-item{
    margin-bottom:20px;
}


.pagination_List{
    text-align:center;
}

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

.single-new-img {
    height: 380px;
    margin-bottom:32px;
    width: 100%;
    
}

.single-new-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(243, 241, 241, 1);
}

section.single_new_page .row {
    justify-content: center;
}

.single-page-content {
    padding: 47px 57px;
    background: rgba(247, 248, 250, 1);
}

.single-page-content h4 {
    font-size: 32px;
    margin: 16px 0 24px;
    line-height: 44px;
    font-weight: 700;
    color: rgba(8, 8, 8, 1);
}

.single-page-content .new_date {
    background: #fff;
    max-width: 140px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 3px 10px;
    color: rgba(40, 39, 39, 1);
    font-weight: 700;
}

.single-page-content p {
    line-height: 26px;
    color: rgba(83, 83, 83, 1);
}

.single-proj-list ul{
    margin-top: 16px;
}
.single-proj-list ul li{position: relative;padding-inline-start: 20px;margin-bottom: 8px;color:rgba(83, 83, 83, 1);}
.single-proj-list ul li::before{
    position: absolute;
    content: "\f00c";
    font-family: 'font awesome 5 pro';
    top: 1px;
    right: 0;
    color: rgba(20, 179, 97, 1);
    font-size: 14px;
}

.single-proj-price h5{
    font-size:24px;
    font-weight:700;
    color:var(--main-color);
    margin-bottom: 32px;
}

.map_sec_title h4 {
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 700;
    color: rgba(8, 8, 8, 1);
}

section.map_sec .map {
    height: 388px;
}

section.map_sec .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
}

   
.homePageAbout .about-info p {
    height: 84px;
    overflow: hidden;
}

.about-blocks {
    margin-top: 31px;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
     border:2px solid  var(--main-color);
     box-shadow: 0px 7px 12px 0px #00000026;
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover{
    background: #fff;
    color: var(--main-color);
    border:2px solid  var(--main-color);
}

.new_details p {
    color: #000;
    transition: all 0.3s;
    opacity: 0;
    height: 0;
    margin-bottom: 0;
}

.news-item:hover .new_details p {
    opacity: 1;
    height: 60px;
}

.news-item .new_details {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
}
.news-item:hover .new_details {
    z-index: 2;
    transition: all 0.3s;
}

.pagination .page-link:hover {
    z-index: 2;
    color: var(--main-color) !important;
}


 .contact-form form select{

  padding: 5px 10px 5px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  /* height: 44px; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*background-image: url('../images/Vector.png') !important;*/
  /*background-size: 14px  9px !important;*/
  /*background-repeat: no-repeat !important;*/
  /*background-position:  center !important;*/
  /*background-position-x: left !important;*/
}

select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

.contact-form form select:focus {
    outline: none;
}

   .contact-form .my-btn button:hover {
   color:#fff;
    background: #000;
}

.search-box-btn.search-box-outer svg {
    cursor: pointer;
    filter: brightness(0) invert(1);
}

.service-item .service-info h4 {
    width: calc(100% - 70px);
}

.proj_name_title {
    width: calc(100% - 100px);
}

.news-item {
    min-height: 480px;
}

.sidebar .lang-search {
    justify-content: start;
    padding-inline-start: 23px;
    padding-top: 5px;
}

.sidebar .lang a:hover
 {
    color:#fff;
}

.about-blocks.row.about_logos {
    flex-direction: row;
}
.ryad-logo {
    display: inline-block;
}

.about-blocks.row.about_logos {
    display: none;
}

.companies_sec .sponser-img {
    border: 3px solid rgba(234, 234, 234, 1);
    margin:0;
    padding: 0;
    height: 164px;
}

.companies_sec .sponser-img:hover {
    box-shadow: 0px 8px 12px 0px #0000000A;
    border-color: var(--main-color);
}



.policy-inner h3 {
    color: #413F3F;
    font-weight: 700;
    font-size: 30px;
    line-height: 54.81px;
    margin: 45px 0 17px;
}
.policy-inner p {
    color: #535353;
    font-weight: 400;
    font-size: 16px;
    line-height: 35.08px;
    margin: 17px 0;
}

.policy-inner {
    max-width: 887.5px;
}

.companies_sec .sponser-img a img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.footer-menu_mob {
    display: flex;
    flex-wrap: wrap;
    max-width: initial;
}









