* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;

}

body {
  background-color: rgb(239, 238, 255);
  /* font-family: Arial, Helvetica, sans-serif; */
}


a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}


/* images slider */

.slider {
  max-width: 1800px;
  margin: auto;
  margin-top: -70px;
}

.slider .png {
  max-width: 1800px;
  width: 103%;
  height: 200px;
  position: absolute;
  left: 0;
  z-index: 10;
  margin-left: 0%;
  bottom: 0;
  rotate: -5deg;
  margin-bottom: -70px;
  /* opacity: 0.5; */
}

.slider .swiper {
  width: 100%;
  /* max-height: 800px; */
}

.slider .swiper-slide {
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 4% 5%;
  overflow: hidden;
  justify-content: center;
}


.slider .swiper-slide .text {
  width: 62%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  height: fit-content;
  text-align: left;
  margin: auto;
  margin-left: -3%;
  padding: 50px;
  border-radius: 0;

}

.slider .swiper-slide .text h5 {
  color: #95b063;
  font-weight: 400;
  font-family: cursive;
  margin-top: 50px;
}

.slider .swiper-slide .text h5 img {
  width: 30px;
  margin-top: -15px;
}

.slider .swiper-slide .text h1 {
  font-size: 42px;
  width: 90%;
  color: #ffffff;
  margin-top: 0px;
  position: relative;
  z-index: 100;
  opacity: 1;
  font-weight: 550;
}

.slider .swiper-slide .text h1 span {
  color: #e56d18;
}

.slider .swiper-slide .text p {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
  color: rgba(255, 255, 255, 0.726);
}

.slider .swiper-slide .text button {
  padding: 8px 15px;
  padding-right: 10px;
  border: none;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  margin-right: 20px;
  background-color: rgba(237, 147, 108, 0.318);
  border: 0.8px solid rgba(255, 255, 255, 0.507);
}

.slider .swiper-slide .text button img {
  margin: 0;
  width: 25px;
  padding: 3px;
  background-color: white;
  border-radius: 50%;
  margin-left: 10px;
}

.slider .swiper-slide .text button:hover {
  background-color: #d78819;
  color: black;
}

.slider .slider1 {
  background-image: linear-gradient(to right, rgba(7, 27, 89, 0.791), rgba(0, 0, 0, 0.123)), url(../images/saudi\ visa\ stamping3.jpeg);
  background-position: center;
  background-size: cover;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(7, 27, 89, 0.791), rgba(0, 0, 0, 0.199)), url(../images/kuwait\ visa\ stamping2.jpg);
  background-position: center;
  background-size: cover;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(7, 28, 89, 0.887), rgba(0, 0, 0, 0.031)), url(../images/manpower\ services3.png);
  background-position: center;
  background-size: cover;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(7, 28, 89, 0.887), rgba(0, 0, 0, 0)), url(../images/visa\ stamping3.png);
  background-position: center;
  background-size: cover;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(7, 28, 89, 0.887), rgba(0, 0, 0, 0)), url(../images/Tour\ &\ Travel\ Services10.avif);
  background-position: center;
  background-size: cover;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(7, 28, 89, 0.887), rgba(0, 0, 0, 0.199)), url(../images/air\ ticketing.png);
  background-position: center;
  background-size: cover;
}

.slider .swiper-slide .img-sec {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 200px;
}

.slider .swiper-slide .img-sec .box {
  width: 32%;
  height: 600px;
  margin-top: -20px;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 10px;
}

.slider .swiper-slide .img-sec .box:hover {
  margin-top: -50px;
}

.slider .swiper-slide .img-sec .box .tx {
  width: 100%;
  position: relative;
  z-index: 20;
  height: 80px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.842), rgba(0, 0, 0, 0));
}

.slider .swiper-slide .img-sec .box img {
  width: 100%;
  height: 100%;
  transform: scale(2, 1);
}

.slider .swiper-slide .img-sec .box h3 {
  color: white;
  margin-top: -80px;
  font-size: 30px;
  margin-left: 20px;
}

.slider .swiper-slide .img-sec .box h5 {
  color: rgba(255, 255, 255, 0.716);
  margin-left: 20px;
}

.sliderbtn {
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 45%;
  z-index: 10;
  margin-top: 44%;
  display: flex;
}

.sliderbtn img {
  width: 35px;
  border-radius: 50%;
  padding: 5px;
  transform: rotate(180deg);
  background-color: #133069;
  margin: 0 15px;
  border: 1px solid #f08e0f;
  margin-right: 0;
}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  border: 2px solid #c9b043;

}

.sliderbtn .prev {
  transform: rotate(0deg);
}


.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  /* background-image: linear-gradient(to top, rgba(255, 255, 255, 0.906), rgba(255, 255, 255, 0.959)), url(../imagess/bg\ img\ 6.png);
  background-position: center;
  background-size: cover; */
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 30px;
}

.sec1 h4 {
  font-size: 18px;
  color: #a27d6a;
  display: flex;
  place-items: center;
  text-transform: uppercase;
}

.sec1 h4 span {
  background-color: #95b063;
  color: rgb(255, 255, 255);
  padding: 2px 10px;
  margin-left: 10px;
}

.sec1 h1 {
  font-size: 36px;
  color: #1f0e0e;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.sec1 .text h5 {
  font-size: 20px;
  color: #132a75;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
  background-image: linear-gradient(to right, rgb(248, 232, 201), rgba(212, 235, 189, 0.253), rgba(240, 240, 240, 0));
  padding: 10px 20px;
  margin-left: 50px;
  display: flex;
  place-items: center;
}

.sec1 .text h5 img {
  width: 85px;
  height: fit-content;
  border-radius: 50%;
  margin-left: -50px;
  margin-top: 0px;
  margin-right: 20px;
  border: 5px solid white;
  cursor: pointer;
}

.sec1 h6 {
  font-size: 18px;
  color: #c9b043;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
}

.sec1 .text {
  width: 55%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -30px;
}

.sec1 .text img {
  width: 100px;
  margin-top: -20px;
}

.sec1 .text p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
  border-top: 0.1px solid rgba(79, 79, 42, 0.571);
  padding-top: 20px;
  margin-left: 50px;
}

.sec1 .btn-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.sec1 .btn-sec .box {
  width: 48%;
  display: flex;
  justify-content: left;
  place-items: center;

}

.sec1 .btn-sec .box img {
  width: 48px;
  margin-bottom: -20px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: 40px;
  background: transparent;
}

/* .sec1 .btn-sec .box:nth-child(2) img {
  width: 45px;
  padding: 10px;
  background-color: #2c3e31;
} */

.sec1 .btn-sec .box .tx {
  margin: 0;
  padding: 0;
}

.sec1 .btn-sec .box .tx h3 {
  font-size: 18px;
  margin: 0;
}

.sec1 .btn-sec .box .tx p {
  font-size: 15px;
  margin: 0;
  padding: 0;
  border: none;
  color: #a27d6a;
}

.sec1 .btn-sec .box button {
  border-radius: 20px;
  padding: 9px 15px;
  padding-right: 0px;
  color: white;
  background: #f08e0f;
  border: none;
}

.sec1 .btn-sec .box button:hover {
  background-color: #133069;
}

.sec1 .btn-sec .box button img {
  width: 25px !important;
  background-color: rgb(255, 255, 255) !important;
  padding: 2px;
  margin-left: 10px;
}


.sec1 .img-container {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: left;
  position: relative;
  border-radius: 5px;
}

.sec1 .img-container .img {
  width: 88%;
  height: 500px;
  padding: 10px;
  border-radius: 5px;
}

.sec1 .img-container .img img {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  border: 5px solid rgb(255, 255, 255);
  /* border-radius: 10p; */
}

.sec1 .img-container .img2 {
  width: 45%;
  position: absolute;
  top: -20px;
  margin-top: 50px;
  /* background-color: #0c3669; */
  /* padding: 10px; */
  right: 0;
}

.sec1 .img-container .img2 img {
  width: 100%;
  border: 5px solid white;
  border-radius: 10px;
}


.sec1 .img-container .tx {
  width: 110%;
  height: 300px;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  background-color: #133069;
  margin-top: 230px;
  /* border-radius: 15px; */
  border: 2px solid #ffffff;
  animation: aboutEX 5s infinite;
  margin-left: -30px;
}

/* @keyframes aboutEX {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0px);
  }
} */

.sec1 .img-container .tx h3 {
  color: #ffffffb9;
  font-size: 18px;
  place-items: center;
  display: flex;
  text-transform: uppercase;
  font-size: 35px;
  rotate: 90deg;
  position: absolute;
  top: 100px;
  opacity: 0.8;
  right: -60px;
}



.sec2 {
  max-width: 1800px;
  margin: auto;
  width: 88%;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 20px;
  background-color: #ffffff;
  margin-top: -80px;
  border-radius: 20px;
}

.sec2 .line {
  height: auto;
  width: 2px;
  background-image: linear-gradient(rgba(214, 29, 29, 0), #0a3c75, rgba(214, 29, 29, 0));
}

.sec2 .box {
  width: 22%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  padding-left: 0;
}

.sec2 .box2 {
  border: none;
}

.sec2 .box img {
  width: 50px;
  height: 50px;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 0;
}

.sec2 .box h4 {
  font-size: 18px;
  font-weight: 400;
  color: #0a3c75;
}

.sec2 .box h1 {
  color: #e56d18;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  display: flex;
}

.sec3 video {
  width: 50%;
  height: 400px;
  object-fit: cover;
  margin-top: 20px;
}

.sec3 video:nth-child(3) {
  width: 30%;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 5%;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  padding-top: 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.178), rgba(255, 255, 255, 0.452)), url(../images/bg\ img\ 7.jpg);
  background-position: center;
  background-size: 105% 100%;
}


.sec4 .text {
  width: 80%;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 100px;
}

.sec4 .text h5 {
  font-size: 25px;
  color: #0db1da;
}

.sec4 .text h1 {
  font-size: 35px;
  color: #d2ab70;
  text-shadow: 0 0 1px rgb(0, 0, 0);
  font-weight: 550;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.sec4 .text h1 span {
  color: #4e688c;
}

.sec4 .text p {
  font-size: 16px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.634);
}

.sec4 .text button {
  background-color: #13b6c8;
  border: none;
  padding: 8px;
  border-radius: 10px;
  padding-left: 15px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  display: flex;
  margin: auto;
  place-items: center;
  margin-top: 30px;

}

.sec4 .text button img {
  width: 25px;
  background: #ffffff;
  border-radius: 50%;
  margin-left: 10px;
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 0px;
}

.sec5 .box {
  width: 20%;
  height: 500px;
  background-image: linear-gradient(to right, rgba(2, 12, 26, 0), rgba(5, 13, 30, 0)), url(../images/bg\ img4.jpg);
  background-position: center;
  background-size: 100% 100%;
  color: #28190f;
  text-align: center;
}

.sec5 .box:nth-child(2) {
  width: 40%;
}

.sec5 .box:nth-child(2) img {
  width: fit-content;
  height: fit-content;
  border-radius: 0;
  rotate: 1deg;
  box-shadow: none;
}

.sec5 .box:nth-child(2) h1 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 550;
  color: #0b3775;
}

.sec5 .box:nth-child(2) h1 span {
  color: #e56d18;
}

.sec5 .box img {
  width: 100%;
  height: 250px;
  border-radius: 0 100px;
  /* border-radius: 50%; */
  object-fit: cover;
  box-shadow: 10px 5px 0px #0a3c75;
}

.sec5 .box h1 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 550;
  color: #0a3c75;
}

.sec5 .box p {
  margin-top: 25px;
  font-size: 16px;
}

.sec5 .box button {
  padding: 8px;
  border-radius: 30px;
  background-color: #0a3c75;
  color: white;
  border: none;
  margin-top: 30px;
  padding-left: 15px;
}

.sec5 .box button img {
  width: 25px !important;
  border-radius: 50% !important;
  background-color: white;
  margin-left: 5px;
}

.sec6 {
  max-width: 1800px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  border-top: 1px solid #ae7d5a48;
  border-bottom: 1px solid #ae7d5a48;

}

.sec6 .text {
  width: 35%;
  padding: 5% 3%;
  border-right: 1px solid #ae7d5a48;
}

.sec6 .text h5 {
  margin-bottom: 5px;
  width: fit-content;
  padding: 5px 10px;
  color: #e56d18;
  border-radius: 5px;
}

.sec6 .text h5 img {
  width: 30px;
  margin-right: 10px;
  filter: brightness(0.9);
}

.sec6 .text h5 .icon1 {
  width: 35px;
  margin-top: -15px;
  margin-right: -15px;
}

.sec6 .text h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #0a3c75;
  margin-bottom: 15px;
}

.sec6 .text p {
  font-size: 15px;
}

.sec6 .text button {
  padding: 5px;
  padding-left: 15px;
  border: none;
  background: #e56d18;
  color: white;
  margin-top: 20px;
  border-radius: 30px;
}


.sec6 .text button img {
  width: 25px;
  margin-left: 10px;
  background-color: white;
  border-radius: 50%;
  padding: 3px;
}


.sec6 .sec6-container {
  width: 65%;
  height: 100vh;
  /* overflow-y: scroll; */
  overflow-y: auto;

}

.sec6 .sec6-container::-webkit-scrollbar {
  width: 0;
}

.sec6 .sec6-container .box {
  padding: 5%;
  border-bottom: 1px solid #ae7d5a48;
  display: flex;
  justify-content: space-between;
}

.sec6 .sec6-container .box img {
  width: 42%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.sec6 .sec6-container .box .tx-sec {
  width: 52%;
}

.sec6 .sec6-container .box .tx-sec h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0a3c75;
}

.sec6 .sec6-container .box .tx-sec a {
  color: #ffffff;
  background: #0a3c75;
  padding: 8px;
  padding-left: 15px;
  border-radius: 25px;
}

.sec6 .sec6-container .box .tx-sec img {
  width: 22px;
  height: fit-content;
  margin-left: 2px;
  padding: 3px;
  margin-top: -2px;
  background-color: #e56d18;
}


.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 0%;
  text-align: center;
  padding-bottom: 80px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.976), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.846)), url(../images/bg9.jpg);
  background-position: center;
  background-size: cover;
}

.sec7 h5 {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #e56d18;
}

.sec7 h2 {
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 38px;
  color: #0b3775;
  font-weight: 550;
  margin-top: 10px;
}

.sec7 h2 span {
  color: #0276c3;
}

.sec7 .icon {
  position: relative;
  width: fit-content;
  margin: auto;
}

.sec7 .swiper {
  width: 100%;
}

.sec7 .swiper-slide {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
}

.sec7 .swiper-slide img {
  width: 160px;
  height: 80px;
  /* border-radius: 50%; */
  border: 0.1px solid rgba(0, 0, 0, 0.135);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.434);
  transition: ease-in-out 0.3s;
}

.sec7 .swiper-slide:hover img {
  /* rotate: 360deg; */
  border-radius: 50%;

}

.sec7 .swiper-slide:hover {
  border-radius: 20px;
}

.sec7 .swiper-slide h1 {
  font-size: 30px;
  font-style: italic;
  margin-top: 10px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000009d;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  /* border: 0.1px solid black; */
  color: rgb(0, 0, 0);

}

.sec7 .swiper-slide:hover h1 {
  color: #e56d18;
}


.sec8 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sec8 .text {
  width: 45%;
  /* background-color: #f4dadf; */
  padding: 50px;
  margin: 0 20px;
  height: 400px;
  border-radius: 10px;
  padding-bottom: 50px;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(5, 15, 56, 0.483), rgba(5, 14, 64, 0.908)), url(../images/saudi\ visa\ stamping.avif);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.sec8 .text:nth-child(2) {
  background-color: #e2d499;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(5, 16, 59, 0.483), rgba(5, 10, 59, 0.908)), url(../images/kuwait\ visa\ stamping.JPG);
  background-position: center;
  background-size: cover;
}

.sec8 .text h1 {
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  margin-top: 160px;
  color: #ffffff;
  transition: ease-in-out 0.6s;
}

.sec8 .text:hover h1 {
  margin-top: 100px;
}

.sec8 .text h1 span {
  color: #7d4924;
}

.sec8 .text p {
  width: 100%;
  font-size: 16px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.603);
}

.sec8 .text button {
  margin-top: 50px;
  font-weight: 500;
  border-radius: 30px;
  border: 0.5px solid gray;
  color: white;
  padding: 8px;
  padding-left: 10px;
  background-color: #d5901a;
}

.sec8 .text button img {
  width: 25px;
  border-radius: 50%;
  margin-top: 0;
  background-color: white;
}

.sec8 .text button:hover {
  background-color: #0a3c75;
}

.sec8 .text:hover button {
  margin-top: 10px;
}



.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  color: rgb(0, 0, 0);
  position: relative;
  text-align: center;
}


.sec9 .png-img {
  width: 30%;
  position: absolute;
  right: -12px;
  opacity: 0.1;
  margin-top: 6px;
}



.sec9 .color-png {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-top: -54px;
}

.sec9 .png {
  width: 200px;
  height: 200px;
  padding: 5px;
  border: 3px dashed rgb(0, 0, 0);
  position: absolute;
  left: -100px;
  margin-top: -100px;
  border-radius: 50%;
}


.sec9 .head-tx {
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-top: 0px;
}

.sec9 h5 {
  width: 100%;
  font-size: 20px;
  color: #e56d18;
  margin: auto;
  text-align: center;
  display: flex;
  place-items: center;
  justify-content: center;
}


.sec9 h1 {
  font-size: 30px;
  color: #0f2c4d;
  text-transform: capitalize;
  font-weight: 600;
  width: 70%;
  margin: auto;
  text-align: center;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec9 .head-tx img {
  rotate: 1deg;
}

.sec9 .head-tx .btn img:first-child {
  rotate: 180deg;
}


.sec9 .swiper {
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 00px;
  padding-top: 0px;
  margin-top: 50px;
}

.sec9 .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;

}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img .color-box {
  width: 30%;
  height: 100px;
  padding: 5px;
  border: 2px dashed white;
  position: absolute;
  right: -30px;
  margin-top: -30px;
  border-radius: 50%;
  display: none;
}

.sec9 .swiper-slide:hover .img .color-box {
  border: 2px dashed #c9b043;

}

.sec9 .swiper-slide .img .color-box .span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c9b043;
}

.sec9 .swiper-slide:hover .img .color-box .span {
  background-color: white;
}


.sec9 .swiper-slide .img img {
  width: 100%;
  height: 400px;
  transition: ease-in-out 0.5s;
  border-radius: 20px;

}

.sec9 .swiper-slide .text {
  width: 80%;
  margin-top: -180px;
  z-index: 10;
  position: relative;
  text-align: left;
  z-index: 10;
  margin-bottom: 30px;
  border-radius: 0 10px 10px 0;
  margin-left: -6px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-color: #ffffffe0;
  backdrop-filter: blur(5px);
}

.sec9 .swiper-slide .text .heading {
  width: 100%;
  padding: 10px 15px;
}

.sec9 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  margin-right: 20px;
  rotate: 20deg;
  padding: 5px;
  border-radius: 50%;
  background-color: #0dc6da;
  transition: ease-in-out 0.5s;
}

.sec9 .swiper-slide:hover .text img {
  rotate: -20deg;

}

.sec9 .swiper-slide .text img:hover {
  background-color: #e56d18;
}


.sec9 .swiper-slide h4 {
  font-size: 18px;
  color: #0a3c75;
  position: relative;
  z-index: 10;
  width: 100%;
  font-weight: 500;
}

.sec9 .swiper-slide h5 {
  font-size: 15px;
  color: #e56d18;
  padding: 0;
  z-index: 11;
  text-align: left;
  justify-content: left;
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  place-items: center;
  /* background-color: #efefefb0; */
  padding-top: 0;
  margin-top: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.034)), url(../images/bg9.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.sec10 .form-sec {
  width: 100%;
  position: relative;
  padding: 50px 20px;
  z-index: 20;
  display: flex;
}

.sec10 .form-sec h5 {
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  color: #e56d18;
  font-weight: 800;
  display: flex;
  place-items: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.sec10 .form-sec h5 .line {
  width: 30px;
  height: 2px;
  background-color: #e56d18;
  margin-right: 10px;
}

.sec10 .form-sec h3 {
  width: 100%;
  font-size: 35px;
  text-align: left;
  margin-top: 10px;
  color: #0a3c75;

}

.sec10 .form-sec p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.594);
  margin-bottom: 30px;
  margin-top: 15px;
}

.sec10 .form-sec form {
  width: 50%;
  padding: 0 30px;
  border-radius: 30px;
}

.sec10 .form-sec input {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin: 10px;
  color: rgba(0, 0, 0, 0.591);
  margin-left: 0;
  background-color: rgb(255, 255, 255);

  /* border: none; */
}

.sec10 .form-sec input:focus {
  border: 0.1px solid #562419;
  outline: none;
}

.sec10 .form-sec select {
  width: 46%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin: 10px;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.591);
  background-color: rgb(255, 255, 255);

}

.sec10 .form-sec select option {
  background-color: transparent;
  color: #000000;
  border: 0.1px solid #4a2217;

}

.sec10 .form-sec select:focus {
  outline: none;
  border: 0.1px solid #c9b043;

}


.sec10 .form-sec textarea {
  width: 95%;
  background-color: transparent;
  border-radius: 5px;
  padding: 10px;
  border: 0.1px solid #4d4d4d56;
  margin-top: 5px;
  background-color: rgb(255, 255, 255);

}

.sec10 .form-sec textarea:focus {
  outline: none;
  border: 0.1px solid #c9b043;

}

.sec10 .form-sec button {
  padding: 8px;
  padding-left: 15px;
  border-radius: 30px;
  border: none;
  background-color: #0a3c75;
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  place-items: center;
  display: flex;
}

.sec10 .form-sec button img {
  width: 25px;
  background-color: white;
  border-radius: 50px;
  margin-left: 8px;
}



.sec10 .form-sec .text-sec {
  width: 45%;
  margin-top: 50px;
  background-color: white;
  margin-left: 3%;
  padding: 50px;
  box-shadow: 0 30px 20px rgb(225, 225, 225);
  height: fit-content;
  position: relative;
}

.sec10 .form-sec .text-sec img {
  position: absolute;
  top: 0;
  right: 0;
  filter: brightness(0);
}

.sec10 .form-sec .text-sec h1 {
  font-size: 35px;
  color: #e56d18;
}

.sec10 .form-sec .text-sec .line {
  width: 150px;
  height: 2px;
  margin-top: 5px;
  background-color: #0276c3;
}

.sec10 .form-sec .text-sec ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.sec10 .form-sec .text-sec ul li p {
  margin: 0;
  font-size: 17px;
}

.sec10 .form-sec .text-sec h6 {
  margin-top: 30px;
  color: #0a3c75;
}


.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  padding: 3%;
  text-align: center;
}

.sec11 h5 {
  color: #f09c2f;
}

.sec11 h1 {
  text-align: center;
  font-size: 28px;
  display: flex;
  place-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
}

.sec11 .icon {
  width: fit-content;
  rotate: 1deg;
}

.sec11-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.sec11 .sec11-container img {
  width: 12%;
  height: 80px;
  background-color: white;
  margin: 15px 10px;
  border: 0.1px solid rgba(128, 128, 128, 0.473);
  border-radius: 10px;
  padding: 10px;
}






.sec12 {
  margin: auto;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 0;
  padding-right: 20px;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.099);
  border-radius: 20px;
}


.sec12 .text {
  width: 30%;
  color: rgb(255, 255, 255);
  padding: 40px;
  margin-top: -20px;
}


.sec12 .contact {
  width: 100%;
  padding: 20px 0;
  color: rgb(255, 255, 255);
  place-items: center;
  display: flex;
  justify-content: space-evenly;
}

.sec12 .contact h5 {
  margin-top: 20px;
  width: 80%;
  /* text-transform: uppercase; */
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 35px;
  margin-left: 50px;
}

.sec12 .contact h5 span {
  color: #c9b043;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}


.sec12 .contact .btn {
  width: 40%;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}

.sec12 .contact input {
  width: 95%;
  padding: 10px;
  padding-left: 20px;
  border-radius: 30px;
  color: black;
  background-color: white;
  border: none;
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 10px;
  border: none;
  background-color: #c9b043;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  margin: 5px;
  margin-left: -50px;
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 25px;
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.642)), url(../imagess/bg\ img\ 18.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 10px;
  padding-top: 0;
}


.sec13 .text {
  width: 100%;
  text-align: center;
}

.sec13 .text h3 {
  font-size: 22px;
  color: #e56d18;
  font-family: cursive;
}

.sec13 .text h1 {
  font-size: 42px;
  color: #0a3c75;
  margin-top: 10px;
  font-weight: 550;
  text-transform: capitalize;
}

.sec13 .text img {
  width: fit-content;
  margin: auto;
}


.sec13 .sec13-container {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  place-items: center;
}


.sec13 .sec13-container .box {
  width: 22.8%;
}

.sec13 .sec13-container .box:nth-child(2) {
  margin-top: 80px;
}

.sec13 .sec13-container .box:nth-child(3) {
  margin-top: 30px;
}


.sec13 .sec13-container .box img {
  width: 100%;
  height: 300px;
  margin-top: 8%;
  border-radius: 20px;
  margin-bottom: 10px;
}

.sec13 .sec13-container .box p {
  color: #95b063;
  font-size: 18px;
}




.sec14 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 0%;
  margin-top: 50px;
  text-align: center;
}

.sec14 h5 {
  width: 100%;
  margin: auto;
  color: #e56d18;
}


.sec14 h1 {
  width: 80%;
  text-align: center;
  color: #0a3c75;
  margin: auto;
  font-weight: 600;
  margin-top: 10px;
}

.sec14 h1 span {
  font-weight: 600;
  color: #13aabb;
}

.sec14 .icon {
  rotate: 1deg;
  width: fit-content;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}


.sec14-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec14-container .box {
  width: 23.5%;
  padding: 20px;
  text-align: center;
  transition: ease-in-out 0.5s;
  overflow: hidden;
  text-align: center;
}

.sec14-container .box:hover .img-sec {
  box-shadow: none;
  border: 3px solid #0a3c75;
}

.sec14-container .box .img-sec {
  width: 100%;
  margin: auto;
  border-radius: 20px;
  background-color: white;
  padding: 10px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.462);
}

.sec14-container .box .img-sec img {
  width: 100%;
  height: 150px;
  border-radius: 10px;

}

.sec14-container .box .text {
  width: 100%;
  margin: auto;
  z-index: 10;
  padding: 5px;
  position: relative;
  background-image: linear-gradient(to bottom, rgb(248, 232, 201), rgba(212, 235, 189, 0.253), rgba(240, 240, 240, 0));
  margin-top: 10px;
  border-radius: 10px;
}

.sec14-container .box:hover .text {
  background-color: #e56d18;
  color: rgb(0, 0, 0);
}


.sec14-container .box .text h6 {
  background-color: #0a3c75;
  font-size: 28px;
  padding: 5px;
  width: fit-content;
  border-radius: 50%;
  position: absolute;
  margin-top: -100px;
  margin-left: -20px;
  transition: ease-in-out 0.5s;
}

.sec14-container .box .text h6 span {
  padding: 5px;
  border-radius: 50%;
  background-color: #0a3c75;
  color: white;
}

.sec14-container .box:hover .text h6 {
  margin-top: -180px;
}

.sec14-container .box .text h4 {
  font-size: 20px;
  width: 100%;
  margin-top: 10px;
  color: #0a3c75;
  text-align: left;
  padding: 0 10px;
}

.sec14-container .box .text p {
  text-align: left;
  padding: 10px;
}


.sec15 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 4.5%;
  padding-top: 0%;
  margin-top: -80px;
}

.sec15 h1 {
  width: 100%;
  font-size: 50px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  line-height: 100px;
  /* font-family: monospace; */
  font-weight: 500;

}

.sec15 h1 span {
  font-weight: 500;
}

.sec15 img {
  width: 150px;
  height: 60px;
  border-radius: 50px;
  object-fit: cover;
}


.sec16 {
  max-width: 1800px;
  margin: auto;
  justify-content: space-evenly;
  position: relative;
  display: flex;
  margin-top: 100px;
  margin-bottom: 80px;
  padding: 50px 0;
  background-color: #0a3c75;
}

.sec16 .text {
  width: 38%;
  padding: 0px 5%;
  padding-right: 3%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.842);
}

.sec16 h5 {
  color: #e56d18;
  font-size: 18px;
}

.sec16 h1 {
  width: 100%;
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  font-weight: 550;

}

.sec16 h1 span {
  color: #e56d18;
}

.sec16 .text button {
  padding: 8px;
  padding-left: 15px;
  position: relative;
  z-index: 20;
  height: auto;
  background-color: #e56d18;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 30px;
}

.sec16 .text button img {
  width: 22px;
  background-color: white;
  border-radius: 50%;
  margin-left: 6px;
}



.sec16 .swiper {
  width: 90%;
}

.sec16 .swiper-slide {
  height: fit-content;
  text-align: center;
  padding: 20px 0;
  padding-top: 10px;
  background-color: white;
}

.sec16 .swiper-slide img {
  width: 90%;
  height: 300px;
  border-radius: 100px;
}

.sec16 .swiper-slide h3 {
  width: 100%;
  font-size: 22px;
  margin-bottom: 0;
  color: #0a3c75;
  margin-top: 10px;
}

.sec16 .swiper-slide p {
  font-size: 15px;
  margin: 0;
  margin-top: 10px;
  color: #e56d18;
}

.sec16 .swiper-slide .btn {
  width: 45px;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  margin-top: 30px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}

.sec16 .swiper-slide:hover .btn {
  background-color: #a27d6a;
}

.sec16 .swiper-slide .btn img {
  width: 100%;
  filter: brightness(0);
  opacity: 0.5;
  rotate: -20deg;
  transition: ease-in-out 0.5s;

}

.sec16 .swiper-slide:hover .btn img {
  filter: brightness(1);
  rotate: 0deg;
  opacity: 1;
}


.sec16 .text .sliderbtn {
  margin-top: -230px;
  display: flex;

}

.sec16 .text .sliderbtn img {
  margin-left: 15px;
}

.sec16 .text .sliderbtn img:first-child {
  rotate: 180deg;
}



.sec17 {
  max-width: 1800px;
  height: 300px;
  margin: auto;
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-between;
  background-image: linear-gradient(rgba(97, 57, 8, 0.729), rgba(17, 45, 116, 0.812)), url(../images/gallery\ img\ 1.jpg);
  background-position: center;
  background-size: cover;
  /* margin-top: 80px; */
  background-attachment: fixed;
}

.sec17 .tx {
  width: 70%;
}

.sec17 .tx h3 {
  color: #ee9a25;
  font-family: cursive;
  margin-bottom: 10px;
}

.sec17 h1 {
  font-size: 35px;
  color: white;
  text-transform: capitalize;
}

.sec17 h1 span {
  font-weight: 700;
  color: #16d6e0;
}

.sec17 button {
  padding: 10px 20px;
  background-color: #16d6e0;
  color: rgb(0, 0, 0);
  font-size: 18px;
  border: none;
  border-radius: 30px;
}


.sec18 {
  max-width: 1800px;
  margin: auto;
  padding: 30px;
  text-align: center;
  justify-content: center;
  padding-bottom: 80px;
  margin-top: 50px;
  /* background-color: rgb(255, 249, 249); */
}

.sec18 h5 {
  color: #f3911a;
}

.sec18 .icon {
  width: 100px;
  rotate: 1deg;
}

.sec18 h1 {
  color: #133069;
  font-weight: 550;
}

.sec18 .line {
  width: 200px;
}

.sec18 .swiper {
  width: 95%;
  margin-top: 10px;
  padding: 10px;
  padding-top: 100px;
}

.sec18 .swiper .swiper-slide {
  border-radius: 10px;
  /* background-color: #133069; */
  background-image: linear-gradient(to bottom, #1f93b6, rgba(162, 112, 37, 0.116), rgba(244, 206, 157, 0));

}

.sec18 .swiper .swiper-slide img {
  width: 80%;
  height: 200px;
  border-radius: 10px 10px 0 0;
  opacity: 1;
  border-radius: 50%;
  margin-top: -80px;
  border: 10px solid #ffffff;
}

.sec18 .swiper .swiper-slide h3 {
  color: #f08d14;
  text-align: center;
  margin: 15px 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.sec18 .swiper .swiper-slide p {
  padding: 0 10px;
  color: #000000e4;
}

.sec18 .swiper .swiper-slide button {
  padding: 8px 20px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  border-radius: 8px;
  background-color: transparent;
  border-radius: 30px;
  margin-bottom: 20px;
  border: 0.1px solid gray;

}

.sec18 .swiper .swiper-slide h5 button:hover {
  background-color: white;
  color: black;
}


.sec19 {
  max-width: 1800px;
  height: 400px;
  margin: auto;
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  justify-content: space-between;
  background-image: linear-gradient(rgba(11, 24, 94, 0.729), rgba(6, 13, 67, 0.812)), url(../images/Processing\ &\ Approval.jpg);
  background-position: center;
  background-size: cover;
}

.sec19 h1 {
  width: 50%;
  color: white;
  text-transform: capitalize;
}

.sec19 button {
  padding: 8px;
  background-color: #e56d18;
  color: white;
  font-size: 18px;
  padding-left: 15px;
  border: none;
  border-radius: 30px;
}

.sec19 button img {
  width: 22px;
  background-color: white;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: -2px;
}



.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  z-index: 80;
  width: fit-content;
  right: 0;
  margin-top: 30%;
  margin-right: 30px;
}

.whatsapp img {
  width: 50px;
  /* position: absolute; */

}


.certificate {
  max-width: 1800px;
  margin: auto;
  padding: 5%;
  text-align: center;
  justify-content: center;
}

.certificate img {
  width: 70%;
}



/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  background-color: #133069;
  color: rgba(0, 0, 0, 0.781);
  padding-top: 80px;
  border-top: 3.8px dashed #f39122;
  background-image: linear-gradient(rgba(5, 15, 69, 0.856), rgba(5, 25, 66, 0.586)), url(../images/bg\ img\ 3.jpg);
  background-position: center;
  background-size: cover;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  padding: 0 4%;
}

.sec2-text {
  width: 25%;
  color: #ffffffbc;
}

.sec2-text:nth-child(2) {
  width: 15%;
  margin-left: 5%;
}


.sec2-text:nth-child(2) span {
  width: 10px;
  margin-top: 0px;
  margin-right: 15px;
}

.sec2-text:nth-child(3) {
  width: 25%;
}

.sec2-text li span {
  color: #e7b00b;
  margin-right: 10px;
}

.sec2-text li:hover span {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 20px;
  font-weight: 600;
  color: #f39122;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-transform: uppercase;
}

.sec2-text h1 img {
  width: 100px;
  background-color: white;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -5px;
}

.sec2-text .box {
  display: flex;
}

.sec2-text .box .line {
  width: 50px;
  height: 2px;
  background-color: #13aabb;
  margin-bottom: 10px;
}

.sec2-text .box .circle {
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-radius: 50%;
  border: 2px solid #13aabb;
  background-color: white;
}

.sec2-text h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #95b063;

}

.sec2-text h5 {
  font-size: 18px;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #ee9a25;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d a {
  color: #ffffffda;
}

.sec2-text .d p {
  font-size: 15px;
}

.icons {
  margin: 0;
}

.icons h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  color: #ffffffda;
}

.icons ul {
  display: flex;
  margin-top: -20px;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 30px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #f08e0f;
  margin-right: 10px;
  margin-top: 15px;
  opacity: 0.8;
  /* filter: brightness(0); */
}

.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: #ffffffda;
  list-style: none;
  display: flex;
  text-decoration: none;
}

.sec2-text ul li:hover a {
  color: #ffffffda;
}

.col-xl-3 ul li {
  list-style: none;
  text-decoration: none;
  margin-top: 12px;
  font-size: 18px;
}

.col-xl-3 ul li a {
  color: rgba(0, 0, 0, 0.832);
  margin-top: 10px;
  font-size: 20px;
}

.col-xl-3 nav:hover {
  background: transparent;
}


.sec2-text .input-sec {
  display: flex;
  place-items: center;
  margin-top: 20px;
}

.sec2-text .input-sec input {
  padding: 12px;
  border-radius: 5px;
  border: none;
  /* border: 0.1px solid rgb(153, 153, 153); */
}

.sec2-text .input-sec button {
  padding: 9px 10px;
  background-color: #95b063;
  border: none;
  border-radius: 0 5px 5px 0;
  margin-left: -8px;
}

.sec2-text .input-sec button img {
  width: 30px;
}



.footer-base {
  text-align: center;
  padding: 0px 4%;
  color: rgb(255, 255, 255);
  background-color: #e6881e;
  font-size: 16px;
  border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap-reverse;
  padding-left: 0;
  /* clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%); */
  place-items: center;
}

.footer-base p {
  margin-bottom: 0;
  padding: 10px 4%;
  text-align: center;
  font-weight: 400;
  padding-bottom: 15px;
  color: rgb(255, 255, 255);
}



@media screen and (max-width: 900px) {

  .footer {
    padding-top: 20px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sec2-text h2 {
    font-size: 25px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .sec2-text:nth-child(1) p {
    text-align: justify;
  }

  .sec2-text:nth-child(2) {
    width: 100%;
    margin: 0;
  }


  .sec2-text:nth-child(3) {
    width: 100%;
  }

  .footer-base {
    padding: 0;
  }

  .footer-base p {
    font-size: 15px;
    padding: 10px;
  }

  .sec2-text .input-sec input {
    width: 90%;
  }


}