* {
  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;

}

.loader {
  /* background-color: blue; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loader-text {
  font-size: 35px;
  color: #01054f;
  margin-bottom: 20px;
  align-self: center;
}

.loader-bar {
  width: 30%;
  height: 10px;
  border-radius: 5px;
  background-color: #01054f;
  animation: loader-bar-animation 2s ease-in-out infinite;
}

@keyframes loader-bar-animation {
  0% {
    /* transform: translateX(-100%) rotate(270deg); */
    transform: translateX(-100%);
  }

  50% {
    /* transform: translateX(100%) rotate(-90deg); */
    transform: translateX(100%);
  }

  100% {
    /* transform: translateX(-100%) rotate(270deg); */
    transform: translateX(-100%);
  }
}

/* Button */

.btn-7,
.btn-7 *,
.btn-7 :after,
.btn-7 :before,
.btn-7:after,
.btn-7:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-7 {
  -webkit-tap-highlight-color:
    transparent;
  -webkit-appearance: button;
  background-color:
    #01054f;
  background-image: none;
  color:
    #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.8px;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  /* text-transform: uppercase; */
}

.btn-7:disabled {
  cursor: default;
}

.btn-7:-moz-focusring {
  outline: auto;
}

.btn-7 svg {
  display: block;
  vertical-align: middle;
}

.btn-7 [hidden] {
  display: none;
}

.btn-7 {
  border-radius: 99rem;
  border-width: 2px;
  -webkit-mask-image: none;
  overflow: hidden;
  padding: 0.8rem 2rem;
  position: relative;
}

.btn-7 span {
  mix-blend-mode: difference;
}

.btn-7:before {
  background:
    #fff;
  -webkit-clip-path: polygon(0 calc(var(--progress, 100%) / 2),
      100% calc(var(--progress, 100%) / 2),
      100% calc(100% - var(--progress, 100%) / 2),
      0 calc(100% - var(--progress, 100%) / 2));
  clip-path: polygon(0 calc(var(--progress, 100%) / 2),
      100% calc(var(--progress, 100%) / 2),
      100% calc(100% - var(--progress, 100%) / 2),
      0 calc(100% - var(--progress, 100%) / 2));
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-7:hover:before {
  --progress: 0%;
}

/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;

}

.slider .png {
  max-width: 1800px;
  width: 103%;
  height: 200px;
  position: absolute;
  left: 0;
  z-index: 10;
  margin-left: -3%;
  margin-top: 580px;
}

.slider .swiper {
  width: 100%;
  max-height: 800px;
}

.slider .swiper-slide {
  width: 100%;
  height: 700px;
  display: flex;
  padding: 4% 5%;
  overflow: hidden;
}


.slider .swiper-slide .text {
  width: 57%;
  color: rgb(255, 255, 255);
  margin-top: 0;
  /* padding-right: 5%; */
  padding-top: 200px;
  text-align: left;
  margin-left: 8%;

}



.slider .swiper-slide .text h1 {
  font-size: 45px;
  width: 90%;
  color: #ffffff;
  margin-top: 0px;
  /* font-weight: 900; */
  position: relative;
  z-index: 100;
  opacity: 1;
  text-transform: uppercase;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.leFadeIn span {
  animation-name: leFadeIn
}

@keyframes leFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.slider .swiper-slide .text h1 span {
  color: #f48333;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.slider .swiper-slide .text p {
  font-size: 16px;
  margin-top: 10px;
  text-align: left;

}



.slider .swiper-slide img {
  margin-top: -130px;
  width: 60%;
  height: 750px;
  margin-right: -220px;
  border-radius: 0 0 40% 60%;
  display: none;
}


.slider .slider1 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.775), rgba(0, 0, 0, 0.293)), url(../images/saudi\ visa\ stamping\ 6.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.slider .slider2 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.775), rgba(0, 0, 0, 0.298)), url(../images/Kuwait\ visa\ stampting\ 4.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.775), rgba(255, 255, 255, 0)), url(../images/Recruitment\ Services\ 3.jpg);
  background-position: center;
  background-size: 100% 110%;
}

.slider .slider4 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.775), rgba(255, 255, 255, 0)), url(../images/Air\ Ticketing\ 10.jpg);
  background-position: center;
  background-size: 100% 120%;
}

.slider .slider5 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.775), rgba(255, 255, 255, 0)), url(../images/Immigration\ Services\ 5.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.slider .slider6 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.653), rgba(255, 255, 255, 0)), url(../images/Tour\ &\ Travel\ services\ 3.jpg);
  background-position: center;
  background-size: 110% 110%;
}

.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: 100%;
  margin-top: -350px;
  margin-bottom: 350px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  justify-content: last baseline;
}

.sliderbtn img {
  width: 50px;
  border: 2px solid rgba(0, 0, 0, 0.423);
  border-radius: 0;
  margin: 0 10px;
  padding: 12px;
  transform: rotate(0deg);
  background-color: #ffffffcf;
}

.sliderbtn img:hover {
  cursor: pointer;
  background-color: #f48333;
  border: none;
  border: 2px solid #f48333;

}

.sliderbtn .prev {
  transform: rotate(180deg);
}


.sec1 {
  max-width: 1800px;
  margin: auto;
  padding: 10% 5%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.873), rgba(0, 0, 0, 0)), url(../image/bg\ img\ 1.avif);
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 50px;
  /* background-color: #1f5f5a; */
}


.sec1 .img {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.sec1 .img .line-box {
  width: 200px;
  position: absolute;
  left: 0;
  margin-left: 20%;
  height: 200px;
  margin-top: -20px;
  border: 5px dashed #00000049;
  transition: ease-in-out 0.5s;
}

.sec1 .img:hover .line-box {
  margin-left: 18%;
  margin-top: -50px;
}

.sec1 .img img {
  width: 45%;
  height: 400px;
  z-index: 10;
}

.sec1 .img img:nth-child(1) {
  margin-top: 50px;
}

.sec1 .img .tx {
  width: 15%;
  padding: 30px;
  position: absolute;
  height: fit-content;
  background-color: #f48333;
  margin-top: 250px;
  border: 10px solid white;
  z-index: 20;
}

.sec1 .img .tx h3 {
  color: #ffffff;
  font-size: 22px;
}

.sec1 h4 {
  font-size: 20px;
  color: #f48333;
}

.sec1 h1 {
  font-size: 35px;
  color: #01054f;
  margin-bottom: 20px;
  /* margin-left: 35px; */
}

.sec1 h5 {
  font-size: 18px;
}

.sec1 h6 {
  font-size: 18px;
  color: #f48333;
}

.sec1 .text {
  width: 50%;
  padding: 30px;
  position: relative;
  z-index: 10px;
  margin-top: -50px;
}

.sec1 .text img {
  width: 100px;
  margin-top: -20px;
}

.sec1 .text .line {
  width: 100px;
  height: 4px;
  background: #000000;
  margin-top: 5px;
  margin-bottom: -10px;
}

.sec1 .text p {
  font-size: 16px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.769);
  margin-bottom: 30px;
}



.sec1 .text button:hover {
  border: 0.1px solid rgb(0, 0, 0);
}


.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 0;
  padding: 20px 20px;
  margin-top: 55px;
  margin-top: 300px;
  background-color: #01054f;
  border-top: 10px solid #f48333;
}

.sec2 .swiper {
  width: 85%;
  margin-top: -250px;
}

.sec2 .swiper .swiper-slide {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.228), rgb(0, 0, 0)), url(../images/Visa\ Stamping\ Services\ 5.webp);
  background-position: center;
  background-size: 100% 150%;
  border-radius: 10px;
}

.sec2 .swiper .slider2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.228), rgb(0, 0, 0)), url(../images/Immigration\ &\ Visa\ Consultancy.jpg);
  background-position: center;
  background-size: 100% 130%;
}

.sec2 .swiper .slider3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.228), rgb(0, 0, 0)), url(../images/Document\ Attestation\ Services.jpg);
  background-position: center;
  background-size: 100% 130%;
}

.sec2 .swiper .slider4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.228), rgb(0, 0, 0)), url(../images/Hajj\ &\ Umrah\ services\ 2.jpg);
  background-position: center;
  background-size: 100% 150%;
}


.sec2 .swiper .swiper-slide .text {
  width: 100%;
  height: 550px;
  z-index: 10;
  padding: 5%;
  padding-top: 400px;
  position: relative;
  display: flex;
  place-items: center;
  color: white;
  justify-content: space-between;
}

.sec2 .swiper .swiper-slide .text h4 {
  font-size: 35px;
}

.sec2 .swiper .swiper-slide .text p {
  font-size: 18px;
  width: 70%;
  color: rgba(255, 255, 255, 0.585);
  /* margin-top: 300px; */
}


.sec2 .swiper .swiper-slide .text img {
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #f48333;
  rotate: -30deg;
  transition: ease-in-out 0.5s;
}

.sec2 .swiper .swiper-slide .text img:hover {
  background-color: #f48333;
  rotate: -60deg;
}


.sec2-container {
  width: 85%;
  margin: auto;
  justify-content: space-between;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sec2 .box {
  width: 22%;
  /* background: rgb(255, 255, 255); */
  color: rgb(255, 255, 255);
  overflow: hidden;
  /* display: flex; */
  text-align: left;
  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 p {
  color: rgba(255, 255, 255, 0.578);
}

.sec2 .box h2 {
  font-size: 40px;
}

.sec2 .box img {
  width: 50px;
  height: 50px;
  display: none;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 0;
}

.sec2 .box h4 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.542);
}

.sec2 .box h1 {
  color: #f48333;
  width: 100%;
  /* background-color: #10b5f7; */
  font-weight: 600;
  font-size: 55px;
  font-family: 'Courier New', Courier, monospace;
  padding-bottom: 10px;
  border-bottom: 0.01px solid rgba(255, 255, 255, 0.496);
}




.sec3 {
  max-width: 1800px;
  margin: auto;
  /* background-color: #fcf4ec; */
  color: rgb(0, 0, 0);
  margin-top: 100px;
}

.sec3 .sec3-heading {
  width: 100%;
  display: flex;
  padding: 4%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec3 .sec3-heading .tx {
  width: 45%;
}

.sec3 .sec3-heading .tx h1 {
  font-size: 40px;
  width: 90%;
  color: #000000;
}

.sec3 .sec3-heading .tx h1 span {
  color: #f48333;
}

.sec3 .sec3-heading p {
  width: 40%;
}

.sec3 .sec3-heading h4 {
  color: #808080;
  font-size: 18px;
  margin-bottom: 10px;
}

.sec3 .sec3-heading p {
  margin-top: 20px;
  font-size: 17px;
  text-align: justify;
}

.sec3 .swiper {
  width: 90%;
  margin-top: -20px;
  padding: 10px;
  padding-bottom: 20px;
}

.sec3 .swiper-slide {
  height: 400px;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.168);
}

.sec3 .swiper-slide .text {
  width: 98%;
  background-color: white;
  margin-top: 280px;
  /* text-align: center; */
  padding-top: 50px;
  clip-path: polygon(0 11%, 84% 0, 100% 100%, 0% 100%);
  margin-left: -10px;
  padding-bottom: 50px;
  transition: ease-in-out 0.5s;
}

.sec3 .swiper-slide:hover .text {
  margin-top: 180px;
}

.sec3 .swiper-slide {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Visitor\ Visa\ 2.jpg);
  background-position: center;
  background-size: 120% 100%;
}

.sec3 .service2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Family\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Work\ Permit\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Student\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Business\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Personal\ visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Freelance\ visa\ 3.jpg);
  background-position: center;
  background-size: 110% 100%;
}

.sec3 .service8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/Migrate\ Visa\ 2.jpg);
  background-position: center;
  background-size: 110% 100%;
}


.sec3 .swiper-slide img {
  width: 80px;
  margin-bottom: 30px;
  margin-top: 10px;
  transition: ease-in-out 0.5s;
  position: absolute;
  right: 30px;
  background-color: #f48333;
  padding: 10px;
  border-radius: 10px;
  border: 5px solid white;
  margin-top: 250px;
  z-index: 100;
}

.sec3 .swiper-slide:hover img {
  margin-top: 150px;
}

.sec3 .swiper-slide h4 {
  font-size: 22px;
  margin-bottom: 80px;
  color: #000000;
  padding-left: 30px;
  margin-top: 20px;
}

.sec3 .swiper-slide:hover h4 {
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 20px;
}

.sec3 .swiper-slide p {
  width: 90%;
  text-align: left;
  color: rgba(0, 0, 0, 0.613);
  padding: 10px;
  padding-top: 0;
  padding-left: 20px;
}

.sec4{
  max-width: 1800px;
  margin: auto;
  padding: 20px 0;
  overflow: hidden;
}
.sec4 .swiper-slide {
  text-align: center;
  margin-top: 20px;
}
.sec4 .swiper-slide img{
  width: 80%;
  height: 100px;
}


.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  place-items: center;
  position: relative;
  margin-top: 50px;
}

.sec5 .text {
  width: 40%;
  background-color: #f4dadf;
  padding: 50px;
  margin: 0 20px;
  border-radius: 10px;
  padding-bottom: 50px;
  position: relative;
}

.sec5 .text img {
  width: 65%;
  position: absolute;
  right: 0;
  margin-top: -150px;
  margin-right: -50px;
}

.sec5 .text:nth-child(2) {
  background-color: #e2d499;
}

.sec5 .text h1 {
  width: 80%;
  font-size: 35px;
  font-weight: 600;
  color: #000000;
}

.sec5 .text h1 span {
  color: #f48333;
}

.sec5 .text p {
  width: 65%;
  font-size: 16px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.603);
}



.sec6 {
  max-width: 1800px;
  margin: auto;
  padding: 0% 0%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.sec6 h5 {
  width: 100%;
  margin: auto;
  justify-content: center;
  color: #01054f;
  text-align: center;
  display: flex;
  place-items: center;

}

.sec6 h5 img {
  width: 30px;
  display: none;
  margin: 0 10px;
}

.sec6 h5 .line {
  width: 30px;
  height: 2px;
  margin: 8px;
  background: #f48333;
}

.sec6 h1 {
  text-align: center;
  color: #000000;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}

.sec6 h1 span {
  font-weight: 600;
  color: #f48333;
}

.sec6-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.sec6-container .box {
  width: 22%;
  /* border: 0.1px solid rgba(255, 255, 255, 0.296); */
  /* border-radius: 20px; */
  padding: 20px;
  text-align: center;
  transition: ease-in-out 0.5s;
  overflow: hidden;
  margin: 0 10px;
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(175, 212, 219, 0), rgb(1, 32, 34));
  clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);

}


.sec6-container .box:hover {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.sec6-container .box:first-child {
  border-left: none;
}

.sec6-container .box {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(4, 28, 70, 0.448), rgba(0, 39, 106, 0.87)), url(../images/Complete\ Online\ Form.jpg);
  background-position: center;
  background-size: cover;
}

.sec6-container .box2 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(4, 28, 70, 0.448), rgba(0, 39, 106, 0.87)), url(../images/Documents\ &\ Payments.jpg);
  background-position: center;
  background-size: cover;
}

.sec6-container .box3 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(4, 28, 70, 0.448), rgba(0, 39, 106, 0.87)), url(../images/Direct\ Interview.jpg);
  background-position: center;
  background-size: cover;
}

.sec6-container .box4 {
  background-image: linear-gradient(rgba(175, 212, 219, 0), rgba(4, 28, 70, 0.448), rgba(0, 39, 106, 0.87)), url(../images/Receive\ Visa.jpg);
  background-position: center;
  background-size: cover;
}

.sec6-container .box .text {
  width: 80%;
  margin: auto;
  text-align: left;
  z-index: 10;
  position: relative;
}


.sec6-container .box .text h6 {
  margin: auto;
  font-size: 60px;
  position: absolute;
  right: 0;
  margin-top: 10px;
  /* font-style: italic; */
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffffe1;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff3b;
  color: #f48333b3;

}

.sec6-container .box .text h4 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
}

.sec6-container .box .text p {
  color: white;
  letter-spacing: 1px;
  /* margin-top: 100px; */
  display: none;
}

.sec6-container .box:hover .text p {
  margin-top: 0;
}


.sec7 {
  max-width: 1800px;
  margin: auto;
  padding: 20px 0%;
  background-color: rgba(0, 0, 0, 0.3);
  padding-bottom: 40px;
  justify-content: space-evenly;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}


.sec7 .swiper{
  width: 100%;
}
.sec7 .swiper-slide a:hover{
  text-decoration: none;
}
.sec7 .swiper-slide h1{
  font-size:60px;
  color: white;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f48333;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #01054f;
  font-weight: bold;
}


.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 {
  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: 5px;
  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: 32%;
  padding: 3%;
  display: flex;
  justify-content: space-evenly;
  place-items: center;
  border-radius: 10px;
  z-index: 10;
  background-color: white;
  box-shadow: 0 0 5px rgba(128, 128, 128, 0.653);
}

.sec8-container .box img {
  width: 20%;
}

.sec8-container .box h3 {
  /* width: 50%; */
  margin-left: 30px;
  font-size: 30px;
}


.sec9 {
  max-width: 1800px;
  margin: auto;
  padding: 3% 0;
  color: rgb(0, 0, 0);
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  /* margin-top: -50px; */
  /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.664)), url(../images/bg\ img\ 5.jpg); */
  background-position: center;
  background-size: 120% 150%;
  /* background-color: #12161c; */
}

.sec9 .png2 {
  width: 500px;
  position: absolute;
  margin-right: -350px;
  right: 0;
  margin-top: 11%;
}

.sec9 .png {
  width: 100%;
  height: 300px;
  /* background-color: #23463e; */
  position: absolute;
  margin-top: -200px;
}

.sec9 .head-tx {
  width: 95%;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}

.sec9 h5 {
  width: 100%;
  font-size: 20px;
  color: #f48333;
}

.sec9 h5 img {
  width: 30px;
}

.sec9 h1 {
  font-size: 35px;
  color: #000000;
  text-align: center;
  width: 70%;
  margin: auto;
  /* margin-left: 5%; */
  margin-top: 0px;
  font-weight: 600;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}


.sec9 .swiper {
  width: 100%;
  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;
}

.sec9 .swiper-slide .img {
  overflow: hidden;
}

.sec9 .swiper-slide .img img {
  width: 100%;
  height: 350px;
  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: -50px;
  z-index: 10;
  position: relative;
  text-align: left;
  padding: 00px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  /* background-image: linear-gradient(rgba(0, 2, 28, 0), rgba(0, 0, 0, 0.759), rgba(0, 0, 0, 0.948)); */
  background-color: #01054f;
}

.sec9 .swiper-slide:hover .text {
  background-color: #f48333;
  color: black;
}

.sec9 .swiper-slide .text .heading {
  /* background-color: white; */
  width: 100%;
  padding: 15px;
}

.sec9 .swiper-slide .text img {
  height: fit-content;
  width: 40px;
  filter: brightness(50);
  display: none;
}


.sec9 .swiper-slide h4 {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  z-index: 10;
  width: 100%;
}

.sec9 .swiper-slide:hover h5 {
  color: black;
}

.sec9 .swiper-slide h5 {
  font-size: 16px;
  color: #f48333;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 11;
  text-align: left;
  background-color: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}

.sec9 .swiper-slide .text .btn {
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  margin-right: -60px;
  margin-top: 15px;
}

.sec9 .swiper-slide .text .btn img {
  margin-top: 20px;
  width: 30px;
  margin-left: -40px;
  filter: brightness(1);
}


.sec10 {
  max-width: 1800px;
  margin: auto;
  padding: 100px 4%;
  /* margin-top: 50px; */
  margin-bottom: -20px;
  /* background-color: #00000064; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.479), rgba(255, 255, 255, 0.427)), url(../images/bg\ img\ 1.jpg);
  background-position: center;
  background-size: 110% 100%;
  position: relative;
}

.sec10 .png {
  width: 200px;
  position: absolute;
  left: -50px;
}

.sec10 .png2 {
  width: 30%;
  position: absolute;
  /* left: 0; */
  rotate: 180deg;
  opacity: 0.8;
  margin-top: -100px;
}


.sec10 .text-sec {
  width: 30%;
  /* background-color: #f48333; */
  margin-right: 2%;
  border-radius: 30px;
  padding: 50px 50px;
  margin-top: 20px;
  padding-top: 60px;
  color: rgb(0, 0, 0);
  position: relative;
  z-index: 20;
}

.sec10 .text-sec h4{
  font-size: 20px;
  color: #f48333;

}
.sec10 .text-sec h1 {
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.sec10 .text-sec button {
  padding: 8px 20px;
  border-radius: 20px;
  border: none;
  margin-top: 20px;
  background-color: #01054f;
  color: white;
}


.sec10 .text-sec .line {
  width: 100%;
  height: 1px;
  background-color: #f48333;
  margin-top: 20px;
}

.sec10 .text-sec .box {
  width: 100%;
  display: flex;
  margin-top: 30px;
}

.sec10 .text-sec h3{
  color: #01054f;
}

.sec10 .text-sec .box img {
  width: 50px;
  height: fit-content;
  margin-right: 20px;
  /* filter: brightness(0); */
}

.sec10 .text-sec .box p {
  margin: 0;

}

.sec10 .form-sec {
  width: 50%;
  position: relative;
  z-index: 20;
}

.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%;
  padding: 0 30px;
  /* background-color: #0000004f; */
  border-radius: 30px;
  box-shadow: 0 0 8px rgb(201, 201, 201);
  padding-bottom: 80px;
  /* backdrop-filter: blur(5px); */
}

.sec10 .form-sec h3 {
  text-align: center;
  font-size: 30px;
  /* background-color: #f48333; */
  border-radius: 0 0 20px 20px;
  width: fit-content;
  margin: auto;
  padding: 8px 30px;
  margin-top: 20px;
  margin-bottom: -10px;
  padding-top: 30px;
  color: #000000;
}

.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(0, 0, 0, 0.763);
  margin-left: 5px;
}

.sec10 .input-con .box input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.094);
  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: rgba(0, 0, 0, 0.094);
  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: 25px;
  border: none;
  background-color: #01054f;
  color: white;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  margin-left: 30%;
}

.sec10 .email-num-sec {
  width: 80%;
  background-color: #fc0909;
  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;
  overflow: hidden;
  position: relative;
}

.sec11 .color-box{
  width: 10%;
  height: 300px;
  position: absolute;
  left: 0;
  margin-top: 300px;
  background-color: #e32020;
  border-radius: 0 30px 0 0 ;
  clip-path: polygon(0 14%, 100% 0, 89% 100%, 0% 100%);
  display: none;
}

.sec11 h1{
  margin-top: 50px;
  font-size: 40px;
  text-align: center;
  /* margin-left: 15%; */
}
.sec11 .swiper{
  width: 100%;
  margin-top: 10px;
  /* margin-right: -10%; */
  padding: 20px 10px;
  padding-top: 50px;
}
.sec11 .swiper-slide{
  border-radius: 20px;
  transition: ease-in-out 0.5s;
}

.sec11 .swiper-slide img{
  width: 100%;
  height: 350px;
  border-radius: 20px;
}

.sec11 .swiper-slide h3{
  padding: 10px 30px ;
  margin-top: 20px;
  color: #000000;
  font-size: 22px;
}

.sec11 .swiper-slide p{
  padding: 5px 30px ;
  margin-top: 0;
  font-size: 15px;
}
.sec11 .swiper-slide button{
  margin-left: 30px;
  border: none;
  background-color: transparent;
}
.sec11 .swiper-slide button img{
  filter: brightness(0);
  width: 38px;
  margin-top: -10px;
  height: fit-content;
}






.sec12 {
  max-width: 1800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-top: 20px;
  padding: 20px 0;
  padding-right: 20px;
  place-items: center;
  /* background-color: #000000; */
  background-image: linear-gradient(rgba(0, 0, 0, 0.731), rgba(0, 0, 0, 0.646)), url(../images/Family\ Visa\ 2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}


.sec12 .text {
  width: 30%;
  color: rgb(255, 255, 255);
  padding: 40px;
  margin-top: -20px;
}

.sec12 .text h1 {
  font-size: 35px;
  color: #f48333;
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sec12 .text span {
  color: #f48333;
}


.sec12 .contact {
  width: 100%;
  padding: 20px 30px;
  color: rgb(255, 255, 255);
  place-items: center;
  display: flex;
  justify-content: space-evenly;
}

.sec12 .contact h5 {
  width: fit-content;
  color: #ffffff;
  margin-top: 20px;
  font-size: 22px;
  text-transform: uppercase;
}

.sec12 .contact .btn {
  width: 40%;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}

.sec12 .contact input {
  width: 80%;
  padding: 10px;
  padding-left: 20px;
  border-radius: 30px;
  border: 0.2px solid rgba(255, 255, 255, 0.385);
  color: rgb(255, 255, 255);
  background-color: transparent;
}

.sec12 .contact input:focus {
  outline: none;
}

.sec12 .contact button {
  padding: 10px;
  border: none;
  background-color: #f48333;
  /* margin-left: -5px; */
  color: rgb(0, 0, 0);
  border-radius: 50%;
  margin-left: -40px;
}

.sec12 .contact button:focus {
  outline: none;
}

.sec12 .contact button img {
  width: 30px;
  filter: brightness(0);
}


.sec13 {
  max-width: 1800px;
  margin: auto;
  padding: 8% 5%;
  background-image: linear-gradient(rgba(6, 30, 91, 0.731), rgba(14, 22, 104, 0.646)), url(../images/About\ Us.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: white;
  padding-bottom: 15%;
}
.sec13 h3{
  font-size: 40px;
}
.sec13 h1{
  font-size: 55px;
  font-weight: bold;
}

.sec13 p{
  width: 60%;
  margin: auto;
  margin-top: 30px;
  font-size: 18px;
}

.sec13 .btn{
  width: 100%;
  display: flex;
  place-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

.sec13 .btn button{
  padding: 10px 30px;
  color: white;
  border: none;
  background-color: #e32020;
  padding-left: 50px;
}
.sec13 .btn button:first-child{
  padding-right: 50px;
  padding-left: 30px;
}
.sec13 .btn button:hover{
  background: #000;
  color: white;
}

.sec13 .btn h5{
  height: 100%;
  background-color: white;
  padding: 10px 30px;
  margin: 0;
  clip-path: polygon(41% 0, 100% 0, 57% 100%, 0% 100%);
  margin-left: -35px;
  margin-right: -35px;
}



.sec14 {
  max-width: 1800px;
  margin: auto;
  text-align: center;
  margin-bottom: 200px;
  background-color: #01054f;
  padding-top: 50px;
}

.sec14 .text-sec {
  width: 85%;
  margin: auto;
  margin-top: 50px;
  display: flex;
  text-align: left;
  justify-content: space-between;
}

.sec14 .text-sec h1 {
  text-align: left;
  font-size: 45px;
  color: #f48333;
  font-weight: bold;
}

.sec14 .text-sec p {
  margin-left: 10%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.681);
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.sec14 .text-sec button {
  margin-left: 10%;
  background-color: transparent;
  border: none;
  color: #ffffffbd;
}

.sec14 .text-sec button img {
  width: 30px;
  /* filter: brightness(0); */
  opacity: 0.5;
}

.sec14 .team-member {
  width: 85%;
  margin: auto;
  justify-content: space-between;
  display: flex;
  margin-top: 50px;
}

.sec14 .team-member .box {
  width: 33%;
  margin: 0 10px ;
  background-color: #01011b;
  color: white;
  margin-bottom: -150px;
  padding-bottom: 20px;
}

.sec14 .team-member .box img {
  width: 100%;
}

.sec14 .team-member .box h6 {
  font-size: 20px;
  font-weight: 400;
}

.sec14 .team-member .box h3 {
  margin-top: 30px;
  color: #f48333;
}





.sec15 {
  max-width: 1800px;
  margin: auto;
  margin-bottom: 5px;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #01054f;
  margin-top:250px;
  position: relative;
}

.sec15 .color-box {
  width: 300px;
  height: 300px;
  background-color: #f48333;
  position: absolute;
  left: 0;
  margin-left: 4.5%;
  margin-top: -242px;
  clip-path: polygon(100% 0, 0 0, 0 100%);

}

.sec15 .box {
  width: fit-content;
  background-color: #f48333;
  text-align: center;
  height: fit-content;
  padding: 30px;
  color: white;
  position: absolute;
  margin-left: -25%;
  z-index: 20;
  margin-top: 10%;
}

.sec15 .box img {
  margin: 0;
  width: 50px;
  margin-bottom: 30px;
}

.sec15 .box h3 {
  font-size: 20px;
}


.sec15 .png {
  width: 20%;
  position: absolute;
  right: 0;
  margin-top: 180px;
  opacity: 0.5;
  rotate: -46deg;
  /* margin-right: -100px; */
}

.sec15 img {
  width: 40%;
  height: fit-content;
  margin-top: -200px;
  z-index: 10;
  position: relative;
}

.sec15 .text {
  width: 40%;
  color: white;
}

.sec15 .text p {
  font-size: 18px;
}

.sec15 .text h1 {
  font-size: 50px;
  color: #f48333;
  font-weight: 800;
  margin-bottom: 20px;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec15 .text h1 span {
  color: #f48333;
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}

.sec15 .text button {
  margin-top: 30px;
}





.sec16{
  max-width: 1800px;
  margin: auto;
  text-align: center;
}
.sec16 .heading-sec{
  width: 80%;
  margin: auto;
  margin-top: -150px;
  background-color: white;
  padding: 50px;
  border-radius: 10px;
}
.sec16 .heading-sec h3{
  font-weight: 400;
  margin-top: 20px;
  font-size: 20px;
}
.sec16 .heading-sec h5{
  width: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec16 .heading-sec h5 .line{
  width: 35px;
  height: 3px;
  background-color: rgba(255, 0, 0, 0.272);

}
.sec16 .heading-sec h5 .box{
  width: 60px;
  height: 15px;
  border-radius: 5px;
  background-color: rgba(255, 0, 0, 0.596);
}

.sec16 .btn-container{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  opacity: 0.8;
  margin-top: 30px;
  border-bottom: 2px solid rgb(123, 168, 201);
}
.sec16 .btn-container .btn{
  width: 16.66%;
  margin-bottom: -20px;
  padding: 15px 10px;
  opacity: 0.5;
}
.sec16 .btn-container #btn1{
  background-color: #8cfee4;
  border-bottom: 10px solid #01011b;
  opacity: 1;
}

.sec16 .btn-container h4{
  font-size: 18px;
  font-weight: 400;

}
.sec16-container{
  margin: auto;
  width: 80%;
  margin-top: 50px;
}

.sec16-container #service-container2{
 display: none;
}
.sec16-container #service-container3{
  display: none;
}
.sec16-container #service-container4{
  display: none;
}
.sec16-container #service-container5{
  display: none;
}
.sec16-container #service-container6{
  display: none;
}

.sec16-container .box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec16-container img{
  width: 55%;
  height: 450px;
  border-radius: 10px;
}
.sec16-container .text{
  width: 45%;
  text-align: center;
  justify-content: center;
  display: grid;
  padding: 0 50px;
  padding-right: 0;
}

.sec16-container .text h6{
  text-align: left;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.43);
}

.sec16-container .text .line{
  width: 50px;
  height: 2px;
  opacity: 0.5;
  background-color: red;
}
.sec16-container .text h1{
  width: 100%;
  text-align: left;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
}
.sec16-container .text p{
  width: 100%;
  text-align: left;
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
}
.sec16-container .text ul{
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec16-container .text ul li{
  width: 30%;
  margin-top:30px;
  display: flex;
  list-style: none;
  place-items: center;
  text-align: left;
  color: rgb(4, 54, 142);
}

.sec16-container .text ul li span{
  padding: 8px;
  background-color:#eb7a7a;
  margin-right: 10px;
  border-radius: 50%;
  color: white;
}


.sec16-container .text button{
  padding: 8px 20px;
  border-radius: 30px;
  border: none;
  color: white;
  margin: auto;
  margin-left: 0;
  background-color: #eb7a7a;
  margin-top: 30px;
}


.sec17{
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 100px;
  overflow: hidden;
}
.sec17 .png{
  position: absolute;
  width: 25%;
  right: 0;
  mix-blend-mode: multiply;
  margin-right: 0%;
  margin-top: -5%;
}


.sec17 img{
  width: 55%;
  border-radius: 20px;
}


.sec17 .text{
  padding-left: 20px;
  width: 40%;
  /* background-color: rosybrown; */
}
.sec17 .text h4{
  color: #01054f;
}
.sec17 .text h1{
  margin-top: 20px;
  color: #f48333;
}

.sec17 .text p{
  font-size: 16px;
  margin-top: 20px;
}
.sec17 .text .p-sec{
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(60, 60, 60, 0.194);

}
.sec17 .text button{
  color: rgb(255, 255, 255);
  margin-top: 30px;
  background-color: #01054f;
}







/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 60px 0;
  padding-bottom: 0;
  /* background-image: linear-gradient(to right, rgba(6, 11, 103, 0.864), rgba(4, 9, 106, 0.909)), url(../images/Air\ Ticketing\ 6.jpg); */
  background-position: center;
  background-size: cover;
  margin-top: 0;
  background-color: #01054f;
  background-attachment: fixed;
  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 .line {
  width: 100%;
  /* display: none; */
  height: 1px;
  background-color: #ffffff37;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 8px;
}


.sec2-text .line .tx {
  width: 30px;
  height: 100%;
  background-color: #f48333;
  transition: ease-in-out 0.5s;
}

.sec2-text:hover .line .tx {
  width: 100%;
}




#sec2-other-links {
  width: 20%;
  /* background: #000; */
}

#sec2-other-links2 {
  width: 10%;
}

.sec2-text li span {
  color: #f48333;
  margin-right: 0px;
  font-weight: bold;
  padding: 0;
}

.sec2-text li:hover {
  margin-left: 10px;
}

.sec2-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #f48333;
  display: flex;
  place-items: center;
  /* border-left: 2px solid #f48333; */
  /* padding-left: 5px; */
  margin-bottom: 20px;
}


.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: #f48333;
  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;
}

.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: #ffffff83;
  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 #f48333;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.134);
}

.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: #ffffff83;
  list-style: none;
  text-decoration: none;
}

.sec2-text ul li a span {
  color:#f48333;
  width: 10px;
  border-radius: 50%;
  margin-right: 3px;
}



.footer-base {
  text-align: center;
  padding: 10px;
  color: #ffffffdd;
  /* padding-bottom: px; */
  font-size: 16px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.176);
  margin-top: 30px;
  background-color: #f48333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 100px;
}


.footer-base p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000000e8;
  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: 40px;
  }

  .sec2-text .line {
    width: 50%;
    height: 0.5px;
  }

  .footer-container {
    padding: 0 20px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }


  #sec2-other-links2 {
    width: 40%;
  }

  #sec2-other-links {
    width: 60%;
  }

  .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;
  }

}