/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img{
  width: auto !important;
}
button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}
/* -------Section Heading------------- */
.section-head span{
  color: #fe5900;
  font:700 18px var(--font-inter);
}
.section-head h2{
  color: #232938;
  font:700 50px var(--font-inter);
}
/* --------- SLIDER--------- */
.slider-main-banner {
    position: relative;
    background-attachment: scroll;
    background-size: cover;
}
span.slide-small-head {
    color: #fe5900;
    font: 700 20px var(--font-inter);
}
h1.slide-main-head {
    color: #232938;
    font: 700 76px/86px var(--font-inter);
    width: 96%;
}
.banner-box {
    padding: 11em 10em 0;
}
.theme-btn a {
    color: #fff;
    font: 400 15px var(--font-inter);
    background-image: linear-gradient(269deg, #fe650f 0%, #ff8742 100%);
    padding: 12px 30px;
}
.slider-box {
    position: absolute;
    top: 36%;
}
.book-assistance-box {
    position: absolute;
    bottom: -140px;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,0.06);
    z-index: 9;
    width: 48%;
}
.match-number{
  color: #000000;
  font: 400 40px var(--font-inter);
  padding-bottom: 15px;
}
.bteam-name{
  color: #000000;
  font: 700 20px var(--font-inter);
  padding-top: 15px;
}
.vs-text {
    display: grid;
}
.vs-text span{
  color: #a4a4a4;
  font: 400 16px var(--font-inter);
  padding-top: 15px;
}
.book-assis-match-box {
    padding: 0 60px;
}
.vs-text div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-image: linear-gradient(267deg, #fe650f 0%, #ff8742 100%);
    margin: 0 auto;
    color: #ffffff;
    font: 700 30px var(--font-inter);
}
.book-assis-match-box img {
    height: 87px;
}
.book-assistance-content h2 {
    color: #000000;
    font: 700 20px var(--font-inter);
    margin-bottom: 0;
}
.book-assistance-content p{
  color: #a4a4a4;
  font: 400 13px/22px var(--font-inter);
}
.book-assistance-contact{
  padding-top: 22px;
}
.book-assistance-content .theme-btn{
  padding: 15px 0;
}
.book-assis-location {
    display: flex;
    padding-bottom: 12px;
}
span.book-assis-contact-text {
    color: #a4a4a4;
    font: 400 15px/26px var(--font-inter);
}
.book-assistance-contact span i {
    color: #fe5900;
    font-size: 18px;
    margin-right: 8px;
}
.book-assistance-content {
    padding: 24px 30px;
    border-left: 2px dashed #00000029;
}
.col-md-7.book-assis-match-box {
    padding: 30px 4em 30px 5em;
}
.slider-social-icons {
  padding-right: 70px;
  position: absolute;
  right: 0;
  bottom: 20px;
}
.slider-social-icons ul li {
    display: inline-block;
}
.slider-social-icons ul li i {
    width: 35px;
    height: 35px;
    background: #292137;
    color: #fff;
    border-radius: 50%;
    padding: 11px 11px;
    transition: 0.5s;
}
.slider-social-icons ul li i:hover{
  background-image: linear-gradient(267deg, #fe650f 0%, #ff8742 100%);
  transition: 0.5s;
}
.slider-social-icons ul li {
    margin: 0 5px;
}
/*---------------about--------------*/
#about {
    padding: 14em 0 10em;
}
.about-left-image1 {
    position: absolute;
    right: 55px;
    bottom: -85px;
}
span.abt-small-head {
    color: #fe5900;
    font: 700 18px var(--font-inter);
}
h2.abt-main-head {
    color: #232938;
    font: 700 60px var(--font-inter);
}
.quote-box-abt {
    margin-left: -30px;
}
p.abt-para {
    color: #a4a4a4;
    font: 400 16px/26px var(--font-inter);
    width: 83%;
}
/* --------------- Upcoming Match ------------- */
.upcoming-match-box {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(110,126,152,0.15);
    border-radius: 22px;
    padding: 32px 12px;
    position: relative;
    top: -25px;
}
span.date-time-text {
    color: #a4a4a4;
    font: 400 15px var(--font-inter);
    padding: 20px 0;
    display: block;
}
span.middle-team-name {
    color: #000000;
    font: 700 16px var(--font-inter);
    margin: 0 7px;
}
span.middle-team-number {
    color: #000000;
    font: 400 20px var(--font-inter);
    margin: 0 4px;
}
.upteam-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.upcoming-match-box .theme-btn {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    text-align: center;
}
.upcoming-match-box .theme-btn a{
  border-radius: 40px;
}
span.date-time-text i {
    color: #fe5900;
    margin-right: 7px;
    font-size: 17px;
}
span.upteam-vs-text {
    color: #ffffff;
    font: 700 14px var(--font-inter);
    border-radius: 20px;
    background-image: linear-gradient(267deg, #fe650f 0%, #ff8742 100%);
    padding: 10px;
}
.upc-match-box{
  padding: 7px 25px;
}
.upc-match-box:nth-child(3) {
    border-radius: 10px;
    background-color: #f3f3f3;
}
#timer .numbers {
    display: inline-block;
    margin: 10px 15px;
    text-align: center;
}
#timer {
    position: relative;
    margin: 30px 35px;
    text-align: center;
}
#timer:before {
    content: '';
    background: #1f1a33;
    border-radius: 10px;
    width: 92%;
    margin: 25px auto;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: 8px;
    height: 112px;
    right: 0;
    z-index: -9;
}
#timer .numbers .days-count{
  color: #ffffff;
  font: 700 40px var(--font-inter);
}
#timer .numbers .nofont{
  color: #ffffff;
  font:500 14px var(--font-inter);
  background-color: #312a4a;
  border-radius: 15px;
  padding: 7px 10px;
  margin-top: 8px;
  display: block;
}
#timer .numbers:nth-child(1) {
    border-radius: 10px;
    background-image: linear-gradient(266deg, #fe650f 0%, #ff8742 100%);
    padding: 30px 20px;
}
#timer .numbers:nth-child(1) .nofont{
  background: #ffffff33;
}
span.upcomin-date-location-text {
    color: #a4a4a4;
    font: 400 15px var(--font-inter);
}
.upcomin-date-location-text i {
    color: #fe5900;
    margin-right: 8px;
    font-size: 18px;
}
.upcoming-contact-box {
    padding: 0 20px;
}
/* --------------- Team ------------- */
#team .section-head h2 {
    width: 39%;
}
.team-title h3 a{
  color: #232938;
  font:700 30px var(--font-inter);
}
.owl-item .team-logo-title img {
    margin: 0;
    width: 27% !important;
}
.team-logo-title {
    display: flex;
    align-items: center;
}
.team-logo-title span {
    color: #000000;
    font: 700 20px var(--font-inter);
    margin-left: 20px;
}
h4.player-number {
    color: #fe5900;
    font: 700 90px var(--font-inter);
    position: relative;
    top: -20px;
    padding-left: 20px;
}
h4.player-number:before {
    content: '\23';
    position: absolute;
    font-size: 30px;
    bottom: 26px;
    left: 0px;
}
.team-title-number {
    top: -30px;
}
#team {
    padding-bottom: 0;
}
.player-data ul li {
    list-style: none;
    color: #ffffff;
    font: 500 16px var(--font-inter);
    border-radius: 15px;
    background-color: #2b2348;
    width: max-content;
    margin: 10px 0;
    padding: 5px 16px;
}
.player-data {
    border-radius: 20px;
    background-color: #1f1a33;
    width: 80%;
    padding: 15px 20px;
    position: relative;
    margin-top: -35px;
}
.player-data ul {
    padding-left: 0;
    margin: 0;
}
.team-height-team {
    color: #ffffff;
    font: 500 16px var(--font-inter);
}
.player-height span {
    color: #ffffff;
    font: 500 26px var(--font-inter);
    display: block;
    padding-top: 20px;
}
.player-height {
    border-radius: 20px;
    background-image: linear-gradient(180deg, #ff7b31 0%, #ff9255 100%);
    text-align: center;
    padding: 30px 20px;
    position: absolute;
    right: 15px;
    width: 25%;
}
.team-title h5 {
    color: #232938;
    font: 700 30px var(--font-inter);
    padding: 30px 0;
}
span.match-date {
    color: #a4a4a4;
    font: 400 15px var(--font-inter);
}
.match-date i {
    color: #fe5900;
    font-size: 20px;
    margin-right: 15px;
}
span.team-name {
    font: 700 16px var(--font-inter);
    color: #000000;
    margin-right: 20px;
}
.team-one {
    display: flex;
    align-items: center;
}
.owl-item .team-one img {
    width: 46px !important;
}
.team-match-box {
    border-radius: 6px;
    background-color: #f3f3f3;
    padding: 8px 15px;
    width: 65%;
    margin-top: 35px;
}
span.team-vs-text {
    color: #ffffff;
    font: 700 14px var(--font-inter);
    border-radius: 50%;
    background-image: linear-gradient(267deg, #fe650f 0%, #ff8742 100%);
    width: 40px;
    height: 40px;
    display: block;
    padding: 10px 11px;
}
#team button.owl-prev {
    right: 60px;
    left: auto;
}
#team button.owl-next {
    right: 0;
}
#team button.owl-next,#team button.owl-prev{
  background-color: #1f1a33;
  height: 50px;
  width: 50px;
  top: -115px;
  padding: 0;
}
#team button.owl-next:hover,#team button.owl-prev:hover{
  background-color: #ff7d35;
}
/* -------------- Video -------------- */
#our_video .modal {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    z-index: 99999;
}
#our_video .section-head h2 {
    color: #ffffff;
    width: 35%;
    margin: 10px auto;
}
.video-slider-box {
    padding: 0 8em;
}
#our_video .owl-item img {
    transition-duration: 1s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
#our_video .owl-item.center img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}
#our_video .owl-stage-outer {
    padding-top: 3em;
    padding-bottom: 15px;
}
.video_content{
  display: none;
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  text-align: center;
}
.owl-item.active.center .video_content{
  display: block;
}
.video_content a.btn.btn-primary {
    background-image: linear-gradient(180deg, #ff7b31 0%, #ff9255 100%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 19px 31px;
    font-size: 18px;
    border-color: #ff7b31;
}
#our_video button.owl-prev,#our_video button.owl-next{
  width: 50px;
  height: 50px;
  top: 57%;
  background-color: #ffffff;
}
#our_video button.owl-next i,#our_video button.owl-prev i{
  color: #000000;
}
#our_video button.owl-prev {
    left: 485px;
}
#our_video button.owl-next {
    right: 485px;
}
#our_video button.owl-prev:hover,#our_video button.owl-next:hover{
  background-color: #ff7d35;
}
#our_video button.owl-prev:hover i,#our_video button.owl-next:hover i{
  color: #fff;
}
/* --------------- Testimonial ----------------- */
#testimonial .owl-stage-outer {
  padding-top: 60px;
  padding-bottom: 30px;
}
#testimonial button.owl-prev {
    left: -75px;
}
#testimonial button.owl-next {
    right: -75px;
}
#testimonial button.owl-next,#testimonial button.owl-prev{
  width: 50px;
  height: 50px;
  background-color: #ffffff;
}
#testimonial button.owl-next i,#testimonial button.owl-prev i{
  color: #1f1a33;
}
#testimonial button.owl-next:hover,#testimonial button.owl-prev:hover{
  background-color: #ff7d35;
}
#testimonial button.owl-next:hover i,#testimonial button.owl-prev:hover i{
  color: #ffffff;
}
#testimonial .owl-dots,#our_video .owl-dots{
  text-align: center;
  margin: 13px 0;
}
#testimonial button.owl-dot,#our_video button.owl-dot{
  background-color: #554e72;
  border: 1px solid #554e72;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
}
#testimonial button.owl-dot.active,#our_video button.owl-dot.active{
  background-color: #ff8742;
  border-color: #ff8742;
}
#testimonial .section-head h2 {
  color: #fff;
  width: 41%;
  margin: 0 auto;
}
.testimonial-box {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 45px 55px;
  position: relative;
}
h5.testimonial-title a {
  color: #ff7d35;
  font: 700 16px var(--font-inter);
  padding: 12px 0 20px;
  display: block;
}
.testimonials-info p {
  color: #a4a4a4;
  font: 400 16px/26px var(--font-inter);
  margin-bottom: 0;
}
.testimonial-box span {
  position: absolute;
  right: 30px;
  top: -18px;
}
.testimonial-box:before {
  content: '';
  border-radius: 10px;
  background-color: #ff7d35;
  position: absolute;
  width: 92%;
  height: 30px;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -9;
}
/* --------------Gallery------------------- */
#gallery .box1, #gallery .box2, #gallery .box3, #gallery .box4, #gallery .box5 {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    padding: 0;
}
#gallery .box1 {
    float: left;
    width: 20%;
    height: 30%;
}
#gallery .box2 {
    float: left;
    width: 20%;
    height: 30%;
}
#gallery .box3 {
    float: left;
    width: 20%;
    height: 30%;
}
#gallery .box4 {
    float: left;
    width: 20%;
    height: 30%;
}
#gallery .box5 {
    float: left;
    width: 20%;
    height: 30%;
}
#gallery .gallery_hover {
    position: relative;
}
#gallery .gallery_hover:before {
    content: '';
    background: #fe5900;
    height: 20px;
    width: 20px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotateX(360deg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transition: opacity 0.8s,height 0.2s ease 0.2s, width 0.2s ease 0.2s;
}
#gallery .gallery_hover:hover:before {
    height: 100%;
    width: 100%;
    opacity: 0.8;
    transform: translateX(-50%) translateY(-50%) rotateX(0);
}
/* ------------ Award Section ---------- */
#awards .section-head h2 {
    width: 55%;
    margin: 0 auto 35px;
}
#awards button.owl-prev {
    left: -75px;
}
#awards button.owl-next {
    right: -75px;
}
#awards button.owl-next,#awards button.owl-prev{
  width: 50px;
  height: 50px;
  background-color: #1f1a33;
}
#awards button.owl-next i,#awards button.owl-prev i{
  color: #fff;
}
#awards button.owl-next:hover,#awards button.owl-prev:hover{
  background-color: #ff7d35;
}
/* ------------ Latest News ---------- */
.latest-date-box {
    color: #fe5900;
    font: 700 18px var(--font-inter);
    padding: 25px 0 15px;
    text-transform: uppercase;
}
.new-content-text h3 a {
    color: #232938;
    font: 700 26px var(--font-inter);
}
.blog-text {
    color: #757575;
    font: 400 16px/26px var(--font-inter);
    padding-bottom: 10px;
}
.logobox-two .blog-box:nth-child(2){
  padding-top: 38px;
}
/* ----------Premier League-------------------------- */
#premier-league .section-head h2{
  color: #ffffff;
}
#premier-league table.table.table-bordered {
    border: unset;
}
#premier-league table,#premier-league td,#premier-league th,#premier-league tr,#premier-league .table>thead,#premier-league tbody {
    border: unset;
}
.table-bordered thead tr th:nth-child(1){
  border-radius: 10px 0px 0px 10px;
}
.table-bordered thead tr th:nth-child(7){
  border-radius: 0px 10px 10px 0px;
}
#premier-league thead tr th{
  color: #ffffff;
  padding: 10px 20px;
  font: 700 16px var(--font-inter);
}
#premier-league p.title {
  margin-bottom: 0;
  color: #222222;
  font: 400 15px var(--font-inter);
}
#premier-league .table-bordered tbody tr th,#premier-league .table-bordered tbody tr td{
  padding: 15px 20px 10px;
  color: #222222;
  font:400 15px var(--font-inter);
  height: 52px;
}
#premier-league .table-bordered tbody tr:nth-child(even){
  background-color: #e8e8e8;
}
#premier-league .table-bordered thead tr th:nth-child(2) {
    width: 21%;
}
#premier-league .calender_content {
    width: 76%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 7px;
}
#premier-league thead tr {
    border-radius: 7px;
    background-color: #fe5900;
}
