/*@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";*/

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Ubuntu","Helvetica Neue", Helvetica, Arial, sans-serif;
}
body a, body a:hover{
    color:inherit;
}
body .row{
    margin:0;
}
p,li{
    font-size:16px;
}
p img{
    max-width:100%;
    display:block;
    margin:15px auto;
}
.tab-content ul, .tab-content ol{
    margin-left:20px
}
.tab-content{
    overflow-x:scroll;
}
.tab-pane p{
    overflow-y:hidden;
}
.tab-pane strong, .tab-pane h1,.tab-pane h2, .tab-pane h3, .tab-pane h4, .tab-pane h5, .tab-pane h6{
    line-height:1.7;
}
blockquote, .tab-content .tab-pane,.news-block{
    line-height: 28px;
}
img{
    position: relative;
}
img:before{
    content: "";
    background-color: #13244b;
    background-image:url("../images/fail.webp");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius:5px;
    box-shadow:-moz-box-shadow:inset 0 10px 50px #000000;
   -webkit-box-shadow: inset 0 10px 50px #000000;
   box-shadow: inset 0 10px 50px #000000;;

}

/* ################################### header css starts ################################### */


/* ######################## header top css starts ###################### */


.header{
    position:relative;
    width:100%;
    z-index: 1050;
}
.header-top{
    width:100%;
    height: 5rem;
    background: linear-gradient(90deg, #142448, #060626);
    position:relative;
    display: flex;
    display: -webkit-flex;
    z-index: 1000;


}

.header-logo-container{
    width:150px;
    padding: 0 36px;
    height:100%;
}
.header-logo{
    object-fit: contain;
    width:100%;
}

/* ######################notice-highlight tickfer css starts here###################*/


.notice-highlight {
    /*box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);*/
    width: auto;
    height: 100%;
    margin: 0 0 0 50px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-user-select: none
}

.notice-highlight span {
    float: left;
    color: #fff;
    padding: 6px;
    position: relative;
    border-radius: 4px;
    height:100%;
    display:flex;
    display:-webkit-flex;
    align-items:center;
    font: 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    cursor: pointer
}

.notice-highlight ul {
    float: left;
    padding-left: 20px;
    -webkit-user-select: none
}

.notice-highlight ul li {
    line-height: 50px;
    list-style: none

}

.notice-highlight ul li a {
    color: #fff !important;
    text-decoration: none;
    font: 14px Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none
}
.notice-highlight ul li a:hover{
    color:red;
}

/*################notice ticker css ends############*/
.essentials{
    position: absolute;
    right: 20px;
    font-size: 20px;
    color:white;
    padding: 10px;
}
.essentials .fa:nth-child(1){
    margin-right: 15px;
}
/* ######################## header top css ends ######################## */


/* ######################## header bottom css starts ###################### */
.mb-header-logo-container{
    display: none;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left:50%;
    top:50%;
    width: 100px;
    padding: 5px;
    height: 100%
}
.mb-main-menu-btn{
    display: none;
    color: white;
}
.header-bottom{
    position:relative;
    width:100%;
    height:4rem;
    background: linear-gradient(to right, #e52107 30%, #540f04);
    z-index: 999;
}
.bot-curve{
    position: absolute;
    left:0;
    height:100%;
    top:0;
    width:160px;
    background: rgb(20, 36, 72);
}
.bot-curve::after{
    right: 0px;
    top: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 4rem solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 3.5rem solid #e52107;
}
.header-bottom .main-menu{
    text-align: center;
    height: 100%;
    padding: 8px;
    margin: 0;
    position: relative;

}

.header-bottom .nav-heading{
    display: inline;
    margin: 0 1%;
    position: relative;
    padding: 13px 5px;
    color: white;
    width:100px;

}
.header-bottom .nav-heading .nav-title{
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    display:inline;
    position: relative
}
.nav-title .fas{
    position: absolute;
    right:5px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top:50%;
}
.nws .menu-detail{
    max-height: 300px;
    overflow-y: auto;
}
.menu-detail{
    z-index: 1000;
    top:40px;
    content: "";
    position: absolute;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    left:50%;
    /*border: 10px solid #0080b7;*/
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    width: 200px;
    /*height: 0;*/
    margin: 0 auto;
    display: none;
    border-radius: 5px ;
    box-shadow: 0 10px 10px rgba(0,0,0,0.4);
}
.menu-detail ul{
    margin: 0;
    padding-left: 0;
    padding-right: 0;

}
.nav-heading:hover{
    cursor: pointer;
}
.nav-heading .menu-detail ul a{
    display: block;
    padding: 10px 0;

}
.nav-heading .menu-detail ul  li a{
    padding: 0;
}

.nav-heading .menu-detail ul li{
    display: block;
    width:100%;
    margin:auto 0;
    padding: 10px 0;
    border-bottom: 1px solid white;
    list-style: none;


}
.menu-detail ul li:hover{
    background: rgba(0,0,0,0.1);
    cursor: pointer;
}
.nav-heading.open .nav-title>.fas{
    -webkit-transform: translate(0,-50%) scale(2);
    -moz-transform: translate(0,-50%) scale(2);
    -ms-transform: translate(0,-50%) scale(2);
    -o-transform: translate(0,-50%) scale(2);
    transform: translate(0,-50%) scale(2);
    color:forestgreen;
    transition: all .5s ease-in-out;
}
.sub-heading>.fas{
    margin-right:5px;
}
#itemClick>.fas{
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    color:forestgreen;
    transition: all .5s ease-in-out;

}
#click>.fas{
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    color: #27a127;
    transition: all .5s ease-in-out;

}
.nav-heading .menu-detail  ul li:last-child{
    border-bottom: 1px solid transparent;

}
.m1{
    background: linear-gradient(90deg, #e52107, #e52107 );

}
.m2{
    background: linear-gradient(90deg, #e52107, #d71f07 );
}
.m3{
    background: linear-gradient(90deg, #da1f07, #c51c07 );

}
.m4 {
    background: linear-gradient(90deg, #c61c07, #b31906);
}
.m5{
    background: linear-gradient(90deg, #bf1b07, #ac1807 );
}
.m6{
    background: linear-gradient(90deg, #ae1907, #981606 );
}

.m7{
    background: linear-gradient(90deg, #9d1606, #851306 );
}
.m8{
    background: linear-gradient(90deg, #8c1407, #7b1206 );

}






.sub-heading{
    position: relative;
}
.sub-menu-detail{
    z-index: 1000;
    content: "";
    position: absolute;
    display: none;
    top:0;
    width: 200px;
    right:-200px;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);

}
.sub-menu-detail-2{
    position: relative;
    width:100%;
    display: none;
    top: 10px;
    background: #283e67;

}
.dev .sub-menu-detail{
    right:auto;
    left:-200px;
}
.nav-heading .menu-detail .sub-menu-detail ul li{
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}
.header-social-media-icon{
    height:100%;
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
}
.header-social-media-icon .fab{
    color:white;
    font-size: 16px;
    padding: 0 5px;
}
.header-social-media-icon a{
    text-decoration: none;
}

.mb-menu-btn-container{
    position: absolute;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top:50%;
    left: 5px;
    width:40px;
    height:40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
    display: none;

}
.mb-menu-btn{
    position: relative;
    width:20px;
    height:3px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all .5s ease-in-out;
}
.mb-menu-btn:before,.mb-menu-btn:after{
    content: '';
    position: absolute;
    width:20px;
    height:3px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all .5s ease-in-out;
    left:0;

}
.mb-menu-btn::before{
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}
.mb-menu-btn::after{
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}
.mb-menu-btn-container.open .mb-menu-btn{
    background: transparent;
    box-shadow: none;
}
.mb-menu-btn-container.open .mb-menu-btn::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mb-menu-btn-container.open .mb-menu-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#itemClick{
    padding-bottom: 0;
}
.player-reg{
    position:relative;
}
.player-reg:hover .player-reg-msg{
    display:block;
}
.player-reg-msg{
    position:absolute;
    right:-10px;
    top:120%;
    font-size:14px;
    background:#e52107;
    color:white;
    display:none;
    width:max-content;
    padding:10px;
    border-radius:5px;
    box-shadow: 0 8px 8px rgba(0,0,0,0.4);
}
.player-reg-msg::before{
    content:"";
    border-color: #e52107 transparent;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    height: 0px;
    width: 0px;
    position:absolute;
    top:-8px;
    right:25px;
}


/* ######################## header bottom css ends ###################### */


.header .fab:hover, .header .fa:hover, .header .fas:hover{
    opacity:0.8
}
/* ################################### header css ends ################################### */

/*############################ search result css starts #######################*/
.srch-result-container{
    padding: 20px;
    width:100%;
    min-height: 70vh;
}
.result-holder{
    margin-bottom: 40px;
}
.result-found{
    position: relative;
    text-align: left;
    padding: 5px;
    margin-bottom: 20px;
}
.result-found::after{
    content: "";
    width:100%;
    position: absolute;
    bottom: -5px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(to right,rgb(17, 34, 72), blue);
    left:0;
}
.result-detail{
    padding: 10px 0;
    border-bottom: 1px solid lightgray;
}
.srch-img{
    width: 100px;
    height:70px;
    object-fit: cover;
}
.club-logo{
    object-fit: contain;
}

.srch-title{
    font-size: 18px;
    font-weight: bold;
    color: #2d488c;
}
.result-detail:hover .srch-title{
    color:#e52105
}
.result-srch-field{
    padding: 20px 0;;
}
.result-srch-field>form>input{
    padding: 8px;
    outline: none;
    border:1px solid lightgray;
    border-radius: 5px;
    margin-right: 2%;
}
.result-srch-field>form>button{
    color:white;
    font-weight: bold;
    background: #e52105;
    outline: none;
    border: none;
    border-radius: 5px;
}
.result-detail .fa-link, .result-detail .fa-running, .result-detail .fa-users{
    color:red;
    font-size: 20px;
    margin-right: 10px;
}
.keyword{
    font-family: "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    color:#2d488c;
}
.oops{
    padding: 50px;
    margin: auto;
}
.oops h3{
    color: #2d488c;
    font-size: 90px;
    width:50%;
    margin:auto;
}
.oops p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    width:50%;
    margin:auto;
}
@media (min-width:200px) and (max-width: 767px){
    .srch-img {
        width: 100%;
        display: block;
        height: 150px;
    }
    .oops{
        padding:25px;
    }
    .oops h3, .oops p{
        width: 100%;
    }
}
/*############################ search result css ends #######################*/



/* ##################footer css starts######################*/


.footer{
    background: #e9e9e9;
    padding:20px;
    width:100%;

}
.footer h4{
    color: #15254e;
}
.footer a{
    color: inherit;
    text-transform: inherit;
}
.footer-container{
    padding:20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}
.footer-logo{
    width:25%;
}
.footer-quick-links, .footer-contact{
    width:25%;
    text-align: left;
}
.footer-quick-links a:hover{
    color: #e52107;
}

.socia-media-icons{

    width:25%;
}
.footer-search-bar{
    padding: 5px 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    width:100%;
}
.footer-search-bar input{
    border:1px solid #b6b3be;
    padding:5px;
    border-radius: 5px;
    outline: none;
    height:4rem;
    width:30rem;
    margin-right: 10px;
}
.footer-search-btn{
    background: lightblue;
    color:white;
    border-radius: 5px;
    outline: none;
    border: none;
    padding: 5px;
    height:4rem;
    width:4rem;
    text-align: center;
}
.footer-search-btn:hover{
    background:#e52107 ;
}
.footer-img{
    height:150px;
    width:auto;
}
.footer ul li{
    list-style: none;
    line-height: 1.8;
    word-break: break-word

}
.footer-contact .fa{
    font-size: 18px;
    padding: 5px 5px 5px 0;
    color: #15254e;
}
.socia-media-icons ul{
    float: right;
    display: flex;
}
.socia-media-icons .fab{
    padding: 10px;
    font-size: 3.5rem;
    text-shadow: 0 6px 8px rgba(0, 0, 0, 0.6);
    transition: all ease-in-out 150ms;
}
.socia-media-icons .fab:hover{
    transform: scale(1.2);
}

.socia-media-icons ul li{
    display: inline;
    list-style: none;
    width:100%;
    text-align: right;
    padding-right: 20px;
}
.fa-facebook, .fa-facebook-f{
    color: #4867AA;
}
.fa-linkedin{
    color:#0274b3
}
.fa-twitter{
    color: #00a6ea;
}
.fa-youtube{
    color: #cb192e;
}
.fa-instagram{
    color: transparent;
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text; 
}
.footer-bottom{
    padding: 10px;
    width:100%;
    border-top:1px solid gray;
}
.footer-bottom p{
    margin: 0;
    font-size:14px;
}
.footer-bottom p a{
    color: inherit;
    text-transform: inherit;
}

/* ##################footer css ends######################*/



/* #################global css starts################*/
body a, body a:hover, body a:active, body a:visited, body a:focus {
    text-decoration: none;
}
.tab-content{
    font-size: 16px;
}
.rel{
    position: relative;
}
.right{
    float:right;
}
.left{
    float: left;
}
.white{
    color:white;
}
.center{
    text-align: center;
}
.footer-bottom p a.blue{
    
    color:#2b84f2;
}
.width10{
    width:9%;
}
.width15{
    width:14%;
}
.width20{
    width:19%
}
.width30{
    width:29%!important;
}
.width40{
    width:39%
}
.width60{
    width:59%
}
.width50{
    width:49%
}
.width70{
    width:69%;
}

.width80{
    width:79%;
}
.width90{
    width:89%;
}
.width100{
    width:99%;
}
.mb-show{
    display:none;
}
.section-title{
    padding: 0 ;
    position: relative;
    margin-bottom: 40px;
}
.section-title-alt{
    color:#5d5d5d;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.section-title:after{
    content: "";
    position: absolute;
    background:#e52105;
    width:30px;
    height:5px;
    bottom:-10px;
    left:0;
}

.title-container{
    background: url("../images/banner/anfa-title-banner.webp");
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 140px;
    min-height:140px;
    padding:30px 50px;
}

.page-title{
    color: white;
    position: relative;
}
.page-title.sm{
    font-size:24px;
}
.page-title.xs{
    font-size:22px;
}
.page-title:after{
    content:"";
    width:40px;
    height:6px;
    background:linear-gradient(to right,white,transparent);
    position: absolute;
    bottom: -20px;
    left:0;
}

.default-container{
    width: 100%;
    padding: 20px;
    margin: auto;
    position: relative;
}
.no-side-pad{
    padding-right: 0!important;
    padding-left: 0!important;
}
.mr-1{
    margin-right: 1%;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-40{
    margin-bottom: 40px;
}
.mr-5{
    margin-right: 5px;
}
.mrl-10{
    margin:0 10%;
}
.ln-4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100px;
    line-height: 2.5rem;
}

.ln-3{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 75px;
    line-height: 2.5rem;
}
.ln-2{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;
    line-height: 3rem;
}
.ln-2 p{
    margin-bottom:0;
}
.supporting-txt{
    font-style: italic;
    color: maroon;
    font-size: 13px;
}
.highlight{
    color: #122349;
    font-weight: bold;
    font-size: inherit;
    font-family: "Ubuntu","Helvetica Neue", Helvetica, Arial, sans-serif;
}
.info-txt{
    font-size: 12px;
    color: gray;
    font-style: italic;
    margin:0;
}
.flex-line{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.flex{
    display: flex;
    display: -webkit-flex;
}
.fa-file-pdf {
    color: red;
    font-size: 22px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-right: 10px
}
.bg-gray{
    background: lightgray;
}

#siteSearch:hover{
    cursor: pointer;
}

.site-search-container{
    position: fixed;
    padding:0;
    width:100%;
    height:100%;
    z-index: 1055;
    background: rgba(22, 40, 79,0.9);
    /*background: rgba(255, 255, 255,0.8);*/
    flex-direction: column;
    clip-path: circle(0 at 90% -10%);
    -webkit-clip-path: circle(0 at 90% -10%);
    top:0;
    right:0;
    bottom:0;
    padding: 150px 40px;
    transition: all .7s ease-in-out;
}
.site-search-container.open{
    /*z-index:1055;*/
    width:100%;
    height:100%;
    clip-path: circle(2000px at 90% -10%);
    -webkit-clip-path: circle(2000px at 90% -10%);
}
.srch-close{
    position: absolute;
    right:40px;
    top:40px;
    font-size: 40px;
    color:white;
    transition: all .3s ease-in-out;

}
.srch-close:hover{
    cursor: pointer;
    opacity:0.8
}
.site-search-container .rel{
    width:100%;
    height:7rem;
}
.site-search-container input{
    width:100%;
    height:100%;
    border: 1px solid #f8f8f8;
    border-radius: 40px;
    outline: none;
    font-size: 18px;
    padding-left: 15px;
    font-weight: bold;
    color:gray;

}
.site-search-container button{
    font-size: 26px;
    position: absolute;
    height:100%;
    width:15%;
    padding:5px 10px;
    outline: none;
    right:0;
    top:0;
    border: 2px solid white;
    border-radius: 40px;
    background: #e52107;
    color:white

}
.site-search-container button:hover{
    background: #f63c24;
}
.loading-gif-comment{
    display:block;
    margin:auto;
}
.more-cm-btn{
            position: center;
            outline: none;
            border: none;
            background: transparent;
            color:maroon
}
/* #################global css ends################*/

/* #################anfa custon nav tab #################*/


.anfa-nav-tab>li.active>a, .anfa-nav-tab>li.active>a:focus, .anfa-nav-tab>li.active>a:hover{
    color: white;
    background-color: #e52107;
    text-transform: uppercase;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
    border: 2px solid #e52107;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;

}
.anfa-nav-tab{
    border-bottom: none;
    position: absolute;
    bottom: 20px;
    left:10%;
    /*border-top: 1px solid white;*/
}
.anfa-nav-tab>li>a{
    text-transform: uppercase;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
    border: 2px solid white;
    color:white;
}
.anfa-nav-tab>li>a:hover{
    color:black;
    background: white;
    border: 2px solid white;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.anfa-nav-tab .fa, .anfa-nav-tab .far,.anfa-nav-tab .fas{
    font-size: 30px;
}
/* #################anfa custon nav tab ends#################*/

