@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,400i,500,500i,600,600i,700');

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.eot');
    src: url('./fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/Poppins-Regular.woff') format('woff'),
        url('./fonts/Poppins-Regular.ttf') format('truetype'),
        url('./fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauer Bodoni Std';
    src: url('./fonts/BauerBodoniStd-Roman.eot');
    src: local('./fonts/Bauer Bodoni Std Roman'), local('BauerBodoniStd-Roman'),
        url('./fonts/BauerBodoniStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BauerBodoniStd-Roman.woff2') format('woff2'),
        url('./fonts/BauerBodoniStd-Roman.woff') format('woff'),
        url('./fonts/BauerBodoniStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body, html {
    font-family: 'Poppins';
}
body{
    background:  #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

a:hover, a:active  {
text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffbf3d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 999px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 99999999;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #fec03a;
  outline: 1px solid #fec03a;
}
/*Scroll css End here*/



header.header {
    border-top: 6px solid #dcb412;
    background: #000;
}

header.header .number {
    text-align: right;
}

header.header .number a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

header.header .number a i {
    margin-right: 10px;
}

header.header form.search-form {
    position: relative;
}

header.header form.search-form input {
    border: 1px solid #989898;
    border-radius: 35px;
    padding: 6px 10px;
    width: 100%;
    color: #000;
    font-size: 14px;
}

header.header form.search-form button {
    position: absolute;
    top: 3px;
    right: 5px;
    border-radius: 50%;
    border: none;
    background: #dcb412;
    color: #fff;
    width: 30px;
    height: 30px;
}

header.header form.search-form input::placeholder {
    color: #c2c2c2;
    letter-spacing: 1.6px;
    font-size: 14px;
}

header.header .social-links {}

header.header .social-links p {
    margin: 0;
    display: inline-block;
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 400;
}

header.header .social-links ul {
    padding: 0;
    list-style: none;
    margin: 0 0 0 5px;
    display: inline-block;
}

header.header .social-links ul li {
    display: inline-block;
    margin-right: 10px;
}

header.header .social-links ul li a {
    color: #dcb412;
    font-size: 18px;
}

header.header .head-detail-box .menu-row {
    position: relative;
}

header.header .head-detail-box .menu-row:before {
    content: '';
    position: absolute;
    background: #e8e8e8;
    right: 0;
    width: 100%;
    height: 1px;
    top: 5px;
}

header.header .menu-header {
    text-align: right;
}

header.header .menu-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

header.header .menu-header ul li {
    display: inline-block;
    margin: 0 5px;
}

header.header .menu-header ul li a {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0 8px;
    text-transform: uppercase;
}

header.header .menu-header ul li a.active {
    color: #dcb412;
    font-weight: 700;
}

header.header .menu-header ul li a:hover {
    color: #dcb412;
}

header.header .menu-header ul li a.active:before{
    opacity: 1;
}

header.header .menu-header ul li a:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 2px;
    background: #dcb412;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s ease-in-out all;
    opacity: 0;
}

header.header .menu-header ul li a:hover:before {
    opacity: 1;
    transition: 0.5s ease-in-out all;
}

header.header .log-in-btn {}

header.header .log-in-btn a {
    color: #000;
    background: #dcb412;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
}

.banner{
    background: url('../images/home-banner.jpg');
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 200px 0;
}

.banner .container-fluid{
    padding-left: 250px;
}

.banner .head {
    width: 50%;
}

.banner .head h2 {
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.75);
}

.banner .head h1 {
    margin: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.75);
}

.banner .head p {
    margin: 10px 0;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    padding-right: 375px;
}

.banner .head a {
    color: #000;
    background: #dcb412;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 20px;
}

section.vid_ban {
    background: #000;
}

section.about-sec {
    padding: 100px 0;
    background: #000;
}

section.about-sec .pic {
    height: 600px;
    width: 510px;
    position: relative;
    margin: 0 auto 0 0;
}

section.about-sec .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.about-sec .head {
    padding-top: 70px;
    padding-left: 20px;
}

section.about-sec .head h2:before{
    content: 'About Us';
    position: absolute;
    font-size: 105px;
    color: #efefef36;
    top: -73px;
    text-transform: capitalize;
    font-weight: 700;
    z-index: -1;
    left: 2px;
}

section.about-sec .head h2 {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 50px;
    z-index: 1;
}

section.about-sec .head h2:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 3px;
    background: #dcb412;
    bottom: 27px;
    left: 0;
}

section.about-sec .head p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}

section.about-sec .head a {
    color: #000;
    background: #dcb412;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 20px;
}

section.about-sec .pic:before {
    content: '';
    position: absolute;
    background: url(../images/square-border-about.png);
    width: 510px;
    height: 569px;
    top: -40px;
    right: -35px;
    z-index: -1;
    background-size: contain;
}

section.teams-sec {
    background: url('../images/team-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

section.teams-sec .head h2, section.news-sec .head h2, section.standings .head h2 {
    color: #000;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

section.teams-sec .head p, section.news-sec .head p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 0 200px;
    display: inline-block;
}

section.teams-sec .head, section.news-sec .head, section.standings .head {
    margin: 0 0 50px;
}

section.teams-sec .teams-inner {
    background: url('../images/team-inner-box.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 40px 0;
}

section.teams-sec .teams-inner .team-logo {
    width: 100%;
}

section.teams-sec .teams-inner .team-logo img {
    width: 100%;
}

section.teams-sec .teams-inner .team-details {}

section.teams-sec .teams-inner .team-details h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

section.teams-sec .teams-inner .team-details p {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 300;
}

section.news-sec {
    padding: 105px 0;
}

section.news-sec .verticle-news-banner {
    background: url('../images/news-pic-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 30px 0px;
    height: 800px;
}

section.news-sec .squared .col-lg-6:nth-child(even) {
    flex-direction: column-reverse;
    display: flex;
}

section.news-sec .news-info-greyed {
    background: #f8f8f8;
    padding: 80px 25px;
}

section.news-sec .news-info {}

section.news-sec .news-info span {
    color: #dcb412;
    font-size: 15px;
    font-weight: 400;
}

section.news-sec .news-info h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

section.news-sec .news-info p {
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 20px;
    color: #fff;
}

section.news-sec .news-info-greyed h3 {
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
}

section.news-sec .news-info-greyed p {
    color: #2d2422;
}

section.news-sec .news-info-greyed a {
    background-color: rgb(220, 180, 18);
    box-shadow: 0px 3px 7px 0px rgba(185, 185, 185, 0.75);
    color: #fff;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

section.news-sec .news-picture {
    height: 390px;
}

section.news-sec .news-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.news-sec .squared .flip:nth-child(odd) .news-info-greyed {
    margin-bottom: 20px;
}

section.news-sec .squared .flip:nth-child(even) .news-info-greyed {
    margin-top: 20px;
}

section.news-sec .view-news-btn {
    text-align: center;
    margin-top: 50px;
}

section.news-sec .view-news-btn a {
    border-radius: 27px;
    background-color: rgb(220, 180, 18);
    box-shadow: 0px 9px 12px 0px rgba(122, 123, 123, 0.75);
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 13px 33px;
    display: inline-block;
}

section.standings {
    background: url('../images/table-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
   
}

 section.mob_hide{
      display: none;
 }

section.standings .head h2 {
    font-size: 44px;
}

section.standings .standings-wrapper table {
    background: #fff;
}

section.standings .standings-wrapper table tr {
    border-bottom: 1px solid #f8f8f8;
}

section.standings .standings-wrapper table tr p {
    margin: 0;
}

section.standings .standings-wrapper table tr .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

section.standings .standings-wrapper table tr .name img {
    border-radius: 50%;
    margin-right: 5px;
}

section.standings .standings-wrapper table tr .name h6 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

section.standings .standings-wrapper table thead th:first-child {
    padding-left: 20px;
    text-align: start;
}

section.standings .standings-wrapper table thead th {
    text-align: center;
}

section.standings .standings-wrapper table tbody td:first-child {}

section.standings .standings-wrapper table tbody td {
    text-align: center;
}

section.standings .standings-wrapper table tbody tr:nth-child(odd) td:nth-child(5) {
    background: #f0f0f0;
}

section.standings .standings-wrapper table tbody tr:nth-child(even) td:nth-child(5) {
    background: #e0e0e0;
}

section.standings .standings-wrapper table thead th:nth-child(5) {
    background: #e0e0e0;
}

.footer {
    padding: 60px 0 0;
    background-color: #000;
}

.footer .col-lg-5:first-child .inner-wrap h3{
    opacity: 0;
}

.footer .inner-wrap {}

.footer .inner-wrap h3 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    font-family: 'Bauer Bodoni Std';
}

.footer p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.footer .footer-menu {}

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

.footer .footer-menu ul li {
    margin-bottom: 10px;
}

.footer .footer-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.footer .col-lg-5 p {
    padding-right: 100px;
}

.footer .container-fluid {}

.footer .container-fluid .copy {
    padding: 20px 0;
    border-top: solid 1px #282828;
    margin-top: 50px;
}

.footer .container-fluid .copy p {
    margin: 0;
}

.footer .container-fluid .copy p a {
    color: #fff;
}



.footer .nl-subscription {}

.footer .nl-subscription input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    border-radius: 5px;
    border: none;
    position: relative;
}

.footer .nl-subscription input[type="submit"] {
    font-size: 0;
    border: none;
    background-image: url(../images/letter.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 19px;
    height: 44px;
    width: 44px;
    top: 102px;
    cursor: pointer;
}

.footer .social {}

.footer .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 20px;
}

.footer .social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer .social ul li a {
    color: #fff;
    font-size: 18px;
}

.inner-banner {
    height: 450px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-banner h2 {
    text-align: center;
    padding-top: 180px;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
}


section.teams-sec.inn {
    background-image: none;
}


section.teams-sec.inn .teams-inner .team-logo img {
    width: 100%;
    height: 140px;
}





.page-schedule {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.page-schedule .row.three {
    margin: 60px 0 0px;
}

.page-schedule .date {
    margin-bottom: 30px;
}


.page-schedule .date h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.page-schedule .main {
    display: inline-flex;
    align-items: anchor-center;
    padding: 20px 20px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #fff;
}

.page-schedule .main .time {
}

.page-schedule .main .time h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.page-schedule .main .team-1 {
    display: inline-flex;
    align-items: center;
}

.page-schedule .main .team-1 .pic {
    margin: 0 10px;
}

.page-schedule .main .team-1 .pic img {}

.page-schedule .main .team-1 .disc {}

.page-schedule .main .team-1 .disc h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.page-schedule .main .vs {
}

.page-schedule .main .vs h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.page-schedule .main .locate {
}

.page-schedule .main .locate h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.page-schedule .main .locate h4 span {
    font-size: 14px;
    font-weight: 400;
    color: #6c6c6c;
}


section.standings.inn {
    background-image: none;
    background-color: #f8f8f8;
}



.sec-cta {
    padding: 80px 0;
}

.sec-cta .left {
    border-right: 1px solid #b7adad;
    padding-right: 60px;
}

.sec-cta .left h2 {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .left input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.sec-cta .left textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    min-height: 180px;
    resize: none;
}

.sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: 30%;
    text-transform: uppercase;
    border: none;
    background-color: #f930fa;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 50px;
}

.sec-cta .right {
}

.sec-cta .right h2 {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .right ul li {
    margin-bottom: 20px;
}

.sec-cta .right ul li a {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .right ul li img {
    margin-right: 20px;
}

.sec-cta .head-top {}

.sec-cta .head-top h3 {
    margin: 40px 0 30px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.sec-cta .head-top .social {}

.sec-cta .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.sec-cta .head-top .social ul li {
    margin-bottom: 15px;
}

.sec-cta .head-top .social ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: flex;
    align-items: center;
    transition: .5s all ease-in-out;
}

.sec-cta .head-top .social ul li a i {
    margin-right: 10px;
    font-size: 25px;
    color: #000;
    background-color: transparent;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all ease-in-out;
    border: solid 1px #000;
}

.sec-cta .right ul li i {
    margin-right: 10px;
    font-size: 25px;
    color: #000;
}

.sec-cta .container-fluid {
    margin-top: 60px;
    margin-bottom: -10px;
}

.sec-cta .container-fluid .col-sm-12 {
    padding: 0;
}

.sec-cta input, .sec-cta textarea {width: 100%;margin: 0 0 20px;border: 1px solid #e0e0e0;padding: 10px 20px;border-radius: 10px;font-size: 15px;font-weight: 400;resize: none;}

.sec-cta textarea {
    height: 170px;
}

.sec-cta input[type="submit"] {
    border-radius: 50px;
    background-color: rgb(220, 180, 18);
    box-shadow: 0px 9px 12px 0px rgba(122, 123, 123, 0.75);
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 33px;
    display: inline-block;
    border: none;
}

.standings-wrapper select {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100px;
    text-transform: uppercase;
    font-size: 15px;
}


/*Coach-Admin Register Page */

section.coach-register .form_wrapper form input, section.coach-register .form_wrapper form textarea, section.coach-register .form_wrapper form select {
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #dcb412;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    resize: none;
}

section.coach-register {
    padding: 40px 0 60px;
}

section.coach-register .head {
    text-align: center;
    margin: 0 0 20px;
}

section.coach-register .head h4 {
    margin: 0 0 0;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-variant: small-caps;
}

section.coach-register .form_wrapper {}

section.coach-register .form_wrapper form  label {
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

section.coach-register .form_wrapper form button {
    border-radius: 50px;
    background-color: rgb(220, 180, 18);
    box-shadow: 0px 9px 12px 0px rgba(122, 123, 123, 0.75);
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border: none;
    width: 50%;
    margin: 20px auto 0;
    padding: 10px 0;
}

/* Player Registration Page */

section.player-register {
    padding: 40px 0;
}

section.player-register .head {
    text-align: center;
    margin: 0 0 20px;
}

section.player-register .head h4 {
    margin: 0 0 0;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    font-variant: small-caps;
}

section.player-register .form_wrapper {}

section.player-register .form_wrapper form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

section.player-register .form_wrapper form input, section.player-register .form_wrapper form textarea, section.player-register .form_wrapper form select{
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #dcb412;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    resize: none;
}

section.player-register .form_wrapper form input[type="file"]{
    border-style: dashed;
}

section.player-register .form_wrapper form .form-field {
    width: 48%;
    display: inline-flex;
    flex-flow: wrap;
    justify-content: space-between;
}

section.player-register .form_wrapper form .form_file_field input {
    position: relative;
    background: #ffffff;
    /* font-size: 0; */
    height: auto;
    cursor: pointer;
}

section.player-register .form_wrapper form .form_file_field input::file-selector-button{
    opacity: 0;
}

section.player-register .form_wrapper form .form_file_field input:before {
    content: '';
    position: absolute;
    background: url('../images/player-profile.png');
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto 0px 20px;
    top: 3px;
    filter: brightness(0);
}

section.player-register .form_wrapper form .form-field label{
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

section.player-register .form_wrapper form .form-field .form_field_inner{
    width: 48%;
}

section.player-register .form_wrapper form .form-field label {
    width: 100%;
}

section.player-register .form_wrapper form button {
    border-radius: 50px;
    background-color: rgb(220, 180, 18);
    box-shadow: 0px 9px 12px 0px rgba(122, 123, 123, 0.75);
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border: none;
    width: 100%;
    margin: 20px 0;
    padding: 10px 0;
}

.page-team-sec1 {
    background-image: url(../images/banner-team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
 
.page-team-sec1 .row {
    display: flex;
    align-items: center;
}
 
.page-team-sec1 .pic {
    background: #fff;
}
 
.page-team-sec1 .pic img {
    width: 100%;
}
 
.page-team-sec1 .disc {}
 
.page-team-sec1 .disc h4 {
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}
 
.page-team-sec1 .disc h2 {
    margin: 0 0 10px;
    font-size: 55px;
    font-weight: 600;
    color: #fff;
}
 
.page-team-sec1 .disc .register {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}
 
.page-team-sec1 .disc .register a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #dcb412;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    border: solid 2px #dcb412;
}
 
.page-team-sec1 .disc .support {
    display: inline-block;
}
 
.page-team-sec1 .disc .support a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    border: solid 2px #fff;
}
 
.page-team-sec1 .disc h4 span {
    color: #dcb412;
}

.page-team-sec1 .statement {
    margin-top: 20px;
}

.page-team-sec1  .statement h4 {
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}

.statement h4 span {
    color: #dcb412;
}

.page-team-sec1 .statement p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}
 
.page-team-sec2 {
    padding: 80px 0;
}
 
.page-team-sec2 .row.one {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
 
.page-team-sec2 .row.one .left-select {
    text-align: right;
}
 
.page-team-sec2 .row.one .left-select select#team2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
}
 
.page-team-sec2 .right-select {}
 
.page-team-sec2 .right-select select#rank2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
}
 
.page-team-sec2 .row.two {
    margin-bottom: 80px;
}
 
.page-team-sec2 .main {
    border: solid 1px #ccc;
}
 
.page-team-sec2 .main .number {
    text-align: center;
    padding: 10px 10px;
    background-color: #dcb412;
    margin: 20px;
}
 
.page-team-sec2 .main .number h4 {
    height: 70px;
    width: 70px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 600;
    color: #dcb412;
}
 
.page-team-sec2 .main .pic {
    text-align: center;
    margin: 20px;
}
 
.page-team-sec2 .main .pic img {
   width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: top;
}
 
.page-team-sec2 .main .disc {
    text-align: center;
}
 
.page-team-sec2 .main .disc h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
 
.page-team-sec2 .main .disc h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #dcb412;
}
 
.page-team-sec2 .main .age-date {
    background-color: #000;
    padding: 10px 20px;
}
 
.page-team-sec2 .main .age-date h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}
 
.page-team-sec2 .main .age-date h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    float: right;
}
.register_btn{
    border-radius: 50px;
    background-color: rgb(220, 180, 18);
    box-shadow: 0px 9px 12px 0px rgba(122, 123, 123, 0.75);
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 33px;
    display: inline-block;
    border: none;
    width: 100%;
    text-align: center;
}
.register_btn:hover{
    color: #000;
}
.sec-cta .right p {
    text-align: center;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
}
.pay_form-field {
    width: 100%;
    display: block;
}

.pay_form-field .card {
    border-style: dashed;
    border: 1px dashed #dcb412;
    width: 53%;
    border-radius: 10px;
}
.register_btn_pop p {
    text-align: center;
    color: #000;
    margin: 20px 0;
    font-weight: 700;
}

.row.register_btn_pop {
    padding: 20px;
}
.page-schedule input.form-controll {
    border: 1px solid #dcb412;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 30px;
}

.page-schedule button.btn.btn-success {
    border-radius: 50px;
    background-color: rgb(220, 180, 18);
    box-shadow: 0px 9px 12px 0px rgba(122, 123, 123, 0.75);
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: none;
    width: auto;
    padding: 10px 30px;
}
section.standings h2 {
    width: 60%;
    text-align: left;
}


.sec-highlights {
    padding: 80px 0;
}

.sec-highlights .head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-highlights .head h2 {
    color: #000;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
}

.sec-highlights .pic {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.sec-highlights .pic img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 0 10px #d0a9108f;
    border-radius: 6px;
}

.sec-highlights .pic .play {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #c8a40e;
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.sec-highlights .pic .play a {
    font-size: 40px;
    color: #fff;
}

.sec-highlights .slick-dots {position: absolute;z-index: 11;bottom: -30px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.sec-highlights .slick-dots li {list-style: none;display: inline-block;}
.sec-highlights .slick-dots button {border: none;background: #000;width: 11px;height: 11px;border-radius: 30px;font-size: 0;padding: 0px;margin-right: 7px;}
.sec-highlights .slick-dots .slick-active button {background: #fec03a;width: 30px;}

header .logo img {
    width: 100%;
}




.outter_vid {
    position: relative;
}

.outter_vid .head {
    position: absolute;
    top: 30%;
    left: 20%;
}
.vid_ban video {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.vid_ban .head h2 {
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 400;
    text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.75);
}

.vid_ban  .head h1 {
    margin: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.75);
}

.vid_ban  .head p {
    margin: 10px 0;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    padding-right: 375px;
}

.vid_ban  .head a {
    color: #000;
    background: #dcb412;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 20px;
}
.vid_ban a#register_btn_modal {
    color: #000;
    background: #dcb412;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
    margin: auto;
}


section.teams-sec .slick-dots {position: absolute;z-index: 11;bottom: 0px;margin: 0px;padding: 0;text-align: center;width: 100%;}
section.teams-sec .slick-dots li {list-style: none;display: inline-block;}
section.teams-sec .slick-dots button {border: none;background: #000;width: 11px;height: 11px;border-radius: 30px;font-size: 0;padding: 0px;margin-right: 7px;}
section.teams-sec .slick-dots .slick-active button {background: #fec03a;width: 30px;}

section.bts-staff {
    background: #000000;
    padding: 50px 0;
}

section.bts-staff .row{
    justify-content: center;
}

section.bts-staff .head {
    text-align: center;
    padding-bottom: 50px;
}

section.bts-staff .head h2 {
    margin: 0;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
}

section.bts-staff  .team-wrap {
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #fec03a;
}

section.bts-staff .team-wrap h3, section.bts-staff .team-wrap h4 {
    color: #fff;
    margin: 0;
    font-size: 28px;
}

section.bts-staff .team-wrap h3{
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}

section.bts-staff .team-wrap h4 {
    font-size: 22px;
    font-weight: 400;
}

section.bts-staff .team-wrap .pic {
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
}

section.bts-staff .team-wrap .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.player-register .pay_form-field img {
    width: 70px;
    height: auto;
    margin-right: 5px;
}
div#myModal {
    z-index: 99999999;
}

 .audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
  }

  #audioControlBtn {
    background: #dcb412;
    border: none;
    padding: 8px 16px;
    color: #000000;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    box-shadow: 0 0 4px #626060;
  }

  #audioControlBtn.playing {
    background: #a84343;
  }