html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
.top-space {
  padding-top: 2%;
}
.top-section {
  padding-right: 15px;
  position: relative;
  right: 0;
  top: 10px;
  z-index: 2222;
}
.top-section img {
  background: #949494;
  padding: 2px;
  border-radius: 50%;
  margin-right: 10px;
}
.navbar-brand {
  padding: 0;
}
.carousel-indicators {
  width: 30px;
  position: absolute;
  /* right: 0; */
  bottom: 0;
  top: 36%;
  left: 10px;
  z-index: 15;
  display: -ms-flexbox;
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-left: 5%;
  list-style: none;
}
/*Vetical carousel Css*/
.vertical.carousel .carousel-item {
  overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
  transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
  transform: translateY(-100%);
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
  width: 100%;
  height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
  transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
  top: unset;
  bottom: 0;
}
/*Vetical carousel Css*/
.navbar-light {
  background: #fff;
}
.navbar-expand-lg .navbar-nav .nav-item {
  margin: 0 0.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #7c2c6c;
}
.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #504b47 !important;
}
.about-section {
  /*background: url('../img/aboutus.png') no-repeat;*/
  background-size: contain;
  background-position: right;
  padding: 5% 0 20px;
}
.about-content {
  font-size: 15px;
}
.about-content ol li {
  list-style-type: disc;
}
.run-section {
  background: url("../img/prize-pool-bg.png") left center no-repeat;
  background-size: cover;
  padding: 12% 2%;
}
.run-section ul {
  list-style-type: decimal;
}
.run-section button {
  border: 1px solid #949494;
  font-weight: 600;
}
.orange {
  background: #7c2c6c;
}
.ahimsa-section {
  background: url(../img/qoute.png) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 20% 0;
  background-attachment: fixed;
  background-position: center;
}
.heading {
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.heading span {
  color: #7c2c6c;
}
.register {
  background: #7c2c6c;
  color: #fff;
  padding: 20px 20px;
  border: none;
  font-weight: 600;
  margin-bottom: 25px;
}
a.register-btn {
  background: #7c2c6c;
  color: #fff;
  padding: 8px 20px;
  border: none;
  font-weight: 600;
  margin-bottom: 25px;
  text-decoration: none;
  display: inline-block;
}
.runcategory-section {
  /*background: url('../img/race-img.png') no-repeat;*/
  background-size: contain;
  background-position: right;
  padding: 2% 0px 2% 0px;
}
.runcategory-section .w-45 {
  width: 45%;
}
.rule-section {
  background: #dee2e6;
  padding: 3.3rem 0;
}
.rule-section a {
  color: #121212;
  text-decoration: none;
  display: block;
}
.rule-section a:hover {
  color: #323232;
}
.rule-section h3 {
  font-weight: 600;
  font-size: 1.3rem;
}
.modal-header {
  color: #7c2c6c;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
}
.maxWidth-100 {
  max-width: 100%;
}
.run-map {
  background: url("../img/running-marathon.jpg") no-repeat;
  padding: 100px 0;
  background-size: 100% 100%;
  background-position: right;
}
.mt-40 {
  margin-top: 80px;
}
.map-txt {
  padding: 10px 0;
  background: #7c2c6c;
  font-weight: 600;
}
.participation {
  padding: 80px 50px;
}
.participation-benefits {
  border: 1px solid #7c2c6c;
}
.part-sec {
  width: 12.5%;
}
.sponsers {
  /*background-color: gray;*/
  padding: 60px 50px;
}
.ahimsa-container {
  padding: 40px 0px;
}
.bottom-sec img {
  background: #949494;
  padding: 2px;
  border-radius: 50%;
  margin-right: 10px;
}

.faq-section h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #383737;
  font-style: italic;
}
@media (max-width: 991px) {
  .responsive-wrap {
    flex-wrap: wrap !important;
  }
  .part-sec {
    width: 25%;
  }
  .participation {
    padding: 80px 10px;
  }
}
@media (max-width: 768px) {
  .navbar-brand img {
    max-width: 100%;
  }
  .top-section {
    position: relative;
    margin-top: 0;
    top: 5px;
  }
  .ahimsa-section {
    padding: 25% 0;
    background-size: contain;
  }
  .runcategory-section .d-flex {
    display: block !important;
  }
  .heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .part-sec {
    width: 50%;
  }
  .navbar-brand img {
    max-width: 150px;
  }
}


/*Login design by Rizwan*/
.login {
  margin: 20px auto;
  padding: 40px 50px;
  max-width: 500px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 1px 1px #666;
}
  .login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 2px; 
    font-family: Raleway, sans-serif;
  }

.login input[type=text],
.login input[type=password] {
  border: 1px solid #c0c0c0;
  transition: .2s;
}

.login input[type=text]:hover {
  border-color: #452578;
  outline: none;
  transition: all .2s ease-in-out;
} 

.login button[type=submit] {
  border: none;
  background: #452578;
  color: white;
  font-weight: bold;  
  transition: 0.2s;
  margin: 20px 0px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 14px 12px;
  font-size: 16px;
  border-radius: 2px; 
  font-family: Raleway, sans-serif;
}

.login button[type=submit]:hover {
  background: #630c72;
}

  .login h2 {
    margin: 20px 0 0; 
    color: #452578;
    font-size: 28px;
  }

.login p {
  margin-bottom: 40px;
}

.links {
  display: table;
  width: 100%;  
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.links a {
  display: table-cell;
  padding-top: 10px;
}

.links a:first-child {
  text-align: left;
}

.links a:last-child {
  text-align: right;
}

  .login h2,
  .login p,
  .login a {
    text-align: center;    
  }

.login a {
  text-decoration: none;  
  font-size: .8em;
}

.login a:visited {
  color: inherit;
}

.login a:hover {
  text-decoration: underline;
}
.text-success {
  color: green;
}
.text-danger{
  color: red;
}