:root {
  --orange: #ff8812;
  --darkblack: #221e1e;
  --grey: #525252;
  --white: #ffffff;
  --family1: "Barlow", sans-serif;
  --family2: "Helvetica Neue", sans-serif;
  --poppins: "Poppins", sans-serif;
}

.orange {
  color: var(--orange);
}

.grey {
  color: var(--grey);
}

.white {
  color: var(--white);
}

.darkblack {
  color: var(--darkblack);
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.mb20 {
  margin-bottom: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--family1);
}

section {
  padding: 40px 0px;
}

p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.sec1 {
  background-image: url(./image/topbg.png);
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-bottom: 13rem;
}

.logo {
  display: block;
  max-width: 200px;
}

.bannertxt h1 {
  font-style: italic;
  border-bottom: 2px solid #FF8812;
  display: table;
}

div#contform {
  background-color: #ff8812;
  padding: 40px 20px;
  border-radius: 5px;
}

.contactfrm h3 {
  font-family: var(--family1);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  margin-bottom: 25px;
  font-size: calc(18px + 0.5vw);
}


.counter-value {
  font-weight: 700;
  font-size: 23px;
  color: var(--grey);
  margin-top: 10px;
}

.count.text-center {
  font-size: 20px;
  color: var(--grey);
}

.cards {
  height: 100%;
  background-color: #fafafa;
  padding: 48px 14px;
  box-shadow: 0px 0px 8px 0px #cccccc;
}

.sec2,
.sec3 {
  padding-bottom: 0;
}

.sec2 {
  background: radial-gradient(circle at 29% 50%, rgba(31, 151, 162, 0.8) 0%, rgba(32, 46, 66, 1) 44%), url(./image/runningstadium.jpg);
  border-top: 7px solid #FF8812;
  border-bottom: 7px solid #FF8812;
  position: relative;
  padding: 0;
}

.sec2::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  right: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FF8812;
}

.sec2 img {
  max-width: 700px;
  width: 100%;
  margin-top: -22%;
  display: block;
  z-index: 9999999;
  position: relative;
}

.sec3 {
  background: rgb(32, 159, 170);
  background: linear-gradient(0deg, rgba(32, 159, 170, 1) 0%, rgb(25, 78, 90) 22%, rgba(33, 44, 60, 1) 45%);
  padding: 70px 0px 0px 0px;
}

.sec3 img {
  max-width: 340px;
}

.orangeboxryan {
  /* background-color: #ff8812; */
  padding: 20px 0px;
  margin-top: 2rem;
  position: relative;
}

.orangeboxryan::before {
  content: "";
  position: absolute;
  background-color: #ff8812;
  color: #ff8812;
  width: 100%;
  height: 100%;
  left: -44%;
  top: 1px;
  transform: skewX(48deg);
}

.orangeboxryan h2,
.orangeboxryan h4 {
  position: relative;
  z-index: 999;
}

.rgstrbtn a {
  display: inline-block;
  background-color: #ff8812;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 25px;
  text-decoration: none;
  text-align: center;
  margin-top: 2rem;
  font-weight: 600;
}

.sec4 {
  padding: 50px 0px 0px 0px;
}

.sec4 h1 {
  border-bottom: 2px solid #ff8812;
  display: table;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
}

.sec4 h1 ::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FF8812;
  bottom: -22px;
}

.testim {
  position: relative;
  display: inline-block;
}

.testim::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  color: #ff8812;
  background-color: #ff8812;
  left: -40px;
  top: 21px;
}

.testim::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  color: #ff8812;
  background-color: #ff8812;
  right: -40px;
  top: 21px;
}

/* .outervdeobox {
  background-color: #7a7b7c;
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
} */

.bottomform {
  background-color: #ff8812;
  padding: 50px;
  border-radius: 8px;
}

.bottomform form.myForm {
  max-width: 812px;
  margin: 0 auto;
}

button[type="submit"] {
  font-size: 18px;
  font-weight: 500;
}

.sec4 {
  background: radial-gradient(circle, rgb(32 129 170 / 64%) 0%, rgba(33, 44, 60, 1) 54%), url(./image/runner.png) -98px 28px;
}

.sec6,
.sec5 {
  background-color: #212c3c;
}

.faq h2 {
  margin: 20px 0px 30px 0px;
}

.freq {
  position: relative;
  display: inline-block;
}

.freq::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  color: #ff8812;
  background-color: #ff8812;
  left: -40px;
  top: 21px;
}

.freq::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  color: #ff8812;
  background-color: #ff8812;
  right: -40px;
  top: 21px;
}

.accordion-body p,
.accordion-body ol li {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.accordion-button {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 20px;
}

.input-group-prepend span {
  background-color: #ffffff;
  padding: 10px 13px;
  border-right: 0px;
}

.form-control {
  border-left: 0px;
}

.accordion-item {
  background-color: transparent;
  border: unset;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #ff8812;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-button {
  color: #ffffff;
  background-color: #ff8812;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;

  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

iframe {
  max-width: 560px;
  width: 100%;
  height: 315px;
  border-top: 15px solid #7a7b7c;
  border-bottom: 15px solid #7a7b7c;
  border-left: 30px solid #7a7b7c;
  border-right: 30px solid #7a7b7c;
  border-radius: 5px;
}

@media screen and (min-width: 1024px) and (max-width:1390px) {
  .sec2 img {}

  .sec1 {
    padding-bottom: 11rem;
  }

  .orangeboxryan::before {
    left: -19%;
  }
}

@media screen and (min-width: 769px) and (max-width:1023px) {
  .sec2 img {
    max-width: 443px;
    margin: 40px 0;
  }

  .orangeboxryan::before {
    left: -16%;
  }
}

@media screen and (min-width: 481px) and (max-width:768px) {
  .sec2 img {
    max-width: 500px;
    width: 100%;
    margin-top: 4%;
    display: block;
    z-index: 9999999;
    position: relative;
  }

  .sec1 {

    padding-bottom: 4rem;
  }

  .orangeboxryan::before {
    left: -16%;
    transform: skewX(32deg);
  }
  .kenny{
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width:480px) {
  .orangeboxryan::before {
    left: -4%;
    top: 1px;
    transform: skewX(1deg);
  }

  .sec2 img {
    width: 100%;
    margin-top: 6%;
  }

  .sec1 {
    padding-bottom: 2rem;
  }
  .kenny{
    margin-bottom: 20px;
  }
}