*{
    box-sizing: 100%;
}
img{
    max-width: 100%;
}
.navbar-brand img{
width: 100px;
}
body {
font-family: 'Cairo', sans-serif;
}
a{
text-decoration: none;
}
header {
  top: 0;
  inset-inline: 0;
  transition: all 0.5s linear;
  }
header.fix-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
 
  background: white;
  animation-name: headerAnim;
  animation-duration: 1s;
  animation-direction: alternate;
  box-shadow: 3px 2px 2px 2px #f5f5f5;
}
.header-before{
font-size: 18px;
padding-inline-start: 6px;
}
.header-before{
  position: relative;
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.header-before::before{
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  inset-inline-start: 0;
  bottom: -1px;
  background:#EFCD59;
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.header-before:hover:before{
  width: 100%;
  height: 3px; 
  transition: all 0.4s cubic-bezier(0.82, 0.14, 0.1, 0.85);
}
.offcanvas-body {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.link-before{
position: relative;
padding-top: 10px;
padding: 14px;
}
.link-before::before{
content: '';
position: absolute;
top: 8px;
margin-inline-start: -10px;
height: 80%;
width: 4px ;
background:#EFCD59;
border-radius: 3px;
}
.item-before{
position: relative;
}
.item-before::before{
content: '';
position: absolute;
left: 0;
bottom: -2px;
height: 1px;
width: 100%;
background: #cdcdcd8e;
}
.icon-7{
text-align: center;
}
.icon-7 i{
font-size: 19px;
color: #141718;
padding: 4px;
}
.banner{
height: 84vh;
}
.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
display: flex;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.slide-text {
  position: absolute;
  z-index: 2;
}
.swiper-content{
width: 100vw;
display: flex;
justify-content: space-between;
align-items: center;
}
.slide-img{
height: 70vh;
 margin-inline-end: 10%;
 margin-top: 100px;
}
.text-1{
font-size: 45px;
font-weight: 600;
}
.text-1 span{
color: #22A8D0;
}
.text-2{
margin-top: 20px;
font-size: 18px;
}
.banner-link{
margin-top: 25px;
}
.banner-link a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #EFCD59;
  border-radius: 50px;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.banner-link a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
 background: #deb01c;
  border-radius: 50px;
  transition: width 0.4s ease;
  z-index: -1;
}

.banner-link a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.swiper-pagination-bullet {
  background-color: #fff; 
  opacity: 1;
  border-radius: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #22A8D0; 
  width: 20px;
  border-radius: 10px;
}
.banner-about{
 margin-top: 70px;
}
.about-title{
font-size: 30px;
font-weight: 700;
color: #22A8D0;
}
.about-title span{
position: relative;
}
.about-title span::before{
content: '';
position: absolute;
  width: 100%;
  height: 6px;
 inset-inline-start: 0;
 bottom: -3px;
 background:#EFCD59;
}
.about-text{
 margin-top: 23px;
line-height: 2;
}
.text-top{
margin-top: 30px;
}
.banner-ser{
margin-top: 40px;
height: 100%;
padding: 10px 10px;
background-image: url('../img/29052f71b1c0489\ \(1\)\ 1.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.img-serv img{
height: 70vh;
}
.flex{
height: 100%;
width: 100%;
display: flex;
align-items: center;
}
.job-list{
height: 100%;
padding: 36px 30px;
border-radius: 14px;
border: 1px solid #22A8D0;
background: #ffffffa4;
}
.job-list i{
font-size: 10px;
padding: 7px;
}
.job-list div{
padding: 16px;
}
.image-4 img{
height: 80vh;
}
.list-2 i{
font-size: 6px;
padding: 7px;
}
.list-2 div{
padding: 10px;
}
.center{
height: 100%;
display: flex;
 flex-direction: column;
justify-content: center;
}
.banner-ser-2 {
  position: relative;
  height: 100%;
  background-image: url('../img/Mask group (10).png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 30px 0px;
}

.banner-ser-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(11, 73, 143, 0.5); 
  z-index: 1;
}
.banner-ser-2 .content-serv-2{
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  height: 100%;
  width: 100%;
  display: flex;
}
.serv-2-titel{
font-size: 34px;
font-weight: 600;
text-align: center;
}
.text-serv-2{
font-size: 20px;
text-align: center;
margin-top: 16px;
}
.text-serv-2 span{
position: relative;
  display: inline-block; 
  text-align: center;
}
.text-serv-2 span::before{
content: '';
position: absolute;
  width: 30%;
  height: 10px;
 left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  background:#EFCD59;
  text-align: center;
}
.card-image img{
width: 45px;
}
.card-serv-2{
display: flex;
align-items: center;
}
.card{
background: #0B498FC7;
border-radius: 15px;
}
.card-title{
 padding: 0px 8px;
color: #B4EDFFFA;
}
.card-text{
margin-top: 8px;
font-size: 14px;
color: #ffffffd6;
}
.card-top{
margin-top: 60px;
}
.card-top-2{
margin-top: 30px;
}
.banner-mess{
  height: 100%;
  padding: 40px 0px;
  background-image: url('../img/pexels-pixabay-258160 2 (1).png');
}
.titel-mess{
font-size: 35px;
font-weight: 600;
color: #fff;
}
.text-mess{
font-size: 19px;
}
.form .form-control {
  background-color: #0B498F42; 
  border: none; 
  color: #000; 
}
.form .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 73, 143, 0.3); 
  background-color: #0B498F42;
}
.form textarea.form-control {
  resize: none; 
}
.banner-link button{
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  background: #EFCD59;
  border-radius: 50px;
  color: #000;
  border: none;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}
.banner-link button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
 background: #deb01c;
  border-radius: 50px;
  transition: width 0.4s ease;
  z-index: -1;
}

.banner-link button:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.footer{
width: 100%;
height: 100%;
padding: 50px 10px;
}
.footer-logo img{
width: 150px;
}
@keyframes headerAnim {
  0% {
      top: -150px;
  }
  100% {
      top: 0px;
  }
}
.job-list-2 {
  display: flex;
  flex-direction: column;
  direction: rtl;
  gap: 10px;
}

.list-3 {
  padding: 10px 15px;
 font-size: 25px;  
  width: fit-content;
    color: #2b2b2b;
}

.list-3 span {
  color: #888;
  margin-left: 8px;
  font-size: 35px;
  padding: 0px 10px;
  background: rgba(232, 232, 232, 0.655);
  border-radius: 8px;
}
.footer-flex{
display: flex;
align-items: center;
flex-wrap: wrap;
height: 100%;
}
.footer-flex a{
padding: 12px;
font-size: 19px;
color: #141718;
}
.footer-line{
width: 100%;
height: 1px;
background: #cacbcc;
}
.copy{
margin-top: 30px;
color: #969696;
}
.icon-7{
text-align: right;
}
.icon-6{
margin-top: 30px;
}
.icon-6 i{
color: #5c5c5c; 
}
@media screen and (min-width:991px){
 .offcanfas-1{
    display: none;
 }
 .slide-text {
  margin-inline-start: 10%;
}
.about-text{
 width: 80%;
}
.right-1{
margin-right: 0px
}
.right-2{
margin-right: 30px
}
.right-3{
margin-right: 60px
}
.right-4{
margin-right: 90px
}
}
@media screen and (min-width:100px) and (max-width:991px){
 .slide-img{
display: none;
}
.text-1{
font-size: 25px;
font-weight: 600;
text-align: center;
}
.text-2{
margin-top: 20px;
font-size: 17px;
width: 90%;
text-align: center;
}
.banner-link{
text-align: center;
}
.swiper-content {
 justify-content: center;
}
.about-title{
text-align: center;
}
.about-text{
text-align: center;
}
.about-img img{
margin-top: 40px;
}
.banner-ser{
padding: 10px 10px;
}
.text-top{
text-align: center;
}
.flex {
align-items: center;
justify-content: center;
}
.img-serv{
display: none;
}
.text-left{
text-align: start;
}
.text-serv-2{
padding-bottom: 20px;
}
.card-top{
margin-top: 30px;
}
.form{
margin-top: 30px;
}
.footer-logo{
display: flex;
justify-content: center;
}
.footer-flex {
flex-direction: column;
 align-items: center;
}
.footer-flex div{
padding: 10px 0;
}
.icon-7{
text-align: center;
}
.copy{
text-align: center;
}
}