@media all and (max-width: 1440px) {

    .container { width: 1250px; }

}

@media all and (max-width: 1279px) {

    .container { width: 80%; }

}

@media all and (max-width: 767px) {
    
  .container-fluid {
    padding: 0 15px;
  }
  .container {
      width: 90%;
  }
  .row {
    margin: 15px 0px 0;
  }
  .row:first-child {
    margin: 0 0px 0;
  }
  .row .col-20,
  .row .col-25,
  .row .col-30,
  .row .col-33,
  .row .col-40,
  .row .col-50,
  .row .col-66,
  .row .col-60,
  .row .col-66,
  .row .col-70,
  .row .col-100 {
    width: 100%;
    padding: 0 0px;
  }
  .btn {
    height: 48px;
    padding: 0px 30px;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0;
  }
  p {
    font-size: 15px;
    line-height: 1.6;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 400;
  }
  h2 {
    font-size: 48px;
    line-height: 1;
  }
  header nav {
    margin-top: 0;
  }
  header nav {
    position: relative;
  }
  header nav button {
    width: 30px;
    height: 111px;
    display: block;
    position: relative;
    margin-top: 4px;
    background-color: transparent;
  }
  header nav button span {
    position: absolute;
    width: 35px;
    height: 2px;
    font-size: 0;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  header nav button span::before,
  header nav button span::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  header nav button span::before {
    top: -10px;
  }
  header nav button span::after {
    bottom: -10px;
  }
  header nav button.active span {
    width: 0;
    height: 0;
  }
  header nav button.active span::before {
    transform: rotate(-45deg);
    top: 0;
  }
  header nav button.active span::after {
    transform: rotate(45deg);
    bottom: -2px;
  }
  header nav ul {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 240px;
    right: 0;
    top: 100%;
    margin-top: 5px !important;
    background-color: #f6f6f6;
  }
  header nav > ul {
    height: 264px;
    overflow: scroll;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  }
  header nav ul li > a,
  header.fixed nav ul li > a {
    display: block;
    padding: 0 15px;
    color: #000;
    line-height: 42px !important;
  }
  header nav ul li > a.toggle {
    position: relative;
  }
  header nav ul li > a.toggle::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
  }
  header nav ul li a:hover {
    color: #910000;
  }
  header nav ul li.active a {
    border-radius: 0;
    padding: 0 15px;
  }
  header nav ul.open {
    opacity: 1;
    visibility: visible;
  }
  header nav ul li {
    display: block;
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 15px;
    text-align: left;
  }
  header nav ul li:first-child {
    border-top: 0px solid rgba(0, 0, 0, 0.05);
  }
  header nav ul li ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    box-shadow: none;
    margin-top: 0px !important;
    display: none;
  }
  header nav ul li ul li a,
  header.fixed nav ul li ul li a {
    padding: 11px 15px 11px 30px;
    color: #777777;
    line-height: 1 !important;
  }
  header nav ul li a.current {
    color: #000;
  }
  header nav ul li ul li ul {
    left: 0%;
    top: 0;
    width: 100%;
  }
  
  .home-banner .home-slider .slide { height: 640px; }
  .home-banner .home-slider .slide img { display: none; }
  .home-banner .home-slider .slide.one { background: url('https://webmatriks.in/cssports/wp-content/themes/custom-theme/assets/img/home-slide-img1.jpg') no-repeat center center; }
  .home-banner .home-slider .slide.two { background: url('https://webmatriks.in/cssports/wp-content/themes/custom-theme/assets/img/home-slide-img2.jpg') no-repeat center center; }
  .home-banner .home-slider .slide.three { background: url('https://webmatriks.in/cssports/wp-content/themes/custom-theme/assets/img/home-slide-img3.jpg') no-repeat center center; }
  .home-banner .home-slider .slide.four { background: url('https://webmatriks.in/cssports/wp-content/themes/custom-theme/assets/img/home-slide-img4.jpg') no-repeat center center; }
  .home-banner .home-slider .slide.five { background: url('https://webmatriks.in/cssports/wp-content/themes/custom-theme/assets/img/home-slide-img5.jpg') no-repeat center center; }
  .home-banner .home-slider .slide.six { background: url('https://webmatriks.in/cssports/wp-content/themes/custom-theme/assets/img/home-slide-img6.jpg') no-repeat center center; }
  .home-banner .content { width: 90%; }
  .home-banner .content h2 { font-size: 30px; line-height: 1.2; }
  .home-banner .content p { font-size: 18px; line-height: 1.4; }
  
  .section_welcome_academy,
  .section_event_activity,
  .section_sportcategory,
  .section_eventlist,
  .section_photogallery,
  .section_whypush,
  .section_faqs,
  .section-testimonials {
      padding: 50px 0;
  }
  
  .section_welcome_academy h3,
  .section_sportcategory h3,
  .section_eventlist h2,
  .section_whycssports h3,
  .section_photogallery h3,
  .section_whypush h3,
  .section_faqs h3,
  .section-testimonials h3 {
      font-size: 30px;
  }
  
  .section_faqs h3 {
      margin: 0 0 5px;
  }
  
  .section_event_activity .row .col-33 {
      margin-bottom: 30px;
  }
  
  .section_event_activity .row .col-33:last-child {
      margin-bottom: 0px;
  }
  
  .section_sportcategory .multisport-slider {
      margin: 20px 0;
  }
  
  .section_eventlist ul.tabs li {
      padding: 15px 20px;
      font-size: 16px;
  }
  
  .section_eventlist ul.tabs li span {
      display: none;
  }
  
  .section_eventlist .tab-content {
      padding: 35px 0px 0;
  }
  
  .section_eventlist .tab-content .row .col-33 {
      margin-bottom: 20px;
  }
  
  .section_eventlist .tab-content .row .col-33:last-child {
      margin-bottom: 0px;
  }
  
  .section_whycssports ul li {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 30px;
  }
  
  .section_whycssports ul li:last-child {
      margin-bottom: 0px;
  }
  
  .section_whycssports ul li .box h3 {
      margin: 15px 0 10px;
      font-size: 48px;
  }
  
  .section_photogallery ul li {
      width: 50%;
  }
  
  .section_whypush ul {
      margin: 30px 0px 0;
      padding: 0 0;
  }
  
  .section_whypush ul li {
      width: 100%;
      padding: 15px 0px;
      border-right: 0px solid rgba(255,255,255,.2);
      border-bottom: 1px solid rgba(255,255,255,.2);
  }
  
  .section_whypush ul li:nth-child(4), .section_whypush ul li:nth-child(5) {
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  
  .section_photogallery ul {
      margin: 15px -7px 30px;
  }
  
  .section_photogallery ul li {
      margin-top: 12px;
      padding: 0 7px;
  }
  
  .section_faqs .accordion {
    margin-top: 30px;
  }
  
  
  
  footer .linkinfo {
      padding: 45px 0 15px;
  }
  footer .linkinfo h6 {
      margin: 0 0 15px;
  }
  footer .linkinfo .row .col-25 {
      margin-bottom: 30px;
  }
  footer .linkinfo .row .col-25:last-child {
      margin-bottom: 0px;
  }
  footer .copyinfo p {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.4;
  }
  footer .copyinfo .fl-left {
      margin-bottom: 10px;
  }
  
}
