* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
}

body {
  background-color: rgb(239, 238, 255);
  font-family: Arial, Helvetica, sans-serif;
  display:none;
}

body button {
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 25px;
}

body button a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}


/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
}

.slider .swiper {
  width: 100%;

}

.slider .swiper-slide {
  width: 100%;
  display: flex;
  padding-top: 5%;
  background-color: #072031;
  justify-content: center;
  color: white;
}


.slider .swiper-slide .text {
  width: 48%;
}

.slider .swiper-slide .text h6 {
  color: rgba(255, 255, 255, 0.818);
  display: flex;
  place-items: center;
  margin-top: 60px;
}

.slider .swiper-slide .text h6 img {
  width: 20px;
  margin-right: 5px;
}

.slider .swiper-slide .text h1 {
  font-size: 55px;
  position: relative;
  margin-top: 10px;
  font-weight: bold;
}

.slider .swiper-slide .text h1 img {
  width: 180px;
  margin-top: -18px;
  margin-left: -120px;
  display: none;
  position: absolute;
}

.slider .swiper-slide .text h1 span {
  font-size: 45px;
  color: rgb(0, 0, 0);
  /* font-style: italic; */
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f6dc69;
  position: relative;
  color: #0c2739bc;
  font-weight: bold;
}

.slider .swiper-slide .text p {
  width: 80%;
  color: rgba(255, 255, 255, 0.675);
  margin-top: 20px;
}

.slider .swiper-slide .text button {
  padding: 10px 20px;
  border-radius: 30px;
  margin-right: 20px;
  border: 0.1px solid #ffffff;
  color: white;
  font-size: 18px;
  margin-top: 10px;
  background-color: transparent;
  font-weight: 500;
}

.slider .swiper-slide .text a button:hover {
  background-color: #f6dc69;
  border: 0.1px solid #f6dc69;
  color: #000000;
}

.slider .swiper-slide .text .btn1 {
  background-color: #f6dc69;
  border: 0.1px solid #f6dc69;
  color: #000000;
}

.slider .swiper-slide .text .btn1:hover {
  background-color: transparent;
  border: 0.1px solid #ffffff;
  color: #ffffff;
}

.slider .swiper-slide .text .btn1 img {
  width: 25px;
  filter: brightness(0);
  margin-top: -2px;
  rotate: -45deg;
  transition: ease-in-out 0.5s;
}

.slider .swiper-slide .text .btn1:hover img {
  filter: brightness(1);
  rotate: 0deg;
}

.slider .swiper-slide .text .btn2:hover img {
  filter: brightness(0);
  rotate: 0deg;
}


.slider .swiper-slide .img-container {
  width: 45%;
  justify-content: center;
  display: flex;
  position: relative;
}

.slider .swiper-slide .img-container img {
  width: 95%;
  z-index: 10;
}

.slider .swiper-slide .img-container .color-box {
  width: 50%;
  height: 120px;
  margin-left: 10%;
  rotate: 35deg;
  position: absolute;
  margin-top: 130px;
  border-radius: 60px;
  background-color: #f6dc69;
}

.slider .swiper-slide .img-container .color-box2 {
  margin-top: 280px;
  margin-left: 45%;
}

.slider .swiper-slide .img-container .color-box3 {
  margin-top: 300px;
  margin-left: -30%;
}


.slider .swiper-slide .img-container .png {
  position: absolute;
  width: 30%;
  margin-top: 45%;
  margin-left: -130%;
}

.slider .swiper-slide .img-container .png2 {
  margin-left: -65%;
  margin-top: 55%;
  border-radius: 10px;

}



.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 3%;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  overflow: hidden;
  /* margin-bottom: 50px; */
  background-color: #072031;
}


.sec1 .img {
  width: 42%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.sec1 .img img {
  width: 69%;
  height: 400px;
  border-radius: 20px;
}

.sec1 .img img:nth-child(2) {
  width: 50%;
  margin-top: 150px;
  /* border-radius: 50%; */
  height: 300px;
  margin-left: -180px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.058), rgb(38, 86, 89), rgb(238, 169, 33));
}

.sec1 .img .tx {
  width: 18%;
  padding: 10px 20px;
  position: absolute;
  height: fit-content;
  background-color: #ffffff12;
  backdrop-filter: blur(5px);
  margin-top: 10px;
  border-radius: 20px;
  margin-left: 250px;
  border: 0.1px solid #ffffff;
  animation: aboutEX 5s infinite;
}

@keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
}

.sec1 .img .tx span {
  width: fit-content;
  font-size: 45px;
  font-weight: 600;
  color: #f6dc69;
}

.sec1 .img .tx h3 {
  color: #ffffffb9;
  font-size: 18px;
  place-items: center;
  display: flex;
  font-weight: 600;
  margin-bottom: 0;
}

.sec1 h4 {
  font-size: 18px;
  color: #f6dc69;
  display: flex;
  place-items: center;
}

.sec1 h4 img {
  width: 20px;
  height: fit-content;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: brightness(150%);
  backdrop-filter: brightness(200%);
}

.sec1 h1 {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 20px;
  /* margin-left: 35px; */
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 h5 {
  font-size: 20px;
  color: #00000098;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: 600;
  color: #e5ebeeda;
}

.sec1 h6 {
  font-size: 18px;
  color: #f6dc69;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 0;
  margin-top: 10px;
}

.sec1 .text {
  width: 58%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -30px;
}

.sec1 .text p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(247, 247, 247, 0.769);
  border-top: 0.1px solid rgba(196, 196, 33, 0.571);
  padding-top: 20px;
}

.sec1 .text button {
  background: #1c769a;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  letter-spacing: 1px;
  color: white;
}

.sec1 .text button a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.sec1 .text .btn-sec {
  width: 100%;
  display: flex;
  place-items: center;
  flex-wrap: wrap;
}


.sec1 .text .btn-sec a span {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f6dc69;
  border: 0.1px solid #f6dc69;
  color: rgb(0, 0, 0);
}

.sec1 .text .btn-sec a span img {
  width: 25px;
  filter: brightness(0);
  rotate: -35deg;
  transition: ease-in-out 0.5s;
}

.sec1 .text .btn-sec a span:hover {
  color: white;
  background-color: transparent;
  border: 0.1px solid white;
}

.sec1 .text .btn-sec a span:hover img {
  filter: brightness(1);
  rotate: 0deg;
}


.sec1 .text .btn-sec .call-btn {
  display: flex;
  place-items: center;
  margin-left: 20%;
}

.sec1 .text .btn-sec h6 {
  color: #f6dc69;
}


.sec1 .text .btn-sec h3 {
  color: #28abe4;
  font-size: 25px;
}

.sec1 .text .btn-sec .call-btn img {
  width: 40px;
  height: fit-content;
  margin-right: 10px;
  padding: 5px;
  background-color: #0489c2;
  border-radius: 50%;
}


.sec3 {
  max-width: 1800px;
  margin: auto;
  background-color: #072031;
  padding: 4% 4%;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
}

.sec3 h5 {
  text-align: center;
  color: #2297c1;
  padding-bottom: 0px;
  margin-bottom: -10px;
  font-size: 15px;
  text-transform: uppercase;
}

.sec3 .png {
  width: 60px;
  margin-top: -30px;
}

.sec3 h1 {
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
}

.sec3 h1 span {
  color: #f6dc69;

}

.sec3-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  place-items: center;
}

.sec3-container .box {
  width: 48%;
  margin-top: 50px;
  border-radius: 20px;
  text-align: center;
  transition: ease-in-out 0.87s;
  display: flex;
  padding: 30px;
  /* box-shadow: 0 0 10px rgb(96, 96, 96); */
  position: relative;
  border: 0.5px solid rgba(255, 255, 255, 0.678);
  overflow: hidden;
}

.sec3-container .box .color-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -60%;
  background-color: #0489c23e;
  clip-path: polygon(80% 0, 100% 50%, 80% 99%, 0 100%, 0 0);
  transition: ease-in-out 0.5s;
}

.sec3-container .box:hover .color-box {
  margin-left: -50%;
}

.sec3-container .box .tx {
  margin-left: 20px;
}

.sec3-container .box .tx .png {
  width: 50px;
  display: flex;
  justify-content: left;
  margin-top: 0;
}

.sec3-container .box .tx h6 {
  font-size: 20px;
  text-align: left;
  color: #2297c1;
}


.sec3-container .box h4 {
  margin-top: 15px;
  color: #f6dc69;
  text-align: left;
  margin-top: 20px;
  font-size: 25px;
}

.sec3-container .box p {
  width: 100%;
  text-align: left;
  font-size: 15px;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.586);
  font-weight: 400;
  margin-top: 10px;
}


.sec3-container .box .img {
  width: 80%;
  height: 180px;
  margin: auto;
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/requirement\ gathering.avif);
  background-position: center;
  background-size: 100% 100%;
  /* box-shadow: 0 0 3px #000000; */
  border: 5px solid #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}

.sec3-container .box .img2 {
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/Talent\ Search.avif);
  background-position: center;
  background-size: 100% 100%;
}

.sec3-container .box .img3 {
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/Client\ Interview.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec3-container .box .img4 {
  background-image: linear-gradient(to right, rgba(8, 16, 55, 0), rgba(0, 0, 0, 0)), url(../images/Placement.avif);
  background-position: center;
  background-size: 100% 100%;
}

.sec4 {
  max-width: 1800px;
  margin: auto;
  /* padding: 0 3%; */
}

.sec4 h1 {
  font-size: 42px;
  color: #0489c2;
  font-weight: 500;
  text-align: center;
}

.sec4-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec4-container img {
  width: 150px;
  margin: 10px;
  height: 100px;
  border: 1px solid rgb(181, 181, 181);
  border-radius: 10px;
  padding: 10px;
}



.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 0;
  justify-content: left;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  overflow: hidden;
  padding-bottom: 100px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.291)), url(../images/bg\ img\ 3.avif);
  background-position: center;
  background-size: 100% 100%;
}

.sec5 .text {
  width: 90%;
  height: 350px;
  margin-top: 50px;
  color: white;
  display: flex;
  justify-content: space-between;
  background-color: #072031;
  border-radius: 0 200px 200px 0;
}

.sec5 .text .tx {
  padding: 80px;
  padding-right: 0;
}

.sec5 .text .tx h5 {
  font-size: 18px;
  color: #f6dc69;
}

.sec5 .text h1 {
  font-size: 45px;
  font-weight: 600;
}

.sec5 .text .tx button {
  padding: 10px 20px;
  margin-top: 20px;
  margin-right: 10px;
  background-color: #f6dc69;
  border: none;
}

.sec5 .text .tx button:hover {
  background-color: #f6dc69;
}

.sec5 .text .tx button a {
  color: rgb(5, 31, 50);
}

.sec5 .text .tx .btn2 {
  background-color: transparent;
  border: 0.5px solid white;
}

.sec5 .text .tx .btn2 img {
  margin-right: 10px;
}

.sec5 .text .tx a .btn2 {
  color: rgb(255, 255, 255);
}

.sec5 .text .tx .btn2:hover img {
  filter: brightness(0);
}

.sec5 .text .tx a .btn2:hover {
  color: rgb(0, 0, 0);
}

.sec5 .text .img {
  width: 35%;
  margin-top: -110px;
  display: flex;
  justify-content: right;

}

.sec5 .text .img img {
  width: 400px;
  border-radius: 0 0 175px 0;
}


.sec6 {
  max-width: 1800px;
  margin: auto;
  justify-content: center;
  padding: 5%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.sec6 .box {
  width: 30%;
  border: 0.1px solid rgb(199, 199, 199);
  border-radius: 20px;
  margin: 10px;
  padding: 25px;
  transition: ease-in-out 0.5s;
}

.sec6 .box:hover {
  box-shadow: 0 0 20px rgb(190, 190, 190);
}

.sec6 .box:first-child {
  border: none;
  padding: 25px 5px;
}

.sec6 .box:first-child button {
  background-color: #f6dc69;
  padding: 10px 20px;
  border-radius: 20px;
  color: black;
}

.sec6 .box:first-child:hover {
  box-shadow: none;
}

.sec6 .box img {
  width: 50px;
}

.sec6 .box h5 {
  font-size: 15px;
  color: #0489c2;
}

.sec6 .box h1 {
  font-size: 28px;
}

.sec6 .box h2 {
  font-size: 25px;
  margin-top: 10px;
}

.sec6 .box button {
  background-color: transparent;
  border: none;
}

.sec6 .box button img {
  width: 20px;
  filter: brightness(0);
  font-weight: 400;
  color: rgb(59, 59, 59);
}



.sec6 .box:last-child {
  background-color: #072031;
  color: white;
  text-align: center;
  justify-content: center;
}

.sec6 .box:last-child p {
  color: rgb(220, 220, 220);
}

.sec6 .box:last-child button {
  padding: 10px 20px;
  background-color: #f6dc69;
  color: black;
}



.sec7 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  padding: 100px 0;
  overflow: hidden;
  background-color: #072031;
  margin-top: -80px;
  margin-bottom: -120px;
}

.sec7 .swiper {
  width: 110%;
  background-color: #f6dc69;
  rotate: -5deg;
  margin-left: -5%;
  overflow: hidden;
}

.sec7 .swiper-slide a:hover {
  text-decoration: none;
}

.sec7 .swiper-slide h1 {
  font-size: 25px;
  color: white;
  font-style: italic;
  color: #000000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1884b2;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 10px;
  text-align: center;
}

.sec7 .swiper-slide h1 img {
  width: 30px;
  mix-blend-mode: multiply;
}



.sec8 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
  padding: 5%;
  padding-right: 0;
  place-items: center;
  padding-top: 50px;
}

.sec8 .text {
  width: 50%;
}

.sec8 .text h5 {
  font-size: 25px;
  color: #dbb611;
}

.sec8 .text h1 {
  color: #104c74;
  font-weight: 700;
  font-size: 50px;
}


.tab {
  border: none;
  position: relative;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab input:checked~.tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  overflow: hidden;
  margin-top: 50px;

}

.tab__label,
.tab__close {
  display: flex;
  color: rgb(9, 26, 65);
  cursor: pointer;
  border-bottom: 0.1px solid rgb(182, 182, 182);
}

.tab__label {
  justify-content: space-between;
  padding: 1rem;
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
}

.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
  transform: rotate(270deg);
}

.tab__content p {
  margin: 0;
  font-size: 16px;
  padding: 1rem;
  color: gray;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}




.sec8 img {
  height: fit-content;
}






.sec9 {
  max-width: 1800px;
  margin: auto;
  color: rgb(0, 0, 0);
  background-color: rgb(252, 252, 252);
  padding-top: 50px;
  position: relative;
}

.sec9-container {
  width: 100%;
  overflow: hidden;
}

.sec9 h1 {
  text-align: left;
  font-size: 42px;
  font-weight: 500;
  color: #072031;
  margin-left: 50px;
}

.sec9 p {
  margin: auto;
  text-align: left;
  font-size: 20px;
  margin-left: 50px;
}

.sec9 button {
  position: absolute;
  right: 50px;
  top: 80px;
  padding: 8px 20px;
  background-color: #072031;
  color: white;
}


.sec9 .swiper {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 20px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.sec9 .swiper-slide .img {
  overflow: hidden;
  border-radius: 20px;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 300px;
  border-radius: 0px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;
}

.sec9 .swiper-slide .img img:hover {
  transform: scale(1.2);
}

.sec9 .swiper-slide .text {
  background-color: #0a3e4fc0;
  position: relative;
  z-index: 10;
  padding: 20px;
  text-align: left;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  margin-top: -180px;
  padding-top: 80px;
}

.sec9 .swiper-slide h4 {
  font-size: 25px;
  margin-top: 10px;
  margin: auto;
  border-radius: 0 0 10px 10px;
  text-align: left;
  color: white;
  width: 100%;
  padding: 20px 0;
  margin-top: -20px;
  position: relative;
  z-index: 10;
  width: 100%;
}

.sec9 .swiper-slide:hover h4 {
  color: #ffffff;
}

.sec9 .swiper-slide h5 {
  font-size: 20px;
  color: #f6dc69;
  position: relative;
  margin-top: -10px;
  z-index: 11;
}

.sec9 .swiper-slide .text .btn {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  margin-right: -60px;
  margin-top: 15px;
}

.sec9 .swiper-slide .text .btn img {
  margin-top: 20px;
  width: 30px;
  margin-left: -40px;
}




.work-p {
  max-width: 1800px;
  margin: auto;
  /* margin-top: 50px; */
  background-color: #eaeaea87;

  padding: 50px 20px;

}

.work-p h1 {
  font-size: 45px;
  margin-left: 40px;
}

.work-p-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-evenly;

}

.work-p-img {
  width: 46%;
  height: 600px;
}

.work-p-img img {
  width: 100%;
  height: 100%;
}

.work-p-text {
  width: 40%;
}

.work-p-text img {
  width: 100%;
  height: 100%;
  /* margin-top: 80px; */
  /* border-radius: 30px; */
  /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.781); */

}


.sec10 {
  max-width: 1800px;
  margin: auto;
}

.sec10 img {
  width: 100%;
}


.sec12 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 30px;
  padding-top: 50px;
  text-align: center;
  display: flex;
  place-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #072031;
}

.sec12 h6 {
  color: #f6dc69;
}

.sec12 h1 {
  width: 80%;
  font-size: 45px;
  color: #ffffff;
  font-weight: 600;
  margin: auto;
}

.sec12 .text {
  width: 50%;
  color: rgb(255, 255, 255);
  margin-right: 40px;
  margin: auto;
  margin-top: 10px;
  text-align: left;
}


.sec12 .text .line {
  width: 80%;
  height: 1px;
  background-color: #b3b3b36e;
  margin-top: 20px;
}

.sec12 .text h6 {
  margin-top: 0px;
}

.sec12 .text h1 {
  margin: 20px 0;
  font-size: 40px;
}

.sec12 .text p {
  width: 80%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.709);
}

.sec12 .text .box {
  display: flex;
  place-items: center;
  margin-top: 20px;
}

.sec12 .text .box img {
  width: 35px;
  height: fit-content;
  margin-right: 10px;
  padding: 5px;
  border-radius: 50%;
  background-color: #0489c2;
  border: 0.5px solid white;
}

.sec12 .text .box p {
  margin: 0;
}

.sec12 .text .box h5 {
  color: #f6dc69;
  font-size: 20px;
}

.sec12 form {
  width: 45%;
  margin-left: -2%;
  padding-right: 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
}

.sec12 form h3 {
  width: 100%;
  color: #2fbcf8;
}

.sec12 form input {
  width: 48%;
  margin-top: 15px;
  padding: 10px;
  border: 0.1px solid rgba(133, 133, 133, 0.229);
  border-radius: 10px;
  color: white;
  background-color: #7dd6fc12;
}

.sec12 form input:nth-child(5) {
  width: 100%;
}

.sec12 form input:focus {
  outline: none;
}

.sec12 form select {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border: 0.1px solid rgba(133, 133, 133, 0.229);
  border-radius: 10px;
  color: gray;
  background-color: #7dd6fc12;

}

.sec12 form select:focus {
  outline: none;
}

.sec12 form textarea {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border: 0.1px solid rgba(133, 133, 133, 0.229);
  border-radius: 10px;
  background-color: #7dd6fc12;
  color: white;
}

.sec12 form textarea:focus {
  outline: none;
}

.sec12 form button {
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  padding: 8px 30px;
  background-color: #0489c2;
  color: white;
  font-weight: 500;
  border: none;
  font-size: 18px;
}


.sec15 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  overflow: hidden;
  position: relative;
  background-color: #072031;
  /* padding-bottom: 100px; */
  color: white;
}

.sec15 .text {
  width: 100%;
  padding: 50px;
  margin: auto;
  height: fit-content;
  text-align: left;
  display: flex;
  place-items: center;
  padding-bottom: 30px;
  justify-content: space-between;
}

.sec15 .line {
  width: 40%;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -50px;
  margin-left: -50px;
}

.sec15 h5 {
  width: 100%;
  text-align: left;
  color: #f6dc69;
  display: flex;
  /* margin: auto; */
  justify-content: left;
  place-items: center;
  text-align: left;
}

.sec15 h5 .shape {
  width: 30px;
  height: 1px;
  margin: 0 10px;
  background-color: #f6dc69;
  position: relative;
  z-index: 20;
}

.sec15 h1 {
  width: 80%;
  text-align: left;
  margin-top: 20px;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
  z-index: 20;
}

.sec15 h1 span {
  color: #f6dc69;
}

.sec15 .text button {
  padding: 10px 30px;
  font-size: 16px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #f6dc69;
  color: rgb(0, 0, 0);
}

.sec15 .swiper {
  width: 95%;
  /* background: #b1b1b1; */
}

.sec15 .swiper-slide {
  background-color: #0f4e7aa4;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 100px;
  transition: ease-in-out 0.5s;
}

.sec15 .swiper-slide:hover {
  margin-bottom: 0;
}


.sec15 .swiper-slide .color-box {
  width: 50px;
  height: 50px;
  background-color: #f6dc69;
  position: absolute;
  right: 0;
  transition: ease-in-out 0.5s;
  margin-top: -30px;
}

.sec15 .swiper-slide:hover .color-box {
  width: 100px;
  height: 100px;
}

.sec15 .swiper-slide img {
  width: 100%;
  margin: auto;
  height: 300px;
  border-radius: 8px;
  position: relative;
  z-index: 10;
}

.sec15 .swiper-slide h1 {
  font-size: 22px;
  margin-bottom: 0;
  margin-left: 10%;
  text-align: center;
}

.sec15 .swiper-slide p {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  color: #f6dc69;
}

.sec15 .swiper-slide .icon-sec {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: -55px;
  transition: ease-in-out 0.5s;
}

.sec15 .swiper-slide:hover .icon-sec {
  margin-bottom: 0;
}

.sec15 .swiper-slide .icon-sec img {
  width: 35px;
  height: fit-content;
  background-color: #142334;
  padding: 5px;
  margin: 0 10px;
  cursor: pointer;
}

.sec15 .swiper-slide .icon-sec img:hover {
  background-color: #f6dc69;
}



.sec16 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 5%;
  padding-top: 10%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: left;
  background-color: #072031;
  padding-bottom: 100px;
}


.sec16 h1 {
  width: 75%;
  margin: auto;
  font-size: 45px;
  text-align: center;
  color: #ffffff;
}

.sec16 h1 span {
  color: #f6dc69;
}


.sec16-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.sec16-container .box {
  width: 32%;
  border-radius: 20px;
  background-color: rgba(9, 51, 69, 0.411);
  padding: 30px;
  position: relative;
  cursor: pointer;
  height: fit-content;
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 120px;
  backdrop-filter: blur(5px);
}

.sec16-container .box h1 {
  position: absolute;
  font-size: 55px;
  right: -75px;
  top: 0;
  margin-top: 30px;
  color: #00000015;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  opacity: 0.5;
}


.sec16-container .box .btn {
  width: 50px;
  border: 0.1px solid white;
  padding: 10px;
  position: absolute;
  border-radius: 50%;
  z-index: 20;
  opacity: 0.5;
  transition: ease-in-out 0.5s;
  right: 0;
  margin-bottom: 30px;
  margin-right: 30px;
}

.sec16-container .box .btn:hover {
  opacity: 1;
  rotate: -50deg;

}

.sec16-container .box h4 {
  color: #ffffff;
  text-align: left;
  font-size: 25px;
  margin-top: 00px;
}


.sec16-container .box p {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.545);
}

.sec16-container .box h6 {
  padding: 10px;
  margin-top: -20px;
  color: #000000;
  display: none;
}

.sec16-container .box .heading img {
  width: 80px;
  margin-top: -60px;
  margin-bottom: 10px;
}



.banner {
  max-width: 1800px;
  height: 200px;
  margin: auto;
  background-image: linear-gradient(rgba(12, 57, 71, 0.335), rgba(14, 53, 67, 0.401)), url(../images/contact\ us.jpg);
  background-position: center;
  background-size: cover;
  padding: 0;
  display: flex;
  justify-content: space-between;
  /* background-attachment: fixed; */
  place-items: center;
  padding-right: 4%;
}



.banner .box {
  width: 60%;
  height: 100%;
  color: rgb(255, 255, 255);
  background-color: #09506ec1;
  clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
  padding: 0 4%;
  padding-top: 3%;
}

.banner .box h1 {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
}

.banner .box h1 span {
  color: #000000;
}

.banner .box h5 {
  color: rgba(255, 255, 255, 0.592);
  font-size: 22px;
  color: #f6dc69;
  font-weight: 400;
  margin-top: 20px;
}

.banner button {
  background: #0489c2bd;
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  margin-top: -15px;
  border: none;
  /* border-radius: 20px; */
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}

.banner button:hover {
  background-color: transparent;
  border: 0.1px solid white;
}


.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 50;
  width: fit-content;
  right: 0;
  margin-top: 35%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}


.Certificate{
  max-width: 1800px;
  margin: auto;
  width: 100%;
}


/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding-bottom: 0;
  background-color: #072031;
  color: rgb(255, 255, 255);
  padding-top: 50px;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  /* background-color: #6a4646; */
  padding: 0 40px;
}

.sec2-text {
  width: 30%;
  /* margin: 0 10px; */
  /* background: #000; */
}

#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 12%;
}

.sec2-text li span {
  color: #f6dc69;
  margin-right: 10px;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #f6dc69;
}

.sec2-text h2 {
  font-size: 30px;
  /* font-weight: 400; */
  margin-bottom: 30px;
  color: #f6dc69;

}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #f6dc69;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d a {
  color: rgb(255, 255, 255);
}

.sec2-text .d p {
  font-size: 15px;
}

.icons {
  margin: 0;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #f6dc69;
}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 25px;
  margin-right: 20px;
  filter: brightness(1);
  opacity: 0.5;
  margin-bottom: 20px;
}

/* .icons ul li a img:hover {
  margin-top: 10px;
} */

.sec2-text ul li {
  list-style: none;
  text-decoration: none;
  list-style: none;
  margin-top: 10px;
}

.sec2-text ul li a {
  font-size: 15px;
  color: rgb(255, 255, 255);
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #f6dc69;
}

.col-xl-3 ul li {
  list-style: none;
  text-decoration: none;
  margin-top: 12px;
  font-size: 18px;
}

.col-xl-3 ul li a {
  color: rgb(0, 0, 0);
  margin-top: 10px;
  font-size: 20px;


}

.col-xl-3 nav:hover {
  background: transparent;
}

.footer-base {
  text-align: center;
  /* padding: 0px 4%; */
  color: rgb(255, 255, 255);
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  padding-left: 0;
  place-items: center;
}

.footer-base p {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 4%;
  font-weight: 400;
  padding-bottom: 10px;
  background-color: #0489c25c;
  color: rgba(255, 255, 255, 0.856);
  /* padding-right: 8%; */
  /* clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%); */

}

.designation-contact h6 {
  color: #ffffff;

}

@media screen and (max-width: 900px) {

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text h2 {
    font-size: 25px;
  }

  .sec2-text:last-child .d {
    margin-top: 16px;
    place-items: center;
  }

  .sec2-text:last-child .d p {
    margin-bottom: 0;
  }

  #sec2-other-links2 {
    width: 40%;
  }

  #sec2-other-links {
    width: 60%;
  }

  .footer-container {
    padding: 0 0px;
    padding-bottom: 30px;
  }


  .footer-base p {
    padding-right: 0;

  }




}