body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  /* width: 100%; */
}

* {
  margin: 0;
  padding: 0;
  /* width: 100%; */
  font-family: "Poppins";
}

.containers {
  width: 100%;
  position: absolute;
  border: 1px solid #777;
  background: linear-gradient(110deg, #0f172b 60%, #025062 60%);

  top: 90px;
  z-index: 3;
  left: 0px;
}

.containers,
.containers .headertext {
  padding: 7px;
  background-color: #fff;
  color: #626060;
  font-weight: bold;
}

.containers .headertext {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 10;
  padding: 10px 10px;
  border-right: 1px solid #777;
  background: #c8102e;
  color: #fff;
  text-shadow: 1px 1px #111;
}

.containers marquee {
  line-height: 1.5;
}
.headertext:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  right: -5px;
  top: 10px;
  border-right: 19px solid transparent;
  border-left: 4px solid transparent;
  border-top: 22px solid #c8102e;
  transform: rotate(140deg);
}
.containers marquee p {
  margin: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0f172ba6, #0f4260ba);
  z-index: -1;
}
.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0f172ba6, #0f172ba6);
  z-index: 0;
}

.main-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.centered-div {
  /* background-color: red; */
  width: 450px;
  height: auto;
  box-sizing: border-box;
  background-color: #0f172b8c;
  /* border-radius: 20px; */
  box-shadow: 0px 0 31px 0px rgb(0 0 0 / 10%);
  backdrop-filter: blur(1px);
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
}
.border1 {
  border: 1px solid #00cdff;
  padding: 10px;
}
.formOverlap {
  padding: 0px 20px 20px 20px;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
}
.parallax {
  background: url("Images/img/businessman-holding-network-connected-world-map.jpg")
    repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
}
.parallax-1 {
  background: url("../ksemp/assets/3d-business-invoice-transaction-payment-laptop-with-clock-alert-notification.jpg")
    repeat fixed 100%;
  background-size: cover;
  color: aliceblue;
  height: 100vh;
  position: relative;
  /* background: linear-gradient(#06576b, #066981, #8dd4ff); */
}
.parallax-2 {
  background-size: cover;
  color: aliceblue;
  height: auto;
  /* padding: 10px; */
  background-color: #0f172b;
  margin: 0rem 5rem;
}
.parallax-inner {
  padding-top: 20%;
  padding-bottom: 20%;
}
h3 {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
h1 {
  font-size: 160px;
  text-align: center;
}
main {
  position: relative;
}
@media only screen and (min-width: 300px) and (max-width: 414px) {
  .missionCardWrapper {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 700px) {
  .containers {
    top: 160px !important;
  }
  .hero-section {
    padding-bottom: 0px !important;
  }
  .servicesHeading p {
    margin-top: 0px !important;
  }
  .servicesHeading h1::before {
    width: 50% !important;
  }
  .servicesHeading h1::after {
    width: 65% !important;
  }
  .Wrap2 {
    width: auto !important;
  }
  .centered-div {
    width: auto !important;
  }
  .parallax-2 {
    margin: 0px !important;
  }
  .missionCardWrapper {
    grid-template-columns: auto !important;
    gap: 25px !important;
  }
  .missionCards1 {
    position: unset !important;
    width: 100% !important;
  }
  .missionCards {
    position: unset !important;
    width: 100% !important;
  }
  .missionCardWrapper p {
    color: #fff !important;
  }
  .heightDsn {
    height: auto !important;
  }

  .navbar {
    display: block !important;
    padding: 17px 20px !important;
  }
  .label h1 {
    font-size: 13.5px !important;
  }

  .subLabel {
    font-size: 10px !important;
  }
  .image {
    width: 50px !important;
    height: 50px !important;
  }
  .rightWrapper {
    text-align: right !important;
    margin-top: 20px !important;
    justify-content: end;
  }
  .rightWrapper a {
    font-size: 14px !important;
    padding: 6px 25px !important;
  }
  .parallax {
    background-position: left !important;
  }
  .bannerWrapper {
    padding: 10px 25px !important;
  }
  .firstHalf h1 {
    line-height: 40px !important;
  }
  .firstHalf p {
    font-size: 16px !important;
    margin-top: 20px !important;
  }

  .mainWrapper {
    grid-template-columns: auto !important;
    padding: 0px 10px !important;
    gap: 0px !important;
  }
  .mainWrapper2 {
    grid-template-columns: auto !important;
    padding: 0px 10px !important;
    gap: 0px !important;
  }
  .signUpWrapper {
    height: auto !important;
    /* transform: translateX(-50%) !important; */
    /* left: 50% !important; */
    /* top: 25px !important; */
  }
  .signUpGridWrapper {
    display: block !important;
  }

  .signUpHeading h1 {
    font-size: 35px !important;
  }
  .secondWrapper {
    padding: 20px !important;
  }
  .parallax-1 {
    height: 115vh !important;
  }
  .gridImagemain {
    grid-template-columns: 1fr !important;
    padding-right: 0px !important;
  }
  .AboutUs {
    padding: 20px !important;
  }
  .containerInner {
    grid-template-columns: 1fr 1fr !important;
    display: grid !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
  .bannerWrapper {
    grid-template-columns: 1fr !important;
  }
  .secondhalf {
    display: none !important;
  }
  .cardWrap {
    width: 350px !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 950px) {
  .parallax {
    background-position: left !important;
  }
  .servicesHeading h1::before {
    width: 50% !important;
  }
  .servicesHeading h1::after {
    width: 65% !important;
  }
  .missionCardWrapper {
    grid-template-columns: auto !important;
    gap: 25px !important;
  }
  .missionCards1 {
    position: unset !important;
    width: 100% !important;
  }
  .missionCards {
    position: unset !important;
    width: 100% !important;
  }
  .missionCardWrapper p {
    color: #fff !important;
  }
  .heightDsn {
    height: auto !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 850px) {
  .mainWrapper {
    grid-template-columns: auto !important;
    padding: 25px 100px !important;
  }
  .cardWrap {
    width: 400px !important;
  }
  .servicesHeading p {
    margin-top: 10px !important;
  }
  .mainWrapper2 {
    grid-template-columns: auto !important;
    padding: 25px 100px !important;
  }
  .signUpWrapper {
    height: auto !important;
  }
  .signUpGridWrapper {
    display: block !important;
  }

  .signUpHeading h1 {
    font-size: 35px !important;
  }
  .secondWrapper {
    padding: 20px !important;
  }
  .parallax-1 {
    height: 115vh !important;
  }
  .gridImagemain {
    grid-template-columns: 1fr !important;
    padding-right: 0px !important;
  }
  .AboutUs {
    padding: 20px !important;
  }
}
@media only screen and (min-width: 850px) and (max-width: 950px) {
  .servicesHeading p {
    margin-top: 0px !important;
  }
  .servicesHeading::before {
    top: 20% !important;
  }
  .servicesHeading::after {
    top: 23% !important;
  }
  .mainWrapper {
    grid-template-columns: auto auto auto !important;
    gap: 0px !important;
    padding-top: 60px !important;
  }
  .cardWrap {
    margin: 1rem !important;
    width: 245px !important;
    height: auto !important;
  }
  .mainWrapper2 {
    grid-template-columns: auto auto !important;
  }
  .signUpGridWrapper {
    grid-template-columns: 1fr 1fr !important;
  }
  .secondWrapper {
    padding: 20px 25px !important;
  }
  .signUpWrapper {
    height: auto !important;
  }
  .gridImagemain {
    grid-template-columns: 1fr !important;
    padding-right: 0px !important;
  }
  .AboutUs {
    padding: 10px 30px !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
  .servicesHeading p {
    margin-top: 0px !important;
  }
  .servicesHeading::before {
    top: 20% !important;
  }
  .servicesHeading::after {
    top: 23% !important;
  }
  .mainWrapper {
    grid-template-columns: auto auto auto !important;
    gap: 0px !important;
    padding-top: 60px !important;
  }
  .cardWrap {
    margin: 1rem !important;
    width: 245px !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 2000px) {
  .navbar {
    /* display: block !important; */
    padding: 0px 100px !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 724px) {
  .navbar {
    /* display: block !important; */
    padding: 10px 75px !important;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1150px) {
  .missionCards1 {
    top: 65px !important;
    width: 75% !important;
    right: -280px !important;
  }
  .missionCards {
    top: 65px !important;
    width: 75% !important;
  }
  .heightDsn {
    height: 70vh !important;
}
}
@media only screen and (min-width: 1150px) and (max-width: 1300px) {
  .missionCards {
    width: 49% !important;
  }
  .missionCards1 {
    width: 49% !important;
  }
  .missionCardWrapper p {
    min-height: 130px !important;
  }
}
.navbar {
  background-color: #e2f4ff;
  transition: background-color 0.5s ease;
  padding: 10px 100px;
  position: fixed !important;
  /* transform: translate(-50%,-50%); */
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}
.image {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.image1 {
  width: auto !important;
  height: 55px;
  overflow: hidden;
}
.image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leftNavWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.label h1 {
  margin-bottom: 0px;
  font-size: 14.5px;
  font-weight: 600;
  font-family: "Poppins";
  color: #3d3d4e;
  text-align: left;
}
.navSpan {
  /* color: #47BBD7; */
  color: #297081;
}
.subLabel {
  font-size: 11px;
  padding-top: 5px;
  line-height: 14px;
}
.rightWrapper {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.rightWrapper a {
  border: none;
  padding: 8px 30px;
  font-size: 17px;
  background: #025062;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  transition: 0.5s all;
  text-decoration: none;
}
.rightWrapper a:hover {
  background: #148caa;
  color: #fff;
}
.rightWrapper button {
  border: none;
  padding: 8px 30px;
  font-size: 17px;
  background: #47bbd7;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  transition: 0.5s all;
  text-decoration: none;
  width: 100%;
}
.rightWrapper button:hover {
  background: #297081;
}
.bannerWrapper {
  /* background-color: red; */
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 100px;
  gap: 10px;
}
.firstHalf {
  /* background-color: yellow; */
  color: #fff;
  /* font-weight: 700; */
}
.firstHalf h1 {
  font-weight: 700;
  text-align: center;
  word-spacing: 5px;
  letter-spacing: 1px;
  line-height: 50px;
}
.secondhalf {
  /* background-color: yellow;  */
  color: #fff;
}
.firstHalf p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.mouseDown {
  font-size: 0.9em; /* CONTROL MOUSE SIZE */
  border: 2px solid #fff;
  display: block;
  width: 1.7em;
  height: 2.8em;
  border-radius: 0.9em;
  margin: 0 auto;
  text-decoration: none;
  transition: border 0.2s ease-out;
}

.mouseDown:hover {
  border: 2px solid #fff;
}

.mouseDown span {
  display: block;
  background: #fff;
  width: 0.2em;
  height: 0.3em;
  margin: 0.7em auto 0;
  border-radius: 0.4em;
}

.mouseDown span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  will-change: transform;
}

.mouseDown:hover span {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

@-webkit-keyframes scroll {
  0%,
  20% {
    -webkit-transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}

@keyframes scroll {
  0%,
  20% {
    transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(1.2em) scaleY(1.5);
    opacity: 0.01;
  }
}
.scrolldownFn {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 80px;
  z-index: 2;
}
.fiestSection {
  /* position: relative; */
}
/* .slide-right {
  width: 100%;
}

/***** Slide Right *****/
/* .slide-right {
  animation: 3s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
} */
.mainWrapper {
  display: grid;
  grid-template-columns: 2fr 2fr  ;
  justify-content: center;
  gap: 70px;
  padding: 0px 100px;
  /* background-color: green; */
  /* height: 100vh; */
}
.mainWrapper2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  justify-content: center;
  padding: 0px 250px;
}
.round {
  border: 1px solid #fff;
  z-index: 3;
  border-radius: 2px;
  width: 65px;
  height: 65px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  padding: 0.25rem !important;
  transition: 0.5s;
  margin: 0 auto 30px auto;
  /* border-radius: 50%; */
  /* padding: 10px; */
}
.round2 {
  border: 1px solid #fff;
  z-index: 3;
  border-radius: 2px;
  width: 55px;
  height: 55px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  transition: 0.5s;
  padding: 0.4rem !important;
}
.round img {
  z-index: 4;
  width: auto;
  transition: 0.5s;
  height: auto;
  object-fit: cover;
  filter: invert(1) brightness(2.5);
}
.cardWrap {
  /* border-radius: 10px; */
  width: 100%;
  height: 270px;
  margin: 2em 0em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transition: all 1s;
  padding: 1.5em;
}
.Wrap2 {
  width: 380px;
}
.cardWrap h1 {
  color: #fff;
  z-index: 3;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins";
  transition: 0.5s;
}
.cardWrap p {
  color: #fff;
  z-index: 3;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  font-family: "Poppins";
  margin-top: 12px;
  transition: 0.5s;
}

.cardWrap:hover h1 {
  color: #297081;
  /* transition: 0.5s; */
}
.cardWrap:hover p {
  color: #297081;
}
.cardWrap:hover .round {
  border: 1px solid #297081;
}
.cardWrap:hover .round2 {
  border: 1px solid #297081;
}
.cardWrap:hover .round img {
  filter: none;
  /* filter: invert(1) brightness(2.5); */
}

.cardWrap::before,
.cardWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #297081;
  z-index: 2;
  border-radius: 10px;
  transition: all 1s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.cardWrap::after {
  background: #fff;
  transform-origin: right bottom;
  transform: translate(10%, 10%) scale(0.25);
  border-radius: 50%;
  transition: all 1s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.cardWrap:hover::after {
  transform: translate(0) scale(1);
  border-radius: 0;
  border-radius: 10px;
}

.cardWrap:hover::before {
  transform-origin: right bottom;
  transform: translate(10%, 10%) scale(0.3);
  border-radius: 50%;
  z-index: 1;
}
.Services {
  padding: 20px 30px;
  position: relative;
  background: rgb(153 232 251 / 18%);
}
.servicesHeading p {
  position: relative;
}
.servicesHeading h1 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700 !important;
  font-family: "Poppins";
}
.servicesHeading span {
  color: #297081;
}
.servicesHeading h1::after {
  content: "";
  height: 3px;
  width: 14%;
  background: linear-gradient(#176d82c9, #176d82c9);
  position: absolute;
  left: 50%;
  top: 73px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.servicesHeading h1::before {
  content: "";
  height: 3px;
  width: 12%;
  background: linear-gradient(#176d82c9, #176d82c9);
  position: absolute;
  left: 50%;
  top: 65px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.servicesHeading p {
  /* margin-top: 25px; */
  text-align: center;
  color: #3d3d4e;
  padding-top: 10px;
  margin-bottom: 0px !important;
}
.signUpWrapper {
  /* background-color: yellow; */
  /* padding: 20px 30px; */
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 85%;
  top: 50%;
  height: 500px;
  background: linear-gradient(#47bbd7, #aeddf9ed, #e2f4ff);
  border: 5px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
.signUpGridWrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* align-items: center; */
  height: 100%;
}
.signUpHeading {
  text-align: left;
  padding: 20px 30px;
}
.signUpHeading h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.signUpHeading p {
  margin-top: 10px;
  font-size: 16px;
}
.signUpSecond {
  background-color: #fff;
}
.signUpSecond {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.threedimage {
  width: 100%;
  height: 58%;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 71%;
  border-radius: 230px 230px 10px 10px;
}
.threedimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.signUpFirst {
  position: relative;
}
.secondWrapper {
  padding: 20px 100px;
}
.form-control {
  border: 2px solid #47bbd7 !important;
  /* border: none; */
  outline: none !important;
  /* border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-top: 1px solid #fff !important; */
  border-radius: 3px !important;
}
.form-control:focus {
  box-shadow: none !important;
}
.form-label {
  color: #00cdff;
  margin-bottom: 0px !important;
  /* margin-top: 15px; */
}
.enteridField {
  display: none;
}
.btnTop {
  text-align: center;
  /* margin-top: 29px; */
}
.form-select {
  border: 2px solid #47bbd7 !important;
  /* border-radius: 0px !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-top: 1px solid #fff !important; */
  border-radius: 3px !important;
}
.form-select:focus {
  box-shadow: none !important;
}
.formDiv {
  margin-top: 20px;
}
canvas {
  max-width: 80%;
}
.captachaWrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.captachaWrapper .imgcaptcha{
  filter: invert(56%) brightness(308%) contrast(1000%) !important;
	margin-top:17px;
}
.captchaDiv {
  display: flex;
  align-items: center;
  justify-content: self-end;
}

.new {
  display: none;
}
.rfreshBtn {
  background: #a3edf74f;
  border: none;
  border-radius: 50%;
  padding: 8px;
  transition: 0.5s all;
}
.rfreshBtn:hover {
  background-color: #7fe4f1c9;
  transform: rotate(360deg);
}
.rfreshBtn:hover img{
  filter: invert(1) brightness(6.5);

}

.container {
  max-width: 1170px;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style: none;
}
.footer {
  background: linear-gradient(#06576b, #066981, #8dd4ff);
  padding: 70px 0 0 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footerHeading {
  color: #00cdff;
  font-weight: 900 !important;
  position: relative;
  display: inline-block;
}
.footerHeading::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: #00cdff;
}
.subHandle {
  color: #fff !important;
  text-decoration: none;
}
.subHandle:hover {
  color: #00cdff !important;
}
.footer .btn::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.footer .btn {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer .btn:hover {
  letter-spacing: 1px;
  box-shadow: none;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.boxBg {
  background-color: #0f172b;
}
.boxWrap {
  padding: 10px;
  border: 1px solid #47bbd7;
}
.footernavSpan {
  color: #00cdff;
}
.footerLogo {
  width: 100px;
  height: auto;
}
.footerLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logoWrapper {
  display: flex;
  text-align: center;
  justify-content: center;
}
.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid #6fe6e863;
}
.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
.containerInner {
  display: flex;
  align-items: baseline;
  justify-content: baseline;
}
.imageContainer {
  position: relative;
  display: grid;
  width: auto;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 100px 100px 100px 100px;
  grid-template-areas:
    "img1 img3 img4"
    "img1 img3 img6"
    "img2 img3 img6"
    "img2 img5 img5";
  padding: 18px 20px;
  background-color: #fff;
  height: 100%;
}
.imageContainer .img1 {
  grid-area: img1;
}
.imageContainer .img2 {
  grid-area: img2;
}
.imageContainer .img3 {
  grid-area: img3;
}
.imageContainer .img4 {
  grid-area: img4;
}
.imageContainer .img5 {
  grid-area: img5;
}
.imageContainer .img6 {
  grid-area: img6;
}
.imageContainer .item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.imageContainer .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gridImagemain {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  /* padding-right: 100px; */
  margin: 4rem 0rem;
}
.AboutUs {
  /* padding: 10px 100px; */
  padding: 0rem 3rem;
  text-align: left;
  color: #3d3d4e;
  /* background-color: yellow !important; */
}
.AboutUs h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.AboutUs p {
  color: #fff;
}
.AboutUs h1:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  top: 50%;
  left: 155px;
  margin-top: -1px;
  background-color: #47bbd7;
}
.missionCards {
  padding: 10px;
  border: 1px solid #47bbd7;
  position: absolute;
  top: 0px;
  /* left: 45px; */
  width: 47%;
  /* padding: 20px 20px; */
  left: 0;
  /* margin: 10px; */
}
.lineWrapper {
  border: 1px solid #47bbd7;
  padding: 15px;
}
.missionCards1 {
  /* background-color: #fff; */
  position: absolute;
  top: 0px;
  /* left: 45px; */
  width: 47%;
  right: 0;
  padding: 10px;
  border: 1px solid #47bbd7;
}
.missionCardWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
.missionImage {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.missionImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heightDsn {
  height: 100vh;
}
.missionCardWrapper p {
  text-align: left;
  /* padding: 20px; */
  font-size: 13px;
  color: #297081;
  min-height: 100px;
  margin-bottom: 0px !important;
}
.missionCardWrapper h2 {
  font-size: 25px;
  margin-bottom: 4px;
  color: #47bbd7;
  margin-top: 5px;
}
.missionHead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.scrollDown-Mpuse {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 130%;
  left: 50%;
  letter-spacing: 1px;
  color: #fff;
}
.newClass {
  /* Your styles here */
  font-weight: bold;
}
.passwordIcon {
  position: relative;
}
.eyeIconPasswrd {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 70%;
  right: 0;
  cursor: pointer;
}
.fas {
  color: #0d1552bd;
}