@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Arrows:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Montez&family=Montserrat:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Revolution&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,500;0,700;0,900;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&display=swap');
body{
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%; 
    text-size-adjust: 100%; 
    font-family: "Mulish", serif;
    background: #edecea;
    overflow-x: hidden;
}
  
:root{
  --primary-color: #759CA2;
  --text-color:#000000;
  --white-color: #f4f4f4;
}
/* ============== */
.slider {
    max-width: 1800px;
    margin: auto;
    /* padding: 5%; */
    margin-top: -100px;
  }
  
  .slider .swiper {
    width: 100%;
  
  }
  
  .slider .swiper-slide {
    width: 100%;
    height: 900px;
    background-color: var();
    display: flex;
    padding-top: 5%;
  }
  
  .slider .swiper-slide .text {
    width: 60%;
    margin: auto 0;
    color: white;
    margin-left: 5%;
    padding: 80px 50px;
  
  }
  
  .slider .swiper-slide .text h1 {
    font-size: 85px;
    text-transform: uppercase;
    font-style: italic;
    position: relative;
    z-index: 30;
  }
  
  .slider .swiper-slide .text h1 span {
    font-style: italic;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--primary-color);
  }
  
  .slider .swiper-slide .text p {
    font-size: 20px;
    margin-top: 10px;
  }
  
  .slider .swiper-slide .text button {
    padding: 5px 15px;
    border: none;
    background-color: var(--primary-color);
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
  }
  
  .slider .swiper-slide .text button:hover {
    background-color: var(--primary-color);
    border-radius: 10px;
  }
  
  .slider .swiper-slide .text button img {
    width: 30px;
  }
  
  .slider .slider1 {
    background-image: linear-gradient()url(/images/air.jpg);
    background-position: center;
    background-size: 100% 100%;
  }
  
  .slider .slider2 {
    background-image: url(/images/kuwait.jpg);
    background-position: center;
    background-size: 110% 110%;
  }
  
  .slider .slider3 {
    background-image: url(/images/consultancy.jpg);
    background-position: center;
    background-size: 100% 120%;
  }
  
  .slider .slider4 {
    background-image: url(/images/hire.jpg);
    background-position: center;
    background-size: 110% 110%;
  }
  
  .slider .slider5 {
    background-image: url(/images/manpower.jpg);
    background-position: center;
    background-size: 110% 110%;
  }
  
  
  
  
  .sliderbtn {
    width: fit-content;
    margin-top: -35%;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 0 6%;
    margin-bottom: 30%;
    text-align: right;
    justify-content: right;
    /* background: rgba(0, 0, 0, 0.476); */
    margin-left: 80%;
  }
  
  .sliderbtn img {
    width: 40px;
  }
  
  .sliderbtn img:hover {
    cursor: pointer;
    filter: brightness(0);
  }
  
  .sliderbtn .prev {
    transform: rotate(-90deg);
    margin-top: 10px;
  }
  
  .sliderbtn .next {
    transform: rotate(90deg);
    margin-top: 20px;
    margin-bottom: 10px;
  
  }
  
  
  .sliderbtn .line {
    width: 3px;
    height: 100px;
    margin: auto;
    position: relative;
    background-image: linear-gradient(to top, var(--primary-color), var(--primary-color), rgba(255, 255, 255, 0));
  }
  
  .sliderbtn .line2 {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color), rgba(255, 255, 255, 0));
  }
  

.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  padding-bottom: 100px;
  overflow: hidden;
  margin-top: -200px;
}

.sec1 .shape {
  max-width: 1800px;
  width: 100%;
  height: 500px;
  background-color: var(--text-color);
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  border-radius: 0 0 50% 50%;
  margin-left: -4%;
  margin-top: -10%;

}

.sec1 h5 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: auto;
  justify-content: center;
  color: var(--text-color);
  display: flex;
  place-items: center;
}

.sec1 h5 .line {
  width: 50px;
  height: 2px;
  background-image: linear-gradient(to left, var(--primary-color), #e7801800);
  margin: 0 8px;
}
.sec1 h5 .line2{
  background-image: linear-gradient(to left, #ffa6001c, var(--primary-color));
}

.sec1 h1 {
  width: 100%;
  font-size: 50px;
  color: var(--text-color);
  text-align: left;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 20;
  margin-top: 20px;
}
.sec1 h1 span{
  color: var(--primary-color);
}

.sec1 .swiper {
  width: 100%;
  margin-top: 50px;
}

.sec1 .swiper-slide {
  border: 0.1px solid var(--primary-color);
  padding: 20px;
  border-radius: 20px;
  height: 200px;
  text-align: left;
  padding-bottom: 40px;
  /* position: relative; */
  overflow: hidden;
  padding-left: 60px;
  position: relative;
  background: var(--white-color);
}

.sec1 .swiper-slide img {
  width: 100px;
}

.sec1 .swiper-slide h3 {
  margin-top: 20px;
  color: var(--primary-color);
  text-align: left;

}

.sec1 .swiper-slide p {
  margin-top: -20px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  text-align: left;
  font-weight: 400;
}

.sec1 .swiper-slide button {
  margin: auto;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 15px;
  background-color: #013139;
  padding: 8px 20px;
  border-radius: 10px;

}

.sec1 .swiper-slide .color-box {
  width: 100%;
  height: 120%;
  background-color: #013139;
  position: absolute;
  top: 0;
  margin-top: -30px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 45% 100%, 71% 50%, 45% 0);
  margin-left: -100%;
  transition: ease-in 0.2s;
}

.sec1 .swiper-slide:hover .color-box {
  margin-left: 10%;
  opacity: 0.5;
}

.sec2 {
    max-width: 1800px;
    margin: auto;
  }
  
  .sec2-container {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    place-content: center;
  }
  
  .sec2-container img {
    width: 30%;
    margin-left: -1px;
  }
  
  .sec2-container .text {
    width: 50%;
    padding: 30px 60px;
    background-image: linear-gradient(#edecea, rgba(0, 0, 0, 0)), url(../images/bg\ img\ 6.jpg);
    background-position: center;
    background-size:cover;
  }
  
  .sec2-container .text h1 {
    color: var(--primary-color);
    font-size: 50px;
    margin-left: 50px;
    margin-top: 50px;
  }
  
  .sec2-container .text p {
    width: 60%;
    margin-top: 30px;
    margin-left: 50px;
    font-size: 20px;
  }
  
  .sec2-container .text button {
    padding: 10px 30px;
    border: none;
    background-color: var(--primary-color);
    color: var(--white-color);
    margin-top: 20px;
    margin-left: 50px;
    border-radius: 10px;
    font-size: 18px;
    border-radius: 30px;
  }

  .sec3 {
    max-width: 1800px;
    margin: auto;
    margin-left: 50px;
    padding: 10% 5%;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.633)), url(../images/bg\ img\ 5.jpg);
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 200px;
  }
  
  .sec3 .text{
    width: 45%;
    margin-left: 150px;
  }
  .sec3 .text h5{
    font-size: 15px;
    color: var(--text-color);
  }
  
  .sec3 .text h1{
    color: var(--primary-color);
  }
  .sec3 .text h1 span{
    color: var(--primary-color);
  }
  .sec3 .text .line{
    width: 80px;
    height: 2px;
    background-image: linear-gradient(to right, rgb(13, 148, 110), rgba(0, 0, 0, 0));
  
  }
  
  .sec3 .text h4{
    margin-top: 20px;
  }
  .sec3 .text p{
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.846);
  }
  .sec3 .text ul{
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .sec3 .text ul li{
    width: 48%;
    display: flex;
    place-items: center;
    list-style: none;
  }
  .sec3 .text ul li h6{
    font-size: 18px;
    margin-left: 20px;
  }
  
  .sec3 .text button{
    margin-top: 50px;
  }
  
  .sec3 .img-container{
    width: 45%;
    display: flex;
    position: relative;
    justify-content: space-between;
  }
  .sec3 .img-container .img-sec{
    width: 50%;
    justify-content: center;
    text-align: center;
  }
  .sec3 .img-container .img-sec img{
    width: 100%;
    margin-top: 30px;
  }
  .sec3 .img-container .img-sec img:first-child{
    border-radius: 50%;
    height: 230px;
    width: 95%;
    margin-top: 0;
  }
  
  
  .sec3 .img-container .img3{
    width: 50%;
  }
  
  .sec3 .img-container .png{
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: -150px;
    margin-left: 35%;
  }
  .sec3 .img-container .png2{
    width: 40%;
    background-color: var(--primary-color);
    color: var(--text-color);
    position: absolute;
    left: 0;
    margin-left: -50px;
    margin-top: 300px;
    padding: 10px;
    display: flex;
    border-radius: 10px;
    place-items: center;
    justify-content: space-between;
    border: 1px solid var(--text-color);
    animation: mymove infinite 5s ;
  }
  
  @keyframes mymove {
    0% {margin-top: 300px;}
    50% {margin-top: 330px;}
    100% {margin-top: 300px;}
  }
  
  .sec3 .img-container .png2 h3{
    font-size: 25px;
    color: var(--text-color);
  }
  
  .sec3 .img-container .png2 h3 p{
    font-size: 15px;
    color: var(--text-color-);
    margin-bottom: 0;
    margin-top: 10px;
  }
  
  .sec3 .img-container .png2 img{
    height: fit-content;
    margin-left: 20px;
  }
  
/* .sec3 button{
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    box-shadow: 0 0 5px 1px var(--text-color);
}
.sec3 button svg{
    width: 20px;
} */

.sec4 {
    max-width: 1800px;
    margin: auto;
    padding: 4% 2%;
    width: 100%;
    color: var(--text-color);
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
  }
  
  .sec4 .png2 {
    width: 500px;
    position: absolute;
    margin-right: -350px;
    right: 0;
    margin-top: 11%;
  }
  
  .sec4 .png {
    width: 400px;
    height: 400px;
    background-color: var(--primary-color);
    position: absolute;
    border-radius: 50%;
    margin-left: -200px;
    margin-top: -50px;
  }
  
  .sec4 .head-tx {
    width: 95%;
    text-align: left;
    margin: auto;
    position: relative;
    z-index: 10;
    margin-top: 50px;
  }
  
  .sec4 h5 {
    width: 100%;
    font-size: 20px;
    color: var(--white-color);
  }
  
  .sec4 h5 img {
    width: 30px;
  }
  
  .sec4 h1 {
    font-size: 35px;
    color: var(--text-color);
    text-align: left;
    width: 70%;
    /* margin: auto; */
    /* margin-left: 5%; */
    margin-top: 20px;
    font-weight: 700;
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  }
  
  
  .sec4 .swiper {
    width: 95%;
    margin: auto;
    /* height: 100%; */
    overflow: hidden;
    padding-bottom: 00px;
    padding-top: 0px;
    margin-top: 50px;
  }
  
  .sec4 .swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .sec4 .swiper-slide .img {
    overflow: hidden;
  }
  
  .sec4 .swiper-slide .img img {
    width: 100%;
    height: 350px;
    border-radius: 0px;
    transition: ease-in-out 0.5s;
    /* opacity: 0.8; */
    box-shadow: 10px 10px 5px rgba(2, 36, 23, 0.428);
  }
  
  .sec4 .swiper-slide .text {
    width: 100%;
    margin-top: -150px;
    z-index: 10;
    position: relative;
    text-align: left;
    padding: 00px;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    place-items: center;
    background-image: linear-gradient(rgba(0, 2, 28, 0), rgba(0, 0, 0, 0.759), rgba(9, 16, 72, 0.948));
    /* background-color: #000000; */
  }
  
  .sec4 .swiper-slide:hover .text {
    background-image: linear-gradient(rgba(0, 2, 28, 0), rgba(0, 0, 0, 0.865), rgb(0, 0, 0));
    color: black;
  }
  
  .sec4 .swiper-slide .text .heading {
    /* background-color: white; */
    width: 100%;
    padding: 15px;
  }
  
  .sec4 .swiper-slide .text img {
    height: fit-content;
    width: 40px;
    filter: brightness(50);
    display: none;
  }
  
  
  .sec4 .swiper-slide h4 {
    font-size: 22px;
    color: #34ad91;
    position: relative;
    z-index: 10;
    font-weight: 600;
    width: 100%;
  }
  
  .sec4 .swiper-slide:hover h5 {
    color: black;
  }
  
  .sec4 .swiper-slide h5 {
    font-size: 16px;
    color: var(--white-color);
    margin: auto;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 11;
    text-align: left;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  
  }
  
  .sec4 .swiper-slide .text .btn {
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 50%;
    margin-right: -60px;
    margin-top: 15px;
  }
  
  .sec4 .swiper-slide .text .btn img {
    margin-top: 20px;
    width: 30px;
    margin-left: -40px;
    filter: brightness(1);
  }

  .sec5 {
    max-width: 1800px;
    margin: auto;
    padding: 5% 2%;
    margin-bottom: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
    place-items: center;
    background-image: linear-gradient(var(--white-color), var(--primary-color)), url(../images/bg\ banner\ 5.jpg);
    background-position: center;
    background-size: 100% 100%;
    /* padding-bottom: 200px; */
    overflow: hidden;
  }
  
  
  .sec5 img {
    width: 42%;
    /* height: 350px; */
    /* height: auto; */
    z-index: 10;
    position: relative;
    /* border-radius: 50%; */
    /* border: 10px solid white; */
    /* margin-left: -5%; */
  }
  
  .sec5 .text {
    width: 45%;
    color: rgb(0, 0, 0);
  }
  
  
  .sec5 .text h1 {
    font-size: 50px;
    color: var(--text-color);
    margin-bottom: 20px;
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  }
  
  .sec5 .text h1 span {
    color: var(--primary-color);
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  }
  
  .sec5 .line{
    width: 80px;
    height: 2px;
    margin-top: -5px;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, rgb(13, 148, 110), rgba(0, 0, 0, 0));
  }
  
  .sec5 .text button {
    margin-top: 30px;
    font-weight: 500;
  }
  
  .button {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: var(--primary-color);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffffbe;
    outline: none;
    /* border: none; */
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
  }
  
  .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }
  
  .button:hover {
    transform: scale(1.05);
    border-color: #fff9;
  }
  
  .button:hover .icon {
    transform: translate(4px);
  }
  
  .button:hover::before {
    animation: shine 1.5s ease-out infinite;
  }
  
  .button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes shine {
    0% {
      left: -100px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }
  

  .sec6{
    max-width: 1800px;
    margin: auto;
    width: 100%;
    background: #ffffff;
    /* background-image: linear-gradient(to top, rgba(255, 255, 255, 0.303), rgba(255, 255, 255, 0)), url(../images/bg\ img\ 2.PNG); */
    background-position: center;
    background-size: 110% 100%;
    /* margin-bottom: 100px; */
    /* padding: 4%; */
    justify-content: space-between;
    display: flex;
    place-items: center;
  }
  
  .sec6 .text{
    width: 50%;
    padding-left: 5%;
  }
  .sec6 .text .line{
    width: 80px;
    height: 2px;
    margin-top: 10px;
    background-image: linear-gradient(to right, rgb(13, 148, 110), rgba(0, 0, 0, 0));
  
  }
  .sec6 .text h1{
    font-size: 45px;
    color: var(--primary-color);
  }
  
  .sec6 .text p{
    margin-top: 30px;
  }
  .sec6 .text button{
    margin-top: 30px;
  }
  
  .sec6 img{
    width: 50%;
    /* border-radius: 50%; */
    height: fit-content;
    /* border: 10px solid white; */
  }
  
  .sec7 {
    max-width: 1800px;
    margin: auto;
    /* background-color: #ffffff; */
    padding: 50px 20px;
    padding-bottom: 100px;
    margin-top: 50px;
  }
  
  .sec7 h5 {
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 10px;
    width: fit-content;
    margin: auto;
    font-size: 16px;
    border-bottom: 0.1px solid var(--primary-color);
  }
  
  .sec7 h1 {
    font-size: 40px;
    text-align: center;
    color: #000000;
    font-weight: 600;
  }
  
  
  .sec7-container {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(/images/png\ design.jpg);
    background-position: center;
    mix-blend-mode: multiply;
    background-size: 110% 100%;
    margin-top: -80px;
    
  }
  
  .sec7-container .box {
    width: 26%;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin-top: 140px;
  }
  
  .sec7-container .box h4 {
    margin-top: 15px;
    color: var(--primary-color);
    text-align: center;
    margin-top: 50px;
  }
  
  .sec7-container .box p {
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 400;
    margin-top: 10px;
  }
  
  .sec7-container .box img {
    width: 20%;
    margin: auto;
  
  }
  
  
  .sec8 {
    max-width: 1800px;
    margin: auto;
    padding: 50px 0;
    padding-bottom: 80px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.834), rgba(255, 255, 255, 0.821)), url(../image/png\ desing\ 2.jpg);
    background-position: center;
    background-size: 100% 100%;
  }
  
  .sec8 h1 {
    width: fit-content;
    font-size: 45px;
    color: #000000;
    text-align: center;
    margin: auto;
    background-color: rgb(255, 255, 255);
    padding: 20px 100px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    margin-top: -80px;
  
  }
  
  
  
  .sec8 .swiper {
    width: 90%;
    height: 100%;
    margin-top: 50px;
    padding-top: 50px;
    
  }
  
  .sec8 .swiper-slide {
    width: 15%;
    font-size: 20px;
    /* background-image: linear-gradient(to right, rgba(9, 22, 30, 0), rgba(10, 22, 30, 0)), url(../image/bg\ img\ 11.jpg);
    background-position: center;
    background-size: 100% 100%; */
    border-radius: 20px;
    background-color: var(--white-color);
    padding: 20px;
    color: var(--text-color);
    height: auto;
  }
  
  
  .sec8 .swiper-slide img{
    width: 100%;
    border-radius: 20px 20px 0  0;
    margin-top: -70px;
  }
  
  .sec8 .swiper-slide h4{
    font-size: 25px;
    margin-top: 20px;
    border-bottom: 0.1px solid rgba(255, 255, 255, 0.409);
    padding-bottom: 20px;
    color: var(--primary-color);
  }
  
  .sec8 .swiper-slide p{
    font-size: 18px;
    /* font-weight: 600; */
    margin-top: 20px;
    letter-spacing: 1px;
  }
  
  
  .sec8 .swiper-slide .img2{
    width: 100%;
    /* mix-blend-mode: color-burn; */
    opacity: 0.4;
    display: none;
  }

  .sec9{
    max-width: 1800px;
    margin: auto;
    padding:0% 4%;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .sec9 h5{
    width: 100%;
    margin: auto;
    justify-content: center;
    color: var(--text-color);
    text-align: center;
    display: flex;
    place-items: center;
  }
  .sec9 h5 .line{
    width: 30px;
    height: 3px;
    margin: 8px ;
    background: var(--primary-color);
  }
  .sec9 h1{
    text-align: center;
    color: #021937;
    font-weight: 800;
    margin: 0;
    margin-top: 10px;
  
  }
  .sec9 h1 span{
    font-weight: 800;
    color: var(--primary-color);
  }
  
  .sec9-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 120px;
  }
  
  .sec9-container .box{
    width: 20%;
    background-color: var(--primary-color);
    border: 1px solid var(--text-color);
    border-radius: 20px;
    padding: 30px;
    margin-right: 0;
    text-align: center;
    color: var(--white-color);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  
  .sec9-container .box img{
    width: 250px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    margin-top: -100px;
    position: relative;
    z-index: 20;
    border: 10px solid var(--primary-color);
  }
  
  .sec9-container .box .text{
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 10;
    position: relative;
  }
  .sec9-container .box:hover{
    background-color: #cad0d1;
    color: var(--primary-color);
  }
  
  
  .sec9-container .box .text h6{
    margin: auto;
    font-size: 18px;
    margin-top: 10px;
    color: var(--text-color);
  }
  .sec9-container .box .text h4{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sec10 {
    max-width: 1800px;
    margin: auto;
    padding: 100px 4%;
    margin-top: 50px;
    margin-bottom: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  
  .sec10 .png {
    width: 100px;
    position: absolute;
    left: 0;
  }
  
  .sec10 .png2 {
    width: 30%;
    position: absolute;
    /* left: 0; */
    rotate: 180deg;
    opacity: 0.8;
    margin-top: -100px;
  }
  
  
  .sec10 .text-sec {
    width: 30%;
    background-color: var(--primary-color);
    margin-right: 3%;
    border-radius: 30px;
    padding: 50px 50px;
    margin-top: 20px;
    padding-top: 60px;
    color: white;
    position: relative;
    z-index: 20;
  }
  
  .sec10 .text-sec h5{
    color: var(--text-color);
  }
  
  .sec10 .text-sec h1 {
    font-weight: 600;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .sec10 .text-sec button {
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    margin-top: 20px;
    color: white;
    background-color: var(--primary-color);
  }
  
  
  .sec10 .text-sec .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.708);
    margin-top: 20px;
  }
  
  .sec10 .text-sec .box {
    width: 100%;
    display: flex;
    margin-top: 30px;
  
  }
  .sec10 .box a{
    color: var(--white-color);
  }
  .sec10 .text-sec .box img {
    width: 50px;
    height: fit-content;
    margin-right: 20px;
  }
  
  .sec10 .text-sec .box p {
    margin: 0;
  
  }
  
  .sec10 .form-sec {
    width: 50%;
    position: relative;
    z-index: 20;
  }
  
  .sec10 .form-sec h4 {
    width: fit-content;
    font-size: 25px;
    border-radius: 10px;
    color: var(--text-color);
    font-weight: 800;
  }
  
  .sec10 .form-sec h1 {
    width: 80%;
    font-size: 35px;
  }
  
  .sec10 .form-sec form {
    width: 100%;
    padding: 0 30px;
    background-color: var(--primary-color);
    border-radius: 30px;
    box-shadow: 0 0 8px rgb(201, 201, 201);
    padding-bottom: 80px;
  }
  
  .sec10 .form-sec h3 {
    text-align: center;
    font-size: 30px;
    /* background-color: #ef4a4a; */
    border-radius: 0 0 20px 20px;
    width: fit-content;
    margin: auto;
    padding: 8px 30px;
    margin-top: 20px;
    margin-bottom: -10px;
    padding-top: 30px;
    color: var(--text-color);
  }
  
  .sec10 .form-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  
  .sec10 .form-sec form p {
    margin: 0;
  }
  
  .sec10 .form-sec .input-con {
    width: 48%;
    margin-top: 30px;
  }
  
  .sec10 .form-sec .input-con .box {
    width: 100%;
  }
  
  .sec10 .input-con .box p {
    margin: 0;
    margin-top: 20px;
    color: var(--white-color);
    margin-left: 5px;
  }
  
  .sec10 .input-con .box input {
    width: 100%;
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 10px;
    border: none;
    margin-top: 5px;
  }
  
  .sec10 .input-con .box input:focus {
    outline: none;
  }
  
  
  .sec10 .input-con .box textarea {
    width: 100%;
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 10px;
    border: none;
    margin-top: 5px;
  }
  
  .sec10 .input-con .box textarea:focus {
    outline: none;
  }
  
  .sec10 .input-con .box button {
    margin: auto;
    padding: 8px 30px;
    border-radius: 20px;
    border: none;
    background-color: var(--white-color);
    color: var(--text-color);
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    margin-left: 30%;
    box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.409);
  }
  
  .sec10 .email-num-sec {
    width: 80%;
    background-color: var(--text-color);
    display: flex;
    justify-content: space-between;
    margin-bottom: -50px;
    margin-top: 30px;
    border-radius: 20px;
    padding: 10px 30px;
    display: none;
  }
  
  .sec10 .email-num-sec .box {
    width: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: left;
    place-items: center;
  }
  
  .sec10 .email-num-sec img {
    width: 30px;
    height: fit-content;
  }
  
  .sec10 .email-num-sec .box p {
    margin: 0;
  }
  
  .sec10 img {
    width: 40%;
    margin-bottom: -20px;
  }
  
  .sec11 {
    max-width: 1800px;
    margin: auto;
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
    position: relative;
    margin-top: 20px;
    padding: 20px 0;
    margin-bottom: -100px;
    place-items: center;
    border-radius: 100px;
    background-color: var(--white-color);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  }
  
  
  .sec11 .contact {
    width: 100%;
    padding: 20px 0;
    color: rgb(0, 0, 0);
    place-items: center;
    display: flex;
    justify-content: center;
  }
  
  .sec11 .contact h5 {
    width: 45%;
    font-size: 30px;
    color: #000000;
    margin-top: 20px;
    /* text-transform: uppercase; */
    padding-left: 0;
  }
  
  .sec11 .contact h5 span {
    color: var(--primary-color);
  }
  
  .sec11 .contact .btn {
    width: 40%;
    display: flex;
    margin-top: 15px;
    margin-left: 20px;
    justify-content: right;
  }
  
  .sec11 .contact input {
    width: 80%;
    padding: 10px;
    padding-left: 20px;
    border-radius: 30px;
    border: 0.2px solid rgba(0, 0, 0, 0.385);
    color: rgb(0, 0, 0);
    background-color: transparent;
  }
  
  .sec11 .contact input:focus {
    outline: none;
  }
  
  .sec11 .contact button {
    padding: 10px;
    border: none;
    background-color: var(--primary-color);
    /* margin-left: -5px; */
    color: rgb(0, 0, 0);
    border-radius: 50%;
    margin-left: -40px;
  }
  
  .sec11 .contact button:focus {
    outline: none;
  }
  
  .sec11 .contact button img {
    width: 30px;
    filter: brightness(0);
  }
  

  /* footer style  */

  .footer {
    max-width: 1800px;
    margin: auto;
    padding: 150px 50px 60px;
    /* background-color: #e2e2e2; */
    border-top: 2px solid white;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-text {
    width: 22%; 
    margin-bottom: 20px;
}

.footer-text h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-text p {
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.6;
}

.footer-text ul {
    list-style: none;
    padding: 0;
}

.footer-text ul li {
    margin: 10px 0;
}

.footer-text ul li a {
    text-decoration: none;
    font-size: 15px;
    color: var(--text-color);
    transition: margin-left 0.3s ease;
}

.footer-text ul li a:hover {
    margin-left: 10px;
}

.footer-text .line {
    width: 100%;
    height: 1px;
    background-color: #00000037;
    margin: 5px 0 20px;
}

.footer-text .line .tx {
    width: 30px;
    height: 100%;
    transition: width 0.5s ease-in-out;
}

.footer-text:hover .line .tx {
    width: 100%;
}
.footer-text ul li a span {
  color: var(--primary-color);
  width: 20px;
  height: 0px;
  background-color: var(--primary-color);
}
.icons ul {
    display: flex;
    gap: 10px;
    padding: 0;
}

.icons ul li {
    list-style: none;
}

.icons ul li a img {
    width: 35px;
    border-radius: 50%;
    /* background-color: var(--primary-color); */
    filter: brightness(0);
    opacity: 0.5;
    border: 1px solid #000000;
    opacity: 0.5;
    transition: opacity 0.3s, margin-top 0.3s;
}

.icons ul li a img:hover {
    opacity: 1;
    margin-top: -3px;
}
.footer .footer-text span{
  color: var(--primary-color);
}

.footer-base {
  text-align: center;
  padding: 10px;
  color: #000000dd;
  /* padding-bottom: px; */
  font-size: 16px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.176);
  margin-top: 30px;
  background-color: var(--primary-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #ffffffc9;
  font-size: 18px;
  font-weight: 500;
}

.footer-base .tx {
  display: flex;
}

.footer-base .tx img {
  width: 50px;
}

.footer-base .tx p {
  margin: 0 5px;
  margin-top: 8px;
}

.footer-base .tx h1 span {
  color: var(--primary-color);
}

.designation-contact h6 {
  color: #000000dd;

}