@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,700&display=swap");
body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Roboto", sans-serif;
  background: white-color;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  margin: 10px 0 0 0;
  color: #585252;
  line-height: 24px;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #165484;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 35px;
  padding: 0 10px;
  font-weight: 400;
  width: 100%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #165484;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly],
.form-floating input:disabled,
.form-floating input[readonly] {
  background-color: #165484;
}
.form-group textarea,
.form-floating textarea {
  height: 80px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder {
  color: #9c9c99;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder {
  color: #9c9c99;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9c9c99;
  font-weight: 300;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9c9c99;
  font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}

.header {
  background: #fff;
  padding: 20px 0px;
}
@media (max-width: 480px) {
  .header {
    padding: 10px 0px;
  }
}
.header .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top .logo h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #165484;
}
@media (max-width: 767px) {
  .header .top .logo h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .header .top .logo h2 {
    font-size: 1rem;
  }
}
.header .top .call h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #1C2A3A;
}
.header .top .call h5 i {
  color: #A4CB39;
}
@media (max-width: 767px) {
  .header .top .call h5 {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .header .top .call h5 {
    font-size: 0.813rem;
  }
}

.thankyou_container {
  background: #f0f0f0;
}
.thankyou_container .thankyou {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  flex-direction: column;
  padding: 0px 15px;
}
.thankyou_container .thankyou img {
  margin-bottom: 20px;
}
.thankyou_container .thankyou h3 {
  font-size: 2rem;
  text-align: center;
  color: #000;
  font-weight: 700;
}
@media (max-width: 480px) {
  .thankyou_container .thankyou h3 {
    font-size: 1.5rem;
  }
}
.thankyou_container .thankyou p {
  text-align: center;
}

.bg {
  background: #fff;
  width: 100%;
  position: relative;
}

.organise {
  background: #fff;
  width: 100%;
  padding: 20px;
  position: relative;
}
.organise .imgbox {
  display: flex;
  justify-content: center;
}

.slider__mob__hide {
  display: block;
}
@media (max-width: 540px) {
  .slider__mob__hide {
    display: none;
  }
}

.slider__desk__hide {
  display: none;
}
@media (max-width: 540px) {
  .slider__desk__hide {
    display: block;
  }
}

.banner {
  position: relative;
  padding: 50px;
  background: rgb(22, 84, 132);
  background: linear-gradient(180deg, rgb(22, 84, 132) 0%, rgb(6, 20, 120) 100%);
  position: relative;
  z-index: 0;
}
.banner::before {
  position: absolute;
  content: url(../images/running.png);
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 540px) {
  .banner::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .banner {
    padding: 15px;
  }
}
.banner .eventdate {
  display: inline-block;
}
.banner .eventdate h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.banner .eventdate h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .banner .eventdate h2 {
    font-size: 1.1rem;
  }
}
.banner .eventdate h2 span {
  font-weight: 600;
}
.banner .race {
  display: flex;
  margin: 10px 0px;
}
.banner .race .raceone {
  border: 1px solid #fff;
  padding: 15px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .banner .race .raceone {
    padding: 10px;
  }
}
.banner .race .raceone h3 {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 480px) {
  .banner .race .raceone h3 {
    font-size: 0.875rem;
  }
}
.banner .race .raceone h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #A4CB39;
}
@media (max-width: 767px) {
  .banner .race .raceone h3 span {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .banner .race .raceone h3 span {
    font-size: 0.875rem;
  }
}
.banner .start_end {
  display: flex;
  flex-direction: column;
}
.banner .start_end h5 {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .banner .start_end h5 {
    font-size: 0.875rem;
  }
}
.banner .start_end h5 i {
  color: yellow;
}
.banner .bid {
  margin: 15px 0px;
}
.banner .bid h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .banner .bid h3 {
    font-size: 1rem;
  }
}
.banner .bid h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.banner .bid h4 a {
  color: #fff;
}
.banner .bid h4 span {
  font-weight: 500;
}
.banner .bid h4 i {
  color: yellow;
}
.banner .btnbox {
  margin: 15px 0px;
}
.banner .btnbox .btn_1 {
  display: inline-block;
}
.banner .lastdate {
  font-size: 1.2rem;
  background: #ffc107;
  padding: 10px 15px;
  color: #1C2A3A;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner .lastdate {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .banner .lastdate {
    font-size: 0.875rem;
    padding: 8px 12px;
  }
}
.banner .inaugrate {
  width: 200px;
  padding: 10px;
  background: #165484;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .banner .inaugrate {
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .banner .inaugrate img {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .banner .inaugrate img {
    width: 120px;
    margin: 0 auto;
  }
}
.banner .inaugrate h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner .inaugrate h3 {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .banner .inaugrate h3 {
    font-size: 0.875rem;
  }
}
.banner .inaugrate h4 {
  color: #fff;
  font-size: 0.875rem;
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
  line-height: 20px;
}

.registration {
  background: #F5F5F5;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .registration {
    padding: 30px 0px;
  }
}
.registration .out_box {
  display: flex;
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  transform: translateY(-50px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .registration .out_box {
    flex-direction: column;
    transform: translateY(0px);
  }
}
.registration .out_box .left_side_ad {
  width: 20%;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .registration .out_box .left_side_ad {
    width: 100%;
  }
}
.registration .out_box .left_side_ad .add {
  margin-bottom: 20px;
}
.registration .out_box .right_side_ad {
  width: 20%;
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .registration .out_box .right_side_ad {
    width: 100%;
  }
}
.registration .out_box .right_side_ad .add {
  margin-bottom: 20px;
}
.registration .out_box .right_side_ad .add .newsblock {
  background: #f8ead8;
  padding: 20px 15px;
}
.registration .out_box .right_side_ad .add .newsblock h3 {
  text-align: center;
  font-size: 1rem;
}
.registration .out_box .right_side_ad .add .newsblock h4 {
  text-align: center;
  font-size: 1rem;
  margin-top: 10px;
  font-weight: 600;
  color: #165484;
}
.registration .out_box .regi_form {
  width: 60%;
  background: #f9fafb;
  padding: 30px;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .registration .out_box .regi_form {
    width: 100%;
    border: none;
    padding: 15px;
  }
}
.registration .out_box .regi_form .calendar {
  position: relative;
}
.registration .out_box .regi_form .calendar i {
  position: absolute;
  font-size: 1rem;
  color: #000;
  content: "";
  right: 8px;
  bottom: 5px;
}
.registration .out_box .regi_form h1 {
  text-align: center;
  font-weight: 500;
  color: #A4CB39;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .registration .out_box .regi_form h1 {
    font-size: 1.2rem;
  }
}
.registration .out_box .regi_form .form_field {
  width: 100%;
}
.registration .out_box .regi_form .form_field h4 {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 10px;
}
.registration .out_box .regi_form .form_field label {
  color: #5a5a59;
  font-size: 0.875rem;
}
.registration .out_box .regi_form .form_field label span {
  color: red;
}
.registration .out_box .regi_form .form_field .form-check-input {
  background-color: #165484;
}
.registration .out_box .regi_form .form_field .qr_code {
  position: relative;
}
.registration .out_box .regi_form .form_field h5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  background: #A4CB39;
  padding: 5px 10px;
  color: #fff;
}
.registration .out_box .regi_form .form_field .line {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin: 10px 0px 20px 0px;
}
.registration .out_box .regi_form .form_field .boxes {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  background: #f3f3f3;
}
.registration .out_box .regi_form .form_field .boxes p {
  font-size: 0.813rem;
  margin: 0;
  color: #000;
}
.registration .out_box .regi_form .form_field .boxes p span {
  font-weight: 600;
  color: #165484;
}
.registration .out_box .regi_form .form_field .boxes_2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 0px;
}
.registration .out_box .regi_form .form_field .boxes_2 p {
  font-size: 0.813rem;
  margin: 0;
  color: #000;
}

.mob-hide {
  display: block;
}
@media (max-width: 767px) {
  .mob-hide {
    display: none;
  }
}

.desk-hide {
  display: none;
}
@media (max-width: 767px) {
  .desk-hide {
    display: block;
  }
}

footer {
  background: #165484;
  padding: 20px 0px;
}
footer p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}

.btn_1 {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  background: #165484;
  border: none;
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .btn_1 {
    font-size: 0.875rem;
    padding: 8px 15px;
  }
}
.btn_1:hover {
  background: #A4CB39;
}/*# sourceMappingURL=main.css.map */