
.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;
}