* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: rgba(255, 255, 255, 0.62);
  font-family: Arial, Helvetica, sans-serif;

}






/* slider start */
.slider-cantainer {
  max-width: 1500px;
  margin: auto;
  /* margin-top: 50px; */
  align-items: center;

}

.carousel-inner {
  width: 100%;
  height: 650px;
  padding: 0;
  display: flex;
  background-color: #042c44;
  z-index: -2;
}

.carousel-inner img {
  width: 100%;

}

.carousel-caption {
  /* background-color: azure; */
  margin-top: 0px;
  margin-bottom: 250px;
  /* margin-left: -100px; */

}

.carousel-caption h3 {
  font-size: 65px;
  font-weight: bold;
  text-shadow: 2px 2px rgb(0, 0, 0);
}

.carousel-caption p {
  font-size: 25px;
  text-shadow: 1px 1px rgb(0, 0, 0);
}

.carousel-caption .item img {
  padding-top: 20px;
  height: 500px;
}

.myCarousel .left {
  color: black;
}



/* sec6 */



.sec6 {
  max-width: 1500px;
  margin: auto;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.sec6-about {
  width: 43%;
  /* background: #000; */
  padding: 30px 20px;
  padding-left: 0;
  margin-top: 35px;
}

.sec6-about p {
  color: #E84610;
  font-size: 20px;

}

.sec6-about .p-text {
  color: black;
}

.sec6-about h3 {
  color: #000000e6;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
}

.sec6-about button {
  padding: 8px 25px;
  margin-top: 20px;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.742);
  border-radius: 20px;
}

.sec6-about button:hover {
  cursor: pointer;
}

.sec6-text {
  width: 43%;
  padding: 30px 20px;
  padding-left: 0;
  /* background-color: #301446; */
}

.sec6-text .box {
  display: flex;
  margin-top: 20px;
}

.sec6-text .box .img-box {
  padding-top: 20px;
}

.sec6-text .box .text-box {
  margin-left: 20px;
}

.sec6-text .box .text-box h4 {
  font-size: 22px;
  font-weight: 800;
}

.sec6-text .box .text-box p {
  margin-top: -10px;
}







.sec4b {
  max-width: 1500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 50px;
  background-color: rgb(148, 138, 138);
  justify-content: space-between;
}

.sec4b-subbox h2 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  text-align: right;
  margin-right: 40px;
  margin-top: 120px;
  font-weight: 700;
}

.sec4b-subbox p {
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: right;
  margin-right: 40px;
  font-weight: 600;
}

.sec4b-subbox button {
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin-left: 270px;
  margin-right: 40px;
  margin-top: 10px;
  padding: 5px 15px;
  /* border-radius: 20px; */
  font-weight: 600;
  border: 1px solid white;
  background: transparent;
}

.sec4b-subbox button:hover {
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  color: rgb(0, 0, 0);
  border: none;
}

.sec4b-meanbox1 {
  width: 500px;
  height: 350px;
  background-image: linear-gradient(rgba(0, 144, 149, 0.304), rgba(0, 0, 0, 0.824)), url(image/slider\ img1.webp);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  display: grid;
  place-items: center;

}

.sec4b .sec4b-meanbox1:hover {
  background-size: 120% 120%;
}

.sec4b-meanbox2 {
  width: 500px;
  height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.481), rgba(7, 43, 163, 0.5)), url(image/slider\ img3.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  display: grid;
  place-items: center;

}

.sec4b .sec4b-meanbox2:hover {
  background-size: 120% 120%;
}

.sec4b-meanbox1 .sec4b-subbox {
  width: 95%;
  height: 95%;
  border: 0.8px solid rgb(255, 255, 255);
}

.sec4b-meanbox2 .sec4b-subbox {
  width: 95%;
  height: 95%;
  border: 0.8px solid rgb(255, 255, 255);
}



.sec6-b {
  max-width: 1500px;
  margin: auto;
  padding: 50px 30px;
  margin-top: 50px;
  text-align: center;
  justify-content: center;
}

.sec6-b h1 {
  font-size: 40px;
  font-weight: 800;
  color: #072f8c;

}

.sec6-b p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.735);

}

.sec6-b-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-evenly;

}

.sec6-b-box .box1 {
  width: 32%;
  padding: 30px 10px;
  color: rgb(255, 255, 255);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.642);
  background-image: linear-gradient(rgba(0, 0, 0, 0.371), rgba(0, 0, 0, 0.445)), url(image/box1\ img.webp);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}

.sec6-b-box .box1:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.642);
  transform: rotate(360deg);

}

.sec6-b-box button {
  padding: 5px 20px;
  background: transparent;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.386);
}

.sec6-b-box p {
  margin-top: 10px;
  color: #ffffff;
}

.sec6-b-box .box2 {
  width: 32%;
  padding: 30px 10px;
  color: rgb(255, 255, 255);
  background-color: #ffffffe6;
  background-image: linear-gradient(rgba(0, 0, 0, 0.371), rgba(0, 0, 0, 0.445)), url(image/box2\ img.jpg);
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.642);
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}

.sec6-b-box .box2:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.642);
  transform: rotate(360deg);

}

.sec6-b-box .box3 {
  width: 32%;
  padding: 30px 10px;
  color: rgb(255, 255, 255);
  background-image: linear-gradient(rgba(0, 0, 0, 0.371), rgba(0, 0, 0, 0.445)), url(image/box3\ img.jpg);
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.642);
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}

.sec6-b-box .box3:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.642);
  transform: rotate(360deg);

}


.sec7 {
  max-width: 1500px;
  margin: auto;
  margin-top: 50px;
  padding: 50px 20px;
  display: grid;
  place-items: center;
  background-color: #042b44d7;

}

.sec7 h1 {
  text-align: left;
  color: white;
}

.sec7 .sec7-container {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec7 .sec7-container h2 {
  margin-top: 0px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px rgb(0, 0, 0);
}

.slide-box {
  padding-top: 10px;
  margin-top: 140px;
  background-color: #000000b3;
  width: 340px;
  color: white;
  text-align: center;
  height: 200px;
}

.slide-box button {
  padding: 5px 40px;
  color: white;
  background: transparent;
  border-radius: 20px;
  border: 1px solid white;
}

.slide-box p {
  font-size: 18px;
  padding-top: 10px;
}

.sec7 .sec7-container .box1 {
  width: 340px;
  height: 200px;
  margin: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.115), rgba(0, 0, 0, 0.609)), url(image/Visa\ Services.jpg);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(69, 69, 69);
}

.sec7 .sec7-container .box1:hover .slide-box {
  margin-top: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.sec7 .sec7-container .box2 {
  width: 340px;
  height: 200px;
  margin: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.116), rgba(0, 0, 0, 0.622)), url(image/Emigration\ Services.jpg);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
}

.sec7 .sec7-container .box2:hover .slide-box {
  margin-top: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.sec7 .sec7-container .box3 {
  width: 340px;
  height: 200px;
  margin: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.112), rgba(0, 0, 0, 0.615)), url(image/Ticketing\ Services.jpg);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
}

.sec7 .sec7-container .box3:hover .slide-box {
  margin-top: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.sec7 .sec7-container .box4 {
  width: 340px;
  height: 200px;
  margin: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.113), rgba(0, 0, 0, 0.445)), url(image/umrah\ packages.jpg);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
}

.sec7 .sec7-container .box4:hover .slide-box {
  margin-top: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.sec7 .sec7-container .box5 {
  width: 340px;
  height: 200px;
  margin: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.139), rgba(0, 0, 0, 0.445)), url(image/Document\ Attestation.webp);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
}

.sec7 .sec7-container .box5:hover .slide-box {
  margin-top: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.sec7 .sec7-container .box6 {
  width: 340px;
  height: 200px;
  margin: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.157), rgba(0, 0, 0, 0.445)), url(image/Delhi\ Wakala\ Services.jpg);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
}

.sec7 .sec7-container .box6:hover .slide-box {
  margin-top: 0;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}



.sec8 {
  max-width: 1500px;
  margin: auto;
  padding: 50px 20px;
  background-image: linear-gradient(rgba(11, 214, 255, 0.348), rgba(9, 22, 97, 0.849));
  display: flex;
  flex-wrap: wrap;
}

.sec8-img {
  width: 50%;
  padding: 50px 30px;
}

.sec8-img img {
  width: 100%;
  height: 500px;
  border-radius: 30px;
}

.sec8-text {
  width: 50%;
  /* text-align: center; */
  color: rgba(255, 255, 255, 0.757);
  padding: 50px 20px;
  padding-top: 100px;
}

.sec8-text p {
  font-size: 18px;
  margin-top: 30px;
}

.sec8-text h2 {
  font-size: 45px;
  font-weight: 400;
}

.sec8-text button {
  padding: 5px 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.533);
  border-radius: 30px;
  margin-top: 30px;
}


.sec9 {
  max-width: 1500px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  /* display: grid;
  place-items: center; */
}

.sec9 h1 {
  font-size: 40px;
  margin-left: 20px;
}

.flag-container {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.flag-container .flag {
  width: 18%;
  height: 120px;
  /* background-color: #E84610; */
  box-shadow: 0 0 20px gray;
  border-radius: 20px;
}

.flag-container .flag img {
  width: 100%;
  height: 120px;
  border-radius: 20px;
}

.flag-container .flag h4 {
  margin-left: 10px;
}




/* sec5 start  */

.sec5 {
  max-width: 1500px;
  margin: auto;

  /* margin-top: 100px; */
}

.sec5 .sec5-headimgText {
  height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.157), rgba(62, 35, 62, 0.849)), url(image/Industries.jpg);
  background-position: center;
  background-size: 100% 150%;

  width: 100%;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sec5 .sec5-headimgText h2 {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.sec5 .sec5-headimgText h2 span {
  font-weight: 800;
}


.sec5 .sec5-boxes {
  width: 100%;
  justify-content: center;
  align-items: center;

}

.sec5 .sec5-boxes .box-text1 {
  height: 300px;
  padding-top: 5px;
  margin-top: 220px;
  background-color: #0365a189;
}

.sec5 .sec5-boxes .box-text2 {
  height: 300px;
  padding-top: 1px;
  margin-top: 200px;
  background-color: #0365a189;
}

.sec5 .sec5-boxes h2 {
  color: #fff;
  font-family: 'Oswald';
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;

}

.sec5 .sec5-boxes p {
  font-size: 18px;
  height: 300px;
  margin-top: 50px;
  text-align: center;
  color: white;
}

.sec5 .sec5-boxes .button {
  margin-top: 30px;
  text-align: center;
  align-content: center;
}

.sec5 .sec5-boxes .button button {
  font-size: 20px;
  margin-top: 30px;
  border-radius: 30px;
  color: white;
  border: none;
  background-color: #045182;
  padding: 10px 50px;
}

.sec5 .sec5-boxes .sec5-subbox1 {
  width: 100%;
  display: flex;
}

.sec5-subbox1 .box1 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.392), rgba(0, 0, 0, 0.5)), url(image/OIL\ &\ GAS.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 2px;
  padding-top: 0;
}

.sec5-subbox1 .box1:hover .box-text1 {
  margin-top: 0;

}

.sec5-subbox1 .box2 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.392), rgba(0, 0, 0, 0.5)), url(image/MECHANICAL\ PLUMBING.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 2px;

}

.sec5-subbox1 .box2:hover .box-text2 {
  margin-top: 0;

}

.sec5-subbox1 .box3 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.392), rgba(0, 0, 0, 0.5)), url(image/BANKING\ &\ FINANCE.png);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 2px;
}

.sec5-subbox1 .box3:hover .box-text1 {
  margin-top: 0;

}

.sec5-subbox1 .box4 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.392), rgba(0, 0, 0, 0.5)), url(image/PETROCHEMICAL\ INDUSTRY.png);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 2px;
}

.sec5-subbox1 .box4:hover .box-text2 {
  margin-top: 0;

}

.sec5 .sec5-boxes .sec5-subbox2 {
  width: 100%;
  display: flex;
}

.sec5-subbox2 .box5 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.392), rgba(0, 0, 0, 0.5)), url(image/ENGINEERING.jpeg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 2px;
}

.sec5-subbox2 .box5:hover .box-text1 {
  margin-top: 0;

}

.sec5-subbox2 .box6 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.392), rgba(0, 0, 0, 0.5)), url(image/SERVICES\ &\ MAITAINANCE.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  margin: 2px;
  overflow: hidden;
}

.sec5-subbox2 .box6:hover .box-text2 {
  margin-top: 0;

}

.sec5-subbox2 .box7 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.392), rgba(0, 0, 0, 0.5)), url(image/FABRICATION\ &\ ERECTION.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 2px;
}

.sec5-subbox2 .box7:hover .box-text2 {
  margin-top: 0;

}

.sec5-subbox2 .box8 {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.392), rgba(0, 0, 0, 0.5)), url(image/OIL\ FIELDS\ &\ REFINERIES.jpg);
  background-position: center;
  background-size: 100% 100%;
  transition: ease-in-out 1s;
  overflow: hidden;
  margin: 2px;
}

.sec5-subbox2 .box8:hover .box-text2 {
  margin-top: 0;

}

/* sec7 start  */

.sec10 {
  max-width: 1500px;
  margin: auto;
  display: grid;
  /* place-items: center; */
  padding: 40px 0px;
}

.sec10 h1 {
  font-size: 45px;
  font-weight: bold;
  margin-left: 30px;

}

.sec10 .sec10-imgbox {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sec10 .sec10-imgbox .sec10-box {
  width: 250px;
  height: 300px;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  background-color: #042c44;
  color: #fff;
  padding-bottom: 0px;
  box-shadow: 0 0 2px rgb(0, 0, 0);
  transition: 0.3s ease-in-out;
}

.sec10 .sec10-imgbox .sec10-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.sec10 .sec10-imgbox .sec10-box h4 {
  font-size: 22px;
  font-weight: 600;
  padding: 0 10px;
}

.sec10 .sec10-imgbox .sec10-box img {
  height: 220px;
  width: 100%;
  border-radius: 20px 20px 80px 0px;
}




/* sec10 start  */

.sec11 {
  max-width: 1500px;
  margin: auto;
  margin-top: 100px;
  padding-bottom: 50px;
  padding: 20px 30px;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.392),rgba(0, 0, 0, 0.5)), url(image/client\ bg.jpg); */
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 100px;
  background-color: rgba(211, 211, 211, 0.275);

}

.sec11-heading h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 45px;
  margin-left: 30px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  padding-bottom: 20px;
}

.sec11-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* background-color: #0082e6; */
  display: flex;
  flex-wrap: wrap;
}

.sec11-box {
  width: 210px;
}

.sec11 .sec11-box img {
  width: 210px;
  height: 170px;
  margin-top: 20px;
  border-radius: 50%;
  box-shadow: 0 0 2px gray;

}



.form-box {
  max-width: 1500px;
  align-items: center;
  align-self: center;
  margin: auto;
  padding-top: 20px;
  color: #f2f2f2;
  justify-content: center;
  background: rgba(13, 57, 98, 0.2);
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(image/form\ bg3.avif);
  background-size: 100% 100%;
  background-position: center;


}

.main {
  max-width: 800px;
  padding: 28px;
  margin: 0 28px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.726);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
  margin: auto;


}

.main h2 {
  font-size: 32px;
  font-weight: bold;
  font-weight: 500;
  text-align: left;
  color: #fff;
  padding-bottom: 8px;
  text-align: center;



}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;

}

.mean-inputbox {
  width: 100%;
  /* background-color: #aa076b; */
  display: flex;
  flex-wrap: wrap;
}

.mean-inputbox .input-box {
  width: 44%;
  margin: 20px 20px;
  /* background-color: #c93838; */
  align-items: center;
  display: block;
  /* background-color: aqua; */

}

.mean-inputbox .input-box input {
  background: transparent;
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.631);
  border-radius: 0;
}

.input-box input:focus {
  outline: none;
}

.mean-inputbox2 {
  width: 100%;
  /* background-color: #aa076b; */
  margin-top: 20px;


}

.mean-inputbox2 .input-box {
  /* background-color: aqua; */
  width: 100%;
  padding: 20px 20px;
}

.mean-inputbox .input-box h5 {
  font-size: 18px;
}

.mean-inputbox2 .input-box input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.467);
  width: 100%;
  height: 30px;
  color: white;
}

.mean-inputbox2 textarea {
  background: transparent;
  width: 100%;
  padding: 10px;
  color: rgba(255, 255, 255, 0.452);
  font-size: 18px;
  border: 0.5px solid rgba(255, 255, 255, 0.481);
}

textarea:focus,
input:focus {
  outline: none;
}


.button1 {
  /* background-color: #aa076b; */
  text-align: center;

}

.button1 button {
  font-size: 20px;
  border-radius: 30px;
  padding: 10px 50px;
  border: none;
  color: white;
  background: transparent;
  border: 0.5px solid rgba(255, 255, 255, 0.715);
  /* background-color: rgba(255, 255, 255, 0.554); */

}

.button1 button:hover {
  cursor: pointer;
  /* text-decoration: underline; */

}










/* footer style  */

#footer-icons a i {
  font-size: 35px;
  color: #ffffff;
}

.footer-bg {
  border-top: 10px solid orange;
  justify-content: space-between;
}

#footer .box {
  width: 33%;
}

#footer h5 {
  color: #ffffff;
  font-size: 25px;
  margin-top: 30px;
}

.footer-bg {
  max-width: 1500px;
  margin: auto;
  background-color: rgb(2, 26, 35);
}

.designation-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.designation-contact .card {
  max-width: 380px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 30px;

  cursor: pointer;
  backdrop-filter: blur(5px);
  /* box-shadow: 20px 20px 50px rgb(0, 0, 0, 0.5); */
  box-shadow: 2px 1px 10px 0px rgb(0, 0, 0, 0.5);
  background-color: rgba(225, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 30px;
}

.designation-contact>div h6 {
  font-size: 1.2rem;
}

form ul {
  display: flex;
}

form ul li {
  margin: 10px;
}

.ms-3 {
  color: #ffffff;
}

.col-xl-3 p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.752);
}

.col-xl-3 ul li {
  list-style: none;
  text-decoration: none;
  margin-top: 12px;
  font-size: 18px;
}

.col-xl-3 ul li a {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}

.col-xl-3 nav:hover {
  background: transparent;
}

.footer-base {
  text-align: center;
  padding: 10px;
  color: white;
  font-size: 16px;
  border-top: 0.5px solid rgba(128, 128, 128, 0.303);
}

.designation-contact h6 {
  color: #ffffff;

}