/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
 
 body {
padding:0;
margin:0;
}

@page {
  margin: 0;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(255,255,255,0.7);
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* Preloader end*/

.clr{clear:both;}


.customcontainer {
    width: 1100px;
}


.gap{padding:100px 0 40px;}

.nogap{padding:0;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:2000;
}

.headertop{background:#000; text-align:right; padding:2px 10px;
}

.headerresponsive{display:none;}
.header{display:block;}

header{background: url(../images/titlebg.png) no-repeat right bottom; background-color:#ffffff;}


h2>a {
    padding:0 0 0 10px;
	color:#ffffff;
	font-family: 'Anton'; font-size: 38px;
	text-decoration:none;
}

h2>a:hover {color:#ffffff; text-decoration:none;}

.nav-link {
    padding: .2rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color:#000000;
	border:solid 4px transparent;
	font-size:13px;
	font-family: "Oswald", sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:4px 10px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background:#f74f21;
	color:#ffffff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: #111547;
    background: #f74f21;
}


.navbar-dark {
    position: relative;
    padding:0 10px;
    background:#ffffff;
	}	
	
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color:#e90667;
	color: #ffffff;
}	

.navbar-toggler {
    padding:2px 5px;
}

.dropdown-item {
    font-size:14px;
	border-bottom:solid 1px #cccccc;
}

.dropdown-item:last-child {border-bottom:0;}

.dropdown-item:hover {
    background:#e90667;
	color:#ffffff;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
}


h1 {font-size:35px; padding:3px 0 15px; position:relative; font-family: "Oswald", sans-serif; color:#f74f21;}

h1:before{content:""; position:absolute; left:0; bottom:10px; width:100px; height:2px; background-color:#f74f21; z-index:100;}

h1 > span {padding:3px 0 15px; position:relative; font-family: "Oswald", sans-serif; color:#000000;}

.modal-title{font-size:24px; color:#900; font-family:'Dancing Script';}

.modal {z-index: 3000;}

.register_button > a{font-weight:bold; font-size:42px; font-family:'Arial-narrow'; color:#ffffff;  background:#f74f21; border:solid 7px #ffffff; border-radius:45px;text-transform:uppercase; padding-bottom:0; margin-bottom:0;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
}

.content{text-align:justify; margin:5px 0 25px; font-size:18px;}

#contentwrapper, #testimonialwrapper {
	padding:3% 0 3%;
}

.welcomeimg{position:relative; margin-top:20px;}
.welcomeimg:after{content:""; position:absolute; left:-15px; bottom:-15px; width:60%; height:60%; background:#f74f21; z-index:-1;}

.feedback{padding-top:13%; padding-bottom:30px;}
.feedback span{background:#e90000; color:#ffffff; font-weight:bold; padding:10px; border-radius:25px; font-size:20px; border:solid 10px #ffffff;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

}

.button{border:solid 1px #ffffff; border-radius:25px; width:auto; color:#ffffff; padding:5px 15px;}

.viewdetails{padding:1px 5px; font-size:14px; margin-top:2px; margin-bottom:2px;}

.home_enquiry{
	text-align:center;
	color:#ffffff;
	padding:8% 4%;
	background:url(../images/homeenquirybg.jpg) fixed top;
	background-color:#000000;
}
.home_enquiry h2{margin-bottom:30px; font-size:40px; text-transform:uppercase; font-family: "Oswald", sans-serif; text-decoration:underline;} 
.home_enquiry span{background:#f74f21; padding:15px 10px 10px; color:#ffffff; border-radius:30px;}
.home_enquiry span > a{color:#ffffff; font-size:30px; text-decoration:none;}

.img-portfolio{
	margin:0 0 20px;
}

.img-portfolio:hover .img{

}

.img-portfolio > .image > h5, .img-portfolio > .image2 > h5{
	display:block;
	height:40px;
	margin:0 auto 10px;
	padding:5px 0;
	color:#3a3a3a;
	font-size:16px;
	text-align:center;
}

.border {border:solid 1px #cccccc!important;}

.gallery > div > div{background:#fff9ef; padding:6px; margin:10px auto; width:95%;  height:320px; position:relative;
    -webkit-box-shadow: -1px 3px 5px 0px rgb(247 79 33);
    -moz-box-shadow: -1px 3px 5px 0px rgba(247 79 33);
    box-shadow: -1px 3px 5px 0px rgb(247 79 33);
}
.gallery > div > div > div{width:100%; overflow:hidden; position:relative; height:260px;}
.gallery > div > div > div > a >img{transform:scale(1); transition:ease-out 0.3s; width:100%; height:270px;}
.gallery > div > div > div > a >img:hover{transform:scale(1.1); transition:ease-out 0.3s;}

.gallery > div > div > div{width:100%; overflow:hidden; position:relative;}

.gallery > div > div > h6{padding:10px 0 0; height:45px; color:#352929; font-size:14px; font-family: "Oswald", sans-serif; color:#575555;}

.pagen1 {
    font-size: 12px;
    text-align: justify;
    padding: 6px;
    color: #FFFFFF;
    text-align: justify;
    background: #f74f21;
    width: 80px;
    height: 16px;
    border: 1px solid #999;
}
.pagen {
    padding: 6px;
    color: #039;
    text-align: justify;
    font-size: 12px;
    width: 80px;
    height: 16px;
    border: 1px solid #525252;
    font-weight: bold;
    text-decoration: none;
    margin: 1px;
}


/*REGISTRATION FORM*/

.requirefield{color:#fa1e1e; font-weight:bold; font-size:18px;}

.coach_button, .coach_button2{background:#f74f21; border:solid 2px #000000; padding:4px 7px; color:#ffffff; text-align:center; font-weight:bold; font-size:13px; border-radius:20px; width:180px; display:inline-block; margin-left:2px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f74f21+0,db571e+100 */
background: rgb(247,79,33); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,79,33,1) 0%, rgba(219,87,30,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(247,79,33,1) 0%,rgba(219,87,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(247,79,33,1) 0%,rgba(219,87,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74f21', endColorstr='#db571e',GradientType=0 ); /* IE6-9 */
}

.coach_button2{background:none; border:solid 2px #000000;}

.coach_button a{color:#ffffff; text-decoration:none;}
.coach_button2 a{color:#000000; text-decoration:none;}

.registration{border:solid 10px #aaa0a0; border-style:double; margin:10px auto; padding:10px;}
.registration .logo{padding-left:20px;}
.registration .heading{font-size:13px; font-weight:bold; font-family:arial; padding-right:50px;}
.registration .heading h2{padding:10px 0 0; margin-bottom:0; font-size:26px; font-weight:bold; text-transform:uppercase;}
.registration h4{padding:10px 0; font-size:20px; font-weight:bold;}
.registration h6{color:#f80000; padding:10px 0; font-weight:bold; font-style:italic; text-transform:uppercase;}
.registration label{display:inline-block; width:auto; font-weight:bold; text-transform:uppercase; font-size:13px;}
.registration input, .registration textarea, .registration select{display:inline-block; border:0; border-bottom:solid 1px #000000; margin-bottom:10px;}

.registration .paymentidinput{width:89%;}
.registration .playeridinput{width:92%;}
.registration .fnameinput{width:26%;}
.registration .mnameinput{width:18%;}
.registration .lnameinput{width:22%;}
.registration .nameinput{width:82%;}
.registration .academyname{width:80%;}
.registration .sexinput{width:46%;}
.registration .dobinput{width:37%;}
.registration .ageinput{width:44%;}
.registration .addresstextarea{width:91%;}
.registration .guardianaddresstextarea{width:70%;}
.registration .areainput, .registration .stateinput{width:48%;}
.registration .academystateinput{width:42%;}
.registration .districtinput{width:38%;}
.postalcodeinput{width:34%;}
.registration .phoneoffcinput {width:38%;}
.registration .yeargroupinput {width:39%;}
.registration .yearexpinput{width:33%;}
.registration .emailinput {width:94%;}

.registration .schoolnameinput{width:80%;}
.registration .address2textarea{width:92%;}
.registration .gurdianaddress{width:84%;}
.registration .schoolinput{width:32%;}
.registration .weightinput, .registration .heightinput{width:30%;}

.registration .batsmaninput{width:39%;}

.registration .fathernameinput{width:52%;}
.registration .fathercontactinput{width:30%;}
.registration .fatheremailinput{width:52%;}
.registration .fatheroccupationinput{width:30%;}
.registration .gurdianname{width:85%;}

.registration .bloodgroupinput{width:14%;}
.registration .illnessinput{width:80%;}
.registration .signatureinput{width:33%;}

.form-control:disabled, .form-control[readonly] {
    background:none;
    opacity: 1;
}

/*REGISTRATION FORM END*/

footer{background:#000000; color:#ffffff; font-weight:bold;}

.footernav{
   position:relative;
   width:100%;
   margin:10px 0 0 0;
   padding:3%;
   background-color:#3a3939;
   color:#ffffff; 
}


.footernav ul{padding:0; margin:0;}
.footernav ul li{list-style-type:none;}
.footernav ul li a{padding:4px 0 4px 10px; color:#ffffff; display:block; border-bottom:dashed 1px #ffffff; text-decoration:none; text-transform:uppercase; font-size:14px;}
.footernav ul li a:hover{color:#ffffff; background:#f74f21;}

.footernav > .content{font-size:12px;}

.footernav > a{margin:4px; color:#6b6b6b;}

.footernav > .img{position:absolute; z-index:1000; height:40px; width:100%; bottom:0; left:0; background:url(../images/footerimg.png) bottom left;}

footer > div > p > a {color:#000000;}

.btn-primary, .btn-primary:hover {
    color: #fff;
    border:0;
}

.sociallink{width:100%;}
.sociallink > a{float:left!important; width:30px; margin:20px 10px 0 0;}

.map{margin:50px 0 0;}

.fa1 {
  padding: 10px;
  font-size: 18px!important;
  width: 36px;
  height: 36px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff;
	background:#000000;
	transition:ease all 0.5s;
	text-decoration:none;
	
	-moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
	
}

.fa1-facebook, .fa1-twitter, .fa1-youtube, .fa1-search-plus {
  background: #f74f21;
  color:#ffffff!important;
}

.fa2 {
  padding: 10px;
  font-size: 44px!important;
  width: 44px;
  height: 44px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa2:hover, .fa2:active {
    opacity: 1;
	color:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
}

.fa2-facebook, .fa2-twitter, .fa2-youtube, .fa2-search-plus {
  color:#ffffff!important;
}


.form-control {
    color: #002b59;
    background:#ffffff;
    border-bottom: 1px solid #002b59;
	border-radius:0;
	outline:none;
}

::-webkit-input-placeholder { /* Edge */
  color: #002b59!important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #002b59!important;
}

::placeholder {
  color: #002b59!important;
}

.captionad {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
    color: #fff;
    text-align: center;
    background-color: #ef1c2b;
    border: solid 1px #ffffff;
    width: 150px;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.captionad > a {color:#ffffff;}

.socialicon {
    width: 41px;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
}

.btn-dark {
    color: #fff;
    background-color: #0198be;
    border-color: #0198be;
}

.btn-warning{background-color: #521e0c!important; color:#ffffff;}


/* product details */
.product-img--main {
   position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  width: 400px;
  height: 400px;
  float: none;
  margin: 10px auto;
  border:solid 6px #cccccc;
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

.carddetails{margin-top:50px;}
.carddetails > span{font-size:17px; display:block; margin:9px 0;}
.carddetails > span > strong{color:#f20909;}

.table tr>th{color:#f20909;}
/* product details */

/* Screen larger than 600px? 2 column */
@media (min-width: 700px) {
  .grid-container { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .grid-container { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {

.navbar-dark {
	background:none;
    background-color:#ffffff;
	}		
	
	
.navbar-dark .navbar-nav .nav-link  {
	border:0;
	border-bottom:solid 1px;
	font-size:12px;
	padding:5px;
	margin:0 3px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover  {
	border:0;
	border-radius:0;
	transition:ease all 0.5s;
}

.customcontainer {
    max-width:100%;
}

.headertop{border-bottom:solid 1px #ffffff;}

header > div{
	padding:15px 0;
	width:100%;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
}

h1 {font-size:25px; padding:25px 0 15px; font-weight:bold;}

h2 > a {font-size:22px; padding:0 0 0 0;}

.coach_button, .coach_button2{padding:3px 7px;font-size:12px; border-radius:0; width:100%; margin-bottom:3px;
}

/* product details */
.carddetails{margin-top:0px;}
.product-img--main {
   position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  width: 100%;
  height: 400px;
  float: none;
  margin: 10px auto;
}
/* product details */

.chart .a{font-size:20px; background:#ffffff; padding-top:10%; padding-bottom:30px;}

.registration .logo{padding-left:0;}
.registration .heading{font-size:12px; font-weight:bold; font-family:arial; padding-right:0;}
.registration .heading h2{padding:10px 0 0; margin-bottom:0; font-size:16px; font-weight:bold; text-transform:uppercase;}

.register_button > a{font-size:28px;}

.gallery > div > div {height: 345px;}

.registration label, .registration input, .registration textarea, .registration select{display:block; width:100!important%;}

.registration .nameinput, .registration .fnameinput, .registration .mnameinput, .registration .lnameinput,
.registration .dobinput, .registration .sexinput, .registration .ageinput, .registration .yearexpinput,
.registration .addresstextarea, .registration .emailinput, 
.registration .areainput,
.registration .districtinput, .registration .stateinput,
.registration .postalcodeinput, .registration .yeargroupinput,
.registration .schoolnameinput, .registration .weightinput, .registration .phoneoffcinput, .registration .bloodgroupinput, .registration .batsmaninput, .registration .academyname, .registration .address2textarea, .registration .fathernameinput, .registration .fathercontactinput, .registration .fatheremailinput, .registration .fatheroccupationinput, .registration .academystateinput{width:100%;}


}

@media (max-width: 800px) {
.navbar{position:relative!important; z-index:1000; width:100%;
}

#contentwrapper {
	padding:0;
}
.fixed-top {
    position: relative;
    z-index: 1030;
}
.gap{padding:3px 0;}

.img-portfolio > .image > span, .img-portfolio > .image2 > span{
	height:auto;
}

.registration h4{padding:10px 0; font-size:16px; font-weight:bold;}

}

@media (max-width: 660px) {
.navbar-dark .navbar-toggler {
    margin-top:0;
}
}

@media (max-width: 420px) {
.registration h4{font-size:14px;}
}

@media (min-width: 992px){
.container {
    max-width: 95%;
}
}

@media (min-width: 768px){
.container {
    max-width: 95%;
}
}

@media print{    
    .print_hide{display: none!important;}
}