* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  /* background: rgb(235, 222, 222); */
}

body {
  background-color: rgb(239, 238, 255);
  font-family: Arial, Helvetica, sans-serif;
}

p{
  text-align: justify;
}
a:hover {
  text-decoration: none;
}

body button:focus {
  outline: none;
}


/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  /* padding: 5%; */
  /* margin-top: -120px; */
  padding: 0;
}

.slider .swiper {
  width: 100%;
  max-height: 700px;
  background-image: linear-gradient(to right, rgba(19, 27, 51, 0), rgba(255, 255, 255, 0)), url(../images/banner\ 1.jpg);
  background-position: center;
  background-size: 100% 100%;
}

.slider .swiper-slide {
  width: 100%;
  height: 700px;
  display: flex;
  padding: 4% 5%;
  /* background-image: linear-gradient(to right, rgba(19, 27, 51, 0), rgba(255, 255, 255, 0)), url(../images/banner\ 1.jpg); */
  background-position: center;
  background-size: 100% 100%;
}
.slider .swiper-slide img{
  width: 40%;
}

.slider .swiper-slide .text {
  width: 57%;
  color: #ffffff;
  margin-top: 0;
  text-align: center;
  background: #000000b8;
  backdrop-filter: blur(5px);
}

.slider .swiper-slide .text h5{
  width: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
  text-align: center;
  font-size: 30px;
  margin: 0;
  margin-top: 50px;
}
.slider .swiper-slide .text h5 .line{
  width: 5%;
  background-color: white;
  margin: 0 10px;
  margin-top: 3px;
  height: 5px;
}



.slider .swiper-slide .text h1 {
  font-size: 75px;
  width: 90%;
  color: #e6a459;
  margin: auto;
  margin-top: 20px;
  font-weight: 800;
  /* text-transform: uppercase; */
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal; 
}

.slider .swiper-slide .text h4{
  display: flex;
  width:100%;
  justify-content: center;
  margin-top: 10px;
  place-items: center;
}
.slider .swiper-slide .text h4 p{
  background-color: #f8f6f3;
  color: rgb(0, 0, 0);
  border-radius: 20px;
  font-size: 28px;
  word-spacing: 5px;
  margin: 0;
  padding: 5px 50px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.slider .swiper-slide .text h4 .line{
  width: 6%;
  height: 6px;
  background-color: white;
}
.slider .swiper-slide .text h4 img{
  width: 30px;
  display: grid;
  z-index: 20;
}


.slider .swiper-slide .text button {
  padding: 10px 30px;
  border: none;
  /* background-image: linear-gradient(to right, rgba(12, 68, 63, 0.946), rgba(48, 117, 245, 0.319)); */
  font-size: 18px;
  margin-top: 10px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
}

.slider .swiper-slide .text button:hover{
  background: transparent;
  border: 0.1px solid white;
}


.slider .swiper-slide .text .box{
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: space-evenly;
  text-align: left;
}
.slider .swiper-slide .text .box h2{
  width: 45%;
  font-size: 45px;
  font-weight: 600;
}

.slider .swiper-slide .text .box h6{
  font-size: 25px;
  color: #f05959;
}

.slider .swiper-slide .text .box h3{
  font-size: 40px;
  font-weight: 800;
  color: #e6a459;
}

.sliderbtn {
  width: 100%;
  margin-bottom: 200px;
  margin-top: -370px;
  position: relative;
  z-index: 10;
  display: grid;
  flex-wrap: wrap;
  padding: 0 50px;
  justify-content: right;
}

.sliderbtn img {
  width: 50px;
  border: 2px solid rgba(0, 0, 0, 0.423);
  border-radius: 50%;
  margin: 0 10px;
  padding: 10px;
  transform: rotate(90deg);
  background-color: #ffffff;
}


.sliderbtn .prev {
  transform: rotate(270deg);
  margin-top: 10px;
}



.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 7% 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  place-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.733)), url(../images/bg\ img\ 7.jpg);
  background-position: center;
  background-size: 100% 100%;
  padding-top: 20px;
}

.sec1 .img {
  width: 45%;
  text-align: right;
  display: flex;

}
.sec1 .img .img1 {
  width: 50%;
  height: fit-content;
  margin-right: -20%;
  position: relative;
  z-index: 10;
  margin-top: 200px;
  margin-left: -10%;
}
.sec1 .img img {
  width: 80%;
}

.sec1 .img-tx {
  margin-top: -550px;
  margin-left: -50%;
  margin-right: 50%;
}

.sec1 .img-tx .tx {
  transform: rotate(-90deg);
  text-align: left;
  margin-left: 20px;
  margin-bottom: 200px;
}

.sec1 .img-tx .tx h1 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: -5px;
  color: #f48333;
}

.sec1 .img-tx .tx h2 {
  margin-bottom: 200px;
}

.sec1 .img-tx img {
  width: 65%;
  border: 10px solid white;
}



.sec1 .text {
  width: 45%;
  /* margin-top: 2%; */
}

.sec1 h4 {
  color: #e6a459;
  font-size: 18px;
}

.sec1 .text h1 {
  font-weight: 800;
  margin-top: 10px;
  font-size: 55px;
  color: #6a1b5d;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec1 h3 {
  width: 80%;
  font-size: 30px;
  color: #f3400ae5;
  /* font-weight: bold; */
  margin-bottom: -10px;
  word-spacing: 5px;
  font-family: "Oleo Script", system-ui;

}

.sec1 .text h5 {
  margin-top: 20px;
}

.sec1 p {
  margin-top: 25px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.765);
  text-align: justify;
}

.sec1 .text button {
  margin-top: 30px;
  border: none;
  /* background-image: linear-gradient(to right, #e0410ce5, #e77f18e9); */
  color: rgb(0, 0, 0);
  font-size: 18px;
  padding: 8px 25px;
  font-weight: 600;
  margin-right: 20px;
  background-color: #e6a459;
}

.sec1 .text button img {
  width: 35px;
  margin: 0;
  /* filter: brightness(0); */
}

.sec1  .tx{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  color: #e6a459;
  padding: 10px;
  border-radius: 50px;
  /* background-color: #092330; */
}
.sec1 .tx h5{
  font-size: 45px;
  font-weight: 800;
  color: #6a1b5d;
}
.sec1 .tx h6{
  font-size: 45px;
  font-weight: 800;

}



.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  display: flex;
  /* background-color: rgba(231, 243, 255, 0.685); */
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 20px;
  margin-top: -80px;
  margin-bottom: 30px;
}

.sec2 .box {
  width: 20%;
  /* background: rgb(255, 255, 255); */
  color: rgb(0, 0, 0);
  overflow: hidden;
  display: flex;
  padding: 20px;
  border-right: 0.1px solid rgba(0, 0, 0, 0.23);
  padding-left: 0;
}

.sec2 .box2 {
  border: none;
}

.sec2 .box img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.sec2 .box h4 {
  font-size: 20px;
}

.sec2 .box h1 {
  color: #6a1b5d;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
  background-color: #f7a55e;
  padding: 100px 4%;
  height: 200px;
  color: white;
  margin-top: 250px;
  margin-bottom: 200px;
}

.sec3 .sec3-heading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;

}

.sec3 .sec3-heading .tx {
  width: 45%;
}

.sec3 .sec3-heading .tx h1 {
  font-size: 40px;
}

.sec3 .sec3-heading p {
  width: 40%;
}

.sec3 .sec3-heading h4 {
  color: #f48333;
  margin-bottom: 20px;
}

.sec3 .sec3-heading p {
  margin-top: 20px;
  font-size: 17px;
}

.sec3 .swiper {
  width: 100%;
  padding-top: 50px;
  margin-top: -300px;
}

.sec3 .swiper-slide {
  padding: 30px;
  height: 430px;
  border: 0.1px solid rgba(255, 255, 255, 0.163);
  overflow: hidden;
  transition: ease-in-out 0.5s;

}

.sec3 .swiper-slide {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Visitor\ Visa\ 2.jpg);
  background-position: center;
  background-size: 120% 100%;
}

.sec3 .service2 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Family\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service3 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Work\ Permit\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service4 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Student\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service5 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Business\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service6 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Personal\ visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service7 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Freelance\ visa\ 3.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service8 {
  background-image: linear-gradient(rgba(0, 18, 76, 0.615), rgba(0, 25, 61, 0.667)), url(../images/Migrate\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .swiper-slide:nth-child(even) {
  margin-top: 50px;
}

.sec3 .swiper-slide img {
  width: 80px;
  margin-bottom: 30px;
  margin-top: -150px;
  transition: ease-in-out 0.5s;
}

.sec3 .swiper-slide:hover img {
  margin-top: 10px;
}

.sec3 .swiper-slide h4 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #f48333;
}

.sec3 .swiper-slide h3 {
  font-size: 80px;
  text-align: right;
  opacity: 0.2;
  justify-content: end;
  margin-top: 40%;
  transition: ease-in-out 0.8s;
}

.sec3 .swiper-slide:hover h3 {
  margin-top: 0;
}


.sec4 {
  max-width: 1800px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  background-image: linear-gradient(rgba(63, 0, 76, 0), rgba(61, 0, 56, 0)), url(../images/banner\ 2.jpg);
  background-position: center;
  background-size:cover;
  padding: 4% 2%;
}

.sec4 .swiper{
  width: 100%;
}
.sec4 .swiper-slide{
  width:100%;
  display: flex;
  background-image: linear-gradient(rgba(63, 0, 76, 0), rgba(61, 0, 56, 0)), url(../images/banner\ 2.jpg);
  background-position: center;
  background-size:150% 150%;
}
.sec4 .swiper-slide .img{
  width: 50%;
}
.sec4 .swiper-slide .img img{
  width: 100%;
  height: 100%;
  border-radius: 30px;
}


.sec4 .swiper-slide .text{
  width: 50%;
  padding: 4%;
  color: white;
  padding-top: 0;
  padding-right: 3%;
  padding-bottom: 0;
}
.sec4 .swiper-slide .text h1{
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: #e6a459;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec4 .swiper-slide .text h4{
  font-size: 45px;
  text-align: center;
}

.sec4 .swiper-slide .text h5{
  font-size: 30px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  border-radius: 30px;
  width: fit-content;
  color: #000000;
  padding: 10px 20px;
  background-color: #e6a459;
}

.sec4 .swiper-slide .text .tx{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.sec4 .swiper-slide .text p{
  font-size: 30px;
  width: 40%;
  text-align: left;
  margin: 0;
  color: rgb(255, 86, 86);
}
.sec4 .swiper-slide .text .btn{
  display: flex;
  place-items: center;
}
.sec4 .swiper-slide .text .btn img{
  width: 50px;
  margin-right: 10px;
}
.sec4 .swiper-slide .text .btn h3{
  color: white;
  font-size: 35px;
}



.sec5 {
  max-width: 1800px;
  margin: auto;
  padding:  2% 4%;
  display: flex;
  height: fit-content;
  flex-wrap: wrap;
  justify-content: space-evenly;
  place-items: center;
  background-image: linear-gradient(rgba(25, 2, 30, 0.462), rgba(41, 1, 37, 0.575)), url(../images/banner\ 5.avif);
  background-position: center;
  background-size:cover;
}

.sec5 .text{
  width: 70%;
  text-align: center;
  /* margin-bottom: -50px; */
}

.sec5 .text h1{
  font-size: 58px;
  font-weight: 700;
  color: #e6a459;
  text-align: center;
}

.sec5 .text p{
  font-size: 28px;
  text-align: center;
  color: white;
  margin-top: 20px;
}

.sec5 .text button{
  padding: 5px 20px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 30px;
  color: #000000;
  font-size: 20px;
  border: 0.1px solid #ffffff;
  letter-spacing: 0.5px;
  background-color: #e6a459;
}
.sec5 .text button img{
  width: 30px;
}



.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 0%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.sec6 h1{
  width: 50%;
  text-align: center;
  margin: auto;
  font-size: 55px;
  font-weight: 600;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec6 .sec6-container{
  width: 90%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sec6 .sec6-container .box{
  width: 23%;
  margin: 0 10px;
  margin-top: 50px;
  /* background-color: #6a1b5d; */
  padding: 20px;
  border-radius: 30px;
  color: rgb(0, 0, 0);
  display: flex;
  place-items: center;
  border: 1px solid #e6a459;
}
.sec6 .sec6-container .box p{
  text-align: left;
}
.sec6 .sec6-container .box img{
  width: 60px;
  margin-right: 20px;
  padding: 5px;
  border-radius: 50%;
  background-color: #6a1b5d;
}
.sec6 .sec6-container .box h3{
  color: #000000;
  margin: 0;
}



.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 5%;
  padding-bottom: 6%;
  background-color: rgb(237, 253, 252);
  justify-content: space-evenly;
  background-image: linear-gradient(rgba(99, 12, 99, 0.473), rgba(0, 0, 0, 0.603)), url(../images/bg\ img\ 3.gif);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
}

.sec7 h1 {
  text-align: center;
  font-size: 55px;
  color: white;
  margin-top: -20px;
  font-weight: 700;
}

.sec7 h1 span {
  color: #f48333;
}

.sec7 .sec7-container {
  width: 100%;
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
}

.sec7 .box {
  width: 28%;
  text-align: center;
  margin-top: 50px;
  border-radius: 20px;
  background-color: white;
}

.sec7 .box img {
  width: 100%;
  height: 280px;
  padding: 10px;
  border-radius: 20px 20px 0 0;
}

.sec7 .box h3 {
  color: #e6a459;
  font-size: 25px;
  margin-top: 5px;
}
.sec7 .box p{
  padding: 0 30px;
}

.sec7 .box button{
  width: 48%;
  border: none;
  padding: 8px;
  color: white;
  background-color: green;
  margin-bottom: 5px;
  border-radius: 0 0 20px 0;
}
.sec7 .box .btn1{
  background-color: rgb(0, 136, 255);
  border-radius: 0 0 0 20px;
}


.sec8 {
  max-width: 1800px;
  margin: auto;
  margin-bottom: 50px;
}

.sec8-container {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}

.sec8-container .box {
  width: 25%;
  height: 400px;
  padding: 20px;
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(175, 212, 219, 0), rgba(0, 0, 0, 0.87)), url(../images/marriage\ img.avif);
  background-position: center;
  background-size: cover;
  border: 10px solid white;
  padding-top: 280px;
  transition: ease-in-out 0.5s;
}

.sec8-container .box2 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(175, 212, 219, 0), rgba(0, 0, 0, 0.87)), url(../images/Ex\ Love\ Back.jpg);
  background-position: center;
  background-size: cover;
}

.sec8-container .box3 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(175, 212, 219, 0), rgba(0, 0, 0, 0.87)), url(../images/Love\ Problem2.jpg);
  background-position: center;
  background-size: cover;
}

.sec8-container .box4 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(175, 212, 219, 0), rgba(0, 0, 0, 0.87)), url(../images/Business\ Problem.jpg);
  background-position: center;
  background-size: cover;
}


.sec8-container .box:hover {
  width: 50%;
}

.sec8-container .box h1 {
  color: white;
  font-size: 25px;
  text-transform: uppercase;
}

.sec8-container .box button {
  border: none;
  background-color: white;
  color: rgb(0, 0, 0);
  font-size: 18px;
  padding: 5px 20px;
  margin-left: -20px;
}

.sec8-container .box button img {
  width: 30px;
  margin-top: -5px;
}

.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 4% 0;
  color: rgb(0, 0, 0);
  padding-top: 0;
}
.sec9 .png{
  width: 30%;
  height: 400px;
  background-color: #0B1D26;
  position: absolute;
  display: none;
}

.sec9 .head-tx {
  width: 70%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

.sec9 h5 {
  width: 100%;
  font-size: 20px;
  color: #f48333;
}

.sec9 h1 {
  width: 100%;
  font-size: 45px;
  color: #e6a459;
  text-align: center;
  margin: auto;
  font-weight: 800;
  /* margin-left: 5%; */
  margin-top: 0px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.sec9 .swiper {
  width: 95%;
  margin: auto;
  /* height: 100%; */
  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;
  /* background-color: #6a1b5d; */
  padding: 15px;
  border: 1px solid black;
}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 220px;
  border-radius: 0px;
  transition: ease-in-out 0.5s;
  /* opacity: 0.8; */
  box-shadow: 10px 10px 5px rgba(2, 36, 23, 0.428);
}

.sec9 .swiper-slide .text {
  width: 100%;
  margin-top: -80px;
  z-index: 10;
  position: relative;
  text-align: center;
  padding: 20px;
  place-items: center;
  padding-top: 50px;
}

.sec9 .swiper-slide .text .heading {
  background-color: white;
  width: 100%;
  padding: 10px;
}

.sec9 .swiper-slide .text .btn{
  width: 120%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: -30px;
  margin-left: -10%;
  margin-top: 5px;
}

.sec9 .swiper-slide .text .btn a button{
  width: 100%;
  border: none;
  padding: 10px 30px;
  color: white;
  font-size: 15px;
  background-color: green;
  margin-bottom: 5px;
  margin-left: 8px;
}
.sec9 .swiper-slide .text .btn .btn1{
  background-color: rgb(0, 136, 255);
}




.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 00px 4%;
  padding-top: 100px;
  margin-top: 50px;
  margin-bottom: -20px;
  /* background-color: #0B1D26;/ */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.701)), url(../images/bg\ img\ 3.jpg);
  background-position: center;
  background-size: 110% 100%;
  display: none;
}

.sec10 .form-sec {
  width: 50%;
}

.sec10 .form-sec h4 {
  width: fit-content;
  font-size: 25px;
  border-radius: 10px;
  color: #f48333;
  font-weight: 800;
}

.sec10 .form-sec h1 {
  width: 80%;
  font-size: 35px;
}

.sec10 .form-sec form {
  width: 100%;
  margin-top: 50px;
  padding: 0 30px;
  background-color: #0B1D26;
  border-radius: 30px;
  box-shadow: 0 0 8px rgb(201, 201, 201);
  padding-bottom: 80px;
}

.sec10 .form-sec h3 {
  text-align: center;
  font-size: 20px;
  background-color: #f48333;
  border-radius: 0 0 20px 20px;
  width: fit-content;
  margin: auto;
  padding: 8px 30px;
  color: white;
}

.sec10 .form-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.sec10 .form-sec form p {
  margin: 0;
}

.sec10 .form-sec .input-con {
  width: 48%;
  margin-top: 30px;
}

.sec10 .form-sec .input-con .box {
  width: 100%;
}

.sec10 .input-con .box p {
  margin: 0;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.763);
  margin-left: 5px;
}

.sec10 .input-con .box input {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-top: 5px;
}

.sec10 .input-con .box input:focus {
  outline: none;
}


.sec10 .input-con .box textarea {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-top: 5px;
}

.sec10 .input-con .box textarea:focus {
  outline: none;
}

.sec10 .input-con .box button {
  margin: auto;
  padding: 8px 30px;
  border-radius: 15px;
  border: none;
  background-color: #f48333;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  margin-left: 30%;
}

.sec10 .email-num-sec {
  width: 80%;
  background-color: #f48333;
  display: flex;
  justify-content: space-between;
  margin-bottom: -50px;
  margin-top: 30px;
  border-radius: 20px;
  padding: 10px 30px;
  display: none;
}

.sec10 .email-num-sec .box {
  width: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  text-align: left;
  place-items: center;
}

.sec10 .email-num-sec img {
  width: 30px;
  height: fit-content;
}

.sec10 .email-num-sec .box p {
  margin: 0;
}

.sec10 img {
  width: 40%;
  margin-bottom: -20px;
}

.sec11 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  height: 300px;
  overflow: hidden;
  padding-bottom: -10px;
  padding: 30px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.627), rgba(0, 0, 0, 0.667)), url(../images/banner\ 5.avif);
  background-position: center;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.sec11  .tx h2{
  font-size: 85px;
  font-weight: 800;
  color: white;
  text-align: center;
  margin-top: 50px;
}




.sec12 {
  max-width: 1800px;
  margin: auto;
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  padding: 50px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.627), rgba(0, 0, 0, 0.667)), url(../images/Contact\ us\ \ 2.jpg);
  background-position: center;
  background-size: cover;
  /* background-color: #0B1D26; */

}


.sec12 .text {
  width: 60%;
  color: rgb(255, 255, 255);
  /* background: #0B1D26; */
  padding: 40px;
  /* clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%); */
  margin-top: -20px;

}

.sec12 .text h1 {
  font-size: 35px;
  color: #ffffff;
  margin: 0;
  font-weight: 800;
}

.sec12 .text span {
  color: #f48333;
}


.sec12 .contact {
  width: 40%;
  padding: 20px 0;
  color: white;
}

.sec12 .contact p {
  font-style: 22px;
  color: white;
}

.sec12 .contact .btn {
  display: flex;
  margin-top: 15px;
}

.sec12 .contact input {
  width: 60%;
  padding: 10px;
  border-radius: 8px 0 0 8px;
  border: 0.2px solid rgb(211, 211, 211);
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 8px 20px;
  border: none;
  background-color: #f48333;
  /* margin-left: -5px; */
  border-radius: 0 8px 8px 0;
  color: rgb(0, 0, 0);
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 30px;
}

.sec13{
  max-width: 1800px;
  margin: auto;
  height: 500px;
  background-image: linear-gradient(to right, rgba(101, 129, 138, 0), rgba(27, 40, 43, 0)), url(../images/Study\ Problem\ Solution\ 2.jpg);
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 50px;
  padding: 3%;
}

.sec13 h1{
  width: 50%;
  font-size: 70px;
  margin: auto;
  color: #ffffff;
  font-weight: 700;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-left: 50%;
}
.sec13 p{
  width: 50%;
  font-size: 25px;
  color: white;
  margin-left: 50%;
  text-align: left;
}
.sec13 button{
  margin-left: 50%;
  padding: 8px 20px;
  border-radius: 30px;
  border: none;
  background-color: #e6a459;
}


.sec14 {
  max-width: 1800px;
  margin: auto;
  margin-top: 230px;
  position: relative;
  z-index: 10;
  background-color: #c7ecfe;
}

.sec14 .text{
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-evenly ;
}
.sec14 .text p{
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  padding-top: 10px;
  color: rgb(119, 5, 125);
}

.sec15{
  max-width: 1800px;
  margin: auto;
  position: relative;
}

.pop-up{
  max-width: 1800px;
  margin: auto;
  padding: 0;
  background-color: #00000071;
  position: fixed;
  backdrop-filter: blur(5px);
  /* display: none; */
  text-align: center;
  justify-content: center;
  width: 100%;
  place-items: center;
  height: 100%;
  z-index: 300;
  top: 0px;
  /* left: 0px; */
  padding: 30px;
}
.pop-up .text{
  height: 780px;
  width: 58%;
  margin: auto;
  /* place-items: center; */
  z-index: 1200;
  background-image: linear-gradient(to right, rgba(111, 8, 115, 0), rgba(111, 8, 115, 0), rgba(15, 28, 31, 0)), url(../images/bg\ img\ 7.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 10px;
  position: relative;
}
.pop-up .text .box{
  width: 50%;
  height: 320px;
  color: rgba(255, 255, 255, 0.942);
  font-weight: 600;
  /* background-color: #00000063; */
  overflow-y: scroll;
  padding-right: 10px;
  /* padding-left: 10px; */
}

.pop-up .text .box img{
  width: 10px;
  margin-right: 5px;
  height: fit-content;
  margin-left: 5px;
}
.pop-up .text .box p{
  display: flex;
  margin-top: 10px;
  place-items: center;
  font-size: 19x;
}
.pop-up .text h1{
  font-size: 25px;
  color: black;
  margin-bottom: 50px;
  font-weight: 800;
  margin-top: 16%;
  text-align: left;
  margin-left: 50px;
}

.pop-up .text .img img{
  width: 50%;
  margin-left: -48%;
  margin-top:70px;
}
.pop-up .text .png{
  width: 50px;
  position: absolute;
  right: 0;
  margin-right: 3%;
  cursor: pointer;
  margin-top: 10px;
  /* background-color: #6a1b5d; */
}

/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  background-image: linear-gradient(to right, rgba(111, 8, 115, 0.373), rgba(111, 8, 115, 0.565), rgba(15, 28, 31, 0.656)), url(../images/bg\ img\ 4.gif);
  background-position: center;
  background-size: 100% 120%;
  margin-top: 0;
  /* background-color: #6a1b5d; */
  border-top: 2px solid white;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
  padding-bottom: 00px;
  /* background-color: #6a4646; */
}

.sec2-text {
  width: 25%;
  /* margin: 0 10px; */
  /* background: #000; */
  color: #000000b9;

}

.sec2-text h1 .line {
  width: 15px;
  /* display: none; */
  height: 2px;
  background-color: #ffffff;
  margin-top: 10px;
  margin-right: 8px;
  display: none;
}

#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 20%;
}

#sec2-other-links2 p{
  text-align: left;
}

.sec2-text li span {
  color: #e6a459;
  margin-right: 10px;
  font-weight: bold;

}

.sec2-text li:hover{
  margin-left: 10px;
  color: #e6a459;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #e6a459;
  display: flex;
  place-items: center;
  /* border-left: 2px solid #f48333; */
  /* padding-left: 5px; */
  margin-bottom: 20px;
}


#sec2-other-links li a img{
  width: 20px;
  rotate: 180deg;
  margin-right: 5px;
}


.sec2-text input {
  height: 50px;
  padding: 12px;
  border: none;
  /* margin-top: 10px; */
  border-radius: 5px 0 0 5px;
}

.sec2-text input:focus {
  outline: none;
}

.sec2-text .news {
  /* background: #000; */
  display: flex;
  margin-top: 30px;
}

.sec2-text .payment {
  margin-top: 30px;
}

.sec2-text button {
  width: 50px;
  height: 50px;
  background-color: #e32020;
  border: none;
  margin-left: -5px;
  padding: 8px;
  /* margin-top: -10px; */
  border-radius: 0 5px 5px 0;

}

.sec2-text button:focus {
  outline: none;
}

.sec2-text button img {
  width: 100%;
}

.sec2-text h2 {
  font-size: 18px;
}

.sec2-text h5 {
  font-size: 18px;
  color: #fdc380;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec2-text .d span {
  /* background: rgb(219, 172, 61); */
  color: #f48333;
  padding: 3px;
  height: 30px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: bold;

}

.sec2-text .d {
  display: flex;
  margin-top: 8px;
}

.sec2-text .d p {
  font-size: 18px;
  font-weight: 400;
  color: #fffffff2;
  text-align: left;
}

.icons h5 {
  font-size: 24px;
  font-weight: 600;
  color: #f48333;

}

.icons ul {
  display: flex;
}

.icons ul li {
  list-style: none;
  text-decoration: none;
}

.icons ul li a img {
  width: 40px;
  /* color: #ffffffac; */
  font-size: 20px;
  margin: 10px;
  display: grid;
  place-items: center;
  padding: 5px;
  border-radius: 50%;
  border: 0.1px solid white;
}

.icons ul li a img:hover {
  margin-top: 5px;
  opacity: 1;
}


.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: #fffffff3;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color: #f48333;
  width: 10px;
  height: 2px;
  display: none;
}



.footer-base {
  text-align: center;
  padding: 10px;
  color: #fffffff0;
  /* padding-bottom: px; */
  font-size: 16px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.397);
  margin-top: 30px;
  /* background-color: #5a7f86; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #fffffffb;
  font-size: 18px;
}

.footer-base .tx {
  display: flex;
}

.footer-base .tx img {
  width: 50px;
}

.footer-base .tx p {
  margin: 0 5px;
  margin-top: 8px;
}

.footer-base .tx h1 span {
  color: #e32020;
}

.designation-contact h6 {
  color: #000000dd;

}

@media screen and (max-width: 800px) {
  .footer {
    padding-top: 0px;
    background-size: 150% 20%;
    background-image: linear-gradient(to right, rgba(111, 8, 115, 0.692), rgba(111, 8, 115, 0.692), rgba(15, 28, 31, 0.656)), url(../images/bg\ img\ 4.gif);
    background-position: center;
  }

  .footer-container {
    padding: 0 20px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  

  .sec2-text .d p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0;
  }

  #sec2-other-links2 {
    width: 100%;
  }

  #sec2-other-links {
    width: 100%;
  }

  .sec2-text h5{
    margin-top: 10px;
  }

  .footer-base {
    padding: 10px 20px;
    /* background: #000; */
    text-align: center;
    justify-content: center;
  }

  .footer-base .tx p {
    color: rgba(255, 255, 255, 0.419);
    margin-top: 10px;
  }

  .footer-base p {
    font-size: 15px;
    margin: 0;
    text-align:center;
  }

}