/****************************************** 
	File Name: custom.css 
/******************************************/
/** ADD YOUR AWESOME CODES HERE **/
 * {
    font-family: 'Poppins', sans-serif;
}
 h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
}
 p {
    font-family: 'Poppins', sans-serif;
}
 body {
     overflow-x:hidden;
}
 .main-container {
     padding: 10px 15px;
}
 .skyblue {
     background-image:url('../images/main-slider-img1.jpg');
}
 .darkerskyblue {
     background-image:url('../images/bg1.png');
}
 .deepskyblue {
     background-image:url('../images/bg1.png');
}
 .carousel-indicators {
     bottom: 0;
}
 .carousel-control.right, .carousel-control.left {
     background-image: none;
}
 div.full-slider .carousel .item {
     height: 100vh;
     min-height: 100vh;
     width: 100%;
}
 .carousel .icon-container {
     display: inline-block;
     font-size: 25px;
     line-height: 25px;
     padding: 1em;
     text-align: center;
     border-radius: 50%;
}
 .carousel-caption button {
     border-color: #00bfff;
     margin-top: 1em;
}
/* Animation delays */
 .carousel-caption h3:first-child {
     animation-delay: 1s;
}
 .carousel-caption h3:nth-child(2) {
     animation-delay: 2s;
}
 .carousel-caption button {
     animation-delay: 3s;
}
 .full-slider div.item {
     background-size: cover;
     background-position: center center;
}
 h1 {
     text-align: center;
     margin-bottom: 30px;
     font-size: 30px;
     font-weight: bold;
}
 .p {
     padding-top: 125px;
     text-align: center;
}
 .p a {
     text-decoration: underline;
}
 .item {
     display: none;
     position: relative;
     .transition(s ease-in-out left);
}
 .slider-contant h3 {
     font-size: 58px;
     font-weight: 700;
     text-shadow: none;
     color: #fff;
     text-align: left;
     line-height: 52px;
     letter-spacing: -2px;
}
 #carousel-example-generic .carousel-caption {
     right: 10%;
     left: 10%;
     padding-bottom: 30px;
}
 .color-yellow {
     color:#ffcb05;
}
 .carousel-caption p {
     font-size: 15px;
     text-align: left;
     font-weight: 400;
     color: #fff;
     line-height: 24px;
}
 .btn.btn-primary.btn-lg {
     float: left;
     background: #1c72ce;
     font-size: 15px;
     text-transform: uppercase;
     min-width: 160px;
     height: 50px;
     border-radius: 5px;
}
 .btn.btn-primary.btn-lg:hover,.btn.btn-primary.btn-lg:focus {
     background:#d8302f;
}
 #carousel-example-generic .carousel-caption {
     position: absolute;
     right: 5%;
     bottom: 0;
     left: 0;
     z-index: 10;
     padding: 0;
     padding-bottom: 0px;
     color: #fff;
     text-align: center;
     text-shadow: 0 1px 2px rgba(0,0,0,.6);
     height: 100%;
     display: flex;
     align-items: center;
}
 header {
     float: left;
     width: 100%;
     position: absolute;
     z-index: 1;
     top: 0;
     min-height: 150px;
}
 .social-icons li a {
     height: 40px;
     width: 40px;
     background: none;
     border: 1px solid #fff;
     color: #fff;
     border-radius: 100%;
     text-align: center;
     line-height: 40px;
     font-size: 18px;
     float: left;
}
 .social-icons {
     list-style: none;
     float: left;
     width: auto;
     padding: 0;
     margin: 0;
}
 .social-icons li {
     float: left;
     margin: 0 15px 0 0;
}
 .header-top {
     margin: 15px 0 10px;
     float: right;
     width: 100%;
}
 .social-icons li a:hover,.social-icons li a:focus {
     border-color:#d8302f;
    background:#d8302f;
    color:#fff !important;
}
 .login {
     float: right;
     margin: 0;
     padding: 0;
     list-style: none;
}
 .login li {
     float: left;
     margin: 0 0 0 10px;
     font-weight: 500;
}
 .login li a {
     padding: 9px 25px;
     color: #fff;
     font-size: 13px;
     background: #d8302f;
     border-radius: 50px;
     float: left;
}
 .login li a:hover, .login li a:focus {
     background: #fff;
     color: #333;
}
 .login li a i {
     margin: 0 5px 0 0;
     font-size:15px;
}
 .header-bottom {
     float: left;
     width: 100%;
}
 .logo {
     float: left;
     padding: 7px 0 6px;
     margin: 0 0 0 0px;
     position: relative;
}
 .menu {
     float: left;
     width: 100%;
     min-height: auto;
     background: #fff;
}
 .main-menu-section {
     float: right;
     width: 100%;
     padding: 0;
}
 .right_top_section {
     float: right;
     padding: 17px 0 0;
}
/** mega menu **/
 .mega-dropdown {
     position: static !important;
}
 .mega-dropdown-menu {
     padding: 20px 0px;
     width: 100%;
     box-shadow: none;
     -webkit-box-shadow: none;
}
 .mega-dropdown-menu > li > ul {
     padding: 0;
     margin: 0;
}
 .mega-dropdown-menu > li > ul > li {
     list-style: none;
}
 .mega-dropdown-menu > li > ul > li > a {
     display: block;
     color: #222;
     padding: 3px 5px;
}
 .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
     text-decoration: none;
}
 .mega-dropdown-menu .dropdown-header {
     font-size: 17px;
     color: #222;
     padding: 0;
     line-height: 30px;
     font-weight: 600;
     float: left;
     width: 100%;
     margin-bottom: 5px !important;
     text-transform: uppercase;
}
 .carousel-control {
     width: 30px;
     height: 30px;
     top: -35px;
}
 .left.carousel-control {
     right: 30px;
     left: inherit;
}
 .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
     font-size: 12px;
     background-color: #fff;
     line-height: 30px;
     text-shadow: none;
     color: #333;
     border: none;
}
 .menu .navbar-header {
     float: left;
     display: none;
}
 .main-menu-section .navbar.navbar-inverse {
     background: transparent;
     border: none;
     margin: 0;
     float: left;
     width: auto;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse {
     padding: 0;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav {
     float: left;
     margin: 0 18px 0;
}
 .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li {
     float:left;
}
 .navbar.navbar-inverse ul.nav.navbar-nav li a {
     float: left;
     padding: 28px 18px 26px;
     color: #222;
     font-weight: 500;
     font-size: 16px;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul li a {
    border:none;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li.active a, .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a:hover, .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a:focus {
    border-color:#d8302f;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a span.caret {
     display:none;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li:hover, .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li:focus {
     background:#fff;
}
 .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
     color: #fff;
     background-color: transparent;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li {
     float: left;
     margin: 0;
}
 .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
     color: #fff;
     background-color: transparent;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li li {
     margin: 0;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul li a {
     padding: 0;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul li a.carousel-control {
     position: absolute;
     top: 0;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul li a.left.carousel-control {
     right: 45px;
     left: inherit;
}
 .menu-inner {
     float: left;
     width: 100%;
}
 .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li ul.menu-inner li {
     float: left;
     width: 100%;
     padding: 0;
}
 .dropdown-menu.mega-dropdown-menu ul li {
     float: left;
     width: 100%;
     padding: 0;
}
 div.main-menu-section div.menu nav.navbar ul.nav li ul.dropdown-menu.mega-dropdown-menu ul li a {
     text-transform: none;
     font-weight: 400;
     font-size: 14px;
     margin: 5px 0;
}
 #menCollection {
     float: left;
     width: 100%;
}
 div.menu .dropdown-menu {
     height: 400px;
     width: 147.2%;
     top: 70px;
}
 div.menu .dropdown-menu {
     border: none;
     border-top: solid #ddd 1px;
}
 .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a {
     opacity: 1;
     border: none;
     box-shadow: none;
}
 .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a:hover, .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a:focus {
     color: #d8302f;
}
/** search bar **/
 .stylish-input-group .form-control{
     border-right:0;
     box-shadow:0 0 0;
     border-color:#ccc;
}
 .stylish-input-group button{
     border:0;
     background:transparent;
}
 .search-bar {
     float: right;
}
 #imaginary_container {
     float: left;
     width: 100%;
}
 #imaginary_container input.form-control {
     float: left;
     width: 100%;
     border: none;
     padding: 12px 21px 12px;
     min-height: auto;
     height: auto;
     border-radius: 0px;
     font-style: italic;
     font-weight: 300;
     font-size: 18px;
     background: ;
     border: solid #d8302f 2px;
}
 .search-bar {
     float: right;
     width: 30%;
     padding: 10px;
}
 .news {
     float: left;
     width: 100%;
     min-height: 50px;
     background: #0e55b6;
     position: absolute;
     bottom: 0;
     padding: 6px 0;
}
 .heading-slider .headline {
     float: left;
     margin: 0;
     font-size: 15px;
     font-weight: 400;
     color: #fff;
}
 .heading-slider b {
     height: 25px;
     margin: 3px 0 0 15px;
     font-weight: 400;
}
 .heading-slider {
     float: left;
     width: 100%;
     padding: 6px 0 0;
}
 .typewrite {
     color: #fff;
     font-weight: 400;
     font-size: 14px;
     float: left;
}
 .heading-slider h1 {
     float: left;
     margin: 3px 0 0 10px;
     padding: 0;
}
 .headline i {
     color: #ffcb05;
}
 .full-slider {
     position: relative;
}
 div.full-slider .carousel-indicators {
     bottom: 45px;
     margin-bottom: 0;
}
 .full {
     float: left;
     width: 100%;
     margin: 0;
     padding: 0;
}
 .team-btw-match ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .team-btw-match ul li {
     float: left;
     text-align: center;
}
 .team-btw-match {
     float: left;
     width: 100%;
     display: block;
     justify-content: center;
     padding: 10px 0 0;
}
 .team-btw-match ul {
     position: relative;
     float: left;
     width: 100%;
}
 .team-btw-match ul li span {
     float: left;
     width: 100%;
     font-size: 18px;
     font-weight: 600;
}
 .vs {
     display: flex;
     height: 100%;
     align-items: center;
}
 .team-btw-match li.vs span {
     background: #000;
     float: left;
     color: #fff;
     padding: 0 6px;
     border-radius: 100%;
     font-weight: 500;
     font-size: 16px;
}
 .matchs-vs {
     float: left;
     width: 100%;
     background: #d8302f;
     color: #fff;
     min-height: 220px;
     padding: 90px 0;
     justify-content: center;
     display: flex;
}
 .matchs-info {
     float: left;
     width: 100%;
     background: #ffcb05;
}
 .about-us {
     float: left;
     width: 100%;
     background: url('../images/banner1.png');
     min-height: 220px;
     background-position: center center;
     background-size: cover;
}
 .about-us:after {
     background:rgba(0,0,0.25);
     display:flex;
     justify-content:center;
     align-items:center;
     height:100%;
     position:absolute;
     top:0;
    left:0;
     content:"";
}
 .right-match-time {
     text-align: center;
     padding: 63px 0 62px;
     background: url('../images/match-start-img.png');
     background-size: cover;
     color: #fff;
     background-repeat: no-repeat;
     background-position: center bottom;
     min-height: 220px;
}
 .full {
     position:relative;
}
 .right-match-time h2 {
     color: #fff;
     text-transform: capitalize;
     font-weight: 600;
     font-size: 60px;
     line-height: 55px;
     padding: 0;
     margin-bottom: 20px;
}
 .right-match-time ul {
     margin: 0 auto 0;
     border: 1px solid rgba(255, 255, 255, 0.5);
     display: inline-block;
     padding: 10px 20px;
     list-style: none;
     float: none;
     width: auto;
}
 .right-match-time ul li {
     font-size: 30px;
     color: #fff;
     float: left;
     margin: 0 10px;
     text-shadow: 1px 1px 1px #000;
}
 .right-match-time > span {
     display: block;
     font-size: 20px;
     color: #fff;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
/** .right-match-time::after {
     content: "";
     width: 90%;
     height: 80%;
     position: absolute;
     top: 10%;
     left: 5%;
     background: rgba(0,0,0,.3);
}
 **/
 .right-match-time ul, .right-match-time h2, .right-match-time span {
     position: relative;
     z-index: 1;
}
/** end search bar **/
 div.menu div.search-bar .input-group-addon {
     background: #d8302f;
     border: none;
     border-radius: 0;
     color: #fff;
     font-size: 20px;
     height: auto;
     padding: 14px 16px;
}
 footer#footer {
     min-height: auto;
     background: #111;
     float: left;
     width: 100%;
     padding: 0;
     border-top: solid #ddd 1px;
     position: relative;
     background-position: center top;
     background-size: cover;
}
 section#contant {
     float: left;
     width: 100%;
     padding: 50px 0 25px;
     background: #fff;
}
 #sidebar {
     float: left;
     width: 100%;
     background: #fff;
     min-height: auto;
     padding: 0;
     box-shadow: 0 10px 20px -25px rgba(50,50,50,1);
     border: solid #e1e1e1 1px;
     margin-bottom: 25px;
}
 aside#sidebar h3 {
     font-size: 16px;
     color: #363636;
     float: left;
     margin: 10px 0;
     padding: 0 15px;
     font-weight: 600;
}
 aside#sidebar .team-btw-match ul li:first-child {
     float: left;
}
 aside#sidebar .team-btw-match ul li span {
     color: #222;
     text-transform: capitalize;
     font-weight: 600;
     display: block;
     font-size: 14px;
}
 aside#sidebar .team-btw-match ul li {
     width: 41%;
     text-align: center;
     float: right;
}
 aside#sidebar .team-btw-match.style-2 ul li span {
     color: #222;
}
 aside#sidebar .macth-fixture ul {
     padding: 15px 0;
     overflow: hidden;
     border-bottom: 1px solid #e1e1e1;
}
 aside#sidebar .team-btw-match ul {
     position: relative;
     padding: 10px 0;
     display: flex;
}
 .team-btw-match ul:nth-child(2n+2) {
     background: #f6f6f6;
}
 .feature-matchs table {
     font-size: 13px;
     margin: 0;
     color: #333;
}
 .feature-matchs td img {
     margin: 0 5px 0 0;
}
 .matchs-vs li.vs {
     margin: 50px 0 0;
}
 section#contant h4.heading-side-bar-2 {
     float: left;
     width: 100%;
     padding: 10px 15px;
     font-size: 15px;
     border-top: solid #eee 2px;
     font-weight: 400;
}
 .top-story {
     padding: 30px 0;
}
 .content-widget {
     border: 1px solid #e1e1e1;
     margin: 0 0 30px;
     background: #fff;
     -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.21);
     -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.21);
     box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.21);
     float: left;
     width: 100%;
}
 .top-stroy-header {
     padding: 0 30px;
}
 .top-story h2 {
     font-size: 20px;
     position: relative;
     font-weight: 600;
     margin: 0 0 10px;
     text-transform: capitalize;
}
 .top-story .date {
     display: block;
     border-bottom: 3px solid #000;
     padding: 0 0 10px;
     margin: 0 0 20px;
     font-size: 14px;
}
 .top-story h2 {
     font-size: 19px;
     position: relative;
     font-weight: 600;
     margin: 0;
     text-transform: capitalize;
     padding: 0;
}
 .other-stroies li {
     position: relative;
     margin: 7px 0;
}
 .other-stroies li a {
     padding: 9px 30px;
     color: #555;
     font-weight: 400;
     font-size: 14px;
}
 .other-stroies li::before {
     content: "\f105";
     font-family: fontawesome;
     position: absolute;
     left: 15px;
     top: 50%;
     margin: -10px 0 0;
}
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .other-stroies {
     float: left;
     width: 100%;
     padding-left: 15px;
}
 .news-post-widget {
     float: left;
     width: 100%;
     margin: 0 0 30px;
     position: relative;
     box-shadow: 0 10px 20px -25px rgba(50,50,50,1);
     border: solid #e1e1e1 1px;
     padding: 0 0 15px 0;
}
 .news-post-widget .img-responsive {
     width: 100%;
     margin-bottom: 10px;
}
 .news-post-detail {
     padding: 5px 20px 10px;
}
 .news-post-detail .date {
     font-size: 13px;
}
 .news-post-detail h2 {
     font-size: 18px;
     font-weight: 600;
     margin: 0;
     padding: 5px 0 5px;
}
 .news-post-detail p {
     font-size: 14px;
}
 section.main-heading {
     float: left;
     width: 100%;
}
 section.main-heading h2 {
     float: left;
     width: 100%;
     text-align: center;
     font-size: 25px;
     line-height: 21px;
     font-weight: 600;
     color: #222;
     padding: 0;
     margin: 0;
     position: relative;
}
 section.main-heading h2::after {
     width: 50px;
     height: 4px;
     background: #d8302f;
     margin: 15px auto 0;
     display: block;
     position: relative;
     content: "";
}
 .cont {
     float: left;
     width: 100%;
     min-height: auto;
     background: #fff;
     position: relative;
     margin-top: 35px;
}
 .footer-widget {
     float: left;
     width: 100%;
     padding: 50px 0 10px;
}

.footer-widget p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 10px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
}
 .social-icons {
     margin-top: 0;
}
 .footer-widget h3 {
     color: #fff;
     text-transform: none;
     font-weight: 500;
     font-size: 18px;
     float: left;
     width: 100%;
     padding-left: 0;
     padding-bottom: 0;
     line-height: 20px;
     margin-bottom: 10px;
     border-bottom: solid #333 1px;
     padding-bottom: 15px;
     padding-top: 7px;
}
 .footer-menu {
     float: left;
     width: 100%;
     margin: 0;
     padding: 0;
     line-height: 32px;
}
 .contact-footer {
     float: left;
     width: 100%;
     position: relative;
     height: 100%;
     background: orange;
     top: 0;
     left: 0;
     min-height: 350px;
}
 .contact-footer iframe {
     float: left;
     width: 100%;
}
 .information {
     float: left;
     width: 90%;
     position: absolute;
     top: 5%;
     left: 5%;
     height: 90%;
     background: rgba(255,255,255,.9);
     box-shadow: 0 0 30px -20px #000;
     padding: 58px;
}
 .footer-links a:hover, .footer a:hover {
     color: #d8302f !important;
}
 .information h3 {
     color: #222;
     text-transform: none;
     font-weight: 600;
     font-size: 20px;
     border-left: solid #d8302f 5px;
     float: left;
     width: 100%;
     padding-left: 10px;
     padding-bottom: 0;
     line-height: 20px;
     margin-bottom: 10px;
}
 .address-list {
     float: left;
     width: 100%;
     margin-top: 10px;
}
 .address-list li {
     float: left;
     width: 100%;
     position:relative;
}
 .address-list li i {
     font-size: 24px;
     width: 25px;
     text-align: center;
     position: absolute;
     left: 0;
}
 .address-list li {
     float: left;
     width: 100%;
     position: relative;
     line-height: 30px;
     padding-left: 35px;
     margin-bottom: 15px;
     font-weight: 300;
     font-size: 14px;
}
 .footer-bottom {
     float: left;
     width: 100%;
     text-align: center;
     min-height: 45px;
     line-height: 45px;
     border-top: solid #222 1px;
     background: #111;
     color: #fff;
}
 .footer-bottom p {
     margin: 0;
     font-size: 14px;
     color: #fff;
     line-height: 50px;
     font-weight: 300;
}
 .inner-page-banner {
     float: left;
     width: 100%;
     min-height: 500px;
     background-image: url('../images/about.png');
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
}
 .inner-information {
     float: left;
     width: 100%;
     margin-top: 250px;
     color: #fff;
     text-align: center;
}
 .inner-information h3 {
     margin: 0;
     color: #fff;
     font-size: 32px;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: -1px;
     position: relative;
}
 .inner-information h3::after {
     width: 50px;
     height: 5px;
     background: #ffcb05;
     margin: 0 auto;
     position: relative;
     padding: 0;
     content: "";
     display: block;
}
 .breadcrumb {
     padding: 11px 0;
     margin-bottom: 0;
     list-style: none;
     background-color: transparent;
     border-radius: 0;
     border: none;
     color: #fff;
     float: right;
}
 .breadcrumb li {
     color: #fff;
}
 .breadcrumb li a {
     color:#fff;
}
 .breadcrumb > .active {
     color: #d8302f;
}
 .inner-information-text {
     float: left;
     width: 100%;
     background: #111;
     color: #fff;
}
 .inner-information-text h3 {
     color: #fff;
     margin: 0;
     padding: 10px 0;
     float: left;
     text-transform: uppercase;
}
/** testimonial **/
 #quote-carousel {
     padding: 0;
     margin-top: 0;
}
 #quote-carousel .carousel-control {
     background: none;
     color: #CACACA;
     font-size: 2.3em;
     text-shadow: none;
     margin-top: 30px;
}
 #quote-carousel .carousel-indicators {
     position: relative;
     right: 50%;
     top: auto;
     bottom: 0px;
     margin-top: 0;
     margin-right: -19px;
     margin-bottom: 20px;
}
 #quote-carousel .carousel-indicators li {
     width: 50px;
     height: 50px;
     cursor: pointer;
     border: 1px solid #ccc;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
     border-radius: 50%;
     opacity: 0.4;
     overflow: hidden;
     transition: all .4s ease-in;
     vertical-align: middle;
}
 #quote-carousel .carousel-indicators .active {
     opacity: 1;
     border:none;
}
 .item blockquote {
     border-left: none;
     margin: 0;
}
 .item blockquote p:before {
     content: "\f10d";
     font-family: 'Fontawesome';
     float: left;
     margin-right: 10px;
}
 #quote-carousel p {
     font-size: 15px;
}
 #quote-carousel .item blockquote p::before {
     content: "\f10d";
     font-family: 'Fontawesome';
     float: left;
     margin-right: 5px;
     font-size: 48px;
     position: relative;
     top: -10px;
}
 .testimonial img {
     max-width: 100%;
}
 p {
     font-size: 15px;
     text-align: center;
     color: #333;
     line-height: 28px;
}
 .team .card {
     float: left;
     width: 100%;
     border: solid #ccc 1px;
     margin-bottom: 20px;
     padding-bottom: 15px;
}
section#contant h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px;
    color: #222;
}
 section#contant p.title {
     float: left;
     width: 100%;
     font-size: 15px;
}
 .main-heading-holder {
     text-align: center;
     padding-bottom: 0;
     padding-top: 30px;
     float: left;
     width: 100%;
}
 .theme-padding.middle-bg {
     float: left;
     width: 100%;
}
 .main-heading {
     display: inline-block;
     text-align: center;
     width: 100%;
     margin-bottom: 35px;
}
 section {
     float: left;
     width: 100%;
}
 .main-heading.sytle-2 h2 {
     position: relative;
     display: inline-block;
     padding: 0 20px;
     text-transform: capitalize;
     font-weight: 600;
     color: #111;
     line-height: 21px;
     font-size: 30px;
}
 section#contant p.title {
     float: left;
     width: 100%;
     font-size: 15px;
     text-align: center;
     margin: 0;
}
 section#contant p {
     float: left;
     width: 100%;
     line-height: 24px;
     font-size: 14px;
     text-align: left;
     font-weight: 300;
}
 .main-heading p {
     color: #363636;
     line-height: normal;
     margin-top: 0;
}
 .main-heading.sytle-2 h2::before, .main-heading.sytle-2 h2::after {
     content: "";
     width: 86px;
     top: 50%;
     position: absolute;
     border-bottom: 4px solid #1b73cd;
}
 .main-heading.sytle-2 h2::before {
     right: 100%;
}
 .main-heading.sytle-2 h2::after {
     left: 100%;
}
 .theme-padding.middle-bg {
     padding-top: 100px;
     padding-bottom: 100px;
     background-image: url(../images/sport-mate.png);
     background-repeat: no-repeat;
     background-position: top center;
     position: relative;
     background-size: cover;
     background-attachment: fixed;
     box-shadow: 0 0 100px -80px rgba(0,0,0,0.8);
     min-height: 515px;
}
 .video-item img {
     border: solid #fff 5px;
     box-shadow: 0 0 40px -25px #000;
}
 .team-holder {
     float: left;
     width: 100%;
     padding-top: 50px;
     padding-bottom: 75px;
}
 .player-name {
     position: absolute;
     background: #000;
     text-align: left;
     bottom: 0;
     width: 100%;
     padding: 15px 20px;
}
 .player-name h5 {
     margin: 0;
     color: #fff;
     font-size: 16px;
     float: left;
     margin: 0;
     padding: 0;
}
 .player-name .player-number {
     border-radius: 0;
     top: 0;
     right: 0;
     left: auto;
     height: 100%;
     line-height: 58px;
     background: #d8302f;
     color: #fff;
     width: 48px;
     border: 0;
     position: absolute;
     text-align: center;
     font-size: 24px;
     font-weight: 600;
}
 .team-column {
     position: relative;
     float: left;
     overflow: hidden;
     transition: ease all 1s;
}
 .player-name h5 {
     margin: 0;
     color: #fff;
     font-size: 16px;
}
 .player-name .desination-2 {
     position: absolute;
     bottom: 100%;
     left: 0;
     background: #d8302f;
     z-index: 1;
     padding: 3px 20px 2px;
     text-transform: capitalize;
     color: #FFF;
     font-size: 14px;
     font-weight: 400;
}
.player-name .desination-2::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 1px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #d8302f;
    border-right: 20px solid transparent;
}
 .team-column.style-2 .overlay {
     background: rgba(0, 0, 0, 0.8);
     z-index: 2;
     visibility: hidden;
     opacity: 0;
}
 .overlay {
     position: absolute;
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
}
 .team-column.style-2 .team-detail-hover {
     padding: 0 20px;
}
 .team-column.style-2 .overlay p {
     color: #fff;
     margin: 0 0 10px;
}
 .team-column.style-2 .overlay .social-icons {
     display: inline-block;
     margin: 0 0 10px;
}
 .team-column.style-2 .overlay .social-icons li a {
     color: #fff;
     border: 1px solid #fff;
}
 .social-icons.style-4 li a {
     height: 40px;
     width: 40px;
     background: none;
     border: 1px solid #fff;
     color: #fff;
     border-radius: 100%;
     text-align: center;
     line-height: 40px;
     font-size: 18px;
}
 footer div.full p {
     text-align: left;
}
 .team-column img {
     transition:ease all 1s;
}
 .team-column:hover img,.team-column:focus img {
     transform: scale(1.2);
}
 .aboutus h3 {
     font-size: 22px;
     padding: 0;
     text-align: left;
     font-weight: 500;
     margin-bottom: 10px;
}
 .icon-list {
     float: left;
     width: 100%;
     text-align: left;
     font-size: 14px;
     font-weight: 400;
     color: #363636;
     line-height: 28px;
}
 .dark-section {
     float: left;
     width: 100%;
     background: #000;
     margin-top: 50px;
     min-height: auto;
     padding: 50px 0;
     background-position: cover;
     color: #fff;
}
 section.main-heading .dark-section h2 {
     float: left;
     width: 100%;
     text-align: center;
     font-size: 30px;
     line-height: 21px;
     font-weight: 600;
     color: #fff;
     padding: 0;
     margin: 0;
     position: relative;
}
 .testimonial-slider {
     float: left;
     width: 80%;
     background: #fff;
     margin: 40px 10% 0 10%;
     padding: 40px 0;
}
 .testimonial-slider p {
     text-align: center !important;
}
 .testimonial-slider a.carousel-control {
     display: none;
}
 button.button {
     background: #1c72ce;
     color: #fff;
     border: none;
     padding: 6px 20px;
     border-radius: 50px;
     font-size: 14px;
     font-weight: 500;
}
 .center {
     float: left;
     width: 100%;
}
 .footer-menu li {
     font-weight: 300;
     font-size: 14px;
}
 .footer-logo img {
     width: 180px;
     padding-top: 10px;
}
 .feature-post {
     float: left;
     width: 100%;
     position: relative;
}
 .feature-img {
     float: left;
     width: 100%;
     position: relative;
}
 .feature-cont {
     float: right;
     background: #fff;
     width: 100%;
     margin: 0 0 25px 0;
     position: relative;
     z-index: 1;
     padding: 25px 35px;
}
 .post-people {
     float: left;
     width: 100%;
}
 .left-profile {
     float: left;
}
 .post-info {
     float: left;
}
 .post-info img {
     float: left;
     width: 80px;
     border-radius: 100%;
     box-shadow: none;
     border: solid #ccc 3px;
}
 .post-info span {
     float: left;
     margin: 8px 0 0 15px;
}
.main-heading.sytle-2 p {
    margin-top: 15px;
}
body section#contant .post-info span h4 {
    font-size: 16px;
    margin: 0;
    color: #d8302f;
    text-align: left;
    padding: 10px 0 0 0;
}
 body section#contant .post-info span h5 {
     float: left;
     width: 100%;
     text-align: left;
     font-size: 13px;
     color: #999;
}
 .post-heading {
     float: left;
     width: 100%;
     text-align: left;
     margin-top: 15px;
}
 .post-heading h3 {
     font-size: 18px;
     font-weight: 600;
     line-height: 25px;
     margin: 0 0 15px 0;
     padding: 0;
}
 .feature-post.small-blog {
     background: #f9f9f9;
     padding: 15px 0;
     border: solid #dfdfdf 1px;
     margin-bottom: 30px;
}
 .feature-post.small-blog .feature-cont {
     float: right;
     background: transparent;
     width: 100%;
     margin: 0px 0 25px 0;
     position: relative;
     z-index: 1;
     padding: 0 0;
}
 .btn {
     float: left;
     background: #d8302f;
     color: #fff;
     padding: 10px 20px;
     font-size: 15px;
     border-radius: 50px;
     margin-top: 5px;
     font-weight:500;
     transition:ease all 1s;
}
 .btn:hover,.btn:focus {
     background:#111;
    color:#fff !important;
     transition:ease a11 1s;
}
 .blog-sidebar {
     float: left;
     width: 100%;
     background: #fff;
     padding: 20px 20px 0 20px;
     border: solid #e1e1e1 1px;
     margin-bottom: 25px;
}
 .search-bar-blog {
     float: left;
     width: 100%;
     padding: 0;
}
 .search-bar-blog form {
     float: left;
     width: 100%;
     padding-bottom: 15px;
}
 .search-bar-blog form input {
     float: left;
     width: 177px;
     padding: 4px 15px;
     border: none;
     font-size: 15px;
     background: #f0f0f0;
}
 .search-bar-blog form button {
     background: #222;
     border: none;
     padding: 4px 11px;
     float: right;
     color: #fff;
}
 section#contant .blog-sidebar h4.heading {
     margin: 0;
     text-align: left;
}
 section#contant .blog-sidebar div.category-menu {
     float: left;
     width: 100%;
     text-align: left;
     font-size: 14px;
     line-height: 35px;
}
 section#contant .blog-sidebar div.category-menu li {
     border-bottom: solid #ddd 1px;
     padding: 5px 0;
}
 section#contant .blog-sidebar div.category-menu img {
     width: 100%;
     margin-bottom: 10px;
}
 section#contant .blog-sidebar div.category-menu li span {
     float: left;
     width: 100%;
     padding-bottom: 5px;
     padding-top: 0;
}
 .contact {
     float: left;
     width: 100%;
}
 .contact iframe {
     width:100%;
}
 .contact-info {
     float: left;
     width: 100%;
     background: #f8f8f8;
     border: solid #ccc 1px;
     padding: 32px 35px 30px 35px;
     text-align: left;
     margin-top: 30px;
}
 .contact-us {
     margin-top: 30px;
}
 .contact-us input, .contact-us textarea {
     float: left;
     width: 100%;
     padding: 8px 15px;
     border: solid #ccc 1px;
     margin-bottom: 25px;
}
 #contactform {
     float: left;
     width: 100%;
}
 #contactform ul {
     float: left;
     width: 100%;
}
 #contactform ul li {
     float:left;
     width:100%;
}
 #contactform ul li input.thbg-color {
     background: #d8302f;
     border: none;
     color: #fff;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 16px;
     transition:ease all 0.5s;
}
 #contactform ul li input.thbg-color:hover,#contactform ul li input.thbg-color:focus {
     background:#111;
}
 section#contant .blog-sidebar div.category-menu ul li:last-child {
     border-bottom:none;
}
 .contact-info div.kode-section-title {
     float: left;
     width: 100%;
}
 .contact-info div.kode-section-title h3 {
     margin: 0;
     padding: 0;
     font-weight: 500;
     margin-bottom: 5px;
}
 .kode-form-list {
     float: left;
     width: 100%;
     position: relative;
     padding-left: 30px;
}
 .kode-form-list li {
     float: left;
     width: 100%;
}
 .kode-form-list li i {
     float: left;
     position: absolute;
     left: 0;
     font-size: 20px;
     color: #222;
}
 section#contant p strong {
     float: left;
     width: 100%;
     margin-bottom: 5px;
}
 .kode-team-network {
     float: left;
     width: 100%;
}
 .single-blog div.feature-cont {
     box-shadow: 0 15px 25px -30px #000;
     padding-left: 0;
     padding-right: 0;
}
 .clients-say {
     width: 100%;
     margin: 25px 0;
     padding: 25px;
     color: #fff;
     border-radius: 0;
     float: left;
     border: solid #ddd 2px;
     box-shadow: 0 0 35px -26px #000;
}
 .clients-say p i {
     font-size: 25px;
     margin-right: 10px;
}
 .clients-say .text-right {
     float: right;
     transform: skew(0deg);
     color: #d8302f;
     font-weight: 400;
     width: 100%;
     font-size: 15px;
}
 .section.single-blog .share-post {
     margin: 13px 0;
     float: left;
     padding: 10px 0;
     border-right: none;
     border-left: none;
}
 .share-text {
     float: left;
     margin: 0px 0 0;
     font-size: 18px;
     color: #666;
}
 .social-icon {
     float: right;
     list-style: none;
     margin: 0;
}
 .share-post li {
     float: left;
     margin: 0 0 0 25px;
}
 .share-post li a {
     color: #999 !important;
}
 .share-post {
     float: left;
     width: 100%;
     border: solid #ddd 1px;
     padding: 15px 20px;
}
 .commant-section {
     float: left;
     margin: 25px 0;
     border: solid #ddd 1px;
     padding: 30px 15px;
     width: 100%;
}
 .commant-section h3 {
     font-size: 20px;
     font-weight: 500;
     float: left;
     width: 100%;
     padding-bottom: 15px;
     text-align: left;
}
 .commant-text {
     border-bottom: solid #ddd 1px;
     padding-bottom: 25px;
     padding-top: 25px;
}
 .profile img {
     border-radius: 100%;
     border: none;
     box-shadow: none;
}
 .commant-section h5 {
     letter-spacing: 1px;
     font-size: 15px;
     font-weight: 500;
     margin: 0;
     text-align:left;
     padding: 0;
}
 .msg {
     font-size: 13px;
}
 .c_date, .comment-reply-link {
     font-size: 13px;
     font-weight: 400;
     margin-right: 0;
}
 span a.comment-reply-link {
     color: #d8302f;
     font-weight: 500;
}
 .comment-box-half {
     float: left;
     width: 100%;
}
 .comment-box-half input {
     width: 100%;
     background: #f9f9f9;
     border: 1px solid #ebebeb;
     margin-bottom: 20px;
     padding: 10px 20px;
     font-weight: 300;
}
 .comment-box-full textarea {
     width: 100%;
     background: #f9f9f9;
     border: 1px solid #ebebeb;
     margin-bottom: 20px;
     padding: 10px 20px;
     font-weight: 300;
}
 .comment-box-submit input#submit {
     padding: 9px 30px;
     border: none;
     margin: 10px 0 10px;
     font-size: 16px;
     text-transform: none;
     letter-spacing: 0px;
     background: #d8302f;
     border-radius: 0px;
     transition: ease all 1s;
     color: #fff;
}
 .commant-text div.commant-text {
     border-bottom: none;
}
 .commant-section .commant-text.row:last-child {
     border-bottom: none;
}
/** responsive **/
 @media (max-width:768px) {
     .header-top .right_top_section {
         display: none;
    }
     .logo {
         float: left;
         padding: 15px 0 10px;
         margin: 0 0 0 0px;
         position: relative;
         width: 100%;
         text-align: center;
    }
     .logo img {
         width: 160px;
    }
     .main-menu-section {
         float: right;
         width: 100%;
         padding: 0;
    }
     .search-bar {
         display: none;
    }
     .menu .navbar-header {
         float: left;
         display: block;
         width: 100%;
    }
     #carousel-example-generic .carousel-caption {
         right: 0;
         display: block;
    }
     .slider-contant h3 {
         font-size: 25px;
         font-weight: 700;
         text-shadow: none;
         color: #fff;
         text-align: left;
         line-height: 1.1;
    }
     .slider-contant {
         display: none;
    }
     .menu {
         float: left;
         width: 100%;
         min-height: auto;
         background: #fff;
         border-radius: 0;
         padding: 0 20px;
    }
     .main-menu-section .navbar.navbar-inverse {
         background: transparent;
         border: none;
         margin: 0;
         float: left;
         width: 100%;
    }
     .navbar-brand {
         float: left;
         height: 50px;
         padding: 15px 0;
         font-size: 16px;
         line-height: 20px;
         text-transform: uppercase;
         font-weight: 500;
    }
     button.navbar-toggle {
         margin-right: 0;
    }
     .navbar-inverse .navbar-toggle .icon-bar {
         background-color: #222;
    }
     .navbar-toggle .icon-bar {
         display: block;
         width: 20px;
         height: 3px;
         border-radius: 0px;
    }
     .navbar-inverse .navbar-brand {
         color: #000;
         font-size: 18px;
    }
     .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
         background-color: #fff;
    }
     .navbar-toggle .icon-bar + .icon-bar {
         margin-top: 3px;
    }
     .navbar-toggle {
         padding: 9px 9px;
    }
     div.menu .dropdown-menu {
         display:none;
    }
     .news {
         display:none;
    }
     .team-btw-match ul {
         position: relative;
         float: left;
         width: 100%;
         display: flex;
         padding: 0 10px;
    }
     .team-btw-match ul li span {
         font-size: 15px;
    }
     .right-match-time ul {
         border: none;
         width: auto;
         display: flex;
    }
     .team-column {
         margin-bottom: 25px;
    }
     #team-slider div.container {
         padding: 0;
    }
     #team-slider div.container div.col-md-3 {
         padding:0;
    }
     .team-column {
         width: 100%;
    }
     .team-holder {
         float: left;
         width: 100%;
         padding-top: 0;
         padding-bottom: 75px;
    }
     .main-heading.sytle-2 h2 {
         position: relative;
         display: inline-block;
         padding: 0 10px;
         text-transform: capitalize;
         font-weight: 600;
         color: #111;
         line-height: 20px;
         font-size: 22px;
    }
     .footer-bottom p {
         margin: 0;
         font-size: 14px;
         color: #fff;
         line-height: normal;
         font-weight: 300;
         padding: 15px 0;
         width: 100%;
         text-align: center;
    }
     .main-heading.sytle-2 h2::before, .main-heading.sytle-2 h2::after {
         display: none;
    }
     .navbar-collapse {
         float: left;
         width: 100%;
    }
     .testimonial-slider {
         float: left;
         width: 100%;
         background: #fff;
         margin: 40px 0 0 0;
         padding: 40px 0;
    }
     section.main-heading .dark-section h2 {
         font-size: 25px;
    }
     .carousel-indicators {
         position: absolute;
         bottom: 10px;
         left: 0;
         z-index: 15;
         width: 100%;
         padding-left: 0;
         margin-left: 0;
         text-align: center;
         list-style: none;
         margin: 0;
    }
     .feature-cont {
         padding: 25px 0;
    }
     .feature-post.small-blog .feature-img {
         margin-bottom: 20px;
    }
     .post-heading h3 {
         font-size: 15px;
         line-height: 25px;
    }
     section#contant p {
         float: left;
         width: 100%;
         line-height: 24px;
         font-size: 13px;
         text-align: left;
         font-weight: 400;
    }
     .contact-info {
         padding: 20px 20px 20px 20px;
         margin-top: 30px;
         margin-bottom: 30px;
    }
     .commant-section h5 {
         margin: 15px 0 0;
         padding: 15px 0;
         border-top: solid #ddd 1px;
    }
     .profile img {
         width: 140px;
         margin: 0 auto;
    }
     .navbar-collapse {
         float: left;
         width: 100%;
         margin: 0;
         border-top: solid #ccc 1px !important;
    }
     .navbar-collapse .nav.navbar-nav {
         margin: 0;
    }
     .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav {
         float: left;
         padding: 5px 0;
    }
     .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li {
         float: left;
         margin: 0;
         width: 100%;
    }
     .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav li a {
         float: left;
         width: 100%;
         padding: 10px 0;
    }
     .post-info span {
         float: left;
         margin: 10px 0 0 0;
    }
     .main-menu-section .navbar.navbar-inverse .navbar-collapse ul.nav.navbar-nav {
         margin: 0;
    }
     .right-match-time ul li {
         font-size: 17px;
    }
     .theme-padding.middle-bg {
         padding-top: 60px;
         padding-bottom: 60px;
         background-image: url(../images/sport-mate.png);
         background-repeat: no-repeat;
         background-position: top center;
         position: relative;
         background-size: cover;
         background-attachment: fixed;
         box-shadow: 0 0 100px -80px rgba(0,0,0,0.8);
         min-height: auto;
    }
}

.main-menu-section .menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.navbar{
    margin-bottom: 0;
    flex: 1;
}

.search-bar{
    display: flex;
    align-items: center;
    margin-left: 20px;
    min-width: 220px;
}

.search-bar .form-control{
    height: 42px;
}
/* ====================================
   JAMAAL INFOS - GLOBAL UI
==================================== */

/* ===== NAVIGATION DESKTOP ===== */

.main-menu-section .menu{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
}

.navbar{
    background:transparent !important;
    border:none !important;
    margin-bottom:0 !important;
}

.navbar-collapse{
    padding:0 !important;
}

.navbar-nav{
    display:flex;
    align-items:center;
    gap:5px;
}

.navbar-nav > li{
    float:none !important;
}

.navbar-nav > li > a{

    padding:20px 14px !important;

    font-size:16px;

    font-weight:600;

    color:#222 !important;

    white-space:nowrap;

    transition:.3s ease;

}

.navbar-nav > li > a:hover{
    color:#d4af37 !important;
}


/* ===== SEARCH ===== */

.search-bar{
    margin-left:20px;
    width:230px;
}

.search-bar .form-control{
    height:42px;
}


/* ===== DESKTOP BRAND ===== */

.jamaal-brand{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none !important;
}

.desktop-logo{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.brand-content{
    display:flex;
    flex-direction:column;
}

.brand-top{
    display:flex;
    gap:5px;
}

.brand-jamaal{
    color:#d4af37;
    font-size:30px;
    font-weight:800;
}

.brand-infos{
    color:#fff;
    font-size:30px;
    font-weight:800;
}

.brand-bottom{
    display:flex;
    align-items:center;
    gap:10px;
}

.brand-subtitle{
    color:#fff;
    font-size:14px;
}

.brand-line{
    width:70px;
    height:3px;
    background:#d4af37;
    border-radius:20px;
}


/* ===== DRAWER ===== */

.mobile-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:9998;
    display:none;
}

.mobile-overlay.active{
    display:block;
}

.jamaal-mobile-drawer{
    position:fixed;
    top:0;
    left:-100%;
    width:85%;
    max-width:380px;
    height:100vh;
    background:#0a0a0a;
    z-index:9999;
    overflow-y:auto;
    transition:.3s ease;
}

.jamaal-mobile-drawer.active{
    left:0;
}


/* drawer header */

.drawer-header{
    background:#d4af37;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.drawer-close{
    border:none;
    background:none;
    font-size:28px;
    color:#000;
}


/* drawer logo */

.drawer-logo{
    display:flex;
    align-items:center;
    gap:12px;
}

.drawer-logo img{
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit:cover;
}

.drawer-brand-text{
    display:flex;
    flex-direction:column;
}

.drawer-jamaal{
    color:#000;
    font-size:22px;
    font-weight:800;
}

.drawer-infos{
    color:#fff;
    font-size:18px;
    font-weight:700;
}


/* drawer sections */

.drawer-section{
    padding:20px;
}

.drawer-section h4{
    color:#d4af37;
    margin-bottom:15px;
}

.drawer-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:16px;
    margin-bottom:12px;
    border-radius:12px;
    background:#141414;
    color:#fff;
    text-decoration:none;
}

.drawer-item.active{
    background:#d4af37;
    color:#000;
}

.drawer-item i{
    color:#d4af37;
}

.drawer-item.active i{
    color:#000;
}


/* competition submenu */

.competition-submenu{
    display:none;
    background:#141414;
    border-radius:12px;
    padding:15px;
    margin-bottom:15px;
}

.competition-submenu.active{
    display:block;
}

.competition-group{
    margin-bottom:15px;
}

.competition-group h5{
    color:#d4af37;
    margin-bottom:8px;
}

.competition-group a{
    display:block;
    color:#fff;
    text-decoration:none;
    padding:5px 0;
}


/* ===== FOOTER ===== */

.footer{
    background:#0a0a0a;
}

.footer-widget h3{
    color:#d4af37 !important;
}

.footer-widget p,
.footer-menu li a,
.address-list li{
    color:#fff !important;
}

.footer-bottom{
    background:#000;
    text-align:center;
}

.footer-bottom p{
    color:#fff;
    margin:0;
}

/* ===== MOBILE HEADER FIX ===== */
/* ====================================
   MEGA MENU DESKTOP FIX
==================================== */

@media (min-width:992px){

    .mega-dropdown{

        position:relative;

    }


    .mega-dropdown-menu{

        position:absolute !important;

        top:100% !important;

        left:50% !important;

        transform:translateX(-50%) !important;

        width:900px !important;

        max-width:95vw;

        background:#ffffff;

        border:none;

        border-radius:0 0 12px 12px;

        padding:30px !important;

        box-shadow:0 10px 30px rgba(0,0,0,.15);

        z-index:9999;

        display:none;

    }


    .mega-dropdown.open .mega-dropdown-menu{

        display:block !important;

    }


    /* colonnes */

    .mega-dropdown-menu .col-sm-4{

        width:33.33%;

        float:left;

    }


    .mega-dropdown-menu .dropdown-header{

        color:#222;

        font-size:24px;

        font-weight:700;

        margin-bottom:20px;

        text-transform:uppercase;

    }


    .mega-dropdown-menu li{

        margin-bottom:12px;

    }


    .mega-dropdown-menu li a{

        color:#444 !important;

        font-size:16px;

        text-decoration:none;

        transition:.3s;

    }


    .mega-dropdown-menu li a:hover{

        color:#d4af37 !important;

        padding-left:8px;

    }

}

/* ====================================
   MOBILE HEADER FINAL FIX
==================================== */

@media (max-width:991px){

    /* cacher desktop */
    .search-bar{

        display:none !important;

    }

    .navbar-nav{

        display:none !important;

    }

    .jamaal-brand{

        display:none !important;

    }


    /* header */
    .jamaal-mobile-header{

        display:flex !important;

        align-items:center;

        justify-content:space-between;

        position:relative;

        width:100%;

        height:70px;

        padding:0 20px;

        background:#ffffff;

    }


    /* MENU */
    .jamaal-mobile-header .navbar-brand{

        margin:0 !important;

        padding:0 !important;

        height:auto !important;

        font-size:18px;

        font-weight:700;

        color:#111 !important;

        line-height:1;

    }


    /* SEARCH ICON */
    .jamaal-search-toggle{

        position:absolute !important;

        right:75px;

        top:50%;

        transform:translateY(-50%);

        width:38px;

        height:38px;

        display:flex;

        align-items:center;

        justify-content:center;

        border:1px solid #222;

        border-radius:4px;

        background:#fff;

        color:#111;

        padding:0;

        margin:0;

    }


    /* TOGGLE */
    .jamaal-mobile-header .navbar-toggle{

        position:absolute !important;

        right:20px;

        top:50%;

        transform:translateY(-50%);

        width:38px;

        height:38px;

        margin:0 !important;

        display:flex !important;

        align-items:center;

        justify-content:center;

        flex-direction:column;

        border:1px solid #222 !important;

        border-radius:4px;

        background:#fff !important;

        padding:0 !important;

    }


    .jamaal-mobile-header .navbar-toggle .icon-bar{

        width:18px;

        height:2px;

        margin:2px 0;

        background:#111 !important;

    }

}

/* POSITION MENU MOBILE */

@media (max-width:991px){

    .jamaal-mobile-header{

        display:flex !important;

        align-items:center;

        justify-content:flex-start !important;

        position:relative;

        width:100%;

        height:70px;

        padding:0 20px;

        background:#fff;

    }


    /* texte MENU */
    .jamaal-mobile-header .navbar-brand{

        position:absolute;

        left:20px;

        top:50%;

        transform:translateY(-50%);

        margin:0 !important;

        padding:0 !important;

        float:none !important;

        height:auto !important;

        line-height:1 !important;

        font-size:18px;

        font-weight:700;

        color:#111 !important;

        text-transform:uppercase;

    }


    /* search */
    .jamaal-search-toggle{

        right:75px;

    }


    /* toggle */
    .jamaal-mobile-header .navbar-toggle{

        right:20px;

    }

}

.jamaal-admin{

    padding:80px 0;

    background:#f5f5f5;

}

.admin-card{

    background:#0a0a0a;

    color:#fff;

    border-radius:15px;

    padding:30px;

    text-align:center;

    margin-bottom:30px;

}

.admin-card h3{

    color:#d4af37;

}
/* ====================================
   JAMAAL ADMIN DASHBOARD
==================================== */

.jamaal-admin-dashboard{

    padding:80px 0;

    background:#f8f9fa;

    min-height:100vh;

}

.dashboard-title{

    margin-bottom:40px;

}

.dashboard-title h1{

    color:#111;

    font-size:36px;

    font-weight:800;

}

.dashboard-title p{

    color:#666;

}


.dashboard-card{

    background:#0a0a0a;

    color:#fff;

    border-radius:15px;

    padding:30px;

    text-align:center;

    margin-bottom:30px;

}

.dashboard-card h4{

    color:#d4af37;

    margin-bottom:15px;

}

.dashboard-card h2{

    font-size:42px;

    font-weight:800;

}


.dashboard-module{

    background:#fff;

    border-radius:15px;

    padding:30px;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.dashboard-module h3{

    color:#111;

    margin-bottom:20px;

    font-weight:700;

}

.dashboard-module ul{

    list-style:none;

    padding:0;

}

.dashboard-module li{

    padding:10px 0;

    border-bottom:1px solid #eee;

}


/* ==========================================
   JAMAAL HOME PRO UI
========================================== */

.jamaal-home{
    background:#f7f8fc;
}


/* CARDS */

.jamaal-home .card{

    border:none;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s ease;

    margin-bottom:25px;

}


.jamaal-home .card:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 35px rgba(0,0,0,.12);

}



/* TITRES */

.section-title{

    background:linear-gradient(
        90deg,
        #000000,
        #1f1f1f
    );

    color:#d4af37;

    padding:14px 20px;

    font-size:18px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;

    border-radius:12px 12px 0 0;

}



/* MATCH CARD */

.match-card{

    background:#fafafa;

    border-left:4px solid #d4af37;

    border-radius:10px;

    padding:12px 15px;

    margin-bottom:12px;

    transition:.3s ease;

}


.match-card:hover{

    background:#fff8e8;

    transform:translateX(5px);

}


.match-card strong{

    color:#111;

    font-size:15px;

}



/* RESULTATS */

.result-card{

    background:#f9f9f9;

    border-radius:10px;

    padding:12px;

    margin-bottom:12px;

    border-left:4px solid #e53935;

    transition:.3s;

}


.result-card:hover{

    transform:translateX(5px);

}



/* TABLES */

.table{

    margin-bottom:0;

}


.table thead{

    background:#111;

    color:#d4af37;

}


.table tbody tr{

    transition:.3s;

}


.table tbody tr:hover{

    background:#fff8e8;

}



/* CLASSEMENT */

.table tbody td:first-child{

    font-weight:700;

    color:#d4af37;

}



/* NEWS */

.news-item{

    background:#fafafa;

    padding:15px;

    border-radius:12px;

    margin-bottom:15px;

    transition:.3s;

}


.news-item:hover{

    background:#fff8e8;

}



/* BADGES */

.badge{

    border-radius:30px;

    padding:7px 12px;

    font-size:12px;

}



/* YOUTUBE */

.youtube-box{

    background:linear-gradient(
        135deg,
        #111,
        #222
    );

    color:white;

    border-radius:18px;

    padding:35px;

    text-align:center;

}


.youtube-box h3{

    color:#d4af37;

}


.youtube-box .btn{

    border-radius:30px;

    padding:12px 28px;

    font-weight:700;

}



/* ANIMATION */

.fade-up{

    animation:fadeUp .7s ease;
}


@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(25px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

.news-card{

    display:flex;

    gap:15px;

    background:#fff;

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

    transition:.3s;

}


.news-card:hover{

    transform:translateY(-5px);

}


.news-card img{

    width:180px;

    height:130px;

    object-fit:cover;

}


.news-content{

    padding:15px;

}


.jamaal-live-hero{

    position:relative;

    width:100%;

    height:420px;

    border-radius:20px;

    overflow:hidden;

    margin-bottom:40px;

}


.live-thumb{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}


.live-overlay{

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,.55);

    display:flex;

    flex-direction:column;

    justify-content:center;

    padding:40px;

    color:white;

    z-index:2;

}

.live-badge{
    color:#d4af37;
    font-weight:700;
    margin-bottom:15px;
}

.jamaal-admin-page{

    min-height:100vh;

    background:#f7f8fc;

}


.admin-sidebar{

    background:#111;

    min-height:100vh;

    padding:30px 20px;

    color:white;

}


.admin-brand{

    color:#d4af37;

    font-size:24px;

    font-weight:800;

    margin-bottom:40px;

}


.admin-sidebar ul{

    list-style:none;

    padding:0;

}


.admin-sidebar li{

    padding:15px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}


.dashboard-stat-card{

    background:black;

    color:white;

    border-radius:18px;

    padding:25px;

    text-align:center;

}


.dashboard-stat-card p{

    color:#d4af37;

}


.dashboard-module{

    background:white;

    border-radius:18px;

    padding:30px;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

}


.dashboard-module a{

    display:block;

    margin:15px 0;

    color:#111;

    font-weight:600;

}

.jamaal-live-premium{

    position:relative;

    height:500px;

    border-radius:24px;

    overflow:hidden;

    margin-bottom:40px;

}


.live-bg{

    width:100%;

    height:100%;

    object-fit:cover;

}


.jamaal-live-content{

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.85),
        rgba(0,0,0,.25)
    );

    display:flex;

    flex-direction:column;

    justify-content:center;

    padding:60px;

    color:white;

}


.live-status{

    color:#d4af37;

    font-weight:700;

    font-size:18px;

    margin-bottom:20px;

}


.jamaal-live-content h1{

    font-size:42px;

    font-weight:800;

    margin-bottom:20px;

}


.live-date{

    font-size:20px;

    margin-bottom:15px;

}


.live-desc{

    max-width:500px;

    opacity:.9;

    margin-bottom:30px;

}


.live-buttons{

    display:flex;

    gap:20px;

}


.btn-live{

    background:#e53935;

    color:white;

    padding:14px 28px;

    border-radius:40px;

    font-weight:700;

}


.btn-reminder{

    border:2px solid white;

    color:white;

    padding:14px 28px;

    border-radius:40px;

}

.jamaal-live-card{

    display:flex;

    align-items:center;

    background:white;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    margin-bottom:40px;

}


/* IMAGE */

.live-left{

    position:relative;

    width:45%;

    min-height:320px;

}


.live-left img{

    width:100%;

    height:100%;

    object-fit:cover;

}


.live-play{

    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:70px;
    height:70px;

    border-radius:50%;

    background:red;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    font-weight:bold;

}


/* CONTENT */

.live-right{

    width:55%;

    padding:40px;

}


.live-badge{

    color:red;

    font-weight:700;

    font-size:14px;

    margin-bottom:15px;

    display:block;

}


.live-right h2{

    font-size:32px;

    font-weight:800;

    margin-bottom:20px;

}


.live-date{

    color:#777;

    margin-bottom:15px;

}


.live-description{

    color:#444;

    margin-bottom:25px;

}


.live-btn{

    display:inline-block;

    background:#111;

    color:#d4af37;

    padding:14px 25px;

    border-radius:40px;

    font-weight:700;

}


/* MOBILE */

@media(max-width:991px){

    .jamaal-live-card{

        flex-direction:column;

    }

    .live-left,
    .live-right{

        width:100%;

    }

    .live-left{

        min-height:220px;

    }

}

.home-link{
    display:inline-block;
    margin-top:14px;
    color:#d8302f !important;
    font-weight:800;
}

.team-mini-logo,
.team-table-logo{
    display:inline-block;
    width:28px;
    height:28px;
    margin:0 7px;
    object-fit:contain;
    vertical-align:middle;
}

.team-table-logo{
    width:32px;
    height:32px;
    margin-left:0;
}

.team-logo-fallback{
    border-radius:50%;
    background:#111;
    color:#d4af37;
    font-size:10px;
    font-weight:900;
    line-height:28px;
    text-align:center;
}

.team-table-logo.team-logo-fallback{
    line-height:32px;
    font-size:11px;
}

/* ==========================================
   JAMAAL PUBLIC PAGES
========================================== */

.jamaal-page-hero{
    min-height:360px;
    padding:190px 0 70px;
    background:
        linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.45)),
        url('../images/match-banner1.jpg') center/cover no-repeat;
    color:#fff;
}

.jamaal-page-hero h1{
    max-width:720px;
    margin:0 0 14px;
    padding:0;
    text-align:left;
    color:#fff;
    font-size:44px;
    font-weight:800;
}

.jamaal-page-hero p{
    max-width:660px;
    margin:0;
    color:rgba(255,255,255,.86);
    font-size:17px;
    line-height:1.7;
}

.page-kicker,
.category-chip{
    display:inline-block;
    margin-bottom:14px;
    padding:7px 13px;
    border-radius:30px;
    background:#d4af37;
    color:#111;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.jamaal-page{
    padding:60px 0;
    background:#f7f8fc;
}

.pro-panel{
    margin-bottom:28px;
    padding:28px;
    background:#fff;
    border-radius:8px;
    box-shadow:0 12px 32px rgba(20,24,34,.08);
}

.pro-panel-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:22px;
    border-bottom:1px solid #eceef3;
    padding-bottom:16px;
}

.pro-panel h2,
.pro-panel-head h2,
.casting-main h2,
.contact-card h2,
.pro-news-card h2,
.competition-card h2{
    margin:0;
    padding:0;
    color:#111;
    font-weight:800;
    text-align:left;
}

.pro-panel-head span,
.pro-panel-head a{
    color:#d4af37;
    font-weight:700;
}

.dark-panel{
    background:#111;
    color:#fff;
}

.dark-panel h2{
    color:#d4af37;
    margin-bottom:20px;
}

.live-match-row,
.fixture-row,
.archive-row,
.mini-result{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:16px 0;
    border-bottom:1px solid #edf0f5;
}

.live-match-row:last-child,
.fixture-row:last-child,
.archive-row:last-child,
.mini-result:last-child{
    border-bottom:0;
}

.live-match-row h3{
    margin:6px 0 4px;
    padding:0;
    color:#111;
    font-size:20px;
    font-weight:700;
}

.live-match-row h3 strong{
    color:#d8302f;
}

.live-match-row p,
.competition-card p,
.pro-news-card p,
.casting-main p{
    margin:0;
    color:#667085;
}

.match-league{
    color:#d4af37;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.status-pill{
    flex:0 0 auto;
    padding:8px 14px;
    border-radius:30px;
    background:#d8302f;
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
}

.fixture-row{
    display:grid;
    grid-template-columns:1fr 110px 1fr;
}

.team-name{
    color:#111;
    font-weight:800;
}

.fixture-center{
    text-align:center;
}

.fixture-center span{
    display:block;
    color:#d8302f;
    font-weight:900;
}

.fixture-center small{
    color:#667085;
}

.mini-result{
    color:#fff;
    border-color:rgba(255,255,255,.1);
}

.mini-result strong{
    color:#d4af37;
}

.news-grid,
.competition-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:24px;
}

.pro-news-card,
.competition-card,
.contact-card,
.casting-main,
.casting-steps{
    background:#fff;
    border-radius:8px;
    box-shadow:0 12px 32px rgba(20,24,34,.08);
}

.pro-news-card{
    overflow:hidden;
}

.pro-news-card img{
    width:100%;
    height:210px;
    object-fit:cover;
}

.pro-news-card div{
    padding:22px;
}

.pro-news-card h2{
    margin-bottom:12px;
    font-size:20px;
    line-height:1.35;
}

.pro-news-card small{
    display:block;
    margin-top:16px;
    color:#d4af37;
    font-weight:700;
}

.pro-table thead{
    background:#111;
}

.pro-table thead th{
    color:#d4af37;
    border:0;
}

.pro-table tbody td{
    vertical-align:middle;
    color:#333;
}

.competition-card{
    padding:28px;
}

.competition-logo{
    width:64px;
    height:64px;
    object-fit:contain;
    margin-bottom:18px;
}

.competition-card span{
    color:#d4af37;
    font-weight:800;
    text-transform:uppercase;
}

.competition-card h2{
    margin:10px 0;
    font-size:24px;
}

.competition-card a,
.primary-action{
    display:inline-block;
    margin-top:22px;
    padding:12px 20px;
    border-radius:5px;
    background:#111;
    color:#d4af37 !important;
    font-weight:800;
}

.archive-row strong{
    color:#111;
}

.archive-row span{
    color:#667085;
    font-weight:700;
}

.casting-layout,
.contact-layout{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:28px;
    align-items:stretch;
}

.casting-main{
    padding:42px;
}

.casting-main h2{
    margin-bottom:16px;
    font-size:34px;
}

.casting-steps{
    padding:28px;
}

.casting-steps div{
    display:flex;
    align-items:center;
    gap:18px;
    padding:18px 0;
    border-bottom:1px solid #edf0f5;
}

.casting-steps div:last-child{
    border-bottom:0;
}

.casting-steps strong{
    color:#d4af37;
    font-size:28px;
}

.casting-steps span{
    color:#111;
    font-weight:800;
}

.contact-card{
    padding:34px;
    background:#111;
    color:#fff;
}

.contact-card h2{
    color:#d4af37;
    margin-bottom:24px;
}

.contact-card p{
    color:#fff;
    margin-bottom:16px;
}

.contact-card i{
    width:24px;
    color:#d4af37;
}

.contact-form-pro{
    padding:34px;
    background:#fff;
    border-radius:8px;
    box-shadow:0 12px 32px rgba(20,24,34,.08);
}

.form-row-pro{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.contact-form-pro input,
.contact-form-pro textarea{
    width:100%;
    margin-bottom:16px;
    border:1px solid #d9dde7;
    border-radius:5px;
    padding:14px 16px;
    color:#111;
    outline:none;
}

.contact-form-pro textarea{
    min-height:150px;
    resize:vertical;
}

.contact-form-pro button{
    padding:14px 24px;
    border:0;
    border-radius:5px;
    background:#d8302f;
    color:#fff;
    font-weight:800;
}

.external-league-block{
    padding:22px 0;
    border-top:1px solid #edf0f5;
}

.external-league-block:first-of-type{
    border-top:0;
    padding-top:0;
}

.external-league-block h3{
    margin:0 0 18px;
    padding:0;
    color:#111;
    font-size:22px;
    font-weight:800;
}

.external-team-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:16px;
}

.external-team-card{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:104px;
    padding:16px;
    border:1px solid #edf0f5;
    border-radius:8px;
    background:#fff;
}

.external-team-card img{
    flex:0 0 auto;
    width:48px;
    height:48px;
    object-fit:contain;
}

.external-team-card h4{
    margin:0 0 5px;
    padding:0;
    color:#111;
    font-size:15px;
    font-weight:800;
}

.external-team-card p{
    margin:0;
    color:#667085;
    font-size:12px;
    line-height:1.4;
}

.external-team-card a{
    color:#d8302f !important;
    font-size:12px;
    font-weight:800;
}

.source-note{
    margin-top:8px !important;
    color:#d8302f !important;
    font-size:12px;
    font-weight:800;
}

.senegal-team-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:18px;
}

.senegal-team-card{
    display:flex;
    gap:16px;
    min-height:132px;
    padding:18px;
    border:1px solid #edf0f5;
    border-radius:8px;
    background:#fff;
}

.senegal-team-card img,
.senegal-card-logo{
    flex:0 0 auto;
    width:58px;
    height:58px;
    object-fit:contain;
}

.senegal-card-logo.team-logo-fallback{
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#111;
    color:#d4af37;
    font-size:18px;
    font-weight:900;
}

.senegal-team-card h3{
    margin:0 0 6px;
    padding:0;
    color:#111;
    font-size:17px;
    font-weight:800;
}

.senegal-team-card p,
.senegal-team-card small{
    display:block;
    margin:0 0 5px;
    color:#667085;
    line-height:1.35;
}

.senegal-team-card a{
    display:inline-block;
    margin-top:4px;
    color:#d8302f !important;
    font-size:12px;
    font-weight:800;
}

.europe-summary-grid{
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:18px;
    margin-bottom:32px;
}

.europe-summary-card{
    display:block;
    min-height:180px;
    padding:22px;
    border-radius:8px;
    background:#111;
    color:#fff !important;
    box-shadow:0 12px 32px rgba(20,24,34,.12);
}

.europe-summary-card img{
    width:54px;
    height:54px;
    object-fit:contain;
    margin-bottom:16px;
}

.europe-summary-card span{
    color:#d4af37;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.europe-summary-card h2{
    margin:8px 0;
    padding:0;
    color:#fff;
    font-size:19px;
    font-weight:800;
    text-align:left;
}

.europe-summary-card p{
    margin:0;
    color:rgba(255,255,255,.76);
}

.europe-full-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
}

.europe-team-card small{
    display:block;
    margin-bottom:4px;
    color:#667085;
    font-size:12px;
}

.soccerway-competition-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
}

.soccerway-competition-grid.compact-grid{
    grid-template-columns:repeat(5, minmax(0, 1fr));
}

.soccerway-competition-card{
    display:block;
    min-height:190px;
    padding:22px;
    border:1px solid #edf0f5;
    border-radius:8px;
    background:#fff;
    color:#111 !important;
    box-shadow:0 8px 22px rgba(20,24,34,.06);
}

.soccerway-competition-card img{
    width:52px;
    height:52px;
    object-fit:contain;
    margin-bottom:14px;
}

.soccerway-competition-card span{
    display:block;
    color:#d4af37;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.soccerway-competition-card h3{
    margin:8px 0;
    padding:0;
    color:#111;
    font-size:19px;
    font-weight:800;
}

.soccerway-competition-card p,
.soccerway-competition-card small{
    display:block;
    margin:0;
    color:#667085;
    line-height:1.45;
}

.empty-state{
    padding:34px;
    border:1px dashed #cfd5e1;
    border-radius:8px;
    background:#fff;
}

.empty-state h3{
    margin:0 0 10px;
    padding:0;
    color:#111;
    font-weight:800;
}

.empty-state p{
    margin:0;
    color:#667085;
}

@media(max-width:991px){

    .jamaal-page-hero{
        min-height:300px;
        padding:140px 0 52px;
    }

    .jamaal-page-hero h1{
        font-size:34px;
    }

    .news-grid,
    .competition-grid,
    .europe-summary-grid,
    .soccerway-competition-grid,
    .soccerway-competition-grid.compact-grid,
    .external-team-grid,
    .senegal-team-grid,
    .casting-layout,
    .contact-layout,
    .form-row-pro{
        grid-template-columns:1fr;
    }

    .fixture-row{
        grid-template-columns:1fr;
        text-align:left;
    }

    .fixture-center{
        text-align:left;
    }

    .text-right{
        text-align:left;
    }
}

/* TIKTOK */

li.social-links a.tiktok{

    padding: 13px 0 !important;

}


li.social-links a.tiktok i{

    color: #ffffff !important;

    font-size: 18px !important;

}


li.social-links a.tiktok:hover i{

    color: #ffc400 !important;

    transition: all .3s ease;

}