@font-face {
  font-family: cairo_regular;
  src: url('../fonts/Cairo-Regular.ttf');
}
@font-face {
  font-family: cairo_medium;
  src: url('../fonts/Cairo-Medium.ttf');
}
@font-face {
  font-family: cairo_bold;
  src: url('../fonts/Cairo-Bold.ttf');
}

*::before,
*::after {
    box-sizing: border-box;
}

*{
font-family: 'cairo_regular';
}
body{
  margin:0;
}
.diagonal-section {
  width: 100%;
  position: absolute;
  height: 1897px;
  background-color: #003F57;
  clip-path: polygon(0 0, 100vw 0, 100vw -20vw, 0 90vw);
  top: 0;
}
#preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003F57; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.swiper-wrapper {
    height: fit-content !important;
}
.loader {
  width: 48px;
  height: 48px;
  border: 2px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  background: #81CAD7;
  width: 3px;
  height: 24px;
  transform: translateX(-50%);
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
header{
  padding: 1.56vw 9.73vw;
}
header:has(.darkBlue_btnSubPages){
  padding: 1.56vw 5.73vw;
}
.contractor_logo{
  position: relative;
  z-index: 1;
  width: 17.656vw;
}
nav{
  z-index: 1;
}
.nav-item .nav-link{
  font-size: clamp(14px, 1vw, 18px);
  color: #FFFFFF;
  font-family: cairo_bold;
  text-transform: uppercase;
}
.nav-item .nav-link:hover ,.nav-item .nav-link.active{
  color: #81CAD7;
}
li.nav-item.d-flex {
  cursor: pointer;
}
.nav-item .nav-link:focus{
  color: #fff;
}
.darkBlue_btn.darkBlue_btnSubPages button,.darkBlue_btn.readMore button{
  color: #FFFFFF;
  background-color: #003F57;
  border-color: #003F57;
}

.darkBlue_btn.white_btn button{
font-size: clamp(14px, 1vw, 18px);
  width: 10.1vw;
  border-radius: 0;
  color: #003F57;
  background-color: white;
  border-color: white;  
  height: 3vw;
  font-family: 'cairo_bold';
  margin-top: 3.042vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.darkBlue_btn.readMore button{
  width: 12.5vw;
}
.mobileMenu{
display: none;
}
.darkBlue_btn button:hover{
background-color: #81CAD7;
border-color: #81CAD7;
}
div:has(.contractor_logo){
  width: 22vw;
}
.navbar-nav{
  gap: 1.302vw;
}
.scrollArabic{
  display: none;
}
.navbar-nav .nav-item:last-child .nav-link{
  padding-left: 30px; 
  font-family: 'cairo_regular';
}
.nav-link.active{
  color: #81CAD7 !important;
}
.open-main-nav, .main-nav{
display: none;
}
.bannerContainer{
  margin: 0 5.73vw;
}
.bannerImg {
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003C5266;
  z-index: 1;
}
.frameBottom{
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 0;
  width: 21.875vw;
}
.frameTop{
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 21.875vw;
}

.langIcon{
    width: 20px;
}
.bannerContent{
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top:9.375vw;
  left: 7.25vw;
}
.request_consultation .bannerContent{
  justify-content:center;
  height:100%;
  top:0;
}
.bannerContent span:nth-child(1){
  color: #C4DAE3;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 24px;
  width: 38.688vw;
  text-transform: uppercase;
}
.bannerContent span:nth-child(3)
{
  color: #C4DAE3;
  font-size: clamp(14px, 1vw, 18px);
  /* line-height: 1.25vw; */
  line-height: 1.4;
  width: 28.688vw;
}
.bannerContent span:nth-child(2){
  color: #FFFFFF;
  font-size:4.896vw;
  line-height: 5.148vw;
  font-family: 'cairo_bold';
  width: 35.156vw;
  margin-bottom: 2.042vw;
}
.titleOne{
  position: absolute;
  top: -13px;
}
.nav-item{
align-content: center;
}
.nav-item a{
font-size: 0.9vw;
color: #FFFFFF;
font-family: cairo_bold;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
}
.nav-item a:hover{
color: #81CAD7 !important;
cursor: pointer;
}

.scrollIcon{
  position: absolute;
  top: 20vw;
  right: 0.6vw;
  z-index: 2;
  width: 0.99vw;
  cursor: pointer;
}
.quality_policy .services_container{
  gap: 3px;
}
/* .mouse{
  transform: translateX(-50%);
  animation: bounce 1s infinite;
} */
/* .mouse:hover {
  animation: none; 
} */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.services_container{
  display :flex;
  gap: 10px;
  margin-top: 50px;
}
.service_boxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #F0F7F9;
  padding: 30px;
  width: 100%;
}
.service_boxes img{
  height: 70px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.logoAR{
    display:none;
}
.service_boxes span:nth-child(2){
  color: #131314;
  font-size:clamp(21px,1.354vw ,26px);
  line-height: 1.1;
  font-family: 'cairo_bold';
  text-align: center;
  text-transform: uppercase;
  height:100%;
}
.service_boxes span:nth-child(3){
  color: #414042;
  font-size: clamp(14px, 1vw, 18px);
  text-align: center;
  height:100%;
}
.services{
  padding: 4.69vw 8.85vw 0 8.85vw;
  position: sticky;
  z-index: 1;
}
.services_title{
  align-items: center;
  text-align: center;
  place-self: center;
  /*width: 47%;*/
  margin-bottom: 30px;
}
.services_title span:nth-child(1){
font-size: clamp(14px, 1vw, 18px);
color: #414042;
}
.title_uppercase{
  text-transform: uppercase;
}
.services_title span:nth-child(2){
  font-size: 3.854vw;
  color: #131314;
  margin-bottom: 2.604vw;
  line-height: 2.604vw;
  font-family: 'cairo_bold';
}
.services_title span:nth-child(3){
font-size: clamp(14px, 1vw, 18px);
 color: #414042;
 width: 47%;
}
.contact .services_title span:nth-child(3){
 width: 100%;
}
.custom_lineHeight{
  line-height: 1.3 !important;
}
.textDark{
  font-weight: bold;
  font-size: clamp(14px, 1vw, 18px);
}
.quality_management{
  overflow: hidden;
}
.qualityManagementContainer{
  justify-content: center;
  align-items: center;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
img.almoqawelLogo {
  width: 12.656vw;
}
img.qualityManagementText {
  width: 24.063vw;
}
.quality_details{
  padding: 0 0 30px 0;
}
.quality_management span:nth-child(1){
  display: inline-block;
  color: #F0F7F9;
  font-family: 'cairo_bold';
  font-size: 17.917vw;
  padding-left: 0;
  animation: move 8s linear infinite;
  white-space: nowrap;
  text-transform: uppercase;
}
@keyframes move {
  0% {
    transform: translateX(-20%);
}
50% {
    transform: translateX(0);
}
100% {
  transform: translateX(-20%);
}
}
.quality_management span:nth-child(2){
  display: inline-block;
  color: #F0F7F9;
  font-size: 17.917vw;
  font-family: 'cairo_bold';
  padding-right:0;
  animation: move1 8s linear infinite;
  white-space: nowrap;
  line-height: 85px;
  text-transform: uppercase;
}
@keyframes move1 {
  0% {
    transform: translateX(0);
}
50% {
    transform: translateX(-20%);
}
100% {
  transform: translateX(0);
}
}




.section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8vw;
}

.image-wrapper {
  position: relative;
  flex: 1;
}

.image-wrapper .craftingImg {
  width: 100%;
}

.content {
  flex: 1;
  padding: 0 20px;
  display: flex; 
  flex-direction: column;
  position: relative;
}

.content span:nth-child(1) {
  font-size: clamp(14px, 1vw, 18px);
  color: #414042;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  /* font-weight: 600; */
}
.custom_position{
  position: absolute;
  top: -17px;
}
.content span:nth-child(2) {
  font-size: 3.854vw;
  line-height: 3.958vw;
  font-family: 'cairo_bold';
  color: #131314;
  margin-bottom: 2.083vw;
}

.content span:nth-child(3) {
  font-size: clamp(14px, 1vw, 18px);
  color: #414042;
  font-family: 'cairo_bold';
  line-height: 1.3;
  margin-bottom: 0.781vw;
}
.content span:nth-child(4){
  color: #414042;
  font-size: clamp(14px, 1vw, 18px);
  margin-bottom: 40px;
}

.btn.read_more {
  display: inline-block;
  background-color: #003F57;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 20px;
  font-size: clamp(14px, 1vw, 18px);
}

.btn.read_more:hover {
  background-color: #81CAD7;
}
.crafting_details{
  padding: 4.69vw 9.73vw 6vw;
}
.shortFrame.frameTop{
  width: 44%;
}
.shortFrame.frameBottom{
  width: 57%;
}

.constractions_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25vw;
}
.constractions_container{
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5vw;
    height:100%;
  justify-content:center;
}
.constractions_content span:nth-child(1){
  color: #F0F7F9;
  font-size: clamp(14px, 1vw, 18px);
  text-transform: uppercase;
}
.constractions_content span:nth-child(2){
  color: #FFFFFF;
  font-size: 3.854vw;
  font-family: 'cairo_bold';
  line-height: 3.646vw;
  margin-bottom: 1.042vw;
}
.constractions_content span:nth-child(3){
  text-align: center;
  font-size: clamp(14px, 1vw, 18px);
  color: #C4DAE3;
}
.constractions_experience {
  display: flex;
  gap: 9.375vw;
  justify-content: center;
}
.constractions_percentage{
  display: flex;
  flex-direction: column; 
  align-items: center;   
}
.constractions_percentage span:nth-child(2){
  color: #FFFFFF;
  font-size: 3.125vw;
  font-family: 'cairo_bold';
}
.constractions_percentage span:nth-child(3){
  color: #F0F7F9;
  font-size: clamp(14px, 1vw, 18px);
}
.constractions_percentage img{
  width: 4.896vw;
  margin-bottom: 25px;
}

.swiper {
  width: 100%;
  /*height: 100%;*/
  padding-bottom: 150px !important;
}
.mySwiper1 .swiper-wrapper{
  /*left: -3.021vw;*/
  left:-2.24vw;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:1vw !important;
}
.swiper-pagination-bullet{
  background: #C4DAE3 !important;
  width: 1.563vw !important;
  border-radius: 0 !important;
  height: 1.042vw !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #003F57 !important;
  width: 25px;
  border-radius: 0;
  height: 10px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  justify-self: center;
  height: 100%;
  object-fit: cover;
}
.sayImg img{
  width: 3.281vw;
}
.mySwiper1 .swiper-slide {
  height: 26.042vw;
  top: 2.583vw;
  object-fit: cover;
  overflow: hidden;
}

.swiper_container{
  transform-origin: 50% 65%;
  transition: transform 1s, filter 3s ease-in-out;
}
.swiper_container:hover{
  transform: scale(1.1);
}
.mySwiper1 .swiper-slide.swiper-slide-next {
  height: 31.25vw;
  top: 0;
  object-fit: cover;
  width: 37% !important;
  /* width: 37.906vw !important;*/
  /* width: 555px !important; */
}
/* .swipper-wrapper {
  margin-left: 45px;
} */
 a:has(button){
  text-decoration: none;
 }
.request_consultation  a:has(button){
  text-align: -webkit-center;
 }
 .d-flex.projects_content {
  margin-top: 30px;
  text-decoration: none;
}
.branch_container{
  background: white;
  width: 34.385vw;
  place-self: center;
  position: absolute;
  z-index: 1;
  bottom: 90px;
  justify-self: anchor-center;
  /*left: 32.4%;*/
  padding: 30px 20px;
  box-shadow: 0px 8px 8px 0px #00000014;
}
.projects_content .branch_container,.project_view .branch_container{
  box-shadow:none;
}
.arrow_box{
  background: #81CAD7;
  padding: 15px;
  display: flex;
  cursor: pointer;
}
.arrow_box:hover{
  background: #003F57;
}

.whiteArrow{
  height: 15px;
}
.branch_details span:nth-child(1){
  color: #131314;
  font-size: 1.563vw;
  font-family: 'cairo_bold';
  text-transform: uppercase;
}
.project_view .branch_details span:nth-child(1){
  text-transform: capitalize;
}
.branch_details span:nth-child(2){
  color: #003F57;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 600;
}
.ourProjects_container{
  padding:4.69vw 8.85vw 1vw;
  gap: 6.51vw;  
  align-items: center;
}
.Projects_title span:nth-child(1){
  font-size: clamp(14px, 1vw, 18px);
  color: #414042;
  text-transform: uppercase;
  /* font-weight: 600; */
}
.Projects_title span:nth-child(2){
  font-size: 3.854vw;
  line-height: 2.958vw;
  font-family: 'cairo_bold';
  color: #131314;
  margin-bottom: 4.083vw;
  white-space: nowrap;
}
.projects_details p{
  font-size: clamp(14px, 1vw, 18px);
  color: #414042;
  margin: 0;
}
.projects_details span{
  font-size: clamp(14px, 1vw, 18px);
  color: #414042;
  font-family: 'cairo_bold';
}
.all_projects{
  white-space: nowrap;
  cursor: pointer;
  transition: 0.1s linear;
  align-items: baseline;
}
.all_projects:hover img{
  transform: translateX(50%);
}
.all_projects span{
  color: #003F57;
  font-size: clamp(14px, 1vw, 18px);
  margin-bottom: 3px;
  font-family: 'cairo_bold';
}
.all_projects span:hover{
  color: #14789E;
}
.all_projects img{
  width: clamp(12px , 14px ,14px);
  transition: transform 0.1s ease-in-out;
}
section.Our_objects {
  background-color: #F0F7F9;
  padding-bottom: 4.688vw;
}
  .Our_objects.background-white nav li a{
     border-radius:0 !important;
     color:#131314;
 }
  .Our_objects.background-white nav li.active a{
     color:#FFFFFF;
 }
 
.branch_container.branchHome.slide-in-bottom {
-webkit-animation: slide-top 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
  0% {
     -webkit-transform: translateY(100px);
             transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*
.branch_container.branchHome:not(.slide-in-bottom) {
-webkit-animation: scale-out-center 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-center 0.2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
}

*/


.swiper-button-prev3, .swiper-button-next3 {
  color: #FFFFFF;
  background: #003F5799; 
  width: 40px;
  height: 40px;
}
.swiper-button-prev3{
    position: absolute;
    left: 0;
    top: 13vw;
    z-index: 2;
    height: 85px;
    width: 49px;
    display: flex;
    justify-content: center;
}
.swiper-button-next3{
    position: absolute;
    right: 0;
    top: 13vw;
    z-index: 2;
    height: 85px;
    width: 49px;
    display: flex;
    justify-content: center;
}
.swiper-button-next3 .arrowWhite{
    width:15px;
}
.swiper-button-prev3 .arrowWhite{
    width:15px;
    transform:rotate(180deg);
}
.projectsView_img img.w-100 {
    height: 100%;
    object-fit: cover;
}
.projectsView_img .col-md-6{
    height:500px;
}
.happyClients_container.custom_client{
  padding: 6.69vw 9.73vw 4.69vw;
  align-items: flex-end;
}

.happyClients_container{
  gap: 6.865vw;
  padding: 8.69vw 9.73vw 4.69vw;
}
.happyClients_title span:nth-child(1){
font-size: clamp(14px, 1vw, 18px);
  color: #414042;
  text-transform: uppercase;
}

.happyClients_title span:nth-child(2){
  font-size: 3.802vw;
  line-height: 1;
  font-family: 'cairo_bold';
  color: #131314;
  min-width: 36.458vw;
}
.happyClients_details p{color: #414042;font-size: clamp(14px, 1vw, 18px);margin: 0;line-height: 1.3;}
.happyClients_details span{
  color: #414042;
  font-size: clamp(14px, 1vw, 18px);
  font-family: 'cairo_bold';
}
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}

.marquee-content {
  display: inline-block;
  animation: marquee 12s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-content img {
  height: 75px; 
  margin: 0 20px;
  vertical-align: middle;
}
.marquee_parent{
padding-bottom: 6.688vw;
padding-top: 1vw;
}
.page-item:last-child .page-link , .page-item:first-child .page-link {
    border-top-right-radius:0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}

.Our_objects.clientSay{
  padding: 8.69vw 9.73vw 6.688vw;
}
.mySwiper2 .swiper-slide img{
  padding: 25px 70px;
}
.clientSay_container .client_img{
  height: 100px;
  object-fit: contain;
}

.mySwiper2 .swiper-slide{
  height: auto;
}
.clientSay_details{
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.clientSay_details span:nth-child(1){
  font-size:1.146vw;
  color: #131314;
  font-family: 'cairo_bold';
  text-transform: uppercase;
}
.clientSay_details span:nth-child(2){
font-size: clamp(14px, 1vw, 18px);
color: #003F57;
}
.clientSay_details2 span{
  font-size: clamp(14px,  0.885vw, 17px);
  color: #131314;
}
.clientSay_details2{
  padding: 30px 35px 40px 35px;
  text-align: left;
  line-height: 1.1;
}

.clientSay_content{
  padding: 0 35px;
}


/* footer design*/
footer{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.footer_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8.69vw 0 5vw;
}
.footer-container {
  margin: 0 auto;
  padding: 3.65vw 8.85vw 4.65vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5vw;
  background-color: #003F57;
  border-bottom: 20px solid #81CAD7;
}
 
.Our_objects.clientSay.subPages.background-white ~  footer .footer_content.happyClients_title ,
.project_view ~ footer .footer_content.happyClients_title,
.contact ~ footer .footer_content.happyClients_title
{
  display: none;
}
.project_view ~ footer , .contact ~ footer {
   margin-top: 8vw;
}
.Share_page svg:hover g path,.Share_page svg:hover path,
.social-media svg:hover g path,.social-media svg:hover path
{
  fill: #81CAD7;
  cursor: pointer;
}
.svg path{
  cursor: pointer;
}
.Share_page svg:hover{
  transform: scale(1.2);
}
.Share_page svg{
  transition: transform 0.5s;
}
.Consultation_text
{
  padding: 0 17vw;
}
.footer-container .footer-section:first-child,
.social-media{
  max-width: 17.656vw;
}


.copy_right{
    display: flex;
    gap: 5px;
    align-items: end;
}
.copy_right span:nth-child(1){
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'cairo_bold';
}
.copy_right span:nth-child(2){
    font-size: 16px;
    color: #C4DAE3;
}

.footer-section span {
  color: #FFFFFF;
  font-size: clamp(16px, 1vw, 20px);
  font-family: 'cairo_bold';
}
.footer-section .d-flex.gap-5{
  margin-top: 15px;
}
.footer-section p{
  color: #C4DAE3;
  font-size: clamp(14px, 1vw, 18px);
  margin: 15px 0 10px;
}
.footer-section .location{
  font-family: 'cairo_bold';
  color: #C4DAE3;
  font-size: clamp(14px, 1vw, 18px);
  margin-left: 5px;
}
.contact-info p{
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.footer-logo {
  max-width: 17.656vw;
}
.p-0.footer-logo{
  margin-bottom: 10px;
}
.footer-section{
  margin-bottom: 1rem;
}
.company-desc {
  margin-bottom: 1rem;
  color: #ccc;
}

.read-more {
  color: #FFFFFF;
  text-decoration: none;
  font-size: clamp(12px, 1vw, 16px);
  font-family: 'cairo_bold';
}
.read-more:hover{
  color: #81CAD7;
}

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

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul a {
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: clamp(14px, 1vw, 18px);
   cursor:pointer;
}

.footer-section ul a:hover {
  color: #81CAD7 !important;
}


.contact-info span {
  display: block;
  font-size: 1.042vw;
  color: #FFFFFF;
}

.footer-bottom {
  background-color: #003F57;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.download_profile:hover img{
  transform: translateX(50%);
}
.download_profile a:hover{
  color: #81CAD7;
}
.download_profile img{
  width: 14px;
  transition: transform 0.1s ease-in-out;
}

.download_profile{
  margin-top: 5px;
    cursor:pointer;
}
.download-btn {
  display: inline-block;
  color: #C4DAE3;
  text-decoration: none;
  font-size: clamp(14px, 1vw, 18px);
  font-family: 'cairo_bold';
}

.download-btn:hover {
  color: #81CAD7;
}

.form-group {
  display: flex;
  margin-top: 0.5rem;
}

.form-group input {
  flex: 1;
  padding: 0.6rem;
  border: none;
  background: #125169;
  color: #FFFFFF;
}
.form-group input::placeholder{
  color: #6597AA;
}
.form-group input:focus-visible,.form-group input:focus{
  outline: none;
}

.form-group button {
  padding: 0.6rem 1rem;
  background-color: #FFFFFF;
  color: #003F57;
  font-size: clamp(14px, 1vw, 18px);
  border: none;
  font-family: 'cairo_bold';
}

.form-group button:hover {
  background-color: #81CAD7;
}


.iso-cert {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cert-text p {
  margin: 0;
}

.copyright a {
  color: white;
  text-decoration: none;
}
.social-media , .newsletter-form{
  display: flex;
  flex-direction: column;
}
.company-profile{
  max-width: 17.656vw;
  display: flex;
  flex-direction: column;
}
  
.social-media span:nth-child(1),
.company-profile span:nth-child(1),
.newsletter-form span:nth-child(1)  
{
  font-size: 1.042vw;
  color: #FFFFFF;
  font-family: 'cairo_bold';
  font-family: 'cairo_bold';
  margin-bottom: 15px;
}

.company-profile span:nth-child(2),
.newsletter-form span:nth-child(2)   
{
  color: #C4DAE3;
  font-size: clamp(14px, 1vw, 18px);
  margin-bottom: 15px;
}
.social-media span:nth-child(2){
  color: #C4DAE3;
  font-size: clamp(14px, 1vw, 18px);
  margin-bottom: 15px;
  max-width: 17.656vw;

}
.customer_supports{
  color: #C4DAE3;
  font-size: clamp(12px, 1vw, 16px);
  align-self: end;
}
.customer_supports a{
font-size: clamp(14px, 1vw, 18px);
  font-family: 'cairo_bold';
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.customer_supports a:hover{
  color: #81CAD7;
}
.footer_content.happyClients_title p{
  color: #414042;
  font-size: clamp(14px, 1vw, 18px);
  max-width: 39.896vw;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 1.604vw;
}
.footer_content.happyClients_title .can_help {
  color: #414042;
  font-size: clamp(14px, 1vw, 18px);
  font-family: 'cairo_bold';
  text-transform: lowercase;
}




/* about us  */
.quality_policy .services_title{
  width: 100%;
}
.pagesBanner{
width: 100%;
position: absolute;
top: 0;
}
.subPages{
margin-top: 15.5vw;
}
.about_frame .frameBottom{
bottom: -85px;
width: 21vw;
}
.content.position-relative span:nth-child(3),
.content.position-relative span:nth-child(4){
max-width: 30vw;
}
.services.quality_policy{
background-color: #003F57;
padding: 7.69vw 9.73vw 9.69vw;
}
.quality_policy .service_boxes  {
background-color: #004761;
}
.quality_policy .service_boxes span:nth-child(2),
.quality_policy .services_title span:nth-child(2)
{
color: #FFFFFF;
}
.line_height{
  line-height: 0.8 !important;
}
.quality_policy .service_boxes  span:nth-child(3),
.quality_policy .services_title span:nth-child(3),
.quality_policy .services_title span:nth-child(1)
{
color: #C4DAE3;
}
.qulityPolicy_top{
  position: absolute;
  top: 0;
  left: 25vw;
  width: 48.958vw;
}
.qulityPolicy_bottom{
  position: absolute;
  bottom: 0;
  left: 25vw;
  width: 48.958vw;
}
.subPages .section{
  background: url('../img/frameShortBottom.svg') no-repeat bottom right / 21.875vw;
}
.signature_container{
  display: flex;
  flex-direction: column;
}
.signature_container span:nth-child(1){
font-size: clamp(14px, 1vw, 18px);
color: #414042;
font-family: 'cairo_bold';
line-height: 1.6;
}
.signature_container span:nth-child(2){
color: #414042;
font-size: clamp(14px, 1vw, 18px);
}
.signature_content{
display: flex;
gap: 25px;
align-items: baseline;
}
.leading span:nth-child(1){
font-size: clamp(14px, 1vw, 18px);
font-family: 'cairo_bold';
color: #131314;
}
.leading span:nth-child(2){
font-size: clamp(10px, 0.833vw, 16px);
color: #414042;
}
.signature img{
width: 14.271vw;
}
.request_consultation  .bannerContent{
padding: 0 8.69vw;
align-items: center;
left: 0;
}
.request_consultation .bannerContent .white_btn{
justify-items: center;
}
.request_consultation .bannerContent span:nth-child(2) {
font-size: 3.896vw;
line-height: 4.148vw;
}
.request_consultation .darkBlue_btn.white_btn button {
width: 17.1vw;
}
.team-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}

.team-member {
overflow: hidden;
border: 1px solid #D0D0D0;
}

.member-image {
width: 100%;
height: 250px;
object-fit: cover;
}

.member-info {
padding: 1rem;
text-align: center;
}

.member-name {
color: #131314;
font-size: clamp(18px, 1.042vw, 20px);
font-family: 'cairo_bold';
text-transform: uppercase;
}

.member-title {
color: #003F57;
font-size: clamp(15px, 0.833vw, 16px);
font-weight: 400;
margin: 0;
}
.mySwiper2.swiper3 .swiper-slide img{
padding:0;
}
.swiper3 .swiper-slide img {
height: auto;
}
.swiper3 .swiper-slide{
text-align: center;
font-size: 18px;
background: #fff;
height: calc((100% - 30px) / 2) !important;
margin-top: 30px !important;
display: flex;
justify-content: center;
align-items: center;
}
.swiper3 {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper.swiper3.pb-5{
    height: auto;
}
.swiper3.swiper-grid-column>.swiper-wrapper {
flex-wrap: wrap;
flex-direction: row !important;
}
.aboutUs .happyClients_container {
padding: 8.69vw 8.85vw;
align-items: flex-end;
}
.Our_objects.clientSay.aboutUs {
padding: 6.69vw 9.73vw;
background-color: #FFFFFF;
}
.subPages_title {
padding: 0 9.73vw;
position: absolute;
top: 12vw;
width: 100%;
align-items: end;
}
.subPages_title span{
color: #FFFFFF;
z-index: 1;
text-transform: uppercase;
}
.breadcrumb-item a,.breadcrumb-item a:hover {
font-size: 0.885vw;
font-size: clamp(11px, 0.885vw, 17px);
color: white;
text-decoration: none;
text-transform: uppercase;
}
.breadcrumb .breadcrumb-item:nth-child(2),
.breadcrumb .breadcrumb-item:nth-child(3),
.breadcrumb .breadcrumb-item:nth-child(4)
{
  padding-top: 3px;
  text-transform: uppercase;
}
.titleContent span:nth-child(1){
font-size: clamp(44px, 3.333vw, 64px);
font-family: 'cairo_bold';
}
.breadcrumb-item.active {
color: #81CAD7 !important;
padding-top:3px;
}
.breadcrumb-item+.breadcrumb-item::before{
color: #FFFFFF !important;
}
.Share_page span:first-child{
font-size: clamp(10px, 0.833vw, 16px);
}
.Share_page svg:nth-child(2){
margin-left: 20px;
}
.darkBlue_btn.darkBlue_btnSubPages{
z-index: 1;
}
.darkBlue_btn{
  z-index: 1;
}
.darkBlue_btn button {
  color: #003F57;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: clamp(14px, 1vw, 18px);
  width: 10.1vw;
  border-radius: 0;
  height: 3vw;
  font-family: 'cairo_bold';
  display: flex;
  align-items: center;
  justify-content: center;
}
.darkBlue_btn button:hover {
color: #003F57;
background-color: #81CAD7 !important;
border-color: #81CAD7 !important;
}
.border_card{
  border: 1px solid #D0D0D0;
}
/* about us end */

/* our services */
.serviceContainer{
  display: flex;
  padding: 4.69vw 0;
  margin-bottom: 2.604vw;
  gap: 2.781vw;
}
.serviceImg img{
  width: 29.427vw;
}

.service_content{
  display: flex;
  gap: 30px;
}
.service_details{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service_Bullets{
  display: flex;
  gap: 5px;
  align-items: baseline;
  flex-direction: column;
}
.bullets{
  display: flex;
  gap: 0.781vw;
  align-items: center;
}
.bullets span:first-child{
  background-color: #81CAD7;
  width: clamp(12px, 0.729vw, 14px);
  height: clamp(15px, 1.042vw, 20px);
  display: inline-block;
}
.bullets span:nth-child(2){
  color: #414042;
  font-size: clamp(14px, 1vw, 18px);
}
.service_num span{
  color: #D0D0D0;
  font-size: 2.396vw;
  font-family: 'cairo_bold';
}
.service_details span:first-child{
  font-size: 2.292vw;
  font-family: 'cairo_bold';
  color: #131314;
}
.service_details span:nth-child(2){
  color: #414042;
  font-size: clamp(14px, 1vw, 18px);
}
.Our_objects.clientSay.subPages.background_white{
  background-color: #FFFFFF;
  padding: 5.69vw 9.73vw 0;
}
.Our_objects.subPages.background_white .happyClients_title span:nth-child(2) {
  min-width: 27.458vw;
}
.Our_objects .serviceContainer.serviceContainerOne:nth-child(even){
  display: flex;
  flex-direction: row-reverse;
}
/* .Our_objects .serviceContainer.serviceContainerOne:nth-child(even) .service_content{
  direction: rtl;
} */

a{
    text-decoration:none !important;
}
/* our services end*/



/* our projects */
.projects_img{
  width: 24.479vw;
}
.Our_objects.clientSay.subPages.background-white{
  background-color: #FFFFFF;
  padding: 5.69vw 9.73vw 0;
}
.d-flex.branch_container.position-static{
  padding: 30px 40px;
}
.pagination .page-item:first-child{
  margin-right: 10px;
  color: #131314;
  text-transform: uppercase;
}
.pagination .page-item:last-child{
  margin-left: 10px;
  color: #131314;
  text-transform: uppercase;
}
.page-item.active .page-link{
  background: #003F57;
  border-color: #003F57;
  padding: 6px 20px;
}
.page-item .page-link{
  color: #131314;
  padding: 6px 20px;
  /* border-radius: 0; */
}
.page-item .page-link:focus{
   outline: none;
   box-shadow: none !important;
   color: #131314;
   background: transparent;
}

/* our projects end */

/* projects view */
.project_view{
  padding: 5.69vw 9.73vw 0;
}
.project_view .d-flex.branch_container.position-static {
  justify-self: flex-start;
}
.project_view .arrow_box img {
  height: 31px;
  margin-top: 3px;
}
.d-flex.branch_container.position-static{
  text-decoration: none;
}
/* project view end */

/* project branches  */
.projectBranch_img{
  height: 18.229vw;
  object-fit: cover;
 }
 .branchesImg_container{
  gap: 20px;
 }
 .darkBlue_btn.seeMore button {
  width: 10.417vw;
}
/* project branches end */

/* contact us */
.hide {
  display: none;
}
/* .newsletter-form .button span:nth-of-type(1) {
  top: 7px;
  color: #003F57;
} */
.button {
  background-color: #003F57;
  border: none;
  width: 10.1vw;
  border-radius: 0;
  height: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.button:hover {
  background-color: #81CAD7;
}
.button.finished:hover{
  background-color: #003F57;
}
.button.finished{
  border: none;
  display: flex;
  flex-direction: row-reverse;
}
.button:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #003F57;
}
.button span {
  position: relative;
  line-height: 0;
}
.button span i {
  transform-origin: center center;
}
.button span:nth-of-type(1) {
  top: 0;
  transform: translateY(-50%);
  font-size: clamp(14px, 1vw, 18px);
  font-family: 'cairo_bold';
  color: #FFFFFF;
}
.button:hover span:nth-of-type(1) {
  color: #003F57;
}
.button span:nth-of-type(2) {
  top: 0;
  transform: translateY(0%);
  font-size: 24px;
  left: -15%;
}
.button span:nth-of-type(3) {
  display: none;
}
.active1 {
  background-color: #81CAD7;
}
.active1:before {
  width: 100%;
  transition: width 1s linear;
}
.active1 span:nth-of-type(1) {
  top: -100%;
  transform: translateY(-50%);
}
.active1 span:nth-of-type(2) {
  top: 20%;
  transform: translateY(-50%);
}
.active1 span:nth-of-type(2) i {
  animation: loading 500ms linear infinite;
}
.active1 span:nth-of-type(3) {
  display: none;
}
.finished {
  background-color: #003F57;
}
.finished .submit {
  display: none;
}
.finished .loading ,.sent {
  display: none;
}
.checkTick,.loadingImg{
  height: clamp(18px,1.25vw,24px );    
}
.button.active1 .loading .loadingImg{
  animation: spin 1s linear infinite;
  display: block;
}
/* .button span.check{
   right: 45px
} */
.button .loading .loadingImg{
  display: none;
}
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.finished .check {
  display: block !important;
  font-size: 24px;
  animation: scale 0.5s linear;
  margin-left: 10px;
}
.finished .sent {
  display: block !important;
  animation: scale 0.5s linear;
  /* position: absolute;
  left: 47px; */
  color: #FFFFFF;
  font-size: clamp(14px, 1vw, 18px);
  font-family: 'cairo_bold';
}
.finished .check .checkTick,.finished .sent {
  transform-origin: center center;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(10);
  }
  50% {
    transform: scale(0.2);
  }
  70% {
    transform: scale(1.2);
  }
  90% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}


.contact_fields{
   position: relative;
}
.contact_fields input{
  background-color: #F3F3F3;
  height: 5.323vw;
  border: none;
  padding-top: 1.667vw;
  color: #AAAAAA;
  font-size: clamp(14px, 1vw, 18px);
  -webkit-transition: font-size .5s ease;
  -moz-transition: font-size .5s ease;
  -o-transition: font-size .5s ease;
  transition: font-size .5s ease;
}
.contact_fields:has(.form-control.inputClicked) label,
.contact_fields:has(.form-control.filled) label
{
  font-size: clamp(10px, 0.781vw, 18px);
  -webkit-transition: font-size .5s ease;
  -moz-transition: font-size .5s ease;
  -o-transition: font-size .5s ease;
  transition: font-size .5s ease;
}
.form-control.filled,.form-control.filled::placeholder,.form-control.inputClicked.filled::placeholder,.form-control.inputClicked.filled{
  color: #000000 !important;
  font-size: clamp(16px, 2vw, 20px);
  -webkit-transition: font-size .5s ease;
  -moz-transition: font-size .5s ease;
  -o-transition: font-size .5s ease;
  transition: font-size .5s ease;
}
.form-control.inputClicked{
     color: #AAAAAA !important;
  font-size: clamp(16px, 2vw, 20px);
  -webkit-transition: font-size .5s ease;
  -moz-transition: font-size .5s ease;
  -o-transition: font-size .5s ease;
  transition: font-size .5s ease;
}
.contact_fields textarea{
  background-color: #F3F3F3;
  border: none;
  padding-top: 32px;
  height: 10.417vw;
  resize: none;
}
.contact_fields::placeholder{
  color: #AAAAAA;
  font-size: clamp(14px, 1vw, 18px);
}
.contact iframe{
  width: 100%;
}
.contact_fields label{
  color: #003F57;
  font-size: clamp(14px, 1vw, 18px);
  font-family: 'cairo_bold';
  position: absolute;
  left: 12px;
  top: 8px;
  text-transform: uppercase;
  -webkit-transition: font-size .5s ease;
  -moz-transition: font-size .5s ease;
  -o-transition: font-size .5s ease;
  transition: font-size .5s ease;
}
.subPages .col-lg-12.row{
  padding: 5.69vw 9.73vw 0;
}
.subPages .col-lg-12.row .col-lg-6:first-child{
  padding-right: 2.5vw;
}
.subPages .col-lg-12.row .col-lg-6:last-child{
  padding-left: 2.5vw;
}
.form-control:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #F3F3F3 !important;
}
.contact .services_title span:nth-child(2) {
  line-height: 3.604vw;
  max-width: 24vw;
  text-align: start;
}
.contact .services_title span:nth-child(3){
  text-align: start;
}
.contact .services_title span:nth-child(1){
  text-transform: uppercase;
}
.mabs{
  width: 100%;
}
.mabs:hover{
  cursor: url('https://uxwing.com/wp-content/themes/uxwing/download/location-travel-map/country-location-icon.svg') 7 7, auto;
}
.contact .footer-section span {
  color: #131314;
}
.contact .footer-section p , .contact .footer-section .location {
  color: #414042; 
  max-width: 26vw;
}
/* contact us end */


/* responsive */

/* tablet */
@media screen and (min-device-width: 768px ) and (max-device-width: 1024px) {
  .subPages {
    margin-top: 230px;
}
   .pagesBanner{
    height: 300px;
    object-fit: cover;
   }
   .inner{
    width: 100%;
   }
   .titleContent span:nth-child(1) {
    font-size: clamp(30px, 3.333vw, 40px);
}
.breadcrumb .breadcrumb-item:nth-child(3){
  font-size: clamp(11px, 0.885vw, 17px);
    padding-top: 9px;
}
.Share_page svg:nth-child(2) {
  margin-left: 10px;
}
.Share_page svg {
  width: 20px;
}
.subPages_title {
  padding: 80px 50px 20px;
}
    .diagonal-section {
      clip-path: polygon(0 0, 100% 0, 100% -15%, 0 50%);
  }
  header {
      padding: 30px 50px 20px;
  }
  .bannerContainer {
      margin: 10px 50px;
  }
  .services_title span:nth-child(1),.services_title span:nth-child(3) {
      font-size: 14px;
  }
  .services_title span:nth-child(2) {
      font-size: 34px;
  }

  .services_container {
      flex-wrap: wrap;
  }
  
  .service_boxes {
      flex: 1 1 calc(50% - 20px); 
      box-sizing: border-box;
  }
  .services {
      padding: 90px 110px 0 110px;
      position: sticky;
      z-index: 1;
  }
  .service_boxes span:nth-child(2) {
      font-size: 2.5vw;
  }
  .service_boxes span:nth-child(3) {
      font-size: 14px;
  }
  .crafting_details {
      padding: 40px 110px 90px 110px;
  }
  .ourProjects_container {
      padding: 90px 110px 20px;
  }
  .arrow_box {
      padding: 12px;
  }
  .branch_container {
      bottom: 115px;
      padding: 15px;
  }
  .swiper-pagination{
      margin-bottom: 40px;
  }
  .happyClients_container {
      padding: 60px 110px;
  }
  .Our_objects.clientSay {
      padding: 90px 110px;
  }
  .clientSay_details2 {
      padding: 20px 15px 25px 15px;
  }
  .clientSay_content {
      padding: 0 15px;
  }
  .sayImg img{
      height: 20px;
  }
  .mySwiper2 .swiper-slide img {
      padding: 25px;
  }
  .footer-container {
      margin: 0;
      padding: 70px 50px;
      grid-template-columns: repeat(3, 1fr);
  }
  
  .subPages .col-lg-12.row {
    padding: 80px 50px 20px;
}
.contact_fields input {
  height: 65px;
}
.contact_fields input {
  height: 65px;
  padding-top: 30px;
}
.button{
  height: 35px;
}
.button span:nth-of-type(2) {
  left: auto;
}
.footer-section span {
  font-size: 14px;
}
.contact .footer-section p:last-child{
   max-width: 100%;
}
.contact-info span {
  font-size: 11px;
}
}
/* mobile and tablet (menu) */
@media screen and (min-device-width: 320px ) and (max-device-width: 1024px) {
  .burger.innerPage,.burger.innerPage:before,.burger.innerPage:after{
    background-color: #FFFFFF;
  }
  .open-main-nav, .main-nav{
    display: block;
  }
  body:has(.open-main-nav.is-open){
    overflow: hidden;
   }
  .main-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #FFF;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .375s;
}

.main-nav.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}
.main-nav::before {
   content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #003F57;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all .275s .1s;
}

.main-nav.is-open::before {
    transform: skew(-14deg) translateX(0);
}

.main-nav ul {
    display: inline-flex;
    flex-direction: column;
    height: 93%; 
    margin-top: 60px;
}

.main-nav li {
    display: block;
    margin: .5rem 0;
    text-align: center;
}
  .main-nav a {
    opacity: 0;
    transform: translateY(-10px);
}
.main-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
}
.main-nav li:nth-child(1) a {
  transition: all 275ms 175ms
}
.main-nav li:nth-child(2) a {
  transition: all 275ms 225ms
}
.main-nav li:nth-child(3) a {
  transition: all 275ms 275ms
}
.main-nav li:nth-child(4) a {
  transition: all 275ms 325ms
}
.main-nav li:nth-child(5) a {
  transition: all 275ms 375ms
}
.main-nav ul,
.main-nav li {
  list-style: none;
  padding: 0;
}
.main-nav a {
  display: block;
  padding: 12px 0;
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
  font-family: 'cairo_bold';
}
.main-nav a:hover{
  color: #81CAD7 !important;
}
  .open-main-nav {
  position: absolute;
  top: 15px;
  padding-top: 20px;
  right: 15px;
  z-index: 1000;
  background: none;
  border: 0;
  cursor: pointer;
}
.open-main-nav:focus {
  outline: none;
}
.burger {
  position: relative;
  display: block;
  width: 28px;
  height: 4px;
  margin: 0 auto;
  background: #003F57;
  transform: skew(5deg);
  transition: all .275s;
}
.is-open .burger{
  background: #FFFFFF;
}
.burger:after,
.burger:before {
  content: '';
  display: block;
  height: 100%;
  background: #003F57;
  transition: all .275s;
}
.is-open .burger:after,
.is-open .burger:before {
  background: #FFFFFF;
}

.burger:after {
  transform: translateY(-12px) translateX(-2px) skew(-20deg);
}

.burger:before {
  transform: translateY(-16px) skew(-10deg);
}
  .is-open .burger {
  transform: skew(5deg) translateY(-8px) rotate(-45deg);
}

.is-open .burger:before {
  transform: translateY(0px) skew(-10deg) rotate(75deg);
}

.is-open .burger:after {
  transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
}
.langMobile{
  align-self: center;
}
.langMobile img{
  z-index: 1;
}
  .desktop{
   display: none;
 }
  .mobileMenu{
    display: block;
  }
  header .darkBlue_btn{
      display: none;
  }
}
  @media screen and (min-device-width: 1024px ) and (max-device-width: 1200px) {
    .nav-item .nav-link {
      font-size: clamp(12px, 1vw, 18px);
    }
    .navbar-nav {
      gap: 2px;
  }
  }
  /* mobile */
@media screen and (min-device-width: 320px ) and (max-device-width: 767px) {
      .projectBranch_img {
    height: auto;
    object-fit: cover;
}
.branchesImg_container {
  gap: 10px;
}
.darkBlue_btn.readMore.seeMore button{
  margin-top: 10px;
}
.projectBranches.subPages .col-lg-12.row{
   gap: 15px;
}
    .breadcrumb-item a,.breadcrumb-item a:hover {
font-size: clamp(14px, 0.885vw, 17px);
}
.Share_page span:first-child {
    font-size: clamp(12px, 0.833vw, 16px);
}
    .happyClients_details p {
    line-height: 1.5;
}
.Our_objects .d-flex.projects_content{
    margin-top:0;
}
    .copy_right {
    justify-content: center;
    order: 1;
    margin-bottom: 40px;
}
    .swiper-button-prev3,.swiper-button-next3 {
  top: 25vw;
  height: 50px;
  width: 30px; 
}
  .rights_reversed, .iso-cert , .customer_supports{
    justify-self: center !important;
  }
  .footer-container {
    row-gap: 7vw;
  }
  .all_projects img {
    width: clamp(9px, 12px, 14px);
}
  .swiper-slide img {
    height: 100%;
  }
  footer{
    padding-top: 25px;
  }
  .mySwiper1 .swiper-slide.swiper-slide-next {
    width: 80% !important;
    height: 68vw;
}
  img.almoqawelLogo {
    width: 120px;
}
img.qualityManagementText {
  width: 150px;
}
  html, body {
    overflow-x: hidden;
    position: relative;
}
  header:has(.darkBlue_btnSubPages) {
    padding: 20px;
}
.happyClients_container.custom_client{
  align-items: flex-start;
  padding: 70px 20px 50px;
  gap: 20px;
}
.marquee_parent {
  padding-bottom: 0;
}
.marquee-content img {
  object-fit: cover;
  height:40px;
}
  .subPages_title span {
    line-height: 1;
}
/* .subPages_title span:nth-child(1) {
  font-size: clamp(34px, 3.333vw, 64px);
} */
.swiper-wrapper{
  width: 100%;
}
.aboutUs .happyClients_container {
  align-items: flex-start;
  }
  .pagesBanner {
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    position: relative;
}
.inner{
  height: 300px;
  position: absolute;
  top: 0;
}
.subPages_title{
  padding: 0 36px;
  flex-direction: column;
  align-items: center;
  top: 115px;
}
.subPages{
  margin-top: 230px;
}
.contact.subPages{
  margin-top: 250px;
}
.button {
  width: 100%;
  height: 40px;
}
.services.quality_policy {
  padding: 60px 20px
}
.aboutUs .happyClients_container {
  padding: 60px 20px
}
.Our_objects.clientSay.aboutUs {
  padding: 90px 20px;
}
.subPages .content.position-relative span:nth-child(3){
  max-width: 100%;
}
.subPages .content.position-relative span:nth-child(4){
  max-width: 96%;
}
.projects_content .d-flex.branch_container.position-static {
  padding: 30px 20px;
  position: relative !important;
  width: 80.385vw;
  right: 0 !important;
  left: 0;
}
.headr:has(.darkBlue_btnSubPages) button .burger{
  background: white !important;
}
.subPages .content {
  margin-bottom: 25px;
}
.subPages .about_frame .frameBottom{
  display: none;
}
.request_consultation img{
  height: 100%;
  object-fit: cover;
}
.request_consultation{
  height: 400px;
}
.about-us .darkBlue_btn.white_btn button{
  font-size: clamp(12px, 0.938vw, 18px);
}
.about-us .darkBlue_btn{
  margin-top: 25px;
}
.Consultation_text
{
  padding: 0 1vw;
}
.about-us .bannerContent span:nth-child(3) {
  font-size: clamp(12px, 0.938vw, 18px);
}
.about-us .request_consultation .bannerContent span:nth-child(2) {
  font-size: clamp(24px, 3.896vw, 28px);
  margin-bottom: 25px;
}
.about-us .bannerContent span:nth-child(1){
  font-size: clamp(14px, 0.938vw, 18px);
  width: auto;
  line-height: 2;
}
.about-us .request_consultation .bannerContent{
  top: 15vw;
}
.qulityPolicy_top {
  left: 10%;
  width: 80vw;
}
.qulityPolicy_bottom {
  left: 10%;
  width: 80vw;
}
.subPages .happyClients_container{
  padding: 8.69vw 9.73vw 4.69vw;
}
.crafting_details {
  padding: 4.69vw 9.73vw;
}
.breadcrumb{
  justify-content: center;
}
.breadcrumb-item+.breadcrumb-item {
  padding-top: 4px;
}
  .mySwiper1 .swiper-slide {
    height: 60vw;
  }
  .mySwiper1 .swiper-wrapper{
      left: -25%;
      padding-bottom: 20px;
  }
  .constractions {
      background-color: #003F57;
  }
  .constractions_container{
  flex-direction: column;
  padding: 70px 0;
  flex-wrap: wrap;
  position: relative;
  }
  .constractions_experience{
      flex-wrap: wrap;
  }
  .constractions_percentage img {
      height: 70px;
      width: auto;
  }
  .constractions_content span:nth-child(2) {
      font-size: 32px;
      margin-bottom: 30px;
  }
 .constractions_content span:nth-child(3),.constractions_percentage span:nth-child(3) {
  font-size: 14px;
}
.constractions_content span:nth-child(1){
  font-size: 12px;
}
.constractions_percentage span:nth-child(2) {
  font-size: 28px;
}
.constractions_content {
  padding: 0 15vw;
}
.constractions_content span:nth-child(2){
  line-height: 1;
}
.image-wrapper{
  width: 100%;
}
.constractions_percentage {
  flex: 1 1 calc(35% - 20px);
  box-sizing: border-box;
  margin-top: 50px;
}
.constractionsImg.w-100{
  display: none;
}
  header {
      padding: 20px;
  }
  .bannerContainer {
    margin: 0px 20px;
    height: 330px;
  }
  .bannerContent {
    top: 70px;
    left: 5.25vw;
  }
  .bannerContent span:nth-child(2) {
    font-size: 26px;
    width: 70%;
    line-height: 1;
}
  .social-media,.company-profile,.newsletter-form,.rights_reversed,.iso-cert
  {
    margin-bottom: 20px !important;
  }
  .contractor_logo {
    width: 225px;
}
  .request_consultation .bannerContent span:nth-child(3) {
    height: auto;
  }
  .bannerContent span:nth-child(3) {
    height: 36px;
    font-size: 14px;
    margin-top: 15px;
    width: 80%;
    line-height: 1;
  }
  .bannerContent span:nth-child(1){
    font-size: 12px;
    line-height: 1;
    width: 100%;
  }
  .bannerImg{
    object-fit: cover;
  }
  .darkBlue_btn.white_btn button {
    padding: 0 30px;
    height: 40px;
    font-size: 12px;
    margin-top: 30px;
    width: auto;
  }
  .scrollIcon {
    top: 80px;
    width: 10px;
}
  .diagonal-section {
      clip-path: polygon(0 0, 100% 0, 100% -5%, 0 15%);
  }
  .services {
      padding: 40px 15px 0 20px;
  }
  .services_title span:nth-child(1) {
      font-size: 12px;
  }
  .services_title span:nth-child(2) {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 0.9 !important;
  }
  .request_consultation .bannerContent span:nth-child(1) {
    font-size: 12px;
    line-height: 1;
    width: auto;
}
.request_consultation .bannerContent span:nth-child(2) {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 30px;
}
.request_consultation .bannerContent span:nth-child(3) {
  font-size: 14px;
  line-height: 1.5;
}
.member-title {
  font-size: clamp(14px, 16px, 18px);
}
.member-name {
  font-size: clamp(14px, 18px, 20px);
}
.request_consultation .darkBlue_btn.white_btn button {
  width: auto;
  font-size: 14px;
  padding: 15px;
}
.request_consultation .bannerContent {
  padding: 0 20px;
}
.request_consultation .bannerContent .white_btn {
  margin-top: 0;
}
  .services_title span:nth-child(3) {
      font-size: 14px;
      line-height: 1.5;
      /* max-width: 70.896vw;*/
      width:auto;
  }
     .services_title.custom_services span:nth-child(3) {
        max-width: 100%;
        width: 100%;
    }
  .services_title{
      width: 100%;
  }
  .services_container {
      flex-wrap: wrap;
  }
  
  .service_boxes {
      flex: 1 1 calc(75% - 20px); 
      box-sizing: border-box;
  }
  .service_boxes span:nth-child(3) {
      font-size: 14px;
      line-height: 1.5;
  }
  .service_boxes span:nth-child(2) {
      font-size: 22px;
      line-height: 20px;
  }
  .signature img {
    width: 100px;
}
  .service_boxes img{
      margin-top: 0;
  }
  .quality_details {
      padding: 15px 0 0;
  }
  .quality_management span:nth-child(1),.quality_management span:nth-child(2){
    font-size: 130px;
  }
  @keyframes move {
    0% {
      transform: translateX(-30%);
  }
  50% {
      transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
  }
  @keyframes move1 {
    0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
  }
  .quality_management {
    margin: 20px 0 30px 0;
}
  .crafting_details {
    padding: 55px 20px;
  }
  .marquee-container {
    padding: 25px 0 70px;
}
  .content span:nth-child(4){
      margin-bottom: 0;
  }
  .footer-logo{
    max-width: 55vw;
  }
  .p-0.footer-logo {
    max-width: 240px;
}
.subPages_title .titleContent span:nth-child(1) {
  font-size: clamp(34px, 34px, 44px);
}
  .content{
      padding: 0;
  }
  .section{
      flex-direction: column;
  }
  .content span:nth-child(1) {
      font-size: 12px;
      letter-spacing: 0;
  }
  .content span:nth-child(2) {
      font-size: 30px;
      line-height: 1;
  }
  .content span:nth-child(4) {
      font-size: 14px;
  }
  .content span:nth-child(3) {
      font-size: 14px;
      line-height: 1.2;
      margin:10px 0;
  }
  .darkBlue_btn.readMore button {
      width: 100%;
      height: 42px;
      font-size: 14px;
      margin-top: 30px;
  }
 
  .Projects_title span:nth-child(1) {
      font-size: 14px;
      letter-spacing: 0;
  }
  .Projects_title span:nth-child(2) {
      font-size: 32px;
      margin-bottom: 4.083vw;
      line-height: 1;
  }
  .ourProjects_container {
      padding: 60px 20px 20px;
      gap: 2.51vw;
      align-items: flex-start;
  }
  .projects_details p,.projects_details span {
      font-size: 12px;
  }
  .ourProjects_container{
      flex-direction: column;
  }
  .all_projects span {
      font-size: 14px;
  }
  img.swiper-slide {
      height: 100%;
  }
  .footer-container {
      margin: 0;
      grid-template-columns: repeat(1, 1fr);
      padding: 30px 20px;
  }
  .swiper{
      padding: 0 20px !important;
  }
  .happyClients_container {
      padding: 60px 20px 80px;
      flex-direction: column;
  }
  .Our_objects.clientSay,.Our_objects.clientSay.subPages.background_white,.Our_objects.clientSay.subPages.background-white{
      padding: 60px 20px;
      flex-direction: column;
  }
  a.d-flex.justify-content-between.align-items-center.branch_container.position-static{
    position: relative !important;
    left: 0;
    bottom: 55px;
}
.projects_img {
  width: 100%;
}
.projects_content{
  position: relative;
  flex-direction:column;
}
.mySwiper1 .branch_container {
  left: -0.8vw !important;
}
.mySwiper1.safari .branch_container
{
   left: -2px !important;
  /*left: auto !important;*/
  /*margin-left:14.3%;*/
}
.contact_fields input {
  height: 65px;
  padding-top: 25px;
  font-size: 14px;
}
.contact_fields label {
  font-size: 14px;
  top: 10px;
}
.contact_fields textarea {
  height: 150px;
    font-size: 14px;
}
.contact .darkBlue_btn.readMore button {
  height: 36px;
  margin-top: 0;
}
.contact .footer-section p{
  max-width: 100%;
}
.contact ~ footer {
  padding-top: 13vw;
}
.subPages .col-lg-12.row {
  gap: 100px;
  padding: 20px;
}
.button span:nth-of-type(2) {
  left: auto;
}
  .mySwiper2{
      padding: 0 !important;
  }
  .happyClients_title span:nth-child(1) {
      font-size: 12px;
      letter-spacing: 0;
  }
  .happyClients_title span:nth-child(2) {
      font-size: 32px;
      line-height: 1;
  }
   
  .clientSay_details span:nth-child(1) {
      font-size: 16px;
  }
  .sayImg img {
    width: 40px;
}
  .clientSay_details2 span {
    font-size: 14px;
    line-height: 1.3;
  }
  .footer_content.happyClients_title .can_help,
  .footer_content.happyClients_title p,
  .happyClients_details p ,
  .happyClients_details span,
  .clientSay_details span:nth-child(2),
  .customer_supports,
  .footer-section p,
  .read-more ,
  .footer-section ul a,
  .social-media span:nth-child(2),
  .company-profile span:nth-child(2),
  .newsletter-form span:nth-child(2),
  .download-btn
  {
      font-size: 14px;
  }

  .footer-container .footer-section:first-child, .social-media ,.social-media span:nth-child(2),.company-profile,.rights_reversed,.footer-logo{
    max-width: 100%;
}
.download_profile {
  white-space: nowrap;
}

  .clientSay_content {
      padding: 0 20px;
  }
  .clientSay_details2 {
      padding: 30px 20px 40px 20px;
  }
  .footer_content.happyClients_title p {
      font-size: 14px;
      margin: 20px 0 10px;
  }
 
  .footer-section span,.social-media span:nth-child(1), .company-profile span:nth-child(1), .newsletter-form span:nth-child(1) {
      font-family: 'cairo_bold';
      font-size: 14px;
  }
  .footer-container{
      padding-bottom: 0;
  }
  .project_view {
    padding: 40px 20px;
}
.contact .services_title span:nth-child(2) {
  line-height: 1 !important;
  max-width: 200px !important;
}
  /* .footer-logo,
  .social-media span:nth-child(1), .company-profile span:nth-child(1), .newsletter-form span:nth-child(1),
  .social-media, .company-profile, .newsletter-form
  {
      margin: 0;
  } */
  .customer_supports a{
      font-size: 12px;
      padding-bottom: 40px;
  }
  .customer_supports{
       font-size: 12px;
  }
  .form-group button {
      padding: 0 20px;
      font-size: 12px;
  }
  .darkBlue_btn button {
      font-size: 12px;
      width: 100%;
      height: auto;
  }
  div:has(.contractor_logo) {
      width: 45vw;
  }
 
  section.Our_objects {
      padding-bottom: 70px;
  }
  .branch_container {
    width: 64.385vw;
    position: relative;
    z-index: 9999;
    bottom: 3.5rem;
    left: -0.5vw;
    height: auto;
    padding: 15px 20px;
  }
  .branch_details span:nth-child(1) {
      font-size: 16px;
  }
  .branch_details span:nth-child(2) {
      font-size: 12px;
  }
  .footer_content.happyClients_title p{
      max-width: 70.896vw;
  }
  .company-desc{
      margin-top: 10px;
  }
  .swiper-pagination-bullet{
    width: 4.563vw !important;
    border-radius: 0 !important;
    height: 3.042vw !important;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
      bottom: -12px !important;
  }
  .serviceContainer, .serviceContainer.serviceContainerTwo{
    flex-direction: column !important;
  }
  .service_num span{
    font-size: 30px;
  }
  .service_details span:first-child {
    font-size: 26px;
}
.service_details {
  gap: 10px;
}
.service_Bullets{
  margin-top: 30px;
}
.bullets {
  gap: 10px;
}
.subPages .happyClients_title.d-flex{
   align-self:start
}
.frameBottom , .frameTop {
  width: 25.875vw;
}
.aboutUs .happyClients_title {
  margin-bottom: 30px;
}
.swiper3{
  padding: 0 !important;
}
.serviceImg img {
  width: 100%;
}
.projects_content .branch_container{
  box-shadow: 0px 8px 8px 0px #00000014;
}
}


@media(min-device-width: 600px) and (max-device-width: 767px) {
  .diagonal-section {
      clip-path: polygon(0 0, 100% 0, 100% -5%, 0 29%);
  }
}
@media(min-device-width: 480px) and (max-device-width: 600px) {
  .diagonal-section {
      clip-path: polygon(0 0, 100% 0, 100% -8%, 0 25%);
  }
}
@media(min-device-width: 320px) and (max-device-width: 480px) {
  .branch_container {
    left: 0.5vw;
}

  .diagonal-section {
      clip-path: polygon(0 0, 100% 0, 100% -8%, 0 20%);
  }
  .d-flex.branch_container.position-static {
    padding: 30px 20px;
}
.bannerContent span:nth-child(2){
  width: 60%;
}
.darkBlue_btn.white_btn button {
  font-size: 12px;
  margin-top: 25px;
  width: auto;
}

.bannerContent span:nth-child(3) {
  margin-top: 5px;
  width:80%;
  line-height: 1.1;
}
.scrollIcon{
  width: 10px;
  top: 60px;
}
.frameBottom , .frameTop {
  width: 30.875vw;
}
}

