@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Baloo 2", cursive;
}
:root {
  --white: white;
  --blue: #778895;
  --black: black;
  --navyblue: #fffd01;
  --red: #eb3058;
}

.navbar {
  background: var(--blue);
  box-shadow: rgba(10, 10, 12, 0.598) 0px 3px 8px;
}
.navbar-brand {
  padding-left: 20px !important;
}
.navbar-nav {
  padding-left: 70px !important;
}
.nav-link {
  position: relative;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: var(--navyblue) !important;
  padding-left: 30px !important;
  margin-top: 15px;
}
.nav-link:hover {
  color: var(--blue) !important;
}

.nav-link::before {
  background: none repeat scroll 0 0 transparent;
  bottom: 8px;
  content: "";
  display: block;
  height: 2px;
  margin-left: 20px;
  left: 40%;
  position: absolute;
  background: var(--navyblue);
  transition: 0.3s;
  width: 0;
}
.nav-link:hover::before {
  width: 75%;
  left: 0;
}
.img1 {
  background-image: url("bg.jpg");
  width: 100%;
  height: 100%;
}

.tip-heading h1 {
  color: var(--navyblue);
}
.tip-heading-2 h1 {
  color: var(--blue);
}
.tip-contact {
  display: flex;
  justify-content: center;
}
.tip-contact h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
  color: var(--white);
}

.tip-contact img {
  border: 2px solid var(--navyblue);
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(31, 8, 235, 0.767) 0px 3px 8px;
  transition: 0.3s;
}
.tip-contact img:hover {
  transform: translateY(-10px);
}
.img-content-btn {
  border: 1px solid var(--navyblue);
  background: var(--white);
  box-shadow: rgba(24, 91, 227, 0.24) 0px 3px 8px;
  border-radius: 5px;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: var(--navyblue);
  transition: 0.3s;
}
.img-content-btn:hover {
  border: 1px solid var(--blue);
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.img-content p {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  color: white;
  /* color: rgb(24, 16, 16); */
  padding-left: 40px;
  padding-right: 40px;
}
.about-section {
  background: linear-gradient(rgba(0, 0, 0, 0.705), rgba(0, 0, 0, 0.792)),
    url("../imgs/videoBg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-heading h1 {
  color: var(--white);
  font-size: 34px;
  font-weight: 500;
}
.about-heading h6 {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
}
.about-heading p {
  color: white;
  text-align: justify;
  padding-top: 10px;
}
/* :root {
  --animate-duration: 1s;
  --animate-delay: 3s;
}
.animate__backInDown {
  animation: myani 5s;
  animation-direction: alternate;
}

@keyframes myani {
  0% {
    transform: translateX(-800px);
  }
  100% {
    transform: translateX(0);
  }
}
.animate {
  animation: mygour 5s;
  animation-direction: alternate;
}

@keyframes mygour {
  0% {
    transform: translateX(800px);
  }
  100% {
    transform: translateX(0);
  }
}
.anicon {
  animation: gour 5s;
  animation-direction: alternate;
}

@keyframes gour {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
} */
/* button {
  margin: 20px;
} */
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn-12 {
  position: relative;
  /* right: 20px; */
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: linear-gradient(0deg, var(--blue) 0%, var(--blue) 100%);
  display: block;
  position: absolute;
  width: 185px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-12 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.btn-13 {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-13 span {
  background: linear-gradient(0deg, var(--blue) 0%, var(--navyblue) 100%);
  display: block;
  position: absolute;
  width: 250px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-13 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-13 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-13:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-13:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.brand-icon {
  display: flex;
  justify-content: end;
  align-items: center;
}

.brand-content h6 {
  color: var(--blue);
  font-weight: bold;
}
.brand-content p {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  color: rgb(24, 16, 16);
  /* padding-right: 40px; */
}
.small-video-section iframe {
  border: 2px solid var(--blue);
  border-radius: 10px;
  box-shadow: rgba(50, 54, 64, 0.603) 0px 3px 8px;
}
.small-video-section a {
  text-decoration: none;
}
.video-iframe {
  padding: 20px;
  transition: 0.3s;
  border-radius: 10px;
}
.video-iframe:hover {
  transform: translateY(-10px);
  box-shadow: rgba(53, 53, 234, 0.422) 0px 7px 29px 0px;
}

/* WHATSAPP ICON SECTION */

.whatsapp-icon a img {
  position: fixed;
  bottom: 3%;
  left: 1px;
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 999;
  transition: 0.5s;
}

.whatsapp-icon a img:hover {
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  transform: translateY(-10px);
}

/* phone-icon */

.phone-icon a img {
  position: fixed;
  bottom: 5%;
  right: 1px;
  width: 40px;
  height: 40px;
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  z-index: 999;
  transition: 0.5s;
}

.phone-icon a img:hover {
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  transform: translateY(-20px);
}

/* email-icon */
.contact-form {
  background: var(--white);
  height: 100%;
}
.email-icon a img {
  position: fixed;
  bottom: 14%;
  left: 1px;
  width: 40px;
  height: 40px;
  background-color: var(--white);
  margin: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  align-items: center;
  text-align: center;
  z-index: 999;
  transition: 0.5s;
}

.email-icon a img:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transform: translateY(-20px);
}
.form-main-box {
  position: relative;

  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  margin-top: 40px;
}
.inputBxo1 {
  position: relative;
  width: 100%;
}
.inputBxo1 input {
  position: relative;
  padding: 12px 15px;
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
  letter-spacing: 0.05em;
  z-index: 2;
}
.inputBxo1 span {
  position: absolute;
  left: 0;
  padding: 10px 0;
  pointer-events: none;
  font-size: 1em;
  font-weight: bold;
  transition: 0.5s;
  letter-spacing: 0.05em;
  color: var(--blue);
}
.inputBxo1 input:valid ~ span,
.inputBxo1 input:focus ~ span {
  font-size: 0.85em;
  transform: translateY(-32px);
}
.inputBxo1 i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  background: linear-gradient(45deg, var(--blue), var(--navyblue));
  transition: 0.5s;
  z-index: 1;
  border-radius: 4px;
  pointer-events: none;
}
.inputBxo1 input:valid ~ i,
.inputBxo1 input:focus ~ i {
  height: 100%;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);
}
.enq {
  padding: 6px 20px;
  border-radius: 3px;
  background: linear-gradient(45deg, var(--blue), var(--navyblue));
  color: #fff;
  text-decoration: none;
  outline: none;
  border: none;
}

.enq:hover {
  color: #fff;
  background: var(--blue);
}
.form-box-sec {
  border: 3px solid #aace45;
}
.cont-heading {
  color: var(--blue);
  font-size: 30px;
  font-weight: bold;
}
#about-us {
  padding-top: 45px;
}
#product-us {
  padding-top: 45px;
}
#video-section {
  padding-top: 45px;
}
#contact-us {
  padding-top: 45px;
}

/*------------ owl carousal ---------*/
button.owl-prev {
  color: var(--navyblue) !important;
  font-size: 45px !important;
}
button.owl-next {
  color: var(--navyblue) !important;
  font-size: 45px !important;
}
.dropdown-item.active {
  background-color: transparent !important;
}
.owl-nav {
  font-size: 35px;
  font-weight: bold;
  position: relative;
}
.owl-prev {
  position: absolute;
  top: -140px;
  left: -35px;
}
.owl-prev:hover {
  color: var(--white) !important;
}
.owl-next {
  position: absolute;
  top: -140px;
  right: -35px;
}
.owl-next:hover {
  color: var(--white) !important;
}
.owl-dots {
  display: none;
}
/*----------- footer section --------*/
.footer-section {
  background: linear-gradient(
      130deg,
      rgba(4, 1, 28, 0.922),
      rgba(2, 2, 10, 0.612)
    ),
    url("../imgs/footer-benner-resize.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-heading {
  color: var(--white);
}

.footer-content {
  color: white;
}
.footer-link a {
  text-decoration: none;
  color: var(--white);
}

.footer-link a:hover {
  color: var(--white);
}

.footer-link li {
  list-style: none;
  margin-top: 8px;
}

.footer-section-1 {
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-section-1 p {
  color: var(--white);
  text-align: justify;
  font-size: 18px;
}

.fa-location-dot,
.fa-envelope,
.fa-mobile-button {
  color: white;
  font-size: 22px;
}

.footer-section-end {
  border-top: 1px solid var(--navyblue);
  background-color: var(--blue);
}
.top-navbar-1 ul {
  display: flex;
}

.top-navbar-1 ul li {
  list-style: none;
  padding: 0 10px;
}

.top-navbar-1 ul li a {
  border: 3px solid var(--blue);
  border-radius: 50%;
  /* border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; */
  /* box-shadow: 0 5px 10px rgba(247, 243, 243, 0.909); */
  background: linear-gradient(0deg, #ddd, #fff);

  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 22px;
  color: var(--blue);
  position: relative;
  z-index: 1;
  vertical-align: middle;
  transform: translateZ(0);
  transition: 0.5s;
}

.top-navbar-1 ul li a::before {
  content: "";
  position: absolute;
  background: var(--blue);
  border: var(--blue) solid 6px;
  border-radius: 50%;
  /* border-top-right-radius: 10px;
    border-bottom-left-radius: 10px; */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.top-navbar-1 ul li a:hover::before {
  transform: scale(1);
}

.top-navbar-1 ul li a:hover {
  color: #fff;
  box-shadow: 0 5px 10px rgba(247, 243, 243, 0.909);
  transform: translateY(-10px);
}

/* .trade-link {
  text-decoration: none;
  color: #ffffff14;
}

.trade-link:hover {
  color: #fff;
} */
.modal-backdrop.show {
  opacity: none !important;
  z-index: 999 !important;
}
.modal-body {
  padding: 0 !important;
}
.modal-header {
  border-bottom: none !important;
}
/* Container needed to position the overlay. Adjust the width as needed */
.image-section {
  background: #fff !important;
  padding: 20px;
  position: relative;
  width: 100%;
  border: 10px solid var(--blue);
  box-shadow: rgba(75, 12, 248, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.image {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* padding: -10px; */
  background-color: rgba(1, 1, 24, 0.388);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.7s ease;
}

.image-section:hover .overlay {
  transform: scale(1);
}
.tip-section {
  background: var(--blue);
}
.text {
  color: var(--white);
  font-size: 17px;
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.img-content a {
  text-decoration: none;
  /* background: var(--blue); */
  /* padding: ; */
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
}
.img-content p {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
  color: rgb(69, 60, 60);
  padding-left: 40px;
  padding-right: 40px;
}

.modal-content {
  margin-top: 149px !important;
}
/*--------- media quairy -----------*/
@media (max-width: 1297px) {
  .navbar-brand {
    padding-left: 40px !important;
  }
  .navbar-nav {
    padding-left: 10px !important;
  }
  .nav-link {
    font-size: 14px !important;
    font-weight: 800 !important;
    padding-left: 10px !important;
  }
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0;
    opacity: 1;
    height: 2px;
    background-color: var(--navyblue);
    transition: 0.4s;
  }
  .nav-link:hover::before {
    width: 100%;
    opacity: 1;
    left: 0;
  }
}
@media (max-width: 1198px) {
  .owl-prev {
    top: -120px;
  }
  .owl-next {
    top: -120px;
  }
}
@media (max-width: 585px) {
  .owl-prev {
    display: none !important;
  }
  .owl-next {
    display: none !important;
  }
  .logo-img {
    width: 170px;
  }
}
@media (max-width: 992px) {
  .navbar-brand {
    padding-left: 20px !important;
  }

  .nav-link::before {
    display: none;
  }
  /* .benner-content h1 {
    font-size: 35px;
  }
  .benner-content h4 {
    font-size: 20px;
    margin-top: -26%;
  } */
  /* .benner-content .custom-btn {
    margin-top: -16%;
    margin-left: 6%;
  } */
  .brand-icon {
    flex-direction: column;
  }
  .brand-content h6 {
    display: flex;
    justify-content: center;
  }
  /* .benner-content .custom-btn {
    display: none;
  } */
  .carousel-indicators [data-bs-target] {
    display: none;
  }

  .img-content p {
    padding-left: 0;
    padding-right: 0;
  }
  .img-content-btn {
    display: flex;
    justify-content: center;
  }
  .brand-content p {
    padding-right: 0;
  }
  .custom-btn {
    padding: 10px 5px;
  }
}
@media (max-width: 700px) {
  .btn-13 {
    right: 62px;
  }
}
@media (max-width: 500px) {
  .inputBox {
    width: 222px !important;
    position: relative;
  }
}
@media (max-width: 320px) {
  .logo-img {
    width: 120px !important;
  }
  .inputBox {
    width: 252px;
  }
  .navbar-brand {
    padding-left: 0px !important;
  }
  /* .benner-content h4 {
    display: block;
    margin-top: -53%;
  }
  .benner-content h1 {
    font-size: 14px;
    margin-top: -32%;
  } */
  .image-section {
    border: 10px solid var(--navyblue);
    padding: 0;
  }
  .contact-form {
    height: 100%;
    /* padding-left: 15px;
    padding-right: 15px; */
  }
}
@media (max-width: 282px) {
  .btn-12 {
    right: 44px;
  }
  .img-content-btn {
    font-size: 8px;
  }
  .img-innerbox {
    margin-left: -46px;
    width: 159%;
  }
  .img-main-box .img-box {
    margin-left: -30px;
    max-width: 139%;
  }
  .btn-13 {
    right: 92px;
  }
}
/*--------------- about section start -------------*/
.about-benner-contentbox {
  position: relative;
}
.img2 {
  /* background-image: url("../jk-imgs/aboutBanner.jpg"); */
  width: 100%;
  height: 100%;
}
.about-benner-content h1 {
  color: var(--blue);
  position: absolute;
  font-size: 46px;
  margin-top: -20%;
  margin-left: 7%;
  font-weight: 800;
}
/* .about-benner-content h4 {
  color: var(--navyblue);
  font-size: 12px;
  font-weight: 800;
  color: var(--black);
  position: absolute;
  margin-top: -9%;
  margin-left: 21%;
} */
.mission-vission-start {
  background: linear-gradient(rgba(4, 3, 11, 0.79), rgba(1, 1, 24, 0.386)),
    url("../jk-imgs/aboutbgimg3.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* width: 100%; */
  /* height: 100vh; */
}
.ourmission {
  width: 100%;
  height: 100%;
  background: var(--white);
  border-radius: 10px;
  /* margin: 20px 0px; */
}
.mission-heading {
  color: var(--blue);
  font-size: 22px;
  font-weight: 600;
}
.dropmenu {
  border: 2px solid var(--navyblue);
  /* padding: 12px 20px; */
}
/*=========== contact section ===============*/
/* .contact-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #223243;
} */

/* .contact-form {
  border: 1px solid #b80000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */
.form-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  background: var(--blue);
  /* background: url("../jk-imgs/con-bg-img.jpeg");
  background-repeat: no-repeat;
  background-size: cover; */

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form-signup h2 {
  color: white;
}
.inputBox {
  width: 350px;

  position: relative;
}
.inputBox input {
  width: 100%;
  padding: 15px;

  border: 1px solid var(--white);
  background: var(--blue);
  border-radius: 5px;
  outline: none;
  color: #fff;
  font-size: 16px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inputBox i {
  position: absolute;
  left: 0;
  padding: 10px;
  pointer-events: none;
  margin-top: 7px;
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
.inputBox span {
  position: absolute;
  left: 30px;
  padding: 10px;
  pointer-events: none;
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
.inputBox input:valid ~ i,
.inputBox input:focus ~ i {
  color: #fff;
  transform: translateX(10px) translateY(-7px);
  font-size: 16px;
  padding: 0;
  left: 10px;
  /* left: 30px; */
}
.inputBox input:valid ~ span,
.inputBox input:focus ~ span {
  color: var(--white);
  transform: translateX(10px) translateY(-8px);
  font-size: 14px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 2px 14px;
  background: var(--blue);
  letter-spacing: 0.2em;
}
.contact-content {
  border-bottom: 10px solid var(--blue);
  /* border-left: 10px solid #b80000; */
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* padding: 20px; */
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.con-content h1 {
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  padding-top: 1px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.con-content p a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
.con-content p a:hover {
  letter-spacing: 0.15em;
}
.main-heading-1 h6 {
  color: var(--blue);
  font-size: 22px;
}
.con-icon {
  width: 100%;
  height: 100%;
  /* border: 1px solid #b80000; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ------------ all location section start ---------- */
.loca-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.897), rgba(0, 0, 0, 0.824)),
    url("../jk-imgs/logo-img.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* height: 100vh;/ */
}
.loca-box {
  background: white;
  padding: 10px;
  margin: 20px 0px;
  border-top: 5px solid var(--blue);
  height: 80%;
}
.loca-main-box h1 {
  color: var(--blue);
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.loca-main-box h6 {
  color: var(--blue);
  font-size: 16px;
  color: #352f2f;
}
.abt-head .fa-location-dot,
.abt-head .fa-envelope,
.fa-phone-volume {
  color: var(--blue);
}
.jk-box {
  background: #fff;
}
@media (max-width: 500px) {
  .abt-head .em-icona {
    display: none !important;
  }
  .emi {
    display: none !important;
  }
  .jk-email-id {
    display: none !important;
  }
}
