
.float1{
    float:right;
}
.float2{
    float:left;
}
.float-cont:after{
    content:'';
    display:block;
    clear: both;
    height: 1px;
}
.about-sec-title {
    position: relative;
    display:inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
}
.about-sec-title-txt {
    position: relative;
    padding: 10px 30px;
    padding-right: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.about-sec-title:before {
    content: '';
    color: #fff;
    padding: 10px 40px;
    display: block;
    background-color: #1465ad;
    position: absolute;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-right: 15px solid #3b80be;
}
.rounded.about-sec {
    box-shadow: 1px 5px 11px #e8e8e8;
    border-top: 10px solid #1465ad;
}
.about-sec-content {
    text-align: justify;
    line-height: 30px;
    color: #666;
}

/*timeline*/
.timeline-item {
    margin-bottom: 30px;
}
.timeline-cont .timeline-item:nth-child(odd) .timeline-content{
    float: left;
    width: 50%;
    padding-right:50px;
}
.timeline-cont .timeline-item:nth-child(even) .timeline-content{
    float: right;
    width: 50%;
    padding-left:50px;
    text-align:left;
}
.timeline-cont .timeline-item:nth-child(odd) .timeline-content:before{
    right:-20px;
}
.timeline-cont .timeline-item:nth-child(even) .timeline-content:before{
    left:-20px;
}

.timeline-cont .timeline-item:nth-child(odd) .timeline-content:after{
    right:0px;
}
.timeline-cont .timeline-item:nth-child(even) .timeline-content:after{
    left:0px;
}
.timeline-cont .timeline-item:after{
    content:'';
    clear:both;
    display:block;
}
.timeline-cont {
    position: relative;
    padding: 50px 0px;
}
.timeline-cont:before {
    content: '';
    display: block;
    width: 10px;
    position: absolute;
    background-color: #f1f1f1;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    height: 100%;
    top: 0;
    bottom: 0;
}
.timeline-date {
    color: #1465ad;
    font-size: 30px;
    font-weight: bold;
    background-color: #f1f1f1;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-bottom: 5px solid #e8e8e8;
}
.timeline-content:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 10px solid #e8e8e8;
    position: absolute;
    top: 4px;
    z-index: 999;
}
.timeline-content {
    position: relative;
}
.timeline-content:after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position:absolute;
    top: 20px;
    background-color:#f1f1f1;
}
.guessing-cont {
    background-color: #fff;
    box-shadow: 0px 3px 11px #e8e8e8;
    padding: 15px;
}

.champoin-name-cont {
    text-align: center;
    margin: 10px 0px;
    font-weight: bold;
    color: #999999;
}

.team-name-cont span {
    padding: 0px 10px;
    font-weight: bold;
    color: #1465ad;
}

.match-date-cont {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
}


.guessing-team1-bar {
    height: 10px;
    background-color: #00439c;
    margin-bottom: 20px;
}

.team-name {
    text-align: center;
}

.guessing-team2-bar {
    height: 10px;
    background-color: #8799b0;
    margin-bottom: 20px;
}

.guessing-equal-bar {
    height: 10px;
    background-color: #e8e8e8;
}
.upcoming-match-info input[type=number]::-webkit-inner-spin-button, 
.upcoming-match-info input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.s-partners-logos img {
    height: 40px;
    transition: all ease 0.3s;
    margin-bottom:30px;
}
.sponsors-page .s-partners-logos img {
    height: 40px;
    display: block;
    margin: 15px auto;
}
.sponsors-page .s-partners-logos a {
    display: block;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px; 
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 25px;
}

.sponsors-page .s-partners-logos a span {
    display: block;
    background-color: #e8e8e8;
    color: #666;
    padding: 7px;
    margin: 0px -30px;
}
.sponsors-page .s-partners-logos a:hover img {
    filter: none !important;
    opacity: 1;
}
.s-partners-logos img:hover {
    filter: none !important;
    opacity: 1;
}
img.card-img-top {
    max-height: 150px;
    display: block;
    margin: 50px auto;
    width: auto;
    max-width: 90%;
}
@media only screen and (max-width: 500px){
    .timeline-cont:before {
        transform: none;
        right: 0;
        margin: 0px;
    }
    
    .timeline-content {
        float: none !important;
        width: auto !important;
        padding-left: 0px !important;
        padding-right: 50px;
    }
    
    .timeline-content:before {
        left: unset !important;
        right: -15px !important;
    }
    
    .timeline-content {
        text-align: right !important;
    }
    
    .timeline-content:after {
        left: unset !important;
        right: 0px;
    }
    .header .search {
        float: left;
        margin-top: 45px;
        height: 15px;
    }
    .s-partners-logos {
        flex-direction: column-reverse;
    }
}


/*members page*/
.members-item-cont {
    margin-bottom: 30px;
}
.members-info-cont {
    background-color: #fdfdfd;
    border-radius: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 15px;
    box-shadow: 0px 0px 15px #e8e8e8;
    transition: all ease 0.3s;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 70px;
    padding-top: 120px;
}
.members-info-cont:hover {
    transform: scale(1.07);
    box-shadow: 0px 10px 25px #e8e8e8;
}
.members-items-cont {
    margin-top: 50px;
    margin-bottom: 50px;
}
.members-name-ar {
    font-size: 17px;
    font-weight: bold;
    color: #1963a9;
    margin-bottom: 5px;
}
.members-name-en {
    color: #ababab;
    text-transform: uppercase;
    font-size: 14px;
}



.recent-news {
    margin-top: 30px;
}

.recent-news .side-title {
    font-size: 18px;
    font-weight: bold;
    color: #7d7d7d;
}
section.news-single {font-family: 'main-font' !important;margin-top: 30px;}

section.news-single img {
    max-width: 100% !important;
    width:100%;
    object-fit: cover;
}
.share-bar li.facebook a {
    color: #3b5998;
}

.share-bar li.twitter a {
    color: #1da1f2;
}

.share-bar li.google a {
    color: #dd4b39;
}

.share-bar li.whatsapp a {
    color: #2eb742;
}

.share-bar {
    text-align: left;
    margin-top: 25px;
}

.share-bar li {
    padding-right: 25px;
    display: inline-block;
}







.random-players-image {
    height: 300px;
}

.random-players-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: calc(100% - 30px);
    background-color: #e8e8e8;
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 15px;
    padding: 15px 25px;
}

.row.mb-5.section.random-players .col-md-3.mb-5 {
    position: relative;
}

.random-players-name {
    font-size: 20px;
    font-weight: bold;
}

.random-players-date {
    font-size: 90px;
    position: absolute;
    font-weight: bold;
    right: 20px;
    background: -webkit-linear-gradient(transparent,rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.5), #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.internal-page-next-mathches>.row>.col-md-4:first-of-type {
    width: 100% !important;
    max-width: unset !important;
    min-width: 100%;
}

.internal-page-next-mathches>.row>.col-md-4:first-of-type .guessing-cont {
    max-width: 500px;
    margin: auto;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 60px;
}

.internal-page-next-mathches>.row>.col-md-4:first-of-type .match-link-cont {
    margin-top: auto;
}
