@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200&display=swap');
body {
  color: #212529;
  font-family: 'Prompt', sans-serif;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;  
}
body *::-moz-selection {
  background: none !important;
}
body *::selection {
  background: none !important;
}

a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
a:hover {text-decoration: none; }
p{padding: 0; margin: 0;}
hr{margin: 0 auto; padding: 10px;}
.fsb{font-weight: bold;}
.fs10{font-size: 10px;}
.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs25{font-size: 25px;}
.fcw{color: #ffffff;}
.border-2 {
border-width: 2px; }

.text-black {
color: #000 !important; }

.bg-black {
background: #000 !important; }

.color-black-opacity-5 {
color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
display: none;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
background: rgba(0, 0, 0, 0.6);
content: "";
position: absolute;
z-index: 2000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden; }

.offcanvas-menu .site-wrap {
height: 100%;
width: 100%;
z-index: 2; }
.offcanvas-menu .site-wrap:before {
opacity: 1;
visibility: visible; }

.btn {
border-radius: 30px; }
.btn:hover, .btn:active, .btn:focus {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important; }
.btn.btn-black {
color: #fff;
background-color: #000; }
.btn.btn-black:hover {
  color: #000;
  background-color: #fff; }
.btn.btn-outline-white {
border: 2px solid #fff; }
.btn.btn-outline-white:hover {
  background: #fff;
  color: #32dbc6 !important; }
.btn.btn-md {
padding: 15px 30px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: .1em; }

.line-height-1 {
line-height: 1 !important; }

section{padding-top: 25px;}
.site-section-heading {
padding-bottom: 5px;
margin-bottom: 0px;
position: relative;
font-size: 2.5rem; }
@media (min-width: 768px) {
.site-section-heading {
  font-size: 3rem; } }

.border-top {
border-top: 1px solid #edf0f5 !important; }

.site-footer {
padding: 0;
background: #333333; }
@media (min-width: 768px) {
.site-footer {
  padding: 0; } }
.site-footer .border-top {
border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
.site-footer p {
color: #737373; }
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
color: #fff; }
.site-footer a {
color: #999999; }
.site-footer a:hover {
  color: white; }
.site-footer ul li {
margin-bottom: 10px; }
.site-footer .footer-heading {
font-size: 16px;
color: #fff; }

.bg-text-line {
display: inline;
background: #000;
-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
overflow: hidden;
position: relative; }
@media (max-width: 991.98px) {
.hover-bg-enlarge {
  height: auto !important; } }
.hover-bg-enlarge > div {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: .8s all ease-in-out;
-o-transition: .8s all ease-in-out;
transition: .8s all ease-in-out; }
.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
@media (max-width: 991.98px) {
.hover-bg-enlarge .bg-image-md-height {
  height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
.bg-image.overlay {
position: relative; }
.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); }
.bg-image > .container {
position: relative;
z-index: 1; }

@media (max-width: 991.98px) {
.img-md-fluid {
max-width: 100%; } }

@media (max-width: 991.98px) {
.display-1, .display-3 {
font-size: 3rem; } }

.overlap-to-top {margin-top: -150px; }

.select-wrap, .wrap-icon {
position: relative; }
.select-wrap .icon, .wrap-icon .icon {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 22px; }
.select-wrap select, .wrap-icon select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 100%; }

.top-bar {
border-bottom: 1px solid #e9ecef !important; }

@media (max-width: 991.98px) {
.display-4 {
font-size: 1.8rem; } }

.site-blocks-vs .bg-image {
padding-top: 3em;
padding-bottom: 3em; }
@media (min-width: 992px) {
.site-blocks-vs .bg-image {
  padding-top: 5em;
  padding-bottom: 5em; } }

.site-blocks-vs .image {
width: 80px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px; }
@media (max-width: 991.98px) {
.site-blocks-vs .image {
  margin-left: auto !important;
  margin-right: auto !important; } }
.site-blocks-vs .image img {
border-radius: 50%; }
.site-blocks-vs .image.image-small {
width: 50px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px; }

.site-block-tab .nav-item {
text-transform: uppercase;
font-size: 0.8rem;
margin: 0 20px; }
.site-block-tab .nav-item:first-child {
margin-left: 0 !important; }
.site-block-tab .nav-item > a {
padding-left: 0 !important;
background: none !important;
padding-right: 0 !important;
border-bottom: 2px solid transparent;
border-radius: 0 !important;
font-weight: bold;
color: #cccccc; }
.site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
  border-bottom: 2px solid #32dbc6;
  color: #000; }

.block-13, .slide-one-item {
position: relative;
z-index: 999; }
.block-13 .owl-nav, .slide-one-item .owl-nav {
position: relative;
position: absolute;
bottom: -90px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #000; }
  .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
    opacity: .2; }

.slide-one-item.home-slider .owl-nav {
position: absolute !important;
top: 50% !important;
bottom: auto !important;
width: 100%; }
@media (max-width: 991.98px) {
.slide-one-item.home-slider .owl-nav {
  display: none; } }

.slide-one-item.home-slider .owl-prev {
left: 10px !important; }

.slide-one-item.home-slider .owl-next {
right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
display: none;
}
@media (min-width: 768px) {
.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  font-size: 25px; } }
.slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
position: absolute;
line-height: 0;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
opacity: 10;
visibility: visible; }

.slide-one-item .owl-dots {
text-align: center; }
.slide-one-item .owl-dots .owl-dot {
display: inline-block;
margin: 4px; }
.slide-one-item .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6; }
.slide-one-item .owl-dots .owl-dot.active span {
  background: #32dbc6; }

#date-countdown .countdown-block {
color: #b3b3b3; }

#date-countdown .label {
font-size: 40px;
color: #000; }

.next-match .image {
width: 50px;
border-radius: 50%; }

.overlap-section {
margin-top: -150px;
position: relative;
z-index: 9; }

.unit-4 .unit-4-icon span {
font-size: 3rem; }

.unit-4 h3 {
font-size: 20px; }

.h-entry img {
margin-bottom: 30px; }

.h-entry .meta {
color: #b3b3b3;
font-size: 14px; }

.h-entry h2 {
font-size: 20px; }

.media-1 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px; }
  .media-1:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden; }
.media-1 img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
.media-1 .media-1-content {
  z-index: 4;
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.media-1 .media-1-content h2 {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
  margin-bottom: 0px; }
.media-1 .media-1-content .category {
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 0;
  bottom: -10px;
  visibility: hidden;
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
.media-1:hover:after {
  opacity: 1;
  visibility: visible; }
.media-1:hover h2 {
  bottom: 0px;
  opacity: 1;
  visibility: visible; }
.media-1:hover .category {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s; }
.media-1:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);}







