@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Saira", sans-serif !important;
}
.sticky {
  margin-top: 80px;
}
.bread-crumb-a {
  font-family: "Saira", sans-serif !important;
  text-transform: capitalize;
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 300;
}
.here {
  font-family: "Saira", sans-serif;
}
.how {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  /* line-height: 28px; */
  font-weight: 500;
  text-align: left;
}
.reachus {
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #d22027;
}
.name {
  font-family: "Saira", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #29455e;
}
.Saira {
  font-family: "Saira", sans-serif;
}
.bg-danger {
  font-family: "Saira", sans-serif;
  font-weight: 500;
}

/* footer css */

.icons {
  color: #ffffff;
  font-size: 25px !important;
  letter-spacing: 30px;
  line-height: 30px;
}
.contact {
  color: #000033;
  text-decoration: none;
}
.copyright {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .weAreHeading {
    font-size: 25px;
  }
  .trained {
    font-size: 20px;
    &span {
      font-size: 18px !important;
      font-weight: 300;
    }
  }
  .runningTime {
    margin: 20px 0;
  }
  .trained-h1 {
    font-size: 20px;
    line-height: 23px;
    color: #000033 !important;
    font-family: "ubuntu";
  }
  .Tpara_01 {
    display: none;
  }
  .talented {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
  .Tpara_02 {
    font-size: 17px;
    text-align: center;
    font-family: "ubuntu";
    color: #000033;
  }
  .contact-space {
    padding: 35px;
  }

  .Tpara_02 {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .curious {
    font-size: 40px;
    line-height: 40px;
  }
  .access {
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
  }
}

@media only screen and (max-width: 425px) {
  .requestBtn {
    width: 160px !important;
    padding: 15px !important;
  }
  .contact-space {
    padding: 30px;
  }
  .curious {
    font-size: 25px !important;
    line-height: 25px;
  }
  .access {
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
  }
}
@media only screen and (max-width: 320px) {
  .curious {
    font-size: 25px !important;
    line-height: 25px;
  }
  .access {
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
  }
  .contact-space {
    padding: 30px;
  }
  .requestBtn {
    width: 150px !important;
    padding: 10px !important;
  }
}

.weAreHere {
  display: flex;
  gap: 5%;
}

@media only screen and (max-width: 1024px) {
  .weAreHere {
    display: block;
  }
  .reachC {
    display: flex;
    gap: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .reachC {
    display: block;
  }
}

/* loader */

/* Loader Styles */
.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#navItem-contact {
  color: #d22027 !important;
}

.form-error {
  color: red !important;
  font-size: 14px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinners in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Hide spinners in Edge */
input[type="number"] {
  -ms-appearance: none;
}
#loader {
  display: none;
}
input[type="text"] {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
/* button{
background-color: #4CAF50;
  border: none;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
} */
canvas {
  /*prevent interaction with the canvas*/
  pointer-events: none;
}
