:root {
  --orange: #ff8812;
  --darkblack: #221e1e;
  --grey: #59595c;
  --white: #ffffff;
  --family1: "Barlow";
  --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: #59595c;
  font-size: 20px;
  font-weight: 500;
}


.sec1 {
  background-image: url(./images/sportsbanner.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.bannertxt h1 {
  font-style: italic;
  font-size: calc(1.5rem + 1.5vw);
}

.bannertxt h1:last-child {
  font-style: italic;
  font-size: calc(2.5rem + 1.5vw);
}

.banimg img {
  max-width: 300px;
}

div#contform {
  background-color: #ff8812;
  padding: 50px 40px;
  border-radius: 5px;
margin-top: 120px;
}

.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: 35px;
  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;
}

.sec7 {
  background: url(./images/_0000_shutterstock_1077487979.png)no-repeat;
  background-size: contain;
}

.sec7 h2 {
  border-top: 2px solid #59595c !important;
  border-bottom: 2px solid #59595c !important;
  padding: 10px 0px;
  position: relative;
  margin-bottom: 3rem;
  display: inline-block;
}

.sec7 h2::after {
  content: '';
  position: absolute;
  bottom: -51%;
  right: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #59595c;
}

.sec7 img {
  transform: translateX(35%);
  max-width: 350px;
}

.ryancnt {
  background-color: #59595c;
  border-radius: 5px;
  color: #ffffff;
  padding: 20px;
  margin-top: 20px;
}

.ryancnt p {
  color: #ffffff;
  max-width: 92%;
}

.sec8 img {
  max-width: 250px;
  transform: translate(-47%, -26%);
}

.sec5 {
  background: url(./images/_0004_shutterstock_1409149829.png)no-repeat;
  background-size: cover;
}

.sec5 p {
  color: #ffffff;
}

.sec5 h2 {
  border-top: 2px solid #f37a21 !important;
  border-bottom: 2px solid #f37a21 !important;
  padding: 10px 0px;
  position: relative;
  margin-bottom: 3rem;
  display: inline-block;
}

.sec5 h2::after {
  content: '';
  position: absolute;
  bottom: -51%;
  right: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #f37a21;
}









.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;
}



.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;
}





.accordion-body p,
.accordion-body ol li {
  font-weight: 500;
  font-size: 20px;
  color: #59595c;
}

.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: 1440px) {}

@media screen and (min-width: 1201px) and (max-width:1399px) {
  .sec8 img {
    transform: translate(-48%, -17%);
  }

  .ryancnt p {
    max-width: 90%;
  }

  .banimg img {
    max-width: 200px;
  }

  .sec7 {
    background-position: bottom;
  }

  .sec7 h2::after {

    bottom: -34%;
  }
}

@media screen and (min-width: 1025px) and (max-width:1200px) {
  .sec8 img {
    max-width: 250px;
    transform: translate(-48%, -2%);
  }

  .ryancnt p {
    color: #ffffff;
    max-width: 85%;
  }

  .ryancnt {
    background-color: #59595c;
    border-radius: 5px;
    color: #ffffff;
    padding: 20px;
    margin-top: 3rem;
  }

  .sec7 img {
    transform: translateX(0);
    max-width: 350px;
  }

  .sec7 {
    background-position: bottom;
  }

  .sec7 h2::after {
    bottom: -33%;
  }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
  .ryancnt p {
    max-width: 100%;
  }

  .sec8 img {
    max-width: 250px;
    transform: translate(0, 0);
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }

  div#contform {
    max-width: 500px;
    margin: 0 auto;
  }

  .banimg img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }

  .bannertxt {
    text-align: center;
  }

  .sec7 {
    background-position: center;
  }

  .sec7 img {
    transform: translateX(50%);
    max-width: 306px;
  }

  .sec7 h2::after {
    bottom: -34%;
  }
}

@media screen and (min-width: 481px) and (max-width:768px) {
  .ryancnt p {
    max-width: 100%;
  }

  .sec8 img {
    max-width: 250px;
    transform: translate(0, 0);
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }

  div#contform {
    max-width: calc(100% - 20%);
    margin: 0 auto;
  }

  .banimg img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }

  .bannertxt {
    text-align: center;
  }

  .sec7 h2::after {
    bottom: -28%;
  }

  .sec7 img {
    transform: translateX(0%);
    max-width: 300px;
  }

  .sec7 {
    background-position: center;
  }

  .sec5 h2::after {
    bottom: -39%;
  }
}

@media screen and (min-width: 300px) and (max-width:480px) {
  .ryancnt p {
    max-width: 100%;
  }

  .sec8 img {
    max-width: 250px;
    transform: translate(0, 0);
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
  }
  .sec7 img {
    transform: translateX(0%);
    max-width: 300px;
  }
  .banimg img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
}