*, ul, ol {
  margin: 0;
  padding: 0;
}

.overlay-50 {
  position: relative;
}

.overlay-50:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 50%);
}

.col-fluid-left {
  margin-left: 0;
  width: auto;
}

.col-fixed-right {
  max-width: 570;
  /* You can adjust this width */
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.nav-tabs .nav-link i {
  padding-right: 5px;
}

.nav-tabs .nav-link {
  font-size: 20px;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  color: var(--color-accent);
}

.match-tab .table-bordered th,
.match-tab .table-bordered td {
  padding: 15px;
}

.match-tab table {
  width: 100%;
}

.match-tab .table-bordered th {
  background-color: var(--color-button-bg-hover);
  color: var(--color-button);
}


@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  .table-striped tbody tr:nth-of-type(odd) tr td { 
    border: 1px solid #fff;}

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  #no-more-tables td:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
    Label the data
    */
  #no-more-tables td:before {
    content: attr(data-title);
  }
  .table-striped tbody tr:nth-of-type(odd) td {
    border-bottom: 1px solid #fff !important;
  }
}

@media (max-width:767px) {

  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
  }
  ul.nav.nav-tabs.tab-icon-nav {
    display: flex;
    flex-direction: column;
  }
  .nav-tabs .nav-link.active, 
  .nav-tabs .nav-item.show .nav-link{
    border-width: 0;
    transition: .3s all linear;
  }
  .nav-tabs .nav-link.active, 
  .nav-tabs .nav-item:hover{
    background-color: #ddd;
  }
}

.marquee {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  animation: marquee 10s linear infinite;
}

.marquee-content {
  display: inline-block;
}

.nav-ticker {
  box-sizing: border-box;
  padding: 10px 20px;
  font-weight: bold;
  white-space: nowrap;
  color: #FFF;
  box-sizing: border-box;
  display: inline-block;
  background-color: rgb(var(--light-n-0));
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/*Team*/
.team-wrapper {
  height: 260px;
}

.profile-card {
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: 30px auto;
}

.profile-card:hover {
  border-radius: 10px;
  height: 260px;
}

.profile-card .img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}

.profile-card:hover .img {
  transform: translateY(-60px);
}

.profile-card .img img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}

.profile-card:hover img {
  border-radius: 10px;
}

.profile-card .caption {
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}

.profile-card:hover .caption {
  opacity: 1;
}

.profile-card .caption h3 {
  font-size: 18px;
  font-family: sans-serif;
  margin-bottom: 10px;
}

.profile-card .caption p {
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}

.profile-card .caption .social-links a {
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}

.profile-card .caption .social-links a:last-child {
  margin-right: 0;
}

.profile-card .social-links a:hover {
  color: #0c52a1;
}

/*Video Sec*/

section.video-sec {
  padding: 100px 0;
}

section.video-sec .plyr__video-wrapper,
section.video-sec .plyr__poster {
  background-color: transparent;
}

section.video-sec .plyr--video {
  background-color: transparent;
  box-shadow: 0px 10px 10px #959595;
  margin: 30px;
}

section.video-sec .owl-carousel .owl-nav .owl-prev {
  left: 0;
  text-transform: capitalize;
  text-transform: capitalize;
}

.video-section .item {
  opacity: 0.4;
  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(.8);
}

.video-section .owl-item.active .item {
  opacity: 1;
}

/**/
.video-tab {
  position: relative;
  padding-top: 4.1%;
  padding-bottom: 51.95%;
  height: 0;
}

.video-tab iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 0;
}

.video-gallery {
  position: relative;
  width: 100%;
}

.video-gallery .video-tab {
  animation: 1200ms video-fadeOut ease;
  animation-fill-mode: both;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 7;
  max-height: 19.5em;
  opacity: 0;
  transition: all 300ms ease;
}

.video-gallery input[type=radio] {
  font-size: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  position: fixed;
  width: 0;
}

.video-gallery input {
  grid-column-start: 1;
  grid-row-start: 1;
}

.video-gallery label {
  grid-column-start: 2;
  margin: 0 !important;
  padding: 13px 30px;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}

.video-gallery label:last-of-type {
  border: 0 none;
}

.video-gallery input[type=radio]:checked+label {
  color: #E41F35 !important;
}

.video-gallery input[type=radio]:checked+label:before {
  content: "▶";
  left: 10px;
  top: 12px;
  position: absolute;
}

.grid-row {
  display: block;
  height: 56vw;
  max-height: 19.5em;
  position: relative;
}

.grid-row label {
  left: calc(50% + 16px);
  position: relative;
  width: calc(50% - 16px);
}

.grid-row .video-tab {
  padding: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.grid-row:after {
  content: "";
  clear: both;
  display: table;
}

#video-1:checked~.video-1,
#video-2:checked~.video-2,
#video-3:checked~.video-3,
#video-4:checked~.video-4,
#video-5:checked~.video-5,
#video-6:checked~.video-6 {
  animation: 1200ms video-fadeIn ease;
  animation-fill-mode: both;
  opacity: 1;
  width: 50%;
}

@keyframes video-fadeOut {
  0% {
    display: block;
    height: 56vw;
    opacity: 1;
    width: 50%;
  }

  25% {
    display: block;
    height: 56vw;
    opacity: 1;
    width: 50%;
  }

  49% {
    display: block;
    height: 56vw;
    opacity: 0;
    width: 50%;
  }

  50% {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }
}

@keyframes video-fadeIn {
  0% {
    opacity: 0;
    width: 0;
  }

  49% {
    display: none;
    height: 0;
    opacity: 0;
    width: 0;
  }

  50% {
    display: block;
    height: 56vw;
    opacity: 0;
    width: 50%;
  }

  100% {
    display: block;
    height: 56vw;
    opacity: 1;
    width: 50%;
  }
}

@supports (display: grid) {
  .grid-row {
    align-items: start;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .grid-row label {
    left: auto;
    width: 100%;
  }

  .grid-row .video-tab {
    position: relative;
    width: 100%;
  }

  @keyframes video-fadeOut {
    0% {
      display: block;
      height: 56vw;
      opacity: 1;
      width: 100%;
    }

    25% {
      display: block;
      height: 56vw;
      opacity: 1;
      width: 100%;
    }

    49% {
      display: block;
      height: 56vw;
      opacity: 0;
      width: 100%;
    }

    50% {
      display: none;
      height: 0;
      opacity: 0;
      width: 0;
    }
  }

  @keyframes video-fadeIn {
    0% {
      opacity: 0;
      width: 0;
    }

    49% {
      display: none;
      height: 0;
      opacity: 0;
      width: 0;
    }

    50% {
      display: block;
      height: 56vw;
      opacity: 0;
      width: 100%;
    }

    100% {
      display: block;
      height: 56vw;
      opacity: 1;
      width: 100%;
    }
  }
}

@media (max-width: 767px) {
  section.video-sec .plyr--video,
  .video-section .owl-item.active .item {
    transform: scale(1);
    margin:0px;
  }
  .video-gallery {
    /* display: flex;
    flex-direction: column;
    height: auto;
    max-height: none; */
  }
  .video-gallery { display: block; max-height: inherit; height: auto; }
  .video-gallery label {
    left: auto;
    order: 2;
    width: 100%;
  }

  .video-gallery .video-tab {
    /* order: 1;
    padding-top: 4.1%;
    padding-bottom: 51.95%;
    position: relative;
    top: auto;
    width: 100%; */
  }

  #video-1:checked~.video-1,
  #video-2:checked~.video-2,
  #video-3:checked~.video-3,
  #video-4:checked~.video-4,
  #video-5:checked~.video-5,
  #video-6:checked~.video-6 {
    width: 100%;
  }

  @keyframes video-fadeOut {
    0% {
      display: block;
      height: 56vw;
      opacity: 1;
    }

    25% {
      display: block;
      height: 56vw;
      opacity: 1;
    }

    49% {
      display: block;
      height: 56vw;
      opacity: 0;
    }

    50% {
      display: none;
      height: 0;
      opacity: 0;
    }
  }

  @keyframes video-fadeIn {
    0% {
      opacity: 0;
    }

    49% {
      display: none;
      height: 0;
      opacity: 0;
    }

    50% {
      display: block;
      height: 56vw;
      opacity: 0;
    }

    100% {
      display: block;
      height: 56vw;
      opacity: 1;
    }
  }
}

/*New Slider*/
.new-slider {
  margin-top: 44px;
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.new-slider .slider {
  display: inherit;
  vertical-align: inherit;
  position: static;
}

.new-slider .item {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1),
  &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) {
    left: 50%;
  }

  &:nth-child(4) {
    left: calc(50% + 220px);
  }

  &:nth-child(5) {
    left: calc(50% + 440px);
  }

  &:nth-child(6) {
    left: calc(50% + 660px);
    opacity: 0;
  }
}

.new-slider .content {
  width: min(40vw, 500px);
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica, sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  background-color: rgb(0 0 0 / 60%);
  padding: 30px;

  & .title {
    color: currentColor;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
  }

  & .button {
    display: inline-block;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }

  & .button:hover {
    color: var(--color-button-hover);
    background-color: var(--color-button-bg-hover);
    border-color: var(--color-button-bg-hover);
  }
}

.new-slider .item:nth-of-type(2) .content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.new-slider .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  & .prev::before {
    content: "\f060";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
  }

  & .next::before {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
  }

  & .btn {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    margin: 0 15px;
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    &:hover {
      background-color: rgba(255, 255, 255, 0.3);
    }
  }
}

@media (width < 1199px) {
  .new-slider .content {    
    left: 60px;
  }
}

@media (width > 650px) and (width < 900px) {
  .new-slider .content {    
    width: 80%;
    left: 10%;

    & .title {
      font-size: 1rem;
    }

    & .description {
      font-size: 0.7rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .new-slider .item {
    width: 160px;
    height: 270px;
    opacity: 0;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 170px);
    }

    &:nth-child(5) {
      left: calc(50% + 340px);
    }

    &:nth-child(6) {
      left: calc(50% + 510px);
      opacity: 0;
    }
  }
}

@media (width < 650px) {
  .new-slider {
    height: 500px;
  }
  .new-slider .content {
    & .title {
      font-size: 0.9rem;
    }

    & .description {
      font-size: 0.65rem;
    }

    & button {
      font-size: 0.7rem;
    }
  }

  .new-slider .item {
    width: 130px;
    height: 220px;
    opacity: 0;

    &:nth-child(3) {
      left: 50%;
    }

    &:nth-child(4) {
      left: calc(50% + 140px);
    }

    &:nth-child(5) {
      left: calc(50% + 280px);
    }

    &:nth-child(6) {
      left: calc(50% + 420px);
      opacity: 0;
    }
    .content {
      width: 80%;
      left: 10%;
    }
  }
}

.tab-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

/*FAQ*/
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
  color: var(--color-body);
  font-size: 24px;
  font-family: var(--typo-heading);
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#faq-accordion .card {
  color: var(--color-body);
  margin-bottom: -1px;
  border-radius: 0 !important;
}

.btn-link:focus,
.btn-link:hover {
  color: var(--color-accent);
  text-decoration: none !important;
}

.content-block.faq:before {
  content: '';
  position: absolute;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .5;
}

/*Team*/
.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .team-overlay {
  top: 0%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .team-overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 1;
  visibility: visible;
}

.team-area .item .thumb .team-overlay p {
  color: #ffffff;
}

.team-area .item .thumb .team-overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;

}

.team-area .item .thumb .social li a:hover {
  transform: scale(1.1);
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: var(--color-accent);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: var(--color-accent);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}

/**/