@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Heebo:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* Show it is fixed to the top */

.navbar-brand img {
  width: 230px;
}

body, html {
  overflow-x: hidden;
}

.time-management {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    font-family: "Heebo", sans-serif;
}

.ml-12{
	margin-left:12px;
}

.second-menu{
    display: block;
    margin: 0 auto;
    width: 140px;
}

.social-media{
  padding-right: 15px;
}

.single-post table {
    caption-side: bottom;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid black;
    color: black;
    width: 100%;
    max-width: 400px;
    font-family: Arial, sans-serif;
    margin: 20px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.single-post th,
.single-post td {
    border: 1px solid black;
    padding: 8px 12px;
}

.single-post th {
    background-color: #f0f0f0;
    font-weight: bold;
}


.single-post caption {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.white_box_details iframe {
    width: 100%;
}
@media (max-width: 768px) {
    .center-white-portion {
        width: 100%;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }
}

element.style {
}
.subscribe-form .wpcf7-form-control {
    background: #fff;
    color: black;
    border: #fff;
}
.footer-section input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    background: #C70101 !important;
    border: #C70101 !important;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
    border-radius: 0px;
    color: white;
}
.left_side_image img {
    width: 390px;
    min-height: 536px;
    object-fit: cover;
    height: 100%;
}
.african-bord .football_pic img {  min-width: 100px;
}
.current-menu-item > a,
.current_page_item > a {
    color: #fff !important; /* red example */
	font-weight:bold !important;
	font-size:15px !important;
 }
.wrappers_info p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
a.page-numbers {
    position: relative;
    display: block;
    padding: .375rem .65rem;
    border-color: #dee2e6;
    border-width: 1px;
    color: #c70101;
    text-decoration: none;
    border: 1px solid #dee2e6;
    background: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
}


.exclusive_demo {
    overflow: hidden;
    position:relative;
}

.wrappers_info p{
	font-size:14px !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
  z-index: 1;
}


.region{
	background-position:center center !important;
}

 footer-cta a{
	text-decoration:none;
}	

.pt-48{
	padding-top:48px;
}

.pb-48{
	padding-bottom:48px;
}

.exclusive_demo .card{
	min-height:480px;
}

.wining-competation .owl-carousel .owl-nav.disabled{
    display:block;
 }


.hero_blog{
	height:320px !important;
}

.hero_blog .banner-title{
	padding:130px 0px !important;
}

.Francaise .post-heading h3 a{
	text-decoration:none;
	font-size: 18px;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    margin-top: 15px;
    text-transform: lowercase;
}

.exclusive_demo .card-body{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height:200px;
}

.club-compitations .box_wrapper{
	display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
}

.hero-section .carousel-inner a.heading_info{
	text-decoration:none;
}

.central_africa ul{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.subscribe-form .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    color:#fff;
    border-color:#fff;
}

.central_africa ul li {
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
	display:flex;
	align-items:center;
	gap:20px;
	font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
	height:60px;
}

.central_africa ul li img{
	width:50px;
}

.subscribe-form .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color:#fff;
    border-color:#fff;
}


.latest_news .white_box .card-body{
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height:120px;
}

.country_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.country_list .country_details {
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
}

.country_details .icon img {
    width: 50px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.tags .stick_info{
	height:299px;
	overflow-x:auto;
}

.blogs-wrapper .card-body{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Exclusive_stories_dash {
    padding: 40px 0px 60px;
    background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%);
    position: relative;
}

.Exclusive_stories_dash .post-heading h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  margin-top: 15px;
  text-transform: lowercase;
  letter-spacing:1px;
}

.Exclusive_stories_dash .post-heading h3 a{
   font-size: 18px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  margin-top: 15px;
  text-transform: lowercase;
  letter-spacing:1px;
  text-decoration:none;
}

.Exclusive_stories_dash .swiper-button-prev {
    background-image: url(../images/left-arrow.svg);
    right: auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left:0px;
}

.Exclusive_stories_dash .swiper-button-next{
  background-image: url('../images/right_arrows_dash.svg');
  color: #fff;
  position: absolute;
  width: 47px;
  height: 44px;
  -moz-background-size: 47px 44px;
  -webkit-background-size: 47px 44px !important;
  background-size: 47px 44px;
  right:0px;
}

.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 0.5em 1em;
  font-family: "Heebo", sans-serif;
}

.ml-10{
  margin-left: 10px;
}

.twitter_bg{
    background:#00adff;
}

.hand-made span{
    font-size:14px;
}

.sportsmagazine-player-list figure a img{
    min-height: 180px;
}

.latest-news .latest-blogs{
   display: grid;
   grid-template-columns: repeat(5,1fr);
   gap: 20px;
}

.sportsmagazine-player-list img.card-img-top.wp-post-image{
	height: 180px;
}

.site-header .social-media ul li i {
    color: #003a66;
    background: #fff;
    padding: 7px 10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Blogg_details .sub_heading h1{
    font-family: "Bebas Neue", sans-serif !important;
    padding-top:25px;
	font-size:28px;
}

.african-abroad-details{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 13px;
}

.football_legacy{
  padding: 40px 0px 60px;
}

.archive.category.category-central-africa.category-11 nav.breadcrumb_info{
        display:none;
    }        
    
    .archive.category.category-central-africa.category-11  .hero_section .banner-title h1{
        display:none;
    }
    
    
    .archive.category.category-east-africa.category-9 nav.breadcrumb_info{
        display:none;
    }
    
    .archive.category.category-east-africa.category-9 .hero_section .banner-title h1{
        display:none;
    }
    
    .archive.category.category-north-africa.category-10 nav.breadcrumb_info{
        display:none;
    }
    
    
    .archive.category.category-north-africa.category-10 .hero_section .banner-title h1{
        display:none;
    }
    
    .archive.category.category-southern-africa.category-6 nav.breadcrumb_info{
        display:none;
    }
    
    
    .archive.category.category-southern-africa.category-6 .hero_section .banner-title h1{
        display:none;
    }
    
    
    .archive.category.category-west-africa.category-3  nav.breadcrumb_info{
        display:none;
    }
    
    .archive.category.category-west-africa.category-3 .hero_section .banner-title h1{
        display:none;
    }



.popup_main{
    display:grid;
    grid-template-columns:repeat(2,1fr);
}

.central_box .box_wrapper .card{
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100%;
}


.pt-20{
  padding-top: 20px;
}

.mb-20{
    margin-bottom:20px;
}

.nations {
    padding: 20px 0px;
}

.comment-respond [type=button], [type=reset], [type=submit], button{
    background: #C70101;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
    border-color: #C70101;
}


.site-header .social-media ul li i:hover {
    background: #c70101;
    color: #fff;
    transition: all ease 0.5s;
}

.panafricasearch-latest_news .nav-links {
    display: flex;
    align-items: center;
    margin-top:20px;
}

.copyright-text{
    display: flex;
    justify-content: space-between;
}

.hand-made a{
    text-decoration:none;
    color:#C70101;
}

.hand-made span{
      color: #878787;
}

.copyright span{
        font-size: 14px;
        color: #878787;
}

.african-post-title a{
    border:none;
    color: #C70101;
    text-decoration:none;
}


a.african_read_more {
     text-decoration: none;
      color: #C70101;
      border-color: #C70101;
      border: 1px solid #C70101;
      padding: 9px 25px;
}

 .african_read_more:hover{
	border-color: #003a66 !important;
    background: #003a66 !important;
    color: #fff !important;
}

.panafricasearch-latest_news{
    padding:60px 0px;
}

.panafricasearch-latest_news .card{
    min-height: auto;
}

.panafricasearch-latest_news .box_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.Blogg_details .right-side-bar{
    margin-top:143px;
}


.wining-competation .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    background: #e2e6f5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wining-competation .owl-carousel .owl-nav .owl-next{
     position: absolute;
     top: 50%;
     right: -10px;
     background: #e2e6f5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.latest_news .card{
	min-height:auto;
}

.nations .white_box .card .blog-img {
    width: 420px;
    height: 275px;
    object-fit: cover;
}

.nations .card .card-title {
    color: #000000;
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
}

.subscribe_popup {
    margin-top: 30px;
}


.group-title {
    padding-bottom: 20px;
}


.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    transition: 0.8s;
    margin-top: 0px;
}

 .comment {
    display: flex;
    gap: 25px;
    background: #fff;
    padding: 20px;
	margin-bottom:20px;
}


.comment-info.clearfix a {
    text-decoration: none;
    color: #003a66;
}


.comment-respond {
    background: #fff;
    padding: 25px 40px;
    margin-top: 20px;
}


.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.navbar .dropdown-toggle{
	position:relative;
}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: -5px;
    color: #ffffff;
}

.site-header .sub-menu li a{
	color:#000 !important;
}


.site-header .sub-menu li a:hover{
	background:#003a66;
	color:#fff !important;
}


.football-videos .modal-body .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
	background:url('https://design.anaxistech.com/wp-content/uploads/2025/03/close-3.png');
	background-repeat:no-repeat;
}


ul .sub-menu li a {
    color: #000 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.latest_news .pagination{
	margin-top:20px;
}

.site-header .navbar-nav .nav-link.active{
   position: relative;
   z-index: 1;
}

.blogg-details .card-body a{
	text-decoration:none;
}

.blogg-details .card{
	min-height:380px;
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:space-between
}


.Blogg_details .post-navigation{
	display: flex;
    align-items: center;
    gap: 20px;
	margin-top:20px;
}


.Blogg_details .comments-section {
    margin-top: 20px;
}

.post-navigation .prev-post-link a {
    text-decoration: none;
    color: #003a66;
    font-weight: 700;
}

.post-navigation .next-post-link a {
    text-decoration: none;
    color: #003a66;
    font-weight: 700;
}

.comment-respond textarea{
	width:100%;
	padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius:.25rem;
}

.social_icons img{
    width:21px;
}

.comment-respond a{
	text-decoration:none;
	color:#003a66;
	font-weight:700;
}

.left_side_image img {
    width: 390px;
    height: 500px;
    object-fit: cover;
}

.blogg-details .card .card-body{
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serach_control button {
    position: absolute;
    top: -3px;
    background: transparent;
    border: none;
    left: -12px;
    color: #000;
}

.latest-news .card{
	min-height:410px;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

ul#menu-main-menu {
    margin-right: 25px !important;
}

span.page-numbers.current {
    background: #c70101;
    border-color: #c70101;
    color: #fff;
    padding: .375rem .75rem;
    font-size:14px;
}

a.page-numbers {
    position: relative;
    display: block;
    padding: .375rem .75rem;
    border-color: #dee2e6;
    border-width: 1px;
    color: #c70101;
    text-decoration: none;
    border: 1px solid #dee2e6;
    background: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.navbar .navbar-nav a {
    color: #fff;
    font-size: 16px;
    padding: 0.3em 1em;
    font-family: "Heebo", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
}

.navbar .navbar-nav li{
	white-space:nowrap;
}

.african-abord .main_border_box {
  border: 1px solid #dbdbdb;
  margin-bottom: 30px;
}

.african-abord .main_border_box:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all ease 0.5s;
}

.hero-section .carousel-control-next, .carousel-control-prev{
  width: 8%;
  bottom:25%;
}

.site-header .navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #003a66;
  width: 43px;
  height: 3px;
  left: 15px;
}


.main_border_box .social-Links {
  padding: 18px 20px 18px 0px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: start;
}


.main_border_box .title_desc h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
}

.main_border_box .title_desc p{
  font-family: "Heebo", sans-serif;
  font-size: 14px;
}

.serach_control{
  display: flex;
  position: relative;
}

.serach_control i{
  position: absolute;
  left: 10px;
  top: 12px;
}

.left_side-image{
  width: 25%;
}

.hero_section .banner-title{
  padding: 200px 0px;
}

.hero_section .banner-title p{
    max-width: 710px;
    display: block;
    margin: auto;
    width: 100%;
}

.hero_section .banner-title h1{
  color: #fff;
  font-size: 45px;
  font-family: "Bebas Neue", sans-serif;
}


nav.breadcrumb_info {
  font-size: 22px;
}

.total_watch img{
	width:26px;
}

.main_border_box .box-dashed img{
  height: 264px;
  object-fit: cover;
}

.tag_details a{
	text-decoration:none;
}

.african-abord{
  padding: 60px 0px;
  background: #fff;
}


.breadcrumb-item.active{
  color: #fff;
  font-weight: 700;
}



.hero_section{
  height: 500px;
}


.breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}


.hero_section .breadcrumb-item.active{
  color: #fff;
  font-weight: 700;
}



.blogg_info{
  background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%);
  padding: 30px 0px;
}

.breadcrumb-item a{
  color: #fff;
  text-decoration: none;
}

.site-header .top-bar{
    background: #003a66;
    padding: 12px 0px;
}


.social-media ul li img{
  width: 25px;
  height: 25px;
}


.site-header .top-bar a{
  text-decoration: none;
}

.subscribe-form .wpcf7-form-control{
  display: none !important;
}

.subscribe a {
  background: #c70101;
  border-color: #c70101;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  margin-right:20px;
  display: none;
}

.bg-image {
  /* background-image: url(../images/sticky-header.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #c70101;
}


.serach_control .form-control {
    padding-left: 37px;
    max-width: 180px;
    width: 100%;
}

.instragram-bg{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}


.linkdin-bg{
  background: #0A66C2;
  font-size: 18px;
}


.site-header .dropdown-item:focus, .dropdown-item:hover{
  background-color: #003a66;
  color: #fff;
}


.wining-competation .news_update .nav-pills .nav-link {
  font-size: 15px;
  color: #003A66;
}


a.learn-more {
    background: #C70101;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    width: 250px;
    margin-top: 22px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.learn-more:hover{
  border-color: #003a66;
  color: #fff;
  transition: all ease 0.5s;
  background-color: #003a66;
}


.wining-competation .nav-pills .nav-link{
   font-size: 15px;
    color: #003A66;
    font-weight: 700;
}


.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}


.blogg_button a{
    text-decoration: none;
    background: #C70101;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    width: 168px;
    margin-top: 22px;
    display: block;
    text-align: center;
    font-size: 16px;
}


.blogg_button a:hover{
  background: #003a66;
  border-color: #003a66;
  transition: all ease 0.5s;
}


.african_oversess p {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
}

.site-header .sub-menu{
    visibility: hidden;
    list-style: none;
    position: absolute;
    top: 100%;
    /* left: 0; */
    background-color: #fff;
    z-index: 1000;
    padding: 10px;
    min-width: 200px;
    margin-top: 10px;
    border-radius: 20px;
    border: 1px solid #c70101;
}


.site-header .sub-menu li{
  list-style: none;
}

.social-media ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-media ul li{
  list-style: none;
}


.news_update .football-text-heading h2 {
  color: #212529;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 25px;
}


.football_stack{
  background: url('../images/sticky-header.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}



.news_update .nav-pills .nav-link {
  font-size: 15px;
  color: #003A66;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #003A66;
  color: #fff;
}


.banner-details{
  padding: 80px 0px;
}

.football-text-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto; /* Adjust as needed */
    padding: 10px;
	padding-bottom:30px;
}

.main-heading {
  flex: 1;
  text-align: center;
  white-space: nowrap; /* Prevents text from wrapping */
  /* overflow: hidden;
  text-overflow: ellipsis; */
}


.football-text-heading h2 {
  color: #212529;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}


.left-icon, .right-icon {
  flex-shrink: 0; /* Ensures icons don't resize */
}


.latest-news{
  padding: 30px 0px 60px;
  background: #fff
}


.latest-news .main-title h2{
  color: #212529;
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-family: "Bebas Neue", sans-serif;
}


.latest-news .main-title h2::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/football_socar.svg);
  width: 34px;
  height: 34px;
  left: 38%;
  top: 13px;
}

.latest-news .main-title h2::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/football_socar.svg);
  width: 34px;
  height: 34px;
  right: 38%;
  top: 13px;
}


.pb-30{
  padding-bottom: 30px;
}


.latest-news .card img{
  height: 277px;
  object-fit: cover;
}

.latest-news .post-meta{
  display: flex;
  align-items: center;
  gap: 30px;
}


.video_play{
  position: relative;
  z-index: 1;
}

.video_play .play_button{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.video_play .play_button img{
    width: 40px !important;
    height: 40px !important;
}


.latest-news .post-heading a{
    color: #000;
    text-decoration:none;
}


.latest-news .post-heading h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  text-transform: lowercase;
}


.exclusive_story .post-heading h3{
    font-size: 18px;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    margin-top: 15px;
    text-transform: lowercase;
}

.latest-news .card .card-text {
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
}

.post-meta span {
  color: #5b5f64;
  font-family: "Heebo", sans-serif;
  font-size: 12px;
}


.post-meta span i{
  margin-right: 8px;
}


.african-bord .swiper-button-prev {
  background-image: url('../images/left-arrow.svg');
  left: 10px;
  width: 47px !important;
  height: 44px !important;
  right: auto;
  color: #fff;
  cursor:pointer;
}


.african-bord .swiper-button-next{
  background-image: url('../images/right_arrows_dash.svg');
  right: 10px !important;
  width: 47px !important;
  height: 44px !important;
  color: #fff;
  cursor:pointer;
}


.african-bord .swiper-button-next, .swiper-button-prev{
  position: absolute;
  top: 50%;
  width: 47px !important;
  height: 44px !important;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 47px 44px;
  -webkit-background-size: 47px 44px !important;
  background-size: 47px 44px;
  background-position: center;
  background-repeat: no-repeat;
}


.banner-details .main-title h1 {
  color: #fff;
  font-size: 45px;
  font-family: "Bebas Neue", sans-serif;
}


.banner-details .main-title p{
    color: #fff;
    font-size: 19px;
    margin-top: 16px;
    max-width: 530px;
    display: -webkit-box;
    font-family: "Heebo", sans-serif;
}


.pt-30{
  padding-top: 30px;
}

.leatest-news{
  padding: 60px 0px;
}


.wining-competation{
  background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%);
  padding: 40px 0px 60px;
}


.wining-competation .card {
    min-height: 470px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right:20px;
}


.comment-respond input[type="text"]{
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.comment-respond input[type="email"]{
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.comment-respond input[type="url"]{
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px;
}

.wining-competation .card-body{
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wining-competation .card-body h4{
   font-family: "Bebas Neue", sans-serif;
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:500;
}

.wining-competation .card-body p{
	font-family: "Heebo", sans-serif;
}

.wining-competation .card-body a{
	text-decoration:none;
}


.wining-competation .main-title h2 {
  color: #212529;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
}


.wining-competation .main-title h2::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/football_socar.svg);
  width: 34px;
  height: 34px;
  left: 37%;
  top: 13px;
}


.wining-competation .main-title h2::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/football_socar.svg);
  width: 34px;
  height: 34px;
  right: 38%;
  top: 12px;
}


.wining-competation .card img{
  height: 302px;
  object-fit: cover;
}


.left_side-image .soccar-details img{
    width: 100vw;
    max-width: 30vw;
    height: 500px;
    object-fit: cover;
    border-radius: 3px 3px 3px 3px;
}


.center-white-portion{
  width: 44.33%;
  background: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 3em 0em 0em 0em;
  padding: 3em 3em 3em 3em;
  height:452px;
}


.center-white-portion .about_details h2 {
  font-size: 48px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  margin-top: 12px;
}


.center-white-portion .about_details h6{
  color: #C70101;
}


.center-white-portion .about_details a{
   background: #C70101;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    width: 168px;
    margin-top: 22px;
    display: block;
    text-align: center;
    font-size: 16px;
}


.center-white-portion .about_details a:hover{
  background: #003a66;
    border-color: #003a66;
    transition: all ease 0.5s;
}


.about-us-banner .about_details p{
  font-family: "Heebo", sans-serif;
}


.btn-blog {
    color: #C70101;
    border-color: #C70101;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    margin-top: 0px;
    width: 125px;
}


.btn-blog:hover{
  border-color: #003a66;
  background: #003a66;
  color: #fff;
  transition: 0.5 all ease;
}

.right_side-image{
  width: 30%;
}


.carousel-wrap .owl-prev {
  position: absolute;
  top: 40%;
  background: #e2e6f5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -30px;
}

.hero-section .carousel-item img{
  height: 650px;
  width: 100%;
  object-fit:cover;
}

.about_coach{
  background-color: #F5F4F4;
  padding: 80px 0px;
}


.about_coach .main-title h5{
  color: #C70101;
  font-weight: 700;
  font-size: 18px;
  font-family: "Heebo", sans-serif;
}


.about_coach .main-title p{
  font-family: "Heebo", sans-serif;
}


.about_coach .main-title h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 35px;
}
 
.about_coach .right_image_main{
  position: relative;
}

.about_coach .sub_inner_part {
  position: absolute;
  top: 60%;
  right: 35%;
}

.about_coach .right_image_main .thumbnill-image {
  background-color: #f5f4f4;
  border-radius: 8px;
  padding: 20px;
}


.about_coach .right_image_main .thumbnill-image img {
    height: 190px;
    object-fit: cover;
    max-width: 280px;
}

.total_elements {
  background-color: #C70101;
  padding: 30px;
  color: #fff;
  text-align: center;
}

.elements_counter{
    align-items: stretch;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

.hero-section .carousel-caption{
    top: 30%;
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 9%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
	position: absolute;
    z-index: 2;
}

.number_info{
  display: flex;
    align-items: center;
    gap: 20px;
}


.number_info h2{
  color: #ececec;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color:#fc3e3e;
  stroke: #FC3E3E;
  margin-bottom: 0;
}

.number_info h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  padding-top: 15px;
}

p.para_info {
  max-width: 350px;
  margin-top: 12px;
}

.number_with_content{
  padding-bottom: 20px;
}


.hero-section .carousel-caption h1{
    color: #fff;
    font-size: 45px;
    font-family: "Bebas Neue", sans-serif;
}


.carousel-caption  p{
  color: #fff;
  max-width: 530px;
  width: 100%;
}


.list-content{
  display: flex;
}


.carousel-wrap .owl-next {
  position: absolute;
  top: 40%;
  right: -30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e6f5;
}

.right_side-image .soccar-pic img {
  width: 100%;
  height: 452px;
  object-fit: cover;
  border-radius: 3px 3px 3px 3px;
  margin-top: 3rem;
}


.about-us-banner{
  padding: 40px 0px;
  /* background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%); */
  background: url('../images/football_club.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



.about-us-banner .main-title h2 {
  color: #212529;
  font-size: 31px;
  line-height: 62px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
}

.about-us-banner .main-title h2::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/football_socar.svg);
  width: 34px;
  height: 34px;
  left: 33%;
  top: 13px;
}

.about-us-banner .main-title h2::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/football_socar.svg);
  width: 34px;
  height: 34px;
  right: 33%;
  top: 12px;
}

.about-us-banner .about_pic img {
  margin-top: 45px;
  max-height: 638px;
  object-fit: cover;
  width: 100%;
}

.about-us-banner .main-title img{
  margin-top: -30px;
}


.about-us-banner .sub-heading{
  margin-top: 70px;
}


.about-us-banner .sub-heading h3 {
  color: #C70101;
  font-size: 28px;
  font-weight: 700;
}

.about-us-banner .sub-heading p {
  color: #6C7378;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

/* .about-us-banner .sub-heading  a{
  background: #C70101;
    color: #fff;
    text-decoration: none;
    padding: 17px 38px;
    width: 207px;
    margin-top: 22px;
    display: block;
    text-align: center;
    font-size: 20px;
} */


.news_update {
  background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%);
  padding: 25px 0px 35px;
  font-size: 48px;
  font-weight: 700;
  background-color: #000;
}


.news_update .blogg_info .post-meta{
  display: flex;
  align-items: center;
  gap: 30px;
}


.news_update .main-title h2 {
  color: #212529;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
}

.news_update .main-title h2::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/football_socar.svg);
  width: 34px;
  height: 34px;
  left: 38%;
  top: 13px;
}


.news_update .main-title h2::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/football_socar.svg);
  width: 34px;
  height: 34px;
  right: 38%;
  top: 11px;
}

.news_update .main-title img{
    margin-top: -50px;
    width: 232px;
}


.news_update .sub_desc p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 14px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

.news_update .card img {
  height: 250px;
  object-fit: cover;
}

.blogg_info{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 13px;
}

.african-bord{
  padding: 40px 0px 60px;
  background: url('../images/african-bord.png');
  background-size: cover;
  background-position: center center;
}


.african-bord .main-title h2{
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-family: "Bebas Neue", sans-serif;
}


.african-bord .main-title h2::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url(../images/white-football.svg);
  width: 34px;
  height: 34px;
  right: 36%;
  top: 11px;
}


.african-bord .main-title h2::before{
    content: '';
    position: absolute;
    z-index: -1;
    background: url(../images/white-football.svg);
    width: 34px;
    height: 34px;
    left: 36%;
    top: 13px;
}


.african-bord .white-box {
  background: #fff;
  padding: 28px 36px;
  border-radius: 20px;
  margin-top: 30px;
  min-height: 435px;
  height: auto;
}


.african-bord .football_pic img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  min-width: 450px;
}

.african-bord .sub-title{
  text-align: left;
}


.african-bord .sub-title p {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  margin-bottom: 28px;
}


.african-bord .sub-title h2{
    font-size: 24px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    margin-top: 12px;
}


/* .blogg_info .blogg-details{
  margin-top: 40px;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;  
} */

.news_update .post-heading h4{
  font-size: 18px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  margin-top: 15px;
  text-transform: lowercase;
}


.news_update .card .card-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0;
}



.blogg_info .description p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  padding: 18px;
}


.blogg_pic img{
  height: 257px;
  object-fit: cover;
  width: 302px;
  border-radius: 30px;
  height: auto;
  transition: transform 0.3s ease-in-out; /
}

.blogg_pic img:hover{
  transform: scale(2.1);
  background: #000;
  opacity: 50%;
}

.btn-view {
  background: #C70101;
  color: #fff;
  text-decoration: none;
  padding: 7px 8px;
  width: 164px;
  margin-top: 22px;
  text-align: center;
  font-size: 17px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery{
  padding: 60px 0px;
  background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%);
}

.gallery  .main-title h2{
     color: #003A66;
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.gallery  .main-title h2::before{
    content: '';
    position: absolute;
    z-index: -1;
    background: url(../images/football_socar.svg);
    width: 34px;
    height: 34px;
    left: 38%;
    top: 10px;
}

.gallery  .main-title h2::after{
    content: '';
    position: absolute;
    z-index: -1;
    background: url(../images/football_socar.svg);
    width: 34px;
    height: 34px;
    right: 38%;
    top: 17px;
}



.popular-video {
  padding: 60px 0px;
  background: url(../images/video_sec.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.popular-video .main-title h6{
  color: #C70101;
}


.popular-video .main-title h2 {
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  margin-top: 18px;
}

.popular-video .main-title p{
  color: #fff;
	text-align:justify;
}


.popular-video .video_slides{
  position: relative;
  overflow: hidden;
}


.popular-video .video_slides img{
  width: 589px;
  height: 394px;
  object-fit: cover;
}


.popular-video .swiper-button-prev {
    background: url(../images/left_white_arrows.svg);
    left: 10px;
    top: 50%;
    position: absolute;
    z-index: 10;
}



.popular-video .swiper-button-next {
  position: absolute;
  z-index: 10;
  background: url(../images/right_white_arrows.svg);
    background-repeat: repeat;
    background-size: auto;
  right: 60px;
  top: 50%;
  background-repeat: no-repeat;
  width: 47px;
  height: 44px;
  left: auto;
  -webkit-background-size: 47px 44px !important;
}


vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.banner-slider .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
}
.banner-slider .slider.slider-nav {
  max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
}
.banner-slider .slider.slider-nav {
  height: 610px;
  overflow: hidden;

}
.slider-banner-image {
  height: 610px;
}
.banner-slider .slider.slider-nav {
  padding: 20px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width:100%;
  object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}
.slider-nav .slick-slide {
  text-align: center;
}
.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.slick-prev {
 top: 0;
}
.slick-next {
 bottom: 0;
 background-color: #fff;
}
.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}
/*End USE CSS for Slider*/


/*Latest News page css start*/

.latest_news{
  padding: 30px 0px;
  background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%);
}

.latest_news .box_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.white_box .card .blog-img{
	width:420px;
	height:275px;
	object-fit:cover;
	max-width:100%;
}

.social-Links {
    padding: 10px 20px 6px 16px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social-Links .user_profile{
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-Links .user_profile .user_pic img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}


.social-Links .user_details p {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}


.social-Links .user_details span {
  color: #828486;
  font-weight: 600;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
}


.social-Links .time-management span{
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}


.latest_news .card .card-title {
  color: #000000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
}


.box_wrapper .card-body a{
	text-decoration:none;
	font-size: 18px;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    color: #000;
}


.latest_news .card .card-text{
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
}


.latest_news .card .card-img, .card-img-top{
  height: 275px;
  object-fit: cover;
}


.nations .card .card-img, .card-img-top {
    min-height: 275px;
    object-fit: cover;
}

.total_statics{
  display: flex;
  align-items: center;
  gap: 20px;
}

.total_statics .watch-details{
  display: flex;
  align-items: center;
  gap: 10px;
}

.total_statics .watch-details span{
  font-weight: 700;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}


.total_statics  .message-details{
  display: flex;
  align-items: center;
  gap: 10px;
}

.text-details span{
  font-weight: 700;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}


.right-side-bar {
  background: #fff;
  border: 2px solid #00000024;
  border-radius: 10px;
}

.right-side-bar ul{
     height:299px;
     overflow-x:auto;
}

.right-side-bar .heading h4 {
  color: #fff;
  background: #272525;
  padding: 20px 24px;
  border-radius: 10px;
}


.right-side-bar ul li {
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #00000026;
  display: flex;
  justify-content: space-between;
}


.right-side-bar ul li a{
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.search_bar{
  margin-top: 28px;
  background: #000;
  padding: 20px;
  border-radius: 10px;
  display:none;
}

.tags{
  margin-top: 28px;
  background: #fff;
}

.tags .heading h4{
  color: #fff;
  background: #272525;
  padding: 20px 24px;
  border-radius: 10px;
}

.tags .stick_info{
  padding: 15px;
}

.tag_wrapps {
    background: #D9D9D9;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 50px;
}

.tag_wrapps span {
font-weight: 700;
text-align: center;
display: block;
color: #212529;	
font-size:12px;
}

.latest_news form#searchform {
    display: block;
    width: 100%;
}

.pagination {
    margin-top: 20px;
}

.tag_details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.call-to-action{
 margin-top: 28px;
}


.football_bg p {
  color: #fff;
}

.football_bg a{
  background: #c70101;
  border-color: #c70101;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
}

.active>.page-link, .page-link.active{
  background: #c70101;
  border-color: #c70101;
  color: #fff;
}


.page-link{
  color: #c70101;
}

.football_demo{
  padding: 50px;
}
div#pagination-container {
    margin-top: 30px !important;
}

/*Latest News page css end*/



/*central africa page start*/
.central_africa{
  padding: 60px 0px;
  background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%);
}

.central_africa .main-title h2{
  color: #C70101;
  position: relative;
  font-family: "Bebas Neue", sans-serif;
}

.central_africa .main-title h2:after {
  content: '';
  position: absolute;
  background: #003A66;
  height: 32px;
  width: 3px;
  left: -10px;
  border-radius: 20px;
}

.central_africa .main-title p{
  color: #6C7378;
  font-family: "Heebo", sans-serif;
}

.central_box .box_wrapper{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}


.nations{
  margin-top: 30px;
}
/*central africa page css end*/


/*africa abrod page css start*/
.sportsmagazine-main-section, .sportsmagazine-main-content {
  width: 100%;
  position: relative;
}

.sportsmagazine-player, .sportsmagazine-player-list figure a, .sportsmagazine-player-list figure a img {
  float: left;
  width: 100%;
}

.sportsmagazine-player .social-Links{
  padding: 10px 0px 15px 0px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}


.sportsmagazine-player .user_details p{
  color: #000;
  font-size: 14px;
}

.sportsmagazine-player .social-Links .time-management span{
  color: #000;
}

.sportsmagazine-player > ul > li {
  list-style: none;
  margin: 0px 0px 50px;
}


.sportsmagazine-player-list figure {
    width: 268px;
    float: left;
    margin: 0px;
    height: 181px;
    object-fit: cover;
}

figure{
  position: relative;
}

.sportsmagazine-player-list figure::before {
    content: '';
    position: absolute;
    right: 6px;
    top: 0px;
    width: 6px;
    height: 51%;
    z-index: 1;
    background-color: #c70101;
}


.sportsmagazine-player, .sportsmagazine-player-list figure a, .sportsmagazine-player-list figure a img {
float: left;
width: 100%;
object-fit: cover;
margin-bottom: 37px;
}

.sportsmagazine-player-list figure a {
 position: relative;
}


.sportsmagazine-player-list-text:after, .sportsmagazine-player-list figure:after {
-webkit-transform: rotate(-9deg);
-moz-transform: rotate(-9deg);
-ms-transform: rotate(-9deg);
-o-transform: rotate(-9deg);
transform: rotate(-9deg);
}


.sportsmagazine-player-list figure ~ .sportsmagazine-player-list-text {
  margin-left: 268px;
}

.sportsmagazine-player-list-text {
background-color: #f5f5f5;
padding:10px 10px 0px 20px;
position: relative;
height: 180px;
}   

.sportsmagazine-player-list-text:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 3px;
    background-color: #f5f5f5;
    width: 21px;
    height: 50%;
}


.sportsmagazine-player-list-text::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 89px;
    background-color: #f5f5f5;
    width: 21px;
    height: 50%;
}

.sportsmagazine-player-list-text:before, .sportsmagazine-player-list figure:before {
-webkit-transform: rotate(9deg);
-moz-transform: rotate(9deg);
-ms-transform: rotate(9deg);
-o-transform: rotate(9deg);
transform: rotate(9deg);
}


.sportsmagazine-player-list figure::after {
content: '';
position: absolute;
right: 6px;
bottom: 0px;
width: 6px;
height: 50%;
background-color: #c70101;
}


.sportsmagazine-player-list-text h5 {
margin: 0px 0px 12px;
text-transform: uppercase;
font-weight: 500;
color: #212529;
font-family: "Bebas Neue", sans-serif;
font-size: 24px;
}

.sportsmagazine-player-list-text a{
	text-decoration:none;
}


.sportsmagazine-player-list-text p {
color: #999999;
margin: 0px 0px 26px;
line-height: 24px;
font-family: "Heebo", sans-serif;
}


.sportsmagazine-player-list figure a i {
position: absolute;
right: 2px;
top: 50%;
width: 40px;
height: 40px;
border-radius: 100%;
text-align: center;
background-color: #c70101;
color: #fff;
z-index: 2;
padding: 14px 0px 0px;
margin: -18px 0px 0px 0px;
}


.news_letter {
  /* background: url(../images/call-to-action.png); */
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 60px 0px;
  background-repeat: no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/call-to-action.png);
}

@media(min-width:1226px) and (max-width:1389px){
  .sportsmagazine-player-list-text h5 {
    margin: 0px 0px 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #212529;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
  }

  .sportsmagazine-player .social-Links {
    padding: 10px 0px 15px 0px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
   }


   .sportsmagazine-player-list-text .social-Links .user_details span{
    font-size: 12px;
   }

   .sportsmagazine-player-list-text p{
    font-size: 14px;
   }

}

@media(min-width:1025px) and (max-width:1225px){
  .sportsmagazine-player-list figure { width: 100%; height: 264px;}
  .sportsmagazine-player-list-text{float: left; width: 100%;}
	.sportsmagazine-player-list figure ~ .sportsmagazine-player-list-text { margin: 0px;}
	.sportsmagazine-player-list-text { float: left; width: 100%; padding: 15px 22px 0;}
	.sportsmagazine-player-list-text:before { height: 21px; width: 50%; left: 0px; top: -10px; -webkit-transform: rotate(-0deg); -moz-transform: rotate(-0deg); -ms-transform: rotate(-8deg); -o-transform: rotate(-8deg); transform: rotate(-0deg);}
	.sportsmagazine-player-list-text:after { height: 21px; width: 50%; right: 0px; left: auto; bottom: auto; top: -10px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
	.sportsmagazine-player-list figure:before { width: 50%; height: 6px; bottom: 10px; top: auto; right: 0px;}
	.sportsmagazine-player-list figure:after { width: 50%; height: 6px; bottom: 10px; top: auto; right: auto; left: 0;}
	.sportsmagazine-player-list figure a i { right: 50%; top: auto; bottom: 2px; margin: 0px -20px 0px 0px;}
  .sportsmagazine-player, .sportsmagazine-player-list figure a, .sportsmagazine-player-list figure a img{ height: auto; margin-bottom: 0;}
  .sportsmagazine-player-list-text:after, .sportsmagazine-player-list figure:after{transform: rotate(0deg);}
  .sportsmagazine-player-list-text:before, .sportsmagazine-player-list figure:before{ transform: rotate(0deg);}
  .sportsmagazine-player-list figure a i{ display: none;}
}

@media(max-width:1024px){
	.sportsmagazine-player.sportsmagazine-player-list .col-md-6{
		width:100% !important;
	}
	
	.about_coach .right_image_main .thumbnill-image img {
		height: 220px;
		object-fit: cover;
		max-width: 260px;
    }	
	
}


/*africa abrod page css end*/


/*Blogg Details css  Start*/


.Blogg_details{
  padding: 27px 0px;
  background: linear-gradient(180deg, #F1F1FF 0%, #F7F7FF 100%);
}

.Blogg_details .social-Links .minutes span{
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}

.Blogg_details .social-Links{
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: start;
  padding-left:0px;
}


.Blogg_details_info{
  margin-top: 20px;
}


.Blogg_details_info .white_box_details {
  background: #fff;
  padding: 35px 40px;
}


.Blogg_details_info .white_box_details h3{
  color: #C70101;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.Blogg_details_info .white_box_details h3::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: #003A66;
  width: 4px;
  height: 54px;
  left: -11px;
  top: 0;
}


.Blogg_details_info .white_box_details p{
  margin-top: 15px;
  margin-left:15px;
  text-align:justify;
}

.Blogg_details .wrappers_info img {
    height: 580px;
    width: 100%;
    object-fit: cover;
	margin-bottom:20px;
}

.Blogg_details .social_icons ul li{
  list-style: none;
}

.Blogg_details .social_icons ul li img:last-child{
    width:20px;
}


.Blogg_details .social_icons ul{
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-media-counts span{
  color: #003A66;
  font-weight: 700;
}

.ml-51{
  margin-left: 8px;
}

.g-20{
  gap: 20px;
}

.social_info{
  border-bottom: 1px solid #0000002b;
   padding-bottom: 25px;
   padding-top: 25px;
}

.central_box .sub-title h2 {
  color: #C70101;
  font-size: 24px;
  padding: 25px 0px;
  font-weight: 700;
}

.african-abroad-details .blogg-details .post-heading h4{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width:200px;
}

.blogg-details .post-heading h4{
  font-size: 18px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  color: #000;
  margin-top: 15px;
  text-transform: lowercase;
}

.Blogg_details .sub_desc h3 {
  padding: 20px 0px;
  color: #C70101;
  font-size: 28px;
  font-weight: 700;
}


/*Blogg Details css  End*/


.news_letter{
  color: #fff;
}

.news_letter .main-title h2{
  font-size: 35px;
}

/* .news_letter .main-title p {
max-width: 860px;
display: inline-block;
text-align: left;
} */


.news_letter .main-title p{
color: #fff;
}

.news_letter .main-title a {
background: #C70101;
color: #fff;
text-decoration: none;
padding: 15px 30px;
width: 178px;
margin-top: 22px;
display: block;
text-align: center;
font-size: 16px;
}

.right-image {
padding: 10px;
}

.right-image .main-tittle h2{
font-family: "Bebas Neue", sans-serif;
font-size: 32px;
}

.subscribe_popup a {
background: #C70101;
border-color: #C70101;
color: #fff;
text-decoration: none;
padding: 10px 110px;
border-radius: 30px;
}

.mb-30{
margin-bottom: 30px;
}

@media screen and (max-width : 991px) {

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
}
.banner-slider .slider.slider-for {
  padding-right: 0;
}
.banner-slider .slider.slider-nav {
  height: auto;
}
.slider-banner-image {
    height: 500px;
} 
	
.hero-section{
	height:auto;		
}	
	
.slider.slider-nav.thumb-image {
      padding: 10px 30px 0;
}
.slider-nav .slick-slide span {
  padding: 5px 0;
}
.slick-arrow {
  padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.slick-prev {
    left: 0;
    right: unset;
}
.slick-next {
    left: unset;
    right: 0;
     background-color: transparent;
}
.vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
}
.bid-tag {
    padding: 10px 0 15px;
}
.slider.slider-nav.thumb-image {
   white-space: nowrap;
}
.thumbnail-image.slick-slide {
  padding: 0px 5px;
  min-width: 75px;
  display: inline-block;
  float: none;
}
}

@media screen and (max-width : 767px) {
.slider-banner-image {
    height: 400px;
}
	
	.two_sub_menu{
		margin-top:37px;
	}	

  .second-menu{
    width: auto;
  }

  .social-media{
  margin-right: 20px;
}
	
	.Blogg_details .right-side-bar {
     margin-top: 28px !important;
}

	.sportsmagazine-player > ul > li{
		margin: 0px 0px 30px;
	}	
	
.Exclusive_stories_dash .post-heading h3 a {
    font-size: 18px;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    margin-top: 15px;
    text-transform: lowercase;
    letter-spacing: 1px;
    text-decoration: none;
}	

	.Blogg_details_info .white_box_details h3{
		font-size:18px;
	}
	
.central_africa ul{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}	
	
	.Blogg_details .sub_heading h1{
		font-size:20px;
	}	
	
	.footer-social-icon i{
		width:30px !Important;
		height:30px !important;
	}	
	
	.footer-social-icon i{
		line-height:32px !important;
	}

.pagination {
    margin-top: 20px;
}
	
	.footer-cta a{
		text-decoration:none;
	}	

.Exclusive_stories_dash{
    padding: 10px 0px 40px;
}

.football_legacy {
    padding: 15px 0px 40px;
}

.news_update{
    padding:20px 0px 20px;
}

.african-bord{
     padding:20px 0px 40px;
}
	
.social-media-counts span{
   font-size:14px;
}	

.wining-competation{
     padding:20px 0px 40px;
}

.news_update .football-text-heading h2{
    margin-top:-4px !important;
}

.news_update i.left-icon{
    position: relative;
    bottom: 15px;
}

.news_update i.right-icon{
    position: relative;
    bottom: 15px;
}

.wining-competation .card{
     margin-right: 2px;
    margin-left: 4px;
}

.latest-news{
    padding: 10px 0px 40px;
}
	
.Exclusive_stories_dash .swiper-button-prev{
  background-image: url('../images/left-arrow.svg');
  left: 10px;
}

.Exclusive_stories_dash .swiper-button-next{
  background-image: url('../images/right_arrows_dash.svg');
  right: 10px !important;
}

.latest-news .latest-blogs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}


.african-abroad-details {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 13px;
}


.Blogg_details .wrappers_info img{
    height:250px;
}


.social-Links .user_details p{
    font-size:14px;
}

.social-Links .time-management span{
    font-size:14px;
}

.Blogg_details .social-Links .minutes span{
    font-size:14px;
	padding-left:0px;
}


.Blogg_details .social-Links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: start;
	padding:0px;
}

.panafricasearch-latest_news .box_wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.hero_section .breadcrumb-item a{
    font-size:14px;
}

.left_side_image img{
    width:100%;
}

.hero_section .breadcrumb-item.active {
    font-size: 14px;
    margin-top: 9px;
}

.latest-news p{
    text-align:justify;
}


.about-us-banner p{
    text-align:justify;
}


.maps_info img{
    height:280px;
    width:auto;
    display:block;
    margin:auto;
}


.hero-section .carousel-item img{
   width: 100% !important;
   height: auto;
   object-fit: cover;
   object-position: center;
   min-height: 500px;
}


a.learn-more{
    margin-top:5px;
}


.hero-section .carousel-caption p{
    font-size:14px;
}


.african_oversess p{
    text-align:justify;
}


.african-bord p{
    text-align:justify;
}

.popup_main {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.popular-video .swiper-button-next{
    right:0px;
}

.hero_section .banner-title h1{
    font-size:16px;
}

.white_box_details table{
    width:100%;
}

.Blogg_details_info .white_box_details p{
   margin-left:0px;
}

.Blogg_details_info .white_box_details {
    background: #fff;
    padding: 35px 20px;
}

.hero-section .carousel-caption h1 {
    font-size: 24px;
}
	
.latest_news .card{
   height:auto;
}
	
.left_side-image .soccar-details img {
   max-width: 100%;
   height: 200px;
   padding-right: 5px;
}	

.btn-close {
    position: absolute;
    right: 15px;
    top: 9px;
}
	
.right-side-bar{
		margin-top:20px;
}	
	
.latest_news .pagination {
    margin-top: 20px;
    margin-bottom: 20px;
}
	
.site-header .subscribe a {
 background: #003a66;
 border-color: #003a66;
 margin-left: 15px;
 position: relative;
 top: 11px;
}	
	

.mb_button{
  padding-bottom: 20px;
}
	
.subscribe {
    padding-bottom: 30px;
    display: none;
}
	

.hero-section .carousel-caption{
  position: absolute;
  top: 10%;
}

.about_coach .sub_inner_part {
  position: absolute;
  top: 0%;
  right: 0%;
}


.left_side-image{
  width: 100%;
}

.carousel-item img{
  width: auto !important;
}

.central_box .box_wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.latest_news .box_wrapper{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}


.two_sub_menu{
  display: flex;
  flex-wrap: wrap;
}


.list-content {
  display: flex;
  flex-wrap: wrap;
}


.football-text-heading h2{
  font-size: 30px;
}

.footer-social-icon {
  margin-bottom: 0px;
}


.about_coach .right_image_main .thumbnill-image img{
  width: 100%;
  height: auto;
  max-width:100%;
}


.banner{
  height: 534px !important;
}


.news_update .football-text-heading h2{
  font-size: 30px;
}


.carousel-wrap .owl-prev {
  position: absolute;
  top: 24%;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10px !important;
}


.carousel-wrap .owl-next{
  right: 10px;
  top: 24%;
}


.center-white-portion {
        width: 100%;
        padding: 0em 1em 1em 1em;
        margin: 1em 0em 0em 0em;
}


.right_side-image{
  width: 100%;
}


.latest-news .main-title h2::before{
  display: none;
}


.latest-news .main-title h2::after{
  display: none;
}


.center-white-portion .about_details h2{
  font-size: 31px;
}


.latest-news .main-title h2{
  font-size: 31px;
}


.news_update .main-title h2::before{
  display: none;
}


.blogg_info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 13px;
}


.african-bord .football_pic img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  min-width: auto;
}

.african-bord .sub-title h2 {
  font-size: 24px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  margin-top: 19px;
}


.african-bord .swiper-button-prev{
  top: 30%;
}


.african-bord .swiper-button-next{
  top: 30%;
}


.wining-competation .main-title h2::before{
   display: none;
}


.about-us-banner .main-title h2::before{
  display: none;
}


.wining-competation .main-title h2::after{
  display: none;
}


.african-bord .main-title h2::before{
  display: none;
}



.african-bord .main-title h2::after{
  display: none;
}


.news_update .main-title h2::after{
  display: none;
}

.about-us-banner .main-title h2::after{
  display: none;
}


.news_update .nav-pills .nav-link{
  font-size: 14px;
}

.left_side-image .soccar-details img {
    max-width: 100%;
    height: 200px;
    padding-left: 10px;
}

.right_side-image .soccar-pic img {
        margin-top: 1rem;
        height: 200px;
        padding-left: 10px;
 }	

.slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 140px;
  height: 80px;
}
.slick-prev.slick-arrow {
    background-position: center 10px;
}
.slick-next.slick-arrow {
    background-position: center 10px, center;
}
.slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
}
}

@media screen and (max-width: 580px) {
.slider-banner-image {
    height:340px;
}
}

@media screen and (max-width : 480px) {
.slider-banner-image {
    height:280px;
}
}


@media screen and (max-width: 767px) {
  .navbar-nav {
    align-items: flex-start;
    }
    
	.hero_blog{
		height:100px !important;
	}
    
    .hero_section .banner-title {
       padding: 70px 0px;
     }
	
	.african-abord{
		padding:30px 0px;
	}
    
	.african-abord .pagination{
		margin-top:0px;
	}
	
	.hero_blog .banner-title{
		padding:50px 0px !important;
	}	
	
     .hero_section {
      height: 100%;
    }
	
	.sportsmagazine-player-list img.card-img-top.wp-post-image{
		height:250px;
	}

    .news_update .main-title h2{
      font-size: 31px;
    }
	
	.club-compitations .box_wrapper{
		display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
	}
	
    .african-bord .main-title h2{
      font-size: 31px;
    }


    .wining-competation .main-title h2{
      font-size: 31px;
    }


    .popular-video{
      padding: 50px 0px;
    }


    .popular-video .main-title h2{
      font-size: 31px;
    }


    .navbar-brand img {
      width: 250px;
    }


    .single-cta{
      margin-bottom: 20px;
    }
	
	.news_letter .main-title h2 {
  		  font-size: 29px;
	}


    .site-header .subscribe a {
      background: #003a66;
      border-color: #003a66;
      margin-left: 15px;
      position: relative;
      top: 11px;
  }


  .sportsmagazine-player-list figure { width: 100%; height: 264px;}
  .sportsmagazine-player-list-text{float: left; width: 100%;}
	.sportsmagazine-player-list figure ~ .sportsmagazine-player-list-text { margin: 0px;}
	.sportsmagazine-player-list-text { float: left; width: 100%; padding: 15px 22px 0;}
	.sportsmagazine-player-list-text:before { height: 21px; width: 50%; left: 0px; top: -10px; -webkit-transform: rotate(-0deg); -moz-transform: rotate(-0deg); -ms-transform: rotate(-8deg); -o-transform: rotate(-8deg); transform: rotate(-0deg);}
	.sportsmagazine-player-list-text:after { height: 21px; width: 50%; right: 0px; left: auto; bottom: auto; top: -10px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
	.sportsmagazine-player-list figure:before { width: 50%; height: 6px; bottom: 10px; top: auto; right: 0px;}
	.sportsmagazine-player-list figure:after { width: 50%; height: 6px; bottom: 10px; top: auto; right: auto; left: 0;}
	.sportsmagazine-player-list figure a i { right: 50%; top: auto; bottom: 2px; margin: 0px -20px 0px 0px;}
  .sportsmagazine-player, .sportsmagazine-player-list figure a, .sportsmagazine-player-list figure a img{ height: auto; margin-bottom: 0;}
  .sportsmagazine-player-list-text:after, .sportsmagazine-player-list figure:after{transform: rotate(0deg);}
  .sportsmagazine-player-list-text:before, .sportsmagazine-player-list figure:before{ transform: rotate(0deg);}
  .sportsmagazine-player-list figure a i{ display: none;}
}

@media screen and (min-width:992px) and (max-width:1190px){    
    span.icon.fa.fa-search {
    display: none;
   }
	
}

@media(min-width:1024px) and (max-width:1289px){
	.hero_section{
		height:430px;
		background-position:center center;
	}
}

@media screen and (min-width:992px) and (max-width:1375px){
     .site-header .subscribe a {
        padding: 6px 12px;
    }
	
	.serach_control .form-control{
		width:150px;
	}
	
  .navbar-brand img {
    width: 250px;
  }
	
	.navbar .navbar-nav a{
		white-space:nowrap;
		font-size:14px;
	}	
	

  .social-media ul li img {
    width: 23px;
  }
  
  
  .navbar .dropdown-toggle::after{
      top:2px;
      position:absolute;
  }


  .navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0.8rem;
  }

}


@media (max-width:768px){
	.blogg_info {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 13px;
    }
	
	.left_side-image{
		width:100%;
	}
	
	.left_side-image .soccar-details img{
		max-width:100%;
	}
	
	.single-cta{
		display:flex;
		align-items:center;
	}
	
	.site-header .navbar-nav {
      align-items: flex-start;
    }
	
	.center-white-portion{
		width:100%;
	}	
	
	.right_side-image{
		width:100%;
	}
	
	.subscribe a{
		padding: 10px 22px;
        margin-right: 0px;
	}
	
	.popular-video .swiper-button-next{
		position:absolute;
		right:10px;
	}
}


@media screen and (min-width:767px) and (max-width:991px){
  .navbar-brand img {
    width: 180px;
  }
	
  .hero_section {
    height: 280px;
  }	
	
	.footer-cta a{
		text-decoration:none;
	} 	

  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
	
	.footer-cta .single-cta{
		display:flex;
		align-items:center;
	}	
	
	.central_africa ul{
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
	}
	
	.right-side-bar{
		margin-top:30px;
	}	
	
	.left_side-image{
		width:100%;
	}	
	
	.left_side-image .soccar-details img{
		max-width:100%;
	}
	
	.site-header .navbar-nav{
		align-items: flex-start;
	}
	
	.right_side-image{
		width:100%;
	}
	
	.center-white-portion{
		width:100%;
	}
	
	.footer-widget-heading{
		margin-top:40px;
	}	
	
	.wining-competation .card-body h4{
		font-size:16px;
	}	
  
	.african-abroad-details{
		    display: grid;
            grid-template-columns: repeat(2, 1fr);
	}
	
	.latest-news .latest-blogs{
		display: grid;
       grid-template-columns: repeat(2, 1fr);
	}  	
	
  .social-media{
	 margin-top:-26px;
   }

  .navbar .navbar-nav .nav-link{
    font-size: 14px;
    padding: 6px;
  }
	.g-20{
		gap:5px;
	}

}
   .league-tournaments{
        padding: 40px 0px 40px;
        background-color: transparent;
        background-image: linear-gradient(130deg, #C70101, #B80000);
      }
		
	 .modal-dialog{
		margin-top:50px;	 
      }

      .league-tournaments .main-title p{
        color: #fff;
        font-family: "Heebo", sans-serif;
      }


      .league-tournaments .main-title h2{
        color: #fff;
        font-family: "Bebas Neue", sans-serif;
        font-size: 45px;
      }


      .league-tournaments .white_box_wrapper{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
      }


      .league-tournaments .white_box_wrapper .box-demo {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        padding: 30px;
      }

      .league-tournaments .white_box_wrapper .tournaments_icon i {
        font-size: 90px;
        color: #c70101;
        text-align: center;
        display: block;
      }


      .league-tournaments .white_box_wrapper .main-title h3 {
        margin-top: 15px;
        font-family: "Bebas Neue", sans-serif;
        font-size: 32px;
      }

      .league-tournaments .white_box_wrapper a {
        color: #c70101;
        text-align: center;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
      }


      @media(max-width:767px){
        .league-tournaments .white_box_wrapper {
              display: grid;
              grid-template-columns: repeat(1, 1fr);
              gap: 0px;
          }


          .league-tournaments .white_box_wrapper .main-title h3{
            font-size: 28px;
          }
		  
		      .country_list {
        	   display: grid;
        	   grid-template-columns: repeat(1, 1fr);
    		  }
		  
		      
		  
			.wrapper_box {
				flex: 1 1 50%;
				box-sizing: border-box;
				background-color: #fff;
				padding: 20px;
				display: flex;
				flex-direction: column;
				justify-content: center;
			}
		  
		  .latest-news .latest-blogs{
			  display: grid;
			  grid-template-columns: repeat(1, 1fr);
			  gap: 20px;	
		  }
		  
		  .Francaise .latest-blogs {
    	   display: grid;
    	   grid-template-columns: repeat(1, 1fr) !important;
    	   grid-gap: 20px;
		  } 	
		  

      }

.Francaise .post-heading h3{
  font-size: 18px;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    color: #000;
    margin-top: 15px;
    text-transform: lowercase;
}
 .Francaise{
  padding: 20px 0px 40px;
  background: #fff
}
.Francaise .latest-blogs{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
 
.Francaise .blogs-wrapper .card{
	min-height: 380px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
