/*
Theme Name: Elite Soccer Club Pro
Theme URI: https://www.mishkatwp.com/themes/soccer-club-wordpress-theme/
Author: Mishkatwp
Author URI: https://www.mishkatwp.com/
Description: The Soccer Club WordPress Theme is a premium website template specifically designed to meet the needs of soccer clubs, academies, and coaching organizations. Its primary purpose is to help professional and youth soccer clubs establish a robust online presence by providing a visually appealing and user-friendly platform. Whether you’re running a soccer training academy, an elite football team, or a competitive soccer league, this theme enables you to present all aspects of your soccer club seamlessly. With specialized sections for soccer player development, elite soccer programs, and advanced training programs, it’s perfect for any club aiming to elevate its online identity and attract more members. The theme features retina-ready visuals, stunning animations, and an interactive design that attracts and retains visitors, offering them an engaging experience from start to finish. The dynamic layout supports all the key elements of a modern soccer club, including team profiles, event schedules, training programs, and membership options. Whether you are promoting youth soccer camps, soccer tactical workshops, or soccer coaching sessions, the theme gives you the tools to showcase your services in a professional manner. It also provides seamless integration with social media, allowing your club to connect with its audience and share news, updates, and upcoming events.
Version: 1.0
Requires PHP: 5.6
Tested up to: 5.8
Tags: blog, food-and-drink, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: elite-soccer-club-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a {
  text-decoration: none;
  color: #141414;
  text-transform: capitalize;
  font-weight: 500;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #141414;
  margin: 0;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
a {
  color: #141414;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

header.header-top {
  background: #131c21;
}
section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}
/* ===============================================
   HEADER BOX
   ============================================= */

.register,
.login {
  background: #aa8a63;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.login {
  background: #fff;
  color: #212121;
}
x .header {
  position: static;
}

/*404 Page*/
.page-404 h1 {
  font-size: 300px;
  color: #141414;
}
.page-404 h3 {
  font-size: 38px;
  color: #141414;
}
.page-404 hr {
  width: 10%;
  background: #9ae2e1;
  padding: 1px;
}
.page-404 p {
  margin-left: 30%;
  margin-right: 30%;
}
.page-404 .intro-button {
  text-align: center;
  display: inline-block;
  padding: 5px;
}
.page-404 .button {
  padding: 15px 40px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  transition: all 0.2s;
  text-decoration: none;
}
.page-404 .intro-button:hover {
  background: #d90a2c;
}
.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.page-404 .intro-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 0;
}
.logo a {
  color: #141414;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 600;
}
.logo a:hover,
.logo a:focus {
  color: #141414;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}
.logo-image {
  width: 200px;
}

/* ===============================================
   SOCIAL BOX
   ============================================= */

.social-links a {
  color: #fff;
  font-size: 18px;
}
.social-links a:hover {
  color: #000;
  margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu ul.children,
#main-menu ul.sub-menu {
  display: none;
}
#main-menu ul li:hover .sub-menu {
  display: block;
}
#main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  top: -40px;
  position: absolute;
  margin: 0 auto;
  width: 130%;
  background: #fff;
  transform: skew(-30deg);
  height: 70px;
}
#main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  transform: skew(30deg);
}
#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
}
#main-menu ul li a {
  color: #141414;
  text-decoration: none;
  display: block;
  z-index: 1;
  font-size: 15px;
  font-family: "Fjalla One";
  /* padding: 5px; */
  padding-left: 0;
  margin: 20px;
  font-weight: 400;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  position: relative;
  line-height: 40px;
  border-bottom: 2px solid transparent;
}
#main-menu ul li a:hover {
  border-bottom-color: #d90a2c;
}
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
  color: #d90a2c;
  border-bottom-color: #d90a2c;
}
#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  z-index: 10001;
  width: 213px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  box-shadow: 0px 5px 30px rgb(0 0 0 / 13%);
  border-radius: 3px;
}
#main-menu ul.children li,
#main-menu ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 5px 10px;
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 0px 14px;
  padding-right: 14px;
  font-size: 14px;
  color: #141414;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu ul.sub-menu li a:hover {
  color: #fff;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  content: "";
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  z-index: -1;
}
#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#main-menu ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #141414;
  border-left: 0;
  border-right: 0;
}
#main-menu ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.sub-menu li a:after {
  right: 0;
}
#main-menu ul.sub-menu li a:hover:after {
  background: #141414;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
  opacity: 1;
  right: calc(100% - 213px);
}
.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #141414;
  color: #fff;
}
#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}

/* ===============================================
   HEADER SEARCH
   =============================================== */

#header .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  background: rgb(0, 0, 0, 0.3);
  border: 3px solid #d90a2c;
  z-index: 20;
}
#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
}
#popup form.search-form.serach-page {
  position: relative;
  top: 50%;
}
#popup input[type="search"] {
  padding: 11px 20px;
  width: 100%;
  text-indent: 8px;
  border: 1px solid #d90a2c;
}
#popup input[type="submit"] {
  right: 10px;
  padding: 12.5px 20px;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #d90a2c;
  background-color: #d90a2c;
  position: absolute;
  top: 30px;
}
#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: -1;
}
.header-search {
  font-size: 15px;
  background: transparent;
  font-weight: 500;
  color: #000;
  padding: 15px;
  border-radius: 2px;
  position: absolute;
  left: 114%;
  top: -20px;
  border-left: 1px solid #545454;
  border-left-width: medium;
}
.header-search i {
  position: absolute;
  left: 150%;
  top: 7px;
}
.header-search:hover {
  color: #000;
}
#popup .close-btn {
  position: relative !important;
  top: 20px !important;
}
#popup .close-btn i {
  position: relative;
  left: 50%;
  top: 5%;
  background: #d90a2c;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
}
.menu-sec {
  position: relative;
  top: -50px;
  left: -10%;
  display: flex;
  align-items: center;
}
.header-button {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  color: #ffffff;
  width: 150px;
  height: 60px;
  background: #d90a2c;
  position: absolute;
  left: 125%;
  top: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transform: skew(-30deg);
  text-transform: uppercase;
}
.header-button .button-text {
  transform: skew(30deg);
}
.header-button:hover {
  color: #fff;
}
p.cart-item-box {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #d90a2c;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search .open-search-form i:hover {
  color: #141414;
}
/* a.cart-customlocation i:hover{
 	color: #fff;
 }*/
.header-search .search-form {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1001;
  visibility: hidden;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background: rgba(255, 255, 255, 0.98) none repeat;
  border: none !important;
}
.header-search .search-form.is-open {
  right: 0;
  height: 100%;
  visibility: visible;
}
.header-search .search-form.is-open form {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
.header-search .search-form a.close-search-form {
  top: 50px;
  position: absolute;
  margin-left: -13px;
  left: 50%;
}
.header-search .search-form i.searchform-close-button {
  font-size: 25px;
  color: #616161 !important;
  opacity: 0;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
.header-search .search-form.is-open i.searchform-close-button {
  opacity: 1;
}
.header-search .search-form.is-open i.searchform-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#site-navigation .sidenav a.closebtn,
.open-menu {
  display: none;
}

/* ===============================================
   POST BOX
   ============================================= */

h4.post-title {
  font-size: 22px;
  color: #141414;
  font-weight: 800;
}
.post-content p {
  color: #898d94;
}
.post-meta i {
  color: #d90a2c;
}
.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #141414;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121d21;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}
.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,
footer {
  float: left;
  width: 100%;
}

.latest-post .post-date {
  float: left;
}
.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.post-single .tags-bg a {
  padding: 10px 15px;
  background: #141414;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}
.post-single .tags-bg a:hover {
  background: #141414;
}
.post-single .blog_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #141414;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.post-single .blog_share_icon .fab:hover {
  transform: rotate(360deg);
  background: #d90a2c;
}
.post-single {
  display: block;
}
label {
  display: block;
}

.latest-post h4 a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 0;
  display: block;
}
.latest-post h4 a:hover {
  color: #000;
}
.latest-post .post-content p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.latest-post {
  position: relative;
}
.latest-post .far.fa-calendar-alt,
.latest-post .fas.fa-bookmark {
  color: #717982;
}
.latest-post .icon-book {
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}
.latest-post figure {
  margin: 0;
  padding: 0;
  background: #141414;
  overflow: hidden;
}
.latest-post figure:hover + span {
  opacity: 1;
}
.latest-post figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.latest-post .post-item:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .far.fa-calendar-alt {
  color: #db1d14;
}
.latest-post .far {
  color: #db1d14;
  font-size: 18px;
}
.latest-post .admin-date,
.wp-admin-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input {
  width: 100%;
}
.comment-respond input#submit {
  background: #141414;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}
.comment-respond input#submit:hover {
  background-color: #d90a2c;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-content.card-block {
  padding: 15px;
}
.comment-reply a {
  background: #141414;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}
.comment-reply a:hover {
  background: #d90a2c;
  color: #f3f4f7;
  text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .footer-area ul li {
    text-align: center !important;
  }
  .header-menu .logo-image img {
    top: -50px !important;
  }
  section.category-title h1 {
    text-align: center;
  }
  #mySidenav span {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }
  .logo {
    text-align: center;
  }
  .open-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top: -100%;
    background: #fff;
  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top: 0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
  }

  #main-menu ul.children li a,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height: 53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    border: solid #141414;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    background: none;
  }
  .page-template-frontpage-php .fix-sticky {
    position: unset !important;
  }
  .home.admin-bar .fix-sticky {
    position: unset !important;
  }
  /* .logo {
    padding: 0 !important;
  } */
  .logo-image {
    width: 100% !important;
  }
  .searchform input[type="text"] {
    width: auto !important;
    top: 30px !important;
  }
  .header-search i {
    left: auto !important;
  }
  #popup input[type="submit"] {
    top: 40px !important;
  }
  #popup .close-btn i {
    left: auto !important;
    margin: auto !important;
  }
  #popup input[type="submit"] {
    right: auto !important;
  }
  .menu-sec {
    left: auto !important;
    top: auto !important;
  }
  .header-menu .logo-image img {
    width: 100% !important;
  }
  .header-button {
    left: 30% !important;
    top: -5px !important;
    position: relative !important;
    margin: 0 !important;
  }
  .header-search {
    left: auto !important;
    top: -30px !important;
    border-left: none !important;
  }
  #slider .slider-button {
    left: 15% !important;
  }
  #slider .slider-box .rectangle-1,
  #slider .slider-box .rectangle-2,
  #slider .img-2 img,
  #slider .owl-carousel .owl-nav,
  #slider .sliderBox .counter,
  #slider .sliderBox,
  #slider .sliderBox .rectangle-3,
  #slider .img-2,
  #know .coaches,
  #know .text-sec .content1::after,
  #join .join-text .content1::after,
  #join .join-img .image-2,
  #join .join-img .image-3,
  #gallery .gallery-img-1::after,
  #gallery .gallery-img-2::after,
  #gallery .gallery-img-3::after,
  #gallery .gallery-img-4::after,
  #ticket .content-1::after,
  #ticket .owl-carousel .owl-nav,
  #testimonial .box-content .quote-img,
  #testimonial .owl-carousel .owl-nav,
  #testimonial .testimonial-img .img-1,
  #testimonial .testimonial-img .img-2,
  .page-template-frontpage h2::after,
  .footer .contact-heading::after,
  .footer .instagram-heading::after {
    display: none !important;
  }
  #join .counter {
    border-right: none !important;
    padding-left: 0 !important;
  }
  #slider .owl-dots {
    left: auto !important;
    top: 85% !important;
  }
  #slider .content1,
  #slider .sliderBox .counter h1,
  #know .text-sec h1,
  #video .youtube-text h1,
  #join .join-text h1,
  #facilities h1,
  #facilities .post-title,
  #match h1,
  #match .box-content-1 .post-title,
  #ticket h1,
  #news h1,
  #testimonial h1,
  #team h1,
  #ticket .ticket-box .content5,
  #ticket .ticket-box .content2 {
    font-size: 24px !important;
    text-align: center !important;
  }
  #know .text-sec .content1,
  #know .text-sec .content2,
  #program .content,
  #join .join-text .content1,
  #join .join-text .content2,
  #facilities .content1,
  #match .box-content-1 .post-date,
  #match .box-content-2 .post-title,
  #ticket .content-1,
  #news .content-1,
  #news .box-content .post-title,
  #testimonial .content-1,
  #testimonial .box-content .testimonial-text .post-title,
  #team .content-1,
  #newsletter .content1,
  #newsletter h1,
  #know .quote-box .quote-content {
    font-size: 16px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  #know .coach-img .coach {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  #program .counter,
  #know .know,
  #video .video,
  #join .join,
  #staff .staff,
  #facilities .facilities,
  #match .match,
  #ticket .ticket,
  #news .news,
  #testimonial .testimonial,
  #team .team {
    padding: 0 !important;
  }
  #know .img-sec {
    padding-left: 5% !important;
  }
  #program .counter,
  #gallery .gallery {
    margin: auto !important;
  }
  #join .join-img-1 .image-1 {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%, 0 100%) !important;
  }
  #program .heading,
  #program .new-line {
    font-size: 22px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  #know .img-sec {
    top: 50px !important;
  }
  #know .img-sec .img-1,
  #know .img-sec .img-4 {
    left: auto !important;
    top: auto !important;
    width: 100% !important;
  }
  #know .img-sec-2 .img-2,
  #know .img-sec-3 .img-3 {
    width: 100% !important;
  }
  #know .quote-box {
    height: auto !important;
  }
  #know .quote-box .quote-2 {
    top: auto !important;
    left: 75% !important;
  }
  #know .text-sec .know-button {
    width: auto !important;
    margin-bottom: 30px !important;
  }
  #program {
    height: auto !important;
    margin: auto !important;
  }
  #program .program-box {
    margin-top: 120px !important;
  }
  #video .video-box {
    top: 30px !important;
    width: 100% !important;
  }
  #video .youtube-text h1 {
    top: auto !important;
    left: auto !important;
  }
  #video .youtube-text img {
    display: none !important;
  }
  #video .youtube-text .video-button {
    width: 60% !important;
    top: 150% !important;
    left: auto !important;
    margin: auto !important;
  }
  #video .video .popup-btn img {
    left: 30% !important;
    transform: translate(0%, 50%) !important;
  }
  #join .join-counter {
    height: auto !important;
  }
  #join .counter .content3,
  #facilities .content-post,
  #match .box-content-1 .content-post,
  #match .box-content-2 .post-date,
  #match .box-content-2 .content-post,
  #news .box-content .post-date,
  #news .box-content .content-post,
  #news .box-content .view-text .view-no,
  #news .box-content .comment-text .comment-no,
  #testimonial .box-content .content-post,
  #testimonial .box-content .testimonial-text .academy,
  #team .team-name,
  #team .content,
  #ticket .ticket-box .content1,
  #ticket .ticket-box .content3,
  #ticket .ticket-box .content4,
  #ticket .ticket-box .content6,
  #know .coach-text .coach-design,
  .footer .contact-heading,
  .footer .instagram-heading {
    text-align: center !important;
  }
  #know .coach-text h1 {
    font-size: 15px !important;
    text-align: center !important;
  }
  #join .join-img-1 {
    top: 10%;
  }
  #staff {
    height: auto !important;
  }
  #staff .counter {
    height: auto !important;
    margin: 10px !important;
  }
  #staff .img-sec img {
    margin: auto !important;
    display: flex !important;
  }
  #staff .text-sec h1,
  #staff .text-sec .content {
    text-align: center !important;
  }
  #gallery .gallery-img-1 {
    left: auto !important;
  }
  #gallery .gallery-img-1 .img1 {
    width: 100% !important;
  }
  #gallery .gallery-img-2 .img2 {
    height: auto !important;
  }
  #gallery .gallery-img-3 .img3,
  #gallery .gallery-img-4 .img4 {
    width: 100% !important;
  }
  #gallery .gallery-img-3,
  #gallery .gallery-img-4 {
    left: auto !important;
  }
  #gallery .text-1,
  #gallery .text-2,
  #gallery .text-3,
  #gallery .text-4 {
    top: 30% !important;
    left: 30% !important;
  }
  #facilities .facilities-button {
    width: 50% !important;
    margin: auto !important;
    margin-bottom: 20px !important;
  }
  #match .match-image-1 .popup-btn1 {
    top: 2% !important;
    left: 45% !important;
  }
  #match .box-content-1 {
    height: auto !important;
  }
  #match .match-button {
    width: 70% !important;
    margin: auto !important;
    left: auto !important;
  }
  #match .match-image-2 .popup-btn2 {
    left: 60% !important;
  }
  #match h1 {
    line-height: 0 !important;
  }
  #ticket,
  #ticket .ticket-box {
    height: auto !important;
  }
  #ticket .owl-dots {
    text-align: center !important;
    width: 100% !important;
    position: absolute !important;
    display: block !important;
  }
  #ticket .owl-dots button.owl-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    background: #ffffff !important;
    margin: 0 5px !important;
  }
  #ticket .owl-dots button.owl-dot.active {
    background-color: transparent !important;
    border: 2px solid #fff !important;
  }
  #ticket .ticket-box img {
    margin: auto !important;
  }
  #ticket .date {
    border-bottom: 1px dashed #000 !important;
  }
  #ticket .ticket-box .ticket-button {
    margin: auto !important;
  }
  #news .box-content .view-img img,
  #news .box-content .comment-img img {
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #testimonial .box-content .testimonial-image img {
    margin: auto !important;
  }
  #testimonial .owl-dots {
    text-align: center !important;
    width: 100% !important;
    position: absolute !important;
    top: 95% !important;
    display: block !important;
  }
  #testimonial .owl-dots button.owl-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    background: #d90a2c !important;
    margin: 0 5px !important;
  }
  #testimonial .owl-dots button.owl-dot.active {
    background-color: #d90a2c !important;
    border: 2px solid #fff !important;
  }
  #testimonial .testimonial-img .img-3 {
    width: 100% !important;
  }
  #testimonial .testimonial-img .img-3 {
    top: auto !important;
  }
  #newsletter .newsletter-form .wpcf7-form-control.wpcf7-email {
    width: 90% !important;
  }
  #newsletter .newsletter-form .wpcf7-form-control.wpcf7-submit {
    width: 40% !important;
    left: 20% !important;
  }
  #match .match-image-1 .popup-content1 {
    width: auto !important;
  }
  #news .box-content .comment-text .comment-no {
    padding-left: 0 !important;
  }
  .footer .contact-img-1,
  .footer .contact-img-2,
  .footer .contact-img-3 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  .footer .footer-images img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
    margin-top: 10px !important;
  }
  .footer-logo img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  footer p {
    text-align: center !important;
  }
  .footer .contact-text-1 a,
  .footer .contact-text-2 a,
  .footer .contact-text-3 a {
    font-size: 10px !important;
  }
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.elite-soccer-club-pro-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.elite-soccer-club-pro-pagination a span,
.elite-soccer-club-pro-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #222;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.elite-soccer-club-pro-pagination span.current,
.elite-soccer-club-pro-pagination span.current:hover,
.elite-soccer-club-pro-pagination span.current:focus,
.elite-soccer-club-pro-pagination a span:hover,
.elite-soccer-club-pro-pagination a span:focus {
  background: #141414;
  color: #ffffff;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist li {
  margin: 0;
}

.commentlist li .comment-respond {
  margin-bottom: 25px;
}

.commentlist li:last-of-type .comment-respond {
  margin-bottom: 0px;
}

.comment-container {
  position: relative;
  margin: 0 0 25px 0;
  padding: 30px;
  background: #fff;
  border: solid 1px #f3f4f7 !important;
  z-index: 999;
}

.comment-avatar img {
  float: left;
}

.comment-text {
  position: relative;
  margin-left: 110px;
  padding: 0 0 0 15px;
}

.comment-container .comment-date {
  padding: 15px 0;
}

.comment-avatar {
  position: relative;
  width: 110px;
  float: left;
}

.comment-author .author {
  display: block;
  font-weight: bold;
}

.commentlist .children li {
  margin-left: 30px;
}

.comment-notes {
  font-size: 12px;
  margin: -25px 0 25px 0;
}

h3#reply-title,
h3.comments {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}

h3#reply-title small,
.logged-in-as {
  font-size: 15px;
  margin: -25px 0 25px 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  padding: 10px 2%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid black;
  color: #141414;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.comment-form input[type="submit"] {
  background: #141414;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: none;
  padding: 10px 15px;
  width: inherit;
  margin: 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
  background-color: #248efa;
  text-decoration: none;
}

.logged-in-as a {
  color: #141414;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
  display: block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img {
  width: 100%;
  height: auto;
}
.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e9e7f4;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}
.sidebar-area a {
  font-size: 16px;
  line-height: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area li a,
.sidebar-area li {
  font-size: 18px;
  font-weight: 500;
}
.sidebar-area li {
  padding-bottom: 15px;
  color: #141414;
}
.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #000;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  background: #d90a2c;
}
.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}
.sidebar-area .tagcloud a:hover {
  background: #141414;
  color: #fff;
}
.sidebar-area form {
  padding: 0;
}
.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}
.sidebar-area input[type="search"] {
  width: 69%;
  border: none;
  background: transparent;
}
#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}
#wp-calendar a:hover {
  border: none;
}
#wp-calendar {
  background: #fff;
  width: 100%;
}
#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}
#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline;
}
#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}
#wp-calendar th {
  font-weight: bold;
}
tr:nth-child(2n + 2) {
  background-color: #f3f4f7;
}
.searchform label {
  display: block;
}
.searchform input[type="text"] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 1px solid black;
  outline: none;
  border-radius: 4px 0 0 4px;
  position: relative;
  top: 20px;
}
.searchform input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  text-shadow: none;
  padding: 14px 0;
  width: 110px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-radius: 0 4px 4px 0;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
  background-color: #d90a2c;
  text-decoration: none;
}
.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-area .post-thumbnail {
  width: 80px;
  height: 80px;
}
.sidebar-area .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sidebar-area .post-title {
  font-size: 18px;
}
footer {
  background-color: #000;
  border-top: 8px solid #d90a2c;
}
footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
  color: #fff;
  font-size: 14px;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.footer-area .woocommerce ul.cart_list li img,
.footer-area .woocommerce ul.product_list_widget li img {
  height: 70px;
}

/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #141414;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
}
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}
#button_scroll .fas {
  color: #fff;
  padding: 8px;
  margin: 5px 0;
}
#button_scroll:hover {
  background: #d90a2c;
}
#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#button_scroll::before,
#button_scroll::after {
  background: #141414;
  content: "";
  position: absolute;
  z-index: -1;
}
#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212121;
  z-index: 99999;
}

/** loader **/

.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #d90a2c transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}
.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #000 transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}
.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}
a.close-search-form {
  display: none;
}

/*STICKY HEADER*/

.page-template-frontpage-php .fix-sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 100;
}
.home.admin-bar .fix-sticky {
  margin-top: 32px;
}
.page-template.admin-bar .fix-sticky {
  position: unset;
}
/*Body*/

.top-header .call-text {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
header#site-navigation {
  background: transparent;
  position: absolute !important;
  width: 100%;
  z-index: 2;
}

.delivery:hover,
.policy:hover {
  color: #000;
}
.header-menu .logo-image img {
  width: auto;
  position: relative;
  top: -20px;
  z-index: 1;
}

.top-header {
  background: #190304;
}
.top-header-div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header-div .dashicons {
  color: #ffff;
  margin-right: 10px;
}
.middle-header {
  background: transparent;
  position: relative;
}
.order-button {
  display: flex;
  justify-content: flex-end;
}

.middle-header .wishlist,
.middle-header .my_account,
.middle-header .cart-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-header .search-form {
  position: relative;
}
.middle-header .search-form input#woocommerce-product-search-field {
  width: 100%;
  outline: none;
  border: 0;
  padding: 10px 20px;
  background: #f2f4f6;
}
.middle-header .search-button {
  position: absolute;
  right: 0;
  top: 0;
  background: #d90a2c;
  padding: 10px 40px;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
}
.middle-header .search-button:hover {
  background: #000;
}

.header .order-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.category-search-sec {
  background: #000;
  padding: 15px;
}

.product-btn {
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.header .product-cat {
  list-style: none;
  position: absolute;
  top: 35px;
  left: 15px;
  right: 0;
  z-index: 999;
  text-align: left;
  font-size: 14px;
  border: none;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
}

.header li.drp_dwn_menu {
  padding: 10px;
  background: #d90a2c;
  border-bottom: 1px solid #fff;
}

.header li.drp_dwn_menu:hover {
  background: #000;
}

.header li.drp_dwn_menu a {
  color: #fff;
}

.product-btn:focus {
  outline: none;
}
.cart-customlocation {
  position: relative;
}

/*SLIDER SECTION*/

#slider {
  position: relative;
}
#slider .slider-box .rectangle-1 {
  width: 62%;
  height: 100%;
  position: absolute;
  top: 0;
}
#slider .slider-box .rectangle-2 {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 57%;
}
#slider .sliderBox .rectangle-3 {
  width: auto;
  height: auto;
}
#slider .sliderBox .rectangle-4 {
  width: auto;
  height: auto;
}
#slider .sliderBox {
  position: relative;
  top: -60px;
  z-index: 10;
  left: -20%;
}
#slider .img-2 {
  position: absolute;
  top: 75%;
  left: 31.5%;
  z-index: 9;
}
#slider .sliderBox .counter h1 {
  font-size: 44px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 55.3px;
  color: #ffffff;
}
#slider .sliderBox .counter .content4 {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 20.76px;
  color: #ffffff;
}
#slider .sliderBox .row {
  position: absolute;
  top: 20%;
  left: 60%;
}
#slider .sliderBox .counter {
  border-right: 1px solid #d90a2c;
}
#slider .sliderBox .counter.no-border {
  border-right: none;
}
#slider .carousel-caption {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 30%;
  left: 5%;
}
#slider .img-2 .content5 {
  font-size: 16px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 20.11px;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 25%;
}
#slider .img-2 h1 {
  font-size: 31px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 38.96px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 25%;
}
#slider .img-2 .new-line1 {
  position: absolute;
  top: 45%;
  left: 25%;
}
#slider .img-2 .team-1,
#slider .img-2 .team-2 {
  width: auto;
  height: auto;
}
#slider .img-2 .match-score {
  font-size: 35px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 43.99px;
  color: #d90a2c;
  position: relative;
  left: 50px;
}
#slider .img-2 .match-stadium {
  font-size: 18px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 22.62px;
  color: #000000;
  position: absolute;
  left: 50px;
  top: 45px;
}
#slider .img-2 .content6 {
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  position: relative;
  left: 35px;
  top: 20px;
}
#slider .img-2 .row {
  position: absolute;
  top: 20%;
  left: 50%;
  background: white;
  width: 35%;
  height: 120px;
  align-items: center;
  border-radius: 15px 0px;
}
#slider h1 {
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-family: "Fjalla One";
  font-weight: 400;
  text-transform: uppercase;
}

#slider .content1 {
  font-size: 27px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 33.93px;
  color: #141316;
  margin-top: 30px;
  text-transform: uppercase;
  position: relative;
}
#slider .content1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #141316;
  position: absolute;
  bottom: 5px;
  left: 40%;
  margin-left: 10px;
}
#slider .content2,
#slider .content3 {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 22.4px;
  color: #141316;
}
#slider .slider-button {
  color: #fff;
  background: transparent;
  padding: 10px 20px;
  transition: all 0.6s;
  position: absolute;
  border: 2px solid #fff;
  transform: skew(-30deg);
}
#slider .slider-button-text {
  transform: skew(30deg);
  font-size: 16px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 20.11px;
  text-transform: uppercase;
}
#slider .owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 80%;
  left: -44%;
}
#slider .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: inline-block;
  background: #ffffff;
  margin: 0 5px;
}
#slider .owl-dots button.owl-dot.active {
  background-color: transparent;
  border: 2px solid #fff;
}
#slider .owl-carousel .owl-nav {
  top: 75%;
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  transform: skew(-30deg);
}
#slider button.owl-next,
#slider button.owl-prev {
  width: 100px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
}
#slider button.owl-next i,
#slider button.owl-prev i {
  transform: skew(30deg);
}
#slider button.owl-next {
  position: absolute;
  right: 8%;
  background-color: #d90a2c;
}
#slider button.owl-prev {
  position: absolute;
  left: 78%;
  background-color: #fff;
}
/* KNOW SECTION */
#know .img-sec {
  position: relative;
  top: -100px;
}
#know .img-sec .img-1 {
  width: auto;
  height: auto;
  position: relative;
  left: 17%;
  top: 13%;
}
#know .img-sec-2 .img-2 {
  width: auto;
  height: auto;
}
#know .img-sec-3 .img-3 {
  width: auto;
  height: auto;
}
#know .img-sec .img-4 {
  width: auto;
  height: auto;
  position: relative;
  left: 27%;
  top: -13%;
}
#know .text-sec .content1 {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  letter-spacing: 2px;
  color: #d90a2c;
  text-transform: uppercase;
  position: relative;
}
#know .text-sec .content1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #d90a2c;
  position: absolute;
  bottom: 5px;
  left: 35%;
  margin-left: 10px;
}
#know .text-sec h1 {
  font-size: 38px;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 48.08px;
  color: #141316;
  text-transform: uppercase;
}
#know .text-sec .content2 {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 27.2px;
  color: #141316;
}
#know .quote-box {
  border: 2px solid #d90a2c;
  border-radius: 20px 0px;
  height: 250px;
}
#know .quote-box .quote-1 {
  width: auto;
  height: auto;
}
#know .quote-box .quote-2 {
  width: auto;
  height: auto;
  position: absolute;
  left: 90%;
  top: 48%;
}
#know .quote-box .quote-content {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 28.05px;
  color: #141316;
}
#know .coach-img .coach {
  width: auto;
  height: auto;
}
#know .coach-text h1 {
  font-size: 17px;
  font-weight: 400;
  font-family: "Fjalla One";
  line-height: 31.79px;
  color: #d90a2c;
}
#know .coach-text .coach-design {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 0px;
  color: #000000;
}
#know .text-sec .know-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d90a2c;
  color: #fff;
  padding: 10px;
  width: 40%;
  margin-top: 30px;
}
#know .coaches {
  height: 105px;
  background-color: #d90a2c;
  transform: skew(-30deg);
  position: absolute;
  top: 70%;
  width: 40%;
  left: 2%;
  border-top-right-radius: 30px;
}
#know .count {
  position: relative;
  top: 30px;
  left: 10%;
}
#know .staff {
  position: relative;
  top: 30px;
  left: -15%;
}
#know .coaches .count h1 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Fjalla One";
  line-height: 60.33px;
  color: #141316;
  transform: skew(30deg);
}
#know .coaches .staff h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fjalla One";
  line-height: 30.16px;
  color: #ffffff;
  transform: skew(30deg);
}
#know .staff .new-line {
  position: absolute;
  left: 30%;
}
#know .coaches .staff .arrow-1,
#know .coaches .staff .arrow-2 {
  width: auto;
  height: auto;
  transform: skew(30deg);
}
#know .coaches .staff .arrow-1 {
  position: absolute;
  left: 98%;
  top: -44%;
}
#know .coaches .staff .arrow-2 {
  position: absolute;
  top: -44%;
  left: 125%;
}
/* FEATURED PROGRAM */
#program {
  height: 950px;
  background: #141316;
  background-blend-mode: lighten;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -150px;
}
#program .content {
  font-size: 24px;
  font-family: "Fjalla One";
  line-height: 30.16px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #d90a2c;
}
#program .heading {
  font-size: 40px;
  font-family: "Oswald";
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
#program .new-line {
  font-size: 40px;
  font-family: "Oswald";
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
#program .counter {
  margin-top: 100px;
}
#program .counter .text-box {
  margin: auto;
  background-color: #fff;
}
#program .counter .text-box:hover,
#program .counter .text-box:hover h1,
#program .counter .text-box:hover .content {
  background-color: #d90a2c;
  color: #fff;
}
#program .rotate-img {
  width: auto;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
#program .rotate-img img {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
#program .counter h1 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Fjalla One";
  line-height: 25.14px;
  color: #141316;
  text-transform: uppercase;
}
#program .counter .content {
  font-size: 9px;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 19.92px;
  color: #141316;
}
#program .counter .program-button {
  font-size: 16px;
  font-weight: 400;
  font-family: "Fjalla One";
  line-height: 20.11px;
  color: #141316;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 10px;
  width: 50%;
  top: 15px;
  position: relative;
}
#program .counter .program-button:hover {
  background-color: #b9001e;
  transition: all ease-in-out 0.3s;
  color: #fff;
  border: none;
}
#program .rectangle-box img {
  width: 93%;
  height: auto;
  position: relative;
  top: 240px;
}
/* VIDEO SECTION */
#video .video-box {
  height: 375px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  top: -110px;
  width: 90%;
  margin: 0 auto;
}

#video .youtube-text img {
  width: auto;
  height: auto;
  position: relative;
  left: -25%;
}

#video .video .popup-btn img {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
#video .popup-btn img {
  width: auto;
  height: auto;
}
#video .close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  border: white;
  background-color: #d90a2c;
  border-radius: 30px;
  color: white;
}
#video button.close-btn {
  top: 0%;
  left: 100%;
}
#video .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
}
#video .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#video .popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
#video .youtube-video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
#video .youtube-text h1 {
  font-size: 41px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 51.53px;
  color: #ffeef1;
  position: relative;
  top: -50%;
  left: 13%;
}
#video .youtube-text .video-button {
  font-size: 16px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 20.11px;
  color: #ffffff;
  border: 1px solid #000;
  background-color: #d90a2c;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 10px;
  position: relative;
  top: -45%;
  left: 14%;
}
/* JOIN US SECTION */
#join .join-text .content1 {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  letter-spacing: 2px;
  color: #d90a2c;
  text-transform: uppercase;
  position: relative;
}
#join .join-text .content1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #d90a2c;
  position: absolute;
  bottom: 5px;
  left: 25%;
  margin-left: 10px;
}
#join .join-text h1 {
  font-size: 40px;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 48.08px;
  color: #141316;
  text-transform: uppercase;
}
#join .join-text .content2 {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 28.05px;
  letter-spacing: 2px;
  color: #141316;
}
#join .join-counter {
  border: 2px solid #d90a2c;
  border-radius: 30px 0px;
  height: 200px;
}
#join .counter h1 {
  font-size: 44px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 55.3px;
  color: #d90a2c;
}
#join .counter .content3 {
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 23.73px;
  color: #141316;
}
#join .counter {
  border-right: 1px solid #d90a2c;
}
#join .counter.no-border {
  border-right: none;
}
#join .join-img-1 {
  width: 100%;
  height: auto;
  position: relative;
}
#join .join-img-1 .image-1 {
  width: 100%;
  height: auto;
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
#join .join-img .image-2,
#join .join-img .image-3 {
  width: auto;
  height: auto;
  position: absolute;
  top: 10%;
  left: -10px;
}
#join .join-img .image-3 {
  position: absolute;
  left: 50px;
  top: 100px;
}
/* STAFF SECTION */
#staff {
  background-color: #d90a2c;
  height: 332px;
}
#staff .counter {
  background-color: #ffffff;
  border-radius: 20px;
  width: auto;
  height: 160px;
}
#staff .img-sec img {
  width: auto;
  height: auto;
}
#staff .text-sec h1 {
  font-size: 15px;
  font-family: "Fjalla One";
  line-height: 26.39px;
  font-weight: 400;
  color: #141316;
}
#staff .text-sec .content {
  font-size: 12px;
  font-family: "Poppins";
  line-height: 19.2px;
  font-weight: 400;
  color: #141316;
}
/* GALLERY SECTION */
#gallery .gallery-img-1 {
  width: 100%;
  height: auto;
  position: relative;
  left: -10%;
  clip-path: polygon(0% 0, 155% 0, 110% 100%, 0 100%, 0 0%);
}
#gallery .gallery-img-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160%;
  height: 100%;
  background-color: rgba(20, 19, 22, 0.7);
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
#gallery .gallery-img-1:hover::after {
  background-color: rgba(217, 10, 44, 1);
  opacity: 0.5;
}
#gallery .gallery-img-1 .img1 {
  width: auto;
  height: auto;
}
#gallery .gallery-img-2 {
  width: 100%;
  height: auto;
  position: relative;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
#gallery .gallery-img-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 19, 22, 0.7);
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
#gallery .gallery-img-2:hover::after {
  background-color: rgba(217, 10, 44, 1);
  opacity: 0.5;
}
#gallery .gallery-img-2 .img2 {
  width: 100%;
  height: 365px;
}
#gallery .gallery-img-3 {
  width: 100%;
  height: auto;
  position: relative;
  left: -12%;
  clip-path: polygon(0% 0, 87% 0, 100% 100%, 0 100%, 0 0%);
}
#gallery .gallery-img-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 19, 22, 0.7);
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
#gallery .gallery-img-3:hover::after {
  background-color: rgba(217, 10, 44, 1);
  opacity: 0.5;
}
#gallery .gallery-img-3 .img3 {
  width: auto;
  height: auto;
}
#gallery .gallery-img-4 {
  width: 100%;
  height: auto;
  position: relative;
  left: -85%;
}
#gallery .gallery-img-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 185%;
  height: 100%;
  background-color: rgba(20, 19, 22, 0.7);
  z-index: 1;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 23% 100%, 0% 0);
}
#gallery .gallery-img-4:hover::after {
  background-color: rgba(217, 10, 44, 1);
  opacity: 0.5;
}
#gallery .gallery-img-4 .img4 {
  width: 185%;
  height: 365px;
  position: relative;
  z-index: 0;
}
#gallery .text-1,
#gallery .text-2,
#gallery .text-3,
#gallery .text-4 {
  font-size: 41px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 51.53px;
  color: #ffffff;
}
#gallery .text-1,
#gallery .text-2,
#gallery .text-3,
#gallery .text-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
/* FACILITIES SECTION */
#facilities .content1 {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  letter-spacing: 2px;
  color: #d90a2c;
  text-transform: uppercase;
}
#facilities h1 {
  font-size: 40px;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 48.08px;
  color: #141316;
  text-transform: uppercase;
}
#facilities .facilities-image img {
  width: 100%;
  height: auto;
}
#facilities .post-title {
  font-family: "Fjalla One";
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  line-height: 33.65px;
  cursor: pointer;
}
#facilities .content-post {
  font-family: "Poppins";
  font-size: 14px;
  color: #141316;
  font-weight: 400;
  line-height: 23.38px;
}
#facilities .facilities-button {
  width: 40%;
  height: 30px;
  color: #141316;
  background: transparent;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 17.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
#facilities .facilities-button:hover {
  background-color: #d90a2c;
  color: #ffffff;
  border: none;
  transition: all 0.6s;
}
/* MATCH HIGHLIGHTS SECTION */
#match {
  background-color: #f5f5f5;
}
#match h1 {
  font-size: 150px;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 252.36px;
  color: #e3e3e3;
  text-transform: uppercase;
}
#match .match-image-1 img {
  width: 100%;
  height: auto;
}
#match .box-content-1 {
  height: 342px;
  background-color: #fff;
  margin-top: -15px;
}
#match .box-content-2 {
  background-color: #fff;
  height: auto;
  margin-top: -15px;
}
#match .box-content-1 .post-title {
  font-family: "Fjalla One";
  font-size: 30px;
  color: #000000;
  font-weight: 400;
  line-height: 42.06px;
  cursor: pointer;
}
#match .box-content-1 .content-post {
  font-family: "Poppins";
  font-size: 13.5px;
  color: #141316;
  font-weight: 400;
  line-height: 23.38px;
}
#match .box-content-1 .post-date {
  font-family: "Poppins";
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 22.43px;
}
#match .match-image-1,
#match .match-image-2 {
  margin-top: 20px;
}
#match .match-image-2 img {
  width: 100%;
  height: auto;
}
#match .box-content-2 .post-title {
  font-family: "Fjalla One";
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 25.24px;
  cursor: pointer;
}
#match .box-content-2 .content-post {
  font-family: "Poppins";
  font-size: 12px;
  color: #141316;
  font-weight: 400;
  line-height: 20.04px;
}
#match .box-content-2 .post-date {
  font-family: "Poppins";
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 19.63px;
}
#match .match-button {
  width: 50%;
  height: 50px;
  color: #ffffff;
  background: #d90a2c;
  padding: 10px;
  font-size: 16px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 20.11px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  left: 45%;
  top: 20%;
}
#match .match-image-1 .popup-btn1 {
  position: absolute;
  top: 3%;
  left: 80%;
  background-color: #fff !important;
  width: 100px !important;
  height: 40px !important;
  border-radius: 50px !important;
}
#match .match-image-1 .popup-btn1 i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d90a2c;
  border-radius: 50px;
  position: absolute;
  left: 10%;
}
#match .match-image-1 .popup-btn1,
.close-btn1 {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  border: white;
  background-color: #d90a2c;
  border-radius: 50px;
  color: white;
}
#match .match-image-1 button.close-btn1 {
  top: 0%;
  left: 100%;
  width: 50px;
  height: 50px;
}
#match .match-image-1 .video-popup1 {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
}
#match .match-image-1 .popup-bg1 {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#match .match-image-1 .popup-content1 {
  background: black;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
#match .match-image-1 .youtube-video1 {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
#match .match-image-1 .match-time1 {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 19.63px;
  color: #000000;
  position: absolute;
  top: 25%;
  left: 50%;
}
#match .match-image-2 .popup-btn2 {
  position: absolute;
  top: 3%;
  left: 70%;
  background-color: #fff !important;
  width: 66px !important;
  height: 17px !important;
  border-radius: 50px !important;
}
#match .match-image-2 .popup-btn2 i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d90a2c;
  border-radius: 50px;
  position: absolute;
  left: 10%;
}
#match .match-image-2 .popup-btn2,
.close-btn2 {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  border: white;
  background-color: #d90a2c;
  border-radius: 50px;
  color: white;
}
#match .match-image-2 button.close-btn2 {
  top: 0%;
  left: 50%;
  width: 50px;
  height: 50px;
}
#match .match-image-2 .video-popup2 {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
}
#match .match-image-2 .popup-bg2 {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
#match .match-image-2 .popup-content2 {
  background: black;
  position: absolute;
  top: 50%;
  /* left: 30%; */
  transform: translate(-50%, -50%);
  width: 400px;
  height: auto;
}
#match .match-image-2 .youtube-video2 {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
#match .match-image-2 .match-time2 {
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 21px;
  color: #000000;
  position: absolute;
  top: -2px;
  left: 40%;
}
/* TICKET SECTION */
#ticket {
  height: 714px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#ticket .content-1 {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  letter-spacing: 2px;
  color: #ffffff;
}
#ticket .content-1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  position: relative;
  top: -10px;
  left: 30%;
  margin-left: 10px;
}
#ticket h1 {
  font-size: 40px;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 48.08px;
  color: #ffffff;
}
#ticket .ticket-box {
  background-color: #fff;
  height: 300px;
}
#ticket .ticket-box .content1,
#ticket .ticket-box .content3,
#ticket .ticket-box .content4 {
  font-size: 22px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 27.65px;
  color: #141316;
}
#ticket .ticket-box .content2 {
  font-size: 52px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 65.36px;
  color: #141316;
}
#ticket .ticket-box .content5 {
  font-size: 29px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 36.45px;
  color: #141316;
}
#ticket .ticket-box .content6 {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 19.63px;
  color: #000000;
}
#ticket .ticket-box .ticket-button {
  width: 50%;
  height: 30px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d90a2c;
  font-size: 14px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 17.6px;
}
#ticket .ticket-box img {
  width: auto;
  height: auto;
}
#ticket .date {
  border-right: 1px dashed #000;
}
#ticket .owl-carousel .owl-nav {
  top: -45%;
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
}
#ticket button.owl-next,
#ticket button.owl-prev {
  width: 38px;
  height: 38px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
}
#ticket button.owl-next {
  position: absolute;
  right: 0%;
  background-color: #fff;
}
#ticket button.owl-prev {
  position: absolute;
  left: 93%;
  background-color: #fff;
}
/* LATEST NEWS SECTION */
#news {
  background-color: #f5f5f5;
}
#news .content-1 {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  color: #d90a2c;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#news h1 {
  font-size: 40px;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 48.08px;
  color: #141316;
  text-transform: uppercase;
}
#news .news-image img {
  width: 100%;
  height: auto;
}
#news .box-content {
  height: auto;
  background-color: #fff;
  margin-top: -15px;
}
#news .box-content .post-title {
  font-family: "Fjalla One";
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  line-height: 30.84px;
  cursor: pointer;
}
#news .box-content .content-post {
  font-family: "Poppins";
  font-size: 14px;
  color: #141316;
  font-weight: 400;
  line-height: 23.38px;
}
#news .box-content .post-date {
  font-family: "Poppins";
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 19.63px;
}
#news .box-content .view-img img {
  width: auto;
  height: auto;
}
#news .box-content .view-text .view-no {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 19.63px;
  color: #000000;
}
#news .box-content .comment-img img {
  width: auto;
  height: auto;
}
#news .box-content .comment-text {
  margin-left: 0px !important;
}
#news .box-content .comment-text .comment-no {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 19.63px;
  color: #000000;
}
/* TESTIMONAIL SECTION */
#testimonial .content-1 {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  color: #d90a2c;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#testimonial h1 {
  font-size: 45px;
  font-family: "Oswald";
  font-weight: 600;
  line-height: 51.84px;
  color: #141316;
  text-transform: uppercase;
}
#testimonial .testimonial-img .img-1,
#testimonial .testimonial-img .img-2,
#testimonial .testimonial-img .img-3 {
  width: auto;
  height: auto;
}
#testimonial .testimonial-img .img-1 {
  position: absolute;
  top: 15%;
}
#testimonial .testimonial-img .img-2 {
  position: absolute;
  left: 20%;
}
#testimonial .testimonial-img .img-3 {
  position: relative;
  top: -12%;
}
#testimonial .box-content .content-post {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 26.72px;
  color: #141316;
}
#testimonial .box-content .quote-img {
  width: auto;
  height: auto;
  position: absolute;
  left: 89%;
  top: 70px;
}
#testimonial .box-content .testimonial-image img {
  width: auto;
  height: auto;
}
#testimonial .box-content .testimonial-text .post-title {
  font-size: 23px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 28.91px;
  margin-left: -20px;
  color: #d90a2c;
}
#testimonial .box-content .testimonial-text .academy {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 0px;
  margin-top: -10px;
  margin-left: -20px;
  color: #000000;
}
#testimonial .owl-carousel .owl-nav {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  left: -50%;
}
#testimonial button.owl-next,
#testimonial button.owl-prev {
  width: 38px;
  height: 38px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
}
#testimonial button.owl-next {
  position: absolute;
  right: 35%;
  background-color: #d90a2c;
}
#testimonial button.owl-next i,
#testimonial button.owl-prev i {
  color: #fff;
}
#testimonial button.owl-prev {
  position: absolute;
  background-color: #292d32;
}
/* TEAM SECTION */
#team .content-1 {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  letter-spacing: 2px;
  color: #d90a2c;
}
#team h1 {
  font-size: 42px;
  font-family: "Oswald";
  font-weight: 700;
  line-height: 58.88px;
  color: #141316;
}
#team .team-img {
  width: 100%;
  height: auto;
}
#team .team-name {
  font-size: 22px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 27.65px;
  color: #141316;
  cursor: pointer;
}
#team .team-name:hover {
  color: #d90a2c;
}
#team .content {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 21px;
  color: #000;
}
/* NEWSLETTER SECTION */
#newsletter {
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
#newsletter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 19, 22, 0.7);
  z-index: 1;
}
#newsletter .content1 {
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 30.16px;
  color: #fff;
  position: relative;
  z-index: 2;
}
#newsletter h1 {
  font-size: 40px;
  font-family: "Oswald";
  font-weight: 400;
  line-height: 56.08px;
  color: #fff;
  position: relative;
  z-index: 2;
}
#newsletter .newsletter-form .wpcf7-form-control.wpcf7-email {
  width: 50%;
  height: 76px;
  background-color: #ffffff;
  border: none;
  position: relative;
  z-index: 2;
}
#newsletter .newsletter-form .wpcf7-form-control.wpcf7-email::placeholder {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 21px;
  color: #000000;
  position: relative;
  left: 5%;
}
#newsletter .newsletter-form .wpcf7-form-control.wpcf7-submit {
  width: 20%;
  border: none;
  background-color: #d90a2c;
  height: 50px;
  font-size: 16px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 20.11px;
  color: #ffffff;
  position: relative;
  left: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  top: -63px;
  cursor: pointer;
  z-index: 2;
}
.page-template-frontpage h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #141414;
}

.page-template-frontpage h2 {
  color: #fff;
  font-size: 20px;
}
.page-template-frontpage h2::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #d90a2c;
  position: absolute;
  bottom: 5px;
  left: 4%;
  top: 12%;
  margin-left: 10px;
}
.head-text {
  margin-bottom: 50px;
}
.head-text-sec {
  padding: 10px 20px;
  background: #eff1f2;
  border-radius: 5px;
  margin-bottom: 30px;
}
.page-template-frontpage h4 {
  font-size: 24px;
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*Footer Section*/
footer .footer {
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
}
.footer .content-1 {
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 26.18px;
  color: #b6b6b6;
}
.footer .contact-heading {
  font-size: 22px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .contact-heading::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #d90a2c;
  position: absolute;
  bottom: 5px;
  left: 2%;
  top: 12%;
  margin-left: 10px;
}
.footer .contact-img-1,
.footer .contact-img-2,
.footer .contact-img-3 {
  width: auto;
  height: auto;
}
.footer .contact-text-1 a,
.footer .contact-text-2 a {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 23.38px;
  color: #b6b6b6 !important;
}
.footer .contact-text-3 a {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 26.72px;
  color: #ffffff !important;
}
.footer .instagram-heading {
  font-size: 22px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .instagram-heading::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #d90a2c;
  position: absolute;
  bottom: 5px;
  left: 2%;
  top: 12%;
  margin-left: 10px;
}
.footer .footer-images img {
  width: auto;
  height: auto;
}
.footer-area .textwidget {
  list-style: none;
}
.footer-area .textwidget ul {
  padding: 0 10px;
}
.footer-area .textwidget ul li {
  margin: 5px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.footer-area h4.title {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  font-family: "Fjalla One";
  text-transform: uppercase;
}
.footer-area h4.title::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #d90a2c;
  position: absolute;
  bottom: 5px;
  left: 2%;
  top: 12%;
  margin-left: 10px;
}
.footer-area .fab {
  margin-right: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-area .fab:hover {
  color: #141414;
}
.footer-area .post-thumbnail img {
  max-width: 100px;
  height: 70px;
  float: right;
}
.footer-area .post-title {
  font-size: 16px;
  font-weight: 400;
}
.footer-area .post-meta a {
  font-weight: 400;
  color: #e6e6e6;
  font-size: 18px;
}
.footer-area .post-meta a:hover {
  color: #000;
}
.footer-area ul {
  padding: 0px;
  list-style: none;
  line-height: 2;
}
.footer .menu-footer-menus-container {
  margin-top: 50px;
}
.footer-area ul li {
  margin: 10px 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.footer-area ul li a {
  font-size: 9px;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 37.38px;
  color: #b6b6b6;
}
.footer-area ul li a:hover {
  color: #d90a2c;
}
.footer-area img {
  width: auto;
  margin-bottom: 10px;
}
.footer-area select {
  width: 100%;
  padding: 10px;
}
.footer-area bdi {
  color: #000;
}
.footer-area h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.copyright {
  background: #d90a2c;
}
.copyright-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyrigt-links a {
  margin-left: 20px;
}
.copyright-box .footer-links {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.copyright-box .footer-links a {
  width: 47px;
  height: 47px;
  border-radius: 62px;
  background-color: #1f2839;
  color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-right: 20px;
}
.copyright-box .footer-links a:hover {
  color: #d90a2c;
}
.copyright p {
  font-size: 22px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
.copyright a {
  font-size: 22px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
a.buynowbtn {
  background: #000;
  color: #fff !important;
  padding: 5px 10px !important;
}
.footer-newsletter h3 {
  color: #fff;
  text-transform: capitalize;
}

.footer-newsletter h4 {
  color: #fff;
  text-transform: capitalize;
}
.footer-newsletter input {
  border: 1px solid #fff;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 10px 20px;
}
.footer-newsletter input::placeholder {
  color: #fff;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #d90a2c;
  color: #fff;
  border: 2px solid #d90a2c;
}
.footer-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #000;
  border: 2px solid #000;
}
.footer-form {
  position: relative;
  margin-top: 20px;
}
.footer-form .wpcf7 form.failed .wpcf7-response-output,
.footer-form wpcf7 form.aborted .wpcf7-response-output {
  color: #fff;
  font-size: 12px;
}

.imag-sec img {
  margin-right: 10px;
}

.footer-logo img {
  width: auto;
  margin-top: -20px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  margin-right: 0;
}
/*Contact Page*/

#contact .contact-title {
  font-size: 44px;
  color: #1e1e1e;
  font-weight: 700;
}
#contact h2 {
  font-size: 34px;
  line-height: 42px;
  color: #141414;
  font-weight: 500;
}
#contact hr {
  background: #9ae2e1;
  padding: 1px;
  width: 10%;
}
#contact p {
  color: #2b2b2b;
}
#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#contact input.wpcf7-form-control.wpcf7-text {
  padding: 10px 20px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  margin: 10px;
  outline: none;
  width: 46%;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 94%;
  height: 130px;
  padding: 20px 25px;
  margin: 15px 0px;
  background: #f9f8ff;
  border: 1px solid #e8e6f4;
  outline: none;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  display: inline-block;
  padding: 10px 30px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 30px;
  background: #141414;
  border: none;
  text-transform: uppercase;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #d90a2c;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  border: none;
}
#contact span.wpcf7-spinner {
  display: block;
}
#contact embed {
  width: 100%;
  height: 500px;
}
#contact .dashicons {
  font-size: 50px;
  color: #141414;
  display: inline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-table;
}
#contact .services-box:hover .dashicons {
  transform: rotate(360deg);
  color: #d90a2c;
}
#contact h6 {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1320px;
  }
  .owl-carousel .owl-nav,
  #product-category .owl-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 1499px) {
  .owl-carousel .owl-nav,
  #product-category .owl-carousel .owl-nav {
    display: none;
  }
}
@media (max-width: 1299px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 960px;
  }

  .copyright-box {
    display: block;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .copyrigt-links a {
    font-size: 14px;
    margin-left: 10px;
  }
  .copyright p {
    font-size: 14px;
  }

  h1.post-title {
    font-size: 22px;
  }
}
/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 720px) {
  .admin-bar .fix-sticky {
    margin-top: 0;
  }
  #main-menu ul {
    display: block;
  }
  .menu-sec {
    order: 1;
  }
  .category-search-sec {
    order: 2;
  }
  .logo-div {
    order: 1;
  }
  .order-button {
    order: 2;
  }
  .col-search {
    order: 3;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 50px;
    display: block;
    width: auto;
    position: relative;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
    color: #141414;
  }
  #main-menu ul.sub-menu li a:hover {
    color: #141414;
  }
  #main-menu ul.sub-menu li a:before {
    border: none;
  }
  .page-404 h1 {
    font-size: 100px;
  }
  .page-404 p {
    margin-left: 0;
    margin-right: 0;
  }
  .top-header .call-text {
    font-size: 12px;
  }

  .top-header-div {
    display: block;
  }
  #slider .carousel-caption {
    top: 25%;
    left: 15%;
    right: 5%;
  }
  #slider h1 {
    font-size: 24px;
  }
  #slider p {
    font-size: 14px;
    margin-top: 0;
    display: none;
  }
  #slider .button {
    top: 0;
    font-size: 14px;
  }
  .page-template-frontpage h2 {
    font-size: 20px;
    text-align: center;
  }

  .page-template-frontpage h4 {
    font-size: 22px;
  }

  #contact hr {
    width: 30%;
  }
  #contact .contact-form p {
    margin-left: 0;
    margin-right: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 15px 0;
  }
  #contact .wpcf7 .ajax-loader {
    display: block;
    left: 38%;
  }
  #comments textarea {
    width: 100%;
  }
  .woocommerce-page div.product div.summary {
    padding: 15px;
  }
  .post-single .blog_share_icon .fab {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }
  .copyright img {
    margin: 10px 0;
  }
  .latest-post .post-title a {
    font-size: 16px;
  }
  .latest-post {
    padding: 10px;
  }
}

/*MEDIA 768 TO 1023*/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home.admin-bar .fix-sticky {
    margin-top: 0px;
  }
  #main-menu ul {
    display: grid;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  #main-menu {
    top: 50px;
    display: block;
    width: auto;
    position: relative;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    box-shadow: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    background: #141414;
    padding: 0 10px;
    color: #fff;
  }
  #main-menu ul.children,
  #main-menu ul.sub-menu {
    background: transparent;
  }
  .page-template-frontpage-php .fix-sticky {
    position: unset !important;
  }
  .home.admin-bar .fix-sticky {
    position: unset !important;
  }
  /* .logo {
    padding: 0 !important;
  } */
  .logo-image {
    width: 100% !important;
  }
  .searchform input[type="text"] {
    width: auto !important;
    top: 30px !important;
  }
  .header-search i {
    left: auto !important;
  }
  #popup input[type="submit"] {
    top: 40px !important;
  }
  #popup .close-btn i {
    left: auto !important;
    margin: auto !important;
  }
  #popup input[type="submit"] {
    right: auto !important;
  }
  .menu-sec {
    left: auto !important;
    top: auto !important;
  }
  .header-menu .logo-image img {
    width: 100% !important;
  }
  .header-button {
    left: 30% !important;
    top: -5px !important;
    position: relative !important;
    margin: 0 !important;
  }
  .header-search {
    left: auto !important;
    top: -30px !important;
    border-left: none !important;
  }
  #slider h1 {
    font-size: 34px;
    text-align: center;
  }
  #slider .slider-button {
    left: 40%;
  }
  #slider .carousel-caption {
    left: 15%;
    right: 15%;
  }
  #slider p {
    font-size: 16px;
  }
  #slider .owl-dots {
    left: auto;
  }
  #slider .content1,
  #slider .content2,
  #slider .content3,
  #slider .slider-box .rectangle-1,
  #slider .slider-box .rectangle-2,
  #slider .img-2 img,
  #slider .owl-carousel .owl-nav,
  #slider .sliderBox .counter,
  #slider .sliderBox,
  #slider .sliderBox .rectangle-3,
  #slider .img-2,
  #know .coaches,
  #know .text-sec .content1::after,
  #join .join-text .content1::after,
  #join .join-img .image-2,
  #join .join-img .image-3,
  #gallery .gallery-img-1::after,
  #gallery .gallery-img-2::after,
  #gallery .gallery-img-3::after,
  #gallery .gallery-img-4::after,
  #ticket .content-1::after,
  #ticket .owl-carousel .owl-nav,
  #testimonial .box-content .quote-img,
  #testimonial .owl-carousel .owl-nav,
  #testimonial .testimonial-img .img-1,
  #testimonial .testimonial-img .img-2,
  .page-template-frontpage h2::after,
  .footer .contact-heading::after,
  .footer .instagram-heading::after {
    display: none !important;
  }
  #join .counter {
    padding: 0 !important;
  }
  /* #slider .owl-dots {
    left: auto !important;
    top: 85% !important;
  } */
  #slider .sliderBox .counter h1,
  #know .text-sec h1,
  #video .youtube-text h1,
  #join .join-text h1,
  #facilities h1,
  #facilities .post-title,
  #match h1,
  #match .box-content-1 .post-title,
  #ticket h1,
  #news h1,
  #testimonial h1,
  #team h1,
  #ticket .ticket-box .content5,
  #ticket .ticket-box .content2 {
    font-size: 24px !important;
    text-align: center !important;
  }
  #know .text-sec .content1,
  #know .text-sec .content2,
  #program .content,
  #join .join-text .content1,
  #join .join-text .content2,
  #facilities .content1,
  #match .box-content-1 .post-date,
  #match .box-content-2 .post-title,
  #ticket .content-1,
  #news .content-1,
  #news .box-content .post-title,
  #testimonial .content-1,
  #testimonial .box-content .testimonial-text .post-title,
  #team .content-1,
  #newsletter .content1,
  #newsletter h1,
  #know .quote-box .quote-content {
    font-size: 14px !important;
    text-align: center !important;
    /* padding: 5px !important; */
  }
  #know .coach-img .coach {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  #program .counter,
  #know .know,
  #video .video,
  #join .join,
  #staff .staff,
  #facilities .facilities,
  #match .match,
  #ticket .ticket,
  #news .news,
  #testimonial .testimonial,
  #team .team {
    padding: 0 !important;
  }
  #know .img-sec {
    padding-left: 5% !important;
  }
  #program .counter,
  #gallery .gallery {
    margin: auto !important;
  }
  #join .join-img-1 .image-1 {
    width: 100%;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%, 0 100%) !important;
  }
  #program .heading,
  #program .new-line {
    font-size: 22px !important;
    text-align: center !important;
    padding: 5px !important;
  }
  #know .img-sec {
    top: 50px !important;
  }
  #know .img-sec .img-1 {
    left: auto !important;
    top: auto !important;
    width: 100% !important;
  }
  #know .img-sec .img-4 {
    position: relative;
    top: -150px !important;
    width: 100% !important;
    left: auto !important;
  }
  #know .img-sec-2 .img-2,
  #know .img-sec-3 .img-3 {
    width: 100% !important;
    position: relative;
    top: -50%;
  }
  #know .quote-box {
    height: auto !important;
  }
  #know .quote-box .quote-2 {
    top: auto !important;
    left: 75% !important;
  }
  #know .text-sec .know-button {
    width: auto !important;
    margin-bottom: 30px !important;
  }
  #program {
    height: auto !important;
    margin: auto !important;
  }
  #program .program-box {
    margin-top: 120px !important;
  }
  #video .video-box {
    top: 30px !important;
    width: 100% !important;
  }
  #video .youtube-text h1 {
    top: auto !important;
    left: auto !important;
  }
  #video .youtube-text img {
    display: none !important;
  }
  #video .youtube-text .video-button {
    width: 60% !important;
    top: 150% !important;
    left: auto !important;
    margin: auto !important;
  }
  #video .video .popup-btn img {
    left: 30% !important;
    transform: translate(0%, 50%) !important;
  }
  #join .join-counter {
    height: auto !important;
    padding: 0 !important;
  }
  #join .counter .content3,
  #facilities .content-post,
  #match .box-content-1 .content-post,
  #match .box-content-2 .post-date,
  #match .box-content-2 .content-post,
  #news .box-content .post-date,
  #news .box-content .content-post,
  #news .box-content .view-text .view-no,
  #news .box-content .comment-text .comment-no,
  #testimonial .box-content .content-post,
  #testimonial .box-content .testimonial-text .academy,
  #team .team-name,
  #team .content,
  #ticket .ticket-box .content1,
  #ticket .ticket-box .content3,
  #ticket .ticket-box .content4,
  #ticket .ticket-box .content6,
  #know .coach-text .coach-design,
  .footer .contact-heading,
  .footer .instagram-heading {
    text-align: center !important;
    padding: 0 !important;
  }
  #know .coach-text h1 {
    font-size: 15px !important;
    text-align: center !important;
  }
  #join .join-img-1 {
    top: 5%;
  }
  #staff {
    height: auto !important;
  }
  #staff .counter {
    height: auto !important;
    margin: 10px !important;
  }
  #staff .img-sec img {
    margin: auto !important;
    display: flex !important;
  }
  #staff .text-sec h1,
  #staff .text-sec .content {
    text-align: center !important;
  }
  #gallery .gallery-img-1 {
    left: auto !important;
  }
  #gallery .gallery-img-1 .img1 {
    width: 100% !important;
  }
  #gallery .gallery-img-2 .img2 {
    height: auto !important;
  }
  #gallery .gallery-img-3 .img3,
  #gallery .gallery-img-4 .img4 {
    width: 100% !important;
  }
  #gallery .gallery-img-3,
  #gallery .gallery-img-4 {
    left: auto !important;
  }
  #gallery .text-1,
  #gallery .text-2,
  #gallery .text-3,
  #gallery .text-4 {
    top: 30% !important;
    left: 30% !important;
  }
  #facilities .facilities-button {
    width: 60% !important;
    margin: auto !important;
    margin-bottom: 20px !important;
  }
  #match .match-image-1 .popup-btn1 {
    top: 2% !important;
    left: 65% !important;
  }
  #match .box-content-1 {
    height: 433px !important;
  }
  #match .match-button {
    width: 70% !important;
    margin: auto !important;
    left: auto !important;
    top: 25%;
  }
  #match .match-image-2 .popup-btn2 {
    left: 60% !important;
  }
  #match h1 {
    line-height: 0 !important;
  }
  #ticket,
  #ticket .ticket-box {
    height: auto !important;
  }
  #ticket .owl-dots {
    text-align: center !important;
    width: 100% !important;
    position: absolute !important;
    display: block !important;
  }
  #ticket .owl-dots button.owl-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    background: #ffffff !important;
    margin: 0 5px !important;
  }
  #ticket .owl-dots button.owl-dot.active {
    background-color: transparent !important;
    border: 2px solid #fff !important;
  }
  #ticket .ticket-box img {
    margin: auto !important;
  }
  #ticket .date {
    border-bottom: 1px dashed #000 !important;
  }
  #ticket .ticket-box .ticket-button {
    margin: auto !important;
  }
  #news .box-content .view-img img,
  #news .box-content .comment-img img {
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #testimonial .box-content .testimonial-image img {
    margin: auto !important;
  }
  #testimonial .owl-dots {
    text-align: center !important;
    width: 100% !important;
    position: absolute !important;
    top: 95% !important;
    display: block !important;
  }
  #testimonial .owl-dots button.owl-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    background: #d90a2c !important;
    margin: 0 5px !important;
  }
  #testimonial .owl-dots button.owl-dot.active {
    background-color: #d90a2c !important;
    border: 2px solid #fff !important;
  }
  #testimonial .testimonial-img .img-3 {
    width: 100% !important;
  }
  #testimonial .testimonial-img .img-3 {
    top: auto !important;
  }
  #newsletter .newsletter-form .wpcf7-form-control.wpcf7-email {
    width: 90% !important;
  }
  #newsletter .newsletter-form .wpcf7-form-control.wpcf7-submit {
    width: 40% !important;
    left: 20% !important;
  }
  #match .match-image-1 .popup-content1 {
    width: auto !important;
  }
  #news .box-content .comment-text .comment-no {
    padding-left: 0 !important;
  }
  .footer .contact-img-1,
  .footer .contact-img-2,
  .footer .contact-img-3 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  .footer .footer-images img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
    margin-top: 10px !important;
  }
  .footer-logo img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
  }
  footer p {
    text-align: center !important;
  }
  .footer .contact-text-1 a,
  .footer .contact-text-2 a,
  .footer .contact-text-3 a {
    font-size: 10px !important;
  }
  .wp-block-heading{
    font-size: 14px !important;
  }
}

/*MEDIA 1024 TO 1300*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 95%;
  }
  #main-menu {
    width: 150%;
  }
  #main-menu ul li a {
    margin: 10px;
  }
  .header-search {
    left: 122%;
  }
  .header-button {
    left: 135.5%;
  }
  #slider .content1::after {
    left: 50%;
  }
  #slider .img-2 {
    left: 10%;
  }
  #slider .img-2 .rectangle-4 {
    width: 100%;
  }
  #slider .sliderBox .rectangle-3 {
    width: 100%;
  }
  #slider .img-2 .row {
    left: 65%;
  }
  #slider .img-2 .content5,
  #slider .img-2 h1,
  #slider .img-2 .new-line1 {
    left: 42%;
  }
  #slider .sliderBox {
    top: -10px;
    left: -2%;
  }
  #slider .sliderBox .row {
    left: 15%;
    top: 0%;
  }
  #slider button.owl-prev {
    left: 77%;
  }
  #slider button.owl-next {
    right: 4%;
  }
  #slider .owl-dots {
    top: 82%;
  }
  #know .img-sec {
    left: -8%;
  }
  #know .img-sec .img-1 {
    left: 16%;
    top: 13%;
  }
  #know .img-sec-2 .img-2 {
    position: relative;
    left: -10%;
  }
  #know .img-sec-3 .img-3 {
    position: relative;
    left: 10%;
  }
  #know .text-sec .content1::after {
    left: 40%;
  }
  #know .text-sec h1 {
    font-size: 32px;
  }
  #know .coach-text h1 {
    font-size: 17px;
  }
  #know .quote-box {
    height: auto;
  }
  #know .quote-box .quote-content {
    font-size: 13px;
  }
  #know .quote-box .quote-2 {
    left: 88%;
    top: 47%;
  }
  #know .coaches .staff .arrow-1 {
    left: 91%;
  }
  #know .coaches .staff .arrow-2 {
    left: 123%;
  }
  #program .rectangle-box img {
    top: 225px;
  }
  #join .join-text .content1::after {
    left: 30%;
  }
  #join .join-text .content2 {
    font-size: 11px;
  }
  #join .join-img-1 .image-1 {
    width: 100%;
  }
  #join .join-img .image-2 {
    left: 10px;
  }
  #join .join-img .image-3 {
    left: 90px;
  }
  #gallery .gallery-img-1::after {
    width: 130%;
  }
  #gallery .gallery-img-3 .img3 {
    width: 100%;
  }
  #facilities .facilities-button {
    width: 50%;
  }
  #facilities .content-post {
    font-size: 11px;
  }
  #match .box-content-1 {
    height: 380px !important;
  }
  #match .match-button {
    top: 20%;
  }
  #match .match-image-1 .popup-btn1 {
    left: 75%;
  }
  #match .match-image-2 .popup-btn2 {
    height: 20px !important;
  }
  #match .match-image-2 .match-time2 {
    top: 0px;
  }
  #video .popup-content {
    top: 30%;
  }
  #ticket button.owl-prev {
    left: 92%;
  }
  #ticket .content-1::after {
    left: 35%;
  }
  #news .box-content .post-title {
    font-size: 18px;
  }
  #news .box-content .content-post {
    font-size: 11.5px;
  }
  #testimonial h1 {
    font-size: 40px;
  }
  #testimonial .box-content .quote-img {
    left: 85%;
  }
  #testimonial .box-content .content-post {
    font-size: 13px;
  }
  #testimonial .box-content .testimonial-text .post-title,
  #testimonial .box-content .testimonial-text .academy {
    margin-left: 0px;
  }
  #testimonial button.owl-next {
    right: 33%;
  }
  #testimonial .testimonial-img .img-2 {
    left: 23%;
  }
  #testimonial .testimonial-img .img-3 {
    left: 3%;
  }
}

/*MEDIA 1400 TO 1680*/
@media only screen and (min-width: 1400px) and (max-width: 1680px) {
  #main-menu {
    width: 140%;
  }
  .header-button {
    left: 138%;
  }
  .header-search {
    left: 125%;
  }
  #slider .slider-box .rectangle-2 {
    height: 100%;
  }
  #slider .carousel-caption {
    left: 20%;
  }
  #slider .content1::after {
    left: 50%;
  }
  #slider .img-2 {
    left: 35%;
  }
  #slider .img-2 img {
    width: 100%;
  }
  #slider .sliderBox .rectangle-3 {
    width: 100%;
  }
  #slider .sliderBox {
    top: -100px;
    left: -1%;
  }
  #slider .sliderBox .row {
    left: 30%;
  }
  #slider .owl-dots {
    left: -30%;
  }
  #slider button.owl-prev {
    left: 80%;
  }
  #slider .img-2 .content5 {
    top: 25%;
    left: 20%;
  }
  #slider .img-2 h1 {
    top: 35%;
    left: 20%;
  }
  #slider .img-2 .new-line1 {
    top: 55%;
    left: 20%;
  }
  #slider .img-2 .match-stadium {
    font-size: 14px;
  }
  #slider .img-2 .content6 {
    font-size: 11px;
  }
  #know .img-sec {
    left: -10%;
  }
  #know .img-sec .img-1 {
    left: 16%;
    top: 13%;
  }
  #know .img-sec-2 .img-2 {
    position: relative;
    left: -10%;
  }
  #know .img-sec-3 .img-3 {
    position: relative;
    left: 10%;
  }
  #know .text-sec .content1::after {
    left: 40%;
  }
  #know .text-sec h1 {
    font-size: 32px;
  }
  #know .coach-text h1 {
    font-size: 17px;
  }
  #know .quote-box {
    height: auto;
  }
  #know .quote-box .quote-content {
    font-size: 13px;
  }
  #know .quote-box .quote-2 {
    left: 88%;
    top: 47%;
  }
  #know .coaches .staff .arrow-1 {
    left: 91%;
  }
  #know .coaches .staff .arrow-2 {
    left: 123%;
  }
  #program .rectangle-box img {
    top: 225px;
  }
  #join .join-text .content1::after {
    left: 30%;
  }
  #join .join-text .content2 {
    font-size: 11px;
  }
  #join .join-img-1 .image-1 {
    width: auto;
  }
  #join .join-img .image-2 {
    left: 10px;
  }
  #join .join-img .image-3 {
    left: 90px;
  }
  #gallery .gallery-img-1::after {
    width: 130%;
  }
  #gallery .gallery-img-3 .img3 {
    width: 100%;
  }
  #facilities .facilities-button {
    width: 50%;
  }
  #facilities .content-post {
    font-size: 11px;
  }
  #match .box-content-1 {
    height: 380px !important;
  }
  #match .match-button {
    top: 20%;
  }
  #match .match-image-1 .popup-btn1 {
    left: 75%;
  }
  #match .match-image-2 .popup-btn2 {
    height: 20px !important;
  }
  #match .match-image-2 .match-time2 {
    top: 0px;
  }
  #video .popup-content {
    top: 30%;
  }
  #ticket button.owl-prev {
    left: 92%;
  }
  #ticket .content-1::after {
    left: 35%;
  }
  #news .box-content .post-title {
    font-size: 18px;
  }
  #news .box-content .content-post {
    font-size: 11.5px;
  }
  #testimonial h1 {
    font-size: 40px;
  }
  #testimonial .box-content .quote-img {
    left: 85%;
  }
  #testimonial .box-content .content-post {
    font-size: 13px;
  }
  #testimonial .box-content .testimonial-text .post-title,
  #testimonial .box-content .testimonial-text .academy {
    margin-left: 0px;
  }
  #testimonial button.owl-next {
    right: 33%;
  }
  #testimonial .testimonial-img .img-2 {
    left: 23%;
  }
  #testimonial .testimonial-img .img-3 {
    left: 3%;
  }
}

/*MEDIA 1681 TO 1920*/
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
  #main-menu {
    width: 150%;
  }
  .header-button {
    left: 145%;
  }
  .header-search {
    left: 130%;
  }
  #slider .slider-box .rectangle-2 {
    height: 100%;
  }
  #slider .carousel-caption {
    left: 20%;
  }
  #slider .img-2 {
    left: 42%;
  }
  #slider .sliderBox {
    top: -140px;
    left: 5%;
  }
  #slider .sliderBox .row {
    left: 25%;
  }
  #slider .owl-dots {
    left: -28%;
  }
  #slider button.owl-prev {
    left: 81.5%;
  }
  #know .img-sec {
    left: -10%;
  }
  #know .img-sec .img-1 {
    left: 16%;
    top: 13%;
  }
  #know .img-sec-2 .img-2 {
    position: relative;
    left: -10%;
  }
  #know .img-sec-3 .img-3 {
    position: relative;
    left: 10%;
  }
  #know .text-sec .content1::after {
    left: 40%;
  }
  #know .text-sec h1 {
    font-size: 32px;
  }
  #know .coach-text h1 {
    font-size: 17px;
  }
  #know .quote-box {
    height: auto;
  }
  #know .quote-box .quote-content {
    font-size: 13px;
  }
  #know .quote-box .quote-2 {
    left: 88%;
    top: 47%;
  }
  #know .coaches .staff .arrow-1 {
    left: 91%;
  }
  #know .coaches .staff .arrow-2 {
    left: 123%;
  }
  #program .rectangle-box img {
    top: 245px;
  }
  #program .counter .content {
    font-size: 7px;
  }
  #join .join-text .content1::after {
    left: 30%;
  }
  #join .join-text .content2 {
    font-size: 11px;
  }
  #join .join-img-1 .image-1 {
    width: auto;
  }
  #join .join-img .image-2 {
    left: 10px;
  }
  #join .join-img .image-3 {
    left: 90px;
  }
  #join .counter .content3 {
    font-size: 11px;
  }
  #gallery .gallery-img-1::after {
    width: 130%;
  }
  #gallery .gallery-img-3 .img3 {
    width: 100%;
  }
  #gallery .gallery-img-3 {
    left: -13%;
  }
  #gallery .gallery-img-4 .img4 {
    width: 185%;
    height: 473px;
  }
  #gallery .gallery-img-4::after {
    width: 185%;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 23% 100%, 0% 0);
  }
  #facilities .facilities-button {
    width: 50%;
  }
  #facilities .content-post {
    font-size: 11px;
  }
  #match .box-content-1 {
    height: 380px !important;
  }
  #match .match-button {
    top: 20%;
  }
  #match .match-image-1 .popup-btn1 {
    left: 75%;
  }
  #match .match-image-2 .popup-btn2 {
    height: 20px !important;
  }
  #match .match-image-2 .match-time2 {
    top: 0px;
  }
  #video .popup-content {
    top: 30%;
  }
  #ticket button.owl-prev {
    left: 92%;
  }
  #ticket .content-1::after {
    left: 35%;
  }
  #news .box-content .post-title {
    font-size: 18px;
  }
  #news .box-content .content-post {
    font-size: 11.5px;
  }
  #testimonial h1 {
    font-size: 40px;
  }
  #testimonial .box-content .quote-img {
    left: 85%;
  }
  #testimonial .box-content .content-post {
    font-size: 13px;
  }
  #testimonial .box-content .testimonial-text .post-title,
  #testimonial .box-content .testimonial-text .academy {
    margin-left: 0px;
  }
  #testimonial button.owl-next {
    right: 33%;
  }
  #testimonial .testimonial-img .img-2 {
    left: 23%;
  }
  #testimonial .testimonial-img .img-3 {
    left: 3%;
  }
}
