@import url(https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
/*
  	Flaticon icon font: Flaticon
  	Creation date: 09/01/2021 10:10
  	*/

@font-face {
  font-family: "Flaticon";
  src: url(/fonts/Flaticon.eot?bd735a12469bb5854ce73f11e55d5d27);
  src: url(/fonts/Flaticon.eot?bd735a12469bb5854ce73f11e55d5d27?#iefix) format("embedded-opentype"), url(/fonts/Flaticon.woff2?7fb2a1b4b2e3db92c1be0c7632437639) format("woff2"),
    url(/fonts/Flaticon.woff?9a576621099c7cdad41e30dc3c037d10) format("woff"), url(/fonts/Flaticon.ttf?5602507982b909657937209e2d6d5faf) format("truetype"),
    url(/images/Flaticon.svg?3bb1ae8e29125cdd1345b42af6d6281c#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url(/images/Flaticon.svg?3bb1ae8e29125cdd1345b42af6d6281c#Flaticon) format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: 'Flaticon';
}

.flaticon-next:before {
  content: "\f100";
}
.flaticon-left-arrow:before {
  content: "\f101";
}

@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles

/*=====================================================================
@Template Name: SMS
@Author: Masud Rana
@Developed By: Masud Rana
@Developer URL: https://www.linkedin.com/in/masudrana2779/
@Default Styles
/*----------------------------------------------------*/
/*Bootstrap*/
/*Base font*/
.slider_item {
  margin-bottom: 30px !important;
}

.slider_item a {
  display: block;
}

.slider_item a img {
  width: 100%;
}

.filter_list {
  margin-bottom: 30px;
}

.filter_list li {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  margin: 10px;
  background: #ccc;
}

body {
  font-family: "Helvetica Neue";
  font-size: 14px;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.tcolor {
  color: #23A7FF;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  display: inline-block;
}

.underline {
  text-decoration: underline !important;
}

.hover-color:hover {
  color: #23A7FF;
}

a:hover {
  color: #23A7FF;
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

a.link {
  color: #23A7FF;
}

a.link:hover {
  color: #23A7FF !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ======================================          Global style                 ==================================== */
.go_to_top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
}

.go_to_top a {
  background: linear-gradient(to right, #FCA03F, #FD513A);
  border: 1px solid #fff;
  border-radius: 33px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  outline: medium none;
  text-align: center;
  width: 35px;
  transition: all 0.4s ease-in-out;
}

.possatic {
  position: static;
}

.bgWhite {
  background: #fff !important;
}

.bgGray {
  background: #F6F7F9 !important;
}

.mbShow {
  display: none;
}

.secTitleWrap .secTitle {
  font-size: 32px;
  font-family: "HelveticaNeue LT 67 MdCn";
  color: #fff;
  padding: 5px 0 7px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.secTitleWrap .secTitle:before {
  content: "";
  width: 60px;
  height: 50px;
  background: linear-gradient(-63deg, #fff 70%, transparent 30%);
  bottom: -1px;
  position: absolute;
  right: 0;
}

.solidBorder {
  height: 45px;
  background: #001f50;
}

.nav-tabs {
  border: none !important;
}

.showOnIpad {
  display: none;
}

.mbMainMenuWrap {
  display: none;
}

#spil_w_h {
  position: relative;
}
#spil_w_h #spil_w_h_matches {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
#spil_w_h .print-link {
  display: none;
}

.widgetPage #spil_w_h #spil_w_h_matches {
  display: none;
}

.headerTop {
  background: #23a7ff;
  padding: 7px 0;
}
.headerTop .headerTopNavbar {
  padding: 0;
}
.headerTop .headerTopNavbar .headerTopMenu .nav-item .nav-link {
  color: #fff;
  font-family: "HelveticaNeue LT 65";
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0 15px;
  position: relative;
  box-shadow: none;
}
.headerTop .headerTopNavbar .headerTopMenu .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  right: -16px;
  width: 1px;
  height: 100%;
  background: #8E8E8E;
}
.headerTop .headerTopNavbar .headerTopMenu .nav-item:last-child .nav-link::before {
  display: none;
}
.headerTop .headerTopNavbar .headerTopSearch {
  position: relative;
}
.headerTop .headerTopNavbar .headerTopSearch .form-control {
  background: #fff;
  border: 1px solid #BFBFBF;
  padding: 0 20px 0 10px;
  height: 20px;
  border-radius: 50px;
  font-size: 10px;
  line-height: 12px;
  box-shadow: none;
  outline: none;
}
.headerTop .headerTopNavbar .headerTopSearch .btnSearch {
  position: absolute;
  right: 15px;
  border-left: 1px solid #8E8E8E;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 5px;
  font-size: 10px;
  line-height: 12px;
  border-radius: 0;
  color: #8E8E8E;
  box-shadow: none;
  outline: none;
}
.headerTop .headerTopNavbar .headerTopSocialLink .socialMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headerTop .headerTopNavbar .headerTopSocialLink .socialMenu li {
  display: inline-block;
  margin-right: 10px;
}
.headerTop .headerTopNavbar .headerTopSocialLink .socialMenu li:last-child {
  margin-right: 0;
}
.headerTop .headerTopNavbar .headerTopSocialLink .socialMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #fff;
  background: #797979;
  position: relative;
  overflow: hidden;
}
.headerTop .headerTopNavbar .headerTopSocialLink .socialMenu li a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.headerTop .headerTopNavbar .headerTopSocialLink .socialMenu li a i + i {
  top: 100%;
}
.headerTop .headerTopNavbar .headerTopSocialLink .socialMenu li a:hover i {
  top: -100%;
}
.headerTop .headerTopNavbar .headerTopSocialLink .socialMenu li a:hover i + i {
  top: 0;
}

.header {
  background: #001f50;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header .navbar {
  padding: 0;
}
.header .navbar .logo a {
  display: inline-block;
}
.header .navbar .logo a img {
  max-width: 300px;
  width: 100%;
}
.header .navbar .navbar-toggler {
  box-shadow: none;
  outline: none;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  margin: 0;
  position: relative;
}
.header .navbar .navbar-toggler .bar {
  width: 100%;
  display: inline-block;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}
.header .navbar .navbar-toggler .bar:nth-child(1) {
  top: 0;
}
.header .navbar .navbar-toggler .bar:nth-child(3) {
  top: 100%;
}
.header .navbar .navbar-toggler[aria-expanded=true] .bar:nth-child(1) {
  top: 50%;
  transform: rotate(223deg);
}
.header .navbar .navbar-toggler[aria-expanded=true] .bar:nth-child(2) {
  opacity: 0;
}
.header .navbar .navbar-toggler[aria-expanded=true] .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.header .navbar .mainMenu .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "HelveticaNeue LT 57 Cn";
  position: relative;
  padding: 25px 15px;
  transition: all 0.5s;
}
.header .navbar .mainMenu .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  width: 1px;
  height: 18px;
  background: #23A7FF;
}
.header .navbar .mainMenu .navbar-nav .nav-item .nav-link:after {
  position: absolute;
  bottom: 15px;
  right: 0;
  margin: 0 auto;
  left: 0;
  width: 0;
  height: 0;
  display: none;
}
.header .navbar .mainMenu .navbar-nav .nav-item:last-child .nav-link::before {
  display: none;
}
.header .navbar .mainMenu .navbar-nav .nav-item.active .nav-link, .header .navbar .mainMenu .navbar-nav .nav-item:hover .nav-link {
  background: #23A7FF;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu {
  background: #151515;
  border-radius: 0;
  margin: 0;
  border: none;
  border-bottom: 3px solid #23A7FF;
  padding: 0;
  display: none;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu h5 {
  color: #23A7FF;
  font-size: 16px;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu h5:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cccccc;
  margin: 0 auto;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li {
  position: relative;
  background: transparent;
  margin: 5px 0;
  z-index: 1;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown {
  cursor: pointer;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown > a {
  pointer-events: none;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown:after {
  display: inline-block;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:first-child {
  margin-top: 0;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  bottom: -6px;
  left: 0;
  right: 0;
  background: rgba(204, 204, 204, 0.5);
  margin: 0 auto;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child:before {
  display: none;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 5px 15px;
  text-transform: capitalize;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:hover, .header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li.active {
  background: #23A7FF;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:hover > .dropdown-menu, .header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li.active > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:hover {
  background: #23A7FF;
}
.header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mbMainMenuWrap .accordion .card {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0px 20px;
}
.mbMainMenuWrap .accordion .card .card-header {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #475469;
}
.mbMainMenuWrap .accordion .card .card-header .btn {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "HelveticaNeue LT 57 Cn";
  position: relative;
  padding: 10px 0;
  transition: all 0.5s;
  box-shadow: none;
  text-decoration: none;
  text-transform: capitalize;
}
.mbMainMenuWrap .accordion .card .card-header .btn:before {
  position: absolute;
  font-family: "fontawesome";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  opacity: 0;
  content: "";
}
.mbMainMenuWrap .accordion .card .card-header .btn[aria-expanded=false]:before {
  opacity: 1;
}
.mbMainMenuWrap .accordion .card .card-header .btn[aria-expanded=true]:before {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
}
.mbMainMenuWrap .accordion .card .card-body {
  padding: 0;
}
.mbMainMenuWrap .accordion .card .card-body .menuList li {
  padding: 0px 0 0 10px;
}
.mbMainMenuWrap .accordion .card .card-body .menuList li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid #475469;
}
.mbMainMenuWrap .accordion .card .card-body .accordion .card {
  padding-right: 0;
}
.mbMainMenuWrap .accordion .card .card-body .accordion .card .card-header .btn {
  font-size: 14px;
}
.homeBannerWrap {
  overflow: hidden;
}
.homeBannerWrap .homeBannerSlider {
  position: relative;
}
.homeBannerWrap .homeBannerSlider .owl-nav button {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.6;
  transition: all 0.5s;
}
.homeBannerWrap .homeBannerSlider .owl-nav button span {
  display: none;
}
.homeBannerWrap .homeBannerSlider .owl-nav button::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Flaticon";
  color: #fff;
  font-size: 50px;
}
.homeBannerWrap .homeBannerSlider .owl-nav button:hover {
  opacity: 1;
}
.homeBannerWrap .homeBannerSlider .owl-nav .owl-prev {
  left: 30px;
}
.homeBannerWrap .homeBannerSlider .owl-nav .owl-prev::before {
  content: "";
}
.homeBannerWrap .homeBannerSlider .owl-nav .owl-next {
  right: 30px;
}
.homeBannerWrap .homeBannerSlider .owl-nav .owl-next::before {
  content: "";
}
.homeBannerWrap .homeBannerSlider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.homeBannerWrap .homeBannerSlider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  margin: 7px;
  box-shadow: none;
  outline: none;
}
.homeBannerWrap .homeBannerSlider .owl-dots .owl-dot.active {
  opacity: 1;
}
.homeBannerWrap .homeBannerSlider .sliderItem {
  margin-bottom: 0;
}
.latestNewsUpdateWrap {
  background: #000E29 url(/images/BFF-Website_01.png?c644227d8c9400161ef1a6a97800c7f7) no-repeat scroll center center/cover;
  padding: 10px 0 30px;
}
.latestNewsUpdateWrap .secTitleWrap {
  padding: 10px 0;
}
.latestNewsSlider {
  position: relative;
}
.latestNewsSlider .owl-nav button {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.6;
  transition: all 0.5s;
}
.latestNewsSlider .owl-nav button span {
  display: none;
}
.latestNewsSlider .owl-nav button::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Flaticon";
  color: #fff;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  color: #041C3E;
}
.latestNewsSlider .owl-nav button:hover {
  opacity: 1;
}
.latestNewsSlider .owl-nav .owl-prev {
  left: -50px;
}
.latestNewsSlider .owl-nav .owl-prev::before {
  content: "";
}
.latestNewsSlider .owl-nav .owl-next {
  right: -50px;
}
.latestNewsSlider .owl-nav .owl-next::before {
  content: "";
}

.sliderItem {
  margin-bottom: 30px;
}
.sliderItem .sliderInner .sliderImg a img {
  display: block;
}
.sliderItem .sliderInner .newsInfo {
  padding: 10px;
  border: 1px solid #fff;
}
.sliderItem .sliderInner .newsInfo .newsTitle {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.sliderItem .sliderInner .newsInfo .newsTitle a {
  color: #fff;
  font-size: 22px;
  font-family: "HelveticaNeue LT 67 MdCn";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sliderItem .sliderInner .newsInfo .newsPara {
  color: #fff;
  font-size: 13px;
  font-family: "HelveticaNeue LT 57 Cn";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 38px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.sliderItem .sliderInner .newsInfo .newsPara * {
  color: #fff !important;
}
.sliderItem .sliderInner .newsInfo .readMorePara {
  display: flex;
  justify-content: flex-end;
}
.sliderItem .sliderInner .newsInfo .readMorePara a {
  color: #00d4ff;
  font-size: 10px;
  font-family: "HelveticaNeue LT 57 Cn";
  position: relative;
}
.sliderItem .sliderInner .newsInfo .readMorePara a::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
  background: #00d4ff;
}
.sliderItem .sliderInner .newsInfo .readMorePara a:hover::before {
  width: 100%;
  opacity: 1;
  left: 0;
  right: auto;
}

.matchesAndResultWrap {
  background: #000E29 url(/images/BFF-Website_02.png?336ca6c8013b03e33edb9a0bc00e6391) no-repeat scroll center center/cover;
  padding: 20px 0;
}
.matchesAndResultWrap .secTitleWrap {
  margin-bottom: 10px;
}
.matchResulrSliderWrap .container {
  max-width: 1480px;
}
.matchResulrSliderWrap .matchResultSlider .owl-nav button {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.6;
  transition: all 0.5s;
}
.matchResulrSliderWrap .matchResultSlider .owl-nav button span {
  display: none;
}
.matchResulrSliderWrap .matchResultSlider .owl-nav button::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Flaticon";
  color: #fff;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  color: #041C3E;
}
.matchResulrSliderWrap .matchResultSlider .owl-nav button:hover {
  opacity: 1;
}
.matchResulrSliderWrap .matchResultSlider .owl-nav .owl-prev {
  left: -50px;
}
.matchResulrSliderWrap .matchResultSlider .owl-nav .owl-prev::before {
  content: "";
}
.matchResulrSliderWrap .matchResultSlider .owl-nav .owl-next {
  right: -50px;
}
.matchResulrSliderWrap .matchResultSlider .owl-nav .owl-next::before {
  content: "";
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem {
  border: 1px solid #fff;
  border-radius: 7px;
  overflow: hidden;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .itemHeader {
  background: #FF0000;
  text-align: center;
  padding: 5px 0;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .itemHeader.tourWorld {
  background: #ff8e00;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .itemHeader.ftour {
  background: #9b9100;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .itemHeader.tvs {
  background: #0068ff;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .itemHeader h4 {
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue";
  font-weight: 600;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo {
  padding: 10px 20px 10px;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .teamWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .teamWrap .teamItem {
  display: flex;
  align-items: center;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .teamWrap .teamItem.teamItemRight .teamlogo {
  margin-right: 0;
  margin-left: 10px;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .teamWrap .teamItem .teamlogo {
  margin-right: 10px;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .teamWrap .teamItem .teamlogo img {
  max-width: 25px;
  width: 100%;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .teamWrap .teamItem .teamName h5 {
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue";
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .teamWrap .vs {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: #FF0000;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Helvetica Neue";
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .matchInfo {
  margin-bottom: 5px;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .matchInfo h3 {
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue";
  text-align: center;
  margin-bottom: 10px;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .matchResultBtn {
  text-align: center;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .matchResultBtn a {
  display: inline-block;
  background: #FF0000;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue";
  max-width: 155px;
  width: 100%;
  font-weight: 600;
  transition: all 0.5s;
}
.matchResulrSliderWrap .matchResultSlider .matchResultSliderItem .sliderSingleItem .sliderItemInfo .matchResultBtn a:hover {
  background: #fff;
  color: #FF0000;
}

.aboutTeamMemberWrap {
  background: #000E29 url(/images/BFF-Website_03.png?4437a66528e8e45a21aaee69e3cae3a0) no-repeat scroll center center/cover;
  padding: 20px 0;
}
.aboutTeamMemberWrap .abSingleItem:nth-child(2n+1) .abContent .aboutContentBody {
  padding-right: 20px;
  padding-left: 0;
}
.aboutTeamMemberWrap .abSingleItem:nth-child(2n+1) .abContent .aboutContentBody:before {
  left: -10%;
  right: auto;
}
.aboutTeamMemberWrap .abSingleItem:nth-child(2n+1) .abContent .aboutContentBody .contentInner {
  margin-right: auto;
  margin-left: 0;
}
.aboutTeamMemberWrap .abSingleItem .abImg .aboutTeamImg .imgInnerContent {
  position: relative;
  z-index: 2;
}
.aboutTeamMemberWrap .abSingleItem .abImg .aboutTeamImg .imgInnerContent .imgBorder {
  position: absolute;
  top: 0;
  left: 0;
}
.aboutTeamMemberWrap .abSingleItem .abImg .aboutTeamImg .imgInnerContent .imgHoverContent {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black, transparent);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}
.aboutTeamMemberWrap .abSingleItem .abImg .aboutTeamImg .imgInnerContent .imgHoverContent .hoverInner {
  width: 100%;
}
.aboutTeamMemberWrap .abSingleItem .abImg .aboutTeamImg .imgInnerContent .imgHoverContent .hoverInner h3 {
  color: #fff;
  font-family: "HelveticaNeue LT 67 MdCn";
  font-size: 35px;
}
.aboutTeamMemberWrap .abSingleItem .abImg .aboutTeamImg .imgInnerContent .imgHoverContent .hoverInner h5 {
  color: #fff;
  font-size: 20px;
  font-family: "HelveticaNeue LT 67 MdCn";
}
.aboutTeamMemberWrap .abSingleItem .abContent .aboutContentBody {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.aboutTeamMemberWrap .abSingleItem .abContent .aboutContentBody::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -10%;
  width: 110%;
  height: calc(100% - 30px);
  border: 1px solid #fff;
  transform: translateY(-50%);
  z-index: -1;
}
.aboutTeamMemberWrap .abSingleItem .abContent .aboutContentBody .contentInner {
  max-width: 595px;
  width: 100%;
  margin-left: auto;
}
.aboutTeamMemberWrap .abSingleItem .abContent .aboutContentBody .contentInner h3 {
  color: #60c560;
  font-family: "HelveticaNeue LT 67 MdCn";
  font-size: 35px;
}
.aboutTeamMemberWrap .abSingleItem .abContent .aboutContentBody .contentInner p {
  color: #fff;
  font-size: 16px;
  font-family: "HelveticaNeue LT 57 Cn";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.aboutTeamMemberWrap .abSingleItem .abContent .aboutContentBody .contentInner p.readMore a {
  color: #00d4ff;
  position: relative;
}
.aboutTeamMemberWrap .abSingleItem .abContent .aboutContentBody .contentInner p.readMore a::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
  background: #00d4ff;
}
.aboutTeamMemberWrap .abSingleItem .abContent .aboutContentBody .contentInner p.readMore a:hover::before {
  width: 100%;
  opacity: 1;
  left: 0;
  right: auto;
}

.onGoingTunamentWrap {
  background: #000E29 url(/images/BFF-Website_04.png?fa6d4825ee406c7c7a65684b566407a5) no-repeat scroll center center/cover;
  padding: 20px 0;
}
.onGogingSingleItem .singleItemInner {
  position: relative;
}
.onGogingSingleItem .singleItemInner .innerImg img {
  width: 100%;
}
.onGogingSingleItem .singleItemInner .onGoingList {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to top, black 40%, transparent 100%);
  width: 100%;
  height: 100%;
  padding: 25px;
}
.onGogingSingleItem .singleItemInner .onGoingList .listInner h3 {
  color: #fff;
  font-size: 26px;
  font-family: "HelveticaNeue LT 67 MdCn";
}
.onGogingSingleItem .singleItemInner .onGoingList .listInner .list {
  border-top: 1px solid #fff;
  margin-top: 5px;
  padding-top: 20px;
}
.onGogingSingleItem .singleItemInner .onGoingList .listInner .list li {
  margin-bottom: 10px;
}
.onGogingSingleItem .singleItemInner .onGoingList .listInner .list li:last-child {
  margin-bottom: 0;
}
.onGogingSingleItem .singleItemInner .onGoingList .listInner .list li a {
  color: #fff;
  font-size: 18px;
  font-family: "HelveticaNeue LT 57 Cn";
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onGogingSingleItem .singleItemInner .onGoingList .listInner .list li a span {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
}

.videoGalleryWrap {
  background: #000E29 url(/images/BFF-Website_06.png?be8df8d87e6f7f26a38724b2dacb94cf) no-repeat scroll center center/cover;
  padding: 20px 0 40px;
}
.videoGalleryWrap .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.videoGalleryWrap .fluid-width-video-wrapper iframe,
.videoGalleryWrap .fluid-width-video-wrapper object,
.videoGalleryWrap .fluid-width-video-wrapper embed {
  width: 100%;
  margin-bottom: -5px;
}
.videoGalleryWrap .viewAll .btn {
  color: #fff;
  background: #23A7FF;
  max-width: 140px;
  width: 100%;
  font-family: "HelveticaNeue LT 57 Cn";
  font-size: 20px;
  border-radius: 0;
  transition: all 0.5s;
}
.videoGalleryWrap .viewAll .btn:hover {
  color: #23A7FF;
  background: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, button.mfp-close, button.mfp-arrow {
  box-shadow: none;
  outline: none;
}

.officialSponsorsWrap {
  background: #fff;
  padding: 20px 0;
}
.officialSponsorsWrap .secTitleWrap .secTitle {
  color: #797979;
  border-color: #797979;
}
.officialSponsorsWrap .secTitleWrap .secTitle::before {
  background: #797979;
  background: linear-gradient(-63deg, #797979 70%, transparent 30%);
}

.logoSliderItem {
  text-align: center;
}
.logoSliderItem img {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.commiteeWrap {
  background: #375e48 url(/images/Website_Back.png?ab3d8ca3680635d27f5242bf0c83bbc8) no-repeat scroll center center/cover;
  padding: 20px 0;
}
.commiteeWrap.galleryWrap {
  background: #375e48 url(/images/Bkgrnd.png?a55d88a99549b89c4fc500aec8d8b041) no-repeat scroll center center/cover;
}
.commiteeWrap.galleryWrap .committeeSingleItem .committeeItem .itemInner {
  border-width: 1px;
  border-radius: 10px 10px 0 0;
}
.commiteeWrap.galleryWrap .committeeSingleItem .committeeItem .itemInner .memberInfo {
  padding: 10px;
}
.commiteeWrap.galleryWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 {
  font-size: 12px;
}
.commiteeWrap.galleryWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 span {
  font-size: 8px;
}
.commiteeWrap.galleryWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner p {
  font-size: 8px;
}

.committeeContentWrap {
  margin: 0 -10px;
}

.galleryWrap .committeeSingleItem {
  padding: 0 10px;
}

.committeeSingleItem {
  margin-bottom: 30px;
}
.committeeSingleItem .committeeItem {
  display: block;
}
.committeeSingleItem .committeeItem .itemInner {
  position: relative;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.committeeSingleItem .committeeItem .itemInner:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.committeeSingleItem .committeeItem .itemInner .committeeImg img {
  width: 100%;
}
.committeeSingleItem .committeeItem .itemInner .memberInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to top, black, transparent);
  padding: 15px;
}
.committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h3 {
  font-size: 32px;
  font-family: "Helvetica LT Condensed";
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #23A7FF;
}
.committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 {
  font-size: 24px;
  font-family: "Helvetica LT Condensed";
  color: #fff;
}
.committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 span {
  text-transform: capitalize;
  font-size: 17px;
}
.committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner p {
  color: #fff;
  font-family: "Helvetica LT Condensed";
  font-size: 17px;
}

.videoPageContentWrap {
  padding: 20px 0;
}
.videoPageContentWrap .secTitleWrap .secTitle {
  color: #797979;
  border-color: #797979;
}
.videoPageContentWrap .secTitleWrap .secTitle:before {
  background: linear-gradient(-63deg, #797979 70%, transparent 30%);
}

.videoGalleryListWrap {
  margin-bottom: 20px;
}

.videoGalleryContent {
  height: 690px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.videoGalleryContent::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #5a5d68;
  border-radius: 12px;
}
.videoGalleryContent::-webkit-scrollbar {
  width: 10px;
  background-color: rgba(0, 0, 255, 0);
}
.videoGalleryContent::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #fbfbfb;
}
.videoGalleryContent .videoGalleryInner {
  padding: 0 20px;
}
.videoGalleryContent .videoGalleryInner .videoGalleryList {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: #2a2c3f;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.videoGalleryContent .videoGalleryInner .videoGalleryList:hover {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.5);
}

.videoListSingleItem .itemInner {
  display: flex;
  align-items: flex-end;
}
.videoListSingleItem .itemInner .videoThumbnail {
  margin-right: 20px;
  position: relative;
}
.videoListSingleItem .itemInner .videoThumbnail .playVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
  opacity: 0;
  cursor: pointer;
}
.videoListSingleItem .itemInner .videoThumbnail .playVideo .playIcon {
  color: #fff;
  font-size: 30px;
  transition: all 0.2s;
  opacity: 0;
  transform: scale(0);
}
.videoListSingleItem .itemInner .videoThumbnail .playVideo .playIcon a {
  color: #fff;
}
.videoListSingleItem .itemInner .videoThumbnail:hover .playVideo {
  opacity: 1;
}
.videoListSingleItem .itemInner .videoThumbnail:hover .playVideo .playIcon {
  opacity: 1;
  transform: scale(1);
}
.videoListSingleItem .itemInner .videoThumbnail img {
  max-width: 300px;
}
.videoListSingleItem .itemInner .videoInfo {
  width: 100%;
}
.videoListSingleItem .itemInner .videoInfo .infoInner .videoInfoTop .videoHeading {
  color: #fff;
  font-size: 30px;
  font-family: "HelveticaNeue LT 67 MdCn";
  line-height: 34px;
}
.videoListSingleItem .itemInner .videoInfo .infoInner .videoInfoTop .videoDetails {
  color: #fff;
  font-size: 20px;
  font-family: "HelveticaNeue LT 57 Cn";
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
}

.videoInfoBottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.videoInfoBottom .videoLength p {
  color: #fff;
  font-size: 20px;
  font-family: "HelveticaNeue LT 67 MdCn";
  line-height: 20px;
}
.videoInfoBottom .contentActivity .activityList {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.videoInfoBottom .contentActivity .activityList li {
  color: #fff;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  line-height: 18px;
}
.videoInfoBottom .contentActivity .activityList li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.videoInfoBottom .contentActivity .activityList li:last-child::before {
  display: none;
}
.videoInfoBottom .contentActivity .activityList li::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.4;
}
.videoInfoBottom .contentActivity .activityList li .icon {
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0.5;
}
.videoInfoBottom .contentActivity .activityList li .icon:hover {
  opacity: 1;
}

.watchVideoLink {
  margin-bottom: 20px;
}
.watchVideoLink a {
  display: inline-block;
  color: #fff;
}

.presidentCornerWrap {
  background: #375e48 url(/images/Website_Back.png?ab3d8ca3680635d27f5242bf0c83bbc8) no-repeat scroll center center/cover;
  padding: 20px 0;
}
.presidentMainContent .presidentImg {
  float: left;
  margin-right: 30px;
  max-width: 300px;
  width: 100%;
  position: relative;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  margin-bottom: 20px;
}
.presidentMainContent .presidentImg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to top, black, transparent);
  opacity: 0;
}
.presidentMainContent .presidentInfo .infoTop {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
}
.presidentMainContent .presidentInfo .infoTop .name {
  color: #fff;
  font-size: 30px;
  font-family: "HelveticaNeue LT 67 MdCn";
}
.presidentMainContent .presidentInfo .infoTop .type {
  color: #fff;
  font-size: 26px;
  font-family: "Helvetica LT Condensed";
  margin-bottom: 5px;
}
.presidentMainContent .presidentInfo .infoDetaile p {
  color: #fff;
  font-size: 16px;
  font-family: "Helvetica LT Condensed";
  text-align: justify;
  margin-bottom: 20px;
}

.boardChronology {
  margin-bottom: 20px;
}
.boardChronology .btn {
  color: #fff;
  background: #FF0000;
  border: none;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  outline: none;
  transition: all 0.5s;
  font-size: 16px;
  font-family: "Helvetica Neue";
}
.boardChronology .btn:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.liveChannelWrap {
  background: rgba(0, 0, 0, 0.9) url(/images/Bkgrnd.png?a55d88a99549b89c4fc500aec8d8b041) no-repeat scroll center center/cover;
  padding: 20px 0;
}
.liveChannelWrap .channelBtn .btn {
  color: #fff;
  background: #FF0000;
  border: none;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  outline: none;
  transition: all 0.5s;
  font-size: 16px;
  font-family: "Helvetica Neue";
  max-width: 165px;
  width: 100%;
  border-radius: 5px;
}
.liveChannelWrap .channelBtn .btn:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.liveVideoPlayContentWrap {
  background: #001f50;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.liveVideoPlayContentWrap.videoGalleryContentWrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(to top, transparent, #000);
  opacity: 0.5;
  z-index: -1;
}
.liveVideoPlayContentWrap.videoGalleryContentWrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.5;
  z-index: -1;
}
.liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay {
  margin-bottom: 20px;
}
.liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay .video-js {
  width: 100%;
  height: 748px;
}
.liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay #playInIframe {
  width: 100%;
  height: 620px;
  border: none;
}
.liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoInfoBottom {
  margin-bottom: 10px;
}
.liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoInfoBottom .contentActivity .activityList li {
  font-size: 20px;
}

.bffSocialMediaWrap {
  background: linear-gradient(to top, #fff, #003970);
  padding: 20px 0;
}
.bffSocialMediaWrap .bffSocialMediaSingleItem .bffSocialMediaItemInner {
  border-radius: 5px;
  overflow: hidden;
}
.bffSocialMediaWrap .bffSocialMediaSingleItem .bffSocialMediaItemInner iframe {
  width: 100%;
}

.fanZoneWrap {
  padding: 20px 0;
  background: #375e48 url(/images/Website_Back.png?ab3d8ca3680635d27f5242bf0c83bbc8) no-repeat scroll center center/cover;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coachLoginWrap {
  padding: 20px 0;
  background: #001C00;
}
.coachLoginWrap p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
.coachLoginWrap p a {
  color: #23A7FF;
}
.coachLoginWrap p a:hover {
  text-decoration: underline;
}
.coachLoginWrap .browseAllBtn .btn {
  max-width: 250px;
  width: 100%;
  background: #23A7FF;
  border: none;
  transition: all 0.3s;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  box-shadow: none !important;
}
.coachLoginWrap .browseAllBtn .btn.btnRed {
  background: #FF0000;
}
.coachLoginWrap .browseAllBtn .btn:hover {
  opacity: 0.9;
}
.coachLoginWrap .refPara ol {
  margin-bottom: 30px;
}
.coachLoginWrap .refPara ol li {
  color: #fff;
}

.loginFormBody .loginForm {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.loginFormBody .loginForm .form-group .singleItem {
  display: flex;
  align-items: center;
}
.loginFormBody .loginForm .form-group .singleItem p {
  color: #fff;
  width: 120px;
  padding: 0;
  margin: 0;
}
.loginFormBody .loginForm .form-group .singleItem .form-control {
  box-shadow: none;
  border-radius: 0;
  height: 44px;
}
.loginFormBody .loginForm .form-group .loginBtn {
  max-width: 250px;
  width: 100%;
  background: #23A7FF;
  border: none;
  transition: all 0.3s;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  box-shadow: none !important;
}
.loginFormBody .loginForm .form-group .loginBtn:hover {
  opacity: 0.9;
}

.bffStructureNewsFeedWrap {
  background: #375e48 url(/images/Bkgrnd.png?a55d88a99549b89c4fc500aec8d8b041) no-repeat scroll center center/cover;
  padding: 20px 0;
}
.bffStructureNewsFeedWrap .latestNewsUpdateWrap {
  background: transparent;
}

.accreditationWrap .accreditationContent {
  position: relative;
}
.accreditationWrap .accreditationContent .accreditationText {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accreditationWrap .accreditationContent .accreditationText p {
  color: #fff;
  font-size: 32px;
  font-family: "HelveticaNeue LT 67 MdCn";
}

.newsGridContentWrap {
  padding: 20px 0;
}

.newsSingleItem {
  margin-bottom: 30px;
}
.newsSingleItem .newsInner {
  background: #fff;
}
.newsSingleItem .newsInner .newsImg a {
  display: block;
  position: relative;
  overflow: hidden;
}
.newsSingleItem .newsInner .newsImg a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(11, 11, 11, 0.2);
  z-index: 1;
}
.newsSingleItem .newsInner .newsImg a:hover:before {
  opacity: 1;
}
.newsSingleItem .newsInner .newsImg a:hover img {
  transform: scale(1.1);
}
.newsSingleItem .newsInner .newsImg a img {
  width: 100%;
  transition: all 0.3s;
}
.newsSingleItem .newsInner .newsInfo {
  padding: 15px;
}
.newsSingleItem .newsInner .newsInfo .newsTitle a {
  color: #8E8E8E;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.newsSingleItem .newsInner .newsInfo .newsDetails {
  color: #8E8E8E;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 63px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.newsSingleItem .newsInner .newsInfo .readMore {
  padding-bottom: 10px;
}
.newsSingleItem .newsInner .newsInfo .readMore a {
  color: #8E8E8E;
  display: inline-block;
  position: relative;
}
.newsSingleItem .newsInner .newsInfo .readMore a:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #8E8E8E;
  opacity: 0;
  transition: all 0.2s;
}
.newsSingleItem .newsInner .newsInfo .readMore a:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
}

.bffLegalWrap {
  background: #375e48 url(/images/bffLegalBg.png?72a3634c90233c0defd2c9868df8ac1f) no-repeat scroll center center/cover;
  padding: 20px 0;
  position: relative;
}
.bffLegalWrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(to top, transparent, #000);
}
.bffLegalWrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(to top, #000, transparent);
}

.boardStructureWrap {
  background: #375e48 url(/images/Website_Back.png?ab3d8ca3680635d27f5242bf0c83bbc8) no-repeat scroll center center/cover;
  padding: 20px 0;
  position: relative;
}
.boardStructureWrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: linear-gradient(to top, transparent, #000);
  opacity: 0.5;
}

.boardStructureContent {
  padding-top: 20px;
}
.boardStructureContent .boardStructureInner {
  position: relative;
  z-index: 1;
}
.boardStructureContent .boardStructureInner .boardStructureBorderImg {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_1 {
  margin-bottom: 112px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_1 .boardSingleItem:first-child {
  margin-left: auto;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_1 .boardSingleItem:last-child {
  margin-right: auto;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_2 {
  margin-bottom: 114px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_2 .boardSingleItem:first-child {
  margin-left: auto;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_2 .boardSingleItem:last-child {
  margin-right: auto;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 53px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 145px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_5 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 930px;
  width: 100%;
  margin: 0 auto 148px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_6 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_6 .boardSingleItem:first-child {
  margin-left: 0px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow.row_6 .boardSingleItem:last-child {
  margin-right: 0px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow .boardSingleItem {
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow .boardSingleItem:first-child {
  margin-left: 50px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow .boardSingleItem:last-child {
  margin-right: 50px;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow .boardSingleItem .itemInner .itemTop {
  background: #FF0000;
  margin-bottom: 5px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow .boardSingleItem .itemInner .itemTop h4 {
  color: #fff;
  font-size: 18px;
  font-family: "HelveticaNeue LT 67 MdCn";
  font-weight: 500;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow .boardSingleItem .itemInner .itemBottom {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boardStructureContent .boardStructureInner .boardStructureItem .boardStructureItemRow .boardSingleItem .itemInner .itemBottom p {
  color: #fff;
  font-size: 16px;
  font-family: "HelveticaNeue LT 67 MdCn";
}

.committeeBtnWrap {
  margin-bottom: 40px;
}
.committeeBtnWrap .committeeBtnItem .committeeBtn {
  color: #fff;
  background: #23A7FF;
  font-family: "Helvetica LT Condensed";
  font-size: 20px;
  max-width: 213px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.committeeBtnWrap .committeeBtnItem .committeeBtn:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.8);
  color: #23A7FF;
  background: #fff;
}

.applicationFormWrap {
  background: #001C00;
  padding: 20px 0;
}
.applicationFormWrap .applicationPara {
  font-size: 20px;
  font-family: "Helvetica Neue";
  color: #fff;
  margin-bottom: 30px;
}

.applicationForm .applicationContentBody {
  background: #fff;
  padding: 30px 20px 1px;
  margin-bottom: 30px;
}
.applicationForm .applicationContentBody .formSingleItem {
  margin-bottom: 40px;
}
.applicationForm .applicationContentBody .formSingleItem .formtitle {
  font-family: "HelveticaNeue LT 67 MdCn";
  margin-bottom: 5px;
}
.applicationForm .applicationContentBody .formSingleItem .formtitle span {
  margin-left: 5px;
  color: #FF0000;
}
.applicationForm .applicationContentBody .formSingleItem .label {
  margin: 0;
}
.applicationForm .applicationContentBody .formSingleItem .formInput {
  padding-top: 0px;
}
.applicationForm .applicationContentBody .formSingleItem .formInput .form-control {
  border: none;
  border-bottom: 1px dotted #8E8E8E;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.applicationForm .applicationContentBody .formSingleItem .selectItem input[type=checkbox],
.applicationForm .applicationContentBody .formSingleItem .selectItem input[type=file] {
  display: none;
}
.applicationForm .applicationContentBody .formSingleItem .selectItem input[type=checkbox]:checked + label:before {
  content: "";
}
.applicationForm .applicationContentBody .formSingleItem .selectItem label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.applicationForm .applicationContentBody .formSingleItem .selectItem label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  font-family: "fontawesome";
}
.applicationForm .applicationContentBody .formSingleItem .selectItem label.file_upload {
  background: #eee;
  padding: 10px 15px;
  color: #666;
}
.applicationForm .applicationContentBody .formSingleItem .selectItem label.file_upload i {
  margin-left: 10px;
}
.applicationForm .applicationContentBody .formSingleItem .selectItem label.file_upload:before {
  display: none;
}
.applicationForm .submitBtn {
  padding-bottom: 20px;
}
.applicationForm .submitBtn .btn {
  max-width: 250px;
  width: 100%;
  background: #FF0000;
  border: none;
  transition: all 0.3s;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  box-shadow: none !important;
}
.applicationForm .submitBtn .btn:hover {
  opacity: 0.9;
}

.teamPlayerListWrap {
  background: #375e48 url(/images/Website_Back.png?ab3d8ca3680635d27f5242bf0c83bbc8) no-repeat scroll center center/cover;
  padding: 20px 0 160px;
  position: relative;
}
.teamPlayerListWrap .topShape {
  position: absolute;
  top: 0;
  left: 0;
}
.teamPlayerListWrap .bottomShape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.teamPlayerListWrap .committeeSingleItem {
  background: none !important;
  padding: 0 15px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.teamPlayerListWrap .committeeSingleItem .committeeItem .itemInner .memberInfo {
  background: linear-gradient(to top, #000000, transparent, transparent);
}
.teamPlayerListWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 span {
  text-transform: capitalize;
}
.teamCoachWrap .teamCoachImg {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.teamCoachWrap .teamPositionInField {
  margin-bottom: 30px;
  position: relative;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 35px 65px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem {
  cursor: pointer;
  background: rgba(255, 0, 0, 0.5);
  padding: 15px 0;
  width: 100%;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.active {
  margin-bottom: 260px;
  background: green;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.active .positionItemDot {
  opacity: 1;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.GoalKeeper .positionItemDot {
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot {
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardLeft {
  left: 110px;
  bottom: 500px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardRight {
  left: auto;
  right: 110px;
  bottom: 500px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardCenter {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 490px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftWing {
  left: 70px;
  bottom: 410px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightWing {
  right: 70px;
  left: auto;
  bottom: 410px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenter {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 320px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenterBack {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 230px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderForward {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 440px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftBack {
  left: 70px;
  bottom: 230px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightBack {
  left: auto;
  right: 70px;
  bottom: 230px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderCenter {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 170px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderLeftBack {
  left: 110px;
  bottom: 220px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderRightBack {
  right: 110px;
  left: auto;
  bottom: 220px;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f00;
  -webkit-animation: zoomDot 3s linear infinite;
          animation: zoomDot 3s linear infinite;
  transition: all 0.5s;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f00;
  -webkit-animation: zoomDot 2.5s linear infinite;
          animation: zoomDot 2.5s linear infinite;
  transition: all 0.5s;
}
.teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem h4 {
  font-size: 32px;
  font-family: "Helvetica Neue";
  color: #fff;
}
.playerDetails .playerDetailsInner {
  display: flex;
  justify-content: space-between;
}
.playerDetails .playerDetailsInner .playerInfo {
  max-width: 350px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.playerDetails .playerDetailsInner .playerInfo .bgShape {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.playerDetails .playerDetailsInner .playerInfo h5 {
  color: #fff;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-family: "HelveticaNeue LT 67 MdCn";
}
.playerDetails .playerDetailsInner .playerInfo .infoTable {
  padding: 0 25px;
}
.playerDetails .playerDetailsInner .playerInfo .infoTable .table tr td {
  border: none;
  color: #fff;
  padding: 0 0 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.playerDetails .playerDetailsInner .playerInfo .infoTable .table tr td:nth-child(1) {
  width: 28%;
}
.playerDetails .playerDetailsInner .playerInfo .infoTable .table tr td:nth-child(2) {
  width: 20px;
}
.playerDetails .playerDetailsInner .playerInfoImg {
  max-width: 147px;
  width: 100%;
}
.playerDetails .playerDetailsInner .playerInfoImg .imgInner {
  position: relative;
}
.playerDetails .playerDetailsInner .playerInfoImg .imgInner .imgShape {
  position: absolute;
  bottom: -10px;
  right: 0;
  opacity: 0.6;
}
.playerDetails .playerDetailsInner .playerInfoImg .imgInner .playerImg {
  -webkit-clip-path: polygon(100% 0, 100% 84%, 82% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 84%, 82% 100%, 0 100%, 0 0);
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.playerDetails .playerDetailsInner .playerInfoImg .imgInner .playerImg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, transparent, transparent);
}
.playerListImg {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.playerListWrap .playerListContent .committeeContentWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 {
  font-size: 18px;
}
.playerListWrap .playerListContent .committeeContentWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 span {
  font-size: 14px;
}
.playerListWrap .playerListContent .committeeContentWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner p {
  font-size: 14px;
}

@-webkit-keyframes zoomDot {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes zoomDot {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.downloadContentWrap {
  background: #375e48 url(/images/Website_Back.png?ab3d8ca3680635d27f5242bf0c83bbc8) no-repeat scroll center center/cover;
  padding: 20px 0;
}
.downloadContentWrap .listWrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.downloadContentWrap .listWrap .listItem {
  display: none;
}
.downloadContentWrap .listWrap .listItem a {
  display: block;
  width: 100%;
  background: #23A7FF;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
}
.downloadContentWrap .listWrap .listItem a:hover {
  background: #001f50;
}
.downloadContentWrap .loadMore, .downloadContentWrap .noMore {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
}
.downloadContentWrap .loadMore .listBtn, .downloadContentWrap .noMore .listBtn {
  display: block;
  width: 100%;
  background: #fff;
  color: #23A7FF;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  border: 2px solid #fff;
}
.downloadContentWrap .loadMore .listBtn:hover, .downloadContentWrap .noMore .listBtn:hover {
  background: transparent;
  color: #fff;
}
.downloadContentWrap .noMore a {
  pointer-events: none;
}

.newsDetailsWrap {
  background: #375e48 url(/images/Bkgrnd.png?a55d88a99549b89c4fc500aec8d8b041) no-repeat scroll center center/cover;
  background: #000E29 url(/images/BFF-Website_01.png?c644227d8c9400161ef1a6a97800c7f7) no-repeat scroll center center/cover;
  padding: 50px 0 30px;
}

.newsDetailsContent {
  margin-bottom: 50px;
}
.newsDetailsContent .detailsInner .newsDetailsImg {
  margin-bottom: 30px;
}
.newsDetailsContent .detailsInner .newsDetailsImg img {
  width: 100%;
}
.newsDetailsContent .detailsInner .detailsInfo h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.newsDetailsContent .detailsInner .detailsInfo p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.newsDetailsContent .detailsInner .detailsInfo * {
  color: #fff !important;
}

.footer {
  background: #001f50;
  padding: 30px 0;
}

.footerLogo a img {
  max-width: 450px;
  width: 100%;
}

.footerSingleItem {
  max-width: 130px;
  width: 100%;
}
.footerSingleItem .adtitle {
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  font-family: "HelveticaNeue LT 67 MdCn";
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.footerSingleItem h5 {
  font-family: "HelveticaNeue LT 67 MdCn";
  color: #fff;
  font-size: 17px;
}
.footerSingleItem p {
  color: #fff;
  font-size: 13px;
  font-family: "HelveticaNeue LT 57 Cn";
  line-height: 15px;
}
.footerSingleItem .socialLink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 7px;
}
.footerSingleItem .socialLink li {
  display: inline-block;
  margin-right: 10px;
}
.footerSingleItem .socialLink li:last-child {
  margin-right: 0;
}
.footerSingleItem .socialLink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  background: #797979;
  position: relative;
  overflow: hidden;
}
.footerSingleItem .socialLink li a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.footerSingleItem .socialLink li a i + i {
  top: 100%;
}
.footerSingleItem .socialLink li a:hover i {
  top: -100%;
}
.footerSingleItem .socialLink li a:hover i + i {
  top: 0;
}
.footerSingleItem .socialLink li a.fb {
  background: #3b5998;
}
.footerSingleItem .socialLink li a.tw {
  background: #55acee;
}
.footerSingleItem .socialLink li a.in {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
.footerSingleItem .socialLink li a.yo {
  background: #b00;
}

/* ======================================              start  media max-width: 1450px                  ========================================= */
@media (max-width: 1450px) {
  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay .video-js {
    height: 600px;
  }

  .videoListSingleItem .itemInner .videoInfo .infoInner .videoInfoTop .videoHeading {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .videoListSingleItem .itemInner .videoInfo .infoInner .videoInfoTop .videoDetails {
    font-size: 16px;
  }
}
/* ======================================             end   media max-width: 1450px                  ========================================= */
/* ======================================              start  media max-width: 1024px                  ========================================= */
@media (max-width: 1024px) {
  .header .navbar .logo a img {
    max-width: 170px;
  }

  .header .navbar .mainMenu .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 15px 13px;
  }

  .latestNewsSlider .owl-nav .owl-prev {
    left: -40px;
  }

  .latestNewsSlider .owl-nav .owl-next {
    right: -40px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField {
    padding: 0 30px 55px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.active {
    margin-bottom: 180px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem h4 {
    font-size: 28px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardLeft {
    left: 90px;
    bottom: 405px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardRight {
    right: 90px;
    bottom: 405px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardCenter {
    bottom: 410px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftWing {
    left: 60px;
    bottom: 340px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightWing {
    right: 60px;
    bottom: 340px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenter {
    bottom: 260px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenterBack {
    bottom: 190px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderForward {
    bottom: 350px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftBack {
    left: 70px;
    bottom: 230px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightBack {
    right: 70px;
    bottom: 230px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderCenter {
    bottom: 140px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderLeftBack {
    left: 100px;
    bottom: 180px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderRightBack {
    right: 100px;
    bottom: 180px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.GoalKeeper .positionItemDot {
    bottom: 60px;
  }

  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay .video-js {
    height: 500px;
  }

  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay #playInIframe {
    height: 390px;
  }
}
/* ======================================             end   media max-width: 1024px                  ========================================= */
/* ======================================             start   media max-width: 991px                  ========================================= */
@media (max-width: 991px) {
  .header .navbar .mainMenu .navbar-nav .nav-item .nav-link::before {
    display: none;
  }

  .header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li.dropdown > a {
    pointer-events: initial;
  }

  .header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li > .dropdown-menu {
    left: 0;
    position: relative;
    width: 100%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.5s ease-out !important;
    transition-delay: 0s !important;
    border-bottom: none;
    z-index: 1;
  }

  .header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:hover > .dropdown-menu {
    max-height: 1000px;
    transition: max-height 0.5s ease-in !important;
    opacity: 1;
    visibility: visible;
  }

  .header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding-left: 15px;
  }

  .header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu li:before {
    display: none;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField {
    padding: 0px 24px 40px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem {
    padding: 10px 0;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.active {
    margin-bottom: 160px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem h4 {
    font-size: 18px;
  }

  .teamPlayerListWrap .committeeSingleItem .committeeItem .itemInner .memberInfo {
    padding: 10px;
  }

  .playerListWrap .playerListContent .committeeContentWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 {
    font-size: 14px;
  }

  .playerListWrap .playerListContent .committeeContentWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner p {
    font-size: 10px;
  }

  .playerDetails .playerDetailsInner .playerInfo {
    margin-right: 20px;
  }

  .playerDetails .playerDetailsInner .playerInfo h5 {
    padding-left: 20px;
    font-size: 16px;
  }

  .playerDetails .playerDetailsInner .playerInfo .infoTable {
    padding: 0 15px;
  }

  .playerDetails .playerDetailsInner .playerInfo .infoTable .table tr td {
    font-size: 10px;
  }

  .playerDetails .playerDetailsInner .playerInfo .infoTable .table tr td:nth-child(1) {
    width: 35%;
  }

  .playerDetails .playerDetailsInner .playerInfoImg {
    max-width: 100px;
  }

  .fanZoneWrap {
    min-height: 350px;
  }

  .videoListSingleItem .itemInner .videoThumbnail img {
    max-width: 250px;
  }

  .videoListSingleItem .itemInner .videoInfo .infoInner .videoInfoTop .videoHeading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .videoListSingleItem .itemInner .videoInfo .infoInner .videoInfoTop .videoDetails {
    font-size: 14px;
  }

  .videoInfoBottom .videoLength p {
    font-size: 14px;
  }

  .header .navbar .mainMenu .navbar-nav {
    display: none;
  }

  .header .navbar .mainMenu .mbMainMenuWrap {
    display: block;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardLeft {
    left: 65px;
    bottom: 305px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardRight {
    right: 65px;
    bottom: 305px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardCenter {
    bottom: 295px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftWing {
    left: 45px;
    bottom: 250px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightWing {
    right: 45px;
    bottom: 250px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenter {
    bottom: 190px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenterBack {
    bottom: 140px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderForward {
    bottom: 265px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftBack {
    left: 45px;
    bottom: 140px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightBack {
    right: 45px;
    bottom: 140px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderCenter {
    bottom: 100px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderLeftBack {
    left: 70px;
    bottom: 130px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderRightBack {
    right: 70px;
    bottom: 130px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.GoalKeeper .positionItemDot {
    bottom: 40px;
  }
}
/* ======================================             end   media max-width: 991px                  ========================================= */
/* ======================================             start   media max-width: 768x                  ========================================= */
@media (max-width: 768px) {
  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay .video-js {
    height: 400px;
  }
}
/* ======================================             end   media max-width: 768px                  ========================================= */
/* ======================================             start   media max-width: 767x                  ========================================= */
@media (max-width: 767px) {
  .headerTop {
    padding: 0;
  }

  .headerTop .headerTopMenu {
    display: none;
  }

  .header .navbar .mainMenu .mbMainMenuWrap {
    height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .headerTop .headerTopNavbar .headerTopSearch {
    margin-left: auto;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField {
    padding: 0px 15px 30px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.active {
    margin-bottom: 125px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem {
    padding: 5px 0;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem h4 {
    font-size: 16px;
  }

  .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 {
    font-size: 16px;
  }

  .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner p {
    font-size: 12px;
  }

  .secTitleWrap .secTitle {
    font-size: 24px;
  }

  .teamPlayerListWrap .committeeContentWrap {
    margin: 0 -5px;
  }

  .teamPlayerListWrap .committeeSingleItem {
    padding: 0 5px !important;
  }

  .playerListWrap .playerListContent .committeeContentWrap .committeeSingleItem .committeeItem .itemInner .memberInfo {
    padding: 5px;
  }

  .playerListWrap .playerListContent .committeeContentWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 {
    font-size: 10px;
  }

  .playerListWrap .playerListContent .committeeContentWrap .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner p {
    font-size: 8px;
  }

  .playerDetails .playerDetailsInner {
    flex-direction: column-reverse;
  }

  .playerDetails .playerDetailsInner .playerInfoImg {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .playerDetails .playerDetailsInner .playerInfoImg img {
    width: 100%;
    height: 100%;
  }

  .header .navbar .mainMenu .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: none;
  }

  .sliderItem .sliderInner .newsInfo .newsTitle a {
    font-size: 14px;
  }

  .sliderItem .sliderInner .newsInfo .newsPara {
    font-size: 10px;
  }

  .sliderItem .sliderInner .newsInfo .readMorePara a {
    font-size: 8px;
  }

  .latestNewsSlider .owl-nav button {
    width: 25px;
    height: 25px;
  }

  .latestNewsSlider .owl-nav button::before {
    font-size: 12px;
  }

  .fanZoneWrap {
    min-height: 250px;
  }

  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay .video-js {
    height: 270px;
  }

  .videoListSingleItem .itemInner .videoThumbnail img {
    max-width: 150px;
  }

  .videoListSingleItem .itemInner .videoInfo .infoInner .videoInfoTop .videoHeading {
    font-size: 14px;
    line-height: 26px;
  }

  .videoListSingleItem .itemInner .videoInfo .infoInner .videoInfoTop .videoDetails {
    font-size: 10px;
    margin-bottom: 0;
  }

  .videoInfoBottom .videoLength p {
    font-size: 10px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardLeft {
    left: 45px;
    bottom: 215px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardRight {
    right: 45px;
    bottom: 215px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardCenter {
    bottom: 210px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftWing {
    left: 25px;
    bottom: 180px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightWing {
    right: 25px;
    bottom: 180px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenter {
    bottom: 140px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenterBack {
    bottom: 100px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderForward {
    bottom: 195px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftBack {
    left: 25px;
    bottom: 100px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightBack {
    right: 25px;
    bottom: 100px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot {
    width: 10px;
    height: 10px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderCenter {
    bottom: 80px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderLeftBack {
    left: 50px;
    bottom: 100px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderRightBack {
    right: 50px;
    bottom: 100px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.GoalKeeper .positionItemDot {
    bottom: 30px;
  }

  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay #playInIframe {
    height: 300px;
  }
}
/* ======================================             end   media max-width: 767px                  ========================================= */
/* ======================================             start   media max-width: 420x                  ========================================= */
@media (max-width: 420px) {
  .header .navbar .mainMenu .mbMainMenuWrap {
    height: 380px;
    padding: 10px 0 20px;
  }

  .showOnIpad {
    display: block;
  }

  .hideOnIpad {
    display: none;
  }

  .headerTop .headerTopNavbar .headerTopSearch {
    margin-left: 0;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField {
    padding: 0px 25px 45px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.active {
    margin-bottom: 230px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardLeft {
    left: 65px;
    bottom: 345px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardRight {
    right: 65px;
    bottom: 345px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.ForwardCenter {
    bottom: 340px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftWing {
    left: 55px;
    bottom: 285px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightWing {
    right: 55px;
    bottom: 285px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenter {
    bottom: 225px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderCenterBack {
    bottom: 160px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderForward {
    bottom: 315px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderLeftBack {
    left: 55px;
    bottom: 150px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.MidFielderRightBack {
    right: 55px;
    bottom: 150px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderCenter {
    bottom: 120px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderLeftBack {
    left: 80px;
    bottom: 150px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem .positionItemDot.DefenderRightBack {
    right: 80px;
    bottom: 150px;
  }

  .teamCoachWrap .teamPositionInField .teamPositionContentInField .teamPositionInFieldInner .positionItem.GoalKeeper .positionItemDot {
    bottom: 50px;
  }

  .playerDetails .playerDetailsInner .playerInfo h5 {
    margin-bottom: 30px;
  }

  .playerDetails .playerDetailsInner .playerInfo .infoTable .table tr td {
    font-size: 16px;
  }

  .secTitleWrap .secTitle {
    font-size: 20px;
  }

  .secTitleWrap .secTitle:before {
    width: 40px;
    height: 30px;
  }

  .footerLogo {
    margin-bottom: 30px;
  }

  .footerLogo a img {
    max-width: 200px;
  }

  .footerSingleItem {
    margin-bottom: 30px;
  }

  .teamCoachWrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .teamCoachWrap .teamCoachImg {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .teamCoachWrap .playerListImg {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }

  .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 {
    font-size: 12px;
  }

  .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner p {
    font-size: 10px;
  }

  .coachLoginWrap p {
    font-size: 14px;
    line-height: 20px;
  }

  .presidentMainContent .presidentInfo .infoDetaile p {
    font-size: 14px;
    text-align: left;
  }

  .committeeSingleItem .committeeItem .itemInner .memberInfo {
    padding: 5px;
  }

  .committeeSingleItem .committeeItem .itemInner .memberInfo .infoInner h4 span {
    font-size: 10px;
  }

  .downloadContentWrap .listWrap .listItem a {
    font-size: 14px;
  }

  .commiteeWrap .committeeContentWrap {
    margin: 0 -5px;
  }

  .commiteeWrap .committeeSingleItem {
    padding: 0 5px;
  }

  .fanZoneWrap {
    min-height: 200px;
  }

  .liveChannelWrap .channelBtn .btn {
    margin-bottom: 10px;
  }

  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay .video-js {
    height: 200px;
  }

  .videoListSingleItem .itemInner {
    display: block;
  }

  .videoListSingleItem .itemInner .videoThumbnail {
    margin: 0 0 15px;
  }

  .videoListSingleItem .itemInner .videoThumbnail img {
    max-width: 100%;
  }

  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay #playInIframe {
    height: 200px;
  }
}
/* ======================================             end   media max-width: 420px                  ========================================= */
/* ======================================             start   media max-width: 375px                  ========================================= */
@media (max-width: 375px) {
  .liveVideoPlayContentWrap .liveVideoContent .liveVideo .videoPlay .video-js {
    height: 180px;
  }
}
/* ======================================             end   media max-width: 375px                  ========================================= */
