.hover-card-1 {
  transition: all 0.3s ease-in-out !important;
}

.hover-card-1:hover {
  background-color: #141d38;
}

.hover-card-1:hover h4 {
  opacity: 0;
}

.hover-card-1:hover img {
  opacity: 0;
}

.hover-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  padding: 5px;
}

.hover-card-1:hover .hover-text {
  opacity: 1;
}

.value-card {
  padding: 10px;
  text-align: center;
}

.value-img {
  width: 75px;
  margin: 15px;
}

.mps-sec-2 {
  padding-top: 0px !important;
}

.mps-title-2 {
  text-align: center;
  width: 100%;
}

.cctv-sec-1 {
  padding-bottom: 60px !important;
}

.cctv-sec-2 {
  padding-top: 60px !important;
}

.bg-2 {
  background-color: #f2f4f7;
}

.cctv-title {
  box-shadow: #27a6f0 0px 5px 0px 0px;
  /* min-height: 50px; */
  padding-bottom: 10px;
}

.vpn-card {
  padding: 25px;
  min-height: 200px;
  margin: 15px 0px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  text-align: justify;
  transition: all 0.3s ease-in-out;
}

.vpn-title {
  color: #1b1d21;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}

.vpn-card:hover {
  box-shadow: 5px 10px 30px #dafeff71, -5px -5px 20px #b1b7ec7c;
  background: #ddf2ff;
  /* background: linear-gradient(38deg, #fffb29 0%, #f1ab14 100%); */
  color: #000;
  border: #14283875 solid 1px;
}

.rm-c {
  padding: 25px !important;
  border: #14283852 solid 1px !important;
  border-radius: 10px !important;
  background-color: #a9defd60;
  min-height: 310px;
}

.rm-c p {
  text-align: justify;
  color: #000;
}

.in2 {
  border: #14283852 solid 1px !important;
  border-radius: 10px !important;
  min-height: 310px;
  background-color: #2a396b;
}

.in2 h3 {
  font-size: 22px !important;
}

.in2 .overlay {
  background-color: #2a3a70;
  color: rgb(255, 255, 255);
}

.rms-li {
  color: #000;
  transition: all 0.3s linear;
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
}

.rms-li:hover {
  background-color: #27a6f0;
}

.home-sec-wrapper {
  background-color: #fff;
  width: 100vw;
  display: grid;
  place-items: center;
  position: relative;
  padding: 0px 30px 60px 0px;

}

.left-full-sec {
margin-left: 80px;
position: sticky;
top: 280px;
}

.bgcolor {
background-color: rgb(230, 183, 183);
}

.home-title-1 {
  font-size: 2.1rem;
  font-weight: 800;
  color: rgb(51, 53, 56);
  margin-bottom: 20px;
  line-height: 150%;
}

.home-desc {
  font-size: 20px;
  /* margin-bottom: 20px; */
  color: #000;
  width: fit-content;
}

/* css text gradient  */
.gradient-text-1 {
  background: linear-gradient(45deg, #011014, #053e61);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgb(0, 162, 255);
  margin-bottom: 20px;
}

.text-w {
  margin-top: 140px;
}

.box-w {
  margin-top: 50px;
}

.land-bottom{
  margin-bottom: 30px;
}


@media screen and (max-width: 1128px) {
  .home-title-1 {
    font-size: 2.03rem;
  }

  .gradient-text-1 {
    background: linear-gradient(45deg, #1b7eff, #00aeff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgb(0, 162, 255);
    margin-bottom: 20px;
  }
}
.animate-charcter {
  /* text-transform: uppercase; */
  background-image: linear-gradient(45deg, #00a2ff, #ff9100);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200%;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 15s linear infinite alternate;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 100%;
  }
}

.img-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}

.ezo-bx {
  border: #1c1f2025 solid 1px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  margin: 10px;
}

.msg-box-wrapper {
  width: 40%;
  position: fixed;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
  display: none;
}

.message-box {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.8px);
  -webkit-backdrop-filter: blur(10.8px);
  border: 1px solid rgba(158, 158, 158, 0.75);
  color: rgb(0, 0, 0);
}

.loading-line {
  height: 5px;
  width: 0%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(0, 140, 255);
  animation: loading-line-animation 5s linear;
}

.ll-danger {
  background: linear-gradient(90deg, #f5592f 0%, rgb(255, 123, 0) 100%);
}

.ll-success {
  background: linear-gradient(90deg, #4bd48b 0%, rgb(0, 225, 255) 100%);
}

@keyframes loading-line-animation {
  0% {
    width: 0px;
  }

  100% {
    width: 100%;
  }
}

.job-card {
  border: #14283852 solid 1px;
  border-radius: 10px;
  background-color: #fff;
  margin: 10px;
  box-shadow: 0px 5px 10px #d9d9d9;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  /* min-height: 450px; */
}

.job-card:hover {
  box-shadow: 0px 5px 20px #d9d9d9;
  transform: translateY(-10px);
}

.job-head {
  background-color: #ffae0083;
  background: linear-gradient(
    45deg,
    rgba(246, 169, 75, 0.555) 0%,
    rgba(255, 230, 0, 0.459) 100%
  );

  border-radius: 10px 10px 0px 0px;
  margin-top: -1px;
}

.job-title {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  text-align: center;
}

.job-desc {
  margin: 5px;
  display: flex;
  justify-content: space-evenly;
  color: #000000;
  font-weight: 700;
}

.job-spec {
  padding: 20px;
}

.bottom-line {
  width: 100%;
  height: 5px;
  background: rgb(246, 169, 75);
  background: linear-gradient(
    -45deg,
    rgb(29, 108, 253) 0%,
    rgba(0, 207, 255, 1) 100%
  );
  border-radius: 10px;
  animation: bottom-line-animation 500ms linear;
  display: none;
}

.job-card:hover .bottom-line {
  display: block;
}

@keyframes bottom-line-animation {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.btn-wrap {
  display: flex;
  justify-content: space-evenly;
}

.job-btn {
  background-color: #008cff;
  background: linear-gradient(
    -45deg,
    rgb(29, 108, 253) 0%,
    rgba(0, 207, 255, 1) 100%
  );

  border-radius: 5px;
  padding: 10px;
  border: none;
  color: rgb(255, 255, 255) !important;
  font-weight: 800;
  font-size: 16px;
  margin: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.job-btn:hover {
  background: linear-gradient(
    -45deg,
    rgba(0, 207, 255, 1) 0%,
    rgb(29, 108, 253) 100%
  );
  box-shadow: 0px 5px 10px #d9d9d9;
  transform: translateY(-5px);
}

.main-div {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.main-iframe {
  height: 100vh;
  width: 100vw;
}
.bottom-bar {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: rgba(0, 255, 255, 0.193);
  width: 100%;
}
.iframe-wrap{
  height: 80vh;
  width: 50vw;
  border: none;
}


/* ======================================================================================================================= */
.input-bx{
  /* background-color: #ff9100 !important; */
  height: 50px;
  width: 570px;
}
.sub-button{
  width: 100px;
color: #fff;
padding: 6px;
margin-top: 18px;
margin-right: 24px;
background-color: #00aeff;
border: none;
}
