/********** Template CSS **********/
:root {
    --primary: #0d52aa;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
}

.fw-medium {
    font-weight: 600 !important;
    font-family: serif;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    right:25px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    
}
/*.navbar{*/
/*    padding:0 100px;*/
/*}*/

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 50px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 330px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.navbar{
    padding: 10px !important;
}
    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
   
    }
}
.bit{
    font-family:cursive;
}
.amenti {
    color: blue;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item h4 {
    text-align: center;
}

.service-item p {
    text-align: center;
}

.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/map.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

/* another */
.sit img {
    border-radius: 25px;
    box-shadow: 0px 0px 17px 3px grey;
}

#over {
    height: 216px;
}

.coaching {
    padding-top: 100px;
    padding-bottom: 80px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#train {
    color: #ffffff;
    font-family: serif;
}

.sign {
    background-image: url(../img/sign.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    opacity: 0.9;
    height: 683px;
    position: relative;
}

.cont {
    position: absolute;
    top: 25%;
    left: 15%;
}

.sign h1 {
    font-family: 'Rubik One';
    font-size: 48px;
    line-height: 58px;
    font-style: normal;
    color: #ffffff;
    font-weight: 800;
    color: black;
}

.sign span {
    font-weight: bold;
    color: #ffffff;
    font-family: oswald;
    font-size: 30pt;
}

/*  */
form input {
    padding: 10px;
    padding-right: 100px;
}

form button {
    padding: 10px;
    background-color: #e04040;
    color: rgb(19, 18, 18);
    font-weight: bold;
}

/* my css  start*/
.abt {
    background-color: #415b64;
    border-right: 1px solid lightgray
}

.abt:hover {
    background-color: rgb(38, 53, 58) !important;
}

.about1 {
    background-color: #434f53;
    border-right: 1px solid lightgray;
}

.about1:hover {
    background-color: rgb(48, 56, 59);
}

/* my css end */

.accordion-body {
    font-family: rubik;
}

@media(max-width:600px) {
    .cont {
        position: absolute;
        top: 15%;
        left: 9%;
    }

    form input {
        padding: 11px;
        padding-right: 32px;
    }

    form button {
        padding: 11px;
        background-color: #1d1c83;
        color: white;
        margin-left: -61px;
    }

    .client3 {
        display: none;
    }

    .client-p {
        margin-top: 134px;
    }

    .vdo {
        width: 313px;
        height: 231px;
    }
    .fg{
        height:325px;
    }
    .map{
        height:355px;
    }
    
     .club{
        font-size: 15px;
        font-weight: 900;
        margin-left: 20px;
    }
    .oly {
        margin-left: 20px !important;
        font-weight: 800;
        font-size: 15px;
    }
    .expert{
    margin-left: 30px;
    }
   .expt{
    margin-left: 30px !important;
}
        

}


#football {
    height: 167px;
}

#dance {
    height: 172px;
    width: 290px;
}
#futsal{
    height: 216px;
    width: 100%;
}

#yoga {
    height: 167px;

}

.service-item h4 {
    color: #0d52aa;
}

.end-term {
    position: relative;
    background-image: linear-gradient(87deg, rgb(114, 59, 99) 1%, rgb(76, 35, 64) 98%);
    padding: 100px 0px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.form1 {
    border-radius: 0px 0px 50% 50% / 0px 0px 150px 150px;
    background-color: white;
}

.club button {
    margin-bottom: 22px;
    width: 100%;
}

.club{
    font-size: 15px;
    font-weight: 900;
    margin-left: 20px;
}

.prime {
    background-color: #0d52aa !important;
}

.oly {
    margin-left: 163px;
    font-weight: 800;
    font-size: 15px;
}

#bi-loc {
    color: #0d52aa;
}

#bi-loc a {
    color: #0d52aa;
}
.prime a{
    color: white;
}
/*icons*/

.fab {
 background-color: transparent;
    /*height: 231px;*/
    width: 63px;
    border-radius: 32px;
    transition: height 300ms;
    /*transition-timing-function: ease;*/
    position: absolute;
    right: 20px;
    bottom: 193px;
    text-align: center;
}

.fab:hover {
  height: 290px;
}

/*.fab:hover .mainop {*/
/*  transform: rotate(180deg);*/
/*}*/
.bi-plus::before {
    content: "\f4fe";
    margin-top: 17px;
    
}

.mainop {
  margin: auto;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 125px;
  right: 16px;
  transition: transform 300ms;
  background-color: #e04040;
  /*#f44336;*/
  border-radius: 32px;
  z-index: 6;
}
.mainop1 {
  margin: auto;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 200px;
  right: 16px;
  transition: transform 300ms;
  background-color:green;
  /*#f44336;*/
  border-radius: 32px;
  z-index: 6;
}
.mainop2 {
  margin: auto;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 280px;
  right: 16px;
  transition: transform 300ms;
  background-color: #0d52aa;
  /*#f44336;*/
  border-radius: 32px;
  z-index: 6;
}

/*.mainopShadow {*/
/*  width: 64px;*/
/*  height: 64px;*/
/*  border-radius: 32px;*/
/*  position: absolute;*/
/*  right: 50px;*/
/*  bottom: 50px;*/
/*  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
/*}*/

.mainop i {
  margin-top: 16px;
  font-size: 32px;
  color: #fff;
}

.minifab {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  z-index: 5;
  float: left;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: blue;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.minifab:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.minifabIcon {
  height: 24px;
  width: 24px;
  margin-top: 12px;
}

.op1 {
  background-color: #0d52aa;
  /*#2f82fc;*/
}

.op2 {
  background-color: green;
  /*#0f9d58;*/
}

.op3 {
  background-color: #fb0;
}

.op4 {
  background-color: #dd5145;
}

.playo {
    /*margin-left: 55px;*/
    color: green;
    background-color: #fff;
    
}
.car{
    margin-top: 12px;
}
.heat-p{
    margin-top: 12px;
}

/*.connect .post-img img{*/
/*    width: 100%;*/
/*    height: 223px;*/
/*}*/

/*owl carasoul*/

.post-slide {
    background: #fff;
    /*margin: 20px 15px 20px;*/
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 10px 10px -9px #b4b7b7;
  }
  
  .post-slide .post-img {
    position: relative;
    overflow: hidden;
    /*border-radius: 7px;*/
     /*margin: -12px 15px 8px 15px; */
     /*margin-left: 10px; */
  }
  
  .post-slide .post-imge {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
     margin: -12px 15px 8px 15px; 
     margin-left: 10px; 
  }
  
  .post-slide .post-img img {
    width: 100%;
    height: 340px;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
  }
  
  .post-slide .post-imge img {
    width: 100%;
    height: auto;
  }
  
  .post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
  }
  
  .post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
     background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition: all 0.50s linear;
  }
  
  .post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
  }
  
  .post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
  }
  
  .post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
  }
  
  .post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }
  
  .post-slide .post-title a:hover {
    text-decoration: none;
    color: blue;
  }
  
  .post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
  }
  
  .post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
  }
  
  .post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
  }
  
  .car .owl-nav button.owl-next,
  .car .owl-nav button.owl-prev {
     
    top: 10.8rem !important;
  }
  
  .caro .owl-nav button.owl-next,
  .caro .owl-nav button.owl-prev {
      
    margin-top: 7rem;
  }
  .owl-nav{
      text-align: center;
      display:none;
     
  }
  .owl-prev{
       color: black;
    font-weight: 800;
  }
  .owl-next{
       color: black;
    font-weight: 800;
  }
  
  
  .post-title a {
    text-decoration: none;
    text-align: center;
  }
.bi-whatsapp {
    content: "\f5b4";
    margin-top: 20px;
    font-size:26px;
}
.bi-whatsapp::before {
    content: "\f618";
    margin-top: 18px;
}

.bi-images::before {
    content: "\f42b";
     margin-top: 18px;
}
.material-icons img{
   margin-top: 8px;
    width: 74%;
}
.siphen{
    margin-top: 12px;
}

/*Main Content*/

/* === HEADING STYLE #1 === */
.one h1 {
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 5px;
    font-size: 35px;
    font-family: serif;
}

.one h1:before {
    width: 28px;
    /* height: 6px; */
    display: block;
    content: "";
    position: absolute;
    bottom: 342px;
    left: 24%;
    margin-left: -23px;
    background-color: #0d52aa;
}

.one h1:after {
    width: 100px;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: -6px;
    left: 23%;
    margin-left: -66px;
    background-color: #0d52aa;
}

@media (max-width:600px) {
    .one h1:after {
        margin-top: 3px;
        left: 22%;
    }

    .squash {
        margin-top: 8px;
    }
    .carousel-control-prev-icon {
   
    height: 25px !important;
    width: 25px !important;
}
.carousel-control-next-icon {
   
    height: 25px !important;
    width: 25px !important;
}


}
/*service carosel*/
.carousel-control-prev-icon{
    border-radius: 25px;
    border: 2px solid white;
    height: 30px !important;
    width: 30px !important;
}
.carousel-control-next-icon{
    border-radius: 25px;
    border: 2px solid white;
    height: 30px !important;
    width: 30px !important;
}


.accordion1 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active1, .accordion1:hover {
    background-color: #ccc;
  }
  
  .accordion1:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active1:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

@media (max-width:600px) {
    #top img{
        height: 325px !important;
    }
    
}

