@import url("https://fonts.googleapis.com/css2?family=Anton&family=Roboto:wght@400;500;700;900&display=swap");

* {
  padding: 0;

  margin: 0;

  box-sizing: border-box;

  -webkit-font-smotthing: antialiased;
  font-family: "Roboto", sans-serif;
}

.color_1 {
  color: #adadad;
}

html {
  scroll-behavior: smooth;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;

  box-shadow: none !important;

  border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;

  margin: 0;

  list-style: none;

  text-decoration: none !important;
}

p {
  font-size: 16px;

  font-family: "Roboto", sans-serif;
}

h3 {
  font-size: 30px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

.font {
  font-family: "Anton", sans-serif;
}

section {
  overflow: hidden;
}

.navbar-light .navbar-toggler {
  border-color: #fff !important;
}

.color {
  color: #e31e25;
}

.text {
  color: #656a74;
}

/* ===================================== top bar =============================================== */

/* .button_read_more {
} */


#carousel{
    background:#000;
}
#carousel .carousel-item img{
  animation: zoom 1.5s ease forwards;
}



@keyframes zoom{
    0%{
     filter: blur(12px);
    transform: scale(1.5);
    }
    100%{
         filter: blur(0px);
    transform: scale(1);
    }
}

.carousel-control-next, .carousel-control-prev{
    width:5%;
}

section.signle_detail_page .main_svg svg{
  width: 120px !important;
  height: 120px !important;
}
section.signle_detail_page .main_svg svg text{
 font-size: 18px;
}


#certificate_1{
  width: 170px;
}

.badge-download{
  position: absolute;
  right: 14px;
  top: 14px;
}

section.note .accordion-button::after {
  background: none !important;
}

section.note .accordion-button {
  background: none !important;
}

section.note .accordion-button::before {
  content: "Read More";

}

section.note .accordion-button:not(.collapsed)::before {
  content: "Read Less";
}

section.note .accordion-button:not(.collapsed)::after {
  background: none !important;
  transform: none !important;
}

section.note .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0;
  color: #e31e25;
}

section.aboutus .img {
  width: 340px;
  animation: zoomer_1 10s ease infinite;
}

.cricle {
  background-color: #fff0f0;
  filter: drop-shadow(
    0px 8.594058990478516px 95.6089096069336px rgba(255, 91, 91, 0.25)
  );
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}

.cricle .cir {
  border: 1px solid #d10505;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
}

.cricle #cir_1 {
  animation: zoomer 3s linear 2s infinite;
}
.cricle #cir_2 {
  animation: zoomer 3s linear 3s infinite;
}
.cricle #cir_3 {
  animation: zoomer 3s linear 3s infinite;
}

.img_about_us {
  animation: zoomer_2 7s ease infinite;
}

@keyframes zoomer {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes zoomer_1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes zoomer_2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}

.flex_2 {
  display: flex;
  gap: 10px;
}
.flex_2 h2 {
  background-color: #d10505;
  /* padding: 18px; */
  display: flex;
  /* line-height: 48px; */
  align-items: center;
  width: 64px;
  justify-content: center;
  height: 64px;
  font-size: 36px !important;
}
.flex_2 h3 {
  font-size: 26px !important;
  margin-bottom: 20px !important;
}

.topbar {
  background-color: #e31e25;

  color: #fff;

  height: 40px;
}

.topbar a {
  font-size: 14px !important;

  color: #fff;
}

.topbar span {
  font-size: 14px !important;

  color: #fff;

  cursor: pointer;
}

.topbar button,
nav .button {
  border: 0;

  background-color: transparent;

  color: #fff;

  width: auto;

  display: inline-block;

  width: 170px;
}

/* body{
  background-color: #000 !important;
} */

/* ===================================== top bar end =============================================== */

/* ===================================== Nav bar =============================================== */

nav {
  background-color: #fff;

  height: 100px;
}

nav .nav-link {
  padding: 0 1rem !important;

  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;

  color: #000 !important;
}

nav .nav-link:hover {
  color: #e31e25 !important;
}

/* ===================================== Nav bar end =============================================== */

/* =====================================  hero section =============================================== */

section.hero .carousel-item {
  position: relative;

  height: auto;
}

section.hero .container {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

section.hero .content h2 {
  font-size: 50px;

  color: #fff;

  letter-spacing: 2px;
}

section.hero .content p {
  color: #fff;

  max-width: 40%;

  line-height: 26px;
}

section.hero .content .btn {
  width: 200px;
  background-color: #e31e25;
  color: #f3f3f3;
  font-weight: 600;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

section.hero .content .btn:hover {
  background: transparent;

  border: 1px solid #e31e25;
}

section.hero .content .main-color {
  color: #e31e25;

  font-weight: 600;
}

section.hero .carousel-inner > .carousel-item > a > img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

/* ===================================== hero section end =============================================== */

/* ========================================= Search result  bar =========================================  */

.fixed-top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width : 100% !important;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px) !important;

}




/* section.search-result-bar {
  transform: translateY(-50px);
  overflow: unset !important;
} */

section.search-result-bar .container {
  padding: 2rem;
  color: #fff;
}

section.search-result-bar .btn-dark {
  background-color: #000;
  border-radius: 70px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.search-result-bar input {
  width: 100%;
  height: 45px;
  border-radius: 70px;
  padding: 0 1rem;
  border: 0;
  outline: none;
}

section.search-result-bar select {
  width: 100%;
  height: 45px;
  border-radius: 70px;
  padding: 0 1rem;
  border: 0;
  outline: none;
}

section.search-result-bar .box {
  background-color: #fff;

  /* height: 80px; */

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;
}

section.search-result-bar
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  align-items: center;

  height: 50px;

  color: rgb(139, 139, 139);

  background-color: #f4f3f3 !important;
}

select:focus {
  outline: none !important;
}

.bootstrap-select > select:focus {
  outline: none !important;
}

section.search-result-bar .box .input {
  background-color: #f4f3f3;

  border: 0;

  width: 100%;

  padding: 0.5rem;

  height: 50px;

  font-weight: 400;

  padding-left: 1rem;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  color: rgb(139, 139, 139);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ff0000;
}

.bootstrap-select .dropdown-toggle .filter-option {
  height: 22px;
}

.bootstrap-select > .dropdown-toggle {
  height: 50px;
}

section.search-result-bar .box .search-icon {
  background-color: #d10505;

  width: 100%;

  height: 50px;

  display: block;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  display: flex;

  justify-content: center;

  align-items: center;

  cursor: pointer;

  border: 0;

  transition: all 0.5s ease 0s;

  -webkit-transition: all 0.5s ease 0s;

  -moz-transition: all 0.5s ease 0s;

  -ms-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;
}

section.search-result-bar .box .search-icon:hover {
  background-color: #990404;
}

section.search-result-bar .box .search-icon i {
  color: #fff;

  font-size: 25px;

  cursor: pointer;
}

.lines {
  width: 10%;

  margin: 0 auto;

  margin-top: 0.5rem;

  opacity: 1;

  background-color: #ff0000;

  height: 2px !important;
}

/* #suggesstion-box{

    position: absolute;

    background-color: #fff;

    width: 100%;

    border: 0.5px solid #e4e4e4;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -ms-border-radius: 5px;

    -o-border-radius: 5px;

    padding: 0.5rem;

    height: auto;

    z-index: 10000;

    height: 417px;

    overflow: scroll;

}

  */

#suggesstion-box ul li {
  color: #000;

  padding: 0.5rem;

  cursor: pointer;
}

#suggesstion-box ul li:hover {
  background-color: #f5f5f5;
}

#country-list {
  background-color: #fff;

  width: 100%;

  border: 0.5px solid #e4e4e4;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  padding: 0.5rem;

  height: auto;

  z-index: 10000;

  height: 417px;

  overflow: scroll;

  position: absolute;
}

/* ========================================= hero result end =========================================      */

section.events .btn-outline-primary:hover {
  background-color: transparent;
}

section.events .owl-theme .owl-nav {
  display: none;
}

section.events .owl-theme .owl-dots {
  margin-top: 15px;
}

section.events .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e31e25;
}

section.feedback .card {
  background-color: #f1f2f3;
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.05);
  border: 0;
}

section.feedback .owl-theme .owl-nav {
  display: none;
}

section.feedback .owl-theme .owl-dots {
  margin-top: 15px;
}

section.feedback .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e31e25;
}

/* =========================================  recent result  ========================================= */

section.recent-result {
  background-color: #000000;
}

section.recent-result .card-body h5,
section.recent-result ul li span:last-child {
  font-style: normal;
}

section.recent-result .card {
  border: 0 !important;

  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
  position: relative;

  border: 0 !important;

  cursor: pointer;

  border-radius: 10px;

  height: 350px;
}

section.recent-result .card img {
  border: 0 !important;
  border-radius: 10px;
  height: 360px;
 object-fit: contain;
}

section.recent-result .card .box-search {
  position: absolute;

  right: 0;

  bottom: 0;

  background-color: #ff0000;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 45px;

  width: 50px;
}

section.recent-result .card .box-search {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 50px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

section.recent-result .card:hover .box-search {
  width: 52px;

  background-color: #000;
}

section.recent-result .card:hover .fa-arrow-right {
  transform: matrix(0, -1, 1, -0.02, 0, 0);

  -webkit-transform: matrix(0, -1, 1, -0.02, 0, 0);

  -moz-transform: matrix(0, -1, 1, -0.02, 0, 0);

  -ms-transform: matrix(0, -1, 1, -0.02, 0, 0);

  -o-transform: matrix(0, -1, 1, -0.02, 0, 0);
}

section.recent-result .card .box-search i {
  color: #fff;

  font-size: 22px;

  transform: matrix(0.8, -0.58, 0.61, 0.8, 0, 0);

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.recent-result .card ul i {
  color: #e31e25;
}

section.recent-result .card ul li {
  font-weight: 500;

  font-size: 15px;

  line-height: 29px;

  color: #000;
}

section.recent-result a {
  font-weight: 500;

  font-size: 18px;

  line-height: 29px;

  color: #ff0000;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.recent-result a:hover {
  color: #000;
}

/* =========================================  recent result end ========================================= */

/* =========================================  upcoming race ========================================= */

section.upcoming-race {
  background-color: #f4f3f3;
}

section.upcoming-race h6 {
  color: #898888;
}

section.upcoming-race .btn-1 {
  border: 1px solid #ff0000;

  margin-top: 1rem;

  background: transparent;

  width: 60%;

  height: 40px;

  color: #ff0000;

  font-weight: 500;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.upcoming-race .btn-1:hover {
  background: #ff0000;

  color: #fff;
}

section.upcoming-race a {
  font-weight: 500;

  font-size: 18px;

  line-height: 29px;

  color: #ff0000;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.upcoming-race a:hover {
  color: #000;
}

/* ========================================= upcoming race end ========================================= */

/* ========================================= about  ========================================= */

section.about img {
  position: absolute;

  left: 50%;

  top: 15%;

  z-index: -1;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);
}

section.experts .details {
  padding: 0px 90px;
}

section.about .box {
  background: #fff;

  width: 30%;

  margin: 0 auto;
}

section.about small {
  color: #ff0000;

  font-weight: 600;

  font-size: 18px;
}

section.about p {
  font-weight: 500;

  text-align: center;

  font-size: 17px;
}

section.about .box-1 {
  background: #ff887b;

  color: #fff;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  max-width: 90%;

  margin: 0 auto;
}

section.about .box-1 span {
  display: block;

  text-align: center;

  font-weight: 600;
}

section.about i {
  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.about .btn-1 {
  border: 1px solid #ff0000;

  margin-top: 1rem;

  background: transparent;

  width: 200px;

  margin: 0 auto;

  display: flex;

  justify-content: center;

  align-items: center;

  height: 40px;

  color: #ff0000;

  font-weight: 500;

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.about .btn-1:hover {
  background: #ff0000;

  color: #fff;
}

section.about .btn-1:hover i {
  transform: translateX(8px);

  -webkit-transform: translateX(8px);

  -moz-transform: translateX(8px);

  -ms-transform: translateX(8px);

  -o-transform: translateX(8px);

  font-size: 20px;
}

/* ========================================= about end ========================================= */

/* ========================================= feedback ========================================= */

section.feedback .item-1 {
  border: 1px solid #ff0000;

  padding-left: 1rem;

  padding-right: 1rem;

  padding-top: 1.9rem;

  padding-bottom: 1rem;

  border-radius: 28px;

  -webkit-border-radius: 28px;

  -moz-border-radius: 28px;

  -ms-border-radius: 28px;

  -o-border-radius: 28px;

  text-align: center;

  position: relative;
}

section.feedback .item-1 .comma {
  position: absolute;

  left: 30px;

  top: -20px;
}

section.feedback .item-1 p {
  font-weight: 500;

  line-height: 30px;

  margin-bottom: 0.5rem;
}

section.feedback .item-1 p {
  font-weight: 500;

  line-height: 30px;

  margin-bottom: 0.5rem;
}

section.feedback .item-1 span {
  color: #8a8a8a;
}

/* ========================================= feeedback end ========================================= */

/* ========================================= partener ========================================= */

section.partners .grid {
  display: grid;

  grid-template-columns: repeat(6, 1fr);

  /* justify-content: center; */

  text-align: center;

  align-items: center;
}

section.partners .grid img {
  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

section.partners .grid img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* =========================================  partener end[========================================= */

/* =========================================  blog========================================= */

section.blog {
  background: #f4f3f3;
}

section.blog h5 {
  font-weight: 400;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;
}

section.blog .date {
  color: #8a8a8a;

  font-size: 16px;
}

section.blog p {
  height: 120px;

  overflow: hidden;

  text-overflow: ellipsis;
}

section.blog button {
  background: transparent;

  border: 0;

  color: #ff0000;

  font-weight: 500;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

section.blog button:hover {
  color: #000;
}

section.blog i {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

section.blog button:hover i {
  transform: translateX(10px);

  -webkit-transform: translateX(10px);

  -moz-transform: translateX(10px);

  -ms-transform: translateX(10px);

  -o-transform: translateX(10px);
}

section.blog .view-link {
  color: #ff0000;

  font-weight: 500;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

section.blog .view-link:hover {
  color: #000;
}

section.blog .card {
  border: 0 !important;

  background: #fff;
}

/* =========================================  blog end[========================================= */

/* =========================================  footer [========================================= */

footer {
  background: url("../image/footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  color: #fff;

  position: relative;

  padding: 5rem 0 2rem 0;
}

footer .box {
  background: #ffffff;

  box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.17);

  border-radius: 17px;

  position: absolute;

  width: 100%;

  max-width: 70%;

  left: 50%;

  top: 0%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  padding: 2rem;
}

footer .para {
  color: #8a8a8a;

  margin-top: 0.5rem;
}

footer .input-box {
  width: 100%;

  height: 50px;

  background: #f3f3f3 !important;

  position: relative;
}

footer input {
  width: 100%;

  max-width: 75%;

  height: 100%;

  border: 0;

  background: transparent;

  outline: none;

  padding-left: 1rem;
}

footer button {
  width: 100px;
  height: 50px;
  border: 0;
  background: #d10505;
  color: #fff;
  font-weight: 400;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

  position: absolute;

  right: 0;
}

footer button:hover {
  background: #000;

  color: #fff;
}

footer h3 {
  font-size: 24px;
}

footer .para-2 {
  max-width: 80%;

  font-weight: 400;

  line-height: 29px;
}

footer ul li {
  margin-bottom: 1rem;
}

footer ul li a {
  color: #fff;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

footer ul li a:hover {
  color: #d10505;
}

footer .box-icons span {
  background: #fff;

  border-radius: 50px;

  width: 40px;

  height: 40px;

  -webkit-border-radius: 50px;

  -moz-border-radius: 50px;

  -ms-border-radius: 50px;

  -o-border-radius: 50px;

  padding: 0.5rem;

  text-align: center;

  margin-right: 1rem;

  display: flex;

  justify-content: center;

  align-items: center;
}

footer .box-icons span i {
  font-size: 22px;
}

footer .bg {
  background: #000;

  padding: 1rem 0;

  margin-top: 1.5rem;
}

/* =========================================  footer end ========================================= */

/* =========================================  result page ========================================= */

section.banner-result .carousel-item img {
  height: 260px;
  object-fit: cover;
}

section.banner-result .title {
  padding: 0px 160px;
  font-size: 40px;

  font-weight: 600;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  color: #fff;
}

section.result-show .grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(320px, 320px));

  max-width: 100%;

  grid-row-gap: 20px;

  margin: 0 auto;

  padding: 1rem 0;
  margin-top: -1rem;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;
  justify-content: center;
}

section.result-show .grid .main-box {
  box-shadow: 0px 2px 26px 0px rgba(26, 26, 26, 0.1);
  border-radius: 10px;
  padding: 10px;
  display: flex;

  justify-content: center;

  align-items: center;

  max-width: 90%;

  margin: 0 auto;
}

.result_Show .bg {
  background-color: #e31e25;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result_Show .shadow_1 {
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
  transition: all 0.5s ease;
  border: 1px solid transparent;
}
.result_Show .shadow_1:hover {
  border: 1px solid #1b1818;
}
.result_Show .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 204px;
}

.result_Show .grid_main {
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
  /*gap: 20px;*/
  
  display: flex;
   justify-content: space-between;
   padding: 0 20px;
}

section.result-show .btn-box {
  max-width: 90%;
  margin: 0 auto;
}

section.result-show .btn-1 {
  width: 180px;
  height: 40px;
  border: 0;
  background: #d10505;
  color: #fff;
  border-radius: 10px;
  margin: 0 0 0 auto;
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

section.result-show .btn-1:hover {
  background-color: #990404;
}

section.result-show .grid .main-box select {
  background-color: #fff;

  width: 100%;

  height: 40px;

  border: 0;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  padding-left: 1rem;

  cursor: pointer;
}

section.result-show .grid .main-box .select-box {
  background-color: #f4f3f3;

  width: 50%;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;
  flex: 2;
}

section.result-show .grid .sub-heading {
  font-weight: 400;

  font-size: 18px;

  color: #d10505;

  outline: none;

  margin-right: 10px;
  flex: 1;
  text-align: right;
}

section.result-show .box {
  background-color: #fff;

  padding: 0.6rem;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  cursor: pointer;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

section.result-show .box:hover {
  background-color: #d10505;

  color: #fff;
}



section.result-show .box:hover .value-name,
section.result-show .box:hover .value-grid {
  color: #fff;
}

section.result-show .box:hover .left {
  background-color: #fff;

  color: #000;
}

section.result-show .box:hover .left .line {
  background-color: #000;

  color: #000;
}

section.result-show .box:hover .right div,
section.result-show .box:hover .right p,
section.result-show .box:hover .value,
section.result-show .box:hover .right h5 {
  color: #fff;
}

section.result-show .value-grid .value {
  color: #000;

  font-weight: 400;
}

section.result-show .box h5,
section.result-show .box span,
section.result-show .box p {
  text-transform: uppercase;
}

section.result-show .name-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-gap: 0 10px;
}

section.result-show .name-grid .left {
  background-color: #d10505;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  color: #fff;

  text-align: center;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  padding: 3px;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;
}

section.result-show .name-grid .left span {
  font-weight: 400 !important;

  font-size: 30px;
}

section.result-show .name-grid .right h5 {
  width: 185px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 0.3rem;
}

section.result-show .name-grid .right div {
  color: #a0a0a0;

  margin: 0.1rem 0;
}

section.result-show .name-grid .right p {
  color: #a0a0a0;
}

section.result-show .value-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  text-align: center;

  grid-gap: 15px 0;
}

section.result-show .value-grid span {
  display: block;
}

section.result-show .value-grid .value-name {
  color: #a0a0a0;

  font-weight: 500;

  margin-bottom: 0.2rem;
}

section.result-show .value-grid .value {
  color: #000;

  font-weight: 400;
}

section.result-show .line-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  grid-gap: 0 10px;
}

section.result-show .line-box {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  cursor: pointer;
}

section.result-show .line-box:hover,
section.result-show .box:hover {
  color: #000;

  background-color: #d10505;

  transform: scale(0.9);

  -webkit-transform: scale(98.4%);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);
}

section.result-show .line-box:hover .left {
  color: #000;

  background-color: #fff;
}

section.result-show .line-box:hover .left .line {
  background-color: #000;
}

section.result-show .line-box:hover .right,
section.result-show .line-box:hover .value-name,
section.result-show .line-box:hover .value,
section.result-show .line-box:hover .right div,
section.result-show .line-box:hover .right p {
  color: #fff;
}

section.result-show .line-grid .left {
  background-color: #d10505;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  color: #fff;

  text-align: center;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

section.result-show .line-grid .left span {
  font-weight: 400 !important;

  font-size: 30px;
}

section.result-show .line-grid .right h5 {
  width: 200px;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

  font-size: 20px;

  font-weight: 600;

  text-transform: uppercase;
}

section.result-show .line-grid .right div {
  color: #a0a0a0;

  margin: 0.4rem 0;

  text-transform: uppercase;
}

section.result-show .line-grid .right p {
  color: #a0a0a0;

  text-transform: uppercase;
}

section.result-show .line-box {
  background-color: #fff;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  padding: 0.6rem;
}

section.result-show .value-line-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  text-align: center;

  grid-gap: 15px 0;

  align-items: center;

  height: 100%;
}

section.result-show .value-line-grid span {
  display: block;
}

section.result-show .value-line-grid .value-name {
  color: #a0a0a0;

  font-weight: 500;

  margin-bottom: 0.2rem;

  font-size: 20px;

  text-transform: uppercase;
}

section.result-show .value-line-grid .value {
  color: #000;

  font-weight: 400;

  font-size: 18px;
}

section.result-show .line-grid .line {
  opacity: 1;

  background-color: #fff;

  height: 1px;

  width: 50px;

  margin: 0 auto;
}

section.result-show .name-grid .line {
  opacity: 1;

  background-color: #fff;

  height: 1px;

  width: 50px;

  margin: 0 auto;
}

section.result-show .line-box a,
section.result-show a {
  color: #000;
}

/* ======================== race page ==================================== */

section.result-show .leader {
  color: red;
}

section.result-show .category-link {
  color: #fff;
  line-height: normal;
  border-radius: 10px;
  margin: 0%;
}

section.result-show .category-a {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #e91902;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem;
  align-items: center;
  border-radius: 10px;
  color: #fff;
}

section.result-show .category-a a {
  color: #fff;
}

/* =========================================  result page end ========================================= */

/* =========================================  single page  ========================================= */

section.single-result .back-icon i {
  background-color: #ff0000;

  padding: 0.5rem;

  background: #ff1900;

  border-radius: 5px;

  width: 30px;

  height: 30px;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;
}

section.single-result .main-box {
  background-color: #fff;

  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); */

  border: 1px solid #a0a0a0;

  padding: 1rem;

  position: relative;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  position: relative;
}

section.single-result .main-box .list-box {
  position: absolute;

  left: 1rem;

  top: 1rem;

  background-color: #d10505;

  width: 100px;

  height: 100px;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;
}

section.search-result-bar .container {
  border-radius: 65px;
}

section.single-result .main-box .list-box span {
  font-weight: 400 !important;

  font-size: 30px;

  color: #fff;
}

section.single-result .main-box .list-box .line {
  opacity: 1;

  background-color: #fff;

  height: 1px;

  width: 50px;

  margin: 0 auto;
}

section.single-result .main-box .Certificate {
  font-size: 17px !important;
  position: absolute;
  right: 15px;
  line-height: 0;

  text-align: end;

  color: #d10505;

  margin-top: 0.2rem;
}

section.single-result .main-box .name-runner {
  text-align: center;
}

section.single-result .main-box .name-runner h3 {
  color: #ff0000;

  font-size: 30px;

  line-height: 29px;

  text-transform: uppercase;
}

section.single-result .main-box .name-runner .name-details {
  color: #a0a0a0;

  font-size: 23px;

  text-transform: uppercase;
}

section.single-result .main-box .runner-value-grid {
  display: grid;

  grid-template-columns: repeat(5, 1fr);

  text-align: center;

  margin-top: 4rem;

  padding: 0 0rem 0.5rem 0;
}

section.single-result .main-box .runner-value-grid .ruuner-value {
  font-size: 17px;

  font-weight: 450;

  margin-bottom: 0.5rem;
}

section.single-result .main-box .runner-value-grid p {
  font-size: 20px;

  font-weight: 400;

  margin-bottom: 0.5rem;

  color: #a0a0a0;

  text-transform: uppercase;

  letter-spacing: 1px;
}

section.split-time .box {
  background-color: #fff;

  padding: 1rem;

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  border: 1px solid #a0a0a0;
}

section.split-time .heading,
section.split-time .value,
section.split-time .values {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  text-align: center;

  /* grid-gap: 20px 0; */
}

section.split-time .heading {
  margin-bottom: 1rem;

  border-bottom: 1px solid #a0a0a0;

  padding-bottom: 1rem;
}

section.split-time .value {
  margin-bottom: 1rem;

  border-bottom: 1px solid #a0a0a0;

  padding-bottom: 1rem;
}

section.split-time .heading h6 {
  font-size: 16px;

  text-transform: uppercase;

  color: #a0a0a0;
}

section.split-time .values p,
section.split-time .value p {
  font-size: 15px;
  font-weight: 450;
}

section.signle_detail_page .box {
  border-radius: 20px;
  /* background: #f8f8f8;
  box-shadow: 0px 0px 7.3px 0px rgba(0, 0, 0, 0.1); */
}
section.signle_detail_page .body_box {
  border-radius: 10px;
  background: #e31e25;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.signle_detail_page .body_box h5 {
 font-size: 16px;
}
section.signle_detail_page .grid .number {
  display: flex;
  align-items: center;
  gap: 6px;
}
section.signle_detail_page .grid .number span:first-child {
  background: #e31e25;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  font-family: "Anton", sans-serif;
}

.table_box .td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}


section.signle_detail_page .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 20px;
  background-color: #fff;
  border-radius: 0px 0px 18px 18px;
  box-shadow: 0px 0px 9.2px 0px rgba(0, 0, 0, 0.08);
}
section.signle_detail_page .grid-item {
  display: grid;
  justify-content: center;
}
section.signle_detail_page .grid h6 {
  font-size: 14px;
  font-weight: 900;
}
section.signle_detail_page .grid .grid-item:nth-child(5),
section.signle_detail_page .grid .grid-item:nth-child(6),
section.signle_detail_page .grid .grid-item:nth-child(7),
section.signle_detail_page .grid .grid-item:nth-child(8),
section.signle_detail_page .grid .grid-item:nth-child(9),
section.signle_detail_page .grid .grid-item:nth-child(10) {
  display: none;
}

section.signle_detail_page .flex_box h6 {
  font-size: 14px;
  font-weight: 900;
}

section.signle_detail_page .flex_box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  background-color: #fff;
  border-radius: 0px 0px 18px 18px;
  box-shadow: 0px 0px 9.2px 0px rgba(0, 0, 0, 0.08);
  }
section.signle_detail_page table th,
section.signle_detail_page table td {
  padding: 14px;
  text-align: center;
}

/*  

section.split-time .values {

  

}

  */

/* =========================================  single page end ========================================= */

/* ========================= contact us ================================ */

section.contact-banner h3 {
  color: #fff;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

section.contactus h5 {
  color: #d10505;

  text-align: center;
}

section.contactus p {
  text-align: center;
}

section.contactus .grid div {
  display: flex;

  flex-direction: column;

  margin-bottom: 1rem;

  align-items: center;

  justify-content: center;

  /* border: 1px solid #D10505; */
}

section.contactus .grid div input {
  height: 40px;

  max-width: 90%;

  margin: 0 auto;

  width: 100%;

  outline: none;

  padding-left: 0.5rem;
}

section.contactus .grid div label {
  height: 40px;

  max-width: 90%;

  margin: 0 auto;

  width: 100%;

  align-items: center;

  display: flex;
}

section.contactus .grid div textarea {
  height: 40px;

  max-width: 90%;

  margin: 0 auto;

  width: 100%;

  height: 90px;

  outline: none;

  padding-left: 0.5rem;

  padding-top: 0.5rem;
}

section.contactus .btn-1 {
  background-color: #d10505;

  width: 190px;

  height: 40px;

  border: 0;

  color: #fff;

  margin-top: 1rem;

  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  border: 2px solid transparent;
}

section.contactus .btn-1:hover {
  border: 2px solid #d10505;

  background-color: transparent;

  color: #000;
}

section.contactus h3 {
  color: #d10505;
}

section.contactus ul i {
  background-color: #d10505;

  /* padding: 1rem; */

  width: 45px;

  height: 45px;

  font-size: 25px;

  color: #fff;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 0.5rem;
}

section.contactus ul li {
  font-size: 18px;

  font-weight: 500;

  margin-bottom: 1rem;

  padding-bottom: 0.5rem;
}

footer form {
  width: 100%;
}

/* =============================== about us ============================== */

section.about-us p {
  font-size: 18px;

  text-align: justify;

  line-height: 32px;
}

section.expr .heading {
  font-size: 22px;

  font-weight: 600;

  margin-bottom: 0.5rem;

  list-style: none;
}

section.expr ul li {
  list-style: disc;

  font-size: 19px;
}

section.experts .content .image {
  position: relative;
}

section.experts .content .social {
  position: absolute;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}

/* ============================== service ======================= */

section.service .card {
  text-align: center;
}

section.service .card img {
  height: 80px;
}

/* ======================= media ========================= */

@media only screen and (max-width: 1600px) {
  section.hero .carousel-inner > .carousel-item > a > img {
    width: 100%;

    height: 60vh;

    object-fit: cover;
  }
}

@media only screen and (max-width: 1400px) {

  section.search-result-bar .btn-dark{
    padding: 10px;
    font-size: 16px;
  }

  footer .box {
    max-width: 80%;

    left: 50%;

    top: 0%;
  }

  section.result-show .grid .sub-heading {
    font-size: 19px;
  }

  .flex_2 h3 {
    font-size: 22px !important;

    /* .flex_2 h2{
      ww
    }; */
  }
}

@media only screen and (max-width: 1399px) {
  section.result-show .name-grid {
    grid-template-columns: 75px 1fr;

    grid-gap: 0 10px;
  }


  section.signle_detail_page .main_svg svg{
    width: 100px !important;
    height: 100px !important;
  }

  section.result-show .name-grid .left span {
    font-size: 25px;
  }

  section.result-show .grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 270px));
  }

  section.result-show .grid .sub-heading {
    font-size: 15px;
  }

  section.result-show .name-grid .right h5 {
    width: 168px;

    font-size: 17px;
  }

  section.result-show .value-grid .value-name {
    font-size: 15px;
  }

  section.result-show .value-grid .value {
    font-size: 14.5px;
  }

  section.result-show .line-grid {
    grid-template-columns: 80px 1fr;

    grid-gap: 0 10px;
  }

  section.result-show .line-grid .left span {
    font-size: 25px;
  }

  section.result-show .line-grid .right h5 {
    width: 200px;

    font-size: 19px;
  }

  section.result-show .value-line-grid .value-name {
    color: #a0a0a0;

    font-weight: 500;

    margin-bottom: 0.2rem;

    font-size: 19px;

    text-transform: uppercase;
  }

  section.result-show .value-line-grid .value {
    color: #000;

    font-weight: 400;

    font-size: 17px;
  }
}

@media only screen and (max-width: 1199px) {


  
  section.signle_detail_page .main_svg svg{
    width: 80px !important;
    height:80px !important;
  }

  section.signle_detail_page .flex_box p {
    font-size: 17px !important;
  }

  section.signle_detail_page .grid h6 {
    font-size: 14px !important;
  }

  section.signle_detail_page .flex_box h6 {
    font-size: 15px !important;
  }

  section.experts .details {
    padding: 0px 38px;
  }

  .flex_2 h2 {
    width: 50px;
    height: 50px;
  }

  .flex_2 h3 {
    font-size: 17px !important;
  }

  h5 {
    font-size: 19px;
  }

  section.hero .bg {
    background: url("../image/home-banner.jpg");

    background-position: center;

    background-size: cover;

    height: 470px;
  }

  section.hero .content p {
    max-width: 50%;
  }

  section.search-result-bar h5 {
    font-size: 23px;

    margin-top: 15px;
  }

  section.search-result-bar .col-md-1 {
    padding: 0;
  }

  section.upcoming-race .btn-1 {
    font-size: 15px;
  }

  section.feedback .item-1 p {
    line-height: 26px;
  }

  section.about img {
    top: 30%;
  }

  footer h4 {
    font-size: 20px;
  }

  footer .para-2 {
    max-width: 90%;

    font-size: 15px;
  }

  footer .para {
    font-size: 14px;

    max-width: 95%;
  }

  footer button {
    width: 80px;
  }

  section.result-show .name-grid {
    grid-template-columns: 100px 1fr;

    grid-gap: 0 10px;
  }

  section.result-show .box {
    padding: 1rem;
  }

  section.result-show .name-grid .left span {
    font-size: 25px;
  }

  section.result-show .name-grid .right h5 {
    width: 205px;

    font-size: 20px;
  }

  section.result-show .value-grid .value-name {
    font-size: 18px;
  }

  section.result-show .value-grid .value {
    font-size: 16px;
  }

  section.result-show .line-grid {
    grid-template-columns: 90px 1fr;

    grid-gap: 0 10px;
  }

  section.result-show .line-grid .left span {
    font-size: 25px;
  }

  section.result-show .line-grid .right h5 {
    width: 150px;

    font-size: 18px;
  }

  section.result-show .value-line-grid .value-name {
    color: #a0a0a0;

    font-weight: 500;

    margin-bottom: 0.2rem;

    font-size: 18px;

    text-transform: uppercase;
  }

  section.result-show .value-line-grid .value {
    color: #000;

    font-weight: 400;

    font-size: 16px;
  }

  section.single-result .main-box .runner-value-grid p {
    font-size: 19px;
  }

  section.split-time .heading h6 {
    font-size: 13px;
  }

  section.result-show .grid .sub-heading {
    font-size: 16px;
    flex: none;
  }

  section.result-show .grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 230px));
  }

  section.result-show .grid .main-box select {
    padding-left: 0.5rem;
  }
}

@media only screen and (max-width: 990px) {


  section.recent-result .card {
  
    height: 250px;
  }
  
  section.recent-result .card img {
    height: 250px;
  }
  


  section.signle_detail_page .main_svg svg{
    width: 130px !important;
    height:130px !important;
  }

  nav {
    height: auto;
  }

  nav .nav-link {
    margin-bottom: 1.1rem;
  }

  h5 {
    font-size: 17px;
  }

  section.hero .bg {
    height: 380px;
  }

  section.hero .content p {
    max-width: 65%;
  }

  section.search-result-bar h5 {
    margin-top: 0px;
  }

  section.search-result-bar .col-md-1 {
    padding: 0;
  }

  section.upcoming-race .btn-1 {
    font-size: 14px;

    width: 170px;
  }

  section.upcoming-race .card {
    padding: 0;
  }

  section.upcoming-race .card h5 {
    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
  }

  section.recent-result .card h5 {
    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
  }

  section.feedback .item-1 p {
    line-height: 26px;
  }

  section.about h1 {
    font-size: 30px;
  }

  section.about small {
    font-size: 16px;
  }

  section.about img {
    top: 35%;
  }

  section.about .box {
    width: 35%;
  }

  section.about .box-1 {
    max-width: 100%;
  }

  section.blog .date {
    font-size: 14px;
  }

  section.partners .grid {
    grid-gap: 0 30px;
  }

  section.upcoming-race h6 {
    font-size: 15px;
  }

  footer .box {
    max-width: 90%;
  }

  footer h4 {
    font-size: 15px;
  }

  footer .para-2 {
    max-width: 90%;

    font-size: 14px;

    line-height: 26px;
  }

  footer .para {
    font-size: 14px;

    max-width: 95%;
  }

  footer .col-md-5 {
    display: flex;

    align-items: center;
  }

  footer button {
    width: 60px;

    font-size: 12px;
  }

  section.result-show .line-grid .right h5 {
    width: 300px;
  }

  section.result-show .line-grid {
    grid-gap: 0 15px;
  }

  section.result-show .grid {
    max-width: 100%;
    margin: 0 auto;
  }

  section.result-show .grid .main-box {
    display: flex;

    justify-content: center;

    align-items: center;

    max-width: 95%;

    margin: 0 auto;
  }

  section.result-show .grid .main-box .select-box {
    background-color: #f4f3f3;

    width: 60%;

    border-radius: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    -ms-border-radius: 10px;

    -o-border-radius: 10px;
  }

  section.single-result .main-box .runner-value-grid p {
    font-size: 17px;
  }

  section.split-time .heading h6 {
    font-size: 16px;
  }

  section.result-show .btn-box {
    max-width: 100%;
  }

  section.result-show .grid {
    grid-template-columns: repeat(auto-fit, minmax(163px, 232px));
  }
}

@media only screen and (max-width: 767px) {
  .topbar {
    display: none;
  }

  section.signle_detail_page .table_box table{
    width: max-content !important;
  }
  section.signle_detail_page table th, section.signle_detail_page table td{
    padding: 12px;
  }

  section.signle_detail_page .flex_box p{
    font-size: 20px !important;
  }


  nav .navbar-brand {
    padding: 0 !important;
  }

  h5 {
    font-size: 25px;
  }

  section.hero .bg {
    height: 350px;

    text-align: center;
  }

  section.hero .content p {
    max-width: 90%;

    font-size: 14px;

    line-height: 23px;

    margin: 0 auto;
  }

  section.hero .content .btn {
    font-size: 14px;

    width: 148px;
  }

  section.hero h2 {
    font-size: 30px;
  }

  section.hero .container {
    top: 44%;
  }

  section.upcoming-race .btn-1 {
    width: 220px;

    font-size: 16px;
  }

  section.search-result-bar .box .search-icon {
    max-width: 70%;

    margin: 0 auto;
  }

  section.about .box {
    width: 50%;
  }

  section.about p {
    line-height: 32px;
  }

  section.partners .grid {
    grid-template-columns: repeat(3, 1fr);

    grid-gap: 50px 30px;

    justify-content: center;
  }

  section.about h1 {
    font-size: 25px;
  }

  section.search-result-bar .box {
    max-width: 99%;

    margin: 0 auto;
  }

  footer h4 {
    font-size: 20px;
  }

  footer h3 {
    text-align: center;
  }

  footer .para-2 {
    max-width: 100%;

    font-size: 14px;

    line-height: 26px;
  }

  footer .para {
    font-size: 14px;

    max-width: 100% !;

    text-align: center;

    margin-bottom: 1rem;
  }

  footer button {
    width: 100px;

    font-size: 15px;
  }

  footer .box {
    padding: 1rem;
  }

  section.result-show .value-line-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    text-align: center;

    grid-gap: 15px 0;

    align-items: center;

    height: 100%;
  }

  section.result-show .line-grid .right h5 {
    font-size: 20px;

    width: 250px;
  }

  section.result-show .name-grid .right h5 {
    width: 250px;
  }

  section.single-result .main-box .list-box {
    left: 0.5rem;

    width: 90px;

    height: 92px;
  }

  section.single-result .main-box .name-runner h3 {
    font-size: 25px;
  }

  section.single-result .main-box .name-runner .name-details {
    font-size: 18px;

    margin: 0;
  }

  section.single-result .main-box .runner-value-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    text-align: center;

    margin-top: 3rem;

    padding: 0 0rem 0.5rem 0;

    grid-gap: 20px 0;
  }

  section.split-time .heading h6 {
    font-size: 14px;
  }

  section.result-show .btn-1 {
    margin: 0 auto;
    margin-top: 10px;
  }

  section.banner-result .title {
    font-size: 25px;

    padding: 0px 97px;
  }

  section.result-show .grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
  }
}

@media only screen and (max-width: 600px) {
  section.banner-result .title {
    padding: 0px 40px;
  }

  section.signle_detail_page .size{
    font-size: 16px !important;
    margin: 0 !important;
  }

  section.search-result-bar {
    transform: translateY(0);
  }
  .navbar-brand img {
    width: 140px;
  }

  .carousel-item img {
    height: 192px;
    object-fit: cover;
    object-position: left;
  }

  .flex_2 h3 {
    font-size: 20px !important;
  }

  section.search-result-bar .container {
    border-radius: 0;
  }
}

@media only screen and (max-width: 523px) {
  section.result-show .grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 361px));
  }

  section.result-show .grid .sub-heading {
    text-align: center;
    flex: 1;
  }

  .result_Show table th,
  .result_Show table td {
    font-size: 12px;
  }

  section.search-result-bar .container {
    padding: 1rem;
    color: #fff;
}
/* .search{
  width: 50%;
} */
}

@media only screen and (max-width: 499px) {
  section.signle_detail_page .main_svg svg{
    width: 100px !important;
    height:100px !important;
  }
  
  
  section.single-result .main-box .list-box {
    left: 50%;

    top: -0.5rem;

    transform: translate(-50%, 0%);

    position: relative;

    width: 90px;

    height: 92px;

    -webkit-transform: translate(-50%, 0%);

    -moz-transform: translate(-50%, 0%);

    -ms-transform: translate(-50%, 0%);

    -o-transform: translate(-50%, 0%);
  }

  section.single-result .main-box .name-runner h3 {
    font-size: 26px;

    text-align: center;

    margin-bottom: 0.2rem !important;

    margin-top: 0.5rem !important;
  }

  section.single-result .main-box .name-runner .name-details {
    font-size: 17px;

    margin: 0;
  }

  section.single-result .main-box .runner- {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    text-align: center;

    margin-top: 1.5rem;

    padding: 0 0rem 0.5rem 0;

    grid-gap: 25px 0;
  }

  section.split-time .heading h6 {
    font-size: 14px;
  }

  section.hero .bg {
    height: 320px;

    text-align: center;
  }

  section.hero .content p {
    max-width: 95%;

    font-size: 14px;

    line-height: 23px;

    margin: 0 auto;
  }

  section.hero .content .btn {
    font-size: 14px;

    width: 148px;
  }

  section.hero h2 {
    font-size: 30px;
  }

  section.hero .container {
    top: 44%;
  }

  footer button {
    width: 80px;
    font-size: 15px;
  }

  section.banner-result .title {
    font-size: 23px;
    padding: 0px 12px;
  }

  section.single-result .main-box .Certificate img {
    width: 65px;
  }

  section.single-result .main-box .Certificate {
    top: 10px;
  }

  section.banner-result .carousel-item img {
    height: 340px;
  }
}

@media only screen and (max-width: 457px) {
  section.split-time .box {
    padding: 0.8rem;

    overflow: scroll;
  }

  section.split-time .heading h6 {
    font-size: 11px;
  }

  section.split-time .heading,
  section.split-time .value,
  section.split-time .values {
    grid-gap: 0 10px;
  }

  section.single-result .main-box .runner-value-grid p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 413px) {
  section.single-result .main-box .runner-value-grid p {
    font-size: 13px;
  }

  section.split-time .heading h6 {
    font-size: 10px;
  }

  section.result-show .grid .main-box {
    max-width: 80%;
  }
}

@media only screen and (max-width: 320px) {
  section.about h1 {
    font-size: 21px;
  }

  section.result-show .line-grid .right h5 {
    font-size: 17px;

    width: 200px;
  }

  section.result-show .name-grid .right h5 {
    width: 200px;

    font-size: 17px;
  }

  section.banner-result .title {
    font-size: 25px;
  }

  section.result-show .value-grid .value-name,
  section.result-show .value-line-grid .value-name {
    font-size: 16px;
  }

  section.single-result .main-box .runner-value-grid p {
    font-size: 11px;
  }

  section.split-time .heading h6 {
    font-size: 8px;
  }

  section.result-show .grid .sub-heading {
    font-size: 16px;
  }
}

/* ======================= media end ========================= */

.result_Show table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: scroll !important;
}

.result_Show table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.result_Show table tr {
  border: 1px solid #ddd;
  padding: 0.35em;
  cursor: pointer;
  transition: all 0.5s ease;
}

.result_Show table th,
.result_Show table td {
  padding: 0.625em;
  text-align: center;
}

.result_Show table tr:hover {
  background-color: #d10505;
  color: #fff;
}

.result_Show table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
