/********** Template CSS **********/
:root {
    --primary: #25bd56;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #222429;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 30px;
    height: 30px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 14px;
    padding: .2rem .2rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 10px;
    border-radius: 0;
    z-index: 99;
    background: #25bd56;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.back-to-top:hover  {
    background: #1a853c;
}
.back-to-top:focus  {
    box-shadow: none !important;
}
.back-to-top:hover .bi-arrow-up::before {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    margin-right: 50px;
    padding: 40px 0;
    color: var(--light);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}
.headerVideo {
    height: 400px;
}
.headerVideobottom {
    height: 410px;
}
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .headerVideo {
        height: 260px;
    }
    .headerVideobottom {
        height: 260px;
    }
    
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(34, 36, 41, .8);
    z-index: 1; */
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .6), rgba(34, 36, 41, .6)), url(../img/carousel-1.jpg) top center no-repeat;
    background-size: cover;
}
.bg-hero-team {
    background: linear-gradient(rgba(34, 36, 41, .6), rgba(34, 36, 41, .6)), url(../img/carousel-2-team.jpg) top center no-repeat;
    background-size: cover;
}
.bg-hero-tournment {
    background: linear-gradient(rgba(34, 36, 41, .6), rgba(34, 36, 41, .6)), url(../img/carousel-2-tournment.jpg) top center no-repeat;
    background-size: cover;
}
.bg-hero-contact {
    background: linear-gradient(rgba(34, 36, 41, .6), rgba(34, 36, 41, .6)), url(../img/carousel-2-contact.jpg) top center no-repeat;
    background-size: cover;
}

.programe::after {
    position :absolute;
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 36, 41, .9);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}
.headerLogo {
    height: 130px;
}
.headerLogoMobile {
    height: 60px;
}
.text-primary {
    color: #25bd56 !important;
}
.btn-primary {
    color: #fff;
    background-color: #25bd56;
    border-color: #25bd56;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1d9d46;
    border-color: #1d9d46;
}
.socialIcon a:hover {
    background: #25bd56;
    color: #fff;
}
.carouselText {
    position: relative;
    width: 200px;
    justify-content: end;
}
.carouselText .opacityBox {
    position: absolute;
  
}
.carousel-inner {
    box-shadow: 0px 30px 30px #ccc;
}
.lineHeight {
    line-height: 26px;
}
.itemsBoxSection {
    background: #25bd56;
    padding: 10px;
}
.itemsBoxSection .bg-dark {
    background: #25bd56 !important;
    line-height: 28px !important;
}
.itemsBoxSection .bg-dark {
    background: #25bd56 !important;
    line-height: 24px !important;
    color: #fff;
    font-size: 18px;
}
.teamSection .blog-item {
    border: 4px solid #222429;
    border-radius: 8px;
}
.upcomingWhiteBox {
    background: #25bd56 ;
    padding: 15px;
    border-radius: 6px;
    color: red;
}
.upcomingWhiteBox p {
    color: #fff;
    font-family: "Oswald", sans-serif;
}
.bg-primary {
    background-color: #25bd56 !important;
}

.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
    .designDeveloped {
        padding: 20px 0px;
        border-top: 1px solid #666;
    }
    .designDeveloped .text-secondary {
        display: block;
        text-decoration: none;
        color: #25bd56 ;
    }
  }

  .designDeveloped .text-secondary {
        color: #25bd56 !important;
        font-weight: bold;
    }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  .rounded-topc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rounded-topc .bi-zoom-in {
    position: absolute;
    color: #fff;
  }
  .registerNow {
    padding: 15px;
  }
  .registerNow .form-control {
    appearance: auto;
    padding: .375rem 1rem;
  }
.form-check-input:checked {
    background-color: #25bd56;
    border-color: #25bd56;
}
.videoHeading {
    padding: 0px 10px 10px 10px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.headerSection {
    background: #000;
}
@media (max-width: 576px) {
    .headerSection {
        background: #f1f1f1;
    }
    .headerSection .navbar-dark .navbar-nav .nav-link {
        color: #000;
    }
    .headerSection .navbar-dark .navbar-nav .nav-link.active {
        color: var(--primary);
    }
}

.navbar-dark .navbar-toggler {
    background: #000;
}
.headerSection .b-link {
    color: #000;
}
.headerSection .b-link:hover {
    color: #1d9041;
}

.contactSection .b-link {
    color: #BDBDBF;
}
.contactSection .b-link:hover {
    color: #fff;
}
.whatsapp_click {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: #296564;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    cursor: pointer;
    user-select: none;
    min-width: 40px;
    max-width: 350px;
    border-radius: 50%;
    animation: wwwax--bounce_in 1s both;
}
.whatsapp_icon {
    padding: 10px;
    height: 60px;
    width: 60px;
    background: 0 0;
    float: right;
}
.ulSection {
    margin: 0px;
    padding: 0px;
}
.ulSection li {
    list-style-type: none;
    padding: 5px 0px;
    color: #faeb31;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
}
.ulSection .bi-arrow-right:before {
    color: #faeb31;
    position: absolute;
    top: 10px;
    left: 0px;
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle, .btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #1d9d46;
    border-color: #1d9d46;
}
