body {
  line-height: 30px;
  font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
}

h2 {
  font-size: 36px;
}

p {
  margin-bottom: 30px;
}

.fs-140 {
  font-size: 140%;
  display: inline-block;
  margin-bottom: 4px;
}

.hasTransparentBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.inner_link {
  text-decoration: underline;
  color: #faee1c;
  display: inline-block;
}
.inner_link:hover {
  color: #fff;
  text-decoration: none;
}

.inner_1 {
  padding-top: 50px;
}
.inner_1 .inner_link {
  margin-bottom: 30px;
}
.inner_1 p {
  margin-bottom: 40px;
}

.inner_2 img {
  border-radius: 30px;
}

.inner_3 img {
  margin-bottom: 40px;
}
.inner_3 h2 {
  margin-bottom: 15px;
}

.inner_5 img {
  padding: 15px;
  max-width: 100%;
}

.inner_6 {
  margin-top: 80px;
}
.inner_6 h2 {
  margin-bottom: 15px;
}
.inner_6 p {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
.inner_6 .input_group {
  display: flex;
  flex-wrap: wrap;
  width: 650px;
  max-width: 100%;
  margin: 60px auto 0 auto;
  background: #1e1e1e;
  border-radius: 50px;
  overflow: hidden;
}
.inner_6 .input_group input {
  padding: 12px 30px;
  flex: 1;
  color: #fff;
}
.inner_6 .input_group input[type="submit"] {
  background: #f37d38;
  flex: 0 0 auto;
  border-radius: 100px;
  text-align: center;
  width: 250px;
  max-width: 100%;
  text-transform: uppercase;
}

.mapFrameOuter {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 120px;
}

.mapFrame {
  position: relative;
  padding-bottom: 28%;
  overflow: hidden;
}
.mapFrame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.inner_7 {
  margin-bottom: 60px;
}
.inner_7 img {
  margin-bottom: 30px;
}

.rs_1 {
  text-align: center;
}
.rs_1 .rs_2 {
  height: 370px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 20px;
}
.rs_1 .rs_2 img {
  max-height: 100%;
}
.rs_1 p {
  margin-bottom: 15px;
  line-height: 24px;
}
.rs_1 .race_title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.rs_1 .theme-btn {
  margin-top: 15px;
}

.pacpic_sec .section_head h1 {
  margin-bottom: 15px;
}
.pacpic_sec .section_head p {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.acc_desc {
  font-size: 14px;
}

.medal_pic {
  text-align: center;
}
.medal_pic .mdp {
  height: 260px;
  background-color: transparent;
  border-radius: 20px;
  margin-bottom: 20px;
}
.medal_pic img {
  width: 100%;
  height: 250px;
  max-height: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}
.medal_pic .med_title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.medal_pic .med_title a {
  text-decoration: underline;
  color: #fff;
}
.medal_pic .med_title a:hover {
  color: #faee1c;
}

.video_outer {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  cursor: default;
}

.dl_sec {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.dl_sec a {
  display: flex;
  font-weight: 600;
  background: rgba(39, 39, 39, 0.5);
  color: #fff;
  margin-bottom: 8px;
}
.dl_sec a:hover {
  color: #faee1c;
}
.dl_sec a:hover i {
  color: #fff;
}
.dl_sec a span {
  padding: 20px 30px;
}
.dl_sec a i {
  padding: 20px 30px;
  background: rgba(39, 39, 39, 0.5);
  display: inline-flex;
  align-items: center;
}

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.social a {
  background: #272727;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin: 15px;
  box-shadow: 0 0 0 0 #444;
  transition: 0.25s ease-in-out;
}
.social a:hover {
  box-shadow: 0 0 0 10px #444;
}
.social li:nth-child(1) a {
  color: #1877f2;
}
.social li:nth-child(2) a {
  color: #c32aa3;
}
.social li:nth-child(3) a {
  color: #0a66c2;
}
.social li:nth-child(4) a {
  color: #1da1f2;
}

figure {
  background: rgba(39, 39, 39, 0.75);
}
figure figcaption {
  line-height: 1.5;
  padding: 10px 15px;
  font-size: 90%;
}

ul.gallery-box {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.gallery-box li {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  margin: 5px;
}
ul.gallery-box li img {
  height: 200px;
}

@media (max-width: 1599px) {
  body {
    line-height: 26px;
    font-size: 14px;
  }

  h2 {
    font-size: 30px;
  }

  .menu li a {
    padding: 10px 6px;
    font-size: 12px;
  }

  .site-footer {
    font-size: 14px;
  }
  .rs_1 .rs_2 {
    height: 280px;
  }
}
@media (max-width: 1199px) {
  .menu-Bar {
    top: 10px;
  }

  .fs-140 {
    font-size: 130%;
  }
  .rs_1 .rs_2 {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
  h2 {
    font-size: 24px;
  }
  .fs-140 {
    font-size: 120%;
  }
  .inner_6 p {
    font-size: 14px;
  }
  .inner_6 .input_group {
    border-radius: 10px;
    margin-top: 20px;
  }
  .inner_6 .input_group input[type="submit"] {
    width: 100%;
    border-radius: 0;
  }
  .mapFrameOuter {
    margin-bottom: 60px;
  }
  .mapFrame {
    padding-bottom: 55.5%;
  }
  figure figcaption {
    line-height: 1.5;
    padding: 8px 10px;
  }
  a.logo img {
    width: 160px;
  }
}
@media (max-width: 575px) {
  body,
  .acc_desc {
    font-size: 12px;
    line-height: 22px;
  }
  a.logo img {
    width: 120px;
  }
  .innerBanner h1 {
    font-size: 24px;
  }
}
