*{
  font-family: 'Poppins'!important;
}
.sport_cards {
  padding: 50px 0 80px;
  width: 100%;
}
.sport_cards .container {
  max-width: 1200px;
  width: 100%;
}
.sportdata ul {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}
.sportdata {
  text-align: center;
} 
.sportdata ul li {
  width: 20%;
  float: left;
  padding: 15px;
  min-width: 230px;
}
.sportdata ul li .box {
  min-height: 220px;
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 15px 10px;
  box-shadow: 0 0 6px 0 #e3e3e3;
  border-radius: 5px;
  transition: .3s linear;
  transform: translateX(0);
}
.sportdata ul li:hover .box {
  box-shadow: 0 10px 80px 0 rgba(0, 0, 0, .11);
  transform: translateY(-15px);
}
.sportdata ul li .box img {
  max-width: 80px;
}
.sportdata ul li .box p {
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 0;
}
.sportdata ul li .box span {
  font-weight: 300;
  font-size: 17px;
  text-align: center;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 0 0 30px 0;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #5c9f24;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2a2a2a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #505050;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #505050;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #777777;
}

.about .content{
  padding: 0px 0px!important;
}
.text-justify {
  text-align: justify!important;
}
span.nav-link h5{
  margin-bottom: 0px!important;
}
.navbar span{
  border: 2px solid #5c9f24;
  padding: 5px!important;
  border-radius: 4px;
  cursor: default;
  margin: 15px;
  & i{
    color: #5c9f24;
  }
} 
/*.navbar span:hover{
  padding: 5px!important;
  color: #fff!important;
  background-color: #5c9f24!important;
  cursor: pointer;
  & i{
    color: #fff;
  }
} */
.contact .box { 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    min-height: 280px!important;
}
.contact .box:hover { 
    background: initial!important;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
th,td {
  border: 2px solid #eee!important;
  padding: 1rem!important;
}

@media (min-width:320px) and (max-width:772px){
    .carousel-item:nth-child(1){
        background-size: cover !important;
        background-position: 20% !important;
    }
    .carousel-item:nth-child(2),.carousel-item:nth-child(3){
        background-size: cover !important;
        background-position: 28% !important;
    }
    #emailWrap{
      word-break: break-all;
    }
    #tableResponsive{
      overflow-x: scroll!important;
      width: 100%!important;
      & table{
          width: 85%!important; 
          margin: 0 auto!important;
      }
    }
}

@media (min-width:773px) and (max-width:992px){
    .carousel-item:nth-child(1){
        background-size: cover !important;
        background-position: 40% !important;
    }
    .carousel-item:nth-child(2),.carousel-item:nth-child(3){
        background-size: cover !important;
        background-position: 50% !important;
    }

}
    
@media (min-width:993px){
  #emailWrap{
      display: flex!important;
  }
}

#tableResponsive table{
  width: 100%!important;
  margin: 0 auto!important;
}

.slick-next:before,.slick-prev:before{
  color: #000!important;
}

.carousel-container iframe{
  padding: 10px!important;
  border: 1px solid #eee!important;
  height: 200px;
}

.slider{
  margin: auto;
  cursor: pointer;
}

.slick-center{
  transition:  1s;
  color: #e67e22;
  opacity: 1;
  transform: scale(1.1)!important;
}
.slick-center img{
  padding: 5px;
  border: 2px solid #eee;
  object-fit: center;
  object-position: center;
}
.slick-slide:not(.slick-center){
/*.slick-slide{*/
  color: #e67e22;
  opacity: 1;
  transform: scale(0.8)
}

.modal-content{
  background-color:transparent!important;
  border: none!important;
}
.modal-custom{
  max-height: 90vh!important;
  max-width: 90vw!important;
  display: flex;
}
.slick-track{
  padding: 10px 0px!important;
}
.slider span{
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

a#whatsapp {
      position: fixed;
    z-index: 1;
    background-color: transparent !important;
    bottom: 100px;
    color: #FFF;
    right: 0px;
    background: #FE980F;
}


#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/Why-choose-us.jpg) fixed top center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-btn-container {
    text-align: center;
    padding-top: 10px 0px;
}
#subscribe  p.subscribe-text{
    color: #fff!important;
}
#subscribe .subscribe-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#subscribe .subscribe-btn:hover {
    background: #5c9f24;
    border: 2px solid #5c9f24;
}
.subscribe-title {
  color: #fff!important;
}


.active>.page-link, .page-link.active{
  background-color:#5c9f24!important;
  border-color:#5c9f24!important;
  color: #fff!important;
}

.page-link{
  color: #5c9f24!important;
}