  
html,body{height:100%;background:#fff;color:var(--dark); font-family: 'LALIGA Headline Wide'; scroll-behavior: smooth; word-break: break-word; }
img{max-width:100%;height:auto;display:block}
 
.container {
    max-width: 90%;   /* Default 1200px hota hai – isse full ke close aa jayega */
    margin: 0 auto;
}
a{
 text-decoration: none;    
}
p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
 
#backToTop.show {
display: flex !important;
align-items: center;
justify-content: center;
animation: fadeIn .3s ease;
}

@keyframes fadeIn {
from { opacity: 0; transform: scale(0.8); }
to   { opacity: 1; transform: scale(1); }
}
.main_popup .modal-header{
    padding: 0;
    border: 0;
}
.main_popup .modal {
    background: #ff4b4452;
}
.main_popup h2 {
    color: #FF4B44;
    white-space: pre-line;
    font-size: 2.7rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding-bottom: 0;
    text-align: center;
    padding-top: 10px;
}
.main_popup p {
    color: #ffffff;
    font-weight: normal;
    font-family: 'LALIGA Text';
    padding-bottom: 30px;
    font-size: 1.3rem;
    text-align: center;
}
.main_popup input.custom, .main_popup select.custom {
    background: #f3f3f3;
    border-radius: 0;
    height: 55px;
    border: solid 1px #e3e3e3;
    color: #606060;
    font-weight: normal;
    font-family: 'LALIGA Text';
}
.main_popup button, .main_popup button:hover {
    font-size: 1.5rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 2px 30px;
    text-transform: uppercase;
}
.main_popup .form-label {
    color: #231F20;
    font-weight: normal;
    font-family: 'LALIGA Text';
    font-size: 9px;
    position: absolute;
    margin-left: 15px;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;    
}
.main_popup .btn-close, .main_popup .btn-close:hover{
    background: #fff;
    color: #231F20;
    opacity: 1;
    line-height: 1;
    border-radius: 100%;
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 50%;
    padding: 6px;
    opacity: 1;
}
 /* BACKDROP */
.modal-backdrop.show {
  background: rgba(0,0,0,0.82);
}

/* MODAL */
.main_popup .modal-dialog {
  max-width: 580px;
}

/* CARD */
.main_popup .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0,0,0,.45);
}

/* HEADER IMAGE (SPORTS) */
.main_popup .modal-header {
  padding: 0;
  border: none;
  position: relative;
}

.main_popup .modal-header {
display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(0, 0, 0, .9), rgb(155 38 38 / 65%)), url(https://laligaacademyabudhabi.com/demo/public/img/trophy/2.webp);
    background-size: cover;
    background-position: center;
}
 
/* BODY */
.main_popup .modal-body {
  padding: 32px 36px 42px;
     background: #f3f3f3; 
}

 
/* FORM CARD */
.main_popup form {
  background: #ffffff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,.18);
}

 

.main_popup .form-control.custom:focus {
  border-color: #c8102e;
  box-shadow: 0 0 0 3px rgba(200,16,46,.15);
}
 
/* MOBILE */
@media (max-width:576px) {
  .main_popup .modal-header::before {
    height: 150px;
  }

  .main_popup .modal-body {
    padding: 24px;
  }

  .main_popup form {
    padding: 22px;
  }

  .main_popup .modal-body h2 {
    font-size: 22px;
    margin-top: -95px;
  }
}

.middle .row{
    display: flex;
    align-items: center;
}
.btn-danger, .btn-danger:hover{
    background: #FF4242;
    border-radius: 0;
    border: solid 1px #FF4242;
    padding: 5px 20px;    
}
.btn-white, .btn-white:hover{
    background: #fff;
    border-radius: 0;
    border: solid 1px #fff;
    padding: 5px 20px;   
     color:#FF4242;
}

/* Innner Page Banner Start */
 
.inner_banner {
    height: 70vh;
    display: flex;
    align-items: center;
}
.banner_title h1{
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    white-space: pre-line;
    line-height: 1;
}
.banner_title span{
    font-weight: normal;
}
.banner_title a, .banner_title a:hover {
    font-size: 1.7rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 0px 10px;
    margin-top: 30px;
        display: none;    
}
.login, .password{
    background: url(../img/login/banner.webp); 
    background-size: cover;
}
.register{
    background: url(../img/register/banner.webp); 
    background-size: cover;
}
.contact {
    background: url(../img/contact/banner.webp); 
    background-size: cover;
}
.foundation{
    background: url(../img/foundation/banner.webp); 
    background-size: cover;
}
.schedule{
    background: url(../img/schedule/banner.webp); 
    background-size: cover;
}
.coaches{
    background: url(../img/coaches/banner.webp); 
    background-size: cover;
}
.methodology{
    background: url(../img/methodology/banner.jpg); 
    background-size: cover;
}
.gallery{
    background: url(../img/gallery/banner.webp); 
    background-size: cover;
}
.training-highlightes-season-2025-2026{
    background: url(../img/gallery/training-highlightes-season-2025-2026/banner.webp); 
    background-size: cover;
}
.man-city-league-season-2025-2026{
    background: url(../img/gallery/man-city-league-season-2025-2026/banner.webp); 
    background-size: cover;
}
.recap-highlights-2024-2025{
    background: url(../img/gallery/recap-highlights-2024-2025/banner.webp); 
    background-size: cover;
}
.programs{
    background: url(../img/programs/banner.webp); 
    background-size: cover;
}
.development-program{
    background: url(../img/development-program/banner.webp); 
    background-size: cover;
}
.advanced-program{
    background: url(../img/advanced-program/banner.webp); 
    background-size: cover;
}
.hpp-program{
    background: url(../img/hpp-program/banner.webp); 
    background-size: cover;
}
.trophy{
    background: url(../img/trophy/banner.webp); 
    background-size: cover;
}
.club{
    background: url(../img/club/banner.webp); 
    background-size: cover;
}

/* Innner Page Banner End */ 

/* Header Start */
    .topbar{
        font-weight: 300;
        background:#231F20;
        color:#fff;
        font-size:.85rem;
        padding:.45rem;
        text-align:center;
        text-transform: uppercase;
    }
    .topbar a{
        color:#FF4B44;
        font-weight: normal;
    }  
    .site-nav{
        background: #fff;
         padding-top: 30px;
    padding-bottom: 0;
    }
    .navbar-brand img{
    height: 70px;
    translate: 0px -15px;
}
    .navbar-brand{
        padding: 0px;
    }
      nav ul li {
        padding: 0 20px;
     }
      nav ul li:last-child {
        padding-right: 0px;
     }
      nav ul li.main_top{
             border-bottom: solid 5px #fff;
     }
     nav ul li.main_top:hover {
    border-bottom: solid 5px #FF4B44;
}
.nav-item.dropdown.dropdown-hover:hover > .nav-link.dropdown-toggle{
    color:#666666!important;
}
    .nav-link{
            text-transform: uppercase;
    padding: 0 !important;
    padding-bottom: 30px !important;
    color: #231F20;
    font-size: .92rem;
    font-weight: normal;
    }
    .nav-link:hover{
        color:#666666;
    }
    .nav-link:hover i{
        color:#FF4B44;
    }
   
     nav ul.dropdown-menu li {
        padding: 5px 0;
        border-bottom: solid 1px #e5e4e4;
}
  nav ul.dropdown-menu li:last-child {
        border-bottom:0;
}

     .dropdown-hover .dropdown-menu{
    display:none;
    opacity:0;
    transform:translateY(6px);
    transition:all .18s;
    padding: 5px 0;
        background-color: #F2F2F2;
    border-top: solid 5px #FF4B44 !important;
}
      .dropdown-hover:hover .dropdown-menu{
        display:block;
        opacity:1;
        transform:translateY(0);
        left: 50% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
        border-radius: 0;
        border: 0;
      }
      .dropdown-item {
        color:#231F20;
        padding: 0 10px;
           background-color: transparent!important;
    }
    .dropdown-item:hover {
        color:#FF4B44;
        background-color: transparent;
    }
    .dropdown-menu li.active a {
        color:#FF4B44;
     }
.site-nav ul li.active a {
   color:#666; 
}
    /* Offcanvas left (mobile) */
    .offcanvas-start{width:280px}


/* Header End */ 

/* Video Banner Start */ 
    .hero{position:relative;height:66vh;overflow:hidden}
    .hero video{width:100%;height:100%;object-fit:cover;display:block}
    .hero .overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.6))}
    .hero .hero-inner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;max-width:980px;padding:1rem}
    .hero .hero-inner h1{font-size:clamp(28px,4vw,48px);font-weight:900}
    .hero .hero-inner p{font-size:1.05rem;color:#ffe8e6}
/* Video Banner End */    

/* Home Cup Section Start */ 
.home_carousel h4{
    color: #231F20;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-top: 5px;
}
.home_carousel p{
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
    font-size: 1rem;
    white-space: pre-line;
}
.home_carousel img {
    width: auto!important;
    height: 150px;
}
.home_carousel .owl-nav button span{
    color: #231F20;
    font-size: 70px;
    border: solid 1px #FF4B44;
    width: 60px;
    height: 60px;
    line-height: 50px;
    display: block;
    border-radius: 100%;
}
.home_carousel .owl-nav .owl-prev{
    display: none;
}
.home_carousel .owl-nav .owl-prev span{
    padding-right: 5px;
}
.home_carousel .owl-nav .owl-next span{
    padding-left: 5px;
}
.home_carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.home_carousel .owl-nav {
    position: absolute;
    top: 40px;
    right: 0px;
    width: auto;
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
}
.home_carousel .owl-prev, .owl-next {
    position: relative;
}

/* Home Cup Section End */ 

/* Home champions Section Start */ 
.champions h3{
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    white-space: pre-line;
    font-size: 3rem;
    line-height: 50px;
    text-transform: uppercase;
}
.champions img {
    padding: 50px 0;
}
.champions p{
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
    padding: 15px 0;
}
.champions a, .champions a:hover {
    font-size: 1.7rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 0px 10px;
}
/* Home champions Section End */ 

/* Home Banner Section Start */ 

.home_banner .col-md-12{
    background: #FF4B44;
    padding-top: 50px;
    padding-left: 50px;
}
.home_banner h3{
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    font-size: 3rem;
    text-transform: uppercase;
}
.home_banner p{
    color: #fff;
    font-family: 'LALIGA Text';
    font-weight: normal;
    padding-right: 100px;
}
.home_banner a, .home_banner a:hover {
    font-size: 1.7rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 0px 10px;
    margin-top: 30px;    
}
.home_banner img{
    height: 120px;
    float: right;
    margin-right: -10px;
}
/* Home Banner Section End */ 

/* Home Service Section Start */ 

.home_service{
   padding:50px 0;
}
.home_service ul.left li img{
    height: 120px;
    float: left;
    padding-right: 20px;
}
.home_service ul.right li img{
    height: 120px;
    float: right;
    padding-left: 20px;
}
.home_service ul.left p{
  padding-left: 140px;
}
.home_service ul.right p{
  padding-right: 140px;
}
.home_service ul.right{
    text-align: right;
}
.home_service h4{
    color: #231F20;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 25px;
    text-transform: uppercase;
}
.home_service p{
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
    padding-top: 5px;
}
.home_service ul li {
  height: 200px;
}
.home_service ul {
  padding-top: 50px;    
}
/* Home Service Section End */ 

/* Home Skill Section Start */ 

.skill h4{
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
}
.skill h2 {
    color: #231F20;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 3rem;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.skill span{
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 2.5rem;
    top: -5px;
    position: relative;
}
.skill_card {
    background: #231F20;
}
.skill_card .picture{
    width: 100%;
}
.skill_card .icon{
background: #FF4B44;
    padding: 12px;
    height: 65px;
    width: 65px;
    margin-left: 20px;
    position: absolute;
}
.skill_card h5{
    color: #FF4B44;
    font-family: 'LALIGA Headline Wide';
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 25px;
    white-space: pre-line;
    padding: 0 20px;
    padding-top: 20px;
        height: 70px;
}
.skill_card p{
    height: 170px;
    font-family: 'LALIGA Text';
    font-weight: normal;
    color: #fff;
    padding: 0 20px;
    padding-top: 10px;
    padding-right: 30px;
}
/* Home Skill Section End */ 

/* Home Methodology Section Start */ 

.methodology_sec{
    padding: 50px 0;
    padding-bottom: 30px;
}
.method-card img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    float: left;
    padding-right: 20px;
}
.method-card h5{
    font-family: 'LALIGA Headline Wide';
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 22px;
}
 .methodology_sec .method-left {
background: #ff4633;
    padding: 40px;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
}

.methodology_sec .method-left h2 {
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'LALIGA Headline Std';
    font-size: 3rem;
    line-height: 25px;
}

.methodology_sec .method-left p {
    line-height: 1.5;
    max-width: 310px;
    padding-top: 10px;
    font-family: 'LALIGA Text';
    font-weight: normal;    
}
.methodology_sec .method-left img{
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.method-card {
    background: #ff4633;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
    height: 105px;
}
 
 
/* Home Methodology Section End */ 

/* Home Testimonials Section Start */ 

.Testimonials .col-md-12 {
    color: #fff;
    background: #231F20;
}
.Testimonials .row {
    align-items: center;
}
.Testimonials .picture {
    max-width: 80%;
}
.Testimonials .item p{
    font-family: 'LALIGA Text';
    font-weight: normal;
}
.Testimonials .item h4{
    font-family: 'LALIGA Headline Wide';
    font-weight: normal;
    font-size: 1.2rem;
    padding-top: 40px;
} 
.Testimonials .owl-dots-custom{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -25px;
}
.Testimonials .owl-dots-custom button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.Testimonials .owl-dots-custom span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.Testimonials .owl-dots-custom .owl-dot.active span, .Testimonials .owl-dots-custom .owl-dot:hover span {
    background: #869791;
}
.Testimonials .owl-nav-custom button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.Testimonials .owl-nav-custom{
text-align: right;
    margin-top: 25px;
}
.Testimonials .owl-nav-custom span{
    font-size: 50px;
    line-height: 0;
    color: #A3A3AD;
    opacity: .7;
    margin-left: 15px;
}
.Testimonials .owl-nav-custom .disabled {
    opacity: .5;
}
/* Home Testimonials Section End */ 

/* Home Event Section Start */ 
.event {
    padding: 50px 0;
}
.event h4{
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 3rem;
    white-space: pre-line;
    line-height: 45px;
        margin-bottom: 20px;
}
.event img {
    height: 23px;
    padding-right: 10px;
    float: left;
    margin-top: 6px;
}
.event ul li img {
    height: 11px;
}
.event_card{
    background: #F2F2F2;
    padding: 15px;
}
.event_card h5{
    color: #231F20;
    font-weight: bold;
    font-family: 'LALIGA Headline Std';
    font-size: 1.5rem;
}
.event_card p{
    color: #231F20;
    font-family: 'LALIGA Headline Wide';
    font-weight: normal;
    padding-top: 10px;
    text-transform: uppercase;
}
.event_card ul li{
    color: #231F20;
    font-weight: normal;
    font-family: 'LALIGA Text';
    font-size: .8rem;
    padding-top: 3px;
}
.event a, .event a:hover {
    font-size: 1.7rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 0px 10px;
    margin-top: 20px;
}
/* Home Event Section End */ 

/* Home FAQ Section Start */ 
.faq{
    padding-bottom:50px;
}
.faq h4{
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 3rem;
    white-space: pre-line;
    line-height: 48px;
    padding-bottom: 20px;    
}
.faq .accordion-button.collapsed{
    font-size: 1.3rem;
    color: #231F20;
    font-family: 'LALIGA Headline Wide';
    font-weight: normal;
    white-space: pre-line;
        text-transform: uppercase;
        padding: 20px 0;
         box-shadow: none;
}
.faq .accordion-button{
    color: #A3A3AD;
    background: none;
    font-size: 1.3rem;
    font-family: 'LALIGA Headline Wide';
    font-weight: normal;
    white-space: pre-line;
    text-transform: uppercase;
    padding: 20px 0;
     box-shadow: none;
}
.faq .accordion-body{
    color: #231F20;
    font-weight: normal;
    font-family: 'LALIGA Text';
    font-size: 1rem;
    line-height: normal;
    padding: 0;
    padding-bottom: 15px; 
}
.faq .accordion-item {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #dee2e6;
}
 
.faq .accordion-button:focus {
    box-shadow: none;
} 
.faq .accordion-button::after {
    opacity: 0.4;
}
/* Home FAQ Section End */ 


/* Footer Start */ 
footer{
    border-top: solid 1px #dee2e6;
}
footer a i{
    color: #A3A3AD;
    padding-right: 10px;    
}
footer a:hover i{
    color: #ff4242;
}
footer .btn{
  margin-left:20px;  
}
footer .d-flex {
    align-items: center;
}
footer h6{
    color: #231F20;
    font-weight: normal;
    font-size: 1.2rem;
    padding-bottom: 5px;
        padding-top: 20px;
}
footer p{
    color: #333333;
    font-family: 'LALIGA Text';
    font-weight: normal; 
}
footer .disc {
    padding-top: 25px;
}
footer .col-md-5 ul{
    padding-top: 15px;
}
footer ul li a{
        text-transform: uppercase;
    color: #333333;
    font-family: 'LALIGA Text';
    font-weight: normal;
    font-size: 1em!important;
}
footer ul li a:hover {
    color: #ff4242;
}
footer p a {
     color: #333333;
}
footer p a:hover {
    color: #ff4242;
}
 footer p.copyright{
    text-align: center;
    margin: 0;
    margin-top: -20px;
    color: #231F20;
    font-weight: 300;
}
.manage{
      background: #333333;
    color: #fff;
    font-family: 'LALIGA Text';
    font-weight: 300;
    padding: 10px;
}
.manage a {
    color: #FF4242;
}
footer .whatsapp{
    color: #333333;
    font-weight: bold;
    font-family: 'LALIGA Text';
    border: solid 1px #333333;
    border-radius: 100px;
    padding: 5px 25px;
    display: inline-block;
    margin-top: 20px;
    font-size: 1em;
}
footer .whatsapp:hover{
 color: #FF4242;  
 border: solid 1px #FF4242;
}
footer .whatsapp i{
     color: #333333;
}

/* Footer End */ 

 .white_space{
    padding: 50px 0;
}
.about_laliga1 h3{
        padding-bottom: 10px;
      color: #231F20;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    white-space: pre-line;
    font-size: 2.2rem;
    line-height: 35px;
    text-transform: uppercase;  
}
.about_laliga1 strong{
        color: #FF4B44;
}
.about_laliga1 p{
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
       padding: 5px 0px;
}
.about_program .program-left img {
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
}
.about_program .program-left {
    background: #F2F2F2;
    padding: 40px;
    padding-bottom: 20px;
    position: relative;
}
.about_program .program-left h2 {
    font-weight: normal;
        color: #ff4633;
    margin-bottom: 15px;
    font-family: 'LALIGA Headline Std';
    font-size: 3rem;
    line-height: 43px;
    white-space: pre-line;
    text-transform: uppercase;
}
.about_program .program-left p {
    line-height: normal;
    padding-top: 10px;
    font-family: 'LALIGA Text';
    font-weight: normal;
}
.program-card img {
    height: 24px;
    padding-right: 20px;
}
.program-card h5{
        width: 100%;
        line-height: 1;    
}
.program-card {
background: #f2f2f2;
    padding: 20px;
    color: #FF4B44;
    margin-bottom: 20px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.program-card img.arrowp{
    padding: 0;
    height: 15px;
}
.date_detail img {
    height: 20px;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
}
.date_detail h3{
    color: #231F20;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    text-transform: uppercase;
}
.date_detail h2{
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    font-size: 2.7rem;
    white-space: pre-line;
    line-height: 40px;
    padding: 10px 0;
}
.date_detail p {
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
}
.squads img {
    height: 23px;
    padding-right: 10px;
    float: left;
    margin-top: 6px;
}
.squads h6.follows{
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
    padding-bottom: 15px;
}
.squads_card {
    background: #F2F2F2;
    padding: 20px;
}
.squads_card h5 {
    color: #FF4B44;
    font-weight: bold;
    font-family: 'LALIGA Headline Std';
    font-size: 1.8rem;
    text-transform: uppercase;
}
.squads_card h6{
    color: #231F20;
    font-family: 'LALIGA Headline Wide';
    font-weight: normal;
    padding-top: 10px;
    font-size: 1.2rem;
    text-transform: uppercase;
}
 .squads_card p {
    color: #666666;
    font-weight: normal;
    font-family: 'LALIGA Text';
    padding-top: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.squads_card ul li a {
    color: #FF4B44;
    font-weight: normal;
    font-family: 'LALIGA Text';
    font-size: 1rem;
    text-transform: uppercase;
    padding-top: 3px;
}
.squads_card ul li img {
    height: 12px;
}
.form h2{
    color: #FF4B44;
    white-space: pre-line;
    font-size: 3rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding-bottom: 10px;
}
.form p{
    color: #231F20;
    font-weight: normal;
    font-family: 'LALIGA Text';
    padding-bottom: 30px;
}
.form input.custom, .form select.custom{
    background: #F9F9F9;
    border-radius: 0;
    height: 55px;
    border: solid 1px #e3e3e3;
    color: #606060;
    font-weight: normal;
    font-family: 'LALIGA Text';
}
.form .form-control::placeholder{
    color: #606060;
    font-weight: normal;
    font-family: 'LALIGA Text';
}
 
.form .form-label {
    color: #231F20;
    font-weight: normal;
    font-family: 'LALIGA Text';
    font-size: 9px;
    position: absolute;
    margin-left: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.form .form-check-label{
    color: #231F20;
    font-weight: normal;
    font-family: 'LALIGA Text';
    white-space: pre-line;
}
.form .form-check-label a{
    color: #231F20;
    text-decoration: underline;
}
.form button, .form button:hover {
    font-size: 1.5rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 2px 30px;
    text-transform: uppercase;
}
.coache_pro h2 {
    color: #FF4B44;
    padding-bottom: 10px;
}  
.coache_pro h4 {
    white-space: pre-line;
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 40px;
    color: #231F20;
    font-family: 'LALIGA Headline wide';
}
.coache_pro .skill_card p {
    height: auto;
    padding-bottom: 20px !important;
}
.methodology_page h3 {
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    white-space: pre-line;
    font-size: 3rem;
    line-height: 50px;
    text-transform: uppercase;
}
.methodology_page .col-md-5 img{
    padding: 30px 0;
}
.methodology_page p {
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
    padding: 10px 0;
}
.methodology_page .method-card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    float: left;
    padding-right: 20px;
}
.methodology_page .method-card {
    background: #F2F2F2;
    padding: 20px;
    color: #FF4B44;
    margin-top: 20px;
    margin-bottom: 0;
    height: 85px;
}
.methodology_page .method-card h5 {
    font-family: 'LALIGA Headline Wide';
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 22px;
}
.gallery_page h2 {
    color: #F45447;
    font-family: 'LALIGA Headline Std';
    font-size: 3rem;
}
.gallery_page p {
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
}
.gallery_page .col-md-12{
    padding-bottom: 20px;
}
.gallery_page .col-md-4{
    margin-bottom: 20px;
}
.gallery_page a{
    color: #F45447;
    float: right;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: solid 1px #F45447;
}
.gallery_page a:hover{
    color: #333333;
    border-bottom: solid 1px #333333;
}
 .gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Overlay Color (#F45447) */
.gallery-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(244, 84, 71, 0.55);
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.gallery-item:hover:before {
    opacity: 1;
}

/* Thin Border */
.gallery-item .border-thin {
    position: absolute;
    inset: 12px;
    border: 1.5px solid #ffffff; /* thin border */
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
}

/* Show border */
.gallery-item:hover .border-thin {
    opacity: 1;
}

/* Thin + Icon */
.gallery-item::after {
    content: "+";
    position: absolute;
    font-size: 34px;         /* slightly smaller */
    font-weight: 300;        /* thin weight */
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 3;
}

.gallery-item:hover::after {
    opacity: 1;
}
.contact_page .program-card {
    padding: 10px;
    margin-bottom: 10px;
    height: 48px;
}  
.contact_page .program-card a{
    color: #FF4B44;    
}
.contact_page .program-card a:hover{
    color: #231F20;    
}
.programs_page .title h2{
    color: #231F20;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    white-space: pre-line;
    font-size: 3rem;
}
.programs_page .title h2 strong{
    color: #FF4B44;
}
.skill_card a, .skill_card a:hover {
    font-size: 1.7rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 0px 10px;
    margin: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.development_sec{
    background: #201D1D;
    padding: 50px 0;
}
.development_sec h2 {
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 3rem;
}
.development_sec p {
    font-family: 'LALIGA Text';
    font-weight: normal;
    color: #fff;
        padding: 10px 0;
}
.development_sec ul {
    padding-left: 20px;
}
.development_sec ul li{
      font-family: 'LALIGA Text';
    font-weight: normal;
    color: #fff;  
        list-style: disc;
}
.development_sec a, .development_sec a:hover {
    font-size: 1.7rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 0px 10px;
    margin-top: 20px;
}
.development_testimonial h2 {
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    color: #FF4B44;
    text-transform: uppercase;
    font-size: 3rem;
}
.testimonial{
    background: #F2F2F2;
    padding: 20px;
    margin-top: 20px;
}
.testimonial h3{
    color: #FF4B44;
        text-transform: uppercase;
    font-family: 'LALIGA Headline wide';
    font-weight: normal;
    font-size: 1.5rem;
    padding-bottom: 15px;
}
.testimonial p{
    color: #201D1D;
    font-family: 'LALIGA Text';
    font-weight: normal;
        height: 140px;
}
.advanced_sec{
    padding: 50px 0;
}
.advanced_sec h2 {
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 3rem;
}
.advanced_sec p {
    font-family: 'LALIGA Text';
    font-weight: normal;
    color: #201D1D;
        padding: 10px 0;
}
 
.advanced_sec a, .advanced_sec a:hover {
    font-size: 1.7rem;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    padding: 0px 10px;
    margin-top: 20px;
}
.advanced_sec .box{
    background: #F2F2F2;
    padding: 10px;
        height: 170px;
}
.advanced_sec .box img{
    height: 40px;
}
.trophy_page {
    padding-bottom:50px;
}
.trophy_page h2 {
    color: #1F1D1D;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    font-size: 2.3rem;
    line-height: 1;
    white-space: pre-line;
    padding: 15px 0;
    text-transform: uppercase;
}
.trophy_page strong{
    color:#F04F48;
}
.trophy_page p {
    font-family: 'LALIGA Text';
    font-weight: normal;
    color: #232020;
    padding-bottom: 10px;
} 
.professional_logo h2 {
    color: #F45447;
    font-family: 'LALIGA Headline Std';
    font-size: 3rem;
}
.professional_logo p {
    color: #231F20;
    font-family: 'LALIGA Text';
    font-weight: normal;
}
.professional_logo ul{
    text-align: center;
    padding: 50px 0;
}
.professional_logo ul li{
       display: inline-block; 
      padding-bottom: 20px; 
}
.professional_logo ul li img {
    height: 160px;
    width: 180px;
    object-fit: contain;
}
.professional_list ul{
    column-count: 3;
    padding-bottom: 50px;
}
.professional_list ul li {
    background: #F4F4F4;
    padding: 10px;
        margin-bottom: 10px;
}
.professional_list ul li a{
    color: #F04F48;
    font-family: 'LALIGA Text';
    font-weight: bold;
    text-transform: uppercase;
} 
.price_page .col-md-12{
    background: #F3F3F3;
    padding: 50px;
}
.price_page .date_detail h2 {
    color: #FF4B44;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 3rem;
    white-space: pre-line;
    line-height: 40px;
    padding: 10px 0;
}
.price_page .date_detail h3 {
    color: #231F20;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    text-transform: uppercase;
}
.price_bg .table-striped > tbody > tr:first-child > * {
  background-color: #ffffff !important;
}
.price_bg .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: none !important;
}
.price_bg .table-striped > tbody > tr:nth-child(even) > * {
  background-color: var(--bs-table-striped-bg) !important;
}
.price_bg .table-striped > tbody > tr:nth-child(odd):not(:first-child) > * {
  background-color: transparent !important;
}
.price_bg .table th,
.price_bg .table td {
  border-right: 1px solid #dee2e6; /* bootstrap border color */
}
.price_bg .table th:last-child,
.price_bg .table td:last-child {
  border-right: 0; /* bootstrap border color */
}
.price_title h1 {
    color: #F45447;
    text-align: center;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    font-size: 3rem;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.price_table{
    padding-bottom: 50px;
}
.price_table .table{
    margin-bottom: 30px;    
    table-layout: fixed!important;    
}
.price_table tr {
    vertical-align: middle;
}
.price_table th {
    background-color: #F45446;
    box-shadow: none;
    text-align: center !important;
    color: #fff;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1;    
}
.price_table th span{
    display: block;
    font-size: .9rem;
}
.price_table td {
    color: #272223;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
}
.price_table .table tbody td:first-child {
  color: #F44B45;
}
.price_table td span{
    display: none;
}
.price_table p{
    color: #272223;
    font-family: 'LALIGA Text';
    font-weight: normal;    
}
.fees_kit img {
    height: 150px;
    margin-bottom: -40px;
}
.fees_kit .lastp img  {
    float: right;
    margin-top: -40px; 
    margin-bottom: 0;    
}
.fees_kit h2{
    color: #fff;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    text-align: center;
    font-size: 3rem;
}
.fees_kit .col-md-6{
    padding: 20px 0;
}
.fees_kit .table{
    table-layout: fixed;
    text-align: center;
    margin: 0;    
}
.fees_kit tr:first-child{
    border-bottom: solid 1px #fff;
}
.fees_kit td {
    border: 0;    
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3rem;
    background-color: transparent;
    color: #fff;
}
.fees_kit td:first-child {
    text-align: left;
}
.offer_title h1{
     color: #F45447;
    text-align: center;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    font-size: 3rem;
    text-transform: uppercase;
    padding-bottom: 15px;   
}
.offer_title ul {
    column-count: 4;
} 
.offer_title ul li {
    padding: 10px;
    background: #F3F3F3;
    border: solid 1px #dbdbdb;
    color: #000000;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
}
.term_page h5{
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1;
}
.term_page img{
    opacity: .5;
}
.term_content h2{
    color: #F44B45;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 2rem;
    padding: 10px 0;
    text-transform: uppercase;
}
.term_content p{
    color: #272223;
    font-family: 'LALIGA Text';
    font-weight:     normal;
padding: 7px 0;    
}
.term_content p a, .term_content p a:hover{
    color: #272223;
}
.term_content h3{
    color: #F44B45;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    font-size: 1.7rem;
    padding: 10px 0;
    padding-bottom: 0;
    margin-bottom: -5px;
    line-height: 1;    
    text-transform: uppercase;
}
.term_content ul {
    padding: 10px 0;
}
.term_content ul li {
    list-style: decimal-leading-zero;
       margin-left: 35px;
     color: #272223;
    font-family: 'LALIGA Text';
    font-weight:     normal;
}
.term_content ul li::marker{
   color: #F44B45;
    font-family: 'LALIGA Headline Std';
    font-weight: normal; 
}
 
.term_content ol {
    padding: 10px 0;
}
.term_content ol li {
    list-style: disc;
       margin-left: 35px;
     color: #272223;
    font-family: 'LALIGA Text';
    font-weight:     normal;
}
.term_content ol li::marker{
   color: #F44B45;
    font-family: 'LALIGA Headline Std';
    font-weight: normal; 
}
.term_tt h3 {
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    color: #fff;
    line-height: 1;
    font-size: 1.7rem;
    text-transform: uppercase;
    padding-top: 10px;
}
.term_tt img{
    opacity: .5;
}
.term_tt {
    padding-bottom: 50px; 
}
.term_tt strong{
  color: #F45447;  
}
.training{
    padding-bottom: 50px;
}
.training .col-md-12{
    background: #272223;
    padding: 50px;
    padding-right: 0;
    padding-bottom: 0;    
}
.training h2{
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.training h3 {
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    color: #fff;
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
.training .box {
    background: #F3F3F3;
    padding: 20px;
    margin-bottom: 50px;    
}
.training .box h4{
    color: #F45447;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.training .box p {
    color: #272223;
    font-family: 'LALIGA Headline Std';
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1;
    white-space: pre-line;
    text-transform: uppercase;
}
.training .row {
    align-items: flex-end;
}
.training img{
    opacity: .5;
    height: 140px;
    float: right;
}
.red, .red:hover{
    font-weight: bold;
    background: none;
    color: #ff4242;
    border-radius: 0;
    border: 0;  
}
.blue, .blue:hover{
    font-weight: bold;
    background: none;
    color: #0d6efd;
    border-radius: 0;
    border: 0;  
}
.green, .green:hover{
    font-weight: bold;
    background: none;
    color: #198754;
    border-radius: 0;
    border: 0;  
}
.bg-spgrey {
    background: #ececec;
}
.Rtable {
        text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 40px;
    margin: 0rem 0rem 2.5rem;
    padding: 0px;
    padding: 0rem;
}
.radiobox input{
    width: auto!important;
    height: auto!important;    
}
.Rtable.\--5cols .Rtable-cell {
    width: 20%;
}
.Rtable .Rtable-cell.\--head {
    margin-top: 10px;
    background-color: #f9f9f9;
    color: #606060;
    border-color: #ddd;
}
.Rtable .Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 12px 16px;
    padding: 0.75rem 1rem;
    overflow: hidden;
    list-style: none;
    color: #606060;
    border: 1px solid #ddd;
}
.dashboard-content-detail .text-right {
    text-align: right;
}
.inner-content h2{
    color: #231F20;
    font-family: 'LALIGA Headline Std';
    font-weight: bold;
    white-space: pre-line;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.dashboard-content-detail input, .dashboard-content-detail select {
    background: #F9F9F9;
    border-radius: 0;
    width: 100%;
        padding: 10px;
    height: 55px;
    border: solid 1px #e3e3e3;
    color: #606060;
    font-weight: normal;
    font-family: 'LALIGA Text';
}

.dashboard-content-detail .control-group p {
    background: #F9F9F9;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    line-height: 35px;
    margin: 0;
    height: 55px;
    border: solid 1px #e3e3e3;
    color: #606060;
    font-weight: normal;
    font-family: 'LALIGA Text';
}
.sidebar-navigation {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
    padding: 20px;
    padding: 1.25rem;
}
.sidebar-navigation li a.active, .sidebar-navigation li a:hover {
    background-color: #FF4242;
    color: #ffffff;
}
.sidebar-navigation li a {
    display: block;
    font-size: 16px;
        color: #000;
    font-size: 1rem;
    padding: 8px;
    padding: 0.5rem;
    border-radius: 4px;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}
 .dashboard-content-detail {
    padding: 20px;
    padding: 1.25rem;
}
.box.\--shadow-box {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
}
.dashboard-content-detail .title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-bottom: 2px solid #ececec;
}
.default-form .control-group {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    position: relative;
}
.default-form .control-group .form-label {
    display: block;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fc-grey {
    color: #a0a0a0;
}
.alert.\--warning {
    background-color: #ffb64d;
    color: #ffffff;
    border-color: #ffb64d;
}
.alert {
    position: relative;
    padding: 10px 38px 10px 18px;
    padding: 0.625rem 2.375rem 0.625rem 1.125rem;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.maintitle.\--small {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 1px;
}
.maintitle.\--white {
    color: #ffffff;
}
.dashboard-content-detail table{
    table-layout: fixed;
    border: solid 1px #ddd;
}
.dashboard-content-detail table input{
    width: 100%;
    padding: 0px;
    height: auto;    
}
.dashboard-content-detail table th {
    background: #f9f9f9;
    font-weight: 500;
    font-family: 'LALIGA Headline Wide';
}
.dashboard-content-detail tbody, .dashboard-content-detail td, .dashboard-content-detail tfoot, .dashboard-content-detail th, .dashboard-content-detail thead, .dashboard-content-detail tr{
    color: #606060;
    font-weight: normal;
    font-family: 'LALIGA Text';
    border: solid 1px #ddd;
    text-align: center;  
    padding: 5px;    
}

.thank5 h1 {
    color: #f45447;
    font-weight: normal;
    font-size: 3rem;
    padding-bottom: 10px;
}
.thank5 p{
    font-size: 1.5rem;    
    color: #333333;
    font-family: 'LALIGA Text';
    font-weight: normal;
}

@media only screen and (max-width: 767px){

.thank5 h1 {
    font-size: 2rem;
}
.thank5 p {
    font-size: 1rem;
}
.maintitle.\--small {
    font-size: 2rem;
}
.main_popup h2 {
    font-size: 2rem;
}
.sidebar-navigation{
    margin-bottom: 10px;
}
.Rtable.\--5cols .Rtable-cell {
    width: 100%;
}
.term_page h5 {
    font-size: 1.3rem;
}
.term_content h2 {
    font-size: 1.7rem;
}
.term_content h3 {
    font-size: 1.5rem;
}
footer .col-md-4 img {
   margin-bottom: 15px;
}
.fees_kit h2 {
    font-size: 2rem;
}
.fees_kit td {
    font-size: 1rem;
}
.Testimonials .row {
    margin: 0;
}
.offer_title h1 {
    font-size: 2rem;
    line-height: 1;
}
.offer_title ul {
    column-count: 2;
}
.offer_title ul li {
    font-size: 1.1rem;
}
.price_page .col-md-12 {
    padding: 20px;
}    
.price_page .date_detail h2 {
    font-size: 2rem;
    line-height: 1;
}
 .date img{
    padding-top: 10px;
}
.price_title h1 {
    font-size: 2rem;
    padding-bottom: 0px;
}


.price_table thead {
    display: none;
} 
.price_table td span {
    display: inline-block;
}
.price_table tbody, .price_table td, .price_table th, .price_table tr {
    display: block;
        font-size: 1.1rem;
}
.price_table td span.first_sp {
    display: inline-block;
    float: left;
    color: #ff4b44;
}
.price_table .table tbody td:first-child {
    color: #272223;
}
.price_table tr {
        margin-top: 20px;
 }
.price_bg .table th, .price_bg .table td {
    border-top: 1px solid #dee2e6;
    text-align: right;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}
.space{
    padding: 20px 0;
}
.container {
    max-width: 100%;
    margin: 0 auto;
}    
 p {
    font-size: .95rem;
}
 .topbar {
    font-size: .5rem;
}
.site-nav {
    padding-top: 0;
}
.navbar-brand img {
    height: 40px;
    translate: 0;
}
.hero {
    height: auto;
    margin-bottom: 0 !important;
}
.home_carousel img {
    height: 100px;
    margin-top: 10px;
}
.home_carousel h4 {
    font-size: 1.2rem;
}
.home_carousel p {
    font-size: .6rem;
}
.home_carousel .owl-nav {
    top: 0px;
    gap: 0;
}
.home_carousel .owl-nav button span {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 25px;
}
.home_carousel .owl-nav .owl-next span {
    padding-left: 3px;
}
.home_carousel .owl-nav .owl-prev span {
    padding-right: 3px;
}
.middle .row {
    flex-direction: column-reverse;
}
.champions h3 {
    font-size: 2rem;
    line-height: 30px;
}
.champions a, .champions a:hover {
    font-size: 1.4rem;
}
.champions img {
    padding: 20px 0;
}
.home_banner h3 {
    font-size: 2rem;
    line-height: 1;
        padding-bottom: 10px;    
}
.home_banner .col-md-12 {
    padding-top: 0;
    padding-left: 0;
    padding: 20px;
    padding-bottom: 0!important;
}
.home_banner p {
    padding-right: 0;
}
.home_banner a, .home_banner a:hover{
    font-size: 1.4rem;
}

.home_service ul.left li img {
    height: 80px;
    padding-right: 10px;
}
.home_service ul.right li img {
    height: 80px;
    padding-left: 10px;
}
.home_service h4 {
    line-height: 22px;
    font-size: 1.5rem;
}
.home_service ul.left p {
    padding-left: 90px;
}
.home_service ul.right p {
    padding-right: 90px;
}
.home_service ul li {
    height: auto;
    padding-bottom: 10px;
}
.home_service ul {
    padding-top: 0;
}
.skill h4 {
    font-size: 1.5rem;
}
.skill h2 {
    font-size: 2rem;
    line-height: 30px;
}
.skill span {
    display: none;
}
.skill_card {
    margin-bottom: 20px;
}
.skill_card h5 {
    height: auto;
    line-height: 22px;
    font-size: 1.5rem;
}
.methodology_sec {
    padding: 0;
    padding-bottom: 0;
}
.methodology_sec .method-left h2 {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 0;
}
.methodology_sec .method-left {
        padding: 20px;
        margin-bottom: 20px;
}
.methodology_sec .method-left img {
    height: 80px;
}
.methodology_sec .method-left p {
    max-width: 90%;
}
.method-card {
    padding: 10px;
    height: 95px;
    text-align: center;
}
.method-card h5 {
    font-size: .7rem;
    line-height: 12px;
}
.method-card h5 br{
    display: none;
}
.method-card img {
    padding-bottom: 10px;
    width: 35px;
    height: 35px;
    float: none;
    padding-right: 0;
    display: inline-block;
}
.Testimonials .picture {
    max-width: 100%;
}
.Testimonials .col-md-3 {
    display: none;
}
.Testimonials .owl-carousel2 {
    padding: 20px;
}
.Testimonials .item h4 {
        padding-top: 20px;
        font-size: 1rem;
}
.Testimonials .owl-dots-custom {
    margin-top: -30px;
}
.event h4 {
    font-size: 2rem;
    line-height: 30px;
}
.event img {
    height: 20px;
    margin-top: 5px;
}
.event_card p {
    padding-top: 5px;
}
.event_card ul li {
    padding-top: 0;
}
.event a, .event a:hover{
    font-size: 1.4rem;
}
.faq h4 {
    font-size: 2rem;
    line-height: 30px;
}
.faq .accordion-button.collapsed {
    font-size: 1rem;
    padding: 10px 0;
    white-space: normal;
}
.faq .accordion-button{
    font-size: 1rem;
    padding: 10px 0;
    white-space: normal;
}
.faq .accordion-body {
    font-size: .95rem;
}
.faq .row {
    flex-direction: column-reverse;
}
footer .d-flex {
    gap: 0rem !important;
}
footer ul li a {
    font-size: .95rem !important;
}
footer .col-md-5 ul {
    padding-top: 0;
}
footer h6 {
    font-size: 1rem;
}
footer p.copyright {
    margin-top: 0;
}
.manage {
    line-height: 15px;
}
 .mobile-dropdown {
  width: 100%;
}
.nav-link {
   padding: 10px 0 !important;
}
.mobile-dropdown-toggle {
    width: 100%;
    text-transform: uppercase;
    background: none;
    border: none;
    text-align: left;
    padding: 10px 0;
    font-size: .92rem;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-dropdown-toggle i {
  transition: transform 0.3s ease;
}
.mobile-dropdown-menu {
        max-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: max-height 0.35s ease;
}
.mobile-dropdown-menu a {
            text-transform: capitalize;
        font-size: .8rem;
        padding: 10px !important;
        border-bottom: solid 1px #e5e4e4;
}   
.mobile-dropdown-menu ul{
    background-color: #F2F2F2;
    border-top: solid 5px #FF4B44;
}
nav ul li {
    padding: 0 0px;
}
.nav-link:hover, .mobile-dropdown-toggle:focus{
    color: #666666;
}
.mobile-dropdown-menu ul li a:focus, .mobile-dropdown-menu ul li a:hover, .mobile-dropdown-menu ul li.active a {
    color: #FF4B44!important;
}
.site-nav button{
    border: 0;
}

.inner_banner {
    height: 30vh;
    background-position: center center !important;
}
.banner_title h1 {
    font-size: 1.5rem;
}
.banner_title a, .banner_title a:hover {
    font-size: 1.1rem;
    margin-top: 20px;
}
.about_laliga1 h3 {
    padding-top: 15px;
    font-size: 2rem;
    line-height: 1;
}
.white_space {
    padding: 20px 0;
}
.about_program .program-left {
    padding: 20px;
        margin-bottom: 20px;    
}
.about_program .program-left h2 {
    font-size: 1.5rem;
    line-height: 1;
            margin-bottom: 0;
}
.program-card h5 {
    font-size: 1rem;
}
.date_detail img {
    margin-top: 4px;
}
.date_detail h2 {
    font-size: 2rem;
    line-height: 1;
}
.date_detail p {
    padding-bottom: 10px;
}
.squads_card h5 {
    font-size: 1.5rem;
}
.squads_card h6 {
    font-size: 1.1rem;
}
.form h2 {
    font-size: 2rem;
    line-height: 1;
}
.form button, .form button:hover {
    font-size: 1.1rem;
}
.form .form-check-label {
   white-space: normal;
}
.schedule_form.middle .row {
    display: block;
}
.methodology_page{
    margin-bottom: 20px;
}
.methodology_page h3 {
    font-size: 2rem;
    line-height: 1;
}
.methodology_page.middle .row {
    flex-direction: row;
}
.methodology_page .col-6 {
    width: 100%;
}
.methodology_page .method-card {
    height: auto;
        margin-top: 10px;
    text-align: left;
}
.methodology_page .method-card img {
    height: 35px;
}
.gallery_page h2 {
    font-size: 2rem;
    line-height: 1;
}
.glightbox-clean .gnext {
    top: 45%!important;
    right: 0!important;
}
.glightbox-clean .gprev {
    top: 45%!important;
    left: 0!important;
}
.programs_page .title h2 {
    font-size: 2rem;
}
.skill_card a, .skill_card a:hover {
    font-size: 1.1rem;
}
.development_sec {
    padding: 20px 0;
}
.development_sec h2 {
    font-size: 2rem;
}
.development_sec a, .development_sec a:hover {
    font-size: 1.1rem;
}
.development_testimonial h2 {
    font-size: 2rem;
}
.testimonial h3 {
    font-size: 1.2rem;
}
.testimonial p {
    height: auto;
}
.advanced_sec h2 {
    font-size: 2rem;
}
.advanced_sec .col-4 {
    width: 100%;
}
.advanced_sec .box {
    height: auto;
    margin-bottom: 20px;
}
.advanced_sec a, .advanced_sec a:hover {
    margin-top: 0;
}

.btn-danger, .btn-danger:hover {
    font-size: 1.1rem !important;
}
.home_banner .col-md-12{
    white-space: normal!important;
}
.trophy_page h2 {
    font-size: 2rem;
}
.professional_logo h2 {
    font-size: 2rem;
}
.professional_logo ul li img {
    height: 130px;
    width: 130px;
}
.professional_list ul {
    column-count: 1;
    padding-bottom: 50px;
}
.contact_page .col-6 {
    width: 100%;
}

}


@media only screen and (min-width: 768px) and (max-width: 991px){


.fees_kit h2 {
    font-size: 2rem;
}
.fees_kit td {
    font-size: 1rem;
}
.Testimonials .row {
    margin: 0;
}
.offer_title h1 {
    font-size: 2rem;
    line-height: 1;
}
.offer_title ul {
    column-count: 2;
}
.offer_title ul li {
    font-size: 1.1rem;
}
.price_page .col-md-12 {
    padding: 20px;
}    
.price_page .date_detail h2 {
    font-size: 2rem;
    line-height: 1;
}
 .date img{
    padding-top: 10px;
}
.price_title h1 {
    font-size: 2rem;
}
.price_table td {
    font-size: 1rem;
}
.price_table th {
    font-size: 1rem;
    line-height: 1;
}
.space{
    padding: 20px 0;
}    
 .container {
    max-width: 90%;
    margin: 0 auto;
}    
 p {
    font-size: .95rem;
}
 
.site-nav {
    padding-top: 0;
}
.navbar-brand img {
    translate: 0;
}
.hero {
    height: auto;
    margin-bottom: 0 !important;
}
.home_carousel img {
    height: 100px;
    margin-top: 10px;
}
.home_carousel h4 {
    font-size: 1.2rem;
}
.home_carousel p {
    font-size: .6rem;
}
.home_carousel .owl-nav {
    top: 0px;
    gap: 0;
}
.home_carousel .owl-nav button span {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 25px;
}
.home_carousel .owl-nav .owl-next span {
    padding-left: 3px;
}
.home_carousel .owl-nav .owl-prev span {
    padding-right: 3px;
}
 
.champions h3 {
    font-size: 2rem;
    line-height: 30px;
}
.champions a, .champions a:hover {
    font-size: 1.4rem;
}
.champions img {
    padding: 20px 0;
}
 .home_banner{
    margin: 20px 0;
}
.home_banner h3 {
    font-size: 2rem;
    line-height: 1;
}
.home_banner .col-md-12 {
    padding-top: 0;
    padding-left: 0;
    padding: 20px;
    padding-bottom: 0;
}
.home_banner p {
    padding-right: 0;
}
.home_banner a, .home_banner a:hover{
    font-size: 1.4rem;
}
 
.home_service ul.left li img {
    height: 50px;
    padding-right: 10px;
}
.home_service ul.right li img {
    height: 50px;
    padding-left: 10px;
}
.home_service h4 {
    line-height: 17px;
    font-size: 1.2rem;
}
.home_service ul.left p {
    padding-left: 60px;
}
.home_service ul.right p {
    padding-right: 60px;
}
.home_service ul li {
    height: auto;
    padding-bottom: 10px;
}
.home_service ul {
    padding-top: 0;
}
.skill h4 {
    font-size: 1.5rem;
}
.skill h2 {
    font-size: 2rem;
    line-height: 30px;
}
.skill span {
    display: none;
}
.skill_card {
    margin-bottom: 20px;
}
.skill_card .icon {
    padding: 5px;
    height: 45px;
    width: 45px;
    margin-left: 10px;
}
.skill_card h5 {
    height: auto;
    line-height: 22px;
    font-size: 1.2rem;
    padding: 0 10px;
    padding-top: 10px;
}
.skill_card p {
    height: auto;
    padding: 0 10px;
    padding-right: 10px;
}
.methodology_sec {
    padding: 0;
    padding-bottom: 0;
}
.methodology_sec .method-left h2 {
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 0;
}
.methodology_sec .method-left {
        padding: 20px;
        margin-bottom: 20px;
}
.methodology_sec .method-left img {
    height: 80px;
}
.methodology_sec .method-left p {
    max-width: 90%;
}
.method-card {
    height: 137px;
    text-align: center;
}
.method-card h5 {
    font-size: .9rem;
    line-height: 15px;
} 
.method-card img {
    padding-bottom: 10px;
    width: 45px;
    height: 45px;
    float: none;
    padding-right: 0;
    display: inline-block;
}
.Testimonials .picture {
    max-width: 100%;
}
 
.Testimonials .owl-carousel2 {
    padding: 20px;
}
.Testimonials .item h4 {
        padding-top: 20px;
        font-size: 1rem;
}
.Testimonials .owl-dots-custom {
    margin-top: -30px;
}
.event h4 {
    font-size: 2rem;
    line-height: 30px;
}
.event img {
    height: 20px;
    margin-top: 5px;
}
.event_card p {
    padding-top: 5px;
}
.event_card ul li {
    padding-top: 0;
}
.event a, .event a:hover{
    font-size: 1.4rem;
}
.faq h4 {
    font-size: 2rem;
    line-height: 30px;
}
.faq .accordion-button.collapsed {
    font-size: 1rem;
    padding: 10px 0;
    white-space: normal;
}
.faq .accordion-button{
    font-size: 1rem;
    padding: 10px 0;
    white-space: normal;
}
.faq .accordion-body {
    font-size: .95rem;
}
footer .d-flex {
    gap: 0rem !important;
}
footer ul li a {
    font-size: .95rem !important;
}
footer .col-md-5 ul {
    padding-top: 0;
}
footer h6 {
    font-size: 1rem;
}
footer p.copyright {
    margin-top: 0;
}
.manage {
    line-height: 15px;
}
footer .small {
    font-size: .8em;
}
footer .d-flex {
    justify-content: flex-end;
}
 .mobile-dropdown {
  width: 100%;
}
.nav-link {
   padding: 10px 0 !important;
}
.mobile-dropdown-toggle {
    width: 100%;
    text-transform: uppercase;
    background: none;
    border: none;
    text-align: left;
    padding: 10px 0;
    font-size: .92rem;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-dropdown-toggle i {
  transition: transform 0.3s ease;
}
.mobile-dropdown-menu {
        max-height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: max-height 0.35s ease;
}
.mobile-dropdown-menu a {
            text-transform: capitalize;
        font-size: .8rem;
        padding: 10px !important;
        border-bottom: solid 1px #e5e4e4;
}   
.mobile-dropdown-menu ul{
    background-color: #F2F2F2;
    border-top: solid 5px #FF4B44;
}
nav ul li {
    padding: 0 0px;
}
.nav-link:hover, .mobile-dropdown-toggle:focus{
    color: #666666;
}
.mobile-dropdown-menu ul li a:focus, .mobile-dropdown-menu ul li a:hover, .mobile-dropdown-menu ul li.active a {
    color: #FF4B44!important;
}
.site-nav button{
    border: 0;
}

.inner_banner {
    height: 30vh;
    background-position: center center !important;
}
.banner_title h1 {
    font-size: 1.5rem;
}
.banner_title a, .banner_title a:hover {
    font-size: 1.1rem;
    margin-top: 20px;
}
.about_laliga1 h3 {
    padding-top: 15px;
    font-size: 2rem;
    line-height: 1;
}
.white_space {
    padding: 20px 0;
}
.about_program .program-left {
    padding: 20px;
        margin-bottom: 20px;    
}
.about_program .program-left h2 {
    font-size: 1.5rem;
    line-height: 1;
}
.program-card h5 {
    font-size: 1rem;
}
.date_detail img {
    margin-top: 4px;
}
.date_detail h2 {
    font-size: 2rem;
    line-height: 1;
}
.date_detail p {
    padding-bottom: 10px;
}
.squads_card h5 {
    font-size: 1.3rem;
}
.squads_card h6 {
    font-size: 1.1rem;
}
.form h2 {
    font-size: 2rem;
    line-height: 1;
}
.form button, .form button:hover {
    font-size: 1.1rem;
}
.form .form-check-label {
   white-space: normal;
}
.methodology_page{
    margin-bottom: 20px;
            margin-top: 20px;
}
.methodology_page h3 {
    font-size: 2rem;
    line-height: 1;
}
.methodology_page.middle .row {
    flex-direction: row;
}
.methodology_page .col-6 {
    width: 100%;
}
.methodology_page .method-card {
    height: auto;
        margin-top: 10px;
    text-align: left;
}
.methodology_page .method-card img {
    height: 35px;
}
.gallery_page h2 {
    font-size: 2rem;
    line-height: 1;
}
.glightbox-clean .gnext {
    top: 45%!important;
    right: 0!important;
}
.glightbox-clean .gprev {
    top: 45%!important;
    left: 0!important;
}
.programs_page .title h2 {
    font-size: 2rem;
}
.skill_card a, .skill_card a:hover {
    font-size: 1.1rem;
    margin-top: 20px;
}
.development_sec {
    padding: 20px 0;
}
.development_sec h2 {
    font-size: 2rem;
}
.development_sec a, .development_sec a:hover {
    font-size: 1.1rem;
}
.development_testimonial h2 {
    font-size: 2rem;
}
.testimonial h3 {
    font-size: 1.2rem;
}
.testimonial p {
    height: auto;
}
.advanced_sec h2 {
    font-size: 2rem;
}
.advanced_sec .col-4 {
    width: 100%;
}
.advanced_sec .box {
    height: auto;
    margin-bottom: 20px;
}
.advanced_sec a, .advanced_sec a:hover {
    margin-top: 0;
}

.btn-danger, .btn-danger:hover {
    font-size: 1.1rem !important;
}
.home_banner .col-md-12{
    white-space: normal!important;
}
.trophy_page h2 {
    font-size: 2rem;
}
.professional_logo h2 {
    font-size: 2rem;
}

.professional_list ul {
    column-count: 2;
}
.contact_page .col-6 {
    width: 100%;
}

}


@media only screen and (min-width: 992px) and (max-width: 1050px){
.home_service ul.left li img {
    height: 90px;
    padding-right: 10px;
}
.home_service ul.right li img {
    height: 90px;
    padding-left: 10px;
}
.home_service ul.left p {
    padding-left: 100px;
}
.home_service ul.right p{
    padding-right: 100px;
}
.home_service h4 {
    font-size: 1.5rem;
    line-height: 22px;
}
.skill_card h5 {
    font-size: 1.2rem;
    line-height: 20px;
}
.skill_card p {
    height: auto;
}
.methodology_sec .method-left h2 {
    font-size: 2rem;
}
.methodology_sec .method-left p {
    max-width: 80%;
}
.methodology_sec .method-left img {
    height: 90px;
}
.method-card br{
    display: none;
}
.method-card {
    padding: 15px;
    height: 128px;
}
.home_banner h3 {
    line-height: 1;
    font-size: 2rem;
}
.methodology_page {
    padding: 50px 0;
}
.methodology_page .method-card h5 {
    font-size: .7rem;
    line-height: 15px;
}
.skill_card a, .skill_card a:hover {
    margin-top: 20px;
}
.skill_card h5 {
    height: auto;
}
.testimonial p {
    height: 200px;
}
.advanced_sec .box {
    height: 240px;
}
.contact_page .program-card {
    padding: 20px;
    margin-bottom: 20px;
    height: 55px;
}
.contact_page.about_program .program-left {
    padding-bottom: 40px;
}

}

@media only screen and (min-width: 1060px) and (max-width: 1200px){
    
}

      
   

 
    
   

   