body {
  font-family: 'Montserrat', sans-serif;
	
}
h2 {
  font-weight: 900;
  font-size: 42px;
  color: #a7292b;
	
}
h3 {
  font-weight: 900;
  font-size: 42px;
}
p {
  font-weight: 400;
  font-size: 22px;
  color: #000;
}
.small p {
  font-size: 19px;
}
.medium p {
  font-weight: 500;
}
.bold {
  font-weight: 900;
}
.btn-primary {
  background: #a7292b;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #a7292b;
  font-weight: 600;
  padding: 13px 30px;
  font-size: 20px;
}
.btn-primary:hover {
  background: transparent;
  color: #a7292b;
  border: 2px solid #a7292b;
}
.container {
  max-width: 1280px;
}
.header {}
.header .nav-link {
  font-weight: 700;
  color: #606062;
  text-transform: uppercase;
  padding: 10px 15px !important;
  font-size: 18px;
  transition: all .3s;
}
.header .nav-link:hover {
  color: #a83133;
}
.bgwhite1 {
	background: #FFFFFF !important;
}

.form-box select {
        padding: 1.06rem 0.75rem !important;
    appearance: auto!important;
 
}
/* .hero-sec {
  background-image: url(../images/hero-banner.jpg);
  min-height: 636px;
  background-repeat: no-repeat;
} */
.hero-sec h2 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 25px;
}
.hero-sec p {
  font-size: 26px;
  color: #fff;
}
.hero-sec .form-box {
  background-color: #a83133;
  padding: 35px;
  border-radius: 25px;
  max-width: 652px;
  margin-top: -45px;
  width: 100%;
}
.hero-sec .form-box p {
  font-size: 18px;
  /*text-transform: uppercase;*/
  margin: 0;
}

.hero-sec .form-box .small p {
  font-size: 13px;
  margin-top: 10px;
 
}

.whatsapp-chat {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
  transition: all 500ms ease-in-out;
}

.whatsapp-chat a {
  display: inline-block;
  padding: 8px 15px 9px;
  background: #3cb94a;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  transition: all 500ms ease-in-out;
  text-decoration: none;
}

.whatsapp-chat a span {
  color: #fff;
  font-size: 15px;
}

.phone-ft {
	position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  transition: all 500ms ease-in-out;
}

.phone-ft img {
	width: 50px;
}

.hero-sec .form-box h2 {
  font-size: 36px;
  margin-bottom: 0;
}
.hero-sec .form-box .form-control {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  color: #606062;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
}
.hero-sec .form-box .btn-primary {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  background-color: #393430;
  border: 0;
  border-radius: 7px;
  padding: 15px 45px;
}
.hero-sec .form-box .btn-primary:hover {
  color: #393430;
  background-color: #fff;
}

.hero-slider .slick-prev {
 
  z-index: 5;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 20px;
  top: inherit;
  transform: translateX(-20px);
}

.hero-slider .slick-next {
  right: 0;
  z-index: 5;
  left: 0;
  margin: auto;
  bottom: 20px;
  top: inherit;
  transform: translateX(20px);

}

.hero-slider .slides{
 min-height: 636px;
 width: 100%;

}

.hero-slider .slide1{
background-image: url(../images/hero-banner.jpg);
 background-position: center top;
	background-size: cover;
 }
.hero-slider .slide2{
background-image: url(../images/hero-banner1.jpg);
 background-position: center top;
	background-size:cover;
 }
.hero-slider .slide3{
background-image: url(../images/hero-banner2.jpg);
 background-position: center top;
	background-size: cover;
 }
.hero-slider .slide4{
background-image: url(../images/hero-banner3.jpg);
 background-position: center top;
	background-size: cover;
 }
.hero-slider .slide5{
background-image: url(../images/hero-banner4.jpg);
 background-position: center top;
	background-size: cover;
 }

 .hero-sec .hero-inner{

 position: absolute;
    top: 60px;
    left: 0;
    right: 0;

 }

.pemonth {
	position: relative;
}
.pemonth span {
	padding: 10px;
	background: #a7292b;
	color: #fff !important;
	font-size: 14px !important;
	margin: 0 0 0 0;
	position: absolute;
	left: 170px;
	top: 12px;
	border-radius: 5px;
	font-weight: 700;
}
.pemonth i {
	font-size: 14px;
}

.form-check-label {
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
}
.navbar-toggler-icon {
  width: 35px;
  height: 22px;
  background-image: url(../images/menu-toogle.png);
}
.navbar-toggler {
  padding: 0;
}
.home-second-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-second-sec span {
  color: #a7292b;
}
.home-second-sec p {
  line-height: 35px;
}
.choose-sports {
  background-image: url(../images/choose-bg.jpg);
  background-position: center top;
  min-height: 740px;
  position: relative;
  background-size: cover;
}
.choose-sports .center-circle {
  max-width: 730px;
  min-height: 730px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  padding-top: 100px;
  bottom: -200px;
}
.choose-sports .center-circle h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.choose-sports .center-circle ul {
  text-align: left;
}
.choose-sports .center-circle li {
  font-weight: 700;
  color: #606062;
  font-size: 20px;
	line-height: normal;
  padding-bottom: 13px;
  background-image: url(../images/red-bullet.png);
	background-size: 12px;
  background-repeat: no-repeat;
  padding-left: 20px;
  list-style: none;
  background-position-y: 5px;
}
.choose-sports .center-circle li li {
  font-weight: 500;
  padding-bottom: 10px;
  font-size: 16px;
  background-position-y: 7px;
  background-size: 10px;
}
.choose-sports .game-box {
  position: absolute;
  text-align: center;
}
.choose-sports .game-box.football {
  left: 0;
  right: 0;
  top: 76px;
}
.choose-sports .game-box.cricket {
  left: 3%;
  bottom: 118px;
}
.choose-sports .game-box.basketball {
  left: 3%;
  top: 292px;
}
.choose-sports .game-box.badminton {
  right: 3%;
  top: 292px;
}
.choose-sports .game-box.tenis {
  right: 3%;
  bottom: 118px;
}
.choose-sports .game-box.football {
  left: 0;
  right: 0;
  top: 66px;
}
.choose-sports .game-box h2 {
  font-size: 32px;
  color: #fff;
}
.know-sports {
  background-color: #f0edea;
  overflow: hidden;
  position: relative;
  padding-top: 120px;
	padding-bottom: 70px;
}
.know-sports .small_1 {
  font-size: 26px;
}
.know-sports .small_2 {
  font-size: 19px;
}
.know-sports .big {
  font-size: 50px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
}
.know-sports .big span {
  color: #a7292b;
}
.know-sports .btn-small {
  font-size: 16px;
  background-color: #fff;
  color: #606062;
  border: 1px solid #ccc;
  border-radius: 0;
  font-weight: 700;
  margin-right: 13px;
}
.know-sports span {
  color: #000;
}
.know-sports img {
  position: absolute;
  left: 0;
  width: 52%;
  bottom: 0;
}
.know-sports .btn-small {
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 15px;
}
.key-highlights {
  padding-top: 80px;
  padding-bottom: 80px;
}
.key-highlights h2 {
  text-align: center;
}
.key-highlights .inner {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 6px;
  height: 100%;
}
.key-highlights .inner img {
  margin-right: 25px;
}
.key-highlights .inner p {
  margin: 0;
  font-size: 20px;
  color: #5d5d5f;
}

.cta-need {
 background: #496903;
  padding-top: 60px;
  padding-bottom: 60px;
	text-align: center;
}
.cta-need h2 {
  text-align: center;
  color: #fff;
	font-size: 27px;
	line-height: 40px;
}
.cta-need .btn {
	margin: 15px auto 0 auto;
	
}
.cta-need .btn-primary {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  background-color: #FFFFFF;
	border: 2px solid #fff;
  border: 0;
  border-radius: 7px;
  padding: 14px 40px;
	box-shadow: none;
}
.cta-need .btn-primary:hover {
  color: #fff !important;
	background: none !important;
  background-color: none !important;
	border: 2px solid #fff !important;
}

.sports-program {
  background-image: url(../images/sports-program-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 110px;
}
.sports-program h2 {
  text-align: center;
  color: #fff;
}
.sports-program .inner {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.sports-program .inner h2 {
  font-size: 30px;
  color: #a7292b;
  margin-bottom: 20px;
}
.sports-program .inner p {
  font-size: 17px;
  text-align: left;
}
.sports-program .inner img {
  margin-bottom: 15px;
}
 
.fitness-all {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fitness-all ul {
  padding: 0;
  margin-top: 20px;
}
.fitness-all li {
  font-weight: 500;
  color: #606062;
  font-size: 24px;
  padding-bottom: 16px;
  background-image: url(../images/red-bullet.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  list-style: none;
  background-position-y: 12px;
}
.accordion-sec {
  background-color: #f18531;
  padding-top: 100px;
  padding-bottom: 100px;
}
.accordion-sec h2 {
  text-align: center;
  color: #fff;
}
.accordion-sec .question {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(57, 64, 70, .15);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
  transition: all .3s
}
.accordion-sec .question h3 {
  color: #5d5d5f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .28px;
  margin: 0
}
.accordion-sec .column-item .question {
  background: #fff;
  border-radius: 10px;
}
.accordion-sec .column-item.jquery-accordion-active .question,
.accordion-sec .question:hover {}
.accordion-sec .question .minus {
  display: none
}
.accordion-sec .column-item.jquery-accordion-active .minus {
  display: block
}
.accordion-sec .column-item.jquery-accordion-active .plus {
  display: none
}
.accordion-sec .column-item .content {
  display: none;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  width: 98%;
  margin: auto;
  border-radius: 0 0 10px 10px;
}
.accordion-sec .column-item {
  margin-bottom: 23px;
}
.accordion-sec .column-item .content p {
  font-size: 19px;
}
.accordion-sec .column-item .content li {
  font-size: 19px;
}

.accordion-sec .minus,
.accordion-sec .plus {
  border-radius: 50%;
  color: #5d5d5f;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  width: 20px
}
.key-highlights2 {
  background-image: url(../images/footer-bg.jpg);
  background-position: left bottom;
  min-height: 670px;
  padding-top: 70px;
  background-repeat: no-repeat;
	background-size: 100%;
}
.key-highlights2 h2 {
  text-align: center;
  color: #000;
}
.key-highlights2 .inner {
  display: flex;
  align-items: center;
}
.key-highlights2 .icon-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 3%;
}
.key-highlights2 .inner h2 {
  color: #ac3335;
  font-size: 42px;
  line-height: 31px;
  text-align: left;
  margin: 10px 0 5px 0;
}
.key-highlights2 .inner p {
  color: #2b2b2b;
  font-size: 21px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.key-highlights2 .inner img {
  margin-right: 15px;
}

.footer{
  background-color: #393430;
	padding: 50px 0 !important;
}

.footer .fa-brands{
  color: #f58634;
  font-size: 25px;
  margin: 0 5px;

}

.footer p{
  color: #dcdcdc;
  font-size: 16px;
  margin: 0;

}

.footer a{
  color: #dcdcdc;
  text-decoration: none;
 
}

.footer .border-top {
	border-top: 2px solid #4c4946 !important;
}

.px-xl-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

.facilities h2 {
	text-align: center;
	margin: 0 0 25px 0;
}

.facilities-slider .inner{
position: relative;
}

.facilities-slider .overlay{
background-color: rgba(0, 0, 0, .7);
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
opacity: 0;
transition: all .3s;
  }

  .facilities-slider .overlay:hover{
 
    opacity: 1;
      }

  .facilities-slider .overlay p{
  font-size: 25px;
  color: #fff;
      }

      .facilities-slider .slick-dots li button:before {
        
        font-size: 14px;
        
    }

    .facilities-slider .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #a7292b;
  }

.facilities .inner {
	margin-bottom: -7px;
}

@media (max-width: 1500px) {

  .whatsapp-chat {
    
    bottom: 10px;
 
  }

  .choose-sports .game-box h2 {
    font-size: 29px;
  }
	
	.know-sports {
	  padding-top: 50px;
		padding-bottom: 10px;
	}

}
@media (max-width: 1250px) {
  .key-highlights2 .icon-box {
    margin: 20px;
  }
  .choose-sports .center-circle {
    transform: scale(.9);
  }
  .choose-sports {
    padding-top: 50px;
  }
  .choose-sports .game-box {
    position: static;
    display: inline-block;
    margin: 25px;
  }
  .header .nav-link {
 
    font-size: 18px;
    
  }
  .navbar-nav {
    padding-top: 20px;
    padding-bottom: 25px;
  }
 
  .hero-sec h2 {
    font-size: 44px;
  }
  .hero-sec p {
    font-size: 23px;
  }
}

@media (max-width: 1199px) {
.header .nav-link {
  padding: 10px 0 !important;
 
  border-bottom: 1px solid #dfdfdf;
}

}

@media (max-width: 1100px) {
  .sports-program .inner h2 {
    font-size: 29px;
  }
  .sports-program .slides {
    min-height: auto;
  }
  .slick-next {
    right: -10px !important;
  }
  .slick-prev {
    left: -10px !important;
  }
  .choose-sports .game-box h2 {
    font-size: 23px;
  }
  .choose-sports .game-box img {
    margin-bottom: 15px;
  }
  .choose-sports .game-box {
    margin: 15px;
  }
}
@media (max-width: 850px) {
  .choose-sports .center-circle {
    position: static;
    margin: auto;
    align-items: center;
    padding: 50px;
  }
}
@media (max-width: 991px) {

  .hero-slider .slick-prev {
 
    right: inherit;
    left: 10px !important;
    margin: auto;
    bottom: inherit;
    top: 60%;
    transform: translateX(0);
  }
  
  .hero-slider .slick-next {
   
    left: inherit;
    right: 10px !important;
    margin: auto;
    bottom: inherit;
    top: 60%;
    transform: translateX(0);
  
  }

  .home-second-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

  .hero-sec .form-box h2 {
    margin-top: 0;
}

  .hero-sec .hero-inner {
    position: relative;
    top: 0px;
 
    margin-top: -600px;
}

  .hero-sec h2 {
 
    margin-top: 80px;
}

  .know-sports img {
    position: static;
    width: 70%;
  }
 
  .hero-sec .form-box {
    margin: 80px auto auto auto;
}
}
@media (max-width: 767px) {

  .whatsapp-chat {
    
    bottom: 10px;
 
  }
  .form-box select {
    padding: 0.7rem 0.75rem !important;
  
}
  .key-highlights2 {
    min-height: 970px;
  }
  .key-highlights2 .icon-box {
    display: block;
    margin: 20px auto;
  }
  .key-highlights2 .icon-box .inner {
    display: block;
    margin-bottom: 30px;
  }
  .key-highlights2 .inner p,
  .key-highlights2 .inner h2 {
    text-align: center;
  }
  .key-highlights2 {
    background-size: contain;
  }
  .home-second-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width:620px) {

  .hero-slider .slick-prev {
 
    top: 55%;
 
}

.hero-slider .slick-next {
 
  top: 55%;

}

  .hero-sec .form-box .form-control {
    font-size: 15px;
 
    line-height: 2;
 
}
.form-check-label {
  
  font-size: 11px;
 
}
.fitness-all {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-second-sec p {
  line-height: 27px;
  font-size: 18px; 
}

.hero-sec .form-box .btn-primary {
  font-size: 17px;
  
  padding: 9px 35px;
}

  .hero-slider .slide1{
    
     background-position: left;
     
     }

  .hero-sec h2 {
    font-size: 34px;
}
.hero-sec p {
  font-size: 18px;
  line-height: 24px;
}
.hero-sec .form-box h2 {
  font-size: 27px;
 
}

  .choose-sports {
    padding-bottom: 50px;
  }
  .choose-sports .center-circle {
    border-radius: 25px;
    padding: 40px 20px;
  }
  .choose-sports .center-circle {
    transform: scale(1);
    min-height: auto;
  }
  .know-sports img {
    width: 100%;
  }
  .choose-sports .game-box {
    display: block;
    margin: 35px auto;
  }
  p {
    font-size: 18px;
  }
  .slick-next {
    right: -10px !important;
  }
  .slick-prev {
    left: -10px !important;
  }
  h2 {
    font-size: 32px;
  }
  .fitness-all li {
    font-size: 20px;
  }
  .fitness-all li {
    background-position-y: 8px;
  }

  .hero-sec .form-box {
   
    padding: 35px 20px;
 
}
	
	.pemonth span {
			padding: 7px;
			font-size: 14px !important;
			left: 170px;
			top: 16px;
		}

}
@media (max-width: 430px) {

  .hero-slider .slick-prev {
 
    top: 65%;
 
}

.hero-slider .slick-next {
 
  top: 65%;

}

  .accordion-sec .question h3 {
    font-size: 18px;
  }
  .choose-sports .center-circle ul {
    padding: 0 0 0 15px;
  }
  .btn-primary {
    padding: 9px 24px;
    font-size: 18px;
  }
  .accordion-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sports-program .slides p {
    font-size: 17px !important;
  }
  .sports-program h2 {
    line-height: 43px;
  }
 
  .sports-program .slides h2 {
    font-size: 28px;
  }
  .key-highlights .inner {
    display: block;
    text-align: center;
  }
  .key-highlights .inner img {
    margin-right: auto;
    margin-bottom: 10px;
  }
  .logo {
    width: 171px;
  }
  .choose-sports .center-circle h2 {
    font-size: 30px;
  }
  .choose-sports .center-circle li {
    font-size: 22px;
  }

}

@media (max-width: 350px) {

  .hero-slider .slick-prev {
 
    top:70%;
 
}

.hero-slider .slick-next {
 
  top:70%;

}

}