/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2021 | 02:41:25 */
/* main menu */
.login_s {
    padding: 10px 15px;
   margin-right:5px;
}
.login_s:hover {
    background: #b12a27;
}
.register_s {
  padding: 10px 15px;
  background: #b12a27;
}

/* slider */
.card {
	position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.card_sec {
    position: relative;
    flex-basis: 23%;
    box-shadow: 0 0px 15px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    margin: 30px 0;
}
.card_sec:last-child {
    margin-right: 0;
}
.thumbline {}
.thumbline img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.date_sec {
    margin-top: -27px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    justify-content: space-around;
}
.fa-icon{font-weight:normal;}
.fa-icon .fa{
    margin-right: 8px;
}
.content_sec {
    padding: 15px;
}
.heading_sec {
    padding: 10px 0 25px;
    color: #0070c1;
    font-weight: 500;
}
.pragarph {
    padding-bottom: 40px;
}
.button_sec {
    text-align: center;
}
.card_button:hover {
  background-color:#CB2D2A;
  color: #fff;
}
.card_button {
    text-decoration: none;
    letter-spacing: 0.6px;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
  	font-size:15px;
    margin: 0 0 20px 0;
    background: #B12A27;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.owl-dots {
    text-align: right;
    margin-top: -24px;
}
.owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid #212121;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-nav {
    color: #212121;
}
.owl-dots .owl-dot.active span {
	background-color: #212121;
}
.owl-prev span {
    font-size: 30px;
    margin-right: 10px;
}
.owl-next span {
    font-size: 30px;
}
/* secoend slider */
#team_sec .card_sec {
  background-color: #fff;
}
#team_sec .name_sec {
    padding: 25px 20px 0px;
    color: #212121;
    font-size: 16px;
    line-height: 0.5;
}
#team_sec .player_name {
    font-size: 16px;
}
#team_sec .player_position {
    color: #707070;
    font-size: 14px;
}
/* //// */
#team_sec .coutns_sec {
    color: #0D0D0D;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px 20px;
}
#team_sec .pro_sec {
    font-size: 12px;
    font-weight: bold;
    background: #00CF5D;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}
#team_sec .fa-icon {
    font-size: 13px;
    padding: 5px 0;
}
#team_sec .content_sec {
    padding: 15px;
}
#team_sec .owl-dots {
    text-align: right;
    margin-top: -24px;
}
#team_sec .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid #00CF5D;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#team_sec .owl-nav {
    color: #00CF5D;
}
#team_sec .owl-dots .owl-dot.active span {
	background-color: #00CF5D;
}
#team_sec .owl-prev span {
    font-size: 30px;
    margin-right: 10px;
}
#team_sec .owl-next span {
    font-size: 30px;
}
/* footer */
#footer-widgets {
  padding: 0;
}