* {
  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;
}


.loadingScreen {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;

}
#page {
  display: flex;
  justify-content: center;
  align-items: center;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#h3 {
  color: rgb(82, 79, 79);
}

#ring {
  width: 190px;
  height: 190px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
}

#ring:nth-child(1) {
  border-bottom: 8px solid #19196d;
  animation: rotate1 2s linear infinite;
}

@keyframes rotate1 {
  from {
    transform: rotateX(50deg) rotateZ(110deg);
  }

  to {
    transform: rotateX(50deg) rotateZ(470deg);
  }
}

#ring:nth-child(2) {
  border-bottom: 8px solid rgb(189, 15, 15);
  animation: rotate2 2s linear infinite;
}

@keyframes rotate2 {
  from {
    transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg);
  }

  to {
    transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg);
  }
}

#ring:nth-child(3) {
  border-bottom: 8px solid #225d4f;
  animation: rotate3 2s linear infinite;
}

@keyframes rotate3 {
  from {
    transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg);
  }

  to {
    transform: rotateX(40deg) rotateY(130deg) rotateZ(90deg);
  }
}

#ring:nth-child(4) {
  border-bottom: 8px solid rgb(207, 135, 1);
  animation: rotate4 2s linear infinite;
}

@keyframes rotate4 {
  from {
    transform: rotateX(70deg) rotateZ(270deg);
  }

  to {
    transform: rotateX(70deg) rotateZ(630deg);
  }
}





/* image slider */



/* image slider */

.slider2 {
  max-width: 1800px;
  margin: auto;
  /* padding: 5%; */
  /* margin-top: -120px; */
  padding: 0;
  background-color: #022a3a;
}

.slider2 .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%;
}

.slider2 .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%;
}
.slider2 .swiper-slide img{
  width: 40%;
}

.slider2 .swiper-slide .text {
  width: 57%;
  color: #ffffff;
  margin-top: 0;
  text-align: center;
  background-color: #034058;
  backdrop-filter: blur(5px);
}

.slider2 .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;
}
.slider2 .swiper-slide .text h5 .line{
  width: 5%;
  background-color: white;
  margin: 0 10px;
  margin-top: 3px;
  height: 5px;
}



.slider2 .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; 
}

.slider2 .swiper-slide .text h4{
  display: flex;
  width:100%;
  justify-content: center;
  margin-top: 10px;
  place-items: center;
}
.slider2 .swiper-slide .text h4 p{
  background-color: #f8f6f3;
  color: rgb(0, 0, 0);
  border-radius: 20px;
  font-size: 30px;
  word-spacing: 5px;
  margin: 0;
  padding: 5px 50px;
  margin-left: -15px;
  margin-right: -15px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.slider2 .swiper-slide .text h4 .line{
  width: 6%;
  height: 6px;
  background-color: white;
}
.slider2 .swiper-slide .text h4 img{
  width: 30px;
  display: grid;
  z-index: 20;
}


.slider2 .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);
}

.slider2 .swiper-slide .text button:hover{
  background: transparent;
  border: 0.1px solid white;
}


.slider2 .swiper-slide .text .box{
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: space-evenly;
  text-align: left;
}
.slider2 .swiper-slide .text .box h2{
  width: 45%;
  font-size: 45px;
  font-weight: 600;
}

.slider2 .swiper-slide .text .box h6{
  font-size: 25px;
  color: #f05959;
}

.slider2 .swiper-slide .text .box h3{
  font-size: 40px;
  font-weight: 800;
  color: #e6a459;
}


.slider {
  max-width: 1800px;
  margin: auto;
  height: fit-content;
  background-color: #034058;
}


.slider video{
  width: 100%;
  opacity: 0.5;
}

.slider-text{
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -50%;
  margin-bottom: 5%;
  position: relative;
  justify-content: space-evenly;
  z-index: 10;
  place-items: center;
}


.slider-text .text{
  width: 42%;
  color: white;
}
.slider-text .text h5{
  color: #ff7300;
}
.slider-text .text h1{
  font-size: 55px;
  font-weight: 600;
  margin-top: 30px;
}
.slider-text .text h1 span{
  font-size: 45px;
  color: #ff7300;
}
.slider-text .text p{
  margin-top: 20px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.741);
}

.slider-text .text ul li{
  margin-top: 10px;
}


.slider-text .text button{
  padding: 8px 30px;
  border: none;
  background-color: #ff7300;
  border-radius: 50px 10px 50px 10px;
  margin-top: 20px;
}
.slider-text .text .btn2{
  background-color: rgb(39, 196, 39);
}

.slider-text .text button:hover{
  border-radius: 10px 50px 10px 50px;

}

.slider-text img{
  width: 40%;
  animation: mymove1  infinite 100s;
}

@keyframes mymove1  {
  0%   {rotate: 0deg;}
  25%  {rotate: 90deg;}
  50%  {rotate: 180deg;}
  75%  {rotate: 270deg;}
  100% {rotate: 360deg;}
}


.marquee-sec{
  max-width: 1800px;
  margin: auto;
  background-color: #b35101;
  height: fit-content;
  padding: 3px 0;
}
.marquee-sec p{
  margin: 0;
  color: rgb(255, 255, 255);
  margin-bottom: -5px;
  font-size: 18px;
}



.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 5%;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 50px;
  overflow: hidden;
  padding-bottom: 200px;
  background-color: #022a3a;
}

.sec1 .text{
  color: white;
  width: 45%;
}
.sec1 .text h5{
  font-size: 15px;
  color: #ff7300;
}

.sec1 .text h1{
  color: white;
  margin-top: 20px;
}
.sec1 .text h1 span{
  color: #225d4f;
}
.sec1 .text .line{
  width: 80px;
  height: 2px;
  background-image: linear-gradient(to right, rgb(13, 148, 110), rgba(0, 0, 0, 0));

}

.sec1 .text h4{
  margin-top: 20px;
  color: #ff7300;
  font-size: 25px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.sec1 .text p{
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.865);
  font-weight: normal;
}
.sec1 .text ul{
  width: 100%;
  display: flex;
  margin-top: 10px;
}
.sec1 .text ul li{
  width: fit-content;
  display: flex;
  place-items: center;
  list-style: none;
  text-align: left;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #034058;
}
.sec1 .text ul li img{
  margin-right: 10px;
  width: 50px;
  border-radius: 50%;
  padding: 10px;
  border: 3px dotted white;
}
.sec1 .text ul li .tx{
  width: fit-content;
  text-align: left;
}
.sec1 .text ul li .tx p{
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.8px;
}
.sec1 .text ul li h3{
  font-size: 25px;
  margin: 0;
  text-align: left;
  color: #ff7300;
}

.sec1 .text button{
  margin-top: 50px;
}

.sec1 .img-container{
  width: 45%;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.sec1 .img-container .img-sec{
  width: 50%;
  justify-content: center;
  text-align: center;
}
.sec1 .img-container .img-sec img{
  width: 100%;
  margin-top: 30px;
}
.sec1 .img-container .img-sec img:first-child{
  border-radius: 50%;
  height: 230px;
  width: 95%;
  margin-top: 0;
}


.sec1 .img-container .img3{
  width: 45%;
}

.sec1 .img-container .png{
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: -150px;
  margin-left: 35%;
}
.sec1 .img-container .png2{
  width: 40%;
  /* background-color: #225d4f; */
  color: white;
  position: absolute;
  left: 0;
  margin-left: -50px;
  margin-top: 300px;
  padding: 20px;
  display: flex;
  border-radius: 10px;
  place-items: center;
  justify-content: space-between;
  /* border: 5px solid white; */
  animation: mymove infinite 5s ;
  border-radius: 50%;
}

@keyframes mymove {
  0% {margin-top: 300px;}
  50% {margin-top: 330px;}
  100% {margin-top: 300px;}
}

.sec1 .img-container .png2 img{
  /* height:; */
  width: 90%;
  margin-left: 20px;
}

.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  padding: 20px 20px;
  /* background-color: #000000de; */
  padding-bottom: 100px;
  background-image: linear-gradient(rgba(1, 20, 33, 0.845), rgba(4, 41, 62, 0.411)), url(../images/bg\ img.webp);
  background-position: center;
  background-size: cover;
}



.sec2-container {
  width: 95%;
  margin: auto;
  justify-content: space-evenly;
  display: flex;
  margin-top: -100px;
  margin-bottom: 50px;
  background-position: center;
  background-size: 100% 120%;
  border-radius: 150px;
  padding: 20px 0;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.121);
  background-color: #034058;

}

.sec2 .box {
  width: 20%;
  color: rgb(255, 255, 255);
  overflow: hidden;
  text-align: center;
  justify-content: center;
  padding: 20px 10px;
  /* border-right: 0.1px solid rgba(248, 248, 248, 0.23); */
  padding-left: 0;
  /* background-color: #000000de; */
}

.sec2 .box2 {
  border: none;
}

.sec2 .box h2 {
  font-size: 40px;
}

.sec2 .box h4 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0px;
  color: rgba(255, 255, 255, 0.952);
}

.sec2 .box h1 {
  color: #ff7300;
  width: 80%;
  margin: auto;
  /* background-color: #10b5f7; */
  font-weight: 600;
  font-size: 50px;
  border-radius: 20px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  padding-bottom: 10px;
  /* border-bottom: 0.01px solid rgba(11, 161, 114, 0.496); */
  transition: ease-in-out 0.5s;
}

.sec2 h2 {
  margin-top: 150px;
  width: 60%;
  font-size: 50px;
  margin-left: 5%;
  font-weight: 600;
  color: white;
  color: #f07237;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.sec2 h2  img{
  width: 50px;
  margin-top: -5px;
}

.sec2 h2 span {
  color: #ef4a4a;
}

.sec2  ul{
  margin-left: 8%;
  margin-top: 30px;
  color: white;
}
.sec2  ul li{
  margin-top: 10px;
  font-size: 18px;
}
.sec2  .png{
  width: 35%;
  position: absolute;
  right: 0;
  margin-top: -400px;
  margin-right: 5%;
}

.sec2 p{
  margin-left: 7%;
  color: #f07237;
  font-weight: 600;
  margin-top: 30px;
  font-size: 25px;
}

.sec2 button {
  padding: 10px 30px;
  background-color: transparent;
  color: white;
  border-radius: 20px;
  border: 0.1px solid white;
  margin-top: 10px;
  margin-left: 10px;
}

.sec2 button:hover {
  background-color: #034058;
  border: 0.1px solid #034058;
  color: white;
}


.sec2 .btn1 {
  margin-left: 5%;
  background-color: #f07237;
  border: none;
  color: #000;
}




.sec3 {
  max-width: 1800px;
  margin: auto;
  color: rgb(0, 0, 0);
  /* margin-top: -200px; */
  padding-top: 180px;
  margin-top: 40px;
  z-index: 10;
  position: relative;
  overflow: hidden;
  background: rgb(255, 255, 255);
}



.sec3 .png {
  width: 120%;
  position: absolute;
  left: 0;
  rotate: -15deg;
  margin-left: -10%;
  opacity: 0.1;
}

.sec3 .png2 {
  width: 40%;
  position: absolute;
  left: 0;
  margin-top: -230px;
  z-index: 20;
  /* mix-blend-mode: multiply; */
  margin-left: -20px;
}


.sec3 .plane {
  width: 20%;
  position: absolute;
  left: 0;
  mix-blend-mode: multiply;
  margin-top: -200px;
  z-index: 30;
}

.sec3 h5 {
  font-size: 15px;
  text-align: center;
  z-index: 30;
  margin-top: -50px;
  position: relative;
  color: rgba(0, 0, 0, 0.719);
}


.sec3 h1 {
  width: 40%;
  text-align: center;
  margin: auto;
  font-weight: 700;
  color: #19196d;
  margin-top: 10px;
  z-index: 30;
  position: relative;
}

.sec3 h1 span {
  color: #ef4a4a;
}

.sec3 .line {
  height: 2px;
  margin: auto;
  margin-top: 10px;
  width: 60px;
  z-index: 30;
  position: relative;
  background-image: linear-gradient(to right, rgb(13, 148, 110), rgba(0, 0, 0, 0));

}


.sec3-container {
  width: 100%;
}

.sec3 .swiper {
  width: 80%;
  margin-top: -20px;
  padding: 10px;
  padding-bottom: 20px;
  z-index: 30;
  position: relative;
}

.sec3 .swiper-slide {
  padding: 20px;
  /* background-color: rgb(255, 246, 246); */
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  border: 0.1px solid rgba(0, 0, 0, 0.419);
}

.sec3 .swiper-slide .text {
  width: 100%;
  background-color: white;
  padding: 30px 20px;
  transition: ease-in-out 0.5s;
  border-radius: 8px;
  position: relative;
}

.sec3 .swiper-slide .text:hover {
  color: white;
}

.sec3 .swiper-slide .text .color-box {
  width: 100%;
  height: 100%;
  margin-left: -20px;
  margin-top: -380px;
  position: absolute;
  transition: ease-in-out 0.5s;
  background-color: #225d4f;
}

.sec3 .swiper-slide .text:hover .color-box {
  margin-top: -30px;
  border-radius: 10px;
}

.sec3 .swiper-slide .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  margin-left: 5px;
  padding: 10px;
  rotate: 45deg;
  z-index: 10;
  border-radius: 5px;
  background-color: #ef4a4a;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.131);
}

.sec3 .swiper-slide .text:hover .icon {
  background-color: white;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.302);

}

.sec3 .swiper-slide .icon img {
  width: 90%;
  rotate: -45deg;
}

.sec3 .swiper-slide .text h4 {
  font-size: 25px;
  width: 40%;
  margin: auto;
  position: relative;
  z-index: 10;
}

.sec3 .swiper-slide .text p {
  font-size: 13px;
  width: 80%;
  margin: auto;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0.1px solid orangered;
  transition: ease-in-out 0.1s;
}

.sec3 .swiper-slide .text:hover p {
  border-bottom: 0.1px solid rgb(255, 255, 255);

}


.sec3 .swiper-slide .text button {
  padding: 9px 15px;
  border: none;
  font-size: 13px;
  margin: auto;
  z-index: 10;
  position: relative;
  display: flex;
  border-radius: 5px;
  margin-top: 20px;
  background-color: rgb(251, 234, 234);

}

.sec3 .swiper-slide .text:hover button {
  background-color: white;
}

.sec3 .swiper-slide .text button .img {
  width: 20px;
  background-color: rgb(255, 245, 245);
  padding: 0;
  border-radius: 50%;
  margin-left: 10px;
}

.sec3 .swiper-slide .text button img {
  width: 18px;
  position: relative;
  padding: 0;
  rotate: -30deg;
  filter: brightness(0);
  background-color: transparent;
  transition: ease-in-out 0.3s;
}

.sec3 .swiper-slide .text:hover button img {
  background-color: orangered;
  filter: brightness(1);
  border-radius: 50px;
  rotate: 0deg;
}



.sec4 {
  max-width: 1800px;
  margin: auto;
  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%;
  background-color: #022a3a;
}

.sec4 .swiper{
  width: 100%;
}
.sec4 .swiper-slide{
  width:100%;
  display: flex;
  background-color: #022a3a;
  justify-content: center;
}
.sec4 .swiper-slide .img{
  width: 45%;
}
.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: 65px;
  font-weight: 600;
  text-align: center;
  color: #f07237;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec4 .swiper-slide .text h4{
  font-size: 35px;
  text-align: center;
}

.sec4 .swiper-slide .text h5{
  font-size: 30px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  margin-top: 30px;
  border-radius: 30px;
  width: fit-content;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #034058;
}

.sec4 .swiper-slide .text .tx{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.sec4 .swiper-slide .text p{
  font-size: 18px;
  width: 40%;
  text-align: left;
  margin: 0;
  color: #f07237;
}
.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: 25px;
}



.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\ 6.webp);
  background-position: center;
  background-size:cover;
}

.sec5 .text{
  width: 70%;
  text-align: center;
  /* margin-bottom: -50px; */
}

.sec5 .text h1{
  font-size: 58px;
  font-weight: 600;
  color: #f07237;
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.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: #ffffff;
  font-size: 20px;
  border: 0.1px solid #ffffff;
  letter-spacing: 0.5px;
  background-color: #034058;
}
.sec5 .text button img{
  width: 30px;
}






.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 80px 0%;
  background-color: #022a3a;
  margin-bottom: 0;
}

.sec6 h1{
  width: 50%;
  text-align: center;
  margin: auto;
  font-size: 45px;
  font-weight: 500;
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec6 h1 span{
  color: #f07237;
  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: 21%;
  margin: 0 10px;
  margin-top: 50px;
  /* background-color: #6a1b5d; */
  padding: 10px;
  border-radius: 30px;
  color: rgb(255, 255, 255);
  display: flex;
  place-items: center;
  border: 1px solid #f07237;
}
.sec6 .sec6-container .box p{
  text-align: left;
}
.sec6 .sec6-container .box img{
  width: 80px;
  margin-right: 20px;
  padding: 5px;
  border-radius: 50%;
  margin-left: -50px;
  background-color: #f07237;
  border: 10px solid #022a3a;

}
.sec6 .sec6-container .box h3{
  color: #ffffff;
  margin: 0;
  font-size: 18px;
}




.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 20px 0%;
  padding-bottom: 40px;
  justify-content: space-evenly;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #022a3a;
}

.sec7 h5 {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fbb595;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec7 h2 {
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 45px;
  color: white;
  font-weight: 500;
  margin-top: 10px;
}

.sec7 h2 span {
  color: #f07237;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec7 .line {
  height: 2px;
  width: 100px;
  margin: auto;
  background-image: linear-gradient(to right, rgb(13, 148, 110), rgba(0, 0, 0, 0));
  margin-top: 10px;
}


.sec7 .swiper {
  width: 100%;
}

.sec7 .swiper-slide {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
  background-color: white;
  border-radius: 20px;
}

.sec7 .swiper-slide img {
  width: 100px;
  height: 100px;
  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;
  background-color: #f07237;
}
.sec7 .swiper-slide:hover img{
  rotate: 360deg;
  border-radius: 10px;
}

.sec7 .swiper-slide:hover {
  background-image: linear-gradient(rgba(13, 25, 62, 0.74), rgba(5, 7, 36, 0.799)), url(../images/visa\ service\ 3.jpg);
  background-position: center;
  background-size:cover;
  border-radius: 20px;
}

.sec7 .swiper-slide h1 {
  font-size: 30px;
  font-style: italic;
  margin-top: 30px;
  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 {
  -webkit-text-stroke-color: #ffffff9d;
  color: rgb(223, 91, 91);

}


.sec8 {
  max-width: 1800px;
  margin: auto;
  padding: 5% 6%;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.sec8 .png {
  width: 22%;
  height: 80%;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.253);
  position: absolute;
  margin-top: -20px;
  margin-left: -100px;
  left: 0;
}

.sec8 h1 {
  width: fit-content;
  text-align: left;
  margin-top: 20px;
  font-size: 45px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
  font-family: "Quicksand"
    sans-serif;
  background-color: white;
  z-index: 20;
  padding: 10px;
  border-radius: 10px;
}

.sec8 h1 span {
  color: #e32020;
}


.sec8-container {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec8-container .box {
  width: 31%;
  padding: 3%;
  display: flex;
  justify-content: space-evenly;
  place-items: center;
  border-radius: 10px;
  z-index: 10;
  color: #ffffff;
  background-color: #19196d;
  box-shadow: 0 0 5px rgba(128, 128, 128, 0.653);
}
.sec8-container .box:hover{
  background-color: #19196d;
  color: white;
}

.sec8-container .box img {
  width: 25%;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 8px;
  margin-left: -60px;
}

.sec8-container .box h3 {
  /* width: 50%; */
  margin-left: 30px;
  font-size: 25px;
}
.sec8-container .box:nth-child(3) img{
  width: 28%;
}


.sec9 {
  max-width: 1800px;
  margin: auto;
  padding:  80px 0;
  color: rgb(0, 0, 0);
  background-color: #034058;
  margin-top: 0;
  padding-top: 30px;
}
.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: white;
  text-align: center;
  margin: auto;
  font-weight: 500;
  /* 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;
  border-radius: 20px;
  border: 1px solid rgb(255, 255, 255);
}

.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: 00px;
  place-items: center;
  padding-top: 50px;
  /* background-color: #022a3a77; */
}

.sec9 .swiper-slide .text .heading {
  background-color: white;
  width: 100%;
  padding: 10px;
  text-align: left;
  border-radius: 0 100px 0 0;
  margin-bottom: -5px;
}
.sec9 .swiper-slide .text .heading h4{
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 0;
}

.sec9 .swiper-slide .text .btn{
  width: 120%;
  display: flex;
  justify-content: space-evenly;
  margin-left: -10%;
  margin-top: 5px;
  background-color: white;
}

.sec9 .swiper-slide .text .btn a button{
  width: 100%;
  border: none;
  padding: 10px 30px;
  color: white;
  font-size: 15px;
  border-radius: 10px;
  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;
  width: 100%;
  height: 1000px;
  background-image: linear-gradient(rgba(2, 42, 54, 0.476),rgba(5, 7, 36, 0), rgba(2, 42, 54, 0.476)), url(../images/banner\ 4\ -\ Copy.png);
  background-position: center;
  background-size:cover;
  text-align: center;
  justify-content: center;
}
.sec10 img{
  width: 45%;
  margin-top: 16%;
  margin-top: 250px;
  animation: mymove2  infinite 100s;

}

@keyframes mymove2  {
  0%   {rotate: 0deg;}
  25%  {rotate: 90deg;}
  50%  {rotate: 180deg;}
  75%  {rotate: 270deg;}
  100% {rotate: 360deg;}
}


.sec13{
  max-width: 1800px;
  margin: auto;
  width: 100%;
  height: 450px;
  background-image: linear-gradient(rgba(13, 25, 62, 0), rgba(5, 7, 36, 0)), url(../images/banner\ 2.PNG);
  background-position: center;
  background-size:cover;
}



.sec11 {
  max-width: 1800px;
  margin: auto;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding: 50px 0px;
  position: relative;
  margin-bottom: 0;
  margin-bottom: -50px;
}

/* .sec11 h5 {
  color: #f0bd7f;
  font-weight: 400;
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.sec11 h1 {
  font-size: 45px;
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
} */

.sec11 .color-box {
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  z-index: 10;
  /* background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgb(255, 255, 255)); */

}

.marquee {
  width: 100%;
}

.marquee-box-one {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 3em 0 0 0;
}

.marquee-content-one {
  display: flex;
  gap: 40px;
  padding: 0 20px;
  animation: scroll-one 50s linear infinite;
}

.marquee-box-two {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin: 3em 0 6em 0;
}

.marquee-content-two {
  display: flex;
  gap: 40px;
  padding: 0 20px;
  animation: scroll-two 50s linear infinite;
}

.marquee-content-two:hover {
  animation: none;
}

.marquee img{
  width: 150px;
  height: 90px;
  border: 0.2px solid #19196d2b;
  border-radius: 10px;
  padding: 10px;
  background-color: white;
}

@keyframes scroll-one {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-two {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}




.sec12 {
  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;
  background-color: #022a3a;
}

.sec12 h1 {
  text-align: center;
  font-size: 55px;
  color: white;
  margin-top: -20px;
  font-weight: 500;
}

.sec12 h1 span {
  color: #f48333;
}

.sec12 .sec12-container {
  width: 100%;
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
}

.sec12 .box {
  width: 28%;
  text-align: center;
  margin-top: 50px;
  border-radius: 20px;
  background-color: #034058;
}

.sec12 .box img {
  width: 100%;
  height: 250px;
  padding: 0px;
  border-radius: 20px 20px 150px 0;
}

.sec12 .box h3 {
  color: #f07237;
  font-size: 25px;
  margin-top: 5px;
}
.sec12 .box p{
  padding: 0 30px;
  color: white;
}

.sec12 .box button{
  width: 48%;
  border: none;
  padding: 8px;
  color: white;
  background-color: green;
  margin-bottom: 5px;
  border-radius: 0 0 20px 0;
}
.sec12 .box .btn1{
  background-color: rgb(0, 136, 255);
  border-radius: 0 0 0 20px;
}



.sec18{
  max-width: 1800px;
  margin: auto;
  margin-top: 80px;
}
.sec18-container{
  width: 80%;
  background-color: #19196d;
  display: flex;
  margin: auto;
  border-radius: 20px;
  place-items: center;
  color: white;
  padding-left: 3%;
  margin-bottom: -100px;
  z-index: 10;
  padding-top: 10px;
  position: relative;
}
.sec18-container .tx{
  width: 40%;
}
.sec18-container .tx h5{
  color: #ffffff65;
  font-size: 18px;
}

.sec18-container .tx h1{
  color: rgb(255, 255, 255);
  margin-top: 10px;
}


.sec18-container .tx h1 span{
  color: #ef4a4a;
  font-weight: 700;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec18-container ul{
  width: 20%;
}
.sec18-container ul li{
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.632);
}
.sec18-container img{
  width: 40%;
  margin-top: -100px;
}


.sec19{
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  padding-top: 200px;
  flex-wrap: wrap;
  background-image: linear-gradient(rgba(166, 198, 229, 0.875), rgba(187, 200, 224, 0.875)), url(../images/white\ bg\ 5.avif);
  background-position: center;
  background-size: 100% 120%;
  justify-content: space-evenly;
}

.sec19 .png{
  width: 15%;
  right: 0;
  position: absolute;
  margin-top: 300px;
  /* opacity: 0.8; */
}

.sec19 .img{
  width: 50%;
}
.sec19 .img img{
  width: 100%;
}

.sec19 .text{
  width: 45%;
}
.sec19 .text h5{
  color: #ef4a4a;
}
.sec19 .text h1{
  font-size: 45px;
  color: #19196d;
}
.sec19 button{
  padding: 10px 20px;
  border: none;
  background-color: #19196d;
  color: white;
  margin-top: 20px;
  margin-right: 10px;
}


.sec20{
  max-width: 1800px;
  margin: auto;
  width: 100%;
  /* background-image: linear-gradient(to top, rgba(255, 255, 255, 0.303), rgba(255, 255, 255, 0)), url(../images/bg\ img\ 2.PNG); */
  background-position: center;
  background-size: 110% 100%;
  /* margin-bottom: 100px; */
  /* padding: 4%; */
  justify-content: space-between;
  display: flex;
  place-items: center;
}

.sec20 .text{
  width: 50%;
  padding-left: 5%;
}
.sec20 .text .line{
  width: 80px;
  height: 2px;
  margin-top: 10px;
  background-image: linear-gradient(to right, rgb(13, 148, 110), rgba(0, 0, 0, 0));

}
.sec20 .text h1{
  font-size: 45px;
  color: #19196d;
}

.sec20 .text p{
  margin-top: 30px;
}
.sec20 .text button{
  margin-top: 30px;
}

.sec20 img{
  width: 50%;
  /* border-radius: 50%; */
  height: fit-content;
  /* border: 10px solid white; */
}

/* 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: #022a3a;
  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: #f07237;
  margin-right: 10px;
  font-weight: bold;

}

.sec2-text li:hover{
  margin-left: 10px;
  color: #f07237;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #f07237;
  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: 16px;
  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;
  }

}